tccli 3.0.1129.1__py2.py3-none-any.whl → 3.0.1130.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 (34) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/asr/v20190614/api.json +1 -1
  3. tccli/services/ciam/v20220331/api.json +92 -104
  4. tccli/services/cls/v20201016/api.json +5 -5
  5. tccli/services/ess/v20201111/api.json +5 -5
  6. tccli/services/essbasic/v20210526/api.json +10 -1
  7. tccli/services/essbasic/v20210526/examples.json +1 -1
  8. tccli/services/redis/redis_client.py +220 -8
  9. tccli/services/redis/v20180412/api.json +220 -0
  10. tccli/services/redis/v20180412/examples.json +32 -0
  11. tccli/services/ssl/v20191205/api.json +63 -38
  12. tccli/services/ssl/v20191205/examples.json +1 -1
  13. tccli/services/tcm/v20210413/api.json +75 -22
  14. tccli/services/tcm/v20210413/examples.json +1 -1
  15. tccli/services/tcr/v20190924/api.json +8 -8
  16. tccli/services/tcr/v20190924/examples.json +1 -1
  17. tccli/services/tdmq/v20200217/api.json +23 -10
  18. tccli/services/tdmq/v20200217/examples.json +3 -3
  19. tccli/services/tke/v20180525/api.json +31 -25
  20. tccli/services/tke/v20180525/examples.json +9 -9
  21. tccli/services/trtc/v20190722/api.json +2 -2
  22. tccli/services/tse/v20201207/api.json +103 -0
  23. tccli/services/tts/v20190823/api.json +1 -1
  24. tccli/services/waf/v20180125/api.json +109 -0
  25. tccli/services/waf/v20180125/examples.json +14 -0
  26. tccli/services/waf/waf_client.py +61 -8
  27. tccli/services/wedata/v20210820/api.json +71 -0
  28. tccli/services/wedata/v20210820/examples.json +8 -0
  29. tccli/services/wedata/wedata_client.py +53 -0
  30. {tccli-3.0.1129.1.dist-info → tccli-3.0.1130.1.dist-info}/METADATA +2 -2
  31. {tccli-3.0.1129.1.dist-info → tccli-3.0.1130.1.dist-info}/RECORD +34 -34
  32. {tccli-3.0.1129.1.dist-info → tccli-3.0.1130.1.dist-info}/WHEEL +0 -0
  33. {tccli-3.0.1129.1.dist-info → tccli-3.0.1130.1.dist-info}/entry_points.txt +0 -0
  34. {tccli-3.0.1129.1.dist-info → tccli-3.0.1130.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": [
@@ -4192,6 +4273,23 @@
4192
4273
  ],
4193
4274
  "type": "object"
4194
4275
  },
4276
+ "DescribeInstanceSpecBandwidthRequest": {
4277
+ "document": "DescribeInstanceSpecBandwidth请求参数结构体",
4278
+ "members": [],
4279
+ "type": "object"
4280
+ },
4281
+ "DescribeInstanceSpecBandwidthResponse": {
4282
+ "document": "DescribeInstanceSpecBandwidth返回参数结构体",
4283
+ "members": [
4284
+ {
4285
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4286
+ "member": "string",
4287
+ "name": "RequestId",
4288
+ "type": "string"
4289
+ }
4290
+ ],
4291
+ "type": "object"
4292
+ },
4195
4293
  "DescribeInstanceSupportFeatureRequest": {
4196
4294
  "document": "DescribeInstanceSupportFeature请求参数结构体",
4197
4295
  "members": [
@@ -5001,6 +5099,83 @@
5001
5099
  ],
5002
5100
  "type": "object"
5003
5101
  },
