tencentcloud-sdk-python 3.0.1269__py2.py3-none-any.whl → 3.0.1270__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 (32) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/af/v20200226/af_client.py +3 -1
  3. tencentcloud/billing/v20180709/models.py +2 -2
  4. tencentcloud/ckafka/v20190819/models.py +2 -2
  5. tencentcloud/cwp/v20180228/models.py +16 -0
  6. tencentcloud/ess/v20201111/models.py +27 -0
  7. tencentcloud/essbasic/v20210526/models.py +27 -0
  8. tencentcloud/faceid/v20180301/models.py +4 -0
  9. tencentcloud/iai/v20180301/models.py +12 -12
  10. tencentcloud/iap/__init__.py +0 -0
  11. tencentcloud/iap/v20240713/__init__.py +0 -0
  12. tencentcloud/iap/v20240713/errorcodes.py +48 -0
  13. tencentcloud/iap/v20240713/iap_client.py +164 -0
  14. tencentcloud/iap/v20240713/models.py +762 -0
  15. tencentcloud/lcic/v20220817/models.py +12 -6
  16. tencentcloud/live/v20180801/errorcodes.py +15 -0
  17. tencentcloud/live/v20180801/live_client.py +185 -0
  18. tencentcloud/live/v20180801/models.py +3372 -1460
  19. tencentcloud/mps/v20190612/models.py +32 -0
  20. tencentcloud/redis/v20180412/models.py +314 -216
  21. tencentcloud/redis/v20180412/redis_client.py +47 -47
  22. tencentcloud/tat/v20201028/models.py +10 -10
  23. tencentcloud/tke/v20220501/tke_client.py +2 -2
  24. tencentcloud/tse/v20201207/models.py +311 -6
  25. tencentcloud/vpc/v20170312/errorcodes.py +3 -0
  26. tencentcloud/vpc/v20170312/models.py +769 -32
  27. tencentcloud/vpc/v20170312/vpc_client.py +93 -1
  28. {tencentcloud_sdk_python-3.0.1269.dist-info → tencentcloud_sdk_python-3.0.1270.dist-info}/METADATA +1 -1
  29. {tencentcloud_sdk_python-3.0.1269.dist-info → tencentcloud_sdk_python-3.0.1270.dist-info}/RECORD +32 -27
  30. {tencentcloud_sdk_python-3.0.1269.dist-info → tencentcloud_sdk_python-3.0.1270.dist-info}/LICENSE +0 -0
  31. {tencentcloud_sdk_python-3.0.1269.dist-info → tencentcloud_sdk_python-3.0.1270.dist-info}/WHEEL +0 -0
  32. {tencentcloud_sdk_python-3.0.1269.dist-info → tencentcloud_sdk_python-3.0.1270.dist-info}/top_level.txt +0 -0
@@ -1067,6 +1067,9 @@ UNSUPPORTEDOPERATION_RECORDEXISTS = 'UnsupportedOperation.RecordExists'
1067
1067
  # 记录不存在。
1068
1068
  UNSUPPORTEDOPERATION_RECORDNOTEXISTS = 'UnsupportedOperation.RecordNotExists'
1069
1069
 
1070
+ # 此安全组存在嵌套安全组规则,不支持跨地域克隆。
1071
+ UNSUPPORTEDOPERATION_REMOTEREGIONSGHASREFERENCEDSG = 'UnsupportedOperation.RemoteRegionSgHasReferencedSg'
1072
+
1070
1073
  # 资源处于不可用状态,禁止操作。
1071
1074
  UNSUPPORTEDOPERATION_RESOURCEISINVALIDSTATE = 'UnsupportedOperation.ResourceIsInvalidState'
1072
1075