tccli 3.0.1356.1__py2.py3-none-any.whl → 3.0.1357.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.
- tccli/__init__.py +1 -1
- tccli/services/cdwpg/v20201230/api.json +1 -1
- tccli/services/gme/v20180711/api.json +1 -1
- tccli/services/keewidb/v20220308/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +12 -2
- tccli/services/oceanus/v20190422/api.json +1 -1
- tccli/services/ocr/v20181119/api.json +15 -15
- tccli/services/rum/v20210622/api.json +1 -1
- tccli/services/tione/v20211111/api.json +22 -0
- tccli/services/tke/v20180525/api.json +36 -16
- tccli/services/waf/v20180125/api.json +1 -1
- {tccli-3.0.1356.1.dist-info → tccli-3.0.1357.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1356.1.dist-info → tccli-3.0.1357.1.dist-info}/RECORD +16 -16
- {tccli-3.0.1356.1.dist-info → tccli-3.0.1357.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1356.1.dist-info → tccli-3.0.1357.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1356.1.dist-info → tccli-3.0.1357.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1357.1'
|
@@ -1810,7 +1810,7 @@
|
|
1810
1810
|
{
|
1811
1811
|
"disabled": false,
|
1812
1812
|
"document": "根据标签的 Key 和 Value 筛选资源。该参数不配置或者数组设置为空值,则不根据标签进行过滤。",
|
1813
|
-
"example": "
|
1813
|
+
"example": "[{\"TagKey\": \"key1\", \"TagValue\": \"value1\"}]",
|
1814
1814
|
"member": "InstanceTagInfo",
|
1815
1815
|
"name": "TagList",
|
1816
1816
|
"required": false,
|
@@ -1835,7 +1835,7 @@
|
|
1835
1835
|
{
|
1836
1836
|
"disabled": false,
|
1837
1837
|
"document": "实例详细信息列表",
|
1838
|
-
"example": "
|
1838
|
+
"example": "具体参考数据结构。",
|
1839
1839
|
"member": "InstanceInfo",
|
1840
1840
|
"name": "InstanceSet",
|
1841
1841
|
"output_required": true,
|
@@ -3535,6 +3535,16 @@
|
|
3535
3535
|
"output_required": false,
|
3536
3536
|
"type": "string",
|
3537
3537
|
"value_allowed_null": false
|
3538
|
+
},
|
3539
|
+
{
|
3540
|
+
"disabled": false,
|
3541
|
+
"document": "现病史",
|
3542
|
+
"example": "\"现病史\"",
|
3543
|
+
"member": "string",
|
3544
|
+
"name": "DiseasePresent",
|
3545
|
+
"output_required": false,
|
3546
|
+
"type": "string",
|
3547
|
+
"value_allowed_null": false
|
3538
3548
|
}
|
3539
3549
|
],
|
3540
3550
|
"usage": "out"
|
@@ -14295,7 +14305,7 @@
|
|
14295
14305
|
{
|
14296
14306
|
"disabled": true,
|
14297
14307
|
"document": "入院\n注意:此字段可能返回 null,表示取不到有效值。",
|
14298
|
-
"example": "\"
|
14308
|
+
"example": "\"入院\"",
|
14299
14309
|
"member": "string",
|
14300
14310
|
"name": "DmissionCondition",
|
14301
14311
|
"output_required": false,
|
@@ -14313,7 +14323,7 @@
|
|
14313
14323
|
"value_allowed_null": false
|
14314
14324
|
},
|
14315
14325
|
{
|
14316
|
-
"disabled":
|
14326
|
+
"disabled": true,
|
14317
14327
|
"document": "现病史",
|
14318
14328
|
"example": "“现病史”",
|
14319
14329
|
"member": "string",
|
@@ -9091,7 +9091,7 @@
|
|
9091
9091
|
"members": [
|
9092
9092
|
{
|
9093
9093
|
"disabled": false,
|
9094
|
-
"document": "图片的 Base64
|
9094
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。",
|
9095
9095
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
9096
9096
|
"member": "string",
|
9097
9097
|
"name": "ImageBase64",
|
@@ -9100,7 +9100,7 @@
|
|
9100
9100
|
},
|
9101
9101
|
{
|
9102
9102
|
"disabled": false,
|
9103
|
-
"document": "卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
9103
|
+
"document": "卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
9104
9104
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
9105
9105
|
"member": "string",
|
9106
9106
|
"name": "BackImageBase64",
|
@@ -9109,7 +9109,7 @@
|
|
9109
9109
|
},
|
9110
9110
|
{
|
9111
9111
|
"disabled": false,
|
9112
|
-
"document": "图片的 Url 地址。( 中国地区之外不支持这个字段 )
|
9112
|
+
"document": "图片的 Url 地址。( 中国地区之外不支持这个字段 )支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
9113
9113
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
9114
9114
|
"member": "string",
|
9115
9115
|
"name": "ImageUrl",
|
@@ -9118,7 +9118,7 @@
|
|
9118
9118
|
},
|
9119
9119
|
{
|
9120
9120
|
"disabled": false,
|
9121
|
-
"document": "卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
9121
|
+
"document": "卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
9122
9122
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
9123
9123
|
"member": "string",
|
9124
9124
|
"name": "BackImageUrl",
|
@@ -9182,7 +9182,7 @@
|
|
9182
9182
|
},
|
9183
9183
|
{
|
9184
9184
|
"disabled": true,
|
9185
|
-
"document": "
|
9185
|
+
"document": "该字段已废弃, 将固定返回空数组,不建议使用。",
|
9186
9186
|
"example": "[-9103]",
|
9187
9187
|
"member": "int64",
|
9188
9188
|
"name": "Warn",
|
@@ -9201,8 +9201,8 @@
|
|
9201
9201
|
"value_allowed_null": false
|
9202
9202
|
},
|
9203
9203
|
{
|
9204
|
-
"disabled":
|
9205
|
-
"document": "
|
9204
|
+
"disabled": true,
|
9205
|
+
"document": "该字段已废弃, 将固定返回\"1\",不建议使用。",
|
9206
9206
|
"example": "{\"ID\":{\"Confidence\":\"1.0000\"},\"Name\":{\"Confidence\":\"0.9996\"},\"Address\":{\"Confidence\":\"0.9997\"},\"Sex\":{\"Confidence\":\"0.9999\"}}",
|
9207
9207
|
"member": "string",
|
9208
9208
|
"name": "AdvancedInfo",
|
@@ -9264,7 +9264,7 @@
|
|
9264
9264
|
"members": [
|
9265
9265
|
{
|
9266
9266
|
"disabled": false,
|
9267
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
9267
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。",
|
9268
9268
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
9269
9269
|
"member": "string",
|
9270
9270
|
"name": "ImageBase64",
|
@@ -9282,7 +9282,7 @@
|
|
9282
9282
|
},
|
9283
9283
|
{
|
9284
9284
|
"disabled": false,
|
9285
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
9285
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
9286
9286
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/MLIDPassportOCR/MLIDPassportOCR1.png",
|
9287
9287
|
"member": "string",
|
9288
9288
|
"name": "ImageUrl",
|
@@ -9366,8 +9366,8 @@
|
|
9366
9366
|
"value_allowed_null": false
|
9367
9367
|
},
|
9368
9368
|
{
|
9369
|
-
"disabled":
|
9370
|
-
"document": "
|
9369
|
+
"disabled": true,
|
9370
|
+
"document": "该字段已废弃, 将固定返回空数组,不建议使用。\n",
|
9371
9371
|
"example": "[-9103]",
|
9372
9372
|
"member": "int64",
|
9373
9373
|
"name": "Warn",
|
@@ -9386,8 +9386,8 @@
|
|
9386
9386
|
"value_allowed_null": false
|
9387
9387
|
},
|
9388
9388
|
{
|
9389
|
-
"disabled":
|
9390
|
-
"document": "
|
9389
|
+
"disabled": true,
|
9390
|
+
"document": "该字段已废弃, 将固定返回\"1\",不建议使用。\n",
|
9391
9391
|
"example": "{\"IssuingCountry\":{\"Confidence\":\"0.9500\"}}",
|
9392
9392
|
"member": "string",
|
9393
9393
|
"name": "AdvancedInfo",
|
@@ -15138,8 +15138,8 @@
|
|
15138
15138
|
"value_allowed_null": false
|
15139
15139
|
},
|
15140
15140
|
{
|
15141
|
-
"disabled":
|
15142
|
-
"document": "
|
15141
|
+
"disabled": true,
|
15142
|
+
"document": "该字段已废弃, 将固定返回\"1\",不建议使用。 ",
|
15143
15143
|
"example": "{\"ID\":{\"Confidence\":\"0.9500\"},\"ThaiName\":{\"Confidence\":\"0.9500\"}}",
|
15144
15144
|
"member": "string",
|
15145
15145
|
"name": "AdvancedInfo",
|
@@ -5842,6 +5842,28 @@
|
|
5842
5842
|
"required": true,
|
5843
5843
|
"type": "list",
|
5844
5844
|
"value_allowed_null": true
|
5845
|
+
},
|
5846
|
+
{
|
5847
|
+
"disabled": false,
|
5848
|
+
"document": "扩容观察期,单位秒",
|
5849
|
+
"example": "100",
|
5850
|
+
"member": "int64",
|
5851
|
+
"name": "ScaleUpStabilizationWindowSeconds",
|
5852
|
+
"output_required": false,
|
5853
|
+
"required": false,
|
5854
|
+
"type": "int",
|
5855
|
+
"value_allowed_null": false
|
5856
|
+
},
|
5857
|
+
{
|
5858
|
+
"disabled": false,
|
5859
|
+
"document": "缩容观察期,单位秒",
|
5860
|
+
"example": "100",
|
5861
|
+
"member": "int64",
|
5862
|
+
"name": "ScaleDownStabilizationWindowSeconds",
|
5863
|
+
"output_required": false,
|
5864
|
+
"required": false,
|
5865
|
+
"type": "int",
|
5866
|
+
"value_allowed_null": false
|
5845
5867
|
}
|
5846
5868
|
],
|
5847
5869
|
"usage": "both"
|
@@ -25299,16 +25299,6 @@
|
|
25299
25299
|
"Switch": {
|
25300
25300
|
"document": "集群日志开关集合",
|
25301
25301
|
"members": [
|
25302
|
-
{
|
25303
|
-
"disabled": false,
|
25304
|
-
"document": "集群ID",
|
25305
|
-
"example": "cls-a0pa8wse",
|
25306
|
-
"member": "string",
|
25307
|
-
"name": "ClusterId",
|
25308
|
-
"output_required": true,
|
25309
|
-
"type": "string",
|
25310
|
-
"value_allowed_null": false
|
25311
|
-
},
|
25312
25302
|
{
|
25313
25303
|
"disabled": false,
|
25314
25304
|
"document": "审计开关的详细信息",
|
@@ -25319,6 +25309,16 @@
|
|
25319
25309
|
"type": "object",
|
25320
25310
|
"value_allowed_null": false
|
25321
25311
|
},
|
25312
|
+
{
|
25313
|
+
"disabled": false,
|
25314
|
+
"document": "集群ID",
|
25315
|
+
"example": "cls-a0pa8wse",
|
25316
|
+
"member": "string",
|
25317
|
+
"name": "ClusterId",
|
25318
|
+
"output_required": true,
|
25319
|
+
"type": "string",
|
25320
|
+
"value_allowed_null": false
|
25321
|
+
},
|
25322
25322
|
{
|
25323
25323
|
"disabled": false,
|
25324
25324
|
"document": "事件开关的详细信息",
|
@@ -25365,6 +25365,16 @@
|
|
25365
25365
|
"type": "bool",
|
25366
25366
|
"value_allowed_null": false
|
25367
25367
|
},
|
25368
|
+
{
|
25369
|
+
"disabled": false,
|
25370
|
+
"document": "获取日志状态失败时,返回错误信息",
|
25371
|
+
"example": "failed to get application",
|
25372
|
+
"member": "string",
|
25373
|
+
"name": "ErrorMsg",
|
25374
|
+
"output_required": true,
|
25375
|
+
"type": "string",
|
25376
|
+
"value_allowed_null": false
|
25377
|
+
},
|
25368
25378
|
{
|
25369
25379
|
"disabled": false,
|
25370
25380
|
"document": "CLS日志集ID",
|
@@ -25375,6 +25385,16 @@
|
|
25375
25385
|
"type": "string",
|
25376
25386
|
"value_allowed_null": false
|
25377
25387
|
},
|
25388
|
+
{
|
25389
|
+
"disabled": false,
|
25390
|
+
"document": "日志主题状态,opened表示已开启,opening开启中,closed表示已关闭,closing 表示关闭中",
|
25391
|
+
"example": "opening",
|
25392
|
+
"member": "string",
|
25393
|
+
"name": "Status",
|
25394
|
+
"output_required": true,
|
25395
|
+
"type": "string",
|
25396
|
+
"value_allowed_null": false
|
25397
|
+
},
|
25378
25398
|
{
|
25379
25399
|
"disabled": false,
|
25380
25400
|
"document": "CLS日志主题ID",
|
@@ -25387,10 +25407,10 @@
|
|
25387
25407
|
},
|
25388
25408
|
{
|
25389
25409
|
"disabled": false,
|
25390
|
-
"document": "
|
25391
|
-
"example": "
|
25410
|
+
"document": "CLS日志主题所属region",
|
25411
|
+
"example": "ap-guangzhou",
|
25392
25412
|
"member": "string",
|
25393
|
-
"name": "
|
25413
|
+
"name": "TopicRegion",
|
25394
25414
|
"output_required": true,
|
25395
25415
|
"type": "string",
|
25396
25416
|
"value_allowed_null": false
|
@@ -25407,10 +25427,10 @@
|
|
25407
25427
|
},
|
25408
25428
|
{
|
25409
25429
|
"disabled": false,
|
25410
|
-
"document": "
|
25411
|
-
"example": "
|
25430
|
+
"document": "当前log-agent版本",
|
25431
|
+
"example": "1.1.10",
|
25412
25432
|
"member": "string",
|
25413
|
-
"name": "
|
25433
|
+
"name": "Version",
|
25414
25434
|
"output_required": true,
|
25415
25435
|
"type": "string",
|
25416
25436
|
"value_allowed_null": false
|
@@ -911,7 +911,7 @@
|
|
911
911
|
"status": "online"
|
912
912
|
},
|
913
913
|
"ModifyGenerateDeals": {
|
914
|
-
"document": "提供给clb等使用的waf实例下单接口,目前只支持clb
|
914
|
+
"document": "提供给clb等使用的waf实例下单接口,目前只支持clb旗舰版实例的下单,该接口会进行入参校验,然后调用是否为收购用户,然后调用计费接口下单。目前只支持预付费下单",
|
915
915
|
"input": "ModifyGenerateDealsRequest",
|
916
916
|
"name": "计费下单接口",
|
917
917
|
"output": "ModifyGenerateDealsResponse",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1357.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1357
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tccli/__init__.py,sha256=
|
1
|
+
tccli/__init__.py,sha256=rgrmmjYhBvdKV2dk2OiAYR9XO6VlNgVO2vZzTmiTu4g,27
|
2
2
|
tccli/argparser.py,sha256=WtfpBhj2R6JHSzagy6w6Q4y3YVmyIC_yK80w3tqBPgU,5589
|
3
3
|
tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
@@ -251,7 +251,7 @@ tccli/services/cdwdoris/v20211228/api.json,sha256=l-RNy9nrjNqd-IKtKn73mfVTTQrmpo
|
|
251
251
|
tccli/services/cdwdoris/v20211228/examples.json,sha256=nguiB4YVl8VbnPsBP4BB-FWOn43FeWHZg1vSMO6eVuo,57044
|
252
252
|
tccli/services/cdwpg/__init__.py,sha256=Vls5x8VLkhT0eXbX41lUKDOUN0u8oUZjX8skg5C_k_Y,89
|
253
253
|
tccli/services/cdwpg/cdwpg_client.py,sha256=LwBZ9bjqN5BT4V_b-Q5W9Hv44ieXhqIaceZqjO2EMps,80286
|
254
|
-
tccli/services/cdwpg/v20201230/api.json,sha256=
|
254
|
+
tccli/services/cdwpg/v20201230/api.json,sha256=983dFzXVYB_ghNHWRb40v2ofzwtqPOTnAGEov6krfAA,121820
|
255
255
|
tccli/services/cdwpg/v20201230/examples.json,sha256=SUb9ypRGkeFX4SueZNhtBahkrPLmG5lKkqqvWr_HM58,58387
|
256
256
|
tccli/services/cdz/__init__.py,sha256=EzIt4pDlJ27Ds_O37jYWkFVRxLnra-Ptl7FImM26lHc,85
|
257
257
|
tccli/services/cdz/cdz_client.py,sha256=m_p8DokQ1z1_1gEHXiN9SiFTZwUCWFN1ZgNttzokKfs,12475
|
@@ -503,7 +503,7 @@ tccli/services/gaap/v20180529/api.json,sha256=Lcmti_KUuWLRfGwif35Ax-EIW_v1kXVjHs
|
|
503
503
|
tccli/services/gaap/v20180529/examples.json,sha256=0HkkMACYASsEIpTBlPdprzeUsOnB6ygBPc8nI2GLHsA,114162
|
504
504
|
tccli/services/gme/__init__.py,sha256=tXSp5JKMLRFhOoNpHFYIkkFxsRnVmEDaRH3PFB5urfY,85
|
505
505
|
tccli/services/gme/gme_client.py,sha256=CEMT9etFJfawsxx_v1DG8oMbtmhlZ1rfhlriAXlJec0,92502
|
506
|
-
tccli/services/gme/v20180711/api.json,sha256=
|
506
|
+
tccli/services/gme/v20180711/api.json,sha256=i_pxn54PV9jWtMN60DBkoc2CQW7g_fHxIICMXTcjNLQ,124780
|
507
507
|
tccli/services/gme/v20180711/examples.json,sha256=-l9P8--7mLL4Kqdxdch5v70VBkzFxHH_6hfE-CrVafY,38747
|
508
508
|
tccli/services/goosefs/__init__.py,sha256=kpSjGCo6__XlnM9TBgEi67FDvAbrnHg9CUUp8h9rzc8,93
|
509
509
|
tccli/services/goosefs/goosefs_client.py,sha256=rigqObvaEUANeBetJ-GCG2hdYZTmGDm6vJfHUT5QMzU,90321
|
@@ -619,7 +619,7 @@ tccli/services/ivld/v20210903/api.json,sha256=Q3QD2Vgwn3wq-KufxsbTl5eX9fHm-QYkt5
|
|
619
619
|
tccli/services/ivld/v20210903/examples.json,sha256=0xeUjz-9NhoMMwvNQj5IL4fDHhf5ZJRnNJiy0IxM9Uk,81921
|
620
620
|
tccli/services/keewidb/__init__.py,sha256=EUpBwPb-59L8gCdZHIBDbpN0xaWiyKlGyoGcFP3db3w,93
|
621
621
|
tccli/services/keewidb/keewidb_client.py,sha256=UeILi3o10cgKI6OvHTGJSGjx5Q7PxbaHK3Y1cPGKfKA,124127
|
622
|
-
tccli/services/keewidb/v20220308/api.json,sha256=
|
622
|
+
tccli/services/keewidb/v20220308/api.json,sha256=398M4MYniCmdLbqa9Skd416nARCL2h3Udt-oJT89vlk,173707
|
623
623
|
tccli/services/keewidb/v20220308/examples.json,sha256=h7_vjeW_7CfEpMipUnWo_FA7F_aDqU6RbTzfJkweSRM,50104
|
624
624
|
tccli/services/kms/__init__.py,sha256=nwNvsIRaXn-MIfATmcXRAJlcbG4TjgVcnMirJWFnMzM,85
|
625
625
|
tccli/services/kms/kms_client.py,sha256=9vG0nv2IQkAsIr_VkDUUBKYhrUjwXWsmYgocGB13bZY,215747
|
@@ -695,7 +695,7 @@ tccli/services/mqtt/v20240516/api.json,sha256=mwRfP-dfe3-cC6H7KecfwlRsRMooL7tSIT
|
|
695
695
|
tccli/services/mqtt/v20240516/examples.json,sha256=gTAtC089EoFb3ukJd0iLFyV1wJk0ytQOiA_opHNaUfs,51076
|
696
696
|
tccli/services/mrs/__init__.py,sha256=Vwc_ClNX27xapevic8Icf1ien9RVCMPqPag9PyUNnos,85
|
697
697
|
tccli/services/mrs/mrs_client.py,sha256=JO-NYjLppMRLo0E3u7-4gHzhLjx-QSucnQcHsJqkU8s,39983
|
698
|
-
tccli/services/mrs/v20200910/api.json,sha256=
|
698
|
+
tccli/services/mrs/v20200910/api.json,sha256=phS6pryE-tI17_mdS731CfFrDk115OQPjq3igevRYkM,491632
|
699
699
|
tccli/services/mrs/v20200910/examples.json,sha256=LPd19i0ouOA9GYKruaFm317CVsfOSM4Sh4aiKz6oQAU,97910
|
700
700
|
tccli/services/ms/__init__.py,sha256=JqihrSVQHDfhGPtvf-gDtLEmfnD6ihFXsQbLVLPw5RI,83
|
701
701
|
tccli/services/ms/ms_client.py,sha256=oxxbNIPp9bvVY8vEFXwTkFynsruYSQdnW4lXIDH2zFg,77537
|
@@ -715,11 +715,11 @@ tccli/services/npp/v20190823/api.json,sha256=PDUAkhWDtol-4RI5QbMIqzY3Zxt69VxCGnP
|
|
715
715
|
tccli/services/npp/v20190823/examples.json,sha256=azmnTGdIEPJnXLrmF44witGE720MeKXlXeWNghXPP4s,5164
|
716
716
|
tccli/services/oceanus/__init__.py,sha256=u6C9EuoVN4BwKu4JcesnJbyrIeTq4ijrJ-tUdublrRc,93
|
717
717
|
tccli/services/oceanus/oceanus_client.py,sha256=SiLeUEvc346bJq0uhrghomoGkFJHa5oV7Abxcdq-L5Q,126368
|
718
|
-
tccli/services/oceanus/v20190422/api.json,sha256=
|
718
|
+
tccli/services/oceanus/v20190422/api.json,sha256=CKY8msk0iFRabiaijJapRT4S-QT9R0OvXXc3QPtfixg,285838
|
719
719
|
tccli/services/oceanus/v20190422/examples.json,sha256=VQDSTQARFa_rJWRhoHNXR-rLeKctJdhSFuglpvpMNQM,55299
|
720
720
|
tccli/services/ocr/__init__.py,sha256=1UdHN9VtB5qVwAn2FMefSi4BhMTJOjmFgYZT-zTEVBM,85
|
721
721
|
tccli/services/ocr/ocr_client.py,sha256=LSCtfuhBZUGwq8Rh2PptpDjiknSKhgiXQlI1HqgrN8c,274020
|
722
|
-
tccli/services/ocr/v20181119/api.json,sha256=
|
722
|
+
tccli/services/ocr/v20181119/api.json,sha256=14dMXU4N1SDEW6y4_UCJ_Ab15svQVT_Hckx6rgQ5xv4,876343
|
723
723
|
tccli/services/ocr/v20181119/examples.json,sha256=8HHvU2PConv1YCgoD_5rEwmi5s7zkfMVF6MuTDufuVI,510534
|
724
724
|
tccli/services/omics/__init__.py,sha256=2Uhk7Pv4ejuVCryMqNlAdn8xPMdHO2Hr4500KAZ0W-M,89
|
725
725
|
tccli/services/omics/omics_client.py,sha256=FMdcSDblBVzrf_RsMH7SCUVr3kFj8M24Eet4gyeeu2w,67560
|
@@ -761,7 +761,7 @@ tccli/services/region/v20220627/api.json,sha256=yhqhM1mShrNcExWTvrUlEzIxBzfIiCy3
|
|
761
761
|
tccli/services/region/v20220627/examples.json,sha256=g9YMKnLvVjo1nYeHKnbl7DTkfwhD2l0gSFqsNlBbeSQ,8749
|
762
762
|
tccli/services/rum/__init__.py,sha256=oXPEbf66MAqanykJb83RnJ91vuz5r2Pw0_FavDgj_vc,85
|
763
763
|
tccli/services/rum/rum_client.py,sha256=783X4AwJBp-M6tiHFY6QpZoaYTOLUV24VFU4LbRq2fk,173154
|
764
|
-
tccli/services/rum/v20210622/api.json,sha256=
|
764
|
+
tccli/services/rum/v20210622/api.json,sha256=lyBE2GacYfFg61-qo9UoOrHRKkgiTaCXrOuVzm2nVkY,226362
|
765
765
|
tccli/services/rum/v20210622/examples.json,sha256=zCc6vnL-ZSorc6I5hCvzftIFDM0L-QMxw236B_5dgtw,59694
|
766
766
|
tccli/services/scf/__init__.py,sha256=3faZHXJgI7IwnqjGNKVPOIQ6ZW08wo8kgTLRpok8ZMc,85
|
767
767
|
tccli/services/scf/scf_client.py,sha256=vVV8mjGcZtLib9AVDCWXqlpr0R2IlTar5Fyxh-Mo0-M,166515
|
@@ -923,7 +923,7 @@ tccli/services/tione/__init__.py,sha256=hVHB2cJpskiRtSHmEaJj2ZcjQp28c17sepm54VgF
|
|
923
923
|
tccli/services/tione/tione_client.py,sha256=_lzcfTPHtTe-itKI8VhEZDvWLG-rarvP-1TKWiycRVE,233328
|
924
924
|
tccli/services/tione/v20191022/api.json,sha256=7biq3rk4PQ9PQUBwejJq53Y5bzvqORGEEN9qa5Qcq64,92493
|
925
925
|
tccli/services/tione/v20191022/examples.json,sha256=LtNx7sWmCWw6ainTScVqvf_m0K2m7ODoww5abjIDCx8,18334
|
926
|
-
tccli/services/tione/v20211111/api.json,sha256=
|
926
|
+
tccli/services/tione/v20211111/api.json,sha256=iY2THWXe40NMrfTcWfFwvow4P1kuNxGKO5Xcnipt4gs,444830
|
927
927
|
tccli/services/tione/v20211111/examples.json,sha256=GgKotnojIwiqrg_Ht6Wce1LYLQhNtIJA6qvJcntyHW0,98026
|
928
928
|
tccli/services/tiw/__init__.py,sha256=pxcn8QU1Y-TCrQaoFjHVj8Z-6hkXLuNmVN3aqtbGhcw,85
|
929
929
|
tccli/services/tiw/tiw_client.py,sha256=2JRtvC9oLEFc-XKqqAMBoa9PNWkyRoWbwUpcMSJP4tE,114901
|
@@ -931,7 +931,7 @@ tccli/services/tiw/v20190919/api.json,sha256=HTPLnZDrc67nl_ElmLNiC3Tqaz9QidHWF0T
|
|
931
931
|
tccli/services/tiw/v20190919/examples.json,sha256=5xNI5p2BpfoY-vflD_rgVvjUSkLHdgwS0xzKywiMvYM,28705
|
932
932
|
tccli/services/tke/__init__.py,sha256=7R7ljco3cOJ2rceMbHur-sjpljFjutvZXAUnXQubtEM,85
|
933
933
|
tccli/services/tke/tke_client.py,sha256=_c63lS4CUFmhfoUYRT_KXLPC97QbKUbUE87STr4kxt4,769837
|
934
|
-
tccli/services/tke/v20180525/api.json,sha256=
|
934
|
+
tccli/services/tke/v20180525/api.json,sha256=ZbDZEQroC31otfXAUncM8HEh_tMDNV_jCbHO476jz38,890200
|
935
935
|
tccli/services/tke/v20180525/examples.json,sha256=T1pj8fsfeTkZgkw9fGcgc3SoLNcTA8c6JQzR-ExBUh0,270641
|
936
936
|
tccli/services/tke/v20220501/api.json,sha256=_mL6qwSdcqPoqJsiFaG3qBfnzUamF039k_Jd_n88cjw,125971
|
937
937
|
tccli/services/tke/v20220501/examples.json,sha256=D8nWjXACouhKE1HfU4EAIYFUmMqx5YmICZNYYr_7nu0,22481
|
@@ -1043,7 +1043,7 @@ tccli/services/vtc/v20240223/api.json,sha256=JZYqcsJcDWpLXzX1576kBt3b-J01ucjoRgB
|
|
1043
1043
|
tccli/services/vtc/v20240223/examples.json,sha256=-wjnqZEVLvLJZmHyDf_UY2G6Rp2QPNVwKJYejRMfP1c,6587
|
1044
1044
|
tccli/services/waf/__init__.py,sha256=CQIYSctAXRbX8x5xidAj7CBzOVIdMOZJQ0e6ENff3HU,85
|
1045
1045
|
tccli/services/waf/waf_client.py,sha256=oDK8LsWs-n_2V3x1LCOt48x1wyQkXxHJla_85qgInvw,514139
|
1046
|
-
tccli/services/waf/v20180125/api.json,sha256=
|
1046
|
+
tccli/services/waf/v20180125/api.json,sha256=AaY7X89UhQCWRPcR5ulFEybDPfzE1yVfRqOObUd0804,839743
|
1047
1047
|
tccli/services/waf/v20180125/examples.json,sha256=mMDBGuzuTs2XAesRwWy7LGLhjNLKNhQs9vkVDp0-cPo,244512
|
1048
1048
|
tccli/services/wav/__init__.py,sha256=iOdPQbxYh0cdKcDo0kRWmQMiCl38owcMur1PRm3R6R8,85
|
1049
1049
|
tccli/services/wav/wav_client.py,sha256=yS19S4YsQD0nnBB2mCvZn3vBHCsxNw4e64rZiJ2x8Qo,86768
|
@@ -1075,8 +1075,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
|
|
1075
1075
|
tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
|
1076
1076
|
tccli/services/yunsou/v20191115/api.json,sha256=r_p7c7fMNylQVDpSN0CkUB4Cx1nYW1lI3BM_Zi50FNs,15932
|
1077
1077
|
tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
|
1078
|
-
tccli-3.0.
|
1079
|
-
tccli-3.0.
|
1080
|
-
tccli-3.0.
|
1081
|
-
tccli-3.0.
|
1082
|
-
tccli-3.0.
|
1078
|
+
tccli-3.0.1357.1.dist-info/METADATA,sha256=Ws103HHBBdqi5af9P3b5lG1zYx6yQCRzFLRSEYGPewo,16406
|
1079
|
+
tccli-3.0.1357.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
1080
|
+
tccli-3.0.1357.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
1081
|
+
tccli-3.0.1357.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
1082
|
+
tccli-3.0.1357.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|