tencentcloud-sdk-python-intl-en 3.0.1249__py2.py3-none-any.whl → 3.0.1250__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.
tencentcloud/__init__.py CHANGED
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
- __version__ = '3.0.1249'
16
+ __version__ = '3.0.1250'
@@ -11258,7 +11258,10 @@ class InternetAccessible(AbstractModel):
11258
11258
 
11259
11259
  def __init__(self):
11260
11260
  r"""
11261
- :param _InternetChargeType: Network connection billing plan. Valid value: <br><li>TRAFFIC_POSTPAID_BY_HOUR: pay after use. You are billed for your traffic, by the hour.
11261
+ :param _InternetChargeType: Network connection billing plan. Valid value:
11262
+
11263
+ <li>TRAFFIC_POSTPAID_BY_HOUR: pay after use. You are billed for your traffic, by the hour. </li>
11264
+ <li>BANDWIDTH_PACKAGE: Bandwidth package user. </li>
11262
11265
  :type InternetChargeType: str
11263
11266
  :param _InternetMaxBandwidthOut: The maximum outbound bandwidth of the public network, in Mbps. The default value is 0 Mbps. The upper limit of bandwidth varies for different models. For more information, see [Purchase Network Bandwidth](https://intl.cloud.tencent.com/document/product/213/12523?from_cn_redirect=1).
11264
11267
  :type InternetMaxBandwidthOut: int
@@ -11266,38 +11269,27 @@ class InternetAccessible(AbstractModel):
11266
11269
  :type PublicIpAssigned: bool
11267
11270
  :param _BandwidthPackageId: Bandwidth package ID. it can be obtained through the `BandwidthPackageId` in the return value from the DescribeBandwidthPackages api. this parameter is used as an input parameter only in the RunInstances api.
11268
11271
  :type BandwidthPackageId: str
11269
- :param _InternetServiceProvider: The EIP line type.
11272
+ :param _InternetServiceProvider: Describes the line type. for details, refer to [EIP IP address types](https://www.tencentcloud.com/zh/document/product/213/5733). default value: `BGP`.
11270
11273
  <li>BGP Default: BGP</li>
11271
-
11272
11274
  For a user who has activated the static single-line IP allowlist, possible values are:
11273
-
11274
- <li>CMCC: China Mobile</li>
11275
- <li>CTCC: China Telecom</li>
11276
- <li>CUCC: China Unicom</li>
11277
-
11275
+ <li>CMCC: China Mobile</li> <li>CTCC: China Telecom</li> <li>CUCC: China Unicom</li>
11278
11276
  Note: Only certain regions support static single-line IP addresses.
11279
11277
  :type InternetServiceProvider: str
11280
- :param _IPv4AddressType: AddressType. Default value: `WanIP`.
11278
+ :param _IPv4AddressType: Type of public IP address.
11281
11279
 
11282
- For beta users of dedicated IP, the value can be:
11283
- <li>HighQualityEIP: Dedicated IP</li>
11284
- Note that dedicated IPs are only available in partial regions.
11285
-
11286
- For beta users of Anti-DDoS IP, the value can be:
11287
- <li>AntiDDoSEIP: Anti-DDoS EIP</li>
11288
- Note that Anti-DDoS IPs are only available in partial regions.
11289
-
11290
- This feature is currently in gradually released phase. To access it, please contact us.
11280
+ <li> WanIP: Ordinary public IP address. </li> <li> HighQualityEIP: High Quality EIP is supported only in Singapore and Hong Kong. </li> <li> AntiDDoSEIP: Anti-DDoS IP is supported only in specific regions. For details, see [EIP Product Overview](https://www.tencentcloud.com/zh/document/product/213/5733). </li>
11281
+ Specify the type of public IPv4 address to assign a public IPv4 address to the resource. HighQualityEIP and AntiDDoSEIP features are gradually released in select regions.
11282
+ This feature is currently in gradually released phase. To access it, please [contact us](https://console.tencentcloud.com/workorder).
11291
11283
  :type IPv4AddressType: str
11292
11284
  :param _IPv6AddressType: Indicates the type of EIPv6. Valid values:
11293
11285
 
11294
11286
  <li>EIPv6: common IPv6</li>
11295
- <li>HighQualityEIPv6: dedicated IPv6</li>
11287
+ <li>HighQualityEIPv6: High Quality EIPv6</li>
11296
11288
  Note: Contact the product team to enable the dedicated IPv6 allowlist. The dedicated IPv6 is only supported in some regions.
11297
11289
 
11298
11290
  Default: `EIPv6`
11299
11291
 
11300
- This feature is currently in gradually released phase. To access it, please contact us.
11292
+ This feature is currently in gradually released phase. To access it, please [contact us](https://console.tencentcloud.com/workorder).
11301
11293
  :type IPv6AddressType: str
11302
11294
  :param _AntiDDoSPackageId: Anti-DDoS service package ID. This is required when you want to request an Anti-DDoS IP.
11303
11295
  :type AntiDDoSPackageId: str
@@ -11313,7 +11305,10 @@ This feature is currently in gradually released phase. To access it, please cont
11313
11305
 
11314
11306
  @property
11315
11307
  def InternetChargeType(self):
11316
- """Network connection billing plan. Valid value: <br><li>TRAFFIC_POSTPAID_BY_HOUR: pay after use. You are billed for your traffic, by the hour.
11308
+ """Network connection billing plan. Valid value:
11309
+
11310
+ <li>TRAFFIC_POSTPAID_BY_HOUR: pay after use. You are billed for your traffic, by the hour. </li>
11311
+ <li>BANDWIDTH_PACKAGE: Bandwidth package user. </li>
11317
11312
  :rtype: str
11318
11313
  """
11319
11314
  return self._InternetChargeType
@@ -11357,15 +11352,10 @@ This feature is currently in gradually released phase. To access it, please cont
11357
11352
 
11358
11353
  @property
11359
11354
  def InternetServiceProvider(self):
