tccli 3.0.1239.1__py2.py3-none-any.whl → 3.0.1240.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.
@@ -345,90 +345,90 @@
345
345
  {
346
346
  "disabled": false,
347
347
  "document": "短信回执量统计。",
348
- "example": "",
348
+ "example": "1745",
349
349
  "member": "uint64",
350
350
  "name": "CallbackCount",
351
- "required": true,
351
+ "output_required": true,
352
352
  "type": "int",
353
353
  "value_allowed_null": false
354
354
  },
355
355
  {
356
356
  "disabled": false,
357
357
  "document": "短信提交成功量统计。",
358
- "example": "",
358
+ "example": "1880",
359
359
  "member": "uint64",
360
360
  "name": "RequestSuccessCount",
361
- "required": true,
361
+ "output_required": true,
362
362
  "type": "int",
363
363
  "value_allowed_null": false
364
364
  },
365
365
  {
366
366
  "disabled": false,
367
367
  "document": "短信回执失败量统计。",
368
- "example": "",
368
+ "example": "401",
369
369
  "member": "uint64",
370
370
  "name": "CallbackFailCount",
371
- "required": true,
371
+ "output_required": true,
372
372
  "type": "int",
373
373
  "value_allowed_null": false
374
374
  },
375
375
  {
376
376
  "disabled": false,
377
377
  "document": "短信回执成功量统计。",
378
- "example": "",
378
+ "example": "1344",
379
379
  "member": "uint64",
380
380
  "name": "CallbackSuccessCount",
381
- "required": true,
381
+ "output_required": true,
382
382
  "type": "int",
383
383
  "value_allowed_null": false
384
384
  },
385
385
  {
386
386
  "disabled": false,
387
387
  "document": "运营商内部错误统计。",
388
- "example": "",
388
+ "example": "0",
389
389
  "member": "uint64",
390
390
  "name": "InternalErrorCount",
391
- "required": true,
391
+ "output_required": true,
392
392
  "type": "int",
393
393
  "value_allowed_null": false
394
394
  },
395
395
  {
396
396
  "disabled": false,
397
397
  "document": "号码无效或空号统计。",
398
- "example": "",
398
+ "example": "0",
399
399
  "member": "uint64",
400
400
  "name": "InvalidNumberCount",
401
- "required": true,
401
+ "output_required": true,
402
402
  "type": "int",
403
403
  "value_allowed_null": false
404
404
  },
405
405
  {
406
406
  "disabled": false,
407
407
  "document": "停机、关机等错误统计。",
408
- "example": "",
408
+ "example": "401",
409
409
  "member": "uint64",
410
410
  "name": "ShutdownErrorCount",
411
- "required": true,
411
+ "output_required": true,
412
412
  "type": "int",
413
413
  "value_allowed_null": false
414
414
  },
415
415
  {
416
416
  "disabled": false,
417
417
  "document": "号码拉入黑名单统计。",
418
- "example": "",
418
+ "example": "0",
419
419
  "member": "uint64",
420
420
  "name": "BlackListCount",
421
- "required": true,
421
+ "output_required": true,
422
422
  "type": "int",
423
423
  "value_allowed_null": false
424
424
  },
425
425
  {
426
426
  "disabled": false,
427
427
  "document": "运营商频率限制统计。",
428
- "example": "",
428
+ "example": "0",
429
429
  "member": "uint64",
430
430
  "name": "FrequencyLimitCount",
431
- "required": true,
431
+ "output_required": true,
432
432
  "type": "int",
433
433
  "value_allowed_null": false
434
434
  }
@@ -616,20 +616,20 @@
616
616
  {
617
617
  "disabled": false,
618
618
  "document": "删除状态信息。",
619
- "example": "",
619
+ "example": "return successfully!",
620
620
  "member": "string",
621
621
  "name": "DeleteStatus",
622
- "required": true,
622
+ "output_required": true,
623
623
  "type": "string",
624
624
  "value_allowed_null": false
625
625
  },
626
626
  {
627
627
  "disabled": false,
628
628
  "document": "删除时间,UNIX 时间戳(单位:秒)。",
629
- "example": "",
629
+ "example": "1578988506",
630
630
  "member": "uint64",
631
631
  "name": "DeleteTime",
632
- "required": true,
632
+ "output_required": true,
633
633
  "type": "int",
634
634
  "value_allowed_null": false
635
635
  }
