tccli 3.0.1129.1__py2.py3-none-any.whl → 3.0.1131.1__py2.py3-none-any.whl

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 (52) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/asr/v20190614/api.json +1 -1
  3. tccli/services/cdb/v20170320/api.json +2 -2
  4. tccli/services/cds/cds_client.py +11 -64
  5. tccli/services/cds/v20180420/api.json +0 -42
  6. tccli/services/cds/v20180420/examples.json +0 -8
  7. tccli/services/cdwch/v20200915/api.json +30 -0
  8. tccli/services/ciam/v20220331/api.json +92 -104
  9. tccli/services/cls/v20201016/api.json +5 -5
  10. tccli/services/cynosdb/v20190107/api.json +47 -2
  11. tccli/services/domain/v20180808/api.json +39 -39
  12. tccli/services/ess/v20201111/api.json +7 -7
  13. tccli/services/essbasic/v20210526/api.json +10 -1
  14. tccli/services/essbasic/v20210526/examples.json +1 -1
  15. tccli/services/lighthouse/v20200324/api.json +15 -15
  16. tccli/services/mongodb/v20190725/api.json +50 -20
  17. tccli/services/mongodb/v20190725/examples.json +1 -1
  18. tccli/services/privatedns/v20201028/api.json +5 -5
  19. tccli/services/privatedns/v20201028/examples.json +1 -1
  20. tccli/services/redis/redis_client.py +220 -8
  21. tccli/services/redis/v20180412/api.json +251 -20
  22. tccli/services/redis/v20180412/examples.json +32 -0
  23. tccli/services/ssl/v20191205/api.json +66 -38
  24. tccli/services/ssl/v20191205/examples.json +1 -1
  25. tccli/services/tcaplusdb/v20190823/api.json +147 -75
  26. tccli/services/tcaplusdb/v20190823/examples.json +10 -10
  27. tccli/services/tcbr/v20220217/api.json +2 -2
  28. tccli/services/tcbr/v20220217/examples.json +1 -1
  29. tccli/services/tcm/v20210413/api.json +85 -32
  30. tccli/services/tcm/v20210413/examples.json +2 -2
  31. tccli/services/tcr/v20190924/api.json +8 -8
  32. tccli/services/tcr/v20190924/examples.json +1 -1
  33. tccli/services/tdmq/v20200217/api.json +23 -10
  34. tccli/services/tdmq/v20200217/examples.json +3 -3
  35. tccli/services/tke/v20180525/api.json +31 -26
  36. tccli/services/tke/v20180525/examples.json +9 -9
  37. tccli/services/trtc/v20190722/api.json +5 -5
  38. tccli/services/tse/v20201207/api.json +205 -0
  39. tccli/services/tse/v20201207/examples.json +1 -1
  40. tccli/services/tsf/v20180326/api.json +112 -62
  41. tccli/services/tts/v20190823/api.json +1 -1
  42. tccli/services/waf/v20180125/api.json +109 -0
  43. tccli/services/waf/v20180125/examples.json +14 -0
  44. tccli/services/waf/waf_client.py +61 -8
  45. tccli/services/wedata/v20210820/api.json +71 -0
  46. tccli/services/wedata/v20210820/examples.json +8 -0
  47. tccli/services/wedata/wedata_client.py +53 -0
  48. {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/METADATA +2 -2
  49. {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/RECORD +52 -52
  50. {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/WHEEL +0 -0
  51. {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/entry_points.txt +0 -0
  52. {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/license_files/LICENSE +0 -0
@@ -175,6 +175,13 @@
175
175
  "output": "DescribeDBSecurityGroupsResponse",
176
176
  "status": "online"
177
177
  },
178
+ "DescribeGlobalReplicationArea": {
179
+ "document": "查询全球复制支持地域信息",
180
+ "input": "DescribeGlobalReplicationAreaRequest",
181
+ "name": "查询全球复制支持地域信息",
182
+ "output": "DescribeGlobalReplicationAreaResponse",
183
+ "status": "online"
184
+ },
178
185
  "DescribeInstanceAccount": {
179
186
  "document": "本接口(DescribeInstanceAccount)用于查看实例子账号信息。",
180
187
  "input": "DescribeInstanceAccountRequest",
@@ -301,6 +308,13 @@
301
308
  "output": "DescribeInstanceShardsResponse",
302
309
  "status": "online"
303
310
  },
311
+ "DescribeInstanceSpecBandwidth": {
312
+ "document": "本接口(DescribeInstanceSpecBandwidth)用于查询或计算带宽规格。",
313
+ "input": "DescribeInstanceSpecBandwidthRequest",
314
+ "name": "查询或计算带宽规格",
315
+ "output": "DescribeInstanceSpecBandwidthResponse",
316
+ "status": "online"
317
+ },
304
318
  "DescribeInstanceSupportFeature": {
305
319
  "document": "本接口(DescribeInstanceSupportFeature)用于查询实例支持的功能特性。",
306
320
  "input": "DescribeInstanceSupportFeatureRequest",
@@ -378,6 +392,13 @@
378
392
  "output": "DescribeReplicationGroupResponse",
379
393
  "status": "online"
380
394
  },
395
+ "DescribeReplicationGroupInstance": {
396
+ "document": "查询复制组信息",
397
+ "input": "DescribeReplicationGroupInstanceRequest",
398
+ "name": "查询复制组信息",
399
+ "output": "DescribeReplicationGroupInstanceResponse",
400
+ "status": "online"
401
+ },
381
402
  "DescribeSSLStatus": {
382
403
  "document": "本接口(DescribeSSLStatus)用于查询实例 SSL 认证相关信息,包括开启状态、配置状态、证书地址等。",
383
404
  "input": "DescribeSSLStatusRequest",
@@ -581,6 +602,13 @@
581
602
  "output": "ModifyParamTemplateResponse",
582
603
  "status": "online"
583
604
  },
605
+ "ModifyReplicationGroup": {
606
+ "document": "修改复制组信息",
607
+ "input": "ModifyReplicationGroupRequest",
608
+ "name": "修改复制组信息",
609
+ "output": "ModifyReplicationGroupResponse",
610
+ "status": "online"
611
+ },
584
612
  "OpenSSL": {
585
613
  "document": "开启SSL",
586
614
  "input": "OpenSSLRequest",
@@ -963,6 +991,32 @@
963
991
  ],
964
992
  "type": "object"
965
993
  },
994
+ "AvailableRegion": {
995
+ "document": "可使用的地域信息",
996
+ "members": [
997
+ {
998
+ "disabled": false,
999
+ "document": "地域\n注意:此字段可能返回 null,表示取不到有效值。",
1000
+ "example": "ap-hongkong",
1001
+ "member": "string",
1002
+ "name": "Region",
1003
+ "output_required": false,
1004
+ "type": "string",
1005
+ "value_allowed_null": true
1006
+ },
1007
+ {
1008
+ "disabled": false,
1009
+ "document": "可用区信息\n注意:此字段可能返回 null,表示取不到有效值。",
1010
+ "example": "无",
1011
+ "member": "string",
1012
+ "name": "AvailableZones",
1013
+ "output_required": false,
1014
+ "type": "list",
1015
+ "value_allowed_null": true
1016
+ }
1017
+ ],
1018
+ "usage": "out"
1019
+ },
966
1020
  "BackupDownloadInfo": {
967
1021
  "document": "备份文件下载信息",
968
1022
  "members": [
@@ -2988,6 +3042,33 @@
2988
3042
  ],
2989
3043
  "type": "object"
2990
3044
  },
3045
+ "DescribeGlobalReplicationAreaRequest": {
3046
+ "document": "DescribeGlobalReplicationArea请求参数结构体",
3047
+ "members": [],
3048
+ "type": "object"
3049
+ },
3050
+ "DescribeGlobalReplicationAreaResponse": {
3051
+ "document": "DescribeGlobalReplicationArea返回参数结构体",
3052
+ "members": [
3053
+ {
3054
+ "disabled": false,
3055
+ "document": "可用地域信息",
3056
+ "example": "无",
3057
+ "member": "AvailableRegion",
3058
+ "name": "AvailableRegions",
3059
+ "output_required": false,
3060
+ "type": "list",
3061
+ "value_allowed_null": false
3062
+ },
3063
+ {
3064
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3065
+ "member": "string",
3066
+ "name": "RequestId",
3067
+ "type": "string"
3068
+ }
3069
+ ],
3070
+ "type": "object"
3071
+ },
2991
3072
  "DescribeInstanceAccountRequest": {
2992
3073
  "document": "DescribeInstanceAccount请求参数结构体",
2993
3074
  "members": [
@@ -4107,7 +4188,7 @@
4107
4188
  "members": [
4108
4189
  {
4109
4190
  "disabled": false,
4110
- "document": "实例 ID 列表。例如;[\"crs-f2ho5rsz\\n\"]",
4191
+ "document": "实例 ID 列表,数组长度限制[0,100]。例如:[\"crs-f2ho5rsz\\n\"]",
4111
4192
  "example": "[\"crs-f2ho5rsz\\n\"]",
4112
4193
  "member": "string",
4113
4194
  "name": "InstanceIds",
@@ -4126,6 +4207,7 @@
4126
4207
  "example": "无",
4127
4208
  "member": "InstanceSecurityGroupDetail",
4128
4209
  "name": "InstanceSecurityGroupsDetail",
4210
+ "output_required": true,
4129
4211
  "type": "list",
4130
4212
  "value_allowed_null": false
4131
4213
  },
@@ -4192,6 +4274,23 @@
4192
4274
  ],
4193
4275
  "type": "object"
4194
4276
  },
4277
+ "DescribeInstanceSpecBandwidthRequest": {
4278
+ "document": "DescribeInstanceSpecBandwidth请求参数结构体",
4279
+ "members": [],
4280
+ "type": "object"
4281
+ },
4282
+ "DescribeInstanceSpecBandwidthResponse": {
4283
+ "document": "DescribeInstanceSpecBandwidth返回参数结构体",
4284
+ "members": [
4285
+ {
4286
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4287
+ "member": "string",
4288
+ "name": "RequestId",
4289
+ "type": "string"
4290
+ }
4291
+ ],
4292
+ "type": "object"
4293
+ },
4195
4294
  "DescribeInstanceSupportFeatureRequest": {
4196
4295
  "document": "DescribeInstanceSupportFeature请求参数结构体",
4197
4296
  "members": [
@@ -5001,6 +5100,83 @@
5001
5100
  ],
5002
5101
  "type": "object"
5003
5102
  },
5103
+ "DescribeReplicationGroupInstanceRequest": {
5104
+ "document": "DescribeReplicationGroupInstance请求参数结构体",
5105
+ "members": [
5106
+ {
5107
+ "disabled": false,
5108
+ "document": "指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。",
5109
+ "example": "crs-deindi7de",
5110
+ "member": "string",
5111
+ "name": "InstanceId",
5112
+ "required": true,
5113
+ "type": "string"
5114
+ }
5115
+ ],
5116
+ "type": "object"
5117
+ },
5118
+ "DescribeReplicationGroupInstanceResponse": {
5119
+ "document": "DescribeReplicationGroupInstance返回参数结构体",
5120
+ "members": [
5121
+ {
5122
+ "disabled": false,
5123
+ "document": "AppID。",
5124
+ "example": "251006366",
5125
+ "member": "int64",
5126
+ "name": "AppId",
5127
+ "output_required": false,
5128
+ "type": "int",
5129
+ "value_allowed_null": false
5130
+ },
5131
+ {
5132
+ "disabled": false,
5133
+ "document": "地域数字编号。",
5134
+ "example": "1",
5135
+ "member": "int64",
5136
+ "name": "RegionId",
5137
+ "output_required": false,
5138
+ "type": "int",
5139
+ "value_allowed_null": false
5140
+ },
5141
+ {
5142
+ "disabled": false,
5143
+ "document": "复制组字符串ID。",
5144
+ "example": "crs-rpl-qhj4wgcn",
5145
+ "member": "string",
5146
+ "name": "GroupId",
5147
+ "output_required": false,
5148
+ "type": "string",
5149
+ "value_allowed_null": false
5150
+ },
5151
+ {
5152
+ "disabled": false,
5153
+ "document": "复制组名称。",
5154
+ "example": "复制组测试",
5155
+ "member": "string",
5156
+ "name": "GroupName",
5157
+ "output_required": false,
5158
+ "type": "string",
5159
+ "value_allowed_null": false
5160
+ },
5161
+ {
5162
+ "disabled": false,
5163
+ "document": "实例复制组角色。\n- r: 备实例\n- rw: 主实例",
5164
+ "example": "r",
5165
+ "member": "string",
5166
+ "name": "InstanceRole",
5167
+ "output_required": false,
5168
+ "type": "string",
5169
+ "value_allowed_null": false
5170
+ },
5171
+ {
5172
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5173
+ "member": "string",
5174
+ "name": "RequestId",
5175
+ "type": "string"
5176
+ }
5177
+ ],
5178
+ "type": "object"
5179
+ },
5004
5180
  "DescribeReplicationGroupRequest": {
5005
5181
  "document": "DescribeReplicationGroup请求参数结构体",
5006
5182
  "members": [
@@ -5231,7 +5407,7 @@
5231
5407
  },
5232
5408
  {
5233
5409
  "disabled": false,
5234
- "document": "该参数存在命名不规范问题,建议用参数InstanceSlowLogDetail取代。慢查询详情。",
5410
+ "document": "已废弃,该参数存在命名不规范问题,后续用参数InstanceSlowLogDetail取代。慢查询详情。",
5235
5411
  "example": "无",
5236
5412
  "member": "InstanceSlowlogDetail",
5237
5413
  "name": "InstanceSlowlogDetail",
@@ -8976,6 +9152,51 @@
8976
9152
  ],
8977
9153
  "type": "object"
8978
9154
  },
9155
+ "ModifyReplicationGroupRequest": {
9156
+ "document": "ModifyReplicationGroup请求参数结构体",
9157
+ "members": [
9158
+ {
9159
+ "disabled": false,
9160
+ "document": "复制组字符串ID",
9161
+ "example": "crs-rpl-qhj4wgcn",
9162
+ "member": "string",
9163
+ "name": "GroupId",
9164
+ "required": true,
9165
+ "type": "string"
9166
+ },
9167
+ {
9168
+ "disabled": false,
9169
+ "document": "复制组名称",
9170
+ "example": "复制组名称",
9171
+ "member": "string",
9172
+ "name": "GroupName",
9173
+ "required": false,
9174
+ "type": "string"
9175
+ },
9176
+ {
9177
+ "disabled": false,
9178
+ "document": "备注",
9179
+ "example": "备注",
9180
+ "member": "string",
9181
+ "name": "Remark",
9182
+ "required": false,
9183
+ "type": "string"
9184
+ }
9185
+ ],
9186
+ "type": "object"
9187
+ },
9188
+ "ModifyReplicationGroupResponse": {
9189
+ "document": "ModifyReplicationGroup返回参数结构体",
9190
+ "members": [
9191
+ {
9192
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
9193
+ "member": "string",
9194
+ "name": "RequestId",
9195
+ "type": "string"
9196
+ }
9197
+ ],
9198
+ "type": "object"
9199
+ },
8979
9200
  "OpenSSLRequest": {
8980
9201
  "document": "OpenSSL请求参数结构体",
8981
9202
  "members": [
@@ -10937,22 +11158,32 @@
10937
11158
  {
10938
11159
  "disabled": false,
10939
11160
  "document": "节点ID",
10940
- "example": "",
11161
+ "example": "edcfcc21cef97eabbbeeb52067de8eddffc85772",
10941
11162
  "member": "string",
10942
11163
  "name": "NodeId",
10943
- "required": true,
11164
+ "output_required": true,
10944
11165
  "type": "string",
10945
11166
  "value_allowed_null": false
10946
11167
  },
10947
11168
  {
10948
11169
  "disabled": false,
10949
11170
  "document": "节点角色",
10950
- "example": "",
11171
+ "example": "master",
10951
11172
  "member": "string",
10952
11173
  "name": "NodeRole",
10953
- "required": true,
11174
+ "output_required": true,
10954
11175
  "type": "string",
10955
11176
  "value_allowed_null": false
11177
+ },
11178
+ {
11179
+ "disabled": false,
11180
+ "document": "可用区 ID。\t",
11181
+ "example": "100002",
11182
+ "member": "int64",
11183
+ "name": "ZoneId",
11184
+ "output_required": true,
11185
+ "type": "int",
11186
+ "value_allowed_null": false
10956
11187
  }
10957
11188
  ],
10958
11189
  "usage": "out"
@@ -11446,70 +11677,70 @@
11446
11677
  {
11447
11678
  "disabled": false,
11448
11679
  "document": "可用区ID:如ap-guangzhou-3",
11449
- "example": "",
11680
+ "example": "",
11450
11681
  "member": "string",
11451
11682
  "name": "ZoneId",
11452
- "required": true,
11683
+ "output_required": true,
11453
11684
  "type": "string",
11454
11685
  "value_allowed_null": false
11455
11686
  },
11456
11687
  {
11457
11688
  "disabled": false,
11458
11689
  "document": "可用区名称",
11459
- "example": "",
11690
+ "example": "",
11460
11691
  "member": "string",
11461
11692
  "name": "ZoneName",
11462
- "required": true,
11693
+ "output_required": true,
11463
11694
  "type": "string",
11464
11695
  "value_allowed_null": false
11465
11696
  },
11466
11697
  {
11467
11698
  "disabled": false,
11468
11699
  "document": "可用区是否售罄",
11469
- "example": "",
11700
+ "example": "",
11470
11701
  "member": "bool",
11471
11702
  "name": "IsSaleout",
11472
- "required": true,
11703
+ "output_required": true,
11473
11704
  "type": "bool",
11474
11705
  "value_allowed_null": false
11475
11706
  },
11476
11707
  {
11477
11708
  "disabled": false,
11478
11709
  "document": "是否为默认可用区",
11479
- "example": "",
11710
+ "example": "",
11480
11711
  "member": "bool",
11481
11712
  "name": "IsDefault",
11482
- "required": true,
11713
+ "output_required": true,
11483
11714
  "type": "bool",
11484
11715
  "value_allowed_null": false
11485
11716
  },
11486
11717
  {
11487
11718
  "disabled": false,
11488
11719
  "document": "网络类型:basenet -- 基础网络;vpcnet -- VPC网络",
11489
- "example": "",
11720
+ "example": "",
11490
11721
  "member": "string",
11491
11722
  "name": "NetWorkType",
11492
- "required": true,
11723
+ "output_required": true,
11493
11724
  "type": "list",
11494
11725
  "value_allowed_null": false
11495
11726
  },
11496
11727
  {
11497
11728
  "disabled": false,
11498
11729
  "document": "可用区内产品规格等信息",
11499
- "example": "",
11730
+ "example": "",
11500
11731
  "member": "ProductConf",
11501
11732
  "name": "ProductSet",
11502
- "required": true,
11733
+ "output_required": true,
11503
11734
  "type": "list",
11504
11735
  "value_allowed_null": false
11505
11736
  },
11506
11737
  {
11507
11738
  "disabled": false,
11508
11739
  "document": "可用区ID:如100003",
11509
- "example": "",
11740
+ "example": "",
11510
11741
  "member": "int64",
11511
11742
  "name": "OldZoneId",
11512
- "required": true,
11743
+ "output_required": true,
11513
11744
  "type": "int",
11514
11745
  "value_allowed_null": false
11515
11746
  }
@@ -206,6 +206,14 @@
206
206
  "title": "请求示例"
207
207
  }
208
208
  ],
209
+ "DescribeGlobalReplicationArea": [
210
+ {
211
+ "document": "查询全球复制支持地域信息",
212
+ "input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGlobalReplicationArea\n<公共请求参数>\n\n{}",
213
+ "output": "{\n \"Response\": {\n \"AvailableRegions\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"AvailableZones\": [\n \"ap-guangzhou-1\"\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
214
+ "title": "查询全球复制支持地域信息"
215
+ }
216
+ ],
209
217
  "DescribeInstanceAccount": [
210
218
  {
211
219
  "document": "查询指定实例的账号信息",
@@ -350,6 +358,14 @@
350
358
  "title": "请求示例"
351
359
  }
352
360
  ],
361
+ "DescribeInstanceSpecBandwidth": [
362
+ {
363
+ "document": "查询带宽规格",
364
+ "input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceSpecBandwidth\n<公共请求参数>\n\n{}",
365
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
366
+ "title": "查询带宽规格"
367
+ }
368
+ ],
353
369
  "DescribeInstanceSupportFeature": [
354
370
  {
355
371
  "document": "查询是否支持就近接入",
@@ -438,6 +454,14 @@
438
454
  "title": "请求示例"
439
455
  }
440
456
  ],
457
+ "DescribeReplicationGroupInstance": [
458
+ {
459
+ "document": "查询实例对应的复制组信息",
460
+ "input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReplicationGroupInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"crs-a7oxxxxx\"\n}",
461
+ "output": "{\n \"Response\": {\n \"AppId\": 251237400,\n \"GroupId\": \"crs-rpl-oxsincth\",\n \"GroupName\": \"test\",\n \"InstanceRole\": \"rw\",\n \"RegionId\": 1,\n \"RequestId\": \"02ef9326-3db7-47ab-8f65-c6d1a772f71c\"\n }\n}",
462
+ "title": "查询复制组信息"
463
+ }
464
+ ],
441
465
  "DescribeSSLStatus": [
442
466
  {
443
467
  "document": "查询实例 SSL 认证信息",
@@ -670,6 +694,14 @@
670
694
  "title": "请求示例"
671
695
  }
672
696
  ],
697
+ "ModifyReplicationGroup": [
698
+ {
699
+ "document": "修改复制组信息",
700
+ "input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyReplicationGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"crs-rpl-oxsincth\",\n \"GroupName\": \"abc\",\n \"Remark\": \"abc\"\n}",
701
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
702
+ "title": "修改复制组信息"
703
+ }
704
+ ],
673
705
  "OpenSSL": [
674
706
  {
675
707
  "document": "",