11360
- """The EIP line type.
11355
+ """Describes the line type. for details, refer to [EIP IP address types](https://www.tencentcloud.com/zh/document/product/213/5733). default value: `BGP`.
11361
11356
  <li>BGP Default: BGP</li>
11362
-
11363
11357
  For a user who has activated the static single-line IP allowlist, possible values are:
11364
-
11365
- <li>CMCC: China Mobile</li>
11366
- <li>CTCC: China Telecom</li>
11367
- <li>CUCC: China Unicom</li>
11368
-
11358
+ <li>CMCC: China Mobile</li> <li>CTCC: China Telecom</li> <li>CUCC: China Unicom</li>
11369
11359
  Note: Only certain regions support static single-line IP addresses.
11370
11360
  :rtype: str
11371
11361
  """
@@ -11377,17 +11367,11 @@ Note: Only certain regions support static single-line IP addresses.
11377
11367
 
11378
11368
  @property
11379
11369
  def IPv4AddressType(self):
11380
- """AddressType. Default value: `WanIP`.
11370
+ """Type of public IP address.
11381
11371
 
11382
- For beta users of dedicated IP, the value can be:
11383
- <li>HighQualityEIP: Dedicated IP</li>
11384
- Note that dedicated IPs are only available in partial regions.
11385
-
11386
- For beta users of Anti-DDoS IP, the value can be:
11387
- <li>AntiDDoSEIP: Anti-DDoS EIP</li>
11388
- Note that Anti-DDoS IPs are only available in partial regions.
11389
-
11390
- This feature is currently in gradually released phase. To access it, please contact us.
11372
+ <li> WanIP: Ordinary public IP address. </li> <li> HighQualityEIP: High Quality EIP is supported only in Singapore and Hong Kong. </li> <li> AntiDDoSEIP: Anti-DDoS IP is supported only in specific regions. For details, see [EIP Product Overview](https://www.tencentcloud.com/zh/document/product/213/5733). </li>
11373
+ Specify the type of public IPv4 address to assign a public IPv4 address to the resource. HighQualityEIP and AntiDDoSEIP features are gradually released in select regions.
11374
+ This feature is currently in gradually released phase. To access it, please [contact us](https://console.tencentcloud.com/workorder).
11391
11375
  :rtype: str
11392
11376
  """
11393
11377
  return self._IPv4AddressType
@@ -11401,12 +11385,12 @@ This feature is currently in gradually released phase. To access it, please cont
11401
11385
  """Indicates the type of EIPv6. Valid values:
11402
11386
 
11403
11387
  <li>EIPv6: common IPv6</li>
11404
- <li>HighQualityEIPv6: dedicated IPv6</li>
11388
+ <li>HighQualityEIPv6: High Quality EIPv6</li>
11405
11389
  Note: Contact the product team to enable the dedicated IPv6 allowlist. The dedicated IPv6 is only supported in some regions.
11406
11390
 
11407
11391
  Default: `EIPv6`
11408
11392
 
11409
- This feature is currently in gradually released phase. To access it, please contact us.
11393
+ This feature is currently in gradually released phase. To access it, please [contact us](https://console.tencentcloud.com/workorder).
11410
11394
  :rtype: str
11411
11395
  """
11412
11396
  return self._IPv6AddressType
@@ -16718,7 +16702,7 @@ class RunInstancesRequest(AbstractModel):
16718
16702
 
16719
16703
  def __init__(self):
16720
16704
  r"""
16721
- :param _InstanceChargeType: Instance [billing type](https://intl.cloud.tencent.com/document/product/213/2180?from_cn_redirect=1). <br><li>`POSTPAID_BY_HOUR`: Hourly-based pay-as-you-go <br><li>`CDHPAID`: Dedicated CVM (associated with a dedicated host. Resource usage of the dedicated host is free of charge.) <br><li>`SPOTPAID`: [Spot instance](https://intl.cloud.tencent.com/document/product/213/17817)<br>Default value: `POSTPAID_BY_HOUR`.
16705
+ :param _InstanceChargeType: Instance [billing type](https://intl.cloud.tencent.com/document/product/213/2180?from_cn_redirect=1). <br><li>`PREPAID`: Monthly Subscription, used for at least one month <br><li>`POSTPAID_BY_HOUR`: Hourly-based pay-as-you-go <br><li>`CDHPAID`: [Dedicated CVM](https://www.tencentcloud.com/document/product/416/5068?lang=en&pg=) (associated with a dedicated host. Resource usage of the dedicated host is free of charge.) <br><li>`SPOTPAID`: [Spot instance](https://intl.cloud.tencent.com/document/product/213/17817)<br>Default value: `POSTPAID_BY_HOUR`.
16722
16706
  :type InstanceChargeType: str
16723
16707
  :param _InstanceChargePrepaid: Details of the monthly subscription, including the purchase period, auto-renewal. It is required if the `InstanceChargeType` is `PREPAID`.
16724
16708
  :type InstanceChargePrepaid: :class:`tencentcloud.cvm.v20170312.models.InstanceChargePrepaid`
@@ -16822,7 +16806,7 @@ If the dry run succeeds, the RequestId will be returned.
16822
16806
 
16823
16807
  @property
16824
16808
  def InstanceChargeType(self):
16825
- """Instance [billing type](https://intl.cloud.tencent.com/document/product/213/2180?from_cn_redirect=1). <br><li>`POSTPAID_BY_HOUR`: Hourly-based pay-as-you-go <br><li>`CDHPAID`: Dedicated CVM (associated with a dedicated host. Resource usage of the dedicated host is free of charge.) <br><li>`SPOTPAID`: [Spot instance](https://intl.cloud.tencent.com/document/product/213/17817)<br>Default value: `POSTPAID_BY_HOUR`.
16809
+ """Instance [billing type](https://intl.cloud.tencent.com/document/product/213/2180?from_cn_redirect=1). <br><li>`PREPAID`: Monthly Subscription, used for at least one month <br><li>`POSTPAID_BY_HOUR`: Hourly-based pay-as-you-go <br><li>`CDHPAID`: [Dedicated CVM](https://www.tencentcloud.com/document/product/416/5068?lang=en&pg=) (associated with a dedicated host. Resource usage of the dedicated host is free of charge.) <br><li>`SPOTPAID`: [Spot instance](https://intl.cloud.tencent.com/document/product/213/17817)<br>Default value: `POSTPAID_BY_HOUR`.
16826
16810
  :rtype: str
16827
16811
  """
16828
16812
  return self._InstanceChargeType
@@ -82,8 +82,7 @@ class IaiClient(AbstractClient):
82
82
 
83
83
  def CopyPerson(self, request):
84
84
  """This API is used to copy a person in a group to another group (without copying the description). One person can exist in up to 100 groups at the same time.
85
- >
86
- - Note: in the case that the version of the algorithm model was 2.0 when the person was created, the copy operation will fail if the target group is not of algorithm model 2.0.
85
+ >- Note: in the case that the version of the algorithm model was 2.0 when the person was created, the copy operation will fail if the target group is not of algorithm model 2.0.
87
86
 
88
87
  :param request: Request instance for CopyPerson.
89
88
  :type request: :class:`tencentcloud.iai.v20200303.models.CopyPersonRequest`
@@ -742,7 +742,7 @@ class CopyPersonResponse(AbstractModel):
742
742
  :type SucGroupNum: int
743
743
  :param _SucGroupIds: List of groups successfully added to.
744
744
  :type SucGroupIds: list of str
745
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
745
+ :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.
746
746
  :type RequestId: str
747
747
  """
748
748
  self._SucGroupNum = None
@@ -773,7 +773,7 @@ class CopyPersonResponse(AbstractModel):
773
773
 
774
774
  @property
775
775
  def RequestId(self):
776
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
776
+ """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.
777
777
  :rtype: str
778
778
  """
779
779
  return self._RequestId
@@ -1224,7 +1224,7 @@ class AudioTemplateInfo(AbstractModel):
1224
1224
  :param _AudioBitrate: Audio bitrate. If this parameter is left empty, the original value will be used.
1225
1225
  Valid values: 6000, 7000, 8000, 10000, 12000, 14000, 16000, 20000, 24000, 28000, 32000, 40000, 48000, 56000, 64000, 80000, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 288000, 320000, 384000, 448000, 512000, 576000, 640000, 768000, 896000, 1024000
1226
1226
  :type AudioBitrate: int
1227
- :param _LanguageCode: Audio language code, whose length is always 3 characters.
1227
+ :param _LanguageCode: Audio language code, which length is between 2 and 20.
1228
1228
  :type LanguageCode: str
1229
1229
  :param _AudioNormalization: Audio transcoding special configuration information.
1230
1230
  :type AudioNormalization: :class:`tencentcloud.mdl.v20200326.models.AudioNormalizationSettings`
@@ -1232,6 +1232,8 @@ Valid values: 6000, 7000, 8000, 10000, 12000, 14000, 16000, 20000, 24000, 28000,
1232
1232
  :type AudioSampleRate: int
1233
1233
  :param _AudioCodecDetails: Audio encoding parameters.
1234
1234
  :type AudioCodecDetails: :class:`tencentcloud.mdl.v20200326.models.AudioCodecDetail`
1235
+ :param _LanguageDescription: Audio language description, which maximum length is 100.
1236
+ :type LanguageDescription: str
1235
1237
  """
1236
1238
  self._AudioSelectorName = None
1237
1239
  self._Name = None
@@ -1241,6 +1243,7 @@ Valid values: 6000, 7000, 8000, 10000, 12000, 14000, 16000, 20000, 24000, 28000,
1241
1243
  self._AudioNormalization = None
1242
1244
  self._AudioSampleRate = None
1243
1245
  self._AudioCodecDetails = None
1246
+ self._LanguageDescription = None
1244
1247
 
1245
1248
  @property
1246
1249
  def AudioSelectorName(self):
@@ -1289,7 +1292,7 @@ Valid values: 6000, 7000, 8000, 10000, 12000, 14000, 16000, 20000, 24000, 28000,
1289
1292
 
1290
1293
  @property
1291
1294
  def LanguageCode(self):
1292
- """Audio language code, whose length is always 3 characters.
1295
+ """Audio language code, which length is between 2 and 20.
1293
1296
  :rtype: str
1294
1297
  """
1295
1298
  return self._LanguageCode
@@ -1331,6 +1334,17 @@ Valid values: 6000, 7000, 8000, 10000, 12000, 14000, 16000, 20000, 24000, 28000,
1331
1334
  def AudioCodecDetails(self, AudioCodecDetails):
1332
1335
  self._AudioCodecDetails = AudioCodecDetails
1333
1336
 
1337
+ @property
1338
+ def LanguageDescription(self):
1339
+ """Audio language description, which maximum length is 100.
1340
+ :rtype: str
1341
+ """
1342
+ return self._LanguageDescription
1343
+
1344
+ @LanguageDescription.setter
1345
+ def LanguageDescription(self, LanguageDescription):
1346
+ self._LanguageDescription = LanguageDescription
1347
+
1334
1348
 
1335
1349
  def _deserialize(self, params):
1336
1350
  self._AudioSelectorName = params.get("AudioSelectorName")
@@ -1345,6 +1359,7 @@ Valid values: 6000, 7000, 8000, 10000, 12000, 14000, 16000, 20000, 24000, 28000,
1345
1359
  if params.get("AudioCodecDetails") is not None:
1346
1360
  self._AudioCodecDetails = AudioCodecDetail()
1347
1361
  self._AudioCodecDetails._deserialize(params.get("AudioCodecDetails"))
1362
+ self._LanguageDescription = params.get("LanguageDescription")
1348
1363
  memeber_set = set(params.keys())
1349
1364
  for name, value in vars(self).items():
1350
1365
  property_name = name[1:]
@@ -17,6 +17,12 @@
17
17
  # Internal error.
18
18
  INTERNALERROR = 'InternalError'
19
19
 
20
+ # Failed to obtain SSAI ad configuration.
21
+ INTERNALERROR_GETSSAICHANNELSFAILED = 'InternalError.GetSSAIChannelsFailed'
22
+
23
+ # Failed to obtain SSAI ad configuration usage.
24
+ INTERNALERROR_GETSSAIUSAGEPARTIALFAILED = 'InternalError.GetSSAIUsagePartialFailed'
25
+
20
26
  # Invalid `ActionType`.
21
27
  INVALIDPARAMETER_ACTIONTYPE = 'InvalidParameter.ActionType'
22
28
 
@@ -38,6 +44,9 @@ INVALIDPARAMETER_EXCEEDEDQUANTITYLIMIT = 'InvalidParameter.ExceededQuantityLimit
38
44
  # Invalid `Id`.
39
45
  INVALIDPARAMETER_ID = 'InvalidParameter.Id'
40
46
 
47
+ # SSAI channel id is invalid.
48
+ INVALIDPARAMETER_INVALIDPARAMETERCHANNELID = 'InvalidParameter.InvalidParameterChannelId'
49
+
41
50
  # Invalid `LvbDomain`.
42
51
  INVALIDPARAMETER_LVBDOMAIN = 'InvalidParameter.LvbDomain'
43
52
 
@@ -65,5 +74,8 @@ INVALIDPARAMETER_PROTOCOL = 'InvalidParameter.Protocol'
65
74
  # Invalid ad insertion configuration parameters.
66
75
  INVALIDPARAMETER_SSAIINFO = 'InvalidParameter.SSAIInfo'
67
76
 
77
+ # SSAI ad type error.
78
+ INVALIDPARAMETER_TYPE = 'InvalidParameter.Type'
79
+
68
80
  # Invalid `Url`.
69
81
  INVALIDPARAMETER_URL = 'InvalidParameter.Url'
@@ -831,6 +831,29 @@ class MdpClient(AbstractClient):
831
831
  raise TencentCloudSDKException(type(e).__name__, str(e))
832
832
 
833
833
 
834
+ def DescribeStreamPackageSSAIUsage(self, request):
835
+ """This API is used to query SSAI ad replacement usage.
836
+
837
+ :param request: Request instance for DescribeStreamPackageSSAIUsage.
838
+ :type request: :class:`tencentcloud.mdp.v20200527.models.DescribeStreamPackageSSAIUsageRequest`
839
+ :rtype: :class:`tencentcloud.mdp.v20200527.models.DescribeStreamPackageSSAIUsageResponse`
840
+
841
+ """
842
+ try:
843
+ params = request._serialize()
844
+ headers = request.headers
845
+ body = self.call("DescribeStreamPackageSSAIUsage", params, headers=headers)
846
+ response = json.loads(body)
847
+ model = models.DescribeStreamPackageSSAIUsageResponse()
848
+ model._deserialize(response["Response"])
849
+ return model
850
+ except Exception as e:
851
+ if isinstance(e, TencentCloudSDKException):
852
+ raise
853
+ else:
854
+ raise TencentCloudSDKException(type(e).__name__, str(e))
855
+
856
+
834
857
  def DescribeStreamPackageSource(self, request):
835
858
  """Query channel linear assembly Source information.
836
859
 
@@ -4716,6 +4716,132 @@ class DescribeStreamPackageSSAIChannelsResponse(AbstractModel):
4716
4716
  self._RequestId = params.get("RequestId")
4717
4717
 
4718
4718
 
4719
+ class DescribeStreamPackageSSAIUsageRequest(AbstractModel):
4720
+ """DescribeStreamPackageSSAIUsage request structure.
4721
+
4722
+ """
4723
+
4724
+ def __init__(self):
4725
+ r"""
4726
+ :param _StartTime: Start time.
4727
+ :type StartTime: str
4728
+ :param _EndTime: End time.
4729
+ :type EndTime: str
4730
+ :param _ChannelIds: Specifies the channel id you want to query.
4731
+ :type ChannelIds: list of str
4732
+ :param _Types: Specifies the ad type you want to query. valid values: Preroll/Midroll. if empty, query all types by default.
4733
+ :type Types: list of str
4734
+ """
4735
+ self._StartTime = None
4736
+ self._EndTime = None
4737
+ self._ChannelIds = None
4738
+ self._Types = None
4739
+
4740
+ @property
4741
+ def StartTime(self):
4742
+ """Start time.
4743
+ :rtype: str
4744
+ """
4745
+ return self._StartTime
4746
+
4747
+ @StartTime.setter
4748
+ def StartTime(self, StartTime):
4749
+ self._StartTime = StartTime
4750
+
4751
+ @property
4752
+ def EndTime(self):
4753
+ """End time.
4754
+ :rtype: str
4755
+ """
4756
+ return self._EndTime
4757
+
4758
+ @EndTime.setter
4759
+ def EndTime(self, EndTime):
4760
+ self._EndTime = EndTime
4761
+
4762
+ @property
4763
+ def ChannelIds(self):
4764
+ """Specifies the channel id you want to query.
4765
+ :rtype: list of str
4766
+ """
4767
+ return self._ChannelIds
4768
+
4769
+ @ChannelIds.setter
4770
+ def ChannelIds(self, ChannelIds):
4771
+ self._ChannelIds = ChannelIds
4772
+
4773
+ @property
4774
+ def Types(self):
4775
+ """Specifies the ad type you want to query. valid values: Preroll/Midroll. if empty, query all types by default.
4776
+ :rtype: list of str
4777
+ """
4778
+ return self._Types
4779
+
4780
+ @Types.setter
4781
+ def Types(self, Types):
4782
+ self._Types = Types
4783
+
4784
+
4785
+ def _deserialize(self, params):
4786
+ self._StartTime = params.get("StartTime")
4787
+ self._EndTime = params.get("EndTime")
4788
+ self._ChannelIds = params.get("ChannelIds")
4789
+ self._Types = params.get("Types")
4790
+ memeber_set = set(params.keys())
4791
+ for name, value in vars(self).items():
4792
+ property_name = name[1:]
4793
+ if property_name in memeber_set:
4794
+ memeber_set.remove(property_name)
4795
+ if len(memeber_set) > 0:
4796
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
4797
+
4798
+
4799
+
4800
+ class DescribeStreamPackageSSAIUsageResponse(AbstractModel):
4801
+ """DescribeStreamPackageSSAIUsage response structure.
4802
+
4803
+ """
4804
+
4805
+ def __init__(self):
4806
+ r"""
4807
+ :param _Info: SSAI usage information.
4808
+ :type Info: :class:`tencentcloud.mdp.v20200527.models.SSAIUsageInfo`
4809
+ :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.
4810
+ :type RequestId: str
4811
+ """
4812
+ self._Info = None
4813
+ self._RequestId = None
4814
+
4815
+ @property
4816
+ def Info(self):
4817
+ """SSAI usage information.
4818
+ :rtype: :class:`tencentcloud.mdp.v20200527.models.SSAIUsageInfo`
4819
+ """
4820
+ return self._Info
4821
+
4822
+ @Info.setter
4823
+ def Info(self, Info):
4824
+ self._Info = Info
4825
+
4826
+ @property
4827
+ def RequestId(self):
4828
+ """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.
4829
+ :rtype: str
4830
+ """
4831
+ return self._RequestId
4832
+
4833
+ @RequestId.setter
4834
+ def RequestId(self, RequestId):
4835
+ self._RequestId = RequestId
4836
+
4837
+
4838
+ def _deserialize(self, params):
4839
+ if params.get("Info") is not None:
4840
+ self._Info = SSAIUsageInfo()
4841
+ self._Info._deserialize(params.get("Info"))
4842
+ self._RequestId = params.get("RequestId")
4843
+
4844
+
4719
4845
  class DescribeStreamPackageSourceAlertsRequest(AbstractModel):
4720
4846
  """DescribeStreamPackageSourceAlerts request structure.
4721
4847
 
@@ -9253,6 +9379,184 @@ class SSAIConf(AbstractModel):
9253
9379
 
9254
9380
 
9255
9381
 
9382
+ class SSAIUsageInfo(AbstractModel):
9383
+ """SSAI usage information.
9384
+
9385
+ """
9386
+
9387
+ def __init__(self):
9388
+ r"""
9389
+ :param _AdRequestSuccess: Number of successful ad requests.
9390
+ :type AdRequestSuccess: int
9391
+ :param _AdRequestFail: Number of failed ad requests.
9392
+ :type AdRequestFail: int
9393
+ :param _Impression: Exposure count.
9394
+ :type Impression: int
9395
+ :param _MidFillRate: Fill factor for personalized ads.
9396
+ :type MidFillRate: float
9397
+ :param _AdMarkerTime: Advertising tag time.
9398
+ :type AdMarkerTime: float
9399
+ :param _ReplacedTime: Personalization replacement time.
9400
+ :type ReplacedTime: float
9401
+ :param _PreReplaceRate: Ad replacement rate.
9402
+ :type PreReplaceRate: float
9403
+ :param _PreReqNum: Number of pre-roll ad requests.
9404
+ :type PreReqNum: int
9405
+ :param _PreReplacedNum: Number of pre-roll ad replacements.
9406
+ :type PreReplacedNum: int
9407
+ :param _UsageDetails: Configures usage for each ad.
9408
+ Note: This field may return null, indicating that no valid values can be obtained.
9409
+ :type UsageDetails: list of UsageDetail
9410
+ """
9411
+ self._AdRequestSuccess = None
9412
+ self._AdRequestFail = None
9413
+ self._Impression = None
9414
+ self._MidFillRate = None
9415
+ self._AdMarkerTime = None
9416
+ self._ReplacedTime = None
9417
+ self._PreReplaceRate = None
9418
+ self._PreReqNum = None
9419
+ self._PreReplacedNum = None
9420
+ self._UsageDetails = None
9421
+
9422
+ @property
9423
+ def AdRequestSuccess(self):
9424
+ """Number of successful ad requests.
9425
+ :rtype: int
9426
+ """
9427
+ return self._AdRequestSuccess
9428
+
9429
+ @AdRequestSuccess.setter
9430
+ def AdRequestSuccess(self, AdRequestSuccess):
9431
+ self._AdRequestSuccess = AdRequestSuccess
9432
+
9433
+ @property
9434
+ def AdRequestFail(self):
9435
+ """Number of failed ad requests.
9436
+ :rtype: int
9437
+ """
9438
+ return self._AdRequestFail
9439
+
9440
+ @AdRequestFail.setter
9441
+ def AdRequestFail(self, AdRequestFail):
9442
+ self._AdRequestFail = AdRequestFail
9443
+
9444
+ @property
9445
+ def Impression(self):
9446
+ """Exposure count.
9447
+ :rtype: int
9448
+ """
9449
+ return self._Impression
9450
+
9451
+ @Impression.setter
9452
+ def Impression(self, Impression):
9453
+ self._Impression = Impression
9454
+
9455
+ @property
9456
+ def MidFillRate(self):
9457
+ """Fill factor for personalized ads.
9458
+ :rtype: float
9459
+ """
9460
+ return self._MidFillRate
9461
+
9462
+ @MidFillRate.setter
9463
+ def MidFillRate(self, MidFillRate):
9464
+ self._MidFillRate = MidFillRate
9465
+
9466
+ @property
9467
+ def AdMarkerTime(self):
9468
+ """Advertising tag time.
9469
+ :rtype: float
9470
+ """
9471
+ return self._AdMarkerTime
9472
+
9473
+ @AdMarkerTime.setter
9474
+ def AdMarkerTime(self, AdMarkerTime):
9475
+ self._AdMarkerTime = AdMarkerTime
9476
+
9477
+ @property
9478
+ def ReplacedTime(self):
9479
+ """Personalization replacement time.
9480
+ :rtype: float
9481
+ """
9482
+ return self._ReplacedTime
9483
+
9484
+ @ReplacedTime.setter
9485
+ def ReplacedTime(self, ReplacedTime):
9486
+ self._ReplacedTime = ReplacedTime
9487
+
9488
+ @property
9489
+ def PreReplaceRate(self):
9490
+ """Ad replacement rate.
9491
+ :rtype: float
9492
+ """
9493
+ return self._PreReplaceRate
9494
+
9495
+ @PreReplaceRate.setter
9496
+ def PreReplaceRate(self, PreReplaceRate):
9497
+ self._PreReplaceRate = PreReplaceRate
9498
+
9499
+ @property
9500
+ def PreReqNum(self):
9501
+ """Number of pre-roll ad requests.
9502
+ :rtype: int
9503
+ """
9504
+ return self._PreReqNum
9505
+
9506
+ @PreReqNum.setter
9507
+ def PreReqNum(self, PreReqNum):
9508
+ self._PreReqNum = PreReqNum
9509
+
9510
+ @property
9511
+ def PreReplacedNum(self):
9512
+ """Number of pre-roll ad replacements.
9513
+ :rtype: int
9514
+ """
9515
+ return self._PreReplacedNum
9516
+
9517
+ @PreReplacedNum.setter
9518
+ def PreReplacedNum(self, PreReplacedNum):
9519
+ self._PreReplacedNum = PreReplacedNum
9520
+
9521
+ @property
9522
+ def UsageDetails(self):
9523
+ """Configures usage for each ad.
9524
+ Note: This field may return null, indicating that no valid values can be obtained.
9525
+ :rtype: list of UsageDetail
9526
+ """
9527
+ return self._UsageDetails
9528
+
9529
+ @UsageDetails.setter
9530
+ def UsageDetails(self, UsageDetails):
9531
+ self._UsageDetails = UsageDetails
9532
+
9533
+
9534
+ def _deserialize(self, params):
9535
+ self._AdRequestSuccess = params.get("AdRequestSuccess")
9536
+ self._AdRequestFail = params.get("AdRequestFail")
9537
+ self._Impression = params.get("Impression")
9538
+ self._MidFillRate = params.get("MidFillRate")
9539
+ self._AdMarkerTime = params.get("AdMarkerTime")
9540
+ self._ReplacedTime = params.get("ReplacedTime")
9541
+ self._PreReplaceRate = params.get("PreReplaceRate")
9542
+ self._PreReqNum = params.get("PreReqNum")
9543
+ self._PreReplacedNum = params.get("PreReplacedNum")
9544
+ if params.get("UsageDetails") is not None:
9545
+ self._UsageDetails = []
9546
+ for item in params.get("UsageDetails"):
9547
+ obj = UsageDetail()
9548
+ obj._deserialize(item)
9549
+ self._UsageDetails.append(obj)
9550
+ memeber_set = set(params.keys())
9551
+ for name, value in vars(self).items():
9552
+ property_name = name[1:]
9553
+ if property_name in memeber_set:
9554
+ memeber_set.remove(property_name)
9555
+ if len(memeber_set) > 0:
9556
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
9557
+
9558
+
9559
+
9256
9560
  class SegmentDeliverInfo(AbstractModel):
9257
9561
  """SourceLocation shim configuration.
9258
9562
 
@@ -10397,4 +10701,295 @@ class UnbindLinearAssemblyCDNDomainWithChannelResponse(AbstractModel):
10397
10701
 
10398
10702
 
10399
10703
  def _deserialize(self, params):
10400
- self._RequestId = params.get("RequestId")
10704
+ self._RequestId = params.get("RequestId")
10705
+
10706
+
10707
+ class UsageDetail(AbstractModel):
10708
+ """Ad insertion configuration and SSAI usage detail by advertisement type dimension.
10709
+
10710
+ """
10711
+
10712
+ def __init__(self):
10713
+ r"""
10714
+ :param _UniqId: Ad insertion configuration uniq_id.
10715
+ :type UniqId: str
10716
+ :param _ChannelId: Ad insertion configuration id.
10717
+ :type ChannelId: str
10718
+ :param _ChannelName: Ad insertion configuration name.
10719
+ :type ChannelName: str
10720
+ :param _AdType: Ad type.
10721
+ :type AdType: str
10722
+ :param _AdRequestSuccess: Number of successful ad requests.
10723
+ :type AdRequestSuccess: int
10724
+ :param _AdRequestFail: Number of failed ad requests.
10725
+ :type AdRequestFail: int
10726
+ :param _Impression: Number of ad exposures.
10727
+ :type Impression: int
10728
+ :param _Start: Number of ad playbacks started.
10729
+ :type Start: int
10730
+ :param _FirstQuarter: Ad plays at 1/4 point.
10731
+ :type FirstQuarter: int
10732
+ :param _Midpoint: Ad plays at 1/2 point.
10733
+ :type Midpoint: int
10734
+ :param _ThirdQuarter: Ad plays at 3/4 point.
10735
+ :type ThirdQuarter: int
10736
+ :param _Complete: Number of ad playbacks completed.
10737
+ :type Complete: int
10738
+ :param _AdMarkerTime: Advertising tag time.
10739
+ :type AdMarkerTime: float
10740
+ :param _ReplacedTime: Personalization replacement time.
10741
+ :type ReplacedTime: float
10742
+ :param _MidFillRate: Fill factor for personalized ads.
10743
+ :type MidFillRate: float
10744
+ :param _PreReqNum: Number of pre-roll ad requests.
10745
+ :type PreReqNum: int
10746
+ :param _PreReplacedNum: Number of pre-roll ad replacements.
10747
+ :type PreReplacedNum: int
10748
+ :param _PreReplaceRate: Ad replacement rate.
10749
+ :type PreReplaceRate: float
10750
+ """
10751
+ self._UniqId = None
10752
+ self._ChannelId = None
10753
+ self._ChannelName = None
10754
+ self._AdType = None
10755
+ self._AdRequestSuccess = None
10756
+ self._AdRequestFail = None
10757
+ self._Impression = None
10758
+ self._Start = None
10759
+ self._FirstQuarter = None
10760
+ self._Midpoint = None
10761
+ self._ThirdQuarter = None
10762
+ self._Complete = None
10763
+ self._AdMarkerTime = None
10764
+ self._ReplacedTime = None
10765
+ self._MidFillRate = None
10766
+ self._PreReqNum = None
10767
+ self._PreReplacedNum = None
10768
+ self._PreReplaceRate = None
10769
+
10770
+ @property
10771
+ def UniqId(self):
10772
+ """Ad insertion configuration uniq_id.
10773
+ :rtype: str
10774
+ """
10775
+ return self._UniqId
10776
+
10777
+ @UniqId.setter
10778
+ def UniqId(self, UniqId):
10779
+ self._UniqId = UniqId
10780
+
10781
+ @property
10782
+ def ChannelId(self):
10783
+ """Ad insertion configuration id.
10784
+ :rtype: str
10785
+ """
10786
+ return self._ChannelId
10787
+
10788
+ @ChannelId.setter
10789
+ def ChannelId(self, ChannelId):
10790
+ self._ChannelId = ChannelId
10791
+
10792
+ @property
10793
+ def ChannelName(self):
10794
+ """Ad insertion configuration name.
10795
+ :rtype: str
10796
+ """
10797
+ return self._ChannelName
10798
+
10799
+ @ChannelName.setter
10800
+ def ChannelName(self, ChannelName):
10801
+ self._ChannelName = ChannelName
10802
+
10803
+ @property
10804
+ def AdType(self):
10805
+ """Ad type.
10806
+ :rtype: str
10807
+ """
10808
+ return self._AdType
10809
+
10810
+ @AdType.setter
10811
+ def AdType(self, AdType):
10812
+ self._AdType = AdType
10813
+
10814
+ @property
10815
+ def AdRequestSuccess(self):
10816
+ """Number of successful ad requests.
10817
+ :rtype: int
10818
+ """
10819
+ return self._AdRequestSuccess
10820
+
10821
+ @AdRequestSuccess.setter
10822
+ def AdRequestSuccess(self, AdRequestSuccess):
10823
+ self._AdRequestSuccess = AdRequestSuccess
10824
+
10825
+ @property
10826
+ def AdRequestFail(self):
10827
+ """Number of failed ad requests.
10828
+ :rtype: int
10829
+ """
10830
+ return self._AdRequestFail
10831
+
10832
+ @AdRequestFail.setter
10833
+ def AdRequestFail(self, AdRequestFail):
10834
+ self._AdRequestFail = AdRequestFail
10835
+
10836
+ @property
10837
+ def Impression(self):
10838
+ """Number of ad exposures.
10839
+ :rtype: int
10840
+ """
10841
+ return self._Impression
10842
+
10843
+ @Impression.setter
10844
+ def Impression(self, Impression):
10845
+ self._Impression = Impression
10846
+
10847
+ @property
10848
+ def Start(self):
10849
+ """Number of ad playbacks started.
10850
+ :rtype: int
10851
+ """
10852
+ return self._Start
10853
+
10854
+ @Start.setter
10855
+ def Start(self, Start):
10856
+ self._Start = Start
10857
+
10858
+ @property
10859
+ def FirstQuarter(self):
10860
+ """Ad plays at 1/4 point.
10861
+ :rtype: int
10862
+ """
10863
+ return self._FirstQuarter
10864
+
10865
+ @FirstQuarter.setter
10866
+ def FirstQuarter(self, FirstQuarter):
10867
+ self._FirstQuarter = FirstQuarter
10868
+
10869
+ @property
10870
+ def Midpoint(self):
10871
+ """Ad plays at 1/2 point.
10872
+ :rtype: int
10873
+ """
10874
+ return self._Midpoint
10875
+
10876
+ @Midpoint.setter
10877
+ def Midpoint(self, Midpoint):
10878
+ self._Midpoint = Midpoint
10879
+
10880
+ @property
10881
+ def ThirdQuarter(self):
10882
+ """Ad plays at 3/4 point.
10883
+ :rtype: int
10884
+ """
10885
+ return self._ThirdQuarter
10886
+
10887
+ @ThirdQuarter.setter
10888
+ def ThirdQuarter(self, ThirdQuarter):
10889
+ self._ThirdQuarter = ThirdQuarter
10890
+
10891
+ @property
10892
+ def Complete(self):
10893
+ """Number of ad playbacks completed.
10894
+ :rtype: int
10895
+ """
10896
+ return self._Complete
10897
+
10898
+ @Complete.setter
10899
+ def Complete(self, Complete):
10900
+ self._Complete = Complete
10901
+
10902
+ @property
10903
+ def AdMarkerTime(self):
10904
+ """Advertising tag time.
10905
+ :rtype: float
10906
+ """
10907
+ return self._AdMarkerTime
10908
+
10909
+ @AdMarkerTime.setter
10910
+ def AdMarkerTime(self, AdMarkerTime):
10911
+ self._AdMarkerTime = AdMarkerTime
10912
+
10913
+ @property
10914
+ def ReplacedTime(self):
10915
+ """Personalization replacement time.
10916
+ :rtype: float
10917
+ """
10918
+ return self._ReplacedTime
10919
+
10920
+ @ReplacedTime.setter
10921
+ def ReplacedTime(self, ReplacedTime):
10922
+ self._ReplacedTime = ReplacedTime
10923
+
10924
+ @property
10925
+ def MidFillRate(self):
10926
+ """Fill factor for personalized ads.
10927
+ :rtype: float
10928
+ """
10929
+ return self._MidFillRate
10930
+
10931
+ @MidFillRate.setter
10932
+ def MidFillRate(self, MidFillRate):
10933
+ self._MidFillRate = MidFillRate
10934
+
10935
+ @property
10936
+ def PreReqNum(self):
10937
+ """Number of pre-roll ad requests.
10938
+ :rtype: int
10939
+ """
10940
+ return self._PreReqNum
10941
+
10942
+ @PreReqNum.setter
10943
+ def PreReqNum(self, PreReqNum):
10944
+ self._PreReqNum = PreReqNum
10945
+
10946
+ @property
10947
+ def PreReplacedNum(self):
10948
+ """Number of pre-roll ad replacements.
10949
+ :rtype: int
10950
+ """
10951
+ return self._PreReplacedNum
10952
+
10953
+ @PreReplacedNum.setter
10954
+ def PreReplacedNum(self, PreReplacedNum):
10955
+ self._PreReplacedNum = PreReplacedNum
10956
+
10957
+ @property
10958
+ def PreReplaceRate(self):
10959
+ """Ad replacement rate.
10960
+ :rtype: float
10961
+ """
10962
+ return self._PreReplaceRate
10963
+
10964
+ @PreReplaceRate.setter
10965
+ def PreReplaceRate(self, PreReplaceRate):
10966
+ self._PreReplaceRate = PreReplaceRate
10967
+
10968
+
10969
+ def _deserialize(self, params):
10970
+ self._UniqId = params.get("UniqId")
10971
+ self._ChannelId = params.get("ChannelId")
10972
+ self._ChannelName = params.get("ChannelName")
10973
+ self._AdType = params.get("AdType")
10974
+ self._AdRequestSuccess = params.get("AdRequestSuccess")
10975
+ self._AdRequestFail = params.get("AdRequestFail")
10976
+ self._Impression = params.get("Impression")
10977
+ self._Start = params.get("Start")
10978
+ self._FirstQuarter = params.get("FirstQuarter")
10979
+ self._Midpoint = params.get("Midpoint")
10980
+ self._ThirdQuarter = params.get("ThirdQuarter")
10981
+ self._Complete = params.get("Complete")
10982
+ self._AdMarkerTime = params.get("AdMarkerTime")
10983
+ self._ReplacedTime = params.get("ReplacedTime")
10984
+ self._MidFillRate = params.get("MidFillRate")
10985
+ self._PreReqNum = params.get("PreReqNum")
10986
+ self._PreReplacedNum = params.get("PreReplacedNum")
10987
+ self._PreReplaceRate = params.get("PreReplaceRate")
10988
+ memeber_set = set(params.keys())
10989
+ for name, value in vars(self).items():
10990
+ property_name = name[1:]
10991
+ if property_name in memeber_set:
10992
+ memeber_set.remove(property_name)
10993
+ if len(memeber_set) > 0:
10994
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
10995
+
@@ -1177,6 +1177,8 @@ PureAudio: audio-only.
1177
1177
  :param _SubtitleTemplate: Specifies the subtitle parameter.
1178
1178
  Note: This field may return null, indicating that no valid value can be obtained.
1179
1179
  :type SubtitleTemplate: :class:`tencentcloud.mps.v20190612.models.SubtitleTemplate`
1180
+ :param _StdExtInfo: Extension field for transcoding.
1181
+ :type StdExtInfo: str
1180
1182
  """
1181
1183
  self._Definition = None
1182
1184
  self._WatermarkSet = None
@@ -1188,6 +1190,7 @@ Note: This field may return null, indicating that no valid value can be obtained
1188
1190
  self._DrmInfo = None
1189
1191
  self._DefinitionType = None
1190
1192
  self._SubtitleTemplate = None
1193
+ self._StdExtInfo = None
1191
1194
 
1192
1195
  @property
1193
1196
  def Definition(self):
@@ -1311,6 +1314,17 @@ Note: This field may return null, indicating that no valid value can be obtained
1311
1314
  def SubtitleTemplate(self, SubtitleTemplate):
1312
1315
  self._SubtitleTemplate = SubtitleTemplate
1313
1316
 
1317
+ @property
1318
+ def StdExtInfo(self):
1319
+ """Extension field for transcoding.
1320
+ :rtype: str
1321
+ """
1322
+ return self._StdExtInfo
1323
+
1324
+ @StdExtInfo.setter
1325
+ def StdExtInfo(self, StdExtInfo):
1326
+ self._StdExtInfo = StdExtInfo
1327
+
1314
1328
 
1315
1329
  def _deserialize(self, params):
1316
1330
  self._Definition = params.get("Definition")
@@ -1339,6 +1353,7 @@ Note: This field may return null, indicating that no valid value can be obtained
1339
1353
  if params.get("SubtitleTemplate") is not None:
1340
1354
  self._SubtitleTemplate = SubtitleTemplate()
1341
1355
  self._SubtitleTemplate._deserialize(params.get("SubtitleTemplate"))
1356
+ self._StdExtInfo = params.get("StdExtInfo")
1342
1357
  memeber_set = set(params.keys())
1343
1358
  for name, value in vars(self).items():
1344
1359
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-intl-en
3
- Version: 3.0.1249
3
+ Version: 3.0.1250
4
4
  Summary: Tencent Cloud SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python-intl-en
6
6
  Author: Tencent Cloud
@@ -1,4 +1,4 @@
1
- tencentcloud/__init__.py,sha256=vp4CiaLLbnYERRRdUaaLdz2x4zvGhhPQKG5KJwxnrKA,630
1
+ tencentcloud/__init__.py,sha256=cUmyu2iStP8ab75Pa1FvNMSfDzh5_oVbYqocQ5YNLFM,630
2
2
  tencentcloud/advisor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  tencentcloud/advisor/v20200721/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  tencentcloud/advisor/v20200721/advisor_client.py,sha256=fiBV7Nao68T0UJdOUt5BxEABWr7mG_J9NPJT2lXDdyw,2897
@@ -191,7 +191,7 @@ tencentcloud/cvm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
191
191
  tencentcloud/cvm/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
192
192
  tencentcloud/cvm/v20170312/cvm_client.py,sha256=5NBD6WjiWyGwR8sGUZFBQeIxVKSX0gbRtYKIo4lIaTE,96268
193
193
  tencentcloud/cvm/v20170312/errorcodes.py,sha256=OWVQJFWIr88PFCGlx5kwiDQfD3yrdfGYvy9Tc6_5b3w,53534
194
- tencentcloud/cvm/v20170312/models.py,sha256=H6Dt4-Rl3-PC_acIpVIoNyrnKmcGrC6Nq9QSK67o264,795182
194
+ tencentcloud/cvm/v20170312/models.py,sha256=GwLf50TvOOWQ7iMRgWhJhEX2rqA0JgeEPwoS_HFYg-E,796362
195
195
  tencentcloud/cwp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
196
196
  tencentcloud/cwp/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
197
197
  tencentcloud/cwp/v20180228/cwp_client.py,sha256=4JrQ1BjTj7nCLEPbfPrStUDqzDoTtZl4TjqyKUwvl6I,444110
@@ -328,8 +328,8 @@ tencentcloud/gwlb/v20240906/models.py,sha256=lhysMU2S_WH-HX92z0uSgqJHUEZmkGFpyEL
328
328
  tencentcloud/iai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
329
329
  tencentcloud/iai/v20200303/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
330
330
  tencentcloud/iai/v20200303/errorcodes.py,sha256=9Zq2oU_yclAoKnWCh4UGerIgIJQ63MHxMuEwZALRWzY,12909
331
- tencentcloud/iai/v20200303/iai_client.py,sha256=sibOHREwEtuLmo2Z1OMdfWDuVziGmlcGI2Q3zi2yXFU,44134
332
- tencentcloud/iai/v20200303/models.py,sha256=VqJ0w7cAsfPQP3R6LUlJQUHC1dI0SMHSpF5LmJgvroE,321119
331
+ tencentcloud/iai/v20200303/iai_client.py,sha256=R_qUA_OiYQoe4j1ZqSmMepsq4Is59-PPB8oucdqNj38,44125
332
+ tencentcloud/iai/v20200303/models.py,sha256=UHs-v_9Ezc6chDQddlgoGBFr-gVmnCgr7NOvhJt54zQ,321373
333
333
  tencentcloud/iap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
334
334
  tencentcloud/iap/v20240713/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
335
335
  tencentcloud/iap/v20240713/errorcodes.py,sha256=cqaHLppTBeiHS19zGrX9Fo9nUsvT5u6MVn0sTeh_wsE,1652
@@ -394,12 +394,12 @@ tencentcloud/mdl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
394
394
  tencentcloud/mdl/v20200326/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
395
395
  tencentcloud/mdl/v20200326/errorcodes.py,sha256=cMmMiQte9bq-mvmvR0mxYHI3chhpxTPumrV5bsIVpA8,3151
396
396
  tencentcloud/mdl/v20200326/mdl_client.py,sha256=V8RLvMokqxw6CPB9uRdakY1EAwtzBUUaSuZMJVxJ0sk,32703
397
- tencentcloud/mdl/v20200326/models.py,sha256=obp-f83jnSnlm1mrQVeeyBih5w3xJsyzE9b68nspO8Q,430200
397
+ tencentcloud/mdl/v20200326/models.py,sha256=PyrAW3m3INrS2fjdro7buf7paKpkGXmm_XHiSszUKvY,430774
398
398
  tencentcloud/mdp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
399
399
  tencentcloud/mdp/v20200527/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
400
- tencentcloud/mdp/v20200527/errorcodes.py,sha256=lVh__j0tWEIuju98r9D5lZyVQpHk-5smMo4ercv7gZs,2097
401
- tencentcloud/mdp/v20200527/mdp_client.py,sha256=edZtHiyiPO6RA53VigSLDXSalQAGrwOnJewe8JKWwVY,54327
402
- tencentcloud/mdp/v20200527/models.py,sha256=QNrS5j-EShztfV07Y3XDwuTzzJBYPuhxWymuh00JldA,316556
400
+ tencentcloud/mdp/v20200527/errorcodes.py,sha256=lOcs-5tHZAwzyWK_f-Q8UZd0Pw5q7NFt0bi7fTZ_0nc,2541
401
+ tencentcloud/mdp/v20200527/mdp_client.py,sha256=4mcuw-_JSgAVIMKe53G5XTU279y0Y5Htagnd92ywYn0,55308
402
+ tencentcloud/mdp/v20200527/models.py,sha256=_N82hq9b4gaOkLzEZ1C3SfCoJVxPhTUPnYvhux3oSww,333881
403
403
  tencentcloud/mongodb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
404
404
  tencentcloud/mongodb/v20190725/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
405
405
  tencentcloud/mongodb/v20190725/errorcodes.py,sha256=FY76Gg6i_g7wFuILwh8KcrEb6jAnay2N0r7EbHVbKkE,7405
@@ -413,7 +413,7 @@ tencentcloud/monitor/v20180724/monitor_client.py,sha256=BgWGGydq4tPDwx9whEe_E-NN
413
413
  tencentcloud/mps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
414
414
  tencentcloud/mps/v20190612/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
415
415
  tencentcloud/mps/v20190612/errorcodes.py,sha256=JLEbPRuavsDumgg59fk-vNH-fS-PmeTlZDklciumn_0,15226
416
- tencentcloud/mps/v20190612/models.py,sha256=4suakP48gzFLdPFHMxNZd2BCRezizVwWuNFsr9rmfvg,1968660
416
+ tencentcloud/mps/v20190612/models.py,sha256=ChMsQvh2Olzg3rwTN_Qs9CiynrWQPYd94AzwB_Gt1hU,1969084
417
417
  tencentcloud/mps/v20190612/mps_client.py,sha256=n3E09q497xRxwkn5OZ6qHDPE42G1co9fKxAg3YDV7BM,96335
418
418
  tencentcloud/msp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
419
419
  tencentcloud/msp/v20180319/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -673,7 +673,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
673
673
  tencentcloud/yunjing/v20180228/errorcodes.py,sha256=g2ac3Fxgbof23WWhGj9VxvuLJZNshnB0Mg7jWUzTh24,3168
674
674
  tencentcloud/yunjing/v20180228/models.py,sha256=vFpNnPGWiOLdTut0XPTpRRF5lobWUTkFUO1EHc9RkBk,330643
675
675
  tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=PqtaJz4gQ-rIxKXVMNtOKx7kFBQdUn-zKVuH2NcMFcA,67362
676
- tencentcloud_sdk_python_intl_en-3.0.1249.dist-info/METADATA,sha256=CTyO93Iv18jpkiy5VRoFVAvR2wZDWGFkP061lavWHD8,1628
677
- tencentcloud_sdk_python_intl_en-3.0.1249.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
678
- tencentcloud_sdk_python_intl_en-3.0.1249.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
679
- tencentcloud_sdk_python_intl_en-3.0.1249.dist-info/RECORD,,
676
+ tencentcloud_sdk_python_intl_en-3.0.1250.dist-info/METADATA,sha256=2m8urZh3FWvahIkl1fgj7XRSkWIhkb8Q5AVJDT8POX4,1628
677
+ tencentcloud_sdk_python_intl_en-3.0.1250.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
678
+ tencentcloud_sdk_python_intl_en-3.0.1250.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
679
+ tencentcloud_sdk_python_intl_en-3.0.1250.dist-info/RECORD,,