tccli 3.0.1252.1__py2.py3-none-any.whl → 3.0.1254.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 (49) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +298 -300
  3. tccli/services/apm/v20210622/examples.json +4 -4
  4. tccli/services/autoscaling/v20180419/api.json +72 -0
  5. tccli/services/ca/v20230228/api.json +16 -16
  6. tccli/services/cat/v20180409/api.json +4 -4
  7. tccli/services/cdwdoris/v20211228/api.json +441 -408
  8. tccli/services/cdwdoris/v20211228/examples.json +53 -35
  9. tccli/services/clb/v20180317/api.json +88 -6
  10. tccli/services/clb/v20180317/examples.json +4 -4
  11. tccli/services/cvm/cvm_client.py +121 -68
  12. tccli/services/cvm/v20170312/api.json +55 -3
  13. tccli/services/cvm/v20170312/examples.json +8 -0
  14. tccli/services/dc/v20180410/api.json +21 -2
  15. tccli/services/dc/v20180410/examples.json +2 -2
  16. tccli/services/dcdb/v20180411/api.json +1 -1
  17. tccli/services/dcdb/v20180411/examples.json +1 -1
  18. tccli/services/dlc/v20210125/api.json +53 -4
  19. tccli/services/emr/v20190103/api.json +161 -141
  20. tccli/services/ess/v20201111/api.json +6 -6
  21. tccli/services/ess/v20201111/examples.json +9 -9
  22. tccli/services/essbasic/v20210526/api.json +7 -7
  23. tccli/services/hunyuan/v20230901/api.json +27 -7
  24. tccli/services/hunyuan/v20230901/examples.json +1 -1
  25. tccli/services/lcic/v20220817/api.json +4 -4
  26. tccli/services/lke/v20231130/api.json +16 -7
  27. tccli/services/lkeap/v20240522/api.json +2 -2
  28. tccli/services/mariadb/v20170312/api.json +1 -1
  29. tccli/services/mariadb/v20170312/examples.json +1 -1
  30. tccli/services/mna/v20210119/api.json +36 -36
  31. tccli/services/monitor/v20180724/api.json +32 -32
  32. tccli/services/mps/v20190612/api.json +4 -4
  33. tccli/services/ocr/v20181119/api.json +28 -0
  34. tccli/services/ssl/v20191205/api.json +9 -0
  35. tccli/services/tchd/v20230306/api.json +3 -3
  36. tccli/services/teo/v20220901/api.json +26 -14
  37. tccli/services/tiw/v20190919/api.json +1 -1
  38. tccli/services/vod/v20180717/api.json +3 -3
  39. tccli/services/vpc/v20170312/api.json +39 -36366
  40. tccli/services/vpc/v20170312/examples.json +5 -3513
  41. tccli/services/vpc/vpc_client.py +4 -20462
  42. tccli/services/wedata/v20210820/api.json +437 -8
  43. tccli/services/wedata/v20210820/examples.json +10 -2
  44. tccli/services/wedata/wedata_client.py +57 -4
  45. {tccli-3.0.1252.1.dist-info → tccli-3.0.1254.1.dist-info}/METADATA +2 -2
  46. {tccli-3.0.1252.1.dist-info → tccli-3.0.1254.1.dist-info}/RECORD +49 -49
  47. {tccli-3.0.1252.1.dist-info → tccli-3.0.1254.1.dist-info}/WHEEL +0 -0
  48. {tccli-3.0.1252.1.dist-info → tccli-3.0.1254.1.dist-info}/entry_points.txt +0 -0
  49. {tccli-3.0.1252.1.dist-info → tccli-3.0.1254.1.dist-info}/license_files/LICENSE +0 -0
@@ -1183,6 +1183,7 @@
1183
1183
  "example": "host",
1184
1184
  "member": "string",
1185
1185
  "name": "MatchFrom",
1186
+ "output_required": true,
1186
1187
  "required": true,
1187
1188
  "type": "string",
1188
1189
  "value_allowed_null": false
