tencentcloud-sdk-nodejs 4.0.628 → 4.0.630

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 (90) hide show
  1. package/CHANGELOG.md +419 -0
  2. package/SERVICE_CHANGELOG.md +413 -155
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +35 -26
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +17 -13
  8. package/src/services/apm/v20210622/apm_models.ts +6 -2
  9. package/src/services/asr/v20190614/asr_client.ts +1 -1
  10. package/src/services/asr/v20190614/asr_models.ts +2 -2
  11. package/src/services/billing/v20180709/billing_models.ts +9 -10
  12. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  13. package/src/services/cdn/v20180606/cdn_client.ts +2 -2
  14. package/src/services/cdn/v20180606/cdn_models.ts +66 -66
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +17 -13
  16. package/src/services/cls/v20201016/cls_client.ts +1 -1
  17. package/src/services/dcdb/v20180411/dcdb_models.ts +4 -0
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +14 -2
  19. package/src/services/live/v20180801/live_models.ts +4 -4
  20. package/src/services/nlp/v20190408/nlp_client.ts +54 -5
  21. package/src/services/nlp/v20190408/nlp_models.ts +206 -32
  22. package/src/services/redis/v20180412/redis_client.ts +4 -4
  23. package/src/services/redis/v20180412/redis_models.ts +62 -49
  24. package/src/services/sms/v20210111/sms_client.ts +0 -1
  25. package/src/services/sms/v20210111/sms_models.ts +4 -4
  26. package/src/services/sqlserver/v20180328/sqlserver_client.ts +26 -1
  27. package/src/services/sqlserver/v20180328/sqlserver_models.ts +78 -4
  28. package/src/services/tbaas/v20180416/tbaas_client.ts +32 -16
  29. package/src/services/tcr/v20190924/tcr_client.ts +75 -25
  30. package/src/services/tcr/v20190924/tcr_models.ts +385 -151
  31. package/src/services/tdid/v20210519/tdid_client.ts +47 -50
  32. package/src/services/tdid/v20210519/tdid_models.ts +0 -121
  33. package/src/services/tdmq/v20200217/tdmq_models.ts +8 -0
  34. package/src/services/tts/v20190823/tts_models.ts +3 -3
  35. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  36. package/src/services/waf/v20180125/waf_client.ts +13 -0
  37. package/src/services/waf/v20180125/waf_models.ts +170 -0
  38. package/src/services/wedata/v20210820/wedata_models.ts +76 -5
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +35 -26
  42. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +17 -13
  43. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +6 -2
  44. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  45. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
  47. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +9 -10
  48. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  49. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +2 -2
  50. package/tencentcloud/services/cdn/v20180606/cdn_client.js +2 -2
  51. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +66 -66
  52. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +17 -13
  53. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  54. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  55. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +4 -0
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -2
  57. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -4
  58. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +17 -1
  59. package/tencentcloud/services/nlp/v20190408/nlp_client.js +24 -0
  60. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +197 -32
  61. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +4 -4
  62. package/tencentcloud/services/redis/v20180412/redis_client.js +4 -4
  63. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +62 -49
  64. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +0 -1
  65. package/tencentcloud/services/sms/v20210111/sms_client.js +0 -1
  66. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +4 -4
  67. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +9 -1
  68. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +12 -0
  69. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +73 -4
  70. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +24 -8
  71. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +24 -8
  72. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +21 -5
  73. package/tencentcloud/services/tcr/v20190924/tcr_client.js +30 -6
  74. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +373 -149
  75. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +38 -24
  76. package/tencentcloud/services/tdid/v20210519/tdid_client.js +37 -27
  77. package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +0 -116
  78. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +8 -0
  79. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +3 -3
  80. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  81. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  82. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  83. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  84. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +167 -0
  85. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +76 -5
  86. package/test/nlp.v20190408.test.js +40 -0
  87. package/test/sqlserver.v20180328.test.js +20 -0
  88. package/test/tcr.v20190924.test.js +44 -4
  89. package/test/tdid.v20210519.test.js +0 -20
  90. package/test/waf.v20180125.test.js +10 -0
