tencentcloud-sdk-python-intl-en 3.0.1081__py2.py3-none-any.whl → 3.0.1082__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.
@@ -1475,7 +1475,7 @@ class DescribeAccessPointsResponse(AbstractModel):
1475
1475
  :type AccessPointSet: list of AccessPoint
1476
1476
  :param _TotalCount: Number of eligible access points.
1477
1477
  :type TotalCount: int
1478
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1478
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1479
1479
  :type RequestId: str
1480
1480
  """
1481
1481
  self._AccessPointSet = None
@@ -1506,7 +1506,7 @@ class DescribeAccessPointsResponse(AbstractModel):
1506
1506
 
1507
1507
  @property
1508
1508
  def RequestId(self):
1509
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1509
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1510
1510
  :rtype: str
1511
1511
  """
1512
1512
  return self._RequestId
@@ -467,7 +467,7 @@ class MariadbClient(AbstractClient):
467
467
 
468
468
 
469
469
  def DescribeDBTmpInstances(self, request):
470
- """This API is used to obtain a temp u200drollback instance.
470
+ """This API is used to obtain a temp rollback instance.
471
471
 
472
472
  :param request: Request instance for DescribeDBTmpInstances.
473
473
  :type request: :class:`tencentcloud.mariadb.v20170312.models.DescribeDBTmpInstancesRequest`