tencentcloud-sdk-python 3.0.1345__py2.py3-none-any.whl → 3.0.1347__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 (60) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/advisor/v20200721/models.py +0 -26
  3. tencentcloud/antiddos/v20200309/antiddos_client.py +0 -50
  4. tencentcloud/antiddos/v20200309/models.py +12 -687
  5. tencentcloud/apm/v20210622/models.py +60 -60
  6. tencentcloud/batch/v20170312/models.py +8 -158
  7. tencentcloud/cdwch/v20200915/models.py +111 -146
  8. tencentcloud/cdwpg/v20201230/models.py +84 -84
  9. tencentcloud/chc/__init__.py +0 -0
  10. tencentcloud/chc/v20230418/__init__.py +0 -0
  11. tencentcloud/chc/v20230418/chc_client.py +854 -0
  12. tencentcloud/chc/v20230418/errorcodes.py +15 -0
  13. tencentcloud/chc/v20230418/models.py +9963 -0
  14. tencentcloud/ckafka/v20190819/models.py +26 -984
  15. tencentcloud/cls/v20201016/models.py +0 -310
  16. tencentcloud/dbbrain/v20191016/models.py +2 -6
  17. tencentcloud/dbbrain/v20210527/dbbrain_client.py +92 -0
  18. tencentcloud/dbbrain/v20210527/models.py +1036 -198
  19. tencentcloud/domain/v20180808/models.py +0 -2
  20. tencentcloud/ecdn/v20191012/ecdn_client.py +0 -217
  21. tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
  22. tencentcloud/ecdn/v20191012/models.py +4 -1047
  23. tencentcloud/emr/v20190103/emr_client.py +1 -1
  24. tencentcloud/emr/v20190103/models.py +422 -15
  25. tencentcloud/ess/v20201111/models.py +27 -6
  26. tencentcloud/essbasic/v20210526/models.py +21 -0
  27. tencentcloud/gs/v20191118/errorcodes.py +9 -0
  28. tencentcloud/gs/v20191118/gs_client.py +775 -12
  29. tencentcloud/gs/v20191118/models.py +4968 -477
  30. tencentcloud/hai/v20230812/models.py +0 -22
  31. tencentcloud/hunyuan/v20230901/models.py +17 -2
  32. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
  33. tencentcloud/iotexplorer/v20190423/models.py +131 -0
  34. tencentcloud/iotvideoindustry/v20201201/models.py +0 -52
  35. tencentcloud/lke/v20231130/lke_client.py +2 -25
  36. tencentcloud/lke/v20231130/models.py +4 -87
  37. tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
  38. tencentcloud/memcached/v20190318/models.py +2 -2
  39. tencentcloud/mmps/v20200710/models.py +0 -6
  40. tencentcloud/monitor/v20180724/models.py +446 -0
  41. tencentcloud/monitor/v20180724/monitor_client.py +23 -0
  42. tencentcloud/mqtt/v20240516/models.py +24 -22
  43. tencentcloud/redis/v20180412/models.py +2 -4
  44. tencentcloud/svp/v20240125/models.py +0 -2
  45. tencentcloud/tchd/v20230306/models.py +0 -2
  46. tencentcloud/tcr/v20190924/models.py +4 -14
  47. tencentcloud/tdmq/v20200217/models.py +266 -0
  48. tencentcloud/teo/v20220901/errorcodes.py +3 -0
  49. tencentcloud/teo/v20220901/models.py +81 -2
  50. tencentcloud/teo/v20220901/teo_client.py +23 -0
  51. tencentcloud/thpc/v20220401/models.py +0 -8
  52. tencentcloud/thpc/v20230321/models.py +15 -44
  53. tencentcloud/tione/v20211111/models.py +68 -0
  54. tencentcloud/tke/v20180525/models.py +0 -28
  55. tencentcloud/wedata/v20210820/models.py +331 -0
  56. {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/METADATA +1 -1
  57. {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/RECORD +60 -55
  58. {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/LICENSE +0 -0
  59. {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/WHEEL +0 -0
  60. {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,15 @@
1
+ # -*- coding: utf8 -*-
2
+ # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+