@@ -1190,9 +1191,10 @@
1190
1191
  {
1191
1192
  "disabled": false,
1192
1193
  "document": "匹配字符串。当 MatchFrom 为 header 时,可以填入 header 的 key 作为参数。",
1193
- "example": "a",
1194
+ "example": "eo-test",
1194
1195
  "member": "string",
1195
1196
  "name": "MatchParam",
1197
+ "output_required": true,
1196
1198
  "required": true,
1197
1199
  "type": "string",
1198
1200
  "value_allowed_null": false
@@ -1203,6 +1205,7 @@
1203
1205
  "example": "include",
1204
1206
  "member": "string",
1205
1207
  "name": "Operator",
1208
+ "output_required": true,
1206
1209
  "required": true,
1207
1210
  "type": "string",
1208
1211
  "value_allowed_null": false
@@ -1210,9 +1213,10 @@
1210
1213
  {
1211
1214
  "disabled": false,
1212
1215
  "document": "匹配内容。",
1213
- "example": "a",
1216
+ "example": "192.168.3.2",
1214
1217
  "member": "string",
1215
1218
  "name": "MatchContent",
1219
+ "output_required": true,
1216
1220
  "required": true,
1217
1221
  "type": "string",
1218
1222
  "value_allowed_null": false
@@ -1331,7 +1335,7 @@
1331
1335
  {
1332
1336
  "disabled": false,
1333
1337
  "document": "更新时间。仅出参使用。",
1334
- "example": "xxx",
1338
+ "example": "2024-12-16T07:47:28Z",
1335
1339
  "member": "string",
1336
1340
  "name": "UpdateTime",
1337
1341
  "output_required": true,
@@ -1375,7 +1379,7 @@
1375
1379
  {
1376
1380
  "disabled": false,
1377
1381
  "document": "自定义返回页面的实例 Id。默认为0,代表使用系统默认拦截页面。该参数已废弃。",
1378
- "example": "1111",
1382
+ "example": "0",
1379
1383
  "member": "int64",
1380
1384
  "name": "PageId",
1381
1385
  "output_required": true,
@@ -2739,7 +2743,7 @@
2739
2743
  {
2740
2744
  "disabled": false,
2741
2745
  "document": "更新时间。仅出参使用。",
2742
- "example": "xxx",
2746
+ "example": "2024-12-16T07:47:28Z",
2743
2747
  "member": "string",
2744
2748
  "name": "UpdateTime",
2745
2749
  "output_required": true,
@@ -9373,8 +9377,8 @@
9373
9377
  },
9374
9378
  {
9375
9379
  "disabled": false,
9376
- "document": "指定安全 IP 组 ID。\n<li>提供该参数时,仅查询指定 ID 的安全 IP 组配置;</li>\n<li>不传递参数时,返回站点下所有安全 IP 组信息。</li>",
9377
- "example": "",
9380
+ "document": "指定安全 IP 组 ID<li>提供该参数时,仅查询指定 ID 的安全 IP 组配置;</li> <li>不传递参数时,返回站点下所有安全 IP 组信息。</li>",
9381
+ "example": "123",
9378
9382
  "member": "int64",
9379
9383
  "name": "GroupIds",
9380
9384
  "required": false,
@@ -9389,7 +9393,7 @@
9389
9393
  {
9390
9394
  "disabled": false,
9391
9395
  "document": "安全 IP 组的详细配置信息。包含每个安全 IP 组的 ID 、名称和 IP / 网段列表信息。",
9392
- "example": "{ \"GroupId\": 123, \"Name\": \"ExampleIpGroup\", \"Content\": [ \"2.2.2.2\", \"23.23.23.0/24\" ] }",
9396
+ "example": "{ \"GroupId\": 123, \"Name\": \"ExampleIpGroup\", \"Content\": [ \"2.2.2.2\", \"23.23.23.0/24\" ] }",
9393
9397
  "member": "IPGroup",
9394
9398
  "name": "IPGroups",
9395
9399
  "output_required": true,
@@ -11116,6 +11120,7 @@
11116
11120
  "example": "rule1",
11117
11121
  "member": "string",
11118
11122
  "name": "RuleName",
11123
+ "output_required": true,
11119
11124
  "required": true,
11120
11125
  "type": "string",
11121
11126
  "value_allowed_null": false
@@ -11126,6 +11131,7 @@
11126
11131
  "example": "skip",
11127
11132
  "member": "string",
11128
11133
  "name": "Action",
11134
+ "output_required": true,
11129
11135
  "required": true,
11130
11136
  "type": "string",
11131
11137
  "value_allowed_null": false
@@ -11136,6 +11142,7 @@
11136
11142
  "example": "on",
11137
11143
  "member": "string",
11138
11144
  "name": "RuleStatus",
11145
+ "output_required": true,
11139
11146
  "required": true,
11140
11147
  "type": "string",
11141
11148
  "value_allowed_null": false
@@ -11146,6 +11153,7 @@
11146
11153
  "example": "1",
11147
11154
  "member": "int64",
11148
11155
  "name": "RuleID",
11156
+ "output_required": true,
11149
11157
  "required": false,
11150
11158
  "type": "int",
11151
11159
  "value_allowed_null": false
@@ -11153,9 +11161,10 @@
11153
11161
  {
11154
11162
  "disabled": false,
11155
11163
  "document": "更新时间,如果为null,默认由底层按当前时间生成。\n注意:此字段可能返回 null,表示取不到有效值。",
11156
- "example": "xxxx",
11164
+ "example": "2024-07-15T00:00:00+08:00",
11157
11165
  "member": "datetime_iso",
11158
11166
  "name": "UpdateTime",
11167
+ "output_required": true,
11159
11168
  "required": false,
11160
11169
  "type": "string",
11161
11170
  "value_allowed_null": true
@@ -11163,9 +11172,10 @@
11163
11172
  {
11164
11173
  "disabled": false,
11165
11174
  "document": "匹配条件。\n注意:此字段可能返回 null,表示取不到有效值。",
11166
- "example": "[]",
11175
+ "example": "",
11167
11176
  "member": "ExceptUserRuleCondition",
11168
11177
  "name": "ExceptUserRuleConditions",
11178
+ "output_required": true,
11169
11179
  "required": false,
11170
11180
  "type": "list",
11171
11181
  "value_allowed_null": true
@@ -11173,9 +11183,10 @@
11173
11183
  {
11174
11184
  "disabled": false,
11175
11185
  "document": "规则生效的范围。\n注意:此字段可能返回 null,表示取不到有效值。",
11176
- "example": "x",
11186
+ "example": "",
11177
11187
  "member": "ExceptUserRuleScope",
11178
11188
  "name": "ExceptUserRuleScope",
11189
+ "output_required": true,
11179
11190
  "required": false,
11180
11191
  "type": "object",
11181
11192
  "value_allowed_null": true
@@ -11186,6 +11197,7 @@
11186
11197
  "example": "0",
11187
11198
  "member": "int64",
11188
11199
  "name": "RulePriority",
11200
+ "output_required": true,
11189
11201
  "required": false,
11190
11202
  "type": "int",
11191
11203
  "value_allowed_null": false
@@ -12599,7 +12611,7 @@
12599
12611
  {
12600
12612
  "disabled": false,
12601
12613
  "document": "更新时间。仅出参使用。",
12602
- "example": "",
12614
+ "example": "2024-07-15T00:00:00+08:00",
12603
12615
  "member": "datetime_iso",
12604
12616
  "name": "UpdateTime",
12605
12617
  "output_required": true,
@@ -16654,7 +16666,7 @@
16654
16666
  {
16655
16667
  "disabled": false,
16656
16668
  "document": "唯一id。",
16657
- "example": "xxx",
16669
+ "example": "0x7ffffffd",
16658
16670
  "member": "int64",
16659
16671
  "name": "ID",
16660
16672
  "output_required": true,
@@ -16836,7 +16848,7 @@
16836
16848
  {
16837
16849
  "disabled": false,
16838
16850
  "document": "更新时间。仅出参使用。修改时默认为当前时间。",
16839
- "example": "xxx",
16851
+ "example": "2024-07-15T00:00:00+08:00",
16840
16852
  "member": "string",
16841
16853
  "name": "UpdateTime",
16842
16854
  "output_required": true,
@@ -913,7 +913,7 @@
913
913
  },
914
914
  {
915
915
  "disabled": false,
916
- "document": "此参数仅在`AutoHandleUnsupportedElement`参数为`true`的情况下有效。\n\n指定需要自动处理的不兼容元素类型,默认对所有不兼容的元素进行自动处理。\n\n目前支持检测的不兼容元素类型及对应的自动处理方式如下:\n0: 不支持的墨迹类型\n-- 自动处理方式:移除墨迹\n\n1: 自动翻页\n-- 自动处理方式:移除自动翻页设置,并修改为单击切换\n\n2: 已损坏音视频\n-- 自动处理方式:移除对损坏音视频的引用\n\n3: 不可访问资源\n-- 自动处理方式:移除对不可访问的资源的引用\n\n4: 只读文件\n-- 自动处理方式:移除只读设置\n\n5: 不支持的元素编辑锁定状态\n-- 自动处理方式:移除锁定状态\n\n6: 可能有兼容问题的字体\n-- 自动处理方式: 不支持处理\n\n7: 设置了柔化边缘的GIF图片\n-- 自动处理方式:移除柔化边缘设置\n\n8: 存在不兼容的空格下划线\n-- 自动处理方式:通过调整空格下划线前后文本的字体语言体系,保证空格下划线表现正常\n\n9: 存在设置了分段动画的数学公式和文本混合内容\n-- 自动处理方式: 不支持处理\n\n10: 存在设置了分段动画的渐变色文本\n-- 自动处理方式: 不支持处理\n\n11: 存在不兼容的分散对齐方式\n-- 自动处理方式: 不支持处理\n\n12: 存在不兼容的多倍行距设置\n-- 自动处理方式: 不支持处理",
916
+ "document": "此参数仅在`AutoHandleUnsupportedElement`参数为`true`的情况下有效。\n\n指定需要自动处理的不兼容元素类型,默认对所有不兼容的元素进行自动处理。\n\n目前支持检测的不兼容元素类型及对应的自动处理方式如下:\n0: 不支持的墨迹类型\n-- 自动处理方式:移除墨迹\n\n1: 自动翻页\n-- 自动处理方式:移除自动翻页设置,并修改为单击切换\n\n2: 已损坏音视频\n-- 自动处理方式:移除对损坏音视频的引用\n\n3: 不可访问资源\n-- 自动处理方式:移除对不可访问的资源的引用\n\n4: 只读文件\n-- 自动处理方式:移除只读设置\n\n5: 不支持的元素编辑锁定状态\n-- 自动处理方式:移除锁定状态\n\n6: 可能有兼容问题的字体\n-- 自动处理方式: 不支持处理\n\n7: 设置了柔化边缘的GIF图片\n-- 自动处理方式:移除柔化边缘设置\n\n8: 存在不兼容的空格下划线\n-- 自动处理方式:通过调整空格下划线前后文本的字体语言体系,保证空格下划线表现正常\n\n9: 存在设置了分段动画的数学公式和文本混合内容\n-- 自动处理方式: 不支持处理\n\n10: 存在设置了分段动画的渐变色文本\n-- 自动处理方式: 不支持处理\n\n11: 存在不兼容的分散对齐方式\n-- 自动处理方式: 不支持处理\n\n12: 存在不兼容的多倍行距设置\n-- 自动处理方式: 不支持处理\n\n13: 存在带有特殊符号内容的datetime类型的a:fld标签元素\n-- 自动处理方式: a:fld标签替换为普通文本",
917
917
  "example": "[0, 1, 2]",
918
918
  "member": "int64",
919
919
  "name": "AutoHandleUnsupportedElementTypes",
@@ -18548,7 +18548,7 @@
18548
18548
  },
18549
18549
  {
18550
18550
  "disabled": false,
18551
- "document": "视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。\n当取值为 0 或不填时,表示自动选择最佳视频码率。",
18551
+ "document": "视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。\n当取值为 0 或不填时,表示自动选择最佳视频码率。",
18552
18552
  "example": "500",
18553
18553
  "member": "uint64",
18554
18554
  "name": "Bitrate",
@@ -38304,7 +38304,7 @@
38304
38304
  },
38305
38305
  {
38306
38306
  "disabled": false,
38307
- "document": "视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。\n当取值为 0,表示视频码率和原始视频保持一致。",
38307
+ "document": "视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。\n当取值为 0,表示视频码率和原始视频保持一致。",
38308
38308
  "example": "500",
38309
38309
  "member": "uint64",
38310
38310
  "name": "Bitrate",
@@ -38431,7 +38431,7 @@
38431
38431
  },
38432
38432
  {
38433
38433
  "disabled": false,
38434
- "document": "视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。\n当取值为 0,表示视频码率和原始视频保持一致。",
38434
+ "document": "视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。\n当取值为 0,表示视频码率和原始视频保持一致。",
38435
38435
  "example": "500",
38436
38436
  "member": "uint64",
38437
38437
  "name": "Bitrate",