tencentcloud-sdk-nodejs 4.0.528 → 4.0.529

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.
Files changed (50) hide show
  1. package/CHANGELOG.md +108 -0
  2. package/SERVICE_CHANGELOG.md +137 -45
  3. package/package.json +1 -1
  4. package/products.md +27 -26
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  7. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  8. package/src/services/es/v20180416/es_models.ts +5 -0
  9. package/src/services/ess/v20201111/ess_client.ts +25 -8
  10. package/src/services/ess/v20201111/ess_models.ts +58 -8
  11. package/src/services/essbasic/v20210526/essbasic_client.ts +41 -24
  12. package/src/services/essbasic/v20210526/essbasic_models.ts +209 -153
  13. package/src/services/goosefs/index.ts +5 -0
  14. package/src/services/goosefs/v20220519/goosefs_client.ts +40 -0
  15. package/src/services/goosefs/v20220519/goosefs_models.ts +61 -0
  16. package/src/services/goosefs/v20220519/index.ts +6 -0
  17. package/src/services/index.ts +1 -0
  18. package/src/services/lcic/v20220817/lcic_models.ts +4 -3
  19. package/src/services/vpc/v20170312/vpc_client.ts +3 -2
  20. package/src/services/vpc/v20170312/vpc_models.ts +35 -2
  21. package/src/services/waf/v20180125/waf_models.ts +10 -10
  22. package/tencentcloud/common/sdk_version.d.ts +1 -1
  23. package/tencentcloud/common/sdk_version.js +1 -1
  24. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  25. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  26. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  27. package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
  28. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +11 -3
  29. package/tencentcloud/services/ess/v20201111/ess_client.js +13 -3
  30. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +51 -8
  31. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +16 -8
  32. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +19 -9
  33. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +180 -131
  34. package/tencentcloud/services/goosefs/index.d.ts +6 -0
  35. package/tencentcloud/services/goosefs/index.js +7 -0
  36. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +14 -0
  37. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +37 -0
  38. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +38 -0
  39. package/tencentcloud/services/goosefs/v20220519/goosefs_models.js +18 -0
  40. package/tencentcloud/services/goosefs/v20220519/index.d.ts +6 -0
  41. package/tencentcloud/services/goosefs/v20220519/index.js +9 -0
  42. package/tencentcloud/services/index.d.ts +1 -0
  43. package/tencentcloud/services/index.js +2 -0
  44. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +3 -2
  45. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  46. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +32 -2
  47. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +10 -10
  48. package/test/ess.v20201111.test.js +12 -2
  49. package/test/essbasic.v20210526.test.js +14 -4
  50. package/test/goosefs.v20220519.test.js +31 -0
@@ -21,13 +21,13 @@ export interface ChannelCreateConvertTaskApiResponse {
21
21
  RequestId?: string;
22
22
  }
23
23
  /**
24
- * ChannelCreateFlowSignUrl返回参数结构体
24
+ * ChannelCreateFlowReminds返回参数结构体
25
25
  */
