tencentcloud-sdk-nodejs 4.0.732 → 4.0.733

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 (60) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/SERVICE_CHANGELOG.md +66 -220
  3. package/package.json +1 -1
  4. package/products.md +2 -2
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/bma/index.ts +2 -2
  8. package/src/services/dbbrain/index.ts +2 -2
  9. package/src/services/eis/index.ts +2 -2
  10. package/src/services/iai/index.ts +2 -2
  11. package/src/services/iotcloud/index.ts +2 -2
  12. package/src/services/iotvideo/index.ts +4 -4
  13. package/src/services/mgobe/index.ts +2 -2
  14. package/src/services/mongodb/index.ts +2 -2
  15. package/src/services/organization/index.ts +2 -2
  16. package/src/services/tbp/index.ts +2 -2
  17. package/src/services/tem/index.ts +2 -2
  18. package/src/services/teo/v20220901/teo_models.ts +2 -2
  19. package/src/services/thpc/index.ts +2 -2
  20. package/src/services/tione/index.ts +2 -2
  21. package/src/services/vm/index.ts +2 -2
  22. package/src/services/waf/v20180125/waf_client.ts +30 -18
  23. package/src/services/waf/v20180125/waf_models.ts +176 -66
  24. package/tencentcloud/common/sdk_version.d.ts +1 -1
  25. package/tencentcloud/common/sdk_version.js +1 -1
  26. package/tencentcloud/services/ams/index.d.ts +4 -4
  27. package/tencentcloud/services/ams/index.js +2 -2
  28. package/tencentcloud/services/bma/index.d.ts +4 -4
  29. package/tencentcloud/services/bma/index.js +2 -2
  30. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  31. package/tencentcloud/services/dbbrain/index.js +2 -2
  32. package/tencentcloud/services/eis/index.d.ts +4 -4
  33. package/tencentcloud/services/eis/index.js +2 -2
  34. package/tencentcloud/services/iai/index.d.ts +4 -4
  35. package/tencentcloud/services/iai/index.js +2 -2
  36. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  37. package/tencentcloud/services/iotcloud/index.js +2 -2
  38. package/tencentcloud/services/iotvideo/index.d.ts +6 -6
  39. package/tencentcloud/services/iotvideo/index.js +4 -4
  40. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  41. package/tencentcloud/services/mgobe/index.js +2 -2
  42. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  43. package/tencentcloud/services/mongodb/index.js +2 -2
  44. package/tencentcloud/services/organization/index.d.ts +4 -4
  45. package/tencentcloud/services/organization/index.js +2 -2
  46. package/tencentcloud/services/tbp/index.d.ts +4 -4
  47. package/tencentcloud/services/tbp/index.js +2 -2
  48. package/tencentcloud/services/tem/index.d.ts +4 -4
  49. package/tencentcloud/services/tem/index.js +2 -2
  50. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  51. package/tencentcloud/services/thpc/index.d.ts +4 -4
  52. package/tencentcloud/services/thpc/index.js +2 -2
  53. package/tencentcloud/services/tione/index.d.ts +4 -4
  54. package/tencentcloud/services/tione/index.js +2 -2
  55. package/tencentcloud/services/vm/index.d.ts +4 -4
  56. package/tencentcloud/services/vm/index.js +2 -2
  57. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +10 -8
  58. package/tencentcloud/services/waf/v20180125/waf_client.js +13 -9
  59. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +170 -64
  60. package/test/waf.v20180125.test.js +20 -10