@@ -745,6 +745,15 @@ export interface UpsertIpAccessControlRequest {
745
745
  */
746
746
  SourceType?: string;
747
747
  }
748
+ /**
749
+ * ModifySpartaProtection返回参数结构体
750
+ */
751
+ export interface ModifySpartaProtectionResponse {
752
+ /**
753
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
754
+ */
755
+ RequestId?: string;
756
+ }
748
757
  /**
749
758
  * DeleteDownloadRecord请求参数结构体
750
759
  */
@@ -1397,6 +1406,31 @@ export interface ModifyAreaBanStatusRequest {
1397
1406
  */
1398
1407
  Status: number;
1399
1408
  }
1409
+ /**
1410
+ * waf斯巴达-编辑防护域名中的端口结构
1411
+ */
1412
+ export interface SpartaProtectionPort {
1413
+ /**
1414
+ * nginx Id
1415
+ */
1416
+ NginxServerId: number;
1417
+ /**
1418
+ * 端口
1419
+ */
1420
+ Port: string;
1421
+ /**
1422
+ * 协议
1423
+ */
1424
+ Protocol: string;
1425
+ /**
1426
+ * 后端端口
1427
+ */
1428
+ UpstreamPort: string;
1429
+ /**
1430
+ * 后端协议
1431
+ */
1432
+ UpstreamProtocol: string;
1433
+ }
1400
1434
  /**
1401
1435
  * AddSpartaProtection请求参数结构体
1402
1436
  */
@@ -3018,6 +3052,139 @@ export interface DeleteAccessExportRequest {
3018
3052
  */
3019
3053
  TopicId: string;
3020
3054
  }