@@ -956,7 +956,7 @@
956
956
  {
957
957
  "disabled": false,
958
958
  "document": "签名名称。",
959
- "example": "test",
959
+ "example": "腾讯云",
960
960
  "member": "string",
961
961
  "name": "SignName",
962
962
  "required": true,
@@ -1905,30 +1905,30 @@
1905
1905
  {
1906
1906
  "disabled": false,
1907
1907
  "document": "短信计费条数统计,例如提交成功量为100条,其中有20条是长短信(长度为80字)被拆分成2条,则计费条数为: ```80 * 1 + 20 * 2 = 120``` 条。",
1908
- "example": "",
1908
+ "example": "149",
1909
1909
  "member": "uint64",
1910
1910
  "name": "FeeCount",
1911
- "required": true,
1911
+ "output_required": true,
1912
1912
  "type": "int",
1913
1913
  "value_allowed_null": false
1914
1914
  },
1915
1915
  {
1916
1916
  "disabled": false,
1917
1917
  "document": "短信提交量统计。",
1918
- "example": "",
1918
+ "example": "150",
1919
1919
  "member": "uint64",
1920
1920
  "name": "RequestCount",
1921
- "required": true,
1921
+ "output_required": true,
1922
1922
  "type": "int",
1923
1923
  "value_allowed_null": false
1924
1924
  },
1925
1925
  {
1926
1926
  "disabled": false,
1927
1927
  "document": "短信提交成功量统计。",
1928
- "example": "",
1928
+ "example": "149",
1929
1929
  "member": "uint64",
1930
1930
  "name": "RequestSuccessCount",
1931
- "required": true,
1931
+ "output_required": true,
1932
1932
  "type": "int",
1933
1933
  "value_allowed_null": false
1934
1934
  }
@@ -2014,30 +2014,30 @@
2014
2014
  {
2015
2015
  "disabled": false,
2016
2016
  "document": "套餐包创建时间,UNIX 时间戳(单位:秒)。",
2017
- "example": "1617206400",
2017
+ "example": "1733040000",
2018
2018
  "member": "uint64",
2019
2019
  "name": "PackageCreateTime",
2020
- "required": true,
2020
+ "output_required": true,
2021
2021
  "type": "int",
2022
2022
  "value_allowed_null": false
2023
2023
  },
2024
2024
  {
2025
2025
  "disabled": false,
2026
2026
  "document": "套餐包生效时间,UNIX 时间戳(单位:秒)。",
2027
- "example": "1617206400",
2027
+ "example": "1733040000",
2028
2028
  "member": "uint64",
2029
2029
  "name": "PackageEffectiveTime",
2030
- "required": true,
2030
+ "output_required": true,
2031
2031
  "type": "int",
2032
2032
  "value_allowed_null": false
2033
2033
  },
2034
2034
  {
2035
2035
  "disabled": false,
2036
2036
  "document": "套餐包过期时间,UNIX 时间戳(单位:秒)。",
2037
- "example": "1619798400",
2037
+ "example": "1796112000",
2038
2038
  "member": "uint64",
2039
2039
  "name": "PackageExpiredTime",
2040
- "required": true,
2040
+ "output_required": true,
2041
2041
  "type": "int",
2042
2042
  "value_allowed_null": false
2043
2043
  },
@@ -2047,7 +2047,7 @@
2047
2047
  "example": "1000",
2048
2048
  "member": "uint64",
2049
2049
  "name": "PackageAmount",
2050
- "required": true,
2050
+ "output_required": true,
2051
2051
  "type": "int",
2052
2052
  "value_allowed_null": false
2053
2053
  },
@@ -2057,7 +2057,7 @@
2057
2057
  "example": "1",
2058
2058
  "member": "uint64",
2059
2059
  "name": "PackageType",
2060
- "required": true,
2060
+ "output_required": true,
2061
2061
  "type": "int",
2062
2062
  "value_allowed_null": false
2063
2063
  },
@@ -2067,7 +2067,7 @@
2067
2067
  "example": "1000791745",
2068
2068
  "member": "uint64",
2069
2069
  "name": "PackageId",
2070
- "required": true,
2070
+ "output_required": true,
2071
2071
  "type": "int",
