tencentcloud-sdk-nodejs-csip 4.1.115 → 4.1.134
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/README.md
CHANGED
|
@@ -62,6 +62,8 @@ npm install tencentcloud-sdk-slim-nodejs --save
|
|
|
62
62
|
|
|
63
63
|
1. clone 代码到本地:
|
|
64
64
|
```
|
|
65
|
+
git clone https://cnb.cool/tencent/cloud/api/sdk/tencentcloud-sdk-nodejs
|
|
66
|
+
# 或者
|
|
65
67
|
git clone https://github.com/tencentcloud/tencentcloud-sdk-nodejs
|
|
66
68
|
# 或者
|
|
67
69
|
git clone https://gitee.com/tencentcloud/tencentcloud-sdk-nodejs
|
|
@@ -135,7 +137,7 @@ const CvmClient = tencentcloud.cvm.v20170312.Client
|
|
|
135
137
|
// ...
|
|
136
138
|
```
|
|
137
139
|
|
|
138
|
-
实例化 `Client` 的入参支持 `clientConfig`,数据结构和说明详见 [ClientConfig](
|
|
140
|
+
实例化 `Client` 的入参支持 `clientConfig`,数据结构和说明详见 [ClientConfig](src/common/interface.ts)。
|
|
139
141
|
|
|
140
142
|
## Common Client
|
|
141
143
|
|
|
@@ -143,17 +145,17 @@ const CvmClient = tencentcloud.cvm.v20170312.Client
|
|
|
143
145
|
|
|
144
146
|
**注意,您必须明确知道您调用的接口所需参数,否则可能会调用失败。**
|
|
145
147
|
|
|
146
|
-
详细使用请参阅示例:[使用 Common Client 进行调用](
|
|
148
|
+
详细使用请参阅示例:[使用 Common Client 进行调用](examples/common)
|
|
147
149
|
|
|
148
150
|
## 更多示例
|
|
149
151
|
|
|
150
|
-
请参考 [examples](
|
|
152
|
+
请参考 [examples](examples) 目录。
|
|
151
153
|
|
|
152
154
|
# 相关配置
|
|
153
155
|
|
|
154
156
|
## 代理
|
|
155
157
|
|
|
156
|
-
如果是有代理的环境下,需要配置代理,请在创建 Client 时传入 [profile.httpProfile.proxy](
|
|
158
|
+
如果是有代理的环境下,需要配置代理,请在创建 Client 时传入 [profile.httpProfile.proxy](src/common/interface.ts#L78) 参数,或设置系统环境变量 `http_proxy` ,否则可能无法正常调用,抛出连接超时的异常。
|
|
157
159
|
|
|
158
160
|
# 凭证管理
|
|
159
161
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs-csip",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.134",
|
|
4
4
|
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "./tencentcloud/index.js",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"build:es": "tsc -p tsconfig.es.json",
|
|
13
13
|
"build:slim": "node ./scripts/build_slim.js",
|
|
14
14
|
"prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'",
|
|
15
|
-
"clean": "rimraf tencentcloud es"
|
|
15
|
+
"clean": "rimraf tencentcloud es",
|
|
16
|
+
"test:common": "vitest run"
|
|
16
17
|
},
|
|
17
18
|
"engines": {
|
|
18
19
|
"node": ">=10"
|
|
@@ -44,9 +45,9 @@
|
|
|
44
45
|
"url": "https://github.com/tencentcloud/tencentcloud-sdk-nodejs"
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
|
-
"@types/
|
|
48
|
+
"@types/ini": "^4.1.1",
|
|
48
49
|
"@types/json-bigint": "^1.0.1",
|
|
49
|
-
"@types/node": "^
|
|
50
|
+
"@types/node": "^18.0.0",
|
|
50
51
|
"@types/node-fetch": "^2.5.7",
|
|
51
52
|
"@types/uuid": "^9.0.8",
|
|
52
53
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"prettier": "^2.3.0",
|
|
62
63
|
"rimraf": "^5.0.10",
|
|
63
64
|
"ts-node": "^8.10.2",
|
|
64
|
-
"typescript": "^
|
|
65
|
+
"typescript": "^5.9.2",
|
|
66
|
+
"vitest": "2.1.9"
|
|
65
67
|
}
|
|
66
68
|
}
|
|
@@ -483,7 +483,7 @@ export interface CreateAccessKeySyncTaskRequest {
|
|
|
483
483
|
/**
|
|
484
484
|
* AddNewBindRoleUser请求参数结构体
|
|
485
485
|
*/
|
|
486
|
-
export
|
|
486
|
+
export type AddNewBindRoleUserRequest = null;
|
|
487
487
|
/**
|
|
488
488
|
* DescribeCheckViewRisks请求参数结构体
|
|
489
489
|
*/
|
|
@@ -4863,6 +4863,10 @@ export interface AccessKeyAlarm {
|
|
|
4863
4863
|
* 告警规则标识
|
|
4864
4864
|
*/
|
|
4865
4865
|
RuleKey?: string;
|
|
4866
|
+
/**
|
|
4867
|
+
* 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
|
|
4868
|
+
*/
|
|
4869
|
+
CloudType?: number;
|
|
4866
4870
|
}
|
|
4867
4871
|
/**
|
|
4868
4872
|
* 多云账户统计信息
|
|
@@ -6759,6 +6763,10 @@ export interface AccessKeyAsset {
|
|
|
6759
6763
|
1 表示检测中
|
|
6760
6764
|
*/
|
|
6761
6765
|
CheckStatus?: number;
|
|
6766
|
+
/**
|
|
6767
|
+
* 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
|
|
6768
|
+
*/
|
|
6769
|
+
CloudType?: number;
|
|
6762
6770
|
}
|
|
6763
6771
|
/**
|
|
6764
6772
|
* DescribeRiskCenterWebsiteRiskList请求参数结构体
|
|
@@ -8545,6 +8553,7 @@ export interface SourceIPAsset {
|
|
|
8545
8553
|
Region?: string;
|
|
8546
8554
|
/**
|
|
8547
8555
|
* 调用方式
|
|
8556
|
+
-1:未统计
|
|
8548
8557
|
0:控制台调用
|
|
8549
8558
|
1:API
|
|
8550
8559
|
*/
|
|
@@ -8597,6 +8606,15 @@ export interface SourceIPAsset {
|
|
|
8597
8606
|
* 运营商字段
|
|
8598
8607
|
*/
|
|
8599
8608
|
ISP?: string;
|
|
8609
|
+
/**
|
|
8610
|
+
* 账号外vpc信息
|
|
8611
|
+
*/
|
|
8612
|
+
VpcInfo?: Array<SourceIPVpcInfo>;
|
|
8613
|
+
/**
|
|
8614
|
+
* 云类型
|
|
8615
|
+
0为腾讯云
|
|
8616
|
+
*/
|
|
8617
|
+
CloudType?: number;
|
|
8600
8618
|
}
|
|
8601
8619
|
/**
|
|
8602
8620
|
* DescribeAlertList请求参数结构体
|
|
@@ -9430,6 +9448,10 @@ export interface AccessKeyUser {
|
|
|
9430
9448
|
* 0 表示已检测 1 表示检测中
|
|
9431
9449
|
*/
|
|
9432
9450
|
CheckStatus?: number;
|
|
9451
|
+
/**
|
|
9452
|
+
* 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
|
|
9453
|
+
*/
|
|
9454
|
+
CloudType?: number;
|
|
9433
9455
|
}
|
|
9434
9456
|
/**
|
|
9435
9457
|
* DescribeRiskCenterServerRiskList返回参数结构体
|
|
@@ -9533,7 +9555,7 @@ export interface DescribeGatewayAssetsRequest {
|
|
|
9533
9555
|
/**
|
|
9534
9556
|
* DescribeCFWAssetStatistics请求参数结构体
|
|
9535
9557
|
*/
|
|
9536
|
-
export
|
|
9558
|
+
export type DescribeCFWAssetStatisticsRequest = null;
|
|
9537
9559
|
/**
|
|
9538
9560
|
* DescribeAccessKeyUserList返回参数结构体
|
|
9539
9561
|
*/
|