26
- export interface ChannelCreateFlowSignUrlResponse {
26
+ export interface ChannelCreateFlowRemindsResponse {
27
27
  /**
28
- * 签署人签署链接信息
28
+ * 合同催办详情信息
29
29
  */
30
- FlowApproverUrlInfos: Array<FlowApproverUrlInfo>;
30
+ RemindFlowRecords: Array<RemindFlowRecords>;
31
31
  /**
32
32
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
33
33
  */
@@ -130,7 +130,9 @@ export interface DescribeFlowDetailInfoRequest {
130
130
  */
131
131
  export interface ModifyExtendedServiceRequest {
132
132
  /**
133
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
133
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
134
+
135
+ 注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
134
136
  */
135
137
  Agent: Agent;
136
138
  /**
@@ -167,6 +169,36 @@ export interface DescribeResourceUrlsByFlowsRequest {
167
169
  */
168
170
  Operator?: UserInfo;
169
171
  }
172
+ /**
173
+ * 催办接口返回详细信息
174
+ */
175
+ export interface RemindFlowRecords {
176
+ /**
177
+ * 是否能够催办
178
+ */
179
+ CanRemind: boolean;
180
+ /**
181
+ * 合同id
182
+ */
183
+ FlowId: string;
184
+ /**
185
+ * 催办详情
186
+ */
187
+ RemindMessage: string;
188
+ }
189
+ /**
190
+ * ChannelCreateFlowSignUrl返回参数结构体
191
+ */
192
+ export interface ChannelCreateFlowSignUrlResponse {
193
+ /**
194
+ * 签署人签署链接信息
195
+ */
196
+ FlowApproverUrlInfos: Array<FlowApproverUrlInfo>;
197
+ /**
198
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
199
+ */
200
+ RequestId?: string;
201
+ }
170
202
  /**
171
203
  * CreateSealByImage返回参数结构体
172
204
  */
@@ -346,29 +378,17 @@ export interface CreateSealByImageRequest {
346
378
  Operator?: UserInfo;
347
379
  }
348
380
  /**
349
- * ChannelCreateFlowSignUrl请求参数结构体
381
+ * ChannelCreateFlowReminds请求参数结构体
350
382
  */
351
- export interface ChannelCreateFlowSignUrlRequest {
383
+ export interface ChannelCreateFlowRemindsRequest {
352
384
  /**
353
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
385
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
354
386
  */
355
387
  Agent: Agent;
356
388
  /**
357
- * 流程编号
358
- */
359
- FlowId: string;
360
- /**
361
- * 流程签署人,其中Name和Mobile必传,其他可不传,ApproverType目前只支持PERSON类型的签署人,如果不传默认为该值。还需注意签署人只能有手写签名和时间类型的签署控件,其他类型的填写控件和签署控件暂时都未支持。
362
- */
363
- FlowApproverInfos: Array<FlowApproverInfo>;
364
- /**
365
- * 用户信息,暂未开放
366
- */
367
- Operator?: UserInfo;
368
- /**
369
- * 机构信息,暂未开放
389
+ * 签署流程Id数组,最多100个,超过100不处理
370
390
  */
371
- Organization?: OrganizationInfo;
391
+ FlowIds: Array<string>;
372
392
  }
373
393
  /**
374
394
  * ChannelCancelFlow返回参数结构体
@@ -894,6 +914,47 @@ export interface GetDownloadFlowUrlResponse {
894
914
  */
895
915
  RequestId?: string;
896
916
  }
917
+ /**
918
+ * 签署参与者信息
919
+ */
920
+ export interface Recipient {
921
+ /**
922
+ * 签署人唯一标识
923
+ */
924
+ RecipientId?: string;
925
+ /**
926
+ * 签署方类型:ENTERPRISE-企业INDIVIDUAL-自然人
927
+ */
928
+ RecipientType?: string;
929
+ /**
930
+ * 描述
931
+ */
932
+ Description?: string;
933
+ /**
934
+ * 签署方备注信息
935
+ */
936
+ RoleName?: string;
937
+ /**
938
+ * 是否需要校验
939
+ */
940
+ RequireValidation?: boolean;
941
+ /**
942
+ * 是否必须填写
943
+ */
944
+ RequireSign?: boolean;
945
+ /**
946
+ * 签署类型
947
+ */
948
+ SignType?: number;
949
+ /**
950
+ * 签署顺序:数字越小优先级越高
951
+ */
952
+ RoutingOrder?: number;
953
+ /**
954
+ * 是否是发起方
955
+ */
956
+ IsPromoter?: boolean;
957
+ }
897
958
  /**
898
959
  * DescribeTemplates返回参数结构体
899
960
  */
@@ -986,23 +1047,6 @@ export interface ChannelVerifyPdfResponse {
986
1047
  */
987
1048
  RequestId?: string;
988
1049
  }
989
- /**
990
- * DescribeChannelFlowEvidenceReport请求参数结构体
991
- */
992
- export interface DescribeChannelFlowEvidenceReportRequest {
993
- /**
994
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
995
- */
996
- Agent: Agent;
997
- /**
998
- * 出证报告编号
999
- */
1000
- ReportId: string;
1001
- /**
1002
- * 操作者的信息
1003
- */
1004
- Operator?: UserInfo;
1005
- }
1006
1050
  /**
1007
1051
  * CreateConsoleLoginUrl请求参数结构体
1008
1052
  */
@@ -1205,32 +1249,40 @@ export interface ChannelDescribeOrganizationSealsRequest {
1205
1249
  SealId?: string;
1206
1250
  }
1207
1251
  /**
1208
- * 合作企业经办人列表信息
1252
+ * DescribeUsage请求参数结构体
1209
1253
  */
1210
- export interface ProxyOrganizationOperator {
1254
+ export interface DescribeUsageRequest {
1211
1255
  /**
1212
- * 对应Agent-ProxyOperator-OpenId。渠道平台自定义,对渠道子客企业员的唯一标识。一个OpenId在一个子客企业内唯一对应一个真实员工,不可在其他子客企业内重复使用。(例如,可以使用经办人企业名+员工身份证的hash值,需要渠道平台保存),最大64位字符串
1256
+ * 应用信息,此接口Agent.AppId必填
1213
1257
  */
1214
- Id: string;
1258
+ Agent: Agent;
1215
1259
  /**
1216
- * 经办人姓名,最大长度50个字符
1260
+ * 开始时间,例如:2021-03-21
1217
1261
  */
1218
- Name?: string;
1262
+ StartDate: string;
1219
1263
  /**
1220
- * 经办人身份证件类型
1221
- 1.ID_CARD 居民身份证
1222
- 2.HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证
1223
- 3.HONGKONG_AND_MACAO 港澳居民来往内地通行证
1264
+ * 结束时间,例如:2021-06-21;
1265
+ 开始时间到结束时间的区间长度小于等于90天。
1224
1266
  */
1225
- IdCardType?: string;
1267
+ EndDate: string;
1226
1268
  /**
1227
- * 经办人证件号
1269
+ * 是否汇总数据,默认不汇总。
1270
+ 不汇总:返回在统计区间内渠道下所有企业的每日明细,即每个企业N条数据,N为统计天数;
1271
+ 汇总:返回在统计区间内渠道下所有企业的汇总后数据,即每个企业一条数据;
1228
1272
  */
1229
- IdCardNumber?: string;
1273
+ NeedAggregate?: boolean;
1230
1274
  /**
1231
- * 经办人手机号,大陆手机号输入11位,暂不支持海外手机号。
1275
+ * 单次返回的最多条目数量。默认为1000,且不能超过1000。
1232
1276
  */
1233
- Mobile?: string;
1277
+ Limit?: number;
1278
+ /**
1279
+ * 偏移量,默认是0。
1280
+ */
1281
+ Offset?: number;
1282
+ /**
1283
+ * 操作者的信息
1284
+ */
1285
+ Operator?: UserInfo;
1234
1286
  }
1235
1287
  /**
1236
1288
  * DescribeExtendedServiceAuthInfo请求参数结构体
@@ -1238,6 +1290,9 @@ export interface ProxyOrganizationOperator {
1238
1290
  export interface DescribeExtendedServiceAuthInfoRequest {
1239
1291
  /**
1240
1292
  * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1293
+
1294
+ 注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
1295
+
1241
1296
  */
1242
1297
  Agent: Agent;
1243
1298
  }
@@ -1864,45 +1919,25 @@ export interface CreateFlowsByTemplatesResponse {
1864
1919
  RequestId?: string;
1865
1920
  }
1866
1921
  /**
1867
- * 签署参与者信息
1922
+ * PrepareFlows请求参数结构体
1868
1923
  */
1869
- export interface Recipient {
1870
- /**
1871
- * 签署人唯一标识
1872
- */
1873
- RecipientId?: string;
1874
- /**
1875
- * 签署方类型:ENTERPRISE-企业INDIVIDUAL-自然人
1876
- */
1877
- RecipientType?: string;
1878
- /**
1879
- * 描述
1880
- */
1881
- Description?: string;
1882
- /**
1883
- * 签署方备注信息
1884
- */
1885
- RoleName?: string;
1886
- /**
1887
- * 是否需要校验
1888
- */
1889
- RequireValidation?: boolean;
1924
+ export interface PrepareFlowsRequest {
1890
1925
  /**
1891
- * 是否必须填写
1926
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1892
1927
  */
1893
- RequireSign?: boolean;
1928
+ Agent: Agent;
1894
1929
  /**
1895
- * 签署类型
1930
+ * 多个合同(签署流程)信息,最大支持20个签署流程。
1896
1931
  */
1897
- SignType?: number;
1932
+ FlowInfos: Array<FlowInfo>;
1898
1933
  /**
1899
- * 签署顺序:数字越小优先级越高
1934
+ * 操作完成后的跳转地址,最大长度200
1900
1935
  */
1901
- RoutingOrder?: number;
1936
+ JumpUrl: string;
1902
1937
  /**
1903
- * 是否是发起方
1938
+ * 操作者的信息
1904
1939
  */
1905
- IsPromoter?: boolean;
1940
+ Operator?: UserInfo;
1906
1941
  }
1907
1942
  /**
1908
1943
  * SyncProxyOrganizationOperators返回参数结构体
@@ -2125,42 +2160,6 @@ ORGANIZATION-企业
2125
2160
  */
2126
2161
  OpenId?: string;
2127
2162
  }
2128
- /**
2129
- * DescribeUsage请求参数结构体
2130
- */
2131
- export interface DescribeUsageRequest {
2132
- /**
2133
- * 应用信息,此接口Agent.AppId必填
2134
- */
2135
- Agent: Agent;
2136
- /**
2137
- * 开始时间,例如:2021-03-21
2138
- */
2139
- StartDate: string;
2140
- /**
2141
- * 结束时间,例如:2021-06-21;
2142
- 开始时间到结束时间的区间长度小于等于90天。
2143
- */
2144
- EndDate: string;
2145
- /**
2146
- * 是否汇总数据,默认不汇总。
2147
- 不汇总:返回在统计区间内渠道下所有企业的每日明细,即每个企业N条数据,N为统计天数;
2148
- 汇总:返回在统计区间内渠道下所有企业的汇总后数据,即每个企业一条数据;
2149
- */
2150
- NeedAggregate?: boolean;
2151
- /**
2152
- * 单次返回的最多条目数量。默认为1000,且不能超过1000。
2153
- */
2154
- Limit?: number;
2155
- /**
2156
- * 偏移量,默认是0。
2157
- */
2158
- Offset?: number;
2159
- /**
2160
- * 操作者的信息
2161
- */
2162
- Operator?: UserInfo;
2163
- }
2164
2163
  /**
2165
2164
  * CreateSignUrls返回参数结构体
2166
2165
  */
@@ -2238,21 +2237,17 @@ export interface ApproverRestriction {
2238
2237
  IdCardNumber?: string;
2239
2238
  }
2240
2239
  /**
2241
- * PrepareFlows请求参数结构体
2240
+ * DescribeChannelFlowEvidenceReport请求参数结构体
2242
2241
  */
2243
- export interface PrepareFlowsRequest {
2242
+ export interface DescribeChannelFlowEvidenceReportRequest {
2244
2243
  /**
2245
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2244
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
2246
2245
  */
2247
2246
  Agent: Agent;
2248
2247
  /**
2249
- * 多个合同(签署流程)信息,最大支持20个签署流程。
2250
- */
2251
- FlowInfos: Array<FlowInfo>;
2252
- /**
2253
- * 操作完成后的跳转地址,最大长度200
2248
+ * 出证报告编号
2254
2249
  */
2255
- JumpUrl: string;
2250
+ ReportId: string;
2256
2251
  /**
2257
2252
  * 操作者的信息
2258
2253
  */
@@ -2394,15 +2389,44 @@ export interface ChannelCreateBoundFlowsResponse {
2394
2389
  */
2395
2390
  RequestId?: string;
2396
2391
  }
2392
+ /**
2393
+ * 合作企业经办人列表信息
2394
+ */
2395
+ export interface ProxyOrganizationOperator {
2396
+ /**
2397
+ * 对应Agent-ProxyOperator-OpenId。渠道平台自定义,对渠道子客企业员的唯一标识。一个OpenId在一个子客企业内唯一对应一个真实员工,不可在其他子客企业内重复使用。(例如,可以使用经办人企业名+员工身份证的hash值,需要渠道平台保存),最大64位字符串
2398
+ */
2399
+ Id: string;
2400
+ /**
2401
+ * 经办人姓名,最大长度50个字符
2402
+ */
2403
+ Name?: string;
2404
+ /**
2405
+ * 经办人身份证件类型
2406
+ 1.ID_CARD 居民身份证
2407
+ 2.HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证
2408
+ 3.HONGKONG_AND_MACAO 港澳居民来往内地通行证
2409
+ */
2410
+ IdCardType?: string;
2411
+ /**
2412
+ * 经办人证件号
2413
+ */
2414
+ IdCardNumber?: string;
2415
+ /**
2416
+ * 经办人手机号,大陆手机号输入11位,暂不支持海外手机号。
2417
+ */
2418
+ Mobile?: string;
2419
+ }
2397
2420
  /**
2398
2421
  * ModifyExtendedService返回参数结构体
2399
2422
  */
2400
2423
  export interface ModifyExtendedServiceResponse {
2401
2424
  /**
2402
2425
  * 操作跳转链接,有效期24小时
2403
- 仅当操作类型是 OPEN 且 扩展服务类型是 AUTO_SIGN 或 DOWNLOAD_FLOW 或者 OVERSEA_SIGN 时返回 ,此时需要经办人(操作人)点击链接完成服务开通操作。若开通操作时没有返回跳转链接,表示无需跳转操作,此时会直接开通服务
2426
+ 若操作时没有返回跳转链接,表示无需跳转操作,此时会直接开通/关闭服务。
2404
2427
 
2405
- 操作类型是CLOSE时,不会返回此链接,会直接关闭企业该扩展服务
2428
+ 当操作类型是 OPEN 且 扩展服务类型是 AUTO_SIGN 或 DOWNLOAD_FLOW 或者 OVERSEA_SIGN 时返回操作链接,
2429
+ 返回的链接需要平台方自行触达超管或法人,超管或法人点击链接完成服务开通操作。
2406
2430
  */
2407
2431
  OperateUrl?: string;
2408
2432
  /**
@@ -3110,6 +3134,31 @@ export interface DescribeChannelFlowEvidenceReportResponse {
3110
3134
  */
3111
3135
  RequestId?: string;
3112
3136
  }
3137
+ /**
3138
+ * ChannelCreateFlowSignUrl请求参数结构体
3139
+ */
3140
+ export interface ChannelCreateFlowSignUrlRequest {
3141
+ /**
3142
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
3143
+ */
3144
+ Agent: Agent;
3145
+ /**
3146
+ * 流程编号
3147
+ */
3148
+ FlowId: string;
3149
+ /**
3150
+ * 流程签署人,其中Name和Mobile必传,其他可不传,ApproverType目前只支持PERSON类型的签署人,如果不传默认为该值。还需注意签署人只能有手写签名和时间类型的签署控件,其他类型的填写控件和签署控件暂时都未支持。
3151
+ */
3152
+ FlowApproverInfos: Array<FlowApproverInfo>;
3153
+ /**
3154
+ * 用户信息,暂未开放
3155
+ */
3156
+ Operator?: UserInfo;
3157
+ /**
3158
+ * 机构信息,暂未开放
3159
+ */
3160
+ Organization?: OrganizationInfo;
3161
+ }
3113
3162
  /**
3114
3163
  * 抄送信息
3115
3164
  */
@@ -0,0 +1,6 @@
1
+ export declare const goosefs: {
2
+ v20220519: {
3
+ Client: typeof import("./v20220519/goosefs_client").Client;
4
+ Models: typeof import("./v20220519/goosefs_models");
5
+ };
6
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.goosefs = void 0;
4
+ const v20220519_1 = require("./v20220519");
5
+ exports.goosefs = {
6
+ v20220519: v20220519_1.v20220519,
7
+ };
@@ -0,0 +1,14 @@
1
+ import { AbstractClient } from "../../../common/abstract_client";
2
+ import { ClientConfig } from "../../../common/interface";
3
+ import { CreateDataRepositoryTaskRequest, CreateDataRepositoryTaskResponse } from "./goosefs_models";
4
+ /**
5
+ * goosefs client
6
+ * @class
7
+ */
8
+ export declare class Client extends AbstractClient {
9
+ constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 创建数据流通任务,包括从将文件系统的数据上传到存储桶下, 以及从存储桶下载到文件系统里。
12
+ */
13
+ CreateDataRepositoryTask(req: CreateDataRepositoryTaskRequest, cb?: (error: string, rep: CreateDataRepositoryTaskResponse) => void): Promise<CreateDataRepositoryTaskResponse>;
14
+ }
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Client = void 0;
4
+ /* eslint-disable @typescript-eslint/no-unused-vars */
5
+ /*
6
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+ const abstract_client_1 = require("../../../common/abstract_client");
22
+ /**
23
+ * goosefs client
24
+ * @class
25
+ */
26
+ class Client extends abstract_client_1.AbstractClient {
27
+ constructor(clientConfig) {
28
+ super("goosefs.tencentcloudapi.com", "2022-05-19", clientConfig);
29
+ }
30
+ /**
31
+ * 创建数据流通任务,包括从将文件系统的数据上传到存储桶下, 以及从存储桶下载到文件系统里。
32
+ */
33
+ async CreateDataRepositoryTask(req, cb) {
34
+ return this.request("CreateDataRepositoryTask", req, cb);
35
+ }
36
+ }
37
+ exports.Client = Client;
@@ -0,0 +1,38 @@
1
+ /**
2
+ * CreateDataRepositoryTask请求参数结构体
3
+ */
4
+ export interface CreateDataRepositoryTaskRequest {
5
+ /**
6
+ * 数据流通任务类型, FS_TO_COS(文件系统到COS Bucket),或者Bucket到文件系统(COS_TO_FS)
7
+ */
8
+ TaskType: string;
9
+ /**
10
+ * bucket名
11
+ */
12
+ Bucket: string;
13
+ /**
14
+ * 文件系统ID
15
+ */
16
+ FileSystemId: string;
17
+ /**
18
+ * 对于FS_TO_COS, TaskPath是Bucket映射目录的相对路径, 对于COS_TO_FS是COS上的路径。如果置位空, 则表示全部数据
19
+ */
20
+ TaskPath: string;
21
+ /**
22
+ * 任务名称
23
+ */
24
+ TaskName: string;
25
+ }
26
+ /**
27
+ * CreateDataRepositoryTask返回参数结构体
28
+ */
29
+ export interface CreateDataRepositoryTaskResponse {
30
+ /**
31
+ * 任务ID
32
+ */
33
+ TaskId: string;
34
+ /**
35
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
36
+ */
37
+ RequestId?: string;
38
+ }
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import * as Models from "./goosefs_models";
2
+ import { Client } from "./goosefs_client";
3
+ export declare const v20220519: {
4
+ Client: typeof Client;
5
+ Models: typeof Models;
6
+ };
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.v20220519 = void 0;
4
+ const Models = require("./goosefs_models");
5
+ const goosefs_client_1 = require("./goosefs_client");
6
+ exports.v20220519 = {
7
+ Client: goosefs_client_1.Client,
8
+ Models: Models
9
+ };
@@ -96,6 +96,7 @@ export { fmu } from "./fmu";
96
96
  export { ft } from "./ft";
97
97
  export { gaap } from "./gaap";
98
98
  export { gme } from "./gme";
99
+ export { goosefs } from "./goosefs";
99
100
  export { gpm } from "./gpm";
100
101
  export { gs } from "./gs";
101
102
  export { gse } from "./gse";
@@ -196,6 +196,8 @@ var gaap_1 = require("./gaap");
196
196
  Object.defineProperty(exports, "gaap", { enumerable: true, get: function () { return gaap_1.gaap; } });
197
197
  var gme_1 = require("./gme");
198
198
  Object.defineProperty(exports, "gme", { enumerable: true, get: function () { return gme_1.gme; } });
199
+ var goosefs_1 = require("./goosefs");
200
+ Object.defineProperty(exports, "goosefs", { enumerable: true, get: function () { return goosefs_1.goosefs; } });
199
201
  var gpm_1 = require("./gpm");
200
202
  Object.defineProperty(exports, "gpm", { enumerable: true, get: function () { return gpm_1.gpm; } });
201
203
  var gs_1 = require("./gs");
@@ -237,7 +237,8 @@ export interface LoginUserResponse {
237
237
  */
238
238
  export interface DescribeAppDetailRequest {
239
239
  /**
240
- * 应用ID
240
+ * 应用ID。低代码互动课堂的SdkAppId。
241
+
241
242
  */
242
243
  ApplicationId: string;
243
244
  /**
@@ -433,7 +434,7 @@ export interface RegisterUserResponse {
433
434
  */
434
435
  export interface DescribeAppDetailResponse {
435
436
  /**
436
- * SdkAppId
437
+ * SDK 对应的AppId
437
438
  */
438
439
  SdkAppId?: string;
439
440
  /**
@@ -368,7 +368,7 @@ export declare class Client extends AbstractClient {
368
368
  该接口一般用来封禁地域间限速的云联网实例下的限速实例, 目前联通内部运营系统通过云API调用, 如果是出口限速, 一般使用更粗的云联网实例粒度封禁(LockCcns)。
369
369
  如有需要, 可以封禁任意限速实例, 可接入到内部运营系统。
370
370
  */
371
- LockCcnBandwidths(req?: LockCcnBandwidthsRequest, cb?: (error: string, rep: LockCcnBandwidthsResponse) => void): Promise<LockCcnBandwidthsResponse>;
371
+ LockCcnBandwidths(req: LockCcnBandwidthsRequest, cb?: (error: string, rep: LockCcnBandwidthsResponse) => void): Promise<LockCcnBandwidthsResponse>;
372
372
  /**
373
373
  * 本接口(ModifyAddressTemplateAttribute)用于修改IP地址模板
374
374
  */
@@ -914,7 +914,7 @@ export declare class Client extends AbstractClient {
914
914
  该接口一般用来封禁地域间限速的云联网实例下的限速实例, 目前联通内部运营系统通过云API调用, 如果是出口限速, 一般使用更粗的云联网实例粒度封禁(SecurityUnlockCcns)。
915
915
  如有需要, 可以封禁任意限速实例, 可接入到内部运营系统。
916
916
  */
917
- UnlockCcnBandwidths(req?: UnlockCcnBandwidthsRequest, cb?: (error: string, rep: UnlockCcnBandwidthsResponse) => void): Promise<UnlockCcnBandwidthsResponse>;
917
+ UnlockCcnBandwidths(req: UnlockCcnBandwidthsRequest, cb?: (error: string, rep: UnlockCcnBandwidthsResponse) => void): Promise<UnlockCcnBandwidthsResponse>;
918
918
  /**
919
919
  * 本接口(CreateSecurityGroup)用于创建新的安全组(SecurityGroup)。
920
920
  * 每个账户下每个地域的每个项目的<a href="https://cloud.tencent.com/document/product/213/12453">安全组数量限制</a>。