2072
2072
  "value_allowed_null": false
2073
2073
  },
@@ -2077,7 +2077,7 @@
2077
2077
  "example": "100",
2078
2078
  "member": "uint64",
2079
2079
  "name": "CurrentUsage",
2080
- "required": true,
2080
+ "output_required": true,
2081
2081
  "type": "int",
2082
2082
  "value_allowed_null": false
2083
2083
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1239.1
3
+ Version: 3.0.1240.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.1239
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1240
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介
@@ -1,4 +1,4 @@
1
- tccli/__init__.py,sha256=N2uvmSPWItbXcxCXYdS0pjiFWVCm_Koc1fG4h_d-Lq0,27
1
+ tccli/__init__.py,sha256=DXfRExBoecXzWwHZDwNQ1oPPDwezu_4A0PhVax9mng4,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
@@ -350,9 +350,9 @@ tccli/services/cpdp/cpdp_client.py,sha256=7M-bnFwifFYG3DAag3DEcYBSwALK2jPyOt8ZZo
350
350
  tccli/services/cpdp/v20190820/api.json,sha256=QXnoMEszokPkBZr1r7Dav1pRlgjq9kvLVokTE7gBHAM,1487374
351
351
  tccli/services/cpdp/v20190820/examples.json,sha256=IL3FivkUakd-8vh5QZdIfLd1QIGh6a1TOynJCHoW_VM,264191
352
352
  tccli/services/csip/__init__.py,sha256=lviIDC_icuTLoePk_MnHdgD3FQE_exgx48c_sEtQUTg,87
353
- tccli/services/csip/csip_client.py,sha256=51nt-coRGOhDPPd_SY-914MBG_97SgNVekidiJa-oIo,140262
354
- tccli/services/csip/v20221121/api.json,sha256=krpDBt3XAl8OzW9W6nwPVjQqn-i8wIOa4M4a_laELjQ,526093
355
- tccli/services/csip/v20221121/examples.json,sha256=Xnsok5vqBxGXK862erZcy5lFs6-B_hnTI1H8vKWpI2Q,149448
353
+ tccli/services/csip/csip_client.py,sha256=_KZiUTq8rEU1TsY5meLLXIIensbpwGN1HO5dsg0t0xU,155752
354
+ tccli/services/csip/v20221121/api.json,sha256=FoObAzvqix5oZBPCuDeqfmsghYog_B9rdQvwC51Eojo,575040
355
+ tccli/services/csip/v20221121/examples.json,sha256=ASBzRilk-afke8CsFqfJN8DJhp9RUeFdpZev9OxHNsw,163768
356
356
  tccli/services/csxg/__init__.py,sha256=sU_ZPmrn3aufIb1-rpZt1Dw5v8m5NSwklmxjCAuTgyA,87
357
357
  tccli/services/csxg/csxg_client.py,sha256=X2ER2HkPHynvrHgh8gbpZ5P0oC548bZUHDxAbiOVBg0,21568
358
358
  tccli/services/csxg/v20230303/api.json,sha256=faLND0vT8UTE9LyFQcVhOqLcc47xZp07X7xq5u1L33E,4631
@@ -473,8 +473,8 @@ tccli/services/es/v20180416/api.json,sha256=doabWjOZ8T34bvo3vYgifxR3DHLXxOqYDmAg
473
473
  tccli/services/es/v20180416/examples.json,sha256=gupPxXxpfC11mbXlChItNrB5KKqSzy8-oYnb-Rz8Veo,80138
474
474
  tccli/services/ess/__init__.py,sha256=heBHzUKDuNxQ68yNutgyA8stCndyFWqYJqiQFozTiDs,85
475
475
  tccli/services/ess/ess_client.py,sha256=JQ9OxZrpdBaai8Tsp8FyN0CPGgQql2jzv7im_dg11vI,305403
