tencentcloud-sdk-python 3.0.1207__py2.py3-none-any.whl → 3.0.1233__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 (196) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/aiart_client.py +24 -0
  3. tencentcloud/aiart/v20221229/models.py +201 -2
  4. tencentcloud/ams/v20201229/models.py +24 -0
  5. tencentcloud/antiddos/v20200309/models.py +13 -1
  6. tencentcloud/apm/v20210622/errorcodes.py +3 -0
  7. tencentcloud/apm/v20210622/models.py +25 -0
  8. tencentcloud/asr/v20190614/asr_client.py +103 -1
  9. tencentcloud/asr/v20190614/errorcodes.py +3 -0
  10. tencentcloud/asr/v20190614/models.py +620 -0
  11. tencentcloud/batch/v20170312/models.py +2 -2
  12. tencentcloud/bi/v20220105/models.py +25 -0
  13. tencentcloud/billing/v20180709/models.py +155 -0
  14. tencentcloud/cam/v20190116/cam_client.py +46 -0
  15. tencentcloud/cam/v20190116/errorcodes.py +6 -0
  16. tencentcloud/cam/v20190116/models.py +301 -0
  17. tencentcloud/ccc/v20200210/models.py +42 -12
  18. tencentcloud/cdb/v20170320/cdb_client.py +46 -0
  19. tencentcloud/cdb/v20170320/models.py +296 -4
  20. tencentcloud/cdwch/v20200915/models.py +1 -1
  21. tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +211 -165
  22. tencentcloud/cdwdoris/v20211228/errorcodes.py +0 -3
  23. tencentcloud/cdwdoris/v20211228/models.py +2316 -2164
  24. tencentcloud/cfg/v20210820/models.py +195 -1
  25. tencentcloud/cfw/v20190904/cfw_client.py +46 -25
  26. tencentcloud/cfw/v20190904/models.py +1056 -249
  27. tencentcloud/ckafka/v20190819/ckafka_client.py +24 -1
  28. tencentcloud/ckafka/v20190819/models.py +175 -2
  29. tencentcloud/clb/v20180317/models.py +147 -3
  30. tencentcloud/cls/v20201016/cls_client.py +92 -0
  31. tencentcloud/cls/v20201016/models.py +764 -16
  32. tencentcloud/controlcenter/__init__.py +0 -0
  33. tencentcloud/controlcenter/v20230110/__init__.py +0 -0
  34. tencentcloud/controlcenter/v20230110/controlcenter_client.py +49 -0
  35. tencentcloud/controlcenter/v20230110/errorcodes.py +45 -0
  36. tencentcloud/controlcenter/v20230110/models.py +140 -0
  37. tencentcloud/csip/v20221121/models.py +385 -0
  38. tencentcloud/cvm/v20170312/cvm_client.py +23 -0
  39. tencentcloud/cvm/v20170312/errorcodes.py +24 -0
  40. tencentcloud/cvm/v20170312/models.py +178 -6
  41. tencentcloud/cwp/v20180228/cwp_client.py +29 -2
  42. tencentcloud/cwp/v20180228/models.py +314 -13
  43. tencentcloud/cynosdb/v20190107/cynosdb_client.py +115 -0
  44. tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
  45. tencentcloud/cynosdb/v20190107/models.py +862 -52
  46. tencentcloud/dasb/v20191018/dasb_client.py +23 -0
  47. tencentcloud/dasb/v20191018/errorcodes.py +3 -0
  48. tencentcloud/dasb/v20191018/models.py +277 -0
  49. tencentcloud/dbbrain/v20210527/models.py +212 -2
  50. tencentcloud/dc/v20180410/dc_client.py +7 -8
  51. tencentcloud/dc/v20180410/models.py +84 -25
  52. tencentcloud/dcdb/v20180411/dcdb_client.py +71 -0
  53. tencentcloud/dcdb/v20180411/models.py +636 -0
  54. tencentcloud/dlc/v20210125/dlc_client.py +47 -1
  55. tencentcloud/dlc/v20210125/errorcodes.py +3 -0
  56. tencentcloud/dlc/v20210125/models.py +637 -6
  57. tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
  58. tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
  59. tencentcloud/dnspod/v20210323/models.py +185 -0
  60. tencentcloud/dsgc/v20190723/models.py +179 -1
  61. tencentcloud/dts/v20211206/errorcodes.py +3 -0
  62. tencentcloud/ecc/v20181213/ecc_client.py +1 -2
  63. tencentcloud/emr/v20190103/emr_client.py +331 -4
  64. tencentcloud/emr/v20190103/errorcodes.py +9 -0
  65. tencentcloud/emr/v20190103/models.py +8787 -5344
  66. tencentcloud/es/v20180416/es_client.py +47 -0
  67. tencentcloud/es/v20180416/models.py +510 -1
  68. tencentcloud/ess/v20201111/errorcodes.py +6 -0
  69. tencentcloud/ess/v20201111/ess_client.py +106 -15
  70. tencentcloud/ess/v20201111/models.py +742 -96
  71. tencentcloud/essbasic/v20210526/essbasic_client.py +64 -2
  72. tencentcloud/essbasic/v20210526/models.py +395 -18
  73. tencentcloud/facefusion/v20181201/models.py +9 -3
  74. tencentcloud/facefusion/v20220927/errorcodes.py +13 -67
  75. tencentcloud/facefusion/v20220927/models.py +41 -13
  76. tencentcloud/faceid/v20180301/faceid_client.py +1 -1
  77. tencentcloud/faceid/v20180301/models.py +66 -0
  78. tencentcloud/gme/v20180711/models.py +2 -2
  79. tencentcloud/goosefs/v20220519/models.py +61 -0
  80. tencentcloud/hunyuan/v20230901/errorcodes.py +21 -0
  81. tencentcloud/hunyuan/v20230901/hunyuan_client.py +53 -1
  82. tencentcloud/hunyuan/v20230901/models.py +528 -10
  83. tencentcloud/ims/v20201229/ims_client.py +3 -3
  84. tencentcloud/ims/v20201229/models.py +1 -1
  85. tencentcloud/ioa/v20220601/models.py +6 -5
  86. tencentcloud/iotexplorer/v20190423/models.py +14 -6
  87. tencentcloud/irp/v20220805/models.py +13 -1
  88. tencentcloud/iss/v20230517/errorcodes.py +15 -0
  89. tencentcloud/iss/v20230517/iss_client.py +23 -0
  90. tencentcloud/iss/v20230517/models.py +233 -0
  91. tencentcloud/lcic/v20220817/lcic_client.py +23 -0
  92. tencentcloud/lcic/v20220817/models.py +261 -0
  93. tencentcloud/lighthouse/v20200324/errorcodes.py +3 -0
  94. tencentcloud/lighthouse/v20200324/models.py +28 -0
  95. tencentcloud/live/v20180801/models.py +2 -10
  96. tencentcloud/lke/v20231130/errorcodes.py +1 -1
  97. tencentcloud/lke/v20231130/lke_client.py +1 -1
  98. tencentcloud/lke/v20231130/models.py +366 -6
  99. tencentcloud/mariadb/v20170312/errorcodes.py +6 -0
  100. tencentcloud/mariadb/v20170312/mariadb_client.py +71 -0
  101. tencentcloud/mariadb/v20170312/models.py +601 -1
  102. tencentcloud/mna/v20210119/errorcodes.py +6 -0
  103. tencentcloud/mna/v20210119/mna_client.py +23 -0
  104. tencentcloud/mna/v20210119/models.py +146 -0
  105. tencentcloud/mongodb/v20180408/errorcodes.py +1 -1
  106. tencentcloud/mongodb/v20190725/errorcodes.py +1 -1
  107. tencentcloud/mongodb/v20190725/models.py +72 -45
  108. tencentcloud/monitor/v20180724/models.py +13 -0
  109. tencentcloud/mps/v20190612/models.py +631 -21
  110. tencentcloud/oceanus/v20190422/models.py +25 -0
  111. tencentcloud/ocr/v20181119/errorcodes.py +6 -0
  112. tencentcloud/ocr/v20181119/models.py +333 -10
  113. tencentcloud/ocr/v20181119/ocr_client.py +54 -2
  114. tencentcloud/omics/v20221128/models.py +15 -3
  115. tencentcloud/organization/v20210331/errorcodes.py +246 -0
  116. tencentcloud/organization/v20210331/models.py +12482 -4167
  117. tencentcloud/organization/v20210331/organization_client.py +1326 -130
  118. tencentcloud/postgres/v20170312/errorcodes.py +15 -0
  119. tencentcloud/rce/v20201103/rce_client.py +2 -2
  120. tencentcloud/redis/v20180412/models.py +335 -20
  121. tencentcloud/redis/v20180412/redis_client.py +46 -0
  122. tencentcloud/region/v20220627/models.py +0 -1
  123. tencentcloud/rum/v20210622/models.py +12 -0
  124. tencentcloud/scf/v20180416/models.py +51 -15
  125. tencentcloud/ses/v20201002/models.py +177 -0
  126. tencentcloud/smh/v20210712/errorcodes.py +69 -0
  127. tencentcloud/smh/v20210712/models.py +1173 -36
  128. tencentcloud/smh/v20210712/smh_client.py +115 -0
  129. tencentcloud/sms/v20190711/errorcodes.py +6 -0
  130. tencentcloud/sms/v20190711/models.py +21 -22
  131. tencentcloud/sms/v20190711/sms_client.py +28 -60
  132. tencentcloud/sms/v20210111/errorcodes.py +6 -0
  133. tencentcloud/sms/v20210111/models.py +5 -4
  134. tencentcloud/sqlserver/v20180328/errorcodes.py +3 -0
  135. tencentcloud/sqlserver/v20180328/models.py +185 -1
  136. tencentcloud/sqlserver/v20180328/sqlserver_client.py +23 -0
  137. tencentcloud/ssl/v20191205/errorcodes.py +6 -0
  138. tencentcloud/ssl/v20191205/models.py +209 -0
  139. tencentcloud/ssl/v20191205/ssl_client.py +24 -1
  140. tencentcloud/tag/v20180813/models.py +33 -33
  141. tencentcloud/tat/v20201028/errorcodes.py +9 -0
  142. tencentcloud/tat/v20201028/models.py +234 -1
  143. tencentcloud/tat/v20201028/tat_client.py +23 -0
  144. tencentcloud/tcr/v20190924/errorcodes.py +3 -0
  145. tencentcloud/tcss/v20201101/models.py +140 -5
  146. tencentcloud/tdmq/v20200217/models.py +155 -0
  147. tencentcloud/teo/v20220901/models.py +35 -16
  148. tencentcloud/thpc/v20230321/models.py +1432 -82
  149. tencentcloud/thpc/v20230321/thpc_client.py +92 -0
  150. tencentcloud/tiia/v20190529/models.py +0 -469
  151. tencentcloud/tiia/v20190529/tiia_client.py +0 -29
  152. tencentcloud/tke/v20180525/errorcodes.py +3 -0
  153. tencentcloud/tke/v20180525/models.py +24 -0
  154. tencentcloud/tke/v20220501/models.py +852 -8
  155. tencentcloud/tke/v20220501/tke_client.py +138 -0
  156. tencentcloud/tms/v20201229/errorcodes.py +0 -6
  157. tencentcloud/tms/v20201229/models.py +0 -70
  158. tencentcloud/tms/v20201229/tms_client.py +0 -23
  159. tencentcloud/tmt/v20180321/errorcodes.py +3 -0
  160. tencentcloud/tmt/v20180321/models.py +31 -31
  161. tencentcloud/tmt/v20180321/tmt_client.py +1 -1
  162. tencentcloud/trocket/v20230308/models.py +241 -7
  163. tencentcloud/trocket/v20230308/trocket_client.py +23 -0
  164. tencentcloud/trtc/v20190722/models.py +259 -30
  165. tencentcloud/trtc/v20190722/trtc_client.py +48 -38
  166. tencentcloud/tse/v20201207/models.py +114 -25
  167. tencentcloud/tsf/v20180326/models.py +51 -0
  168. tencentcloud/tts/v20190823/models.py +2 -2
  169. tencentcloud/vclm/v20240523/errorcodes.py +30 -3
  170. tencentcloud/vclm/v20240523/models.py +41 -4
  171. tencentcloud/vclm/v20240523/vclm_client.py +53 -1
  172. tencentcloud/vdb/v20230616/errorcodes.py +21 -0
  173. tencentcloud/vdb/v20230616/models.py +805 -0
  174. tencentcloud/vdb/v20230616/vdb_client.py +115 -0
  175. tencentcloud/vod/v20180717/errorcodes.py +18 -0
  176. tencentcloud/vod/v20180717/models.py +671 -12
  177. tencentcloud/vod/v20180717/vod_client.py +71 -2
  178. tencentcloud/vod/v20240718/__init__.py +0 -0
  179. tencentcloud/vod/v20240718/errorcodes.py +15 -0
  180. tencentcloud/vod/v20240718/models.py +189 -0
  181. tencentcloud/vod/v20240718/vod_client.py +49 -0
  182. tencentcloud/vpc/v20170312/models.py +399 -10
  183. tencentcloud/vpc/v20170312/vpc_client.py +2 -2
  184. tencentcloud/vrs/v20200824/models.py +1 -0
  185. tencentcloud/vrs/v20200824/vrs_client.py +1 -0
  186. tencentcloud/vtc/v20240223/models.py +30 -4
  187. tencentcloud/vtc/v20240223/vtc_client.py +53 -1
  188. tencentcloud/waf/v20180125/models.py +1 -1
  189. tencentcloud/wedata/v20210820/errorcodes.py +6 -0
  190. tencentcloud/wedata/v20210820/models.py +2905 -366
  191. tencentcloud/wedata/v20210820/wedata_client.py +161 -0
  192. {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/METADATA +1 -1
  193. {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/RECORD +196 -187
  194. {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/LICENSE +0 -0
  195. {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/WHEEL +0 -0
  196. {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/top_level.txt +0 -0
File without changes
File without changes
@@ -0,0 +1,49 @@
1
+ # -*- coding: utf8 -*-
2
+ # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
16
+ import json
17
+
18
+ from tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException
19
+ from tencentcloud.common.abstract_client import AbstractClient
20
+ from tencentcloud.controlcenter.v20230110 import models
21
+
22
+
23
+ class ControlcenterClient(AbstractClient):
24
+ _apiVersion = '2023-01-10'
25
+ _endpoint = 'controlcenter.tencentcloudapi.com'
26
+ _service = 'controlcenter'
27
+
28
+
29
+ def BatchApplyAccountBaselines(self, request):
30
+ """批量对存量账号应用基线
31
+
32
+ :param request: Request instance for BatchApplyAccountBaselines.
33
+ :type request: :class:`tencentcloud.controlcenter.v20230110.models.BatchApplyAccountBaselinesRequest`
34
+ :rtype: :class:`tencentcloud.controlcenter.v20230110.models.BatchApplyAccountBaselinesResponse`
35
+
36
+ """
37
+ try:
38
+ params = request._serialize()
39
+ headers = request.headers
40
+ body = self.call("BatchApplyAccountBaselines", params, headers=headers)
41
+ response = json.loads(body)
42
+ model = models.BatchApplyAccountBaselinesResponse()
43
+ model._deserialize(response["Response"])
44
+ return model
45
+ except Exception as e:
46
+ if isinstance(e, TencentCloudSDKException):
47
+ raise
48
+ else:
49
+ raise TencentCloudSDKException(type(e).__name__, str(e))
@@ -0,0 +1,45 @@
1
+ # -*- coding: utf8 -*-
2
+ # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
16
+
17
+ # 账号工厂必选基线项未配置
18
+ FAILEDOPERATION_AFREQUIREDITEMNOTSELECT = 'FailedOperation.AFRequiredItemNotSelect'
19
+
20
+ # 账号工厂批量应用基线的账号数量超过限制
21
+ FAILEDOPERATION_ACCOUNTFACTORYMEMBERUINNUMEXCEED = 'FailedOperation.AccountFactoryMemberUinNumExceed'
22
+
23
+ # 用户正在部署账号基线中,无法重复部署
24
+ FAILEDOPERATION_ACCOUNTFACTORYTASKISDEPLOYING = 'FailedOperation.AccountFactoryTaskIsDeploying'
25
+
26
+ # Control Center服务未开通
27
+ FAILEDOPERATION_CONTROLCENTERNOTOPEN = 'FailedOperation.ControlCenterNotOpen'
28
+
29
+ # 数据库操作异常
30
+ FAILEDOPERATION_DBOPERATIONERROR = 'FailedOperation.DBOperationError'
31
+
32
+ # 依赖的功能项未部署
33
+ FAILEDOPERATION_DEPENDONITEMNOTDEPLOY = 'FailedOperation.DependOnItemNotDeploy'
34
+
35
+ # 远程调用失败
36
+ FAILEDOPERATION_REMOTECALLERROR = 'FailedOperation.RemoteCallError'
37
+
38
+ # 用户基线配置数据不存在
39
+ RESOURCENOTFOUND_ACCOUNTFACTORYBASELINENOTEXIST = 'ResourceNotFound.AccountFactoryBaselineNotExist'
40
+
41
+ # 用户所部署的基线项未配置
42
+ RESOURCENOTFOUND_ACCOUNTFACTORYITEMNOTCONFIG = 'ResourceNotFound.AccountFactoryItemNotConfig'
43
+
44
+ # 账号工厂基线不存在
45
+ RESOURCENOTFOUND_ACCOUNTFACTORYITEMNOTEXIST = 'ResourceNotFound.AccountFactoryItemNotExist'
@@ -0,0 +1,140 @@
1
+ # -*- coding: utf8 -*-
2
+ # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
16
+ import warnings
17
+
18
+ from tencentcloud.common.abstract_model import AbstractModel
19
+
20
+
21
+ class BaselineConfigItem(AbstractModel):
22
+ """账号工厂基线配置项
23
+
24
+ """
25
+
26
+ def __init__(self):
27
+ r"""
28
+ :param _Identifier: 账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
29
+ 注意:此字段可能返回 null,表示取不到有效值。
30
+ :type Identifier: str
31
+ :param _Configuration: 账号工厂基线项配置,不同基线项配置参数不同。
32
+ 注意:此字段可能返回 null,表示取不到有效值。
33
+ :type Configuration: str
34
+ """
35
+ self._Identifier = None
36
+ self._Configuration = None
37
+
38
+ @property
39
+ def Identifier(self):
40
+ return self._Identifier
41
+
42
+ @Identifier.setter
43
+ def Identifier(self, Identifier):
44
+ self._Identifier = Identifier
45
+
46
+ @property
47
+ def Configuration(self):
48
+ return self._Configuration
49
+
50
+ @Configuration.setter
51
+ def Configuration(self, Configuration):
52
+ self._Configuration = Configuration
53
+
54
+
55
+ def _deserialize(self, params):
56
+ self._Identifier = params.get("Identifier")
57
+ self._Configuration = params.get("Configuration")
58
+ memeber_set = set(params.keys())
59
+ for name, value in vars(self).items():
60
+ property_name = name[1:]
61
+ if property_name in memeber_set:
62
+ memeber_set.remove(property_name)
63
+ if len(memeber_set) > 0:
64
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
65
+
66
+
67
+
68
+ class BatchApplyAccountBaselinesRequest(AbstractModel):
69
+ """BatchApplyAccountBaselines请求参数结构体
70
+
71
+ """
72
+
73
+ def __init__(self):
74
+ r"""
75
+ :param _MemberUinList: 成员账号uin,也是被应用基线的账号uin。
76
+ :type MemberUinList: list of int
77
+ :param _BaselineConfigItems: 基线项配置信息列表。
78
+ :type BaselineConfigItems: list of BaselineConfigItem
79
+ """
80
+ self._MemberUinList = None
81
+ self._BaselineConfigItems = None
82
+
83
+ @property
84
+ def MemberUinList(self):
85
+ return self._MemberUinList
86
+
87
+ @MemberUinList.setter
88
+ def MemberUinList(self, MemberUinList):
89
+ self._MemberUinList = MemberUinList
90
+
91
+ @property
92
+ def BaselineConfigItems(self):
93
+ return self._BaselineConfigItems
94
+
95
+ @BaselineConfigItems.setter
96
+ def BaselineConfigItems(self, BaselineConfigItems):
97
+ self._BaselineConfigItems = BaselineConfigItems
98
+
99
+
100
+ def _deserialize(self, params):
101
+ self._MemberUinList = params.get("MemberUinList")
102
+ if params.get("BaselineConfigItems") is not None:
103
+ self._BaselineConfigItems = []
104
+ for item in params.get("BaselineConfigItems"):
105
+ obj = BaselineConfigItem()
106
+ obj._deserialize(item)
107
+ self._BaselineConfigItems.append(obj)
108
+ memeber_set = set(params.keys())
109
+ for name, value in vars(self).items():
110
+ property_name = name[1:]
111
+ if property_name in memeber_set:
112
+ memeber_set.remove(property_name)
113
+ if len(memeber_set) > 0:
114
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
115
+
116
+
117
+
118
+ class BatchApplyAccountBaselinesResponse(AbstractModel):
119
+ """BatchApplyAccountBaselines返回参数结构体
120
+
121
+ """
122
+
123
+ def __init__(self):
124
+ r"""
125
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
126
+ :type RequestId: str
127
+ """
128
+ self._RequestId = None
129
+
130
+ @property
131
+ def RequestId(self):
132
+ return self._RequestId
133
+
134
+ @RequestId.setter
135
+ def RequestId(self, RequestId):
136
+ self._RequestId = RequestId
137
+
138
+
139
+ def _deserialize(self, params):
140
+ self._RequestId = params.get("RequestId")