tencentcloud-sdk-python-dnspod 3.1.8__tar.gz → 3.1.23__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/setup.py +1 -1
  3. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
  5. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/tencentcloud/dnspod/v20210323/models.py +4 -4
  6. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/tencentcloud_sdk_python_dnspod.egg-info/PKG-INFO +2 -2
  7. tencentcloud_sdk_python_dnspod-3.1.23/tencentcloud_sdk_python_dnspod.egg-info/requires.txt +1 -0
  8. tencentcloud_sdk_python_dnspod-3.1.8/tencentcloud_sdk_python_dnspod.egg-info/requires.txt +0 -1
  9. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/README.rst +0 -0
  10. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/setup.cfg +0 -0
  11. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/tencentcloud/dnspod/__init__.py +0 -0
  12. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/tencentcloud/dnspod/v20210323/__init__.py +0 -0
  13. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/tencentcloud/dnspod/v20210323/dnspod_client.py +0 -0
  14. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/tencentcloud/dnspod/v20210323/dnspod_client_async.py +0 -0
  15. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/tencentcloud_sdk_python_dnspod.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/tencentcloud_sdk_python_dnspod.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_dnspod-3.1.8 → tencentcloud_sdk_python_dnspod-3.1.23}/tencentcloud_sdk_python_dnspod.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dnspod
3
- Version: 3.1.8
3
+ Version: 3.1.23
4
4
  Summary: Tencent Cloud Dnspod SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.8
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.23
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-dnspod',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.8,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.23,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Dnspod SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.8'
17
+ __version__ = '3.1.23'
@@ -188,6 +188,9 @@ INVALIDPARAMETER_AUTHLOGINVALIDSCOPE = 'InvalidParameter.AuthLogInvalidScope'
188
188
  # 创建批量域名任务失败,原因:内部错误。
189
189
  INVALIDPARAMETER_BATCHDOMAINCREATEACTIONERROR = 'InvalidParameter.BatchDomainCreateActionError'
190
190
 
191
+ # 列表中存在您没有权限的域名
192
+ INVALIDPARAMETER_BATCHDOMAINNOTAUTH = 'InvalidParameter.BatchDomainNotAuth'
193
+
191
194
  # 您有批量任务未执行完成,请等待完成后继续添加。
192
195
  INVALIDPARAMETER_BATCHLIMITUNDO = 'InvalidParameter.BatchLimitUndo'
193
196
 
@@ -617,6 +620,9 @@ INVALIDPARAMETER_UNLOCKCODEINVALID = 'InvalidParameter.UnLockCodeInvalid'
617
620
  # 未实名认证用户,请先完成实名认证再操作。
618
621
  INVALIDPARAMETER_UNREALNAMEUSER = 'InvalidParameter.UnrealNameUser'
619
622
 
623
+ # 不支持的筛选类型
624
+ INVALIDPARAMETER_UNSUPPORTEDFILTERTYPE = 'InvalidParameter.UnsupportedFilterType'
625
+
620
626
  # 更新新域名等级失败。
621
627
  INVALIDPARAMETER_UPDATENEWGRADEFAILED = 'InvalidParameter.UpdateNewGradeFailed'
622
628
 
@@ -6136,7 +6136,7 @@ SPAM:封禁
6136
6136
  :type RecordCountBegin: int
6137
6137
  :param _RecordCountEnd: 要获取域名的记录数查询区间终点。
6138
6138
  :type RecordCountEnd: int
6139
- :param _ProjectId: 项目ID
6139
+ :param _ProjectId: 项目ID,"帐号中心-项目管理"拿到项目ID
6140
6140
  :type ProjectId: int
6141
6141
  :param _Tags: 标签过滤
6142
6142
  :type Tags: list of TagItemFilter
@@ -6327,7 +6327,7 @@ SPAM:封禁
6327
6327
 
6328
6328
  @property
6329
6329
  def ProjectId(self):
6330
- r"""项目ID
6330
+ r"""项目ID,"帐号中心-项目管理"拿到项目ID
6331
6331
  :rtype: int
6332
6332
  """
6333
6333
  return self._ProjectId
@@ -12053,7 +12053,7 @@ class DomainListItem(AbstractModel):
12053
12053
  :type Name: str
12054
12054
  :param _Status: 域名的状态,正常:ENABLE,暂停:PAUSE,封禁:SPAM
12055
12055
  :type Status: str
12056
- :param _TTL: 域名默认的解析记录默认TTL
12056
+ :param _TTL: 域名默认的解析记录默认TTL值,单位:秒
12057
12057
  :type TTL: int
12058
12058
  :param _CNAMESpeedup: 是否开启CNAME加速,开启:ENABLE,未开启:DISABLE
12059
12059
  :type CNAMESpeedup: str
@@ -12154,7 +12154,7 @@ class DomainListItem(AbstractModel):
12154
12154
 
12155
12155
  @property
12156
12156
  def TTL(self):
12157
- r"""域名默认的解析记录默认TTL
12157
+ r"""域名默认的解析记录默认TTL值,单位:秒
12158
12158
  :rtype: int
12159
12159
  """
12160
12160
  return self._TTL
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dnspod
3
- Version: 3.1.8
3
+ Version: 3.1.23
4
4
  Summary: Tencent Cloud Dnspod SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.8
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.23
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.23
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.8