tencentcloud-sdk-python-waf 3.0.1333__tar.gz → 3.0.1335__tar.gz

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.

Potentially problematic release.


This version of tencentcloud-sdk-python-waf might be problematic. Click here for more details.

Files changed (16) hide show
  1. {tencentcloud-sdk-python-waf-3.0.1333 → tencentcloud-sdk-python-waf-3.0.1335}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-waf-3.0.1333 → tencentcloud-sdk-python-waf-3.0.1335}/setup.py +1 -1
  3. {tencentcloud-sdk-python-waf-3.0.1333 → tencentcloud-sdk-python-waf-3.0.1335}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-waf-3.0.1333 → tencentcloud-sdk-python-waf-3.0.1335}/tencentcloud/waf/v20180125/models.py +0 -6
  5. {tencentcloud-sdk-python-waf-3.0.1333 → tencentcloud-sdk-python-waf-3.0.1335}/tencentcloud_sdk_python_waf.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-waf-3.0.1335/tencentcloud_sdk_python_waf.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-waf-3.0.1333/tencentcloud_sdk_python_waf.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-waf-3.0.1333 → tencentcloud-sdk-python-waf-3.0.1335}/README.rst +0 -0
  9. {tencentcloud-sdk-python-waf-3.0.1333 → tencentcloud-sdk-python-waf-3.0.1335}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-waf-3.0.1333 → tencentcloud-sdk-python-waf-3.0.1335}/tencentcloud/waf/__init__.py +0 -0
  11. {tencentcloud-sdk-python-waf-3.0.1333 → tencentcloud-sdk-python-waf-3.0.1335}/tencentcloud/waf/v20180125/__init__.py +0 -0
  12. {tencentcloud-sdk-python-waf-3.0.1333 → tencentcloud-sdk-python-waf-3.0.1335}/tencentcloud/waf/v20180125/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-waf-3.0.1333 → tencentcloud-sdk-python-waf-3.0.1335}/tencentcloud/waf/v20180125/waf_client.py +0 -0
  14. {tencentcloud-sdk-python-waf-3.0.1333 → tencentcloud-sdk-python-waf-3.0.1335}/tencentcloud_sdk_python_waf.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-waf-3.0.1333 → tencentcloud-sdk-python-waf-3.0.1335}/tencentcloud_sdk_python_waf.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-waf-3.0.1333 → tencentcloud-sdk-python-waf-3.0.1335}/tencentcloud_sdk_python_waf.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-waf
3
- Version: 3.0.1333
3
+ Version: 3.0.1335
4
4
  Summary: Tencent Cloud Waf SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-waf',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1333"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1335"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Waf SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1333'
17
+ __version__ = '3.0.1335'
@@ -25678,13 +25678,10 @@ class JobDateTime(AbstractModel):
25678
25678
  def __init__(self):
25679
25679
  r"""
25680
25680
  :param _Timed: 定时执行的时间参数
25681
- 注意:此字段可能返回 null,表示取不到有效值。
25682
25681
  :type Timed: list of TimedJob
25683
25682
  :param _Cron: 周期执行的时间参数
25684
- 注意:此字段可能返回 null,表示取不到有效值。
25685
25683
  :type Cron: list of CronJob
25686
25684
  :param _TimeTZone: 时区
25687
- 注意:此字段可能返回 null,表示取不到有效值。
25688
25685
  :type TimeTZone: str
25689
25686
  """
25690
25687
  self._Timed = None
@@ -25694,7 +25691,6 @@ class JobDateTime(AbstractModel):
25694
25691
  @property
25695
25692
  def Timed(self):
25696
25693
  """定时执行的时间参数
25697
- 注意:此字段可能返回 null,表示取不到有效值。
25698
25694
  :rtype: list of TimedJob
25699
25695
  """
25700
25696
  return self._Timed
@@ -25706,7 +25702,6 @@ class JobDateTime(AbstractModel):
25706
25702
  @property
25707
25703
  def Cron(self):
25708
25704
  """周期执行的时间参数
25709
- 注意:此字段可能返回 null,表示取不到有效值。
25710
25705
  :rtype: list of CronJob
25711
25706
  """
25712
25707
  return self._Cron
@@ -25718,7 +25713,6 @@ class JobDateTime(AbstractModel):
25718
25713
  @property
25719
25714
  def TimeTZone(self):
25720
25715
  """时区
25721
- 注意:此字段可能返回 null,表示取不到有效值。
25722
25716
  :rtype: str
25723
25717
  """
25724
25718
  return self._TimeTZone
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-waf
3
- Version: 3.0.1333
3
+ Version: 3.0.1335
4
4
  Summary: Tencent Cloud Waf SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1335
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1333