3055
+ /**
3056
+ * ModifySpartaProtection请求参数结构体
3057
+ */
3058
+ export interface ModifySpartaProtectionRequest {
3059
+ /**
3060
+ * 域名
3061
+ */
3062
+ Domain: string;
3063
+ /**
3064
+ * 域名ID
3065
+ */
3066
+ DomainId?: string;
3067
+ /**
3068
+ * 证书类型,0表示没有证书,CertType=1表示自有证书,2 为托管证书
3069
+ */
3070
+ CertType?: number;
3071
+ /**
3072
+ * CertType=1时,需要填次参数,表示证书内容
3073
+ */
3074
+ Cert?: string;
3075
+ /**
3076
+ * CertType=1时,需要填次参数,表示证书的私钥
3077
+ */
3078
+ PrivateKey?: string;
3079
+ /**
3080
+ * CertType=2时,需要填次参数,表示证书的ID
3081
+ */
3082
+ SSLId?: string;
3083
+ /**
3084
+ * 表示是否开启了CDN代理
3085
+ */
3086
+ IsCdn?: number;
3087
+ /**
3088
+ * HTTPS回源协议
3089
+ */
3090
+ UpstreamScheme?: string;
3091
+ /**
3092
+ * HTTPS回源端口,仅UpstreamScheme为http时需要填当前字段
3093
+ */
3094
+ HttpsUpstreamPort?: string;
3095
+ /**
3096
+ * 表示是否强制跳转到HTTPS,1表示开启,0表示不开启
3097
+ */
3098
+ HttpsRewrite?: number;
3099
+ /**
3100
+ * 回源类型,0表示通过IP回源,1 表示通过域名回源
3101
+ */
3102
+ UpstreamType?: number;
3103
+ /**
3104
+ * UpstreamType=1时,填次字段表示回源域名
3105
+ */
3106
+ UpstreamDomain?: string;
3107
+ /**
3108
+ * UpstreamType=0时,填次字段表示回源ip
3109
+ */
3110
+ SrcList?: Array<string>;
3111
+ /**
3112
+ * 是否开启HTTP2,1表示开启,0表示不开启http2。开启HTTP2需要HTTPS支持
3113
+ */
3114
+ IsHttp2?: number;
3115
+ /**
3116
+ * 是否开启WebSocket, 1:开启WebSocket,0:不开启WebSocket
3117
+ */
3118
+ IsWebsocket?: number;
3119
+ /**
3120
+ * 负载均衡策略,0表示轮徇,1表示IP hash
3121
+ */
3122
+ LoadBalance?: number;
3123
+ /**
3124
+ * 是否灰度
3125
+ */
3126
+ IsGray?: number;
3127
+ /**
3128
+ * WAF版本
3129
+ */
3130
+ Edition?: string;
3131
+ /**
3132
+ * 端口信息
3133
+ */
3134
+ Ports?: Array<SpartaProtectionPort>;
3135
+ /**
3136
+ * 长短连接标志,仅IP回源时有效
3137
+ */
3138
+ IsKeepAlive?: string;
3139
+ /**
3140
+ * 实例id
3141
+ */
3142
+ InstanceID?: string;
3143
+ /**
3144
+ * 是否为Anycast ip类型:1 Anycast 0 普通ip
3145
+ */
3146
+ Anycast?: number;
3147
+ /**
3148
+ * src的权重
3149
+ */
3150
+ Weights?: Array<number>;
3151
+ /**
3152
+ * 是否开启源站的主动健康检测,1表示开启,0表示不开启
3153
+ */
3154
+ ActiveCheck?: number;
3155
+ /**
3156
+ * TLS版本信息
3157
+ */
3158
+ TLSVersion?: number;
3159
+ /**
3160
+ * 加密套件信息
3161
+ */
3162
+ Ciphers?: Array<number>;
3163
+ /**
3164
+ * 0:不支持选择:默认模版 1:通用型模版 2:安全型模版 3:自定义模版
3165
+ */
3166
+ CipherTemplate?: number;
3167
+ /**
3168
+ * 300s
3169
+ */
3170
+ ProxyReadTimeout?: number;
3171
+ /**
3172
+ * 300s
3173
+ */
3174
+ ProxySendTimeout?: number;
3175
+ /**
3176
+ * 0:关闭SNI;1:开启SNI,SNI=源请求host;2:开启SNI,SNI=修改为源站host;3:开启SNI,自定义host,SNI=SniHost;
3177
+ */
3178
+ SniType?: number;
3179
+ /**
3180
+ * SniType=3时,需要填此参数,表示自定义的host;
3181
+ */
3182
+ SniHost?: string;
3183
+ /**
3184
+ * IsCdn=3时,需要填此参数,表示自定义header
3185
+ */
3186
+ IpHeaders?: Array<string>;
3187
+ }
3021
3188
  /**
3022
3189
  * DescribeUserClbWafRegions请求参数结构体
3023
3190
  */
@@ -607,13 +607,30 @@ export interface SourceObject {
607
607
  /**
608
608
  * 源字段详细类型,int、string
609
609
  注意:此字段可能返回 null,表示取不到有效值。
610
+ * @deprecated
610
611
  */
611
612
  SourceObjectDataTypeName?: string;
612
613
  /**
613
614
  * 源字段名称
614
615
  注意:此字段可能返回 null,表示取不到有效值。
616
+ * @deprecated
615
617
  */
616
618
  SourceObjectValue?: string;
619
+ /**
620
+ * 源字段详细类型,int、string
621
+ 注意:此字段可能返回 null,表示取不到有效值。
622
+ */
623
+ ObjectDataTypeName?: string;
624
+ /**
625
+ * 源字段名称
626
+ 注意:此字段可能返回 null,表示取不到有效值。
627
+ */
628
+ ObjectValue?: string;
629
+ /**
630
+ * 对象类型 1.常量 2.离线表级 3.离线字段级
631
+ 注意:此字段可能返回 null,表示取不到有效值。
632
+ */
633
+ ObjectType?: number;
617
634
  }
618
635
  /**
619
636
  * DescribeRules返回参数结构体
@@ -736,6 +753,11 @@ export interface RuleExecResultDetail {
736
753
  注意:此字段可能返回 null,表示取不到有效值。
737
754
  */