5102
+ "DescribeReplicationGroupInstanceRequest": {
5103
+ "document": "DescribeReplicationGroupInstance请求参数结构体",
5104
+ "members": [
5105
+ {
5106
+ "disabled": false,
5107
+ "document": "指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。",
5108
+ "example": "crs-deindi7de",
5109
+ "member": "string",
5110
+ "name": "InstanceId",
5111
+ "required": true,
5112
+ "type": "string"
5113
+ }
5114
+ ],
5115
+ "type": "object"
5116
+ },
5117
+ "DescribeReplicationGroupInstanceResponse": {
5118
+ "document": "DescribeReplicationGroupInstance返回参数结构体",
5119
+ "members": [
5120
+ {
5121
+ "disabled": false,
5122
+ "document": "AppID。",
5123
+ "example": "251006366",
5124
+ "member": "int64",
5125
+ "name": "AppId",
5126
+ "output_required": false,
5127
+ "type": "int",
5128
+ "value_allowed_null": false
5129
+ },
5130
+ {
5131
+ "disabled": false,
5132
+ "document": "地域数字编号。",
5133
+ "example": "1",
5134
+ "member": "int64",
5135
+ "name": "RegionId",
5136
+ "output_required": false,
5137
+ "type": "int",
5138
+ "value_allowed_null": false
5139
+ },
5140
+ {
5141
+ "disabled": false,
5142
+ "document": "复制组字符串ID。",
5143
+ "example": "crs-rpl-qhj4wgcn",
5144
+ "member": "string",
5145
+ "name": "GroupId",
5146
+ "output_required": false,
5147
+ "type": "string",
5148
+ "value_allowed_null": false
5149
+ },
5150
+ {
5151
+ "disabled": false,
5152
+ "document": "复制组名称。",
5153
+ "example": "复制组测试",
5154
+ "member": "string",
5155
+ "name": "GroupName",
5156
+ "output_required": false,
5157
+ "type": "string",
5158
+ "value_allowed_null": false
5159
+ },
5160
+ {
5161
+ "disabled": false,
5162
+ "document": "实例复制组角色。\n- r: 备实例\n- rw: 主实例",
5163
+ "example": "r",
5164
+ "member": "string",
5165
+ "name": "InstanceRole",
5166
+ "output_required": false,
5167
+ "type": "string",
5168
+ "value_allowed_null": false
5169
+ },
5170
+ {
5171
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5172
+ "member": "string",
5173
+ "name": "RequestId",
5174
+ "type": "string"
5175
+ }
5176
+ ],
5177
+ "type": "object"
5178
+ },
5004
5179
  "DescribeReplicationGroupRequest": {
5005
5180
  "document": "DescribeReplicationGroup请求参数结构体",
5006
5181
  "members": [
@@ -8976,6 +9151,51 @@
8976
9151
  ],
8977
9152
  "type": "object"
8978
9153
  },
9154
+ "ModifyReplicationGroupRequest": {
9155
+ "document": "ModifyReplicationGroup请求参数结构体",
9156
+ "members": [
9157
+ {
9158
+ "disabled": false,
9159
+ "document": "复制组字符串ID",
9160
+ "example": "crs-rpl-qhj4wgcn",
9161
+ "member": "string",
9162
+ "name": "GroupId",
9163
+ "required": true,
9164
+ "type": "string"
9165
+ },
9166
+ {
9167
+ "disabled": false,
9168
+ "document": "复制组名称",
9169
+ "example": "复制组名称",
9170
+ "member": "string",
9171
+ "name": "GroupName",
9172
+ "required": false,
9173
+ "type": "string"
9174
+ },
9175
+ {
9176
+ "disabled": false,
9177
+ "document": "备注",
9178
+ "example": "备注",
9179
+ "member": "string",
9180
+ "name": "Remark",
9181
+ "required": false,
9182
+ "type": "string"
9183
+ }
9184
+ ],
9185
+ "type": "object"
9186
+ },
9187
+ "ModifyReplicationGroupResponse": {
9188
+ "document": "ModifyReplicationGroup返回参数结构体",
9189
+ "members": [
9190
+ {
9191
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
9192
+ "member": "string",
9193
+ "name": "RequestId",
9194
+ "type": "string"
9195
+ }
9196
+ ],
9197
+ "type": "object"
9198
+ },
8979
9199
  "OpenSSLRequest": {
8980
9200
  "document": "OpenSSL请求参数结构体",
8981
9201
  "members": [
@@ -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": "",