476
- tccli/services/ess/v20201111/api.json,sha256=xiKwp1b288qBTUppGtJYmnGL_2ity85BDoTtKjN2Fv8,800913
477
- tccli/services/ess/v20201111/examples.json,sha256=sCRGOZjhhveXaJgr5f4N-YUTsRHSCbaEH5TGsMEq5Z0,609120
476
+ tccli/services/ess/v20201111/api.json,sha256=7KxpDyZdevXP6gst-dN8GycRqXm7EYgnSlXmC5sR3So,799855
477
+ tccli/services/ess/v20201111/examples.json,sha256=ouZFOgZYhyqcwAe7L-fZLAxa-jsTrPLTsoWGKzlq2NM,612444
478
478
  tccli/services/essbasic/__init__.py,sha256=Uh5kuYtJvJ4F1S2w-19_B6a_JMF1ubh8Se-7p5LA0PE,95
479
479
  tccli/services/essbasic/essbasic_client.py,sha256=i7OVVndp8MM4bf6R2TbxYZJ2A-SIFv3OXlvQQ3qjGFo,433646
480
480
  tccli/services/essbasic/v20201222/api.json,sha256=8yA-0DwpjBAZajDJnp3flQ2xn1sdkZMVQcvegUcemSM,184116
@@ -823,9 +823,9 @@ tccli/services/smpn/v20190822/api.json,sha256=2eTS0AuBnOAlpcmBm57vsQbMYhXm-d0Rqg
823
823
  tccli/services/smpn/v20190822/examples.json,sha256=bJmTLC2sOkIoxDWmIJQDskgxRfyOoNfszqdfuZh3Xjo,999
824
824
  tccli/services/sms/__init__.py,sha256=E2rHgUECIJEv3bXVekxPKSuOjzs_iwnew1sPUNqC5Xw,85
825
825
  tccli/services/sms/sms_client.py,sha256=otQnHbe7byAuvfSPEjiCkBXIYT1ifnL1TWZuaW3-n4o,61963
826
- tccli/services/sms/v20190711/api.json,sha256=nk-gqJAYMHC89puYaRtSxoahhohOjP9-DJxSQeLFLG8,77267
827
- tccli/services/sms/v20190711/examples.json,sha256=35eDnV-lers_kNqcszZcKHXnhWWe2e9AtG5QAroxQVs,15256
828
- tccli/services/sms/v20210111/api.json,sha256=1xUPdzE6TNhiIn-uunjL-ZnOuyQHp1kx3y6Muwag9i0,87861
826
+ tccli/services/sms/v20190711/api.json,sha256=SwASKUxTDntKXqCKoODewf42s8vwKWGtSqdzU_vJTAA,77518
827
+ tccli/services/sms/v20190711/examples.json,sha256=Qy5mvIUQcnVptI8Ix9o3Gq0v5Mp1V_z1YCQw9CS9iBI,15640
828
+ tccli/services/sms/v20210111/api.json,sha256=ZmhCnpw43cBop4gs9psEYwokPhmAjdz6sWEt1osgh_A,88074
829
829
  tccli/services/sms/v20210111/examples.json,sha256=RTnsNcIEmNRXJlW4Tu8g8sujOQGdICz3LsPGurA-gWQ,17896
830
830
  tccli/services/soe/__init__.py,sha256=hFyYSxg0PufjpabpK-_QyhL5XTHbBjGu2C4MefDV44w,85
831
831
  tccli/services/soe/soe_client.py,sha256=9d-c8rDd4-bfnfzuDuAjZNf4yrxQCmWCZOrNdADzdrU,18489
@@ -1157,8 +1157,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
1157
1157
  tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
1158
1158
  tccli/services/yunsou/v20191115/api.json,sha256=r_p7c7fMNylQVDpSN0CkUB4Cx1nYW1lI3BM_Zi50FNs,15932
1159
1159
  tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
1160
- tccli-3.0.1239.1.dist-info/METADATA,sha256=wVuwHbo1gJQyPYr2IK2IkzCcju3eXQcUWQDQdkubsMY,16408
1161
- tccli-3.0.1239.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
1162
- tccli-3.0.1239.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
1163
- tccli-3.0.1239.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
1164
- tccli-3.0.1239.1.dist-info/RECORD,,
1160
+ tccli-3.0.1240.1.dist-info/METADATA,sha256=bSDyjDz52Hr_5HPj-YjTikQhQjoTh6Y3D2e7_19v3A8,16408
1161
+ tccli-3.0.1240.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
1162
+ tccli-3.0.1240.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
1163
+ tccli-3.0.1240.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
1164
+ tccli-3.0.1240.1.dist-info/RECORD,,