tencentcloud-sdk-nodejs 4.1.63 → 4.1.65
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/es/common/sdk_version.js +1 -1
- package/es/services/bh/v20230418/bh_client.js +20 -2
- package/es/services/emr/v20190103/emr_client.js +161 -158
- package/es/services/kms/v20190118/kms_client.js +59 -14
- package/es/services/lke/v20231130/lke_client.js +16 -4
- package/es/services/trocket/v20230308/trocket_client.js +5 -2
- package/es/services/wedata/v20210820/wedata_client.js +10 -4
- package/package.json +1 -1
- package/tencentcloud/common/abstract_client.d.ts +111 -13
- package/tencentcloud/common/abstract_client.js +82 -15
- package/tencentcloud/common/common_client.d.ts +7 -0
- package/tencentcloud/common/common_client.js +7 -0
- package/tencentcloud/common/cvm_role_credential.d.ts +6 -0
- package/tencentcloud/common/cvm_role_credential.js +10 -1
- package/tencentcloud/common/http/http_connection.js +1 -2
- package/tencentcloud/common/interface.d.ts +35 -36
- package/tencentcloud/common/interface.js +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/common/sign.js +1 -1
- package/tencentcloud/common/sse_response_model.d.ts +26 -2
- package/tencentcloud/common/sse_response_model.js +17 -2
- package/tencentcloud/services/bh/v20230418/bh_client.d.ts +27 -3
- package/tencentcloud/services/bh/v20230418/bh_client.js +39 -3
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +315 -56
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +25 -19
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +25 -19
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +143 -107
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +12 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +44 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +12 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +1 -3
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +1 -3
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +93 -6
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +182 -178
- package/tencentcloud/services/emr/v20190103/emr_client.js +272 -266
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5762 -5634
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +13 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -0
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +4 -0
- package/tencentcloud/services/kms/v20190118/kms_client.d.ts +76 -16
- package/tencentcloud/services/kms/v20190118/kms_client.js +112 -22
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +572 -53
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -0
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +21 -5
- package/tencentcloud/services/lke/v20231130/lke_client.js +30 -6
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +5094 -4554
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +32 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +4 -0
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +2 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +0 -4
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -0
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +14 -2
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +4 -0
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +42 -20
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +44 -20
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +198 -119
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +33 -9
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +15 -7
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +20 -8
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +256 -54
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.65";
|
|
@@ -24,6 +24,9 @@ export class Client extends AbstractClient {
|
|
|
24
24
|
async DescribeDeviceAccounts(req, cb) {
|
|
25
25
|
return this.request("DescribeDeviceAccounts", req, cb);
|
|
26
26
|
}
|
|
27
|
+
async CheckLDAPConnection(req, cb) {
|
|
28
|
+
return this.request("CheckLDAPConnection", req, cb);
|
|
29
|
+
}
|
|
27
30
|
async ResetUser(req, cb) {
|
|
28
31
|
return this.request("ResetUser", req, cb);
|
|
29
32
|
}
|
|
@@ -33,6 +36,9 @@ export class Client extends AbstractClient {
|
|
|
33
36
|
async CreateChangePwdTask(req, cb) {
|
|
34
37
|
return this.request("CreateChangePwdTask", req, cb);
|
|
35
38
|
}
|
|
39
|
+
async SetLDAPSyncFlag(req, cb) {
|
|
40
|
+
return this.request("SetLDAPSyncFlag", req, cb);
|
|
41
|
+
}
|
|
36
42
|
async DescribeUserGroups(req, cb) {
|
|
37
43
|
return this.request("DescribeUserGroups", req, cb);
|
|
38
44
|
}
|
|
@@ -51,8 +57,8 @@ export class Client extends AbstractClient {
|
|
|
51
57
|
async BindDeviceAccountPassword(req, cb) {
|
|
52
58
|
return this.request("BindDeviceAccountPassword", req, cb);
|
|
53
59
|
}
|
|
54
|
-
async
|
|
55
|
-
return this.request("
|
|
60
|
+
async DescribeLDAPUnitSet(req, cb) {
|
|
61
|
+
return this.request("DescribeLDAPUnitSet", req, cb);
|
|
56
62
|
}
|
|
57
63
|
async ModifyCmdTemplate(req, cb) {
|
|
58
64
|
return this.request("ModifyCmdTemplate", req, cb);
|
|
@@ -111,6 +117,12 @@ export class Client extends AbstractClient {
|
|
|
111
117
|
async SearchCommandBySid(req, cb) {
|
|
112
118
|
return this.request("SearchCommandBySid", req, cb);
|
|
113
119
|
}
|
|
120
|
+
async UnlockUser(req, cb) {
|
|
121
|
+
return this.request("UnlockUser", req, cb);
|
|
122
|
+
}
|
|
123
|
+
async SearchFileBySid(req, cb) {
|
|
124
|
+
return this.request("SearchFileBySid", req, cb);
|
|
125
|
+
}
|
|
114
126
|
async ResetDeviceAccountPrivateKey(req, cb) {
|
|
115
127
|
return this.request("ResetDeviceAccountPrivateKey", req, cb);
|
|
116
128
|
}
|
|
@@ -138,6 +150,9 @@ export class Client extends AbstractClient {
|
|
|
138
150
|
async ModifyOperationTask(req, cb) {
|
|
139
151
|
return this.request("ModifyOperationTask", req, cb);
|
|
140
152
|
}
|
|
153
|
+
async ModifyLDAPSetting(req, cb) {
|
|
154
|
+
return this.request("ModifyLDAPSetting", req, cb);
|
|
155
|
+
}
|
|
141
156
|
async DeleteDeviceAccounts(req, cb) {
|
|
142
157
|
return this.request("DeleteDeviceAccounts", req, cb);
|
|
143
158
|
}
|
|
@@ -183,6 +198,9 @@ export class Client extends AbstractClient {
|
|
|
183
198
|
async DescribeUserGroupMembers(req, cb) {
|
|
184
199
|
return this.request("DescribeUserGroupMembers", req, cb);
|
|
185
200
|
}
|
|
201
|
+
async ReplaySession(req, cb) {
|
|
202
|
+
return this.request("ReplaySession", req, cb);
|
|
203
|
+
}
|
|
186
204
|
async SearchSubtaskResultById(req, cb) {
|
|
187
205
|
return this.request("SearchSubtaskResultById", req, cb);
|
|
188
206
|
}
|
|
@@ -3,59 +3,77 @@ export class Client extends AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("emr.tencentcloudapi.com", "2019-01-03", clientConfig);
|
|
5
5
|
}
|
|
6
|
-
async
|
|
7
|
-
return this.request("
|
|
6
|
+
async TerminateInstance(req, cb) {
|
|
7
|
+
return this.request("TerminateInstance", req, cb);
|
|
8
8
|
}
|
|
9
|
-
async
|
|
10
|
-
return this.request("
|
|
9
|
+
async CreateCluster(req, cb) {
|
|
10
|
+
return this.request("CreateCluster", req, cb);
|
|
11
11
|
}
|
|
12
|
-
async
|
|
13
|
-
return this.request("
|
|
12
|
+
async ModifyYarnQueueV2(req, cb) {
|
|
13
|
+
return this.request("ModifyYarnQueueV2", req, cb);
|
|
14
14
|
}
|
|
15
|
-
async
|
|
16
|
-
return this.request("
|
|
15
|
+
async DeployYarnConf(req, cb) {
|
|
16
|
+
return this.request("DeployYarnConf", req, cb);
|
|
17
17
|
}
|
|
18
|
-
async
|
|
19
|
-
return this.request("
|
|
18
|
+
async DescribeCvmQuota(req, cb) {
|
|
19
|
+
return this.request("DescribeCvmQuota", req, cb);
|
|
20
20
|
}
|
|
21
|
-
async
|
|
22
|
-
return this.request("
|
|
21
|
+
async ModifyUserManagerPwd(req, cb) {
|
|
22
|
+
return this.request("ModifyUserManagerPwd", req, cb);
|
|
23
23
|
}
|
|
24
|
-
async
|
|
25
|
-
return this.request("
|
|
24
|
+
async DescribeHBaseTableOverview(req, cb) {
|
|
25
|
+
return this.request("DescribeHBaseTableOverview", req, cb);
|
|
26
26
|
}
|
|
27
|
-
async
|
|
28
|
-
return this.request("
|
|
27
|
+
async DescribeServiceNodeInfos(req, cb) {
|
|
28
|
+
return this.request("DescribeServiceNodeInfos", req, cb);
|
|
29
29
|
}
|
|
30
|
-
async
|
|
31
|
-
return this.request("
|
|
30
|
+
async ModifyYarnDeploy(req, cb) {
|
|
31
|
+
return this.request("ModifyYarnDeploy", req, cb);
|
|
32
32
|
}
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
33
|
+
async DescribeKyuubiQueryInfo(req, cb) {
|
|
34
|
+
return this.request("DescribeKyuubiQueryInfo", req, cb);
|
|
35
35
|
}
|
|
36
|
-
async
|
|
37
|
-
return this.request("
|
|
36
|
+
async DeleteAutoScaleStrategy(req, cb) {
|
|
37
|
+
return this.request("DeleteAutoScaleStrategy", req, cb);
|
|
38
38
|
}
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async ScaleOutCluster(req, cb) {
|
|
40
|
+
return this.request("ScaleOutCluster", req, cb);
|
|
41
41
|
}
|
|
42
|
-
async
|
|
43
|
-
return this.request("
|
|
42
|
+
async DescribeInstanceRenewNodes(req, cb) {
|
|
43
|
+
return this.request("DescribeInstanceRenewNodes", req, cb);
|
|
44
44
|
}
|
|
45
|
-
async
|
|
46
|
-
return this.request("
|
|
45
|
+
async DescribeResourceScheduleDiffDetail(req, cb) {
|
|
46
|
+
return this.request("DescribeResourceScheduleDiffDetail", req, cb);
|
|
47
47
|
}
|
|
48
|
-
async
|
|
49
|
-
return this.request("
|
|
48
|
+
async DescribeJobFlow(req, cb) {
|
|
49
|
+
return this.request("DescribeJobFlow", req, cb);
|
|
50
50
|
}
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
51
|
+
async DescribeHiveQueries(req, cb) {
|
|
52
|
+
return this.request("DescribeHiveQueries", req, cb);
|
|
53
53
|
}
|
|
54
|
-
async
|
|
55
|
-
return this.request("
|
|
54
|
+
async DescribeTrinoQueryInfo(req, cb) {
|
|
55
|
+
return this.request("DescribeTrinoQueryInfo", req, cb);
|
|
56
56
|
}
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
57
|
+
async DescribeInstancesList(req, cb) {
|
|
58
|
+
return this.request("DescribeInstancesList", req, cb);
|
|
59
|
+
}
|
|
60
|
+
async ModifyUsersOfGroupSTD(req, cb) {
|
|
61
|
+
return this.request("ModifyUsersOfGroupSTD", req, cb);
|
|
62
|
+
}
|
|
63
|
+
async ModifyResourcesTags(req, cb) {
|
|
64
|
+
return this.request("ModifyResourcesTags", req, cb);
|
|
65
|
+
}
|
|
66
|
+
async RunJobFlow(req, cb) {
|
|
67
|
+
return this.request("RunJobFlow", req, cb);
|
|
68
|
+
}
|
|
69
|
+
async DescribeImpalaQueries(req, cb) {
|
|
70
|
+
return this.request("DescribeImpalaQueries", req, cb);
|
|
71
|
+
}
|
|
72
|
+
async DescribeYarnQueue(req, cb) {
|
|
73
|
+
return this.request("DescribeYarnQueue", req, cb);
|
|
74
|
+
}
|
|
75
|
+
async DescribeAutoScaleRecords(req, cb) {
|
|
76
|
+
return this.request("DescribeAutoScaleRecords", req, cb);
|
|
59
77
|
}
|
|
60
78
|
async ScaleOutInstance(req, cb) {
|
|
61
79
|
return this.request("ScaleOutInstance", req, cb);
|
|
@@ -66,98 +84,104 @@ export class Client extends AbstractClient {
|
|
|
66
84
|
async SetNodeResourceConfigDefault(req, cb) {
|
|
67
85
|
return this.request("SetNodeResourceConfigDefault", req, cb);
|
|
68
86
|
}
|
|
69
|
-
async DescribeResourceSchedule(req, cb) {
|
|
70
|
-
return this.request("DescribeResourceSchedule", req, cb);
|
|
71
|
-
}
|
|
72
87
|
async DescribeStarRocksQueryInfo(req, cb) {
|
|
73
88
|
return this.request("DescribeStarRocksQueryInfo", req, cb);
|
|
74
89
|
}
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
90
|
+
async DescribeNodeResourceConfigFast(req, cb) {
|
|
91
|
+
return this.request("DescribeNodeResourceConfigFast", req, cb);
|
|
77
92
|
}
|
|
78
|
-
async
|
|
79
|
-
return this.request("
|
|
93
|
+
async DescribeDAGInfo(req, cb) {
|
|
94
|
+
return this.request("DescribeDAGInfo", req, cb);
|
|
80
95
|
}
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
96
|
+
async DeleteUserManagerUserList(req, cb) {
|
|
97
|
+
return this.request("DeleteUserManagerUserList", req, cb);
|
|
83
98
|
}
|
|
84
|
-
async
|
|
85
|
-
return this.request("
|
|
99
|
+
async TerminateSLInstance(req, cb) {
|
|
100
|
+
return this.request("TerminateSLInstance", req, cb);
|
|
86
101
|
}
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
102
|
+
async ModifyPodNum(req, cb) {
|
|
103
|
+
return this.request("ModifyPodNum", req, cb);
|
|
89
104
|
}
|
|
90
|
-
async
|
|
91
|
-
return this.request("
|
|
105
|
+
async CreateSLInstance(req, cb) {
|
|
106
|
+
return this.request("CreateSLInstance", req, cb);
|
|
92
107
|
}
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
108
|
+
async DescribeSLInstanceList(req, cb) {
|
|
109
|
+
return this.request("DescribeSLInstanceList", req, cb);
|
|
95
110
|
}
|
|
96
|
-
async
|
|
97
|
-
return this.request("
|
|
111
|
+
async ModifyAutoScaleStrategy(req, cb) {
|
|
112
|
+
return this.request("ModifyAutoScaleStrategy", req, cb);
|
|
98
113
|
}
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
114
|
+
async SyncPodState(req, cb) {
|
|
115
|
+
return this.request("SyncPodState", req, cb);
|
|
101
116
|
}
|
|
102
|
-
async
|
|
103
|
-
return this.request("
|
|
117
|
+
async ModifySLInstance(req, cb) {
|
|
118
|
+
return this.request("ModifySLInstance", req, cb);
|
|
104
119
|
}
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
120
|
+
async CreateInstance(req, cb) {
|
|
121
|
+
return this.request("CreateInstance", req, cb);
|
|
107
122
|
}
|
|
108
|
-
async
|
|
109
|
-
return this.request("
|
|
123
|
+
async InquiryPriceCreateInstance(req, cb) {
|
|
124
|
+
return this.request("InquiryPriceCreateInstance", req, cb);
|
|
110
125
|
}
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
126
|
+
async AddMetricScaleStrategy(req, cb) {
|
|
127
|
+
return this.request("AddMetricScaleStrategy", req, cb);
|
|
113
128
|
}
|
|
114
|
-
async
|
|
115
|
-
return this.request("
|
|
129
|
+
async ResizeDataDisks(req, cb) {
|
|
130
|
+
return this.request("ResizeDataDisks", req, cb);
|
|
116
131
|
}
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
132
|
+
async StartStopServiceOrMonitor(req, cb) {
|
|
133
|
+
return this.request("StartStopServiceOrMonitor", req, cb);
|
|
134
|
+
}
|
|
135
|
+
async AddNodeResourceConfig(req, cb) {
|
|
136
|
+
return this.request("AddNodeResourceConfig", req, cb);
|
|
119
137
|
}
|
|
120
138
|
async TerminateTasks(req, cb) {
|
|
121
139
|
return this.request("TerminateTasks", req, cb);
|
|
122
140
|
}
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
141
|
+
async DescribeNodeDataDisks(req, cb) {
|
|
142
|
+
return this.request("DescribeNodeDataDisks", req, cb);
|
|
125
143
|
}
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
144
|
+
async DescribeGlobalConfig(req, cb) {
|
|
145
|
+
return this.request("DescribeGlobalConfig", req, cb);
|
|
128
146
|
}
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
147
|
+
async DescribeClusterNodes(req, cb) {
|
|
148
|
+
return this.request("DescribeClusterNodes", req, cb);
|
|
131
149
|
}
|
|
132
|
-
async
|
|
133
|
-
return this.request("
|
|
150
|
+
async DescribeYarnScheduleHistory(req, cb) {
|
|
151
|
+
return this.request("DescribeYarnScheduleHistory", req, cb);
|
|
134
152
|
}
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
153
|
+
async DescribeInsightList(req, cb) {
|
|
154
|
+
return this.request("DescribeInsightList", req, cb);
|
|
137
155
|
}
|
|
138
|
-
async
|
|
139
|
-
return this.request("
|
|
156
|
+
async ModifyInspectionSettings(req, cb) {
|
|
157
|
+
return this.request("ModifyInspectionSettings", req, cb);
|
|
140
158
|
}
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
159
|
+
async InquiryPriceUpdateInstance(req, cb) {
|
|
160
|
+
return this.request("InquiryPriceUpdateInstance", req, cb);
|
|
143
161
|
}
|
|
144
|
-
async
|
|
145
|
-
return this.request("
|
|
162
|
+
async CreateCloudInstance(req, cb) {
|
|
163
|
+
return this.request("CreateCloudInstance", req, cb);
|
|
146
164
|
}
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
165
|
+
async InquiryPriceScaleOutInstance(req, cb) {
|
|
166
|
+
return this.request("InquiryPriceScaleOutInstance", req, cb);
|
|
149
167
|
}
|
|
150
|
-
async
|
|
151
|
-
return this.request("
|
|
168
|
+
async DescribeEmrOverviewMetrics(req, cb) {
|
|
169
|
+
return this.request("DescribeEmrOverviewMetrics", req, cb);
|
|
152
170
|
}
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
171
|
+
async ModifySLInstanceBasic(req, cb) {
|
|
172
|
+
return this.request("ModifySLInstanceBasic", req, cb);
|
|
155
173
|
}
|
|
156
|
-
async
|
|
157
|
-
return this.request("
|
|
174
|
+
async TerminateClusterNodes(req, cb) {
|
|
175
|
+
return this.request("TerminateClusterNodes", req, cb);
|
|
158
176
|
}
|
|
159
|
-
async
|
|
160
|
-
return this.request("
|
|
177
|
+
async ResetYarnConfig(req, cb) {
|
|
178
|
+
return this.request("ResetYarnConfig", req, cb);
|
|
179
|
+
}
|
|
180
|
+
async ModifyUserGroup(req, cb) {
|
|
181
|
+
return this.request("ModifyUserGroup", req, cb);
|
|
182
|
+
}
|
|
183
|
+
async DescribeEmrApplicationStatics(req, cb) {
|
|
184
|
+
return this.request("DescribeEmrApplicationStatics", req, cb);
|
|
161
185
|
}
|
|
162
186
|
async DescribeSLInstance(req, cb) {
|
|
163
187
|
return this.request("DescribeSLInstance", req, cb);
|
|
@@ -165,97 +189,76 @@ export class Client extends AbstractClient {
|
|
|
165
189
|
async DescribeSparkQueries(req, cb) {
|
|
166
190
|
return this.request("DescribeSparkQueries", req, cb);
|
|
167
191
|
}
|
|
168
|
-
async
|
|
169
|
-
return this.request("
|
|
192
|
+
async ModifyGlobalConfig(req, cb) {
|
|
193
|
+
return this.request("ModifyGlobalConfig", req, cb);
|
|
170
194
|
}
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
195
|
+
async DescribeAutoScaleStrategies(req, cb) {
|
|
196
|
+
return this.request("DescribeAutoScaleStrategies", req, cb);
|
|
173
197
|
}
|
|
174
|
-
async
|
|
175
|
-
return this.request("
|
|
198
|
+
async DescribeAutoScaleGroupGlobalConf(req, cb) {
|
|
199
|
+
return this.request("DescribeAutoScaleGroupGlobalConf", req, cb);
|
|
176
200
|
}
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
201
|
+
async DescribeInspectionTaskResult(req, cb) {
|
|
202
|
+
return this.request("DescribeInspectionTaskResult", req, cb);
|
|
179
203
|
}
|
|
180
|
-
async
|
|
181
|
-
return this.request("
|
|
204
|
+
async DescribeYarnApplications(req, cb) {
|
|
205
|
+
return this.request("DescribeYarnApplications", req, cb);
|
|
182
206
|
}
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
207
|
+
async DescribeUsersForUserManager(req, cb) {
|
|
208
|
+
return this.request("DescribeUsersForUserManager", req, cb);
|
|
185
209
|
}
|
|
186
|
-
async
|
|
187
|
-
return this.request("
|
|
210
|
+
async InquiryPriceRenewInstance(req, cb) {
|
|
211
|
+
return this.request("InquiryPriceRenewInstance", req, cb);
|
|
188
212
|
}
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
213
|
+
async DescribeGroupsSTD(req, cb) {
|
|
214
|
+
return this.request("DescribeGroupsSTD", req, cb);
|
|
191
215
|
}
|
|
192
|
-
async
|
|
193
|
-
return this.request("
|
|
216
|
+
async DescribeHDFSStorageInfo(req, cb) {
|
|
217
|
+
return this.request("DescribeHDFSStorageInfo", req, cb);
|
|
194
218
|
}
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
219
|
+
async InquirePriceRenewEmr(req, cb) {
|
|
220
|
+
return this.request("InquirePriceRenewEmr", req, cb);
|
|
197
221
|
}
|
|
198
|
-
async
|
|
199
|
-
return this.request("
|
|
222
|
+
async DescribeClusterFlowStatusDetail(req, cb) {
|
|
223
|
+
return this.request("DescribeClusterFlowStatusDetail", req, cb);
|
|
200
224
|
}
|
|
201
|
-
async
|
|
202
|
-
return this.request("
|
|
225
|
+
async DescribeInstances(req, cb) {
|
|
226
|
+
return this.request("DescribeInstances", req, cb);
|
|
203
227
|
}
|
|
204
|
-
async
|
|
205
|
-
return this.request("
|
|
228
|
+
async CreateGroupsSTD(req, cb) {
|
|
229
|
+
return this.request("CreateGroupsSTD", req, cb);
|
|
206
230
|
}
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
231
|
+
async AddUsersForUserManager(req, cb) {
|
|
232
|
+
return this.request("AddUsersForUserManager", req, cb);
|
|
209
233
|
}
|
|
210
|
-
async
|
|
211
|
-
return this.request("
|
|
234
|
+
async DescribeSparkApplications(req, cb) {
|
|
235
|
+
return this.request("DescribeSparkApplications", req, cb);
|
|
212
236
|
}
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
237
|
+
async ModifyAutoRenewFlag(req, cb) {
|
|
238
|
+
return this.request("ModifyAutoRenewFlag", req, cb);
|
|
215
239
|
}
|
|
216
|
-
async
|
|
217
|
-
return this.request("
|
|
240
|
+
async ModifyResourceScheduler(req, cb) {
|
|
241
|
+
return this.request("ModifyResourceScheduler", req, cb);
|
|
218
242
|
}
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
243
|
+
async DescribeResourceSchedule(req, cb) {
|
|
244
|
+
return this.request("DescribeResourceSchedule", req, cb);
|
|
221
245
|
}
|
|
222
|
-
async
|
|
223
|
-
return this.request("
|
|
246
|
+
async ModifyResourceScheduleConfig(req, cb) {
|
|
247
|
+
return this.request("ModifyResourceScheduleConfig", req, cb);
|
|
224
248
|
}
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
249
|
+
async ModifyResource(req, cb) {
|
|
250
|
+
return this.request("ModifyResource", req, cb);
|
|
227
251
|
}
|
|
228
|
-
async
|
|
229
|
-
return this.request("
|
|
252
|
+
async DeleteGroupsSTD(req, cb) {
|
|
253
|
+
return this.request("DeleteGroupsSTD", req, cb);
|
|
230
254
|
}
|
|
231
255
|
async ModifyResourcePools(req, cb) {
|
|
232
256
|
return this.request("ModifyResourcePools", req, cb);
|
|
233
257
|
}
|
|
234
|
-
async DescribeInsightList(req, cb) {
|
|
235
|
-
return this.request("DescribeInsightList", req, cb);
|
|
236
|
-
}
|
|
237
258
|
async DeleteNodeResourceConfig(req, cb) {
|
|
238
259
|
return this.request("DeleteNodeResourceConfig", req, cb);
|
|
239
260
|
}
|
|
240
261
|
async ModifyInstanceBasic(req, cb) {
|
|
241
262
|
return this.request("ModifyInstanceBasic", req, cb);
|
|
242
263
|
}
|
|
243
|
-
async ModifyUsersOfGroupSTD(req, cb) {
|
|
244
|
-
return this.request("ModifyUsersOfGroupSTD", req, cb);
|
|
245
|
-
}
|
|
246
|
-
async ModifyInspectionSettings(req, cb) {
|
|
247
|
-
return this.request("ModifyInspectionSettings", req, cb);
|
|
248
|
-
}
|
|
249
|
-
async DescribeInspectionTaskResult(req, cb) {
|
|
250
|
-
return this.request("DescribeInspectionTaskResult", req, cb);
|
|
251
|
-
}
|
|
252
|
-
async ModifyPodNum(req, cb) {
|
|
253
|
-
return this.request("ModifyPodNum", req, cb);
|
|
254
|
-
}
|
|
255
|
-
async ScaleOutCluster(req, cb) {
|
|
256
|
-
return this.request("ScaleOutCluster", req, cb);
|
|
257
|
-
}
|
|
258
|
-
async RunJobFlow(req, cb) {
|
|
259
|
-
return this.request("RunJobFlow", req, cb);
|
|
260
|
-
}
|
|
261
264
|
}
|
|
@@ -3,6 +3,9 @@ export class Client extends AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("kms.tencentcloudapi.com", "2019-01-18", clientConfig);
|
|
5
5
|
}
|
|
6
|
+
async ListDataKeys(req, cb) {
|
|
7
|
+
return this.request("ListDataKeys", req, cb);
|
|
8
|
+
}
|
|
6
9
|
async PostQuantumCryptoVerify(req, cb) {
|
|
7
10
|
return this.request("PostQuantumCryptoVerify", req, cb);
|
|
8
11
|
}
|
|
@@ -21,6 +24,9 @@ export class Client extends AbstractClient {
|
|
|
21
24
|
async ImportKeyMaterial(req, cb) {
|
|
22
25
|
return this.request("ImportKeyMaterial", req, cb);
|
|
23
26
|
}
|
|
27
|
+
async DescribeDataKey(req, cb) {
|
|
28
|
+
return this.request("DescribeDataKey", req, cb);
|
|
29
|
+
}
|
|
24
30
|
async GetPublicKey(req, cb) {
|
|
25
31
|
return this.request("GetPublicKey", req, cb);
|
|
26
32
|
}
|
|
@@ -33,11 +39,14 @@ export class Client extends AbstractClient {
|
|
|
33
39
|
async GetServiceStatus(req, cb) {
|
|
34
40
|
return this.request("GetServiceStatus", req, cb);
|
|
35
41
|
}
|
|
42
|
+
async GetDataKeyPlaintext(req, cb) {
|
|
43
|
+
return this.request("GetDataKeyPlaintext", req, cb);
|
|
44
|
+
}
|
|
36
45
|
async AsymmetricSm2Decrypt(req, cb) {
|
|
37
46
|
return this.request("AsymmetricSm2Decrypt", req, cb);
|
|
38
47
|
}
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
48
|
+
async PostQuantumCryptoEncrypt(req, cb) {
|
|
49
|
+
return this.request("PostQuantumCryptoEncrypt", req, cb);
|
|
41
50
|
}
|
|
42
51
|
async CancelKeyDeletion(req, cb) {
|
|
43
52
|
return this.request("CancelKeyDeletion", req, cb);
|
|
@@ -45,17 +54,35 @@ export class Client extends AbstractClient {
|
|
|
45
54
|
async GetKeyRotationStatus(req, cb) {
|
|
46
55
|
return this.request("GetKeyRotationStatus", req, cb);
|
|
47
56
|
}
|
|
57
|
+
async ScheduleDataKeyDeletion(req, cb) {
|
|
58
|
+
return this.request("ScheduleDataKeyDeletion", req, cb);
|
|
59
|
+
}
|
|
48
60
|
async DescribeWhiteBoxKeyDetails(req, cb) {
|
|
49
61
|
return this.request("DescribeWhiteBoxKeyDetails", req, cb);
|
|
50
62
|
}
|
|
51
63
|
async BindCloudResource(req, cb) {
|
|
52
64
|
return this.request("BindCloudResource", req, cb);
|
|
53
65
|
}
|
|
66
|
+
async OverwriteWhiteBoxDeviceFingerprints(req, cb) {
|
|
67
|
+
return this.request("OverwriteWhiteBoxDeviceFingerprints", req, cb);
|
|
68
|
+
}
|
|
54
69
|
async ArchiveKey(req, cb) {
|
|
55
70
|
return this.request("ArchiveKey", req, cb);
|
|
56
71
|
}
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
72
|
+
async UpdateDataKeyDescription(req, cb) {
|
|
73
|
+
return this.request("UpdateDataKeyDescription", req, cb);
|
|
74
|
+
}
|
|
75
|
+
async UpdateDataKeyName(req, cb) {
|
|
76
|
+
return this.request("UpdateDataKeyName", req, cb);
|
|
77
|
+
}
|
|
78
|
+
async SignByAsymmetricKey(req, cb) {
|
|
79
|
+
return this.request("SignByAsymmetricKey", req, cb);
|
|
80
|
+
}
|
|
81
|
+
async DisableKeys(req, cb) {
|
|
82
|
+
return this.request("DisableKeys", req, cb);
|
|
83
|
+
}
|
|
84
|
+
async CancelDataKeyDeletion(req, cb) {
|
|
85
|
+
return this.request("CancelDataKeyDeletion", req, cb);
|
|
59
86
|
}
|
|
60
87
|
async ReEncrypt(req, cb) {
|
|
61
88
|
return this.request("ReEncrypt", req, cb);
|
|
@@ -75,11 +102,20 @@ export class Client extends AbstractClient {
|
|
|
75
102
|
async GenerateRandom(req, cb) {
|
|
76
103
|
return this.request("GenerateRandom", req, cb);
|
|
77
104
|
}
|
|
105
|
+
async GetDataKeyCiphertextBlob(req, cb) {
|
|
106
|
+
return this.request("GetDataKeyCiphertextBlob", req, cb);
|
|
107
|
+
}
|
|
78
108
|
async PostQuantumCryptoDecrypt(req, cb) {
|
|
79
109
|
return this.request("PostQuantumCryptoDecrypt", req, cb);
|
|
80
110
|
}
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
111
|
+
async VerifyByAsymmetricKey(req, cb) {
|
|
112
|
+
return this.request("VerifyByAsymmetricKey", req, cb);
|
|
113
|
+
}
|
|
114
|
+
async EnableDataKeys(req, cb) {
|
|
115
|
+
return this.request("EnableDataKeys", req, cb);
|
|
116
|
+
}
|
|
117
|
+
async ImportDataKey(req, cb) {
|
|
118
|
+
return this.request("ImportDataKey", req, cb);
|
|
83
119
|
}
|
|
84
120
|
async CreateKey(req, cb) {
|
|
85
121
|
return this.request("CreateKey", req, cb);
|
|
@@ -96,12 +132,18 @@ export class Client extends AbstractClient {
|
|
|
96
132
|
async DisableWhiteBoxKeys(req, cb) {
|
|
97
133
|
return this.request("DisableWhiteBoxKeys", req, cb);
|
|
98
134
|
}
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
135
|
+
async DisableDataKey(req, cb) {
|
|
136
|
+
return this.request("DisableDataKey", req, cb);
|
|
137
|
+
}
|
|
138
|
+
async DescribeDataKeys(req, cb) {
|
|
139
|
+
return this.request("DescribeDataKeys", req, cb);
|
|
101
140
|
}
|
|
102
141
|
async DisableKeyRotation(req, cb) {
|
|
103
142
|
return this.request("DisableKeyRotation", req, cb);
|
|
104
143
|
}
|
|
144
|
+
async ListKeyDetail(req, cb) {
|
|
145
|
+
return this.request("ListKeyDetail", req, cb);
|
|
146
|
+
}
|
|
105
147
|
async DisableWhiteBoxKey(req, cb) {
|
|
106
148
|
return this.request("DisableWhiteBoxKey", req, cb);
|
|
107
149
|
}
|
|
@@ -126,8 +168,8 @@ export class Client extends AbstractClient {
|
|
|
126
168
|
async CreateWhiteBoxKey(req, cb) {
|
|
127
169
|
return this.request("CreateWhiteBoxKey", req, cb);
|
|
128
170
|
}
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
171
|
+
async EnableDataKey(req, cb) {
|
|
172
|
+
return this.request("EnableDataKey", req, cb);
|
|
131
173
|
}
|
|
132
174
|
async EnableWhiteBoxKey(req, cb) {
|
|
133
175
|
return this.request("EnableWhiteBoxKey", req, cb);
|
|
@@ -147,8 +189,8 @@ export class Client extends AbstractClient {
|
|
|
147
189
|
async UpdateKeyDescription(req, cb) {
|
|
148
190
|
return this.request("UpdateKeyDescription", req, cb);
|
|
149
191
|
}
|
|
150
|
-
async
|
|
151
|
-
return this.request("
|
|
192
|
+
async CancelKeyArchive(req, cb) {
|
|
193
|
+
return this.request("CancelKeyArchive", req, cb);
|
|
152
194
|
}
|
|
153
195
|
async DescribeWhiteBoxDecryptKey(req, cb) {
|
|
154
196
|
return this.request("DescribeWhiteBoxDecryptKey", req, cb);
|
|
@@ -159,7 +201,10 @@ export class Client extends AbstractClient {
|
|
|
159
201
|
async GetRegions(req, cb) {
|
|
160
202
|
return this.request("GetRegions", req, cb);
|
|
161
203
|
}
|
|
162
|
-
async
|
|
163
|
-
return this.request("
|
|
204
|
+
async ListDataKeyDetail(req, cb) {
|
|
205
|
+
return this.request("ListDataKeyDetail", req, cb);
|
|
206
|
+
}
|
|
207
|
+
async DisableDataKeys(req, cb) {
|
|
208
|
+
return this.request("DisableDataKeys", req, cb);
|
|
164
209
|
}
|
|
165
210
|
}
|