738
755
  TableOwnerUserId?: number;
756
+ /**
757
+ * 2.HIVE 3.DLC
758
+ 注意:此字段可能返回 null,表示取不到有效值。
759
+ */
760
+ DatasourceType?: number;
739
761
  }
740
762
  /**
741
763
  * 查询数据源分页列表
@@ -3613,6 +3635,14 @@ export interface DescribeQualityScoreRequest {
3613
3635
  * 数据来源id
3614
3636
  */
3615
3637
  DatasourceId?: string;
3638
+ /**
3639
+ * 1:按全维度权重计算,2:按已配置维度权重计算,3:不按维度权重计算,默认1
3640
+ */
3641
+ ScoreType?: string;
3642
+ /**
3643
+ * 过滤参数
3644
+ */
3645
+ Filters?: Array<Filter>;
3616
3646
  }
3617
3647
  /**
3618
3648
  * CommitIntegrationTask返回参数结构体
@@ -4074,6 +4104,11 @@ export interface RuleGroup {
4074
4104
  注意:此字段可能返回 null,表示取不到有效值。
4075
4105
  */
4076
4106
  TableOwnerUserId?: number;
4107
+ /**
4108
+ * 实例ID
4109
+ 注意:此字段可能返回 null,表示取不到有效值。
4110
+ */
4111
+ InstanceId?: string;
4077
4112
  }
4078
4113
  /**
4079
4114
  * 规则配置
@@ -5372,6 +5407,10 @@ export interface DescribeTableQualityDetailsRequest {
5372
5407
  * 数据来源id
5373
5408
  */
5374
5409
  DatasourceId?: string;
5410
+ /**
5411
+ * 1:按全维度权重计算,2:按已配置维度权重计算,3:不按维度权重计算,默认1
5412
+ */
5413
+ ScoreType?: string;
5375
5414
  }
5376
5415
  /**
5377
5416
  * 集成节点详情
@@ -6705,7 +6744,7 @@ export interface DescribeQualityScoreResponse {
6705
6744
  * 质量评分
6706
6745
  注意:此字段可能返回 null,表示取不到有效值。
6707
6746
  */
6708
- Data: QualityScore;
6747
+ Data?: QualityScore;
6709
6748
  /**
6710
6749
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6711
6750
  */
