tencentcloud-sdk-python-tione 3.1.77__tar.gz → 3.1.85__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 (22) hide show
  1. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud/tione/v20211111/models.py +34 -0
  5. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud/tione/v20211111/tione_client.py +23 -0
  6. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud/tione/v20211111/tione_client_async.py +18 -0
  7. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
  8. tencentcloud_sdk_python_tione-3.1.85/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
  9. tencentcloud_sdk_python_tione-3.1.77/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
  10. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/README.rst +0 -0
  11. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/setup.cfg +0 -0
  12. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud/tione/__init__.py +0 -0
  13. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud/tione/v20191022/__init__.py +0 -0
  14. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud/tione/v20191022/models.py +0 -0
  16. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud/tione/v20191022/tione_client.py +0 -0
  17. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud/tione/v20191022/tione_client_async.py +0 -0
  18. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud/tione/v20211111/__init__.py +0 -0
  19. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
  20. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_tione-3.1.77 → tencentcloud_sdk_python_tione-3.1.85}/tencentcloud_sdk_python_tione.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tione
3
- Version: 3.1.77
3
+ Version: 3.1.85
4
4
  Summary: Tencent Cloud Tione 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.77
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.85
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-tione',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.77,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.85,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Tione SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.77'
17
+ __version__ = '3.1.85'
@@ -7272,6 +7272,40 @@ class DeleteTrainingTaskResponse(AbstractModel):
7272
7272
  self._RequestId = params.get("RequestId")
7273
7273
 
7274
7274
 
7275
+ class DescribeBillingResourceGroupAttachedWorkspacesRequest(AbstractModel):
7276
+ r"""DescribeBillingResourceGroupAttachedWorkspaces请求参数结构体
7277
+
7278
+ """
7279
+
7280
+
7281
+ class DescribeBillingResourceGroupAttachedWorkspacesResponse(AbstractModel):
7282
+ r"""DescribeBillingResourceGroupAttachedWorkspaces返回参数结构体
7283
+
7284
+ """
7285
+
7286
+ def __init__(self):
7287
+ r"""
7288
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7289
+ :type RequestId: str
7290
+ """
7291
+ self._RequestId = None
7292
+
7293
+ @property
7294
+ def RequestId(self):
7295
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7296
+ :rtype: str
7297
+ """
7298
+ return self._RequestId
7299
+
7300
+ @RequestId.setter
7301
+ def RequestId(self, RequestId):
7302
+ self._RequestId = RequestId
7303
+
7304
+
7305
+ def _deserialize(self, params):
7306
+ self._RequestId = params.get("RequestId")
7307
+
7308
+
7275
7309
  class DescribeBillingResourceGroupRequest(AbstractModel):
7276
7310
  r"""DescribeBillingResourceGroup请求参数结构体
7277
7311
 
@@ -558,6 +558,29 @@ class TioneClient(AbstractClient):
558
558
  raise TencentCloudSDKException(type(e).__name__, str(e))
559
559
 
560
560
 
561
+ def DescribeBillingResourceGroupAttachedWorkspaces(self, request):
562
+ r"""查询资源组关联的工作空间列表
563
+
564
+ :param request: Request instance for DescribeBillingResourceGroupAttachedWorkspaces.
565
+ :type request: :class:`tencentcloud.tione.v20211111.models.DescribeBillingResourceGroupAttachedWorkspacesRequest`
566
+ :rtype: :class:`tencentcloud.tione.v20211111.models.DescribeBillingResourceGroupAttachedWorkspacesResponse`
567
+
568
+ """
569
+ try:
570
+ params = request._serialize()
571
+ headers = request.headers
572
+ body = self.call("DescribeBillingResourceGroupAttachedWorkspaces", params, headers=headers)
573
+ response = json.loads(body)
574
+ model = models.DescribeBillingResourceGroupAttachedWorkspacesResponse()
575
+ model._deserialize(response["Response"])
576
+ return model
577
+ except Exception as e:
578
+ if isinstance(e, TencentCloudSDKException):
579
+ raise
580
+ else:
581
+ raise TencentCloudSDKException(type(e).__name__, str(e))
582
+
583
+
561
584
  def DescribeBillingResourceGroups(self, request):
562
585
  r"""查询资源组列表
563
586
 
@@ -442,6 +442,24 @@ class TioneClient(AbstractClient):
442
442
 
443
443
  return await self.call_and_deserialize(**kwargs)
444
444
 
445
+ async def DescribeBillingResourceGroupAttachedWorkspaces(
446
+ self,
447
+ request: models.DescribeBillingResourceGroupAttachedWorkspacesRequest,
448
+ opts: Dict = None,
449
+ ) -> models.DescribeBillingResourceGroupAttachedWorkspacesResponse:
450
+ """
451
+ 查询资源组关联的工作空间列表
452
+ """
453
+
454
+ kwargs = {}
455
+ kwargs["action"] = "DescribeBillingResourceGroupAttachedWorkspaces"
456
+ kwargs["params"] = request._serialize()
457
+ kwargs["resp_cls"] = models.DescribeBillingResourceGroupAttachedWorkspacesResponse
458
+ kwargs["headers"] = request.headers
459
+ kwargs["opts"] = opts or {}
460
+
461
+ return await self.call_and_deserialize(**kwargs)
462
+
445
463
  async def DescribeBillingResourceGroups(
446
464
  self,
447
465
  request: models.DescribeBillingResourceGroupsRequest,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tione
3
- Version: 3.1.77
3
+ Version: 3.1.85
4
4
  Summary: Tencent Cloud Tione 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.77
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.85
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.85
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.77