tencentcloud-sdk-nodejs 4.0.777 → 4.0.778
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 +21 -0
- package/SERVICE_CHANGELOG.md +61 -180
- package/package.json +1 -1
- package/products.md +5 -5
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/car/v20220110/car_client.ts +2 -2
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +6 -6
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +22 -10
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/organization/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/trtc/v20190722/trtc_models.ts +2 -1
- package/src/services/tsw/index.ts +2 -2
- 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/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/car/v20220110/car_client.d.ts +2 -2
- package/tencentcloud/services/car/v20220110/car_client.js +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +6 -6
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +6 -6
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +22 -10
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- 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/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/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/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/trtc/v20190722/trtc_models.d.ts +2 -1
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { v20211109 } from "./v20211109"
|
|
2
1
|
import { v20220401 } from "./v20220401"
|
|
2
|
+
import { v20211109 } from "./v20211109"
|
|
3
3
|
import { v20230321 } from "./v20230321"
|
|
4
4
|
|
|
5
5
|
export const thpc = {
|
|
6
|
-
v20211109: v20211109,
|
|
7
6
|
v20220401: v20220401,
|
|
7
|
+
v20211109: v20211109,
|
|
8
8
|
v20230321: v20230321,
|
|
9
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.778";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const ams: {
|
|
2
|
-
v20200608: {
|
|
3
|
-
Client: typeof import("./v20200608/ams_client").Client;
|
|
4
|
-
Models: typeof import("./v20200608/ams_models");
|
|
5
|
-
};
|
|
6
2
|
v20201229: {
|
|
7
3
|
Client: typeof import("./v20201229/ams_client").Client;
|
|
8
4
|
Models: typeof import("./v20201229/ams_models");
|
|
9
5
|
};
|
|
6
|
+
v20200608: {
|
|
7
|
+
Client: typeof import("./v20200608/ams_client").Client;
|
|
8
|
+
Models: typeof import("./v20200608/ams_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ams = void 0;
|
|
4
|
-
const v20200608_1 = require("./v20200608");
|
|
5
4
|
const v20201229_1 = require("./v20201229");
|
|
5
|
+
const v20200608_1 = require("./v20200608");
|
|
6
6
|
exports.ams = {
|
|
7
|
-
v20200608: v20200608_1.v20200608,
|
|
8
7
|
v20201229: v20201229_1.v20201229,
|
|
8
|
+
v20200608: v20200608_1.v20200608,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const btoe: {
|
|
2
|
-
v20210303: {
|
|
3
|
-
Client: typeof import("./v20210303/btoe_client").Client;
|
|
4
|
-
Models: typeof import("./v20210303/btoe_models");
|
|
5
|
-
};
|
|
6
2
|
v20210514: {
|
|
7
3
|
Client: typeof import("./v20210514/btoe_client").Client;
|
|
8
4
|
Models: typeof import("./v20210514/btoe_models");
|
|
9
5
|
};
|
|
6
|
+
v20210303: {
|
|
7
|
+
Client: typeof import("./v20210303/btoe_client").Client;
|
|
8
|
+
Models: typeof import("./v20210303/btoe_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.btoe = void 0;
|
|
4
|
-
const v20210303_1 = require("./v20210303");
|
|
5
4
|
const v20210514_1 = require("./v20210514");
|
|
5
|
+
const v20210303_1 = require("./v20210303");
|
|
6
6
|
exports.btoe = {
|
|
7
|
-
v20210303: v20210303_1.v20210303,
|
|
8
7
|
v20210514: v20210514_1.v20210514,
|
|
8
|
+
v20210303: v20210303_1.v20210303,
|
|
9
9
|
};
|
|
@@ -16,7 +16,7 @@ export declare class Client extends AbstractClient {
|
|
|
16
16
|
*/
|
|
17
17
|
DestroySession(req: DestroySessionRequest, cb?: (error: string, rep: DestroySessionResponse) => void): Promise<DestroySessionResponse>;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* 开始云端推流。云端推流 codec 根据客户端(SDK)能力来自动选择,默认优先顺序为 H265、H264、VP8、VP9。
|
|
20
20
|
*/
|
|
21
21
|
StartPublishStream(req: StartPublishStreamRequest, cb?: (error: string, rep: StartPublishStreamResponse) => void): Promise<StartPublishStreamResponse>;
|
|
22
22
|
/**
|
|
@@ -24,7 +24,7 @@ export declare class Client extends AbstractClient {
|
|
|
24
24
|
*/
|
|
25
25
|
StopPublishStream(req: StopPublishStreamRequest, cb?: (error: string, rep: StopPublishStreamResponse) => void): Promise<StopPublishStreamResponse>;
|
|
26
26
|
/**
|
|
27
|
-
* 开始云端推流到指定URL。该推流方式需要单独计费,详细计费方式请查看[指定地址推流费用说明](https://cloud.tencent.com/document/product/1547/72168#98ac188a-d122-4caf-88be-05268ecefdf6)
|
|
27
|
+
* 开始云端推流到指定URL。云端推流 codec 根据客户端(SDK)能力来自动选择,默认优先顺序为 H265、H264、VP8、VP9。该推流方式需要单独计费,详细计费方式请查看[指定地址推流费用说明](https://cloud.tencent.com/document/product/1547/72168#98ac188a-d122-4caf-88be-05268ecefdf6)
|
|
28
28
|
*/
|
|
29
29
|
StartPublishStreamWithURL(req: StartPublishStreamWithURLRequest, cb?: (error: string, rep: StartPublishStreamWithURLResponse) => void): Promise<StartPublishStreamWithURLResponse>;
|
|
30
30
|
/**
|
|
@@ -40,7 +40,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
40
40
|
return this.request("DestroySession", req, cb);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 开始云端推流。云端推流 codec 根据客户端(SDK)能力来自动选择,默认优先顺序为 H265、H264、VP8、VP9。
|
|
44
44
|
*/
|
|
45
45
|
async StartPublishStream(req, cb) {
|
|
46
46
|
return this.request("StartPublishStream", req, cb);
|
|
@@ -52,7 +52,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
52
52
|
return this.request("StopPublishStream", req, cb);
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
* 开始云端推流到指定URL。该推流方式需要单独计费,详细计费方式请查看[指定地址推流费用说明](https://cloud.tencent.com/document/product/1547/72168#98ac188a-d122-4caf-88be-05268ecefdf6)
|
|
55
|
+
* 开始云端推流到指定URL。云端推流 codec 根据客户端(SDK)能力来自动选择,默认优先顺序为 H265、H264、VP8、VP9。该推流方式需要单独计费,详细计费方式请查看[指定地址推流费用说明](https://cloud.tencent.com/document/product/1547/72168#98ac188a-d122-4caf-88be-05268ecefdf6)
|
|
56
56
|
*/
|
|
57
57
|
async StartPublishStreamWithURL(req, cb) {
|
|
58
58
|
return this.request("StartPublishStreamWithURL", req, cb);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const chdfs: {
|
|
2
|
-
v20190718: {
|
|
3
|
-
Client: typeof import("./v20190718/chdfs_client").Client;
|
|
4
|
-
Models: typeof import("./v20190718/chdfs_models");
|
|
5
|
-
};
|
|
6
2
|
v20201112: {
|
|
7
3
|
Client: typeof import("./v20201112/chdfs_client").Client;
|
|
8
4
|
Models: typeof import("./v20201112/chdfs_models");
|
|
9
5
|
};
|
|
6
|
+
v20190718: {
|
|
7
|
+
Client: typeof import("./v20190718/chdfs_client").Client;
|
|
8
|
+
Models: typeof import("./v20190718/chdfs_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.chdfs = void 0;
|
|
4
|
-
const v20190718_1 = require("./v20190718");
|
|
5
4
|
const v20201112_1 = require("./v20201112");
|
|
5
|
+
const v20190718_1 = require("./v20190718");
|
|
6
6
|
exports.chdfs = {
|
|
7
|
-
v20190718: v20190718_1.v20190718,
|
|
8
7
|
v20201112: v20201112_1.v20201112,
|
|
8
|
+
v20190718: v20190718_1.v20190718,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const cii: {
|
|
2
|
-
v20201210: {
|
|
3
|
-
Client: typeof import("./v20201210/cii_client").Client;
|
|
4
|
-
Models: typeof import("./v20201210/cii_models");
|
|
5
|
-
};
|
|
6
2
|
v20210408: {
|
|
7
3
|
Client: typeof import("./v20210408/cii_client").Client;
|
|
8
4
|
Models: typeof import("./v20210408/cii_models");
|
|
9
5
|
};
|
|
6
|
+
v20201210: {
|
|
7
|
+
Client: typeof import("./v20201210/cii_client").Client;
|
|
8
|
+
Models: typeof import("./v20201210/cii_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.cii = void 0;
|
|
4
|
-
const v20201210_1 = require("./v20201210");
|
|
5
4
|
const v20210408_1 = require("./v20210408");
|
|
5
|
+
const v20201210_1 = require("./v20201210");
|
|
6
6
|
exports.cii = {
|
|
7
|
-
v20201210: v20201210_1.v20201210,
|
|
8
7
|
v20210408: v20210408_1.v20210408,
|
|
8
|
+
v20201210: v20201210_1.v20201210,
|
|
9
9
|
};
|
|
@@ -8,7 +8,7 @@ import { InquireAuditCreditResponse, StopLoggingRequest, GetAttributeKeyRequest,
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* 修改操作审计跟踪集
|
|
12
12
|
*/
|
|
13
13
|
ModifyAuditTrack(req: ModifyAuditTrackRequest, cb?: (error: string, rep: ModifyAuditTrackResponse) => void): Promise<ModifyAuditTrackResponse>;
|
|
14
14
|
/**
|
|
@@ -16,7 +16,7 @@ export declare class Client extends AbstractClient {
|
|
|
16
16
|
*/
|
|
17
17
|
StartLogging(req: StartLoggingRequest, cb?: (error: string, rep: StartLoggingResponse) => void): Promise<StartLoggingResponse>;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* 查询操作审计跟踪集详情
|
|
20
20
|
*/
|
|
21
21
|
DescribeAuditTrack(req: DescribeAuditTrackRequest, cb?: (error: string, rep: DescribeAuditTrackResponse) => void): Promise<DescribeAuditTrackResponse>;
|
|
22
22
|
/**
|
|
@@ -24,7 +24,7 @@ export declare class Client extends AbstractClient {
|
|
|
24
24
|
*/
|
|
25
25
|
GetAttributeKey(req: GetAttributeKeyRequest, cb?: (error: string, rep: GetAttributeKeyResponse) => void): Promise<GetAttributeKeyResponse>;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* 创建操作审计跟踪集
|
|
28
28
|
*/
|
|
29
29
|
CreateAuditTrack(req: CreateAuditTrackRequest, cb?: (error: string, rep: CreateAuditTrackResponse) => void): Promise<CreateAuditTrackResponse>;
|
|
30
30
|
/**
|
|
@@ -36,7 +36,7 @@ export declare class Client extends AbstractClient {
|
|
|
36
36
|
*/
|
|
37
37
|
DeleteAudit(req: DeleteAuditRequest, cb?: (error: string, rep: DeleteAuditResponse) => void): Promise<DeleteAuditResponse>;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* 查询操作审计日志
|
|
40
40
|
*/
|
|
41
41
|
DescribeEvents(req: DescribeEventsRequest, cb?: (error: string, rep: DescribeEventsResponse) => void): Promise<DescribeEventsResponse>;
|
|
42
42
|
/**
|
|
@@ -48,7 +48,7 @@ export declare class Client extends AbstractClient {
|
|
|
48
48
|
*/
|
|
49
49
|
ListCosEnableRegion(req: ListCosEnableRegionRequest, cb?: (error: string, rep: ListCosEnableRegionResponse) => void): Promise<ListCosEnableRegionResponse>;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* 查询操作审计跟踪集列表
|
|
52
52
|
*/
|
|
53
53
|
DescribeAuditTracks(req: DescribeAuditTracksRequest, cb?: (error: string, rep: DescribeAuditTracksResponse) => void): Promise<DescribeAuditTracksResponse>;
|
|
54
54
|
/**
|
|
@@ -80,7 +80,7 @@ export declare class Client extends AbstractClient {
|
|
|
80
80
|
*/
|
|
81
81
|
CreateAudit(req: CreateAuditRequest, cb?: (error: string, rep: CreateAuditResponse) => void): Promise<CreateAuditResponse>;
|
|
82
82
|
/**
|
|
83
|
-
*
|
|
83
|
+
* 删除操作审计跟踪集
|
|
84
84
|
*/
|
|
85
85
|
DeleteAuditTrack(req: DeleteAuditTrackRequest, cb?: (error: string, rep: DeleteAuditTrackResponse) => void): Promise<DeleteAuditTrackResponse>;
|
|
86
86
|
/**
|
|
@@ -28,7 +28,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
28
28
|
super("cloudaudit.tencentcloudapi.com", "2019-03-19", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 修改操作审计跟踪集
|
|
32
32
|
*/
|
|
33
33
|
async ModifyAuditTrack(req, cb) {
|
|
34
34
|
return this.request("ModifyAuditTrack", req, cb);
|
|
@@ -40,7 +40,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
40
40
|
return this.request("StartLogging", req, cb);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 查询操作审计跟踪集详情
|
|
44
44
|
*/
|
|
45
45
|
async DescribeAuditTrack(req, cb) {
|
|
46
46
|
return this.request("DescribeAuditTrack", req, cb);
|
|
@@ -52,7 +52,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
52
52
|
return this.request("GetAttributeKey", req, cb);
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 创建操作审计跟踪集
|
|
56
56
|
*/
|
|
57
57
|
async CreateAuditTrack(req, cb) {
|
|
58
58
|
return this.request("CreateAuditTrack", req, cb);
|
|
@@ -70,7 +70,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
70
70
|
return this.request("DeleteAudit", req, cb);
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* 查询操作审计日志
|
|
74
74
|
*/
|
|
75
75
|
async DescribeEvents(req, cb) {
|
|
76
76
|
return this.request("DescribeEvents", req, cb);
|
|
@@ -88,7 +88,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
88
88
|
return this.request("ListCosEnableRegion", req, cb);
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* 查询操作审计跟踪集列表
|
|
92
92
|
*/
|
|
93
93
|
async DescribeAuditTracks(req, cb) {
|
|
94
94
|
return this.request("DescribeAuditTracks", req, cb);
|
|
@@ -132,7 +132,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
132
132
|
return this.request("CreateAudit", req, cb);
|
|
133
133
|
}
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
135
|
+
* 删除操作审计跟踪集
|
|
136
136
|
*/
|
|
137
137
|
async DeleteAuditTrack(req, cb) {
|
|
138
138
|
return this.request("DeleteAuditTrack", req, cb);
|
|
@@ -62,6 +62,16 @@ export interface Storage {
|
|
|
62
62
|
* 存储目录前缀,cos日志文件前缀仅支持字母和数字的组合,3-40个字符
|
|
63
63
|
*/
|
|
64
64
|
StoragePrefix: string;
|
|
65
|
+
/**
|
|
66
|
+
* 被指定存储用户ID
|
|
67
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
68
|
+
*/
|
|
69
|
+
StorageAccountId?: string;
|
|
70
|
+
/**
|
|
71
|
+
* 被指定存储用户appid
|
|
72
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
73
|
+
*/
|
|
74
|
+
StorageAppId?: string;
|
|
65
75
|
}
|
|
66
76
|
/**
|
|
67
77
|
* DescribeAuditTracks返回参数结构体
|
|
@@ -393,7 +403,7 @@ export interface CreateAuditTrackResponse {
|
|
|
393
403
|
/**
|
|
394
404
|
* 跟踪集 ID
|
|
395
405
|
*/
|
|
396
|
-
TrackId
|
|
406
|
+
TrackId?: number;
|
|
397
407
|
/**
|
|
398
408
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
399
409
|
*/
|
|
@@ -405,10 +415,12 @@ export interface CreateAuditTrackResponse {
|
|
|
405
415
|
export interface Resource {
|
|
406
416
|
/**
|
|
407
417
|
* 资源类型
|
|
418
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
408
419
|
*/
|
|
409
420
|
ResourceType?: string;
|
|
410
421
|
/**
|
|
411
422
|
* 资源名称
|
|
423
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
412
424
|
*/
|
|
413
425
|
ResourceName?: string;
|
|
414
426
|
}
|
|
@@ -560,7 +572,7 @@ export interface DescribeEventsRequest {
|
|
|
560
572
|
*/
|
|
561
573
|
MaxResults?: number;
|
|
562
574
|
/**
|
|
563
|
-
* 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}])备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)
|
|
575
|
+
* 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceId:资源Id、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}])备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)
|
|
564
576
|
*/
|
|
565
577
|
LookupAttributes?: Array<LookupAttribute>;
|
|
566
578
|
/**
|
|
@@ -761,36 +773,36 @@ export interface DescribeAuditTrackResponse {
|
|
|
761
773
|
/**
|
|
762
774
|
* 跟踪集名称
|
|
763
775
|
*/
|
|
764
|
-
Name
|
|
776
|
+
Name?: string;
|
|
765
777
|
/**
|
|
766
778
|
* 跟踪事件类型(读:Read;写:Write;全部:*)
|
|
767
779
|
*/
|
|
768
|
-
ActionType
|
|
780
|
+
ActionType?: string;
|
|
769
781
|
/**
|
|
770
782
|
* 跟踪事件所属产品(如:cos,全部:*)
|
|
771
783
|
*/
|
|
772
|
-
ResourceType
|
|
784
|
+
ResourceType?: string;
|
|
773
785
|
/**
|
|
774
786
|
* 跟踪集状态(未开启:0;开启:1)
|
|
775
787
|
*/
|
|
776
|
-
Status
|
|
788
|
+
Status?: number;
|
|
777
789
|
/**
|
|
778
790
|
* 跟踪事件接口名列表(全部:[*])
|
|
779
791
|
*/
|
|
780
|
-
EventNames
|
|
792
|
+
EventNames?: Array<string>;
|
|
781
793
|
/**
|
|
782
794
|
* 数据投递存储(目前支持 cos、cls)
|
|
783
795
|
*/
|
|
784
|
-
Storage
|
|
796
|
+
Storage?: Storage;
|
|
785
797
|
/**
|
|
786
798
|
* 跟踪集创建时间
|
|
787
799
|
*/
|
|
788
|
-
CreateTime
|
|
800
|
+
CreateTime?: string;
|
|
789
801
|
/**
|
|
790
802
|
* 是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号
|
|
791
803
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
792
804
|
*/
|
|
793
|
-
TrackForAllMembers
|
|
805
|
+
TrackForAllMembers?: number;
|
|
794
806
|
/**
|
|
795
807
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
796
808
|
*/
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const dbbrain: {
|
|
2
|
-
v20210527: {
|
|
3
|
-
Client: typeof import("./v20210527/dbbrain_client").Client;
|
|
4
|
-
Models: typeof import("./v20210527/dbbrain_models");
|
|
5
|
-
};
|
|
6
2
|
v20191016: {
|
|
7
3
|
Client: typeof import("./v20191016/dbbrain_client").Client;
|
|
8
4
|
Models: typeof import("./v20191016/dbbrain_models");
|
|
9
5
|
};
|
|
6
|
+
v20210527: {
|
|
7
|
+
Client: typeof import("./v20210527/dbbrain_client").Client;
|
|
8
|
+
Models: typeof import("./v20210527/dbbrain_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.dbbrain = void 0;
|
|
4
|
-
const v20210527_1 = require("./v20210527");
|
|
5
4
|
const v20191016_1 = require("./v20191016");
|
|
5
|
+
const v20210527_1 = require("./v20210527");
|
|
6
6
|
exports.dbbrain = {
|
|
7
|
-
v20210527: v20210527_1.v20210527,
|
|
8
7
|
v20191016: v20191016_1.v20191016,
|
|
8
|
+
v20210527: v20210527_1.v20210527,
|
|
9
9
|
};
|
|
@@ -6315,7 +6315,7 @@ export interface CreateChannelOrganizationInfoChangeUrlRequest {
|
|
|
6315
6315
|
* 变更链接类型:
|
|
6316
6316
|
<ul>
|
|
6317
6317
|
<li>**WEIXINAPP** : 创建变更短链。需要在移动端打开,会跳转到微信腾讯电子签小程序进行更换。(默认)</li>
|
|
6318
|
-
<li>**APP** : 创建变更小程序链接,可从第三方App
|
|
6318
|
+
<li>**APP** : 创建变更小程序链接,可从第三方App或者小程序跳转到微信腾讯电子签小程序进行更换。</li>
|
|
6319
6319
|
</ul>
|
|
6320
6320
|
*/
|
|
6321
6321
|
Endpoint?: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const iotcloud: {
|
|
2
|
-
v20180614: {
|
|
3
|
-
Client: typeof import("./v20180614/iotcloud_client").Client;
|
|
4
|
-
Models: typeof import("./v20180614/iotcloud_models");
|
|
5
|
-
};
|
|
6
2
|
v20210408: {
|
|
7
3
|
Client: typeof import("./v20210408/iotcloud_client").Client;
|
|
8
4
|
Models: typeof import("./v20210408/iotcloud_models");
|
|
9
5
|
};
|
|
6
|
+
v20180614: {
|
|
7
|
+
Client: typeof import("./v20180614/iotcloud_client").Client;
|
|
8
|
+
Models: typeof import("./v20180614/iotcloud_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.iotcloud = void 0;
|
|
4
|
-
const v20180614_1 = require("./v20180614");
|
|
5
4
|
const v20210408_1 = require("./v20210408");
|
|
5
|
+
const v20180614_1 = require("./v20180614");
|
|
6
6
|
exports.iotcloud = {
|
|
7
|
-
v20180614: v20180614_1.v20180614,
|
|
8
7
|
v20210408: v20210408_1.v20210408,
|
|
8
|
+
v20180614: v20180614_1.v20180614,
|
|
9
9
|
};
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
export declare const iotvideo: {
|
|
2
|
-
v20201215: {
|
|
3
|
-
Client: typeof import("./v20201215/iotvideo_client").Client;
|
|
4
|
-
Models: typeof import("./v20201215/iotvideo_models");
|
|
5
|
-
};
|
|
6
2
|
v20191126: {
|
|
7
3
|
Client: typeof import("./v20191126/iotvideo_client").Client;
|
|
8
4
|
Models: typeof import("./v20191126/iotvideo_models");
|
|
@@ -11,4 +7,8 @@ export declare const iotvideo: {
|
|
|
11
7
|
Client: typeof import("./v20211125/iotvideo_client").Client;
|
|
12
8
|
Models: typeof import("./v20211125/iotvideo_models");
|
|
13
9
|
};
|
|
10
|
+
v20201215: {
|
|
11
|
+
Client: typeof import("./v20201215/iotvideo_client").Client;
|
|
12
|
+
Models: typeof import("./v20201215/iotvideo_models");
|
|
13
|
+
};
|
|
14
14
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.iotvideo = void 0;
|
|
4
|
-
const v20201215_1 = require("./v20201215");
|
|
5
4
|
const v20191126_1 = require("./v20191126");
|
|
6
5
|
const v20211125_1 = require("./v20211125");
|
|
6
|
+
const v20201215_1 = require("./v20201215");
|
|
7
7
|
exports.iotvideo = {
|
|
8
|
-
v20201215: v20201215_1.v20201215,
|
|
9
8
|
v20191126: v20191126_1.v20191126,
|
|
10
9
|
v20211125: v20211125_1.v20211125,
|
|
10
|
+
v20201215: v20201215_1.v20201215,
|
|
11
11
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const mgobe: {
|
|
2
|
-
v20190929: {
|
|
3
|
-
Client: typeof import("./v20190929/mgobe_client").Client;
|
|
4
|
-
Models: typeof import("./v20190929/mgobe_models");
|
|
5
|
-
};
|
|
6
2
|
v20201014: {
|
|
7
3
|
Client: typeof import("./v20201014/mgobe_client").Client;
|
|
8
4
|
Models: typeof import("./v20201014/mgobe_models");
|
|
9
5
|
};
|
|
6
|
+
v20190929: {
|
|
7
|
+
Client: typeof import("./v20190929/mgobe_client").Client;
|
|
8
|
+
Models: typeof import("./v20190929/mgobe_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.mgobe = void 0;
|
|
4
|
-
const v20190929_1 = require("./v20190929");
|
|
5
4
|
const v20201014_1 = require("./v20201014");
|
|
5
|
+
const v20190929_1 = require("./v20190929");
|
|
6
6
|
exports.mgobe = {
|
|
7
|
-
v20190929: v20190929_1.v20190929,
|
|
8
7
|
v20201014: v20201014_1.v20201014,
|
|
8
|
+
v20190929: v20190929_1.v20190929,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const mongodb: {
|
|
2
|
-
v20180408: {
|
|
3
|
-
Client: typeof import("./v20180408/mongodb_client").Client;
|
|
4
|
-
Models: typeof import("./v20180408/mongodb_models");
|
|
5
|
-
};
|
|
6
2
|
v20190725: {
|
|
7
3
|
Client: typeof import("./v20190725/mongodb_client").Client;
|
|
8
4
|
Models: typeof import("./v20190725/mongodb_models");
|
|
9
5
|
};
|
|
6
|
+
v20180408: {
|
|
7
|
+
Client: typeof import("./v20180408/mongodb_client").Client;
|
|
8
|
+
Models: typeof import("./v20180408/mongodb_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.mongodb = void 0;
|
|
4
|
-
const v20180408_1 = require("./v20180408");
|
|
5
4
|
const v20190725_1 = require("./v20190725");
|
|
5
|
+
const v20180408_1 = require("./v20180408");
|
|
6
6
|
exports.mongodb = {
|
|
7
|
-
v20180408: v20180408_1.v20180408,
|
|
8
7
|
v20190725: v20190725_1.v20190725,
|
|
8
|
+
v20180408: v20180408_1.v20180408,
|
|
9
9
|
};
|
|
@@ -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
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const teo: {
|
|
2
|
-
v20220106: {
|
|
3
|
-
Client: typeof import("./v20220106/teo_client").Client;
|
|
4
|
-
Models: typeof import("./v20220106/teo_models");
|
|
5
|
-
};
|
|
6
2
|
v20220901: {
|
|
7
3
|
Client: typeof import("./v20220901/teo_client").Client;
|
|
8
4
|
Models: typeof import("./v20220901/teo_models");
|
|
9
5
|
};
|
|
6
|
+
v20220106: {
|
|
7
|
+
Client: typeof import("./v20220106/teo_client").Client;
|
|
8
|
+
Models: typeof import("./v20220106/teo_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.teo = void 0;
|
|
4
|
-
const v20220106_1 = require("./v20220106");
|
|
5
4
|
const v20220901_1 = require("./v20220901");
|
|
5
|
+
const v20220106_1 = require("./v20220106");
|
|
6
6
|
exports.teo = {
|
|
7
|
-
v20220106: v20220106_1.v20220106,
|
|
8
7
|
v20220901: v20220901_1.v20220901,
|
|
8
|
+
v20220106: v20220106_1.v20220106,
|
|
9
9
|
};
|