@@ -6907,7 +6946,7 @@ export interface DescribeDimensionScoreResponse {
6907
6946
  * 维度评分
6908
6947
  注意:此字段可能返回 null,表示取不到有效值。
6909
6948
  */
6910
- Data: DimensionScore;
6949
+ Data?: DimensionScore;
6911
6950
  /**
6912
6951
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6913
6952
  */
@@ -7516,7 +7555,7 @@ export interface DescribeTableScoreTrendResponse {
7516
7555
  * 表得分趋势
7517
7556
  注意:此字段可能返回 null,表示取不到有效值。
7518
7557
  */
7519
- Data: QualityScoreTrend;
7558
+ Data?: QualityScoreTrend;
7520
7559
  /**
7521
7560
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7522
7561
  */
@@ -7674,6 +7713,7 @@ export interface DimensionCount {
7674
7713
  /**
7675
7714
  * 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性
7676
7715
  注意:此字段可能返回 null,表示取不到有效值。
7716
+ * @deprecated
7677
7717
  */
7678
7718
  DimType?: number;
7679
7719
  /**
@@ -7681,6 +7721,11 @@ export interface DimensionCount {
7681
7721
  注意:此字段可能返回 null,表示取不到有效值。
7682
7722
  */
7683
7723
  Count?: number;
7724
+ /**
7725
+ * 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性
7726
+ 注意:此字段可能返回 null,表示取不到有效值。
7727
+ */
7728
+ QualityDim?: number;
7684
7729
  }
7685
7730
  /**
7686
7731
  * DescribeInstanceLog返回参数结构体
@@ -8959,7 +9004,7 @@ export interface DescribeTableQualityDetailsResponse {
8959
9004
  * 表质量分详情结果
8960
9005
  注意:此字段可能返回 null,表示取不到有效值。
8961
9006
  */
8962
- Data: TableQualityDetailPage;
9007
+ Data?: TableQualityDetailPage;
8963
9008
  /**
8964
9009
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8965
9010
  */
@@ -9210,6 +9255,14 @@ export interface DescribeQualityScoreTrendRequest {
9210
9255
  * 数据来源id
9211
9256
  */
9212
9257
  DatasourceId?: string;
9258
+ /**
9259
+ * 1:按全维度权重计算,2:按已配置维度权重计算,3:不按维度权重计算,默认1
9260
+ */
9261
+ ScoreType?: string;
9262
+ /**
9263
+ * 过滤参数
9264
+ */
9265
+ Filters?: Array<Filter>;
9213
9266
  }
9214
9267
  /**
9215
9268
  * 抢锁状态:是否可以抢锁和当前持锁人
@@ -10332,6 +10385,16 @@ export interface RuleExecResult {
10332
10385
  注意:此字段可能返回 null,表示取不到有效值。
10333
10386
  */
10334
10387
  RelConditionExpr: string;
10388
+ /**
10389
+ * 执行时间
10390
+ 注意:此字段可能返回 null,表示取不到有效值。
10391
+ */
10392
+ StartTime?: string;
10393
+ /**
10394
+ * 1/2/3:低/中/高
10395
+ 注意:此字段可能返回 null,表示取不到有效值。
10396
+ */
10397
+ AlarmLevel?: number;
10335
10398
  }
10336
10399
  /**
10337
10400
  * GetOfflineInstanceList返回参数结构体
@@ -10726,6 +10789,10 @@ export interface DescribeTableScoreTrendRequest {
10726
10789
  * 表id
10727
10790
  */
10728
10791
  TableId: string;
10792
+ /**
10793
+ * 1:按全维度权重计算,2:按已配置维度权重计算,3:不按维度权重计算,默认1
10794
+ */
10795
+ ScoreType?: string;
10729
10796
  }
10730
10797
  /**
10731
10798
  * 规则执行结果分页
@@ -11649,6 +11716,10 @@ export interface DescribeDimensionScoreRequest {
11649
11716
  * 数据来源id
11650
11717
  */
11651
11718
  DatasourceId?: string;
11719
+ /**
11720
+ * 过滤参数
11721
+ */
11722
+ Filters?: Array<Filter>;
11652
11723
  }
11653
11724
  /**
11654
11725
  * dlc建表属性
@@ -12550,7 +12621,7 @@ export interface DescribeQualityScoreTrendResponse {
12550
12621
  * 质量评分趋势视图
12551
12622
  注意:此字段可能返回 null,表示取不到有效值。
12552
12623
  */
12553
- Data: QualityScoreTrend;
12624
+ Data?: QualityScoreTrend;
12554
12625
  /**
12555
12626
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12556
12627
  */
@@ -138,6 +138,16 @@ it("nlp.v20190408.ParseWords", async function () {
138
138
  }
139
139
  })
140
140
 