@@ -99,7 +99,6 @@ import {
99
99
  DescribeVipInfoRequest,
100
100
  DescribeFindDomainListResponse,
101
101
  DeleteSessionResponse,
102
- ModifyWafAutoDenyStatusResponse,
103
102
  DescribeAccessIndexResponse,
104
103
  ModifyUserSignatureRuleRequest,
105
104
  ModifyWafThreatenIntelligenceResponse,
@@ -125,10 +124,11 @@ import {
125
124
  DescribeUserCdcClbWafRegionsResponse,
126
125
  SwitchElasticModeResponse,
127
126
  AccessRuleInfo,
127
+ CCRuleLists,
128
128
  PostAttackDownloadTaskRequest,
129
129
  ModifyAntiFakeUrlStatusRequest,
130
130
  TLSCiphers,
131
- ModifyWafAutoDenyStatusRequest,
131
+ ResponseCode,
132
132
  ModifyAccessPeriodResponse,
133
133
  ModifyAttackWhiteRuleResponse,
134
134
  SearchAccessLogResponse,
@@ -200,6 +200,7 @@ import {
200
200
  DescribeInstancesResponse,
201
201
  AccessRuleTagInfo,
202
202
  IpAccessControlItem,
203
+ UpsertCCAutoStatusResponse,
203
204
  ModifyGenerateDealsResponse,
204
205
  UpsertSessionResponse,
205
206
  AccessLogItem,
@@ -230,7 +231,7 @@ import {
230
231
  DeleteDomainWhiteRulesResponse,
231
232
  DescribeAttackOverviewResponse,
232
233
  CacheUrlItem,
233
- AddCustomWhiteRuleRequest,
234
+ DescribeCCAutoStatusRequest,
234
235
  DescribeDomainDetailsClbRequest,
235
236
  DomainPackageNew,
236
237
  ModifyDomainsCLSStatusResponse,
@@ -271,6 +272,7 @@ import {
271
272
  VipInfo,
272
273
  DescribeAccessHistogramResponse,
273
274
  DescribeTopAttackDomainResponse,
275
+ AddCustomWhiteRuleRequest,
274
276
  Goods,
275
277
  UpsertIpAccessControlResponse,
276
278
  DescribeAccessHistogramRequest,
@@ -284,6 +286,7 @@ import {
284
286
  ModifyProtectionStatusResponse,
285
287
  DescribeDomainsRequest,
286
288
  BotPkg,
289
+ UpsertCCAutoStatusRequest,
287
290
  SearchAttackLogResponse,
288
291
  RefreshAccessCheckResultRequest,
289
292
  IpHitItemsData,
@@ -300,6 +303,7 @@ import {
300
303
  DescribeAntiInfoLeakRulesStrategyItem,
301
304
  BotStatPointItem,
302
305
  DescribeCiphersDetailRequest,
306
+ CCRuleItems,
303
307
  ModifyDomainIpv6StatusRequest,
304
308
  DescribeAntiInfoLeakageRulesResponse,
305
309
  GetAttackHistogramRequest,
@@ -316,6 +320,7 @@ import {
316
320
  AddSpartaProtectionRequest,
317
321
  ModifyModuleStatusResponse,
318
322
  AttackLogInfo,
323
+ DescribeCCAutoStatusResponse,
319
324
  DescribeAntiInfoLeakRulesRequest,
320
325
  LogHistogramInfo,
321
326
  DeleteDomainWhiteRulesRequest,
@@ -348,7 +353,6 @@ import {
348
353
  ModifyAntiFakeUrlRequest,
349
354
  ModifyInstanceElasticModeRequest,
350
355
  AutoDenyDetail,
351
- ResponseCode,
352
356
  DescribeWebshellStatusResponse,
353
357
  FindAllDomainDetail,
354
358
  DeleteAntiInfoLeakRuleRequest,
@@ -713,6 +717,16 @@ export class Client extends AbstractClient {
713
717
  return this.request("DescribeObjects", req, cb)
714
718
  }
715
719
 
720
+ /**
721
+ * Waf 斯巴达版本更新cc自动封堵状态
722
+ */
723
+ async UpsertCCAutoStatus(
724
+ req: UpsertCCAutoStatusRequest,
725
+ cb?: (error: string, rep: UpsertCCAutoStatusResponse) => void
726
+ ): Promise<UpsertCCAutoStatusResponse> {
727
+ return this.request("UpsertCCAutoStatus", req, cb)
728
+ }
729
+
716
730
  /**
717
731
  * 获取各个模块具体的规格限制
718
732
  */
@@ -774,16 +788,6 @@ export class Client extends AbstractClient {
774
788
  return this.request("GetAttackHistogram", req, cb)
775
789
  }
776
790
 
777
- /**
778
- * 配置WAF自动封禁模块状态
779
- */
780
- async ModifyWafAutoDenyStatus(
781
- req: ModifyWafAutoDenyStatusRequest,
782
- cb?: (error: string, rep: ModifyWafAutoDenyStatusResponse) => void
783
- ): Promise<ModifyWafAutoDenyStatusResponse> {
784
- return this.request("ModifyWafAutoDenyStatus", req, cb)
785
- }
786
-
787
791
  /**
788
792
  * 本接口用于修改访问日志保存期限及大字段是否存储
789
793
  */
@@ -906,10 +910,8 @@ export class Client extends AbstractClient {
906
910
  }
907
911
 
908
912
  /**
909
- * 没有在使用。
910
-
911
- Waf CC V2 Query接口
912
- */
913
+ * Waf CC V2 Query接口
914
+ */
913
915
  async DescribeCCRule(
914
916
  req: DescribeCCRuleRequest,
915
917
  cb?: (error: string, rep: DescribeCCRuleResponse) => void
@@ -1644,6 +1646,16 @@ Waf CC V2 Query接口
1644
1646
  return this.request("UpsertSession", req, cb)
1645
1647
  }
1646
1648
 
1649
+ /**
1650
+ * Waf 斯巴达版本查询cc自动封堵状态
1651
+ */
1652
+ async DescribeCCAutoStatus(
1653
+ req: DescribeCCAutoStatusRequest,
1654
+ cb?: (error: string, rep: DescribeCCAutoStatusResponse) => void
1655
+ ): Promise<DescribeCCAutoStatusResponse> {
1656
+ return this.request("DescribeCCAutoStatus", req, cb)
1657
+ }
1658
+
1647
1659
  /**
1648
1660
  * 获取用户特征规则列表
1649
1661
  */
@@ -2055,20 +2055,6 @@ export interface DeleteSessionResponse {
2055
2055
  RequestId?: string
2056
2056
  }
2057
2057
 
2058
- /**
2059
- * ModifyWafAutoDenyStatus返回参数结构体
2060
- */
2061
- export interface ModifyWafAutoDenyStatusResponse {
2062
- /**
2063
- * WAF 自动封禁配置项
2064
- */
2065
- WafAutoDenyDetails?: AutoDenyDetail
2066
- /**
2067
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2068
- */
2069
- RequestId?: string
2070
- }
2071
-
2072
2058
  /**
2073
2059
  * DescribeAccessIndex返回参数结构体
2074
2060
  */
@@ -2668,6 +2654,21 @@ export interface AccessRuleInfo {
2668
2654
  Tag: AccessRuleTagInfo
2669
2655
  }
2670
2656
 
2657
+ /**
2658
+ * CC规则总览
2659
+ */
2660
+ export interface CCRuleLists {
2661
+ /**
2662
+ * 总数
2663
+ */
2664
+ TotalCount: number
2665
+ /**
2666
+ * 规则
2667
+ 注意:此字段可能返回 null,表示取不到有效值。
2668
+ */
2669
+ Res: Array<CCRuleItems>
2670
+ }
2671
+
2671
2672
  /**
2672
2673
  * PostAttackDownloadTask请求参数结构体
2673
2674
  */
@@ -2742,13 +2743,17 @@ export interface TLSCiphers {
2742
2743
  }
2743
2744
 
2744
2745
  /**
2745
- * ModifyWafAutoDenyStatus请求参数结构体
2746
+ * 响应体的返回码
2746
2747
  */
2747
- export interface ModifyWafAutoDenyStatusRequest {
2748
+ export interface ResponseCode {
2749
+ /**
2750
+ * 如果成功则返回Success,失败则返回云api定义的错误码
2751
+ */
2752
+ Code: string
2748
2753
  /**
2749
- * WAF 自动封禁配置项
2754
+ * 如果成功则返回Success,失败则返回WAF定义的二级错误码
2750
2755
  */
2751
- WafAutoDenyDetails: AutoDenyDetail
2756
+ Message: string
2752
2757
  }
2753
2758
 
2754
2759
  /**
@@ -3017,17 +3022,6 @@ export interface ApiPkg {
3017
3022
  注意:此字段可能返回 null,表示取不到有效值。
3018
3023
  */
3019
3024
  BillingItem?: string
3020
- /**
3021
- * 1 API安全6折
3022
- 注意:此字段可能返回 null,表示取不到有效值。
3023
- */
3024
- APICPWaf?: number
3025
- /**
3026
- * 1 表示5折折扣
3027
- 2 表示4折折扣
3028
- 注意:此字段可能返回 null,表示取不到有效值。
3029
- */
3030
- APINPWaf?: number
3031
3025
  /**
3032
3026
  * api安全7天试用标识。1试用。0没试用
3033
3027
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4480,6 +4474,21 @@ export interface IpAccessControlItem {
4480
4474
  ValidStatus?: number
4481
4475
  }
4482
4476
 
4477
+ /**
4478
+ * UpsertCCAutoStatus返回参数结构体
4479
+ */
4480
+ export interface UpsertCCAutoStatusResponse {
4481
+ /**
4482
+ * 正常情况为null
4483
+ 注意:此字段可能返回 null,表示取不到有效值。
4484
+ */
4485
+ Data?: string
4486
+ /**
4487
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4488
+ */
4489
+ RequestId?: string
4490
+ }
4491
+
4483
4492
  /**
4484
4493
  * ModifyGenerateDeals返回参数结构体
4485
4494
  */
@@ -5101,33 +5110,13 @@ export interface CacheUrlItem {
5101
5110
  }
5102
5111
 
5103
5112
  /**
5104
- * AddCustomWhiteRule请求参数结构体
5113
+ * DescribeCCAutoStatus请求参数结构体
5105
5114
  */
5106
- export interface AddCustomWhiteRuleRequest {
5115
+ export interface DescribeCCAutoStatusRequest {
5107
5116
  /**
5108
- * 规则名称
5109
- */
5110
- Name: string
5111
- /**
5112
- * 优先级
5113
- */
5114
- SortId: string
5115
- /**
5116
- * 过期时间
5117
- */
5118
- ExpireTime: string
5119
- /**
5120
- * 策略详情
5121
- */
5122
- Strategies: Array<Strategy>
5123
- /**
5124
- * 需要添加策略的域名
5117
+ * 域名
5125
5118
  */
5126
5119
  Domain: string
5127
- /**
5128
- * 放行的详情
5129
- */
5130
- Bypass: string
5131
5120
  }
5132
5121
 
5133
5122
  /**
@@ -5956,6 +5945,11 @@ export interface DescribeCCRuleRequest {
5956
5945
  * DescribeCCRuleList返回参数结构体
5957
5946
  */
5958
5947
  export interface DescribeCCRuleListResponse {
5948
+ /**
5949
+ * 查询到的CC规则的列表
5950
+ 注意:此字段可能返回 null,表示取不到有效值。
5951
+ */
5952
+ Data?: CCRuleLists
5959
5953
  /**
5960
5954
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5961
5955
  */
@@ -6033,6 +6027,36 @@ export interface DescribeTopAttackDomainResponse {
6033
6027
  RequestId?: string
6034
6028
  }
6035
6029
 
6030
+ /**
6031
+ * AddCustomWhiteRule请求参数结构体
6032
+ */
6033
+ export interface AddCustomWhiteRuleRequest {
6034
+ /**
6035
+ * 规则名称
6036
+ */
6037
+ Name: string
6038
+ /**
6039
+ * 优先级
6040
+ */
6041
+ SortId: string
6042
+ /**
6043
+ * 过期时间
6044
+ */
6045
+ ExpireTime: string
6046
+ /**
6047
+ * 策略详情
6048
+ */
6049
+ Strategies: Array<Strategy>
6050
+ /**
6051
+ * 需要添加策略的域名
6052
+ */
6053
+ Domain: string
6054
+ /**
6055
+ * 放行的详情
6056
+ */
6057
+ Bypass: string
6058
+ }
6059
+
6036
6060
  /**
6037
6061
  * 计费下单接口出入参Goods
6038
6062
  */
@@ -6394,6 +6418,24 @@ export interface BotPkg {
6394
6418
  IsBotTrial?: number
6395
6419
  }
6396
6420
 
6421
+ /**
6422
+ * UpsertCCAutoStatus请求参数结构体
6423
+ */
6424
+ export interface UpsertCCAutoStatusRequest {
6425
+ /**
6426
+ * 域名
6427
+ */
6428
+ Domain: string
6429
+ /**
6430
+ * 状态值
6431
+ */
6432
+ Value: number
6433
+ /**
6434
+ * 版本:clb-waf, spart-waf
6435
+ */
6436
+ Edition?: string
6437
+ }
6438
+
6397
6439
  /**
6398
6440
  * SearchAttackLog返回参数结构体
6399
6441
  */
@@ -6837,6 +6879,74 @@ export interface BotStatPointItem {
6837
6879
  */
6838
6880
  export type DescribeCiphersDetailRequest = null
6839
6881
 
6882
+ /**
6883
+ * CC规则详情
6884
+ */
6885
+ export interface CCRuleItems {
6886
+ /**
6887
+ * 名字
6888
+ */
6889
+ Name?: string
6890
+ /**
6891
+ * 状态
6892
+ */
6893
+ Status?: number
6894
+ /**
6895
+ * 模式
6896
+ */
6897
+ Advance?: number
6898
+ /**
6899
+ * 限制
6900
+ */
6901
+ Limit?: number
6902
+ /**
6903
+ * 范围
6904
+ */
6905
+ Interval?: number
6906
+ /**
6907
+ * 网址
6908
+ */
6909
+ Url?: string
6910
+ /**
6911
+ * 匹配类型
6912
+ */
6913
+ MatchFunc?: number
6914
+ /**
6915
+ * 动作
6916
+ */
6917
+ ActionType?: number
6918
+ /**
6919
+ * 优先级
6920
+ */
6921
+ Priority?: number
6922
+ /**
6923
+ * 有效时间
6924
+ */
6925
+ ValidTime?: number
6926
+ /**
6927
+ * 版本
6928
+ */
6929
+ TsVersion?: number
6930
+ /**
6931
+ * 规则详情
6932
+ */
6933
+ Options?: string
6934
+ /**
6935
+ * 规则ID
6936
+ */
6937
+ RuleId?: number
6938
+ /**
6939
+ * 事件id
6940
+ 注意:此字段可能返回 null,表示取不到有效值。
6941
+ */
6942
+ EventId?: string
6943
+ /**
6944
+ * 关联的Session规则
6945
+ 注意:此字段可能返回 null,表示取不到有效值。
6946
+ */
6947
+ SessionApplied?: Array<number | bigint>
6948
+ }
6949
+
6840
6950
  /**
6841
6951
  * ModifyDomainIpv6Status请求参数结构体
6842
6952
  */
@@ -7510,6 +7620,20 @@ export interface AttackLogInfo {
7510
7620
  TimeStamp: string
7511
7621
  }
7512
7622
 
7623
+ /**
7624
+ * DescribeCCAutoStatus返回参数结构体
7625
+ */
7626
+ export interface DescribeCCAutoStatusResponse {
7627
+ /**
7628
+ * 配置状态
7629
+ */
7630
+ AutoCCSwitch?: number
7631
+ /**
7632
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7633
+ */
7634
+ RequestId?: string
7635
+ }
7636
+
7513
7637
  /**
7514
7638
  * DescribeAntiInfoLeakRules请求参数结构体
7515
7639
  */
@@ -8110,20 +8234,6 @@ export interface AutoDenyDetail {
8110
8234
  LastUpdateTime?: string
8111
8235
  }
8112
8236
 
8113
- /**
8114
- * 响应体的返回码
8115
- */
8116
- export interface ResponseCode {
8117
- /**
8118
- * 如果成功则返回Success,失败则返回云api定义的错误码
8119
- */
8120
- Code: string
8121
- /**
8122
- * 如果成功则返回Success,失败则返回WAF定义的二级错误码
8123
- */
8124
- Message: string
8125
- }
8126
-
8127
8237
  /**
8128
8238
  * DescribeWebshellStatus返回参数结构体
8129
8239
  */
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.732";
1
+ export declare const sdkVersion = "4.0.733";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.0.732";
4
+ exports.sdkVersion = "4.0.733";
@@ -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 bma: {
2
- v20221115: {
3
- Client: typeof import("./v20221115/bma_client").Client;
4
- Models: typeof import("./v20221115/bma_models");
5
- };
6
2
  v20210624: {
7
3
  Client: typeof import("./v20210624/bma_client").Client;
8
4
  Models: typeof import("./v20210624/bma_models");
9
5
  };
6
+ v20221115: {
7
+ Client: typeof import("./v20221115/bma_client").Client;
8
+ Models: typeof import("./v20221115/bma_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.bma = void 0;
4
- const v20221115_1 = require("./v20221115");
5
4
  const v20210624_1 = require("./v20210624");
5
+ const v20221115_1 = require("./v20221115");
6
6
  exports.bma = {
7
- v20221115: v20221115_1.v20221115,
8
7
  v20210624: v20210624_1.v20210624,
8
+ v20221115: v20221115_1.v20221115,
9
9
  };
@@ -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
  };
@@ -1,10 +1,10 @@
1
1
  export declare const eis: {
2
- v20210601: {
3
- Client: typeof import("./v20210601/eis_client").Client;
4
- Models: typeof import("./v20210601/eis_models");
5
- };
6
2
  v20200715: {
7
3
  Client: typeof import("./v20200715/eis_client").Client;
8
4
  Models: typeof import("./v20200715/eis_models");
9
5
  };
6
+ v20210601: {
7
+ Client: typeof import("./v20210601/eis_client").Client;
8
+ Models: typeof import("./v20210601/eis_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.eis = void 0;
4
- const v20210601_1 = require("./v20210601");
5
4
  const v20200715_1 = require("./v20200715");
5
+ const v20210601_1 = require("./v20210601");
6
6
  exports.eis = {
7
- v20210601: v20210601_1.v20210601,
8
7
  v20200715: v20200715_1.v20200715,
8
+ v20210601: v20210601_1.v20210601,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const iai: {
2
- v20200303: {
3
- Client: typeof import("./v20200303/iai_client").Client;
4
- Models: typeof import("./v20200303/iai_models");
5
- };
6
2
  v20180301: {
7
3
  Client: typeof import("./v20180301/iai_client").Client;
8
4
  Models: typeof import("./v20180301/iai_models");
9
5
  };
6
+ v20200303: {
7
+ Client: typeof import("./v20200303/iai_client").Client;
8
+ Models: typeof import("./v20200303/iai_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iai = void 0;
4
- const v20200303_1 = require("./v20200303");
5
4
  const v20180301_1 = require("./v20180301");
5
+ const v20200303_1 = require("./v20200303");
6
6
  exports.iai = {
7
- v20200303: v20200303_1.v20200303,
8
7
  v20180301: v20180301_1.v20180301,
8
+ v20200303: v20200303_1.v20200303,
9
9
  };
@@ -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,14 +1,14 @@
1
1
  export declare const iotvideo: {
2
- v20201215: {
3
- Client: typeof import("./v20201215/iotvideo_client").Client;
4
- Models: typeof import("./v20201215/iotvideo_models");
2
+ v20191126: {
3
+ Client: typeof import("./v20191126/iotvideo_client").Client;
4
+ Models: typeof import("./v20191126/iotvideo_models");
5
5
  };
6
6
  v20211125: {
7
7
  Client: typeof import("./v20211125/iotvideo_client").Client;
8
8
  Models: typeof import("./v20211125/iotvideo_models");
9
9
  };
10
- v20191126: {
11
- Client: typeof import("./v20191126/iotvideo_client").Client;
12
- Models: typeof import("./v20191126/iotvideo_models");
10
+ v20201215: {
11
+ Client: typeof import("./v20201215/iotvideo_client").Client;
12
+ Models: typeof import("./v20201215/iotvideo_models");
13
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
- const v20211125_1 = require("./v20211125");
6
4
  const v20191126_1 = require("./v20191126");
5
+ const v20211125_1 = require("./v20211125");
6
+ const v20201215_1 = require("./v20201215");
7
7
  exports.iotvideo = {
8
- v20201215: v20201215_1.v20201215,
9
- v20211125: v20211125_1.v20211125,
10
8
  v20191126: v20191126_1.v20191126,
9
+ v20211125: v20211125_1.v20211125,
10
+ v20201215: v20201215_1.v20201215,
11
11
  };