tencentcloud-sdk-python-intl-en 3.0.1086__py2.py3-none-any.whl → 3.0.1087__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/car/v20220110/models.py +2 -2
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdc/__init__.py +0 -0
- tencentcloud/cdc/v20201214/__init__.py +0 -0
- tencentcloud/cdc/v20201214/cdc_client.py +486 -0
- tencentcloud/cdc/v20201214/errorcodes.py +78 -0
- tencentcloud/cdc/v20201214/models.py +6084 -0
- tencentcloud/ckafka/v20190819/models.py +2 -2
- tencentcloud/cloudaudit/v20190319/errorcodes.py +3 -0
- tencentcloud/cloudaudit/v20190319/models.py +2 -2
- tencentcloud/cls/v20201016/models.py +177 -0
- tencentcloud/cmq/v20190304/models.py +74 -74
- tencentcloud/cvm/v20170312/errorcodes.py +6 -0
- tencentcloud/eb/v20210416/models.py +47 -2
- tencentcloud/ecm/v20190719/models.py +2 -2
- tencentcloud/gme/v20180711/errorcodes.py +1 -1
- tencentcloud/gme/v20180711/models.py +2 -2
- tencentcloud/organization/v20210331/errorcodes.py +96 -0
- tencentcloud/organization/v20210331/models.py +2110 -269
- tencentcloud/organization/v20210331/organization_client.py +417 -3
- tencentcloud/sms/v20210111/errorcodes.py +4 -1
- tencentcloud/tat/v20201028/errorcodes.py +12 -0
- tencentcloud/tat/v20201028/models.py +38 -38
- tencentcloud/tdmq/v20200217/models.py +2 -2
- tencentcloud/tem/v20210701/models.py +2 -2
- tencentcloud/vod/v20180717/models.py +128 -11
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +1680 -720
- tencentcloud/waf/v20180125/waf_client.py +83 -45
- tencentcloud/wedata/v20210820/models.py +6 -6
- {tencentcloud_sdk_python_intl_en-3.0.1086.dist-info → tencentcloud_sdk_python_intl_en-3.0.1087.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1086.dist-info → tencentcloud_sdk_python_intl_en-3.0.1087.dist-info}/RECORD +35 -30
- {tencentcloud_sdk_python_intl_en-3.0.1086.dist-info → tencentcloud_sdk_python_intl_en-3.0.1087.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1086.dist-info → tencentcloud_sdk_python_intl_en-3.0.1087.dist-info}/top_level.txt +0 -0
|
@@ -199,14 +199,14 @@ class CancelInvocationResponse(AbstractModel):
|
|
|
199
199
|
|
|
200
200
|
def __init__(self):
|
|
201
201
|
r"""
|
|
202
|
-
:param _RequestId: The unique request ID,
|
|
202
|
+
: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.
|
|
203
203
|
:type RequestId: str
|
|
204
204
|
"""
|
|
205
205
|
self._RequestId = None
|
|
206
206
|
|
|
207
207
|
@property
|
|
208
208
|
def RequestId(self):
|
|
209
|
-
"""The unique request ID,
|
|
209
|
+
"""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.
|
|
210
210
|
:rtype: str
|
|
211
211
|
"""
|
|
212
212
|
return self._RequestId
|
|
@@ -862,7 +862,7 @@ class CreateCommandResponse(AbstractModel):
|
|
|
862
862
|
r"""
|
|
863
863
|
:param _CommandId: Command ID.
|
|
864
864
|
:type CommandId: str
|
|
865
|
-
:param _RequestId: The unique request ID,
|
|
865
|
+
: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.
|
|
866
866
|
:type RequestId: str
|
|
867
867
|
"""
|
|
868
868
|
self._CommandId = None
|
|
@@ -881,7 +881,7 @@ class CreateCommandResponse(AbstractModel):
|
|
|
881
881
|
|
|
882
882
|
@property
|
|
883
883
|
def RequestId(self):
|
|
884
|
-
"""The unique request ID,
|
|
884
|
+
"""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.
|
|
885
885
|
:rtype: str
|
|
886
886
|
"""
|
|
887
887
|
return self._RequestId
|
|
@@ -1033,7 +1033,7 @@ class CreateInvokerResponse(AbstractModel):
|
|
|
1033
1033
|
r"""
|
|
1034
1034
|
:param _InvokerId: Invoker ID.
|
|
1035
1035
|
:type InvokerId: str
|
|
1036
|
-
:param _RequestId: The unique request ID,
|
|
1036
|
+
: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.
|
|
1037
1037
|
:type RequestId: str
|
|
1038
1038
|
"""
|
|
1039
1039
|
self._InvokerId = None
|
|
@@ -1052,7 +1052,7 @@ class CreateInvokerResponse(AbstractModel):
|
|
|
1052
1052
|
|
|
1053
1053
|
@property
|
|
1054
1054
|
def RequestId(self):
|
|
1055
|
-
"""The unique request ID,
|
|
1055
|
+
"""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.
|
|
1056
1056
|
:rtype: str
|
|
1057
1057
|
"""
|
|
1058
1058
|
return self._RequestId
|
|
@@ -1110,14 +1110,14 @@ class DeleteCommandResponse(AbstractModel):
|
|
|
1110
1110
|
|
|
1111
1111
|
def __init__(self):
|
|
1112
1112
|
r"""
|
|
1113
|
-
:param _RequestId: The unique request ID,
|
|
1113
|
+
: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.
|
|
1114
1114
|
:type RequestId: str
|
|
1115
1115
|
"""
|
|
1116
1116
|
self._RequestId = None
|
|
1117
1117
|
|
|
1118
1118
|
@property
|
|
1119
1119
|
def RequestId(self):
|
|
1120
|
-
"""The unique request ID,
|
|
1120
|
+
"""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.
|
|
1121
1121
|
:rtype: str
|
|
1122
1122
|
"""
|
|
1123
1123
|
return self._RequestId
|
|
@@ -1174,14 +1174,14 @@ class DeleteInvokerResponse(AbstractModel):
|
|
|
1174
1174
|
|
|
1175
1175
|
def __init__(self):
|
|
1176
1176
|
r"""
|
|
1177
|
-
:param _RequestId: The unique request ID,
|
|
1177
|
+
: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.
|
|
1178
1178
|
:type RequestId: str
|
|
1179
1179
|
"""
|
|
1180
1180
|
self._RequestId = None
|
|
1181
1181
|
|
|
1182
1182
|
@property
|
|
1183
1183
|
def RequestId(self):
|
|
1184
|
-
"""The unique request ID,
|
|
1184
|
+
"""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.
|
|
1185
1185
|
:rtype: str
|
|
1186
1186
|
"""
|
|
1187
1187
|
return self._RequestId
|
|
@@ -1292,7 +1292,7 @@ class DescribeAutomationAgentStatusResponse(AbstractModel):
|
|
|
1292
1292
|
:type AutomationAgentSet: list of AutomationAgentInfo
|
|
1293
1293
|
:param _TotalCount: Total number of matching agents.
|
|
1294
1294
|
:type TotalCount: int
|
|
1295
|
-
:param _RequestId: The unique request ID,
|
|
1295
|
+
: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.
|
|
1296
1296
|
:type RequestId: str
|
|
1297
1297
|
"""
|
|
1298
1298
|
self._AutomationAgentSet = None
|
|
@@ -1323,7 +1323,7 @@ class DescribeAutomationAgentStatusResponse(AbstractModel):
|
|
|
1323
1323
|
|
|
1324
1324
|
@property
|
|
1325
1325
|
def RequestId(self):
|
|
1326
|
-
"""The unique request ID,
|
|
1326
|
+
"""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.
|
|
1327
1327
|
:rtype: str
|
|
1328
1328
|
"""
|
|
1329
1329
|
return self._RequestId
|
|
@@ -1459,7 +1459,7 @@ class DescribeCommandsResponse(AbstractModel):
|
|
|
1459
1459
|
:type TotalCount: int
|
|
1460
1460
|
:param _CommandSet: List of command details.
|
|
1461
1461
|
:type CommandSet: list of Command
|
|
1462
|
-
:param _RequestId: The unique request ID,
|
|
1462
|
+
: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.
|
|
1463
1463
|
:type RequestId: str
|
|
1464
1464
|
"""
|
|
1465
1465
|
self._TotalCount = None
|
|
@@ -1490,7 +1490,7 @@ class DescribeCommandsResponse(AbstractModel):
|
|
|
1490
1490
|
|
|
1491
1491
|
@property
|
|
1492
1492
|
def RequestId(self):
|
|
1493
|
-
"""The unique request ID,
|
|
1493
|
+
"""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.
|
|
1494
1494
|
:rtype: str
|
|
1495
1495
|
"""
|
|
1496
1496
|
return self._RequestId
|
|
@@ -1623,7 +1623,7 @@ class DescribeInvocationTasksResponse(AbstractModel):
|
|
|
1623
1623
|
:type TotalCount: int
|
|
1624
1624
|
:param _InvocationTaskSet: List of execution tasks.
|
|
1625
1625
|
:type InvocationTaskSet: list of InvocationTask
|
|
1626
|
-
:param _RequestId: The unique request ID,
|
|
1626
|
+
: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.
|
|
1627
1627
|
:type RequestId: str
|
|
1628
1628
|
"""
|
|
1629
1629
|
self._TotalCount = None
|
|
@@ -1654,7 +1654,7 @@ class DescribeInvocationTasksResponse(AbstractModel):
|
|
|
1654
1654
|
|
|
1655
1655
|
@property
|
|
1656
1656
|
def RequestId(self):
|
|
1657
|
-
"""The unique request ID,
|
|
1657
|
+
"""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.
|
|
1658
1658
|
:rtype: str
|
|
1659
1659
|
"""
|
|
1660
1660
|
return self._RequestId
|
|
@@ -1780,7 +1780,7 @@ class DescribeInvocationsResponse(AbstractModel):
|
|
|
1780
1780
|
:type TotalCount: int
|
|
1781
1781
|
:param _InvocationSet: List of execution activities.
|
|
1782
1782
|
:type InvocationSet: list of Invocation
|
|
1783
|
-
:param _RequestId: The unique request ID,
|
|
1783
|
+
: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.
|
|
1784
1784
|
:type RequestId: str
|
|
1785
1785
|
"""
|
|
1786
1786
|
self._TotalCount = None
|
|
@@ -1811,7 +1811,7 @@ class DescribeInvocationsResponse(AbstractModel):
|
|
|
1811
1811
|
|
|
1812
1812
|
@property
|
|
1813
1813
|
def RequestId(self):
|
|
1814
|
-
"""The unique request ID,
|
|
1814
|
+
"""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.
|
|
1815
1815
|
:rtype: str
|
|
1816
1816
|
"""
|
|
1817
1817
|
return self._RequestId
|
|
@@ -1909,7 +1909,7 @@ class DescribeInvokerRecordsResponse(AbstractModel):
|
|
|
1909
1909
|
:type TotalCount: int
|
|
1910
1910
|
:param _InvokerRecordSet: Execution history of an invoker.
|
|
1911
1911
|
:type InvokerRecordSet: list of InvokerRecord
|
|
1912
|
-
:param _RequestId: The unique request ID,
|
|
1912
|
+
: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.
|
|
1913
1913
|
:type RequestId: str
|
|
1914
1914
|
"""
|
|
1915
1915
|
self._TotalCount = None
|
|
@@ -1940,7 +1940,7 @@ class DescribeInvokerRecordsResponse(AbstractModel):
|
|
|
1940
1940
|
|
|
1941
1941
|
@property
|
|
1942
1942
|
def RequestId(self):
|
|
1943
|
-
"""The unique request ID,
|
|
1943
|
+
"""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.
|
|
1944
1944
|
:rtype: str
|
|
1945
1945
|
"""
|
|
1946
1946
|
return self._RequestId
|
|
@@ -2066,7 +2066,7 @@ class DescribeInvokersResponse(AbstractModel):
|
|
|
2066
2066
|
:type TotalCount: int
|
|
2067
2067
|
:param _InvokerSet: Invoker information.
|
|
2068
2068
|
:type InvokerSet: list of Invoker
|
|
2069
|
-
:param _RequestId: The unique request ID,
|
|
2069
|
+
: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.
|
|
2070
2070
|
:type RequestId: str
|
|
2071
2071
|
"""
|
|
2072
2072
|
self._TotalCount = None
|
|
@@ -2097,7 +2097,7 @@ class DescribeInvokersResponse(AbstractModel):
|
|
|
2097
2097
|
|
|
2098
2098
|
@property
|
|
2099
2099
|
def RequestId(self):
|
|
2100
|
-
"""The unique request ID,
|
|
2100
|
+
"""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.
|
|
2101
2101
|
:rtype: str
|
|
2102
2102
|
"""
|
|
2103
2103
|
return self._RequestId
|
|
@@ -2135,7 +2135,7 @@ class DescribeRegionsResponse(AbstractModel):
|
|
|
2135
2135
|
:type TotalCount: int
|
|
2136
2136
|
:param _RegionSet: Region information list
|
|
2137
2137
|
:type RegionSet: list of RegionInfo
|
|
2138
|
-
:param _RequestId: The unique request ID,
|
|
2138
|
+
: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.
|
|
2139
2139
|
:type RequestId: str
|
|
2140
2140
|
"""
|
|
2141
2141
|
self._TotalCount = None
|
|
@@ -2166,7 +2166,7 @@ class DescribeRegionsResponse(AbstractModel):
|
|
|
2166
2166
|
|
|
2167
2167
|
@property
|
|
2168
2168
|
def RequestId(self):
|
|
2169
|
-
"""The unique request ID,
|
|
2169
|
+
"""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.
|
|
2170
2170
|
:rtype: str
|
|
2171
2171
|
"""
|
|
2172
2172
|
return self._RequestId
|
|
@@ -2230,14 +2230,14 @@ class DisableInvokerResponse(AbstractModel):
|
|
|
2230
2230
|
|
|
2231
2231
|
def __init__(self):
|
|
2232
2232
|
r"""
|
|
2233
|
-
:param _RequestId: The unique request ID,
|
|
2233
|
+
: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.
|
|
2234
2234
|
:type RequestId: str
|
|
2235
2235
|
"""
|
|
2236
2236
|
self._RequestId = None
|
|
2237
2237
|
|
|
2238
2238
|
@property
|
|
2239
2239
|
def RequestId(self):
|
|
2240
|
-
"""The unique request ID,
|
|
2240
|
+
"""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.
|
|
2241
2241
|
:rtype: str
|
|
2242
2242
|
"""
|
|
2243
2243
|
return self._RequestId
|
|
@@ -2294,14 +2294,14 @@ class EnableInvokerResponse(AbstractModel):
|
|
|
2294
2294
|
|
|
2295
2295
|
def __init__(self):
|
|
2296
2296
|
r"""
|
|
2297
|
-
:param _RequestId: The unique request ID,
|
|
2297
|
+
: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.
|
|
2298
2298
|
:type RequestId: str
|
|
2299
2299
|
"""
|
|
2300
2300
|
self._RequestId = None
|
|
2301
2301
|
|
|
2302
2302
|
@property
|
|
2303
2303
|
def RequestId(self):
|
|
2304
|
-
"""The unique request ID,
|
|
2304
|
+
"""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.
|
|
2305
2305
|
:rtype: str
|
|
2306
2306
|
"""
|
|
2307
2307
|
return self._RequestId
|
|
@@ -3219,7 +3219,7 @@ class InvokeCommandResponse(AbstractModel):
|
|
|
3219
3219
|
r"""
|
|
3220
3220
|
:param _InvocationId: Execution activity ID.
|
|
3221
3221
|
:type InvocationId: str
|
|
3222
|
-
:param _RequestId: The unique request ID,
|
|
3222
|
+
: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.
|
|
3223
3223
|
:type RequestId: str
|
|
3224
3224
|
"""
|
|
3225
3225
|
self._InvocationId = None
|
|
@@ -3238,7 +3238,7 @@ class InvokeCommandResponse(AbstractModel):
|
|
|
3238
3238
|
|
|
3239
3239
|
@property
|
|
3240
3240
|
def RequestId(self):
|
|
3241
|
-
"""The unique request ID,
|
|
3241
|
+
"""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.
|
|
3242
3242
|
:rtype: str
|
|
3243
3243
|
"""
|
|
3244
3244
|
return self._RequestId
|
|
@@ -3750,14 +3750,14 @@ class ModifyCommandResponse(AbstractModel):
|
|
|
3750
3750
|
|
|
3751
3751
|
def __init__(self):
|
|
3752
3752
|
r"""
|
|
3753
|
-
:param _RequestId: The unique request ID,
|
|
3753
|
+
: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.
|
|
3754
3754
|
:type RequestId: str
|
|
3755
3755
|
"""
|
|
3756
3756
|
self._RequestId = None
|
|
3757
3757
|
|
|
3758
3758
|
@property
|
|
3759
3759
|
def RequestId(self):
|
|
3760
|
-
"""The unique request ID,
|
|
3760
|
+
"""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.
|
|
3761
3761
|
:rtype: str
|
|
3762
3762
|
"""
|
|
3763
3763
|
return self._RequestId
|
|
@@ -3921,14 +3921,14 @@ class ModifyInvokerResponse(AbstractModel):
|
|
|
3921
3921
|
|
|
3922
3922
|
def __init__(self):
|
|
3923
3923
|
r"""
|
|
3924
|
-
:param _RequestId: The unique request ID,
|
|
3924
|
+
: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.
|
|
3925
3925
|
:type RequestId: str
|
|
3926
3926
|
"""
|
|
3927
3927
|
self._RequestId = None
|
|
3928
3928
|
|
|
3929
3929
|
@property
|
|
3930
3930
|
def RequestId(self):
|
|
3931
|
-
"""The unique request ID,
|
|
3931
|
+
"""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.
|
|
3932
3932
|
:rtype: str
|
|
3933
3933
|
"""
|
|
3934
3934
|
return self._RequestId
|
|
@@ -4029,7 +4029,7 @@ class PreviewReplacedCommandContentResponse(AbstractModel):
|
|
|
4029
4029
|
r"""
|
|
4030
4030
|
:param _ReplacedContent: Base64-encoded command with custom parameters.
|
|
4031
4031
|
:type ReplacedContent: str
|
|
4032
|
-
:param _RequestId: The unique request ID,
|
|
4032
|
+
: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.
|
|
4033
4033
|
:type RequestId: str
|
|
4034
4034
|
"""
|
|
4035
4035
|
self._ReplacedContent = None
|
|
@@ -4048,7 +4048,7 @@ class PreviewReplacedCommandContentResponse(AbstractModel):
|
|
|
4048
4048
|
|
|
4049
4049
|
@property
|
|
4050
4050
|
def RequestId(self):
|
|
4051
|
-
"""The unique request ID,
|
|
4051
|
+
"""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.
|
|
4052
4052
|
:rtype: str
|
|
4053
4053
|
"""
|
|
4054
4054
|
return self._RequestId
|
|
@@ -4429,7 +4429,7 @@ class RunCommandResponse(AbstractModel):
|
|
|
4429
4429
|
:type CommandId: str
|
|
4430
4430
|
:param _InvocationId: Execution activity ID.
|
|
4431
4431
|
:type InvocationId: str
|
|
4432
|
-
:param _RequestId: The unique request ID,
|
|
4432
|
+
: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.
|
|
4433
4433
|
:type RequestId: str
|
|
4434
4434
|
"""
|
|
4435
4435
|
self._CommandId = None
|
|
@@ -4460,7 +4460,7 @@ class RunCommandResponse(AbstractModel):
|
|
|
4460
4460
|
|
|
4461
4461
|
@property
|
|
4462
4462
|
def RequestId(self):
|
|
4463
|
-
"""The unique request ID,
|
|
4463
|
+
"""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.
|
|
4464
4464
|
:rtype: str
|
|
4465
4465
|
"""
|
|
4466
4466
|
return self._RequestId
|
|
@@ -94,7 +94,7 @@ class AcknowledgeMessageResponse(AbstractModel):
|
|
|
94
94
|
:param _ErrorMsg: If it is an empty string, no error occurred.
|
|
95
95
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
96
96
|
:type ErrorMsg: str
|
|
97
|
-
:param _RequestId: The unique request ID,
|
|
97
|
+
: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.
|
|
98
98
|
:type RequestId: str
|
|
99
99
|
"""
|
|
100
100
|
self._ErrorMsg = None
|
|
@@ -114,7 +114,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
114
114
|
|
|
115
115
|
@property
|
|
116
116
|
def RequestId(self):
|
|
117
|
-
"""The unique request ID,
|
|
117
|
+
"""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.
|
|
118
118
|
:rtype: str
|
|
119
119
|
"""
|
|
120
120
|
return self._RequestId
|
|
@@ -864,7 +864,7 @@ class CreateApplicationResponse(AbstractModel):
|
|
|
864
864
|
r"""
|
|
865
865
|
:param _Result: ID of the created application
|
|
866
866
|
:type Result: str
|
|
867
|
-
:param _RequestId: The unique request ID,
|
|
867
|
+
: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.
|
|
868
868
|
:type RequestId: str
|
|
869
869
|
"""
|
|
870
870
|
self._Result = None
|
|
@@ -883,7 +883,7 @@ class CreateApplicationResponse(AbstractModel):
|
|
|
883
883
|
|
|
884
884
|
@property
|
|
885
885
|
def RequestId(self):
|
|
886
|
-
"""The unique request ID,
|
|
886
|
+
"""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.
|
|
887
887
|
:rtype: str
|
|
888
888
|
"""
|
|
889
889
|
return self._RequestId
|
|
@@ -22905,18 +22905,22 @@ class CreateVodDomainRequest(AbstractModel):
|
|
|
22905
22905
|
r"""
|
|
22906
22906
|
:param _Domain: Domain name to add to VOD. Note: a wildcard domain name is not supported.
|
|
22907
22907
|
:type Domain: str
|
|
22908
|
+
:param _SubAppId: <b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>
|
|
22909
|
+
:type SubAppId: int
|
|
22908
22910
|
:param _AccelerateArea: Region to enable acceleration. Valid values:
|
|
22909
22911
|
<li>`Chinese Mainland`</li>
|
|
22910
22912
|
<li>`Outside Chinese Mainland`</li>
|
|
22911
22913
|
<li>`Global`</li>
|
|
22912
22914
|
If `AccelerateArea` is not specified, VOD will enable acceleration in or outside Chinese mainland based on the regional information a user has configured with Tencent Cloud.
|
|
22913
22915
|
:type AccelerateArea: str
|
|
22914
|
-
:param
|
|
22915
|
-
|
|
22916
|
+
:param _Type: Domain type. Valid values:
|
|
22917
|
+
<li>`VOD`: Domain name distributed using the VOD product;</li> <li>`EdgeOne`: Domain name distributed using the EdgeOne product.</li>default value: VOD.
|
|
22918
|
+
:type Type: str
|
|
22916
22919
|
"""
|
|
22917
22920
|
self._Domain = None
|
|
22918
|
-
self._AccelerateArea = None
|
|
22919
22921
|
self._SubAppId = None
|
|
22922
|
+
self._AccelerateArea = None
|
|
22923
|
+
self._Type = None
|
|
22920
22924
|
|
|
22921
22925
|
@property
|
|
22922
22926
|
def Domain(self):
|
|
@@ -22929,6 +22933,17 @@ If `AccelerateArea` is not specified, VOD will enable acceleration in or outside
|
|
|
22929
22933
|
def Domain(self, Domain):
|
|
22930
22934
|
self._Domain = Domain
|
|
22931
22935
|
|
|
22936
|
+
@property
|
|
22937
|
+
def SubAppId(self):
|
|
22938
|
+
"""<b>The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.</b>
|
|
22939
|
+
:rtype: int
|
|
22940
|
+
"""
|
|
22941
|
+
return self._SubAppId
|
|
22942
|
+
|
|
22943
|
+
@SubAppId.setter
|
|
22944
|
+
def SubAppId(self, SubAppId):
|
|
22945
|
+
self._SubAppId = SubAppId
|
|
22946
|
+
|
|
22932
22947
|
@property
|
|
22933
22948
|
def AccelerateArea(self):
|
|
22934
22949
|
"""Region to enable acceleration. Valid values:
|
|
@@ -22945,21 +22960,23 @@ If `AccelerateArea` is not specified, VOD will enable acceleration in or outside
|
|
|
22945
22960
|
self._AccelerateArea = AccelerateArea
|
|
22946
22961
|
|
|
22947
22962
|
@property
|
|
22948
|
-
def
|
|
22949
|
-
"""
|
|
22950
|
-
|
|
22963
|
+
def Type(self):
|
|
22964
|
+
"""Domain type. Valid values:
|
|
22965
|
+
<li>`VOD`: Domain name distributed using the VOD product;</li> <li>`EdgeOne`: Domain name distributed using the EdgeOne product.</li>default value: VOD.
|
|
22966
|
+
:rtype: str
|
|
22951
22967
|
"""
|
|
22952
|
-
return self.
|
|
22968
|
+
return self._Type
|
|
22953
22969
|
|
|
22954
|
-
@
|
|
22955
|
-
def
|
|
22956
|
-
self.
|
|
22970
|
+
@Type.setter
|
|
22971
|
+
def Type(self, Type):
|
|
22972
|
+
self._Type = Type
|
|
22957
22973
|
|
|
22958
22974
|
|
|
22959
22975
|
def _deserialize(self, params):
|
|
22960
22976
|
self._Domain = params.get("Domain")
|
|
22961
|
-
self._AccelerateArea = params.get("AccelerateArea")
|
|
22962
22977
|
self._SubAppId = params.get("SubAppId")
|
|
22978
|
+
self._AccelerateArea = params.get("AccelerateArea")
|
|
22979
|
+
self._Type = params.get("Type")
|
|
22963
22980
|
memeber_set = set(params.keys())
|
|
22964
22981
|
for name, value in vars(self).items():
|
|
22965
22982
|
property_name = name[1:]
|
|
@@ -33410,6 +33427,11 @@ Note: this field may return `null`, indicating that no valid value is obtained.
|
|
|
33410
33427
|
:param _QUICConfig: The QUIC configuration for the domain.
|
|
33411
33428
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
33412
33429
|
:type QUICConfig: :class:`tencentcloud.vod.v20180717.models.DomainQUICConfig`
|
|
33430
|
+
:param _IPFilterPolicy:
|
|
33431
|
+
:type IPFilterPolicy: :class:`tencentcloud.vod.v20180717.models.IPFilterPolicy`
|
|
33432
|
+
:param _Type: Domain type. Valid values:
|
|
33433
|
+
<li>`VOD`: Domain name distributed using the VOD product;</li> <li>`EdgeOne`: Domain name distributed using the EdgeOne product.</li>
|
|
33434
|
+
:type Type: str
|
|
33413
33435
|
"""
|
|
33414
33436
|
self._Domain = None
|
|
33415
33437
|
self._AccelerateAreaInfos = None
|
|
@@ -33419,6 +33441,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
33419
33441
|
self._RefererAuthPolicy = None
|
|
33420
33442
|
self._CreateTime = None
|
|
33421
33443
|
self._QUICConfig = None
|
|
33444
|
+
self._IPFilterPolicy = None
|
|
33445
|
+
self._Type = None
|
|
33422
33446
|
|
|
33423
33447
|
@property
|
|
33424
33448
|
def Domain(self):
|
|
@@ -33517,6 +33541,29 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
33517
33541
|
def QUICConfig(self, QUICConfig):
|
|
33518
33542
|
self._QUICConfig = QUICConfig
|
|
33519
33543
|
|
|
33544
|
+
@property
|
|
33545
|
+
def IPFilterPolicy(self):
|
|
33546
|
+
"""
|
|
33547
|
+
:rtype: :class:`tencentcloud.vod.v20180717.models.IPFilterPolicy`
|
|
33548
|
+
"""
|
|
33549
|
+
return self._IPFilterPolicy
|
|
33550
|
+
|
|
33551
|
+
@IPFilterPolicy.setter
|
|
33552
|
+
def IPFilterPolicy(self, IPFilterPolicy):
|
|
33553
|
+
self._IPFilterPolicy = IPFilterPolicy
|
|
33554
|
+
|
|
33555
|
+
@property
|
|
33556
|
+
def Type(self):
|
|
33557
|
+
"""Domain type. Valid values:
|
|
33558
|
+
<li>`VOD`: Domain name distributed using the VOD product;</li> <li>`EdgeOne`: Domain name distributed using the EdgeOne product.</li>
|
|
33559
|
+
:rtype: str
|
|
33560
|
+
"""
|
|
33561
|
+
return self._Type
|
|
33562
|
+
|
|
33563
|
+
@Type.setter
|
|
33564
|
+
def Type(self, Type):
|
|
33565
|
+
self._Type = Type
|
|
33566
|
+
|
|
33520
33567
|
|
|
33521
33568
|
def _deserialize(self, params):
|
|
33522
33569
|
self._Domain = params.get("Domain")
|
|
@@ -33540,6 +33587,10 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
33540
33587
|
if params.get("QUICConfig") is not None:
|
|
33541
33588
|
self._QUICConfig = DomainQUICConfig()
|
|
33542
33589
|
self._QUICConfig._deserialize(params.get("QUICConfig"))
|
|
33590
|
+
if params.get("IPFilterPolicy") is not None:
|
|
33591
|
+
self._IPFilterPolicy = IPFilterPolicy()
|
|
33592
|
+
self._IPFilterPolicy._deserialize(params.get("IPFilterPolicy"))
|
|
33593
|
+
self._Type = params.get("Type")
|
|
33543
33594
|
memeber_set = set(params.keys())
|
|
33544
33595
|
for name, value in vars(self).items():
|
|
33545
33596
|
property_name = name[1:]
|
|
@@ -39036,6 +39087,72 @@ class HwPrivateAccess(AbstractModel):
|
|
|
39036
39087
|
|
|
39037
39088
|
|
|
39038
39089
|
|
|
39090
|
+
class IPFilterPolicy(AbstractModel):
|
|
39091
|
+
"""
|
|
39092
|
+
|
|
39093
|
+
"""
|
|
39094
|
+
|
|
39095
|
+
def __init__(self):
|
|
39096
|
+
r"""
|
|
39097
|
+
:param _Status:
|
|
39098
|
+
:type Status: str
|
|
39099
|
+
:param _FilterType:
|
|
39100
|
+
:type FilterType: str
|
|
39101
|
+
:param _IPList:
|
|
39102
|
+
:type IPList: list of str
|
|
39103
|
+
"""
|
|
39104
|
+
self._Status = None
|
|
39105
|
+
self._FilterType = None
|
|
39106
|
+
self._IPList = None
|
|
39107
|
+
|
|
39108
|
+
@property
|
|
39109
|
+
def Status(self):
|
|
39110
|
+
"""
|
|
39111
|
+
:rtype: str
|
|
39112
|
+
"""
|
|
39113
|
+
return self._Status
|
|
39114
|
+
|
|
39115
|
+
@Status.setter
|
|
39116
|
+
def Status(self, Status):
|
|
39117
|
+
self._Status = Status
|
|
39118
|
+
|
|
39119
|
+
@property
|
|
39120
|
+
def FilterType(self):
|
|
39121
|
+
"""
|
|
39122
|
+
:rtype: str
|
|
39123
|
+
"""
|
|
39124
|
+
return self._FilterType
|
|
39125
|
+
|
|
39126
|
+
@FilterType.setter
|
|
39127
|
+
def FilterType(self, FilterType):
|
|
39128
|
+
self._FilterType = FilterType
|
|
39129
|
+
|
|
39130
|
+
@property
|
|
39131
|
+
def IPList(self):
|
|
39132
|
+
"""
|
|
39133
|
+
:rtype: list of str
|
|
39134
|
+
"""
|
|
39135
|
+
return self._IPList
|
|
39136
|
+
|
|
39137
|
+
@IPList.setter
|
|
39138
|
+
def IPList(self, IPList):
|
|
39139
|
+
self._IPList = IPList
|
|
39140
|
+
|
|
39141
|
+
|
|
39142
|
+
def _deserialize(self, params):
|
|
39143
|
+
self._Status = params.get("Status")
|
|
39144
|
+
self._FilterType = params.get("FilterType")
|
|
39145
|
+
self._IPList = params.get("IPList")
|
|
39146
|
+
memeber_set = set(params.keys())
|
|
39147
|
+
for name, value in vars(self).items():
|
|
39148
|
+
property_name = name[1:]
|
|
39149
|
+
if property_name in memeber_set:
|
|
39150
|
+
memeber_set.remove(property_name)
|
|
39151
|
+
if len(memeber_set) > 0:
|
|
39152
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
39153
|
+
|
|
39154
|
+
|
|
39155
|
+
|
|
39039
39156
|
class ImageBlur(AbstractModel):
|
|
39040
39157
|
"""Image blurring parameters.
|
|
39041
39158
|
|
|
@@ -26,6 +26,9 @@ DRYRUNOPERATION = 'DryRunOperation'
|
|
|
26
26
|
# Operation failed.
|
|
27
27
|
FAILEDOPERATION = 'FailedOperation'
|
|
28
28
|
|
|
29
|
+
# CKafka internal error.
|
|
30
|
+
FAILEDOPERATION_CKAFKAINTERNALERROR = 'FailedOperation.CKafkaInternalError'
|
|
31
|
+
|
|
29
32
|
# Failed to call the CLS API.
|
|
30
33
|
FAILEDOPERATION_CLSDBOPERATIONFAILED = 'FailedOperation.CLSDBOperationFailed'
|
|
31
34
|
|