141
+ it("nlp.v20190408.ComposeCouplet", async function () {
142
+ try {
143
+ const data = await client.ComposeCouplet({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
141
151
  it("nlp.v20190408.TextClassification", async function () {
142
152
  try {
143
153
  const data = await client.TextClassification({})
@@ -208,6 +218,16 @@ it("nlp.v20190408.GenerateCouplet", async function () {
208
218
  }
209
219
  })
210
220
 
221
+ it("nlp.v20190408.ComposePoetry", async function () {
222
+ try {
223
+ const data = await client.ComposePoetry({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
211
231
  it("nlp.v20190408.CreateWordItems", async function () {
212
232
  try {
213
233
  const data = await client.CreateWordItems({})
@@ -298,6 +318,16 @@ it("nlp.v20190408.TextEmbellish", async function () {
298
318
  }
299
319
  })
300
320
 
321
+ it("nlp.v20190408.ClassifyContent", async function () {
322
+ try {
323
+ const data = await client.ClassifyContent({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
301
331
  it("nlp.v20190408.TextCorrectionPro", async function () {
302
332
  try {
303
333
  const data = await client.TextCorrectionPro({})
@@ -338,6 +368,16 @@ it("nlp.v20190408.DeleteDict", async function () {
338
368
  }
339
369
  })
340
370
 
371
+ it("nlp.v20190408.AnalyzeSentiment", async function () {
372
+ try {
373
+ const data = await client.AnalyzeSentiment({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
341
381
  it("nlp.v20190408.SimilarWords", async function () {
342
382
  try {
343
383
  const data = await client.SimilarWords({})
@@ -748,6 +748,16 @@ it("sqlserver.v20180328.DeleteMigration", async function () {
748
748
  }
749
749
  })
750
750
 
751
+ it("sqlserver.v20180328.ModifyInstanceEncryptAttributes", async function () {
752
+ try {
753
+ const data = await client.ModifyInstanceEncryptAttributes({})
754
+ expect(data).to.be.ok
755
+ } catch(error) {
756
+ expect(error.requestId).to.be.ok
757
+ expect(error.code).to.be.ok
758
+ }
759
+ })
760
+
751
761
  it("sqlserver.v20180328.ModifyBackupName", async function () {
752
762
  try {
753
763
  const data = await client.ModifyBackupName({})
@@ -778,6 +788,16 @@ it("sqlserver.v20180328.ModifyIncrementalMigration", async function () {
778
788
  }
779
789
  })
780
790
 
791
+ it("sqlserver.v20180328.ModifyDBEncryptAttributes", async function () {
792
+ try {
793
+ const data = await client.ModifyDBEncryptAttributes({})
794
+ expect(data).to.be.ok
795
+ } catch(error) {
796
+ expect(error.requestId).to.be.ok
797
+ expect(error.code).to.be.ok
798
+ }
799
+ })
800
+
781
801
  it("sqlserver.v20180328.RemoveBackups", async function () {
782
802
  try {
783
803
  const data = await client.RemoveBackups({})
@@ -218,6 +218,16 @@ it("tcr.v20190924.DescribeReplicationInstanceCreateTasks", async function () {
218
218
  }
219
219
  })
220
220
 
221
+ it("tcr.v20190924.ModifyCustomAccount", async function () {
222
+ try {
223
+ const data = await client.ModifyCustomAccount({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
221
231
  it("tcr.v20190924.DeleteImageAccelerateService", async function () {
222
232
  try {
223
233
  const data = await client.DeleteImageAccelerateService({})
@@ -358,9 +368,9 @@ it("tcr.v20190924.DescribeTagRetentionExecution", async function () {
358
368
  }
359
369
  })
360
370
 
361
- it("tcr.v20190924.DeleteInstanceCustomizedDomain", async function () {
371
+ it("tcr.v20190924.DeleteRepositoryPersonal", async function () {
362
372
  try {
363
- const data = await client.DeleteInstanceCustomizedDomain({})
373
+ const data = await client.DeleteRepositoryPersonal({})
364
374
  expect(data).to.be.ok
365
375
  } catch(error) {
366
376
  expect(error.requestId).to.be.ok
@@ -488,6 +498,16 @@ it("tcr.v20190924.DescribeRegions", async function () {
488
498
  }
489
499
  })
490
500
 
501
+ it("tcr.v20190924.DeleteCustomAccount", async function () {
502
+ try {
503
+ const data = await client.DeleteCustomAccount({})
504
+ expect(data).to.be.ok
505
+ } catch(error) {
506
+ expect(error.requestId).to.be.ok
507
+ expect(error.code).to.be.ok
508
+ }
509
+ })
510
+
491
511
  it("tcr.v20190924.DescribeSecurityPolicies", async function () {
492
512
  try {
493
513
  const data = await client.DescribeSecurityPolicies({})
@@ -598,6 +618,16 @@ it("tcr.v20190924.CreateUserPersonal", async function () {
598
618
  }
599
619
  })
600
620
 
621
+ it("tcr.v20190924.DescribeCustomAccounts", async function () {
622
+ try {
623
+ const data = await client.DescribeCustomAccounts({})
624
+ expect(data).to.be.ok
625
+ } catch(error) {
626
+ expect(error.requestId).to.be.ok
627
+ expect(error.code).to.be.ok
628
+ }
629
+ })
630
+
601
631
  it("tcr.v20190924.DescribeInstanceCustomizedDomain", async function () {
602
632
  try {
603
633
  const data = await client.DescribeInstanceCustomizedDomain({})
@@ -678,6 +708,16 @@ it("tcr.v20190924.DescribeChartDownloadInfo", async function () {
678
708
  }
679
709
  })
680
710
 
711
+ it("tcr.v20190924.CreateCustomAccount", async function () {
712
+ try {
713
+ const data = await client.CreateCustomAccount({})
714
+ expect(data).to.be.ok
715
+ } catch(error) {
716
+ expect(error.requestId).to.be.ok
717
+ expect(error.code).to.be.ok
718
+ }
719
+ })
720
+
681
721
  it("tcr.v20190924.DescribeUserQuotaPersonal", async function () {
682
722
  try {
683
723
  const data = await client.DescribeUserQuotaPersonal({})
@@ -928,9 +968,9 @@ it("tcr.v20190924.DescribeInstances", async function () {
928
968
  }
929
969
  })
930
970
 
931
- it("tcr.v20190924.DeleteRepositoryPersonal", async function () {
971
+ it("tcr.v20190924.DeleteInstanceCustomizedDomain", async function () {
932
972
  try {
933
- const data = await client.DeleteRepositoryPersonal({})
973
+ const data = await client.DeleteInstanceCustomizedDomain({})
934
974
  expect(data).to.be.ok
935
975
  } catch(error) {
936
976
  expect(error.requestId).to.be.ok
@@ -138,16 +138,6 @@ it("tdid.v20210519.AddLabel", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("tdid.v20210519.GetDidClusterList", async function () {
142
- try {
143
- const data = await client.GetDidClusterList({})
144
- expect(data).to.be.ok
145
- } catch(error) {
146
- expect(error.requestId).to.be.ok
147
- expect(error.code).to.be.ok
148
- }
149
- })
150
-
151
141
  it("tdid.v20210519.GetCredentialStatus", async function () {
152
142
  try {
153
143
  const data = await client.GetCredentialStatus({})
@@ -178,16 +168,6 @@ it("tdid.v20210519.VerifyCredential", async function () {
178
168
  }
179
169
  })
180
170
 
181
- it("tdid.v20210519.GetDidClusterDetail", async function () {
182
- try {
183
- const data = await client.GetDidClusterDetail({})
184
- expect(data).to.be.ok
185
- } catch(error) {
186
- expect(error.requestId).to.be.ok
187
- expect(error.code).to.be.ok
188
- }
189
- })
190
-
191
171
  it("tdid.v20210519.GetAuthorityIssuer", async function () {
192
172
  try {
193
173
  const data = await client.GetAuthorityIssuer({})
@@ -328,6 +328,16 @@ it("waf.v20180125.ModifyWafThreatenIntelligence", async function () {
328
328
  }
329
329
  })
330
330
 
331
+ it("waf.v20180125.ModifySpartaProtection", async function () {
332
+ try {
333
+ const data = await client.ModifySpartaProtection({})
334
+ expect(data).to.be.ok
335
+ } catch(error) {
336
+ expect(error.requestId).to.be.ok
337
+ expect(error.code).to.be.ok
338
+ }
339
+ })
340
+
331
341
  it("waf.v20180125.AddCustomWhiteRule", async function () {
332
342
  try {
333
343
  const data = await client.AddCustomWhiteRule({})