tencentcloud-sdk-python-intl-en 3.0.1266__py2.py3-none-any.whl → 3.0.1268__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 +1 -1
- tencentcloud/cvm/v20170312/cvm_client.py +52 -0
- tencentcloud/cvm/v20170312/errorcodes.py +12 -0
- tencentcloud/cvm/v20170312/models.py +226 -0
- tencentcloud/faceid/v20180301/models.py +114 -46
- tencentcloud/ocr/v20181119/ocr_client.py +1 -1
- tencentcloud/sqlserver/v20180328/errorcodes.py +24 -0
- tencentcloud/sqlserver/v20180328/models.py +16669 -6852
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +1212 -39
- tencentcloud/teo/v20220901/models.py +26 -124
- tencentcloud/teo/v20220901/teo_client.py +8 -2
- {tencentcloud_sdk_python_intl_en-3.0.1266.dist-info → tencentcloud_sdk_python_intl_en-3.0.1268.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1266.dist-info → tencentcloud_sdk_python_intl_en-3.0.1268.dist-info}/RECORD +15 -15
- {tencentcloud_sdk_python_intl_en-3.0.1266.dist-info → tencentcloud_sdk_python_intl_en-3.0.1268.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1266.dist-info → tencentcloud_sdk_python_intl_en-3.0.1268.dist-info}/top_level.txt +0 -0
@@ -24670,49 +24670,23 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
|
|
24670
24670
|
r"""
|
24671
24671
|
:param _StartTime: The start time.
|
24672
24672
|
:type StartTime: str
|
24673
|
-
:param _EndTime: End time.
|
24673
|
+
:param _EndTime: End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.
|
24674
24674
|
:type EndTime: str
|
24675
|
-
:param _MetricNames: Metric list. Valid values
|
24676
|
-
<Li>l7Flow_outFlux: L7 EdgeOne response traffic. Unit: byte;</li>
|
24677
|
-
<Li>l7Flow_inFlux: L7 client request traffic. Unit: byte;</li>
|
24678
|
-
<Li>l7Flow_flux: L7 total traffic (including EdgeOne response traffic and client request traffic). Unit: byte;</li>
|
24679
|
-
<Li>l7Flow_outBandwidth: L7 EdgeOne response bandwidth. Unit: bps;</li>
|
24680
|
-
<Li>l7Flow_inBandwidth: L7 client request bandwidth. Unit: bps;</li>
|
24681
|
-
<Li>l7Flow_bandwidth: L7 total bandwidth (including EdgeOne response bandwidth and client request bandwidth). Unit: bps;</li>
|
24682
|
-
<Li>l7Flow_request: L7 request count. Unit: times;</li>
|
24683
|
-
<Li>l7Flow_avgResponseTime: Average L7 edge response time. Unit: ms (milliseconds);</li>
|
24684
|
-
<Li>l7Flow_avgFirstByteResponseTime: Average L7 edge first byte response time. Unit: ms.</li>
|
24675
|
+
:param _MetricNames: Metric list. Valid values:
|
24676
|
+
<Li>l7Flow_outFlux: L7 EdgeOne response traffic. Unit: byte;</li><Li>l7Flow_inFlux: L7 client request traffic. Unit: byte;</li><Li>l7Flow_flux: L7 total traffic (including EdgeOne response traffic and client request traffic). Unit: byte;</li><Li>l7Flow_outBandwidth: L7 EdgeOne response bandwidth. Unit: bps;</li><Li>l7Flow_inBandwidth: L7 client request bandwidth. Unit: bps;</li><Li>l7Flow_bandwidth: L7 total bandwidth (including EdgeOne response bandwidth and client request bandwidth). Unit: bps;</li><Li>l7Flow_request: L7 request count. Unit: times;</li><Li>l7Flow_avgResponseTime: Average L7 edge response time. Unit: ms (milliseconds);</li><Li>l7Flow_avgFirstByteResponseTime: Average L7 edge first byte response time. Unit: ms.</li>
|
24685
24677
|
:type MetricNames: list of str
|
24686
|
-
:param _ZoneIds: Site ID
|
24678
|
+
:param _ZoneIds: Site ID list. This parameter is required. A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.
|
24687
24679
|
:type ZoneIds: list of str
|
24688
24680
|
:param _Interval: Query period granularity. Valid values:
|
24689
24681
|
<li>min: 1 minute;</li>
|
24690
24682
|
<li>5min: 5 minutes;</li>
|
24691
24683
|
<li>hour: 1 hour;</li>
|
24692
|
-
<li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than
|
24684
|
+
<li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than 2 hours, no more than 2 days, no more than 7 days, and over 7 days.
|
24693
24685
|
:type Interval: str
|
24694
|
-
:param _Filters:
|
24695
|
-
|
24696
|
-
<li>province: filter by province. This parameter is supported only when the service area is the chinese mainland. refer to the <a href="https://intl.cloud.tencent.com/document/product/228/6316?from_cn_redirect=1#.E5.8C.BA.E5.9F.9F-.2F-.E8.BF.90.E8.90.a5.E5.95.86.E6.98.a0.E5.B0.84.E8.a1.a8">mapping table of provinces within the chinese mainland</a> for province codes. Example value: 22.</li>
|
24697
|
-
<li>isp: filter by isp. This parameter only supports the service area of chinese mainland. The corresponding value options are as follows:<br> 2: china telecom;<br> 26: china unicom;<br> 1046: cmcc;<br> 3947: china tietong;<br> 38: china education network;<br> 43: great wall broadband;<br> 0: other isp.</li>
|
24698
|
-
<Li>domain: filter by subdomain. Example value: www.example.com.</li>
|
24699
|
-
<li>url: filter by url Path. Example value: /content or /content/test.jpg. If you fill in url parameters, you can query the data of the last 30 days at most.</li>
|
24700
|
-
<Li>referer: filter by referer request header. Example value: http://www.example.com/. If the referer parameter is provided, up to 30 days of data can be queried.</li>
|
24701
|
-
<li>resourceType: filter by resource type. The resource type is generally a file suffix. Example value: .jpg. If the resourceType parameter is provided, data from the last 30 days can be queried at most;</li>
|
24702
|
-
<li>protocol: filter by HTTP protocol version. The corresponding value options are as follows:<br> HTTP/1.0;<br> HTTP/1.1;<br> HTTP/2.0;<br> HTTP/3;<br> WebSocket.</li>
|
24703
|
-
<li>socket: filter by HTTP protocol type. The corresponding value options are as follows:<br>HTTP: hypertext transfer protocol;<br>HTTPS: HTTPS protocol;<br>QUIC: QUIC protocol.</li>
|
24704
|
-
<li>statusCode: filter by edge status code. If the statusCode parameter is filled in, data from the last 30 days can be queried at most. The corresponding value options are as follows:<br> 1XX: 1XX type status codes;<br> 2XX: 2XX type status codes;<br> 3XX: 3XX type status codes;<br> 4XX: 4XX type status codes;<br> 5XX: 5XX type status codes;<br> integers within the range [0,600).</li>
|
24705
|
-
<li>browserType: filter by browser type. If the browserType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Firefox: Firefox browser;<br> Chrome: Chrome browser;<br> Safari: Safari browser;<br> Other: Other browser types;<br> Empty: browser type is Empty;<br> Bot: search engine crawler;<br> MicrosoftEdge: microsoft edge browser;<br> IE: IE browser;<br> Opera: Opera browser;<br> QQBrowser: QQ browser;<br> LBBrowser: LB browser;<br> MaxthonBrowser: Maxthon browser;<br> SouGouBrowser: sogou browser;<br> BIDUBrowser: BIDUBrowser;<br> TaoBrowser: TaoBrowser;<br> UBrowser: UC browser.</li>
|
24706
|
-
<li>deviceType: filter by device type. If the deviceType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TV: TV device;<br> Tablet: Tablet device;<br> Mobile: Mobile device;<br> Desktop: Desktop device;<br> Other: Other device type;<br> Empty: device type Empty.</li>
|
24707
|
-
<li>operatingSystemType: filter by operating system type. If the operatingSystemType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Linux: Linux operating system;<br> MacOS: MacOS operating system;<br> Android: Android operating system;<br> IOS: IOS operating system;<br> Windows: Windows operating system;<br> NetBSD: NetBSD;<br> ChromiumOS: ChromiumOS;<br> Bot: Bot: search engine crawler;<br> Other: Other types of operating systems;<br> Empty: operating system is Empty.</li>
|
24708
|
-
<li>tlsVersion: filter by TLS version. If the tlsVersion parameter is input, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TLS1.0;<br> TLS1.1;<br> TLS1.2;<br> TLS1.3.</li>
|
24709
|
-
<li>ipVersion: filter by IP version. The options for the corresponding value are as follows:<br> 4: IPv4;<br> 6: IPv6.</li>
|
24710
|
-
<li>cacheType: filter by cache status. The options for The corresponding value are as follows:<br>hit: request hits EdgeOne node cache, and resources are provided by node cache. partial cache hit for resources is also recorded as hit.<br>miss: request does not hit EdgeOne node cache, and resources are provided by the origin server.<br>dynamic: requested resources cannot be cached/unconfigured to be cached by node cache, and resources are provided by the origin server.<br>other: unrecognizable cache status. requests responded to by edge functions are recorded as other.</li>
|
24711
|
-
<li>clientIp: filter by client IP. If the clientIp parameter is filled in, data from the last 30 days can be queried at most.</li>
|
24712
|
-
<li>userAgent: filter by User-Agent request header. If the userAgent parameter is filled in, data from the last 30 days can be queried at most.</li>
|
24713
|
-
|
24686
|
+
:param _Filters: Filtering conditions used when querying data. Refer to the [Filtering Conditions for Analytics](https://www.tencentcloud.com/document/product/1145/56985) document for the available filters applicable to L7 client traffic, bandwidth and requests.
|
24687
|
+
To restrict results by zone or content identifier, input the corresponding values via the `ZoneIds.N` parameter.
|
24714
24688
|
:type Filters: list of QueryCondition
|
24715
|
-
:param _Area: Data
|
24689
|
+
:param _Area: Data region. This parameter is deprecated. Please filter data by client region in `Filters.country`.
|
24716
24690
|
:type Area: str
|
24717
24691
|
"""
|
24718
24692
|
self._StartTime = None
|
@@ -24736,7 +24710,7 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
|
|
24736
24710
|
|
24737
24711
|
@property
|
24738
24712
|
def EndTime(self):
|
24739
|
-
"""End time.
|
24713
|
+
"""End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.
|
24740
24714
|
:rtype: str
|
24741
24715
|
"""
|
24742
24716
|
return self._EndTime
|
@@ -24747,16 +24721,8 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
|
|
24747
24721
|
|
24748
24722
|
@property
|
24749
24723
|
def MetricNames(self):
|
24750
|
-
"""Metric list. Valid values
|
24751
|
-
<Li>l7Flow_outFlux: L7 EdgeOne response traffic. Unit: byte;</li>
|
24752
|
-
<Li>l7Flow_inFlux: L7 client request traffic. Unit: byte;</li>
|
24753
|
-
<Li>l7Flow_flux: L7 total traffic (including EdgeOne response traffic and client request traffic). Unit: byte;</li>
|
24754
|
-
<Li>l7Flow_outBandwidth: L7 EdgeOne response bandwidth. Unit: bps;</li>
|
24755
|
-
<Li>l7Flow_inBandwidth: L7 client request bandwidth. Unit: bps;</li>
|
24756
|
-
<Li>l7Flow_bandwidth: L7 total bandwidth (including EdgeOne response bandwidth and client request bandwidth). Unit: bps;</li>
|
24757
|
-
<Li>l7Flow_request: L7 request count. Unit: times;</li>
|
24758
|
-
<Li>l7Flow_avgResponseTime: Average L7 edge response time. Unit: ms (milliseconds);</li>
|
24759
|
-
<Li>l7Flow_avgFirstByteResponseTime: Average L7 edge first byte response time. Unit: ms.</li>
|
24724
|
+
"""Metric list. Valid values:
|
24725
|
+
<Li>l7Flow_outFlux: L7 EdgeOne response traffic. Unit: byte;</li><Li>l7Flow_inFlux: L7 client request traffic. Unit: byte;</li><Li>l7Flow_flux: L7 total traffic (including EdgeOne response traffic and client request traffic). Unit: byte;</li><Li>l7Flow_outBandwidth: L7 EdgeOne response bandwidth. Unit: bps;</li><Li>l7Flow_inBandwidth: L7 client request bandwidth. Unit: bps;</li><Li>l7Flow_bandwidth: L7 total bandwidth (including EdgeOne response bandwidth and client request bandwidth). Unit: bps;</li><Li>l7Flow_request: L7 request count. Unit: times;</li><Li>l7Flow_avgResponseTime: Average L7 edge response time. Unit: ms (milliseconds);</li><Li>l7Flow_avgFirstByteResponseTime: Average L7 edge first byte response time. Unit: ms.</li>
|
24760
24726
|
:rtype: list of str
|
24761
24727
|
"""
|
24762
24728
|
return self._MetricNames
|
@@ -24767,7 +24733,7 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
|
|
24767
24733
|
|
24768
24734
|
@property
|
24769
24735
|
def ZoneIds(self):
|
24770
|
-
"""Site ID
|
24736
|
+
"""Site ID list. This parameter is required. A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.
|
24771
24737
|
:rtype: list of str
|
24772
24738
|
"""
|
24773
24739
|
return self._ZoneIds
|
@@ -24782,7 +24748,7 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
|
|
24782
24748
|
<li>min: 1 minute;</li>
|
24783
24749
|
<li>5min: 5 minutes;</li>
|
24784
24750
|
<li>hour: 1 hour;</li>
|
24785
|
-
<li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than
|
24751
|
+
<li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than 2 hours, no more than 2 days, no more than 7 days, and over 7 days.
|
24786
24752
|
:rtype: str
|
24787
24753
|
"""
|
24788
24754
|
return self._Interval
|
@@ -24793,26 +24759,8 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
|
|
24793
24759
|
|
24794
24760
|
@property
|
24795
24761
|
def Filters(self):
|
24796
|
-
"""
|
24797
|
-
|
24798
|
-
<li>province: filter by province. This parameter is supported only when the service area is the chinese mainland. refer to the <a href="https://intl.cloud.tencent.com/document/product/228/6316?from_cn_redirect=1#.E5.8C.BA.E5.9F.9F-.2F-.E8.BF.90.E8.90.a5.E5.95.86.E6.98.a0.E5.B0.84.E8.a1.a8">mapping table of provinces within the chinese mainland</a> for province codes. Example value: 22.</li>
|
24799
|
-
<li>isp: filter by isp. This parameter only supports the service area of chinese mainland. The corresponding value options are as follows:<br> 2: china telecom;<br> 26: china unicom;<br> 1046: cmcc;<br> 3947: china tietong;<br> 38: china education network;<br> 43: great wall broadband;<br> 0: other isp.</li>
|
24800
|
-
<Li>domain: filter by subdomain. Example value: www.example.com.</li>
|
24801
|
-
<li>url: filter by url Path. Example value: /content or /content/test.jpg. If you fill in url parameters, you can query the data of the last 30 days at most.</li>
|
24802
|
-
<Li>referer: filter by referer request header. Example value: http://www.example.com/. If the referer parameter is provided, up to 30 days of data can be queried.</li>
|
24803
|
-
<li>resourceType: filter by resource type. The resource type is generally a file suffix. Example value: .jpg. If the resourceType parameter is provided, data from the last 30 days can be queried at most;</li>
|
24804
|
-
<li>protocol: filter by HTTP protocol version. The corresponding value options are as follows:<br> HTTP/1.0;<br> HTTP/1.1;<br> HTTP/2.0;<br> HTTP/3;<br> WebSocket.</li>
|
24805
|
-
<li>socket: filter by HTTP protocol type. The corresponding value options are as follows:<br>HTTP: hypertext transfer protocol;<br>HTTPS: HTTPS protocol;<br>QUIC: QUIC protocol.</li>
|
24806
|
-
<li>statusCode: filter by edge status code. If the statusCode parameter is filled in, data from the last 30 days can be queried at most. The corresponding value options are as follows:<br> 1XX: 1XX type status codes;<br> 2XX: 2XX type status codes;<br> 3XX: 3XX type status codes;<br> 4XX: 4XX type status codes;<br> 5XX: 5XX type status codes;<br> integers within the range [0,600).</li>
|
24807
|
-
<li>browserType: filter by browser type. If the browserType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Firefox: Firefox browser;<br> Chrome: Chrome browser;<br> Safari: Safari browser;<br> Other: Other browser types;<br> Empty: browser type is Empty;<br> Bot: search engine crawler;<br> MicrosoftEdge: microsoft edge browser;<br> IE: IE browser;<br> Opera: Opera browser;<br> QQBrowser: QQ browser;<br> LBBrowser: LB browser;<br> MaxthonBrowser: Maxthon browser;<br> SouGouBrowser: sogou browser;<br> BIDUBrowser: BIDUBrowser;<br> TaoBrowser: TaoBrowser;<br> UBrowser: UC browser.</li>
|
24808
|
-
<li>deviceType: filter by device type. If the deviceType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TV: TV device;<br> Tablet: Tablet device;<br> Mobile: Mobile device;<br> Desktop: Desktop device;<br> Other: Other device type;<br> Empty: device type Empty.</li>
|
24809
|
-
<li>operatingSystemType: filter by operating system type. If the operatingSystemType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Linux: Linux operating system;<br> MacOS: MacOS operating system;<br> Android: Android operating system;<br> IOS: IOS operating system;<br> Windows: Windows operating system;<br> NetBSD: NetBSD;<br> ChromiumOS: ChromiumOS;<br> Bot: Bot: search engine crawler;<br> Other: Other types of operating systems;<br> Empty: operating system is Empty.</li>
|
24810
|
-
<li>tlsVersion: filter by TLS version. If the tlsVersion parameter is input, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TLS1.0;<br> TLS1.1;<br> TLS1.2;<br> TLS1.3.</li>
|
24811
|
-
<li>ipVersion: filter by IP version. The options for the corresponding value are as follows:<br> 4: IPv4;<br> 6: IPv6.</li>
|
24812
|
-
<li>cacheType: filter by cache status. The options for The corresponding value are as follows:<br>hit: request hits EdgeOne node cache, and resources are provided by node cache. partial cache hit for resources is also recorded as hit.<br>miss: request does not hit EdgeOne node cache, and resources are provided by the origin server.<br>dynamic: requested resources cannot be cached/unconfigured to be cached by node cache, and resources are provided by the origin server.<br>other: unrecognizable cache status. requests responded to by edge functions are recorded as other.</li>
|
24813
|
-
<li>clientIp: filter by client IP. If the clientIp parameter is filled in, data from the last 30 days can be queried at most.</li>
|
24814
|
-
<li>userAgent: filter by User-Agent request header. If the userAgent parameter is filled in, data from the last 30 days can be queried at most.</li>
|
24815
|
-
|
24762
|
+
"""Filtering conditions used when querying data. Refer to the [Filtering Conditions for Analytics](https://www.tencentcloud.com/document/product/1145/56985) document for the available filters applicable to L7 client traffic, bandwidth and requests.
|
24763
|
+
To restrict results by zone or content identifier, input the corresponding values via the `ZoneIds.N` parameter.
|
24816
24764
|
:rtype: list of QueryCondition
|
24817
24765
|
"""
|
24818
24766
|
return self._Filters
|
@@ -24823,7 +24771,7 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
|
|
24823
24771
|
|
24824
24772
|
@property
|
24825
24773
|
def Area(self):
|
24826
|
-
"""Data
|
24774
|
+
"""Data region. This parameter is deprecated. Please filter data by client region in `Filters.country`.
|
24827
24775
|
:rtype: str
|
24828
24776
|
"""
|
24829
24777
|
return self._Area
|
@@ -25160,7 +25108,7 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
|
|
25160
25108
|
r"""
|
25161
25109
|
:param _StartTime: The start time.
|
25162
25110
|
:type StartTime: str
|
25163
|
-
:param _EndTime: End time.
|
25111
|
+
:param _EndTime: End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.
|
25164
25112
|
:type EndTime: str
|
25165
25113
|
:param _MetricName: Queried metric. Valid values:
|
25166
25114
|
<li> l7Flow_outFlux_country: L7 EdgeOne response traffic aggregated by the country/region dimension;</li>
|
@@ -25188,38 +25136,15 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
|
|
25188
25136
|
<li> l7Flow_request_ua_os: L7 request count aggregated by the operating system type dimension.</li>
|
25189
25137
|
<li> l7Flow_request_ua: L7 request count aggregated by the User-Agent dimension.</li>
|
25190
25138
|
:type MetricName: str
|
25191
|
-
:param _ZoneIds: Site ID
|
25139
|
+
:param _ZoneIds: Site ID list. This parameter is required. A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.
|
25192
25140
|
:type ZoneIds: list of str
|
25193
25141
|
:param _Limit: Indicates the top N data to be queried. The maximum value is 1000. If this parameter is not input, the default value is 10, indicating querying the top 10 data.
|
25194
25142
|
:type Limit: int
|
25195
|
-
:param _Filters:
|
25196
|
-
<li>country: filter by country/region. The country/region follows the <a href="https://baike.baidu.com/item/ISO%203166-1/5269555">ISO 3166-1 alpha-2</a> standard. Example value: CN.</li>
|
25197
|
-
<li>province: filter by province. This parameter is supported only when the service area is the chinese mainland. refer to the <a href="https://intl.cloud.tencent.com/document/product/228/6316?from_cn_redirect=1#.E5.8C.BA.E5.9F.9F-.2F-.E8.BF.90.E8.90.a5.E5.95.86.E6.98.a0.E5.B0.84.E8.a1.a8">mapping table of provinces within the chinese mainland</a> for province codes. Example value: 22.</li>
|
25198
|
-
<li>isp: filter by isp. This parameter only supports the service area of chinese mainland. The corresponding value options are as follows:<br> 2: china telecom;<br> 26: china unicom;<br> 1046: cmcc;<br> 3947: china tietong;<br> 38: china education network;<br> 43: great wall broadband;<br> 0: other isp.</li>
|
25199
|
-
<Li>domain: filter by subdomain. Example value: www.example.com.</li>
|
25200
|
-
<li>url: filter by url Path. Example value: /content or /content/test.jpg. If you fill in url parameters, you can query the data of the last 30 days at most.</li>
|
25201
|
-
<Li>referer: filter by referer request header. Example value: http://www.example.com/. If the referer parameter is provided, up to 30 days of data can be queried.</li>
|
25202
|
-
<li>resourceType: filter by resource type. The resource type is generally a file suffix. Example value: .jpg. If the resourceType parameter is provided, data from the last 30 days can be queried at most;</li>
|
25203
|
-
<li>protocol: filter by HTTP protocol version. The corresponding value options are as follows:<br> HTTP/1.0;<br> HTTP/1.1;<br> HTTP/2.0;<br> HTTP/3;<br> WebSocket.</li>
|
25204
|
-
<li>socket: filter by HTTP protocol type. The corresponding value options are as follows:<br>HTTP: hypertext transfer protocol;<br>HTTPS: HTTPS protocol;<br>QUIC: QUIC protocol.</li>
|
25205
|
-
<li>statusCode: filter by edge status code. If the statusCode parameter is filled in, data from the last 30 days can be queried at most. The corresponding value options are as follows:<br> 1XX: 1XX type status codes;<br> 2XX: 2XX type status codes;<br> 3XX: 3XX type status codes;<br> 4XX: 4XX type status codes;<br> 5XX: 5XX type status codes;<br> integers within the range [0,600).</li>
|
25206
|
-
<li>browserType: filter by browser type. If the browserType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Firefox: Firefox browser;<br> Chrome: Chrome browser;<br> Safari: Safari browser;<br> Other: Other browser types;<br> Empty: browser type is Empty;<br> Bot: search engine crawler;<br> MicrosoftEdge: microsoft edge browser;<br> IE: IE browser;<br> Opera: Opera browser;<br> QQBrowser: QQ browser;<br> LBBrowser: LB browser;<br> MaxthonBrowser: Maxthon browser;<br> SouGouBrowser: sogou browser;<br> BIDUBrowser: BIDUBrowser;<br> TaoBrowser: TaoBrowser;<br> UBrowser: UC browser.</li>
|
25207
|
-
<li>deviceType: filter by device type. If the deviceType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TV: TV device;<br> Tablet: Tablet device;<br> Mobile: Mobile device;<br> Desktop: Desktop device;<br> Other: Other device type;<br> Empty: device type Empty.</li>
|
25208
|
-
<li>operatingSystemType: filter by operating system type. If the operatingSystemType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Linux: Linux operating system;<br> MacOS: MacOS operating system;<br> Android: Android operating system;<br> IOS: IOS operating system;<br> Windows: Windows operating system;<br> NetBSD: NetBSD;<br> ChromiumOS: ChromiumOS;<br> Bot: Bot: search engine crawler;<br> Other: Other types of operating systems;<br> Empty: operating system is Empty.</li>
|
25209
|
-
<li>tlsVersion: filter by TLS version. If the tlsVersion parameter is input, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TLS1.0;<br> TLS1.1;<br> TLS1.2;<br> TLS1.3.</li>
|
25210
|
-
<li>ipVersion: filter by IP version. The options for the corresponding value are as follows:<br> 4: IPv4;<br> 6: IPv6.</li>
|
25211
|
-
<li>cacheType: filter by cache status. The options for The corresponding value are as follows:<br>hit: request hits EdgeOne node cache, and resources are provided by node cache. partial cache hit for resources is also recorded as hit.<br>miss: request does not hit EdgeOne node cache, and resources are provided by the origin server.<br>dynamic: requested resources cannot be cached/unconfigured to be cached by node cache, and resources are provided by the origin server.<br>other: unrecognizable cache status. requests responded to by edge functions are recorded as other.</li>
|
25212
|
-
<li>clientIp: filter by client IP. If the clientIp parameter is filled in, data from the last 30 days can be queried at most.</li>
|
25213
|
-
<li>userAgent: filter by User-Agent request header. If the userAgent parameter is filled in, data from the last 30 days can be queried at most.</li>
|
25214
|
-
|
25143
|
+
:param _Filters: Filtering conditions used when querying data. Refer to the [Filtering Conditions for Analytics](https://www.tencentcloud.com/document/product/1145/56985) document for the available filters applicable to L7 client traffic, bandwidth and requests.
|
25215
25144
|
:type Filters: list of QueryCondition
|
25216
|
-
:param _Interval: Query
|
25217
|
-
<li>min: 1 minute;</li>
|
25218
|
-
<li>5min: 5 minutes;</li>
|
25219
|
-
<li>hour: 1 hour;</li>
|
25220
|
-
<li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than 2 hours, no more than 2 days, no more than 7 days, and over 7 days.
|
25145
|
+
:param _Interval: Query time granularity. This parameter is deprecated.
|
25221
25146
|
:type Interval: str
|
25222
|
-
:param _Area: Data
|
25147
|
+
:param _Area: Data region. This parameter is deprecated. Please filter data by client region in `Filters.country`.
|
25223
25148
|
:type Area: str
|
25224
25149
|
"""
|
25225
25150
|
self._StartTime = None
|
@@ -25244,7 +25169,7 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
|
|
25244
25169
|
|
25245
25170
|
@property
|
25246
25171
|
def EndTime(self):
|
25247
|
-
"""End time.
|
25172
|
+
"""End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.
|
25248
25173
|
:rtype: str
|
25249
25174
|
"""
|
25250
25175
|
return self._EndTime
|
@@ -25290,7 +25215,7 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
|
|
25290
25215
|
|
25291
25216
|
@property
|
25292
25217
|
def ZoneIds(self):
|
25293
|
-
"""Site ID
|
25218
|
+
"""Site ID list. This parameter is required. A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.
|
25294
25219
|
:rtype: list of str
|
25295
25220
|
"""
|
25296
25221
|
return self._ZoneIds
|
@@ -25312,26 +25237,7 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
|
|
25312
25237
|
|
25313
25238
|
@property
|
25314
25239
|
def Filters(self):
|
25315
|
-
"""
|
25316
|
-
<li>country: filter by country/region. The country/region follows the <a href="https://baike.baidu.com/item/ISO%203166-1/5269555">ISO 3166-1 alpha-2</a> standard. Example value: CN.</li>
|
25317
|
-
<li>province: filter by province. This parameter is supported only when the service area is the chinese mainland. refer to the <a href="https://intl.cloud.tencent.com/document/product/228/6316?from_cn_redirect=1#.E5.8C.BA.E5.9F.9F-.2F-.E8.BF.90.E8.90.a5.E5.95.86.E6.98.a0.E5.B0.84.E8.a1.a8">mapping table of provinces within the chinese mainland</a> for province codes. Example value: 22.</li>
|
25318
|
-
<li>isp: filter by isp. This parameter only supports the service area of chinese mainland. The corresponding value options are as follows:<br> 2: china telecom;<br> 26: china unicom;<br> 1046: cmcc;<br> 3947: china tietong;<br> 38: china education network;<br> 43: great wall broadband;<br> 0: other isp.</li>
|
25319
|
-
<Li>domain: filter by subdomain. Example value: www.example.com.</li>
|
25320
|
-
<li>url: filter by url Path. Example value: /content or /content/test.jpg. If you fill in url parameters, you can query the data of the last 30 days at most.</li>
|
25321
|
-
<Li>referer: filter by referer request header. Example value: http://www.example.com/. If the referer parameter is provided, up to 30 days of data can be queried.</li>
|
25322
|
-
<li>resourceType: filter by resource type. The resource type is generally a file suffix. Example value: .jpg. If the resourceType parameter is provided, data from the last 30 days can be queried at most;</li>
|
25323
|
-
<li>protocol: filter by HTTP protocol version. The corresponding value options are as follows:<br> HTTP/1.0;<br> HTTP/1.1;<br> HTTP/2.0;<br> HTTP/3;<br> WebSocket.</li>
|
25324
|
-
<li>socket: filter by HTTP protocol type. The corresponding value options are as follows:<br>HTTP: hypertext transfer protocol;<br>HTTPS: HTTPS protocol;<br>QUIC: QUIC protocol.</li>
|
25325
|
-
<li>statusCode: filter by edge status code. If the statusCode parameter is filled in, data from the last 30 days can be queried at most. The corresponding value options are as follows:<br> 1XX: 1XX type status codes;<br> 2XX: 2XX type status codes;<br> 3XX: 3XX type status codes;<br> 4XX: 4XX type status codes;<br> 5XX: 5XX type status codes;<br> integers within the range [0,600).</li>
|
25326
|
-
<li>browserType: filter by browser type. If the browserType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Firefox: Firefox browser;<br> Chrome: Chrome browser;<br> Safari: Safari browser;<br> Other: Other browser types;<br> Empty: browser type is Empty;<br> Bot: search engine crawler;<br> MicrosoftEdge: microsoft edge browser;<br> IE: IE browser;<br> Opera: Opera browser;<br> QQBrowser: QQ browser;<br> LBBrowser: LB browser;<br> MaxthonBrowser: Maxthon browser;<br> SouGouBrowser: sogou browser;<br> BIDUBrowser: BIDUBrowser;<br> TaoBrowser: TaoBrowser;<br> UBrowser: UC browser.</li>
|
25327
|
-
<li>deviceType: filter by device type. If the deviceType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TV: TV device;<br> Tablet: Tablet device;<br> Mobile: Mobile device;<br> Desktop: Desktop device;<br> Other: Other device type;<br> Empty: device type Empty.</li>
|
25328
|
-
<li>operatingSystemType: filter by operating system type. If the operatingSystemType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Linux: Linux operating system;<br> MacOS: MacOS operating system;<br> Android: Android operating system;<br> IOS: IOS operating system;<br> Windows: Windows operating system;<br> NetBSD: NetBSD;<br> ChromiumOS: ChromiumOS;<br> Bot: Bot: search engine crawler;<br> Other: Other types of operating systems;<br> Empty: operating system is Empty.</li>
|
25329
|
-
<li>tlsVersion: filter by TLS version. If the tlsVersion parameter is input, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TLS1.0;<br> TLS1.1;<br> TLS1.2;<br> TLS1.3.</li>
|
25330
|
-
<li>ipVersion: filter by IP version. The options for the corresponding value are as follows:<br> 4: IPv4;<br> 6: IPv6.</li>
|
25331
|
-
<li>cacheType: filter by cache status. The options for The corresponding value are as follows:<br>hit: request hits EdgeOne node cache, and resources are provided by node cache. partial cache hit for resources is also recorded as hit.<br>miss: request does not hit EdgeOne node cache, and resources are provided by the origin server.<br>dynamic: requested resources cannot be cached/unconfigured to be cached by node cache, and resources are provided by the origin server.<br>other: unrecognizable cache status. requests responded to by edge functions are recorded as other.</li>
|
25332
|
-
<li>clientIp: filter by client IP. If the clientIp parameter is filled in, data from the last 30 days can be queried at most.</li>
|
25333
|
-
<li>userAgent: filter by User-Agent request header. If the userAgent parameter is filled in, data from the last 30 days can be queried at most.</li>
|
25334
|
-
|
25240
|
+
"""Filtering conditions used when querying data. Refer to the [Filtering Conditions for Analytics](https://www.tencentcloud.com/document/product/1145/56985) document for the available filters applicable to L7 client traffic, bandwidth and requests.
|
25335
25241
|
:rtype: list of QueryCondition
|
25336
25242
|
"""
|
25337
25243
|
return self._Filters
|
@@ -25342,11 +25248,7 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
|
|
25342
25248
|
|
25343
25249
|
@property
|
25344
25250
|
def Interval(self):
|
25345
|
-
"""Query
|
25346
|
-
<li>min: 1 minute;</li>
|
25347
|
-
<li>5min: 5 minutes;</li>
|
25348
|
-
<li>hour: 1 hour;</li>
|
25349
|
-
<li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than 2 hours, no more than 2 days, no more than 7 days, and over 7 days.
|
25251
|
+
"""Query time granularity. This parameter is deprecated.
|
25350
25252
|
:rtype: str
|
25351
25253
|
"""
|
25352
25254
|
return self._Interval
|
@@ -25357,7 +25259,7 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
|
|
25357
25259
|
|
25358
25260
|
@property
|
25359
25261
|
def Area(self):
|
25360
|
-
"""Data
|
25262
|
+
"""Data region. This parameter is deprecated. Please filter data by client region in `Filters.country`.
|
25361
25263
|
:rtype: str
|
25362
25264
|
"""
|
25363
25265
|
return self._Area
|
@@ -2882,7 +2882,10 @@ class TeoClient(AbstractClient):
|
|
2882
2882
|
|
2883
2883
|
|
2884
2884
|
def DescribeTimingL7AnalysisData(self, request):
|
2885
|
-
"""This API is used to query
|
2885
|
+
"""This API is used to query time-series data for L7 domain services.
|
2886
|
+
Notes:
|
2887
|
+
1. There is a delay of about 10 minutes for this API. It is recommended to query data from 10 minutes before the current time.
|
2888
|
+
2. By default, the API returns traffic and request data after Web Security mitigation (that is, the clean traffic). Users can set `Filters.mitigatedByWebSecurity ` to query data that has been mitigated by Web Security.
|
2886
2889
|
|
2887
2890
|
:param request: Request instance for DescribeTimingL7AnalysisData.
|
2888
2891
|
:type request: :class:`tencentcloud.teo.v20220901.models.DescribeTimingL7AnalysisDataRequest`
|
@@ -2928,7 +2931,10 @@ class TeoClient(AbstractClient):
|
|
2928
2931
|
|
2929
2932
|
|
2930
2933
|
def DescribeTopL7AnalysisData(self, request):
|
2931
|
-
"""This API is used to query the top N data of the L7 domain
|
2934
|
+
"""This API is used to query the top N data of the L7 domain services by a specified dimension.
|
2935
|
+
Notes:
|
2936
|
+
1. There is a delay of about 10 minutes for this API. It is recommended to query data from 10 minutes before the current time.
|
2937
|
+
2. By default, the API returns traffic and request data after Web Security mitigation (that is, the clean traffic). Users can set `Filters.mitigatedByWebSecurity ` to query data that has been mitigated by Web Security.
|
2932
2938
|
|
2933
2939
|
:param request: Request instance for DescribeTopL7AnalysisData.
|
2934
2940
|
:type request: :class:`tencentcloud.teo.v20220901.models.DescribeTopL7AnalysisDataRequest`
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
1
|
+
tencentcloud/__init__.py,sha256=EKrCtGhNljC8ZPgoKT7oPlMlEf6wO9DYAX_g6dSLLm8,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
|
@@ -194,9 +194,9 @@ tencentcloud/ctsdb/v20230202/errorcodes.py,sha256=8ziHZ5kDuYi66ukGjYgs0owezYllhl
|
|
194
194
|
tencentcloud/ctsdb/v20230202/models.py,sha256=HUjp4kKrK5ueZGPxPuyXNBfAojH68S3O5VBCzQq7Ryg,38807
|
195
195
|
tencentcloud/cvm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
196
196
|
tencentcloud/cvm/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
197
|
-
tencentcloud/cvm/v20170312/cvm_client.py,sha256=
|
198
|
-
tencentcloud/cvm/v20170312/errorcodes.py,sha256=
|
199
|
-
tencentcloud/cvm/v20170312/models.py,sha256=
|
197
|
+
tencentcloud/cvm/v20170312/cvm_client.py,sha256=zseh5mTEB89cxny4AGU70Vw5v9VfwjHGvWRk2XZYLUY,98962
|
198
|
+
tencentcloud/cvm/v20170312/errorcodes.py,sha256=tfQ5ZpZ0m2EIOkiMCbBWWC5wcFRuj8B0QgBuUOi2ygY,54110
|
199
|
+
tencentcloud/cvm/v20170312/models.py,sha256=7uZzf5-ve7Oaj3rRrrNwBm66y-upusT4bIbAiz4j3mM,807134
|
200
200
|
tencentcloud/cwp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
201
201
|
tencentcloud/cwp/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
202
202
|
tencentcloud/cwp/v20180228/cwp_client.py,sha256=4JrQ1BjTj7nCLEPbfPrStUDqzDoTtZl4TjqyKUwvl6I,444110
|
@@ -304,7 +304,7 @@ tencentcloud/faceid/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
304
304
|
tencentcloud/faceid/v20180301/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
305
305
|
tencentcloud/faceid/v20180301/errorcodes.py,sha256=UWFq3n_iGHWNHyp7I0DL-_OY1hjpqVxJnnpJaiEqMdk,9935
|
306
306
|
tencentcloud/faceid/v20180301/faceid_client.py,sha256=quJwWgh-GIGZ3gjGVHwxOnW9CLbKBNBOaT9YzzTku44,24108
|
307
|
-
tencentcloud/faceid/v20180301/models.py,sha256=
|
307
|
+
tencentcloud/faceid/v20180301/models.py,sha256=4SA1mG6DsdY82ZwF0cnVHHV2-wXJStwM7wr_Xl12ZeA,387161
|
308
308
|
tencentcloud/gaap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
309
309
|
tencentcloud/gaap/v20180529/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
310
310
|
tencentcloud/gaap/v20180529/errorcodes.py,sha256=mZT9m757HMuDMHkibCs0PWFE_VK9tryUOt7sCMwAi8U,11115
|
@@ -429,7 +429,7 @@ tencentcloud/ocr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
429
429
|
tencentcloud/ocr/v20181119/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
430
430
|
tencentcloud/ocr/v20181119/errorcodes.py,sha256=Nk1b2GpyGflA0DUqQqvO-DwZl0oGZMYUkagYL1s2s_g,4173
|
431
431
|
tencentcloud/ocr/v20181119/models.py,sha256=cG1DZrVewHtydY6Qquzf8pNOv-fJxQnrQ9VxZ7iHMWk,654541
|
432
|
-
tencentcloud/ocr/v20181119/ocr_client.py,sha256=
|
432
|
+
tencentcloud/ocr/v20181119/ocr_client.py,sha256=NSk5oQE4tVXB6rDT16N1CvZpuHexhZWhl4hHNiJrqU4,53683
|
433
433
|
tencentcloud/omics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
434
434
|
tencentcloud/omics/v20221128/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
435
435
|
tencentcloud/omics/v20221128/errorcodes.py,sha256=Xn-DQH9Uk5ZSm9afpVRLW-rgcX8XZN9Qyt0KZ1L7B34,4835
|
@@ -500,9 +500,9 @@ tencentcloud/sms/v20210111/models.py,sha256=uU2JjGvgnfNCOWawTBhrOr73MDdJvcPnA2jP
|
|
500
500
|
tencentcloud/sms/v20210111/sms_client.py,sha256=YcJdikNNoXH8RtG1ovFY2vTHVz7cfQzMs8up6rSsMPU,29141
|
501
501
|
tencentcloud/sqlserver/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
502
502
|
tencentcloud/sqlserver/v20180328/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
503
|
-
tencentcloud/sqlserver/v20180328/errorcodes.py,sha256=
|
504
|
-
tencentcloud/sqlserver/v20180328/models.py,sha256=
|
505
|
-
tencentcloud/sqlserver/v20180328/sqlserver_client.py,sha256=
|
503
|
+
tencentcloud/sqlserver/v20180328/errorcodes.py,sha256=TBHc95ZizVDEAn-DHEabg4XtxkDfC7z3EzMEWixLLhs,11109
|
504
|
+
tencentcloud/sqlserver/v20180328/models.py,sha256=5krLSi_FSJjIeLtu9aBfHAxrnQI6vb6oY60RJVAjk3c,959304
|
505
|
+
tencentcloud/sqlserver/v20180328/sqlserver_client.py,sha256=CQuNEzhYGX3U4IQshjab7OwGiHOwFLYweSQYW8jLYZo,132119
|
506
506
|
tencentcloud/ssl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
507
507
|
tencentcloud/ssl/v20191205/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
508
508
|
tencentcloud/ssl/v20191205/errorcodes.py,sha256=1H8IrvRcONTT9fZZZDv6ZBqXtQtciyOng5mE6kIwxhk,10776
|
@@ -589,8 +589,8 @@ tencentcloud/teo/v20220106/models.py,sha256=FIT3X6Ulo-l53EWS6ZtqKGRI1GqDkSbQa79y
|
|
589
589
|
tencentcloud/teo/v20220106/teo_client.py,sha256=5VsaR5ElTEtwYwKQ_5wlVWnzfwN5hAAXWjreuvUj8e0,82880
|
590
590
|
tencentcloud/teo/v20220901/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
591
591
|
tencentcloud/teo/v20220901/errorcodes.py,sha256=y2gj0QLR539a2RMclbJ0baZ2jh-VYJeD9DdovcA5O-s,63754
|
592
|
-
tencentcloud/teo/v20220901/models.py,sha256=
|
593
|
-
tencentcloud/teo/v20220901/teo_client.py,sha256=
|
592
|
+
tencentcloud/teo/v20220901/models.py,sha256=iIJaidvDc810ZiCRZrbADL19qb8qFpcJhLbbXDiZ83c,1953532
|
593
|
+
tencentcloud/teo/v20220901/teo_client.py,sha256=adRnmD0c2u9GiiofHNBENxAC0iQSPpUlEoQiTqV-xm0,206219
|
594
594
|
tencentcloud/tiw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
595
595
|
tencentcloud/tiw/v20190919/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
596
596
|
tencentcloud/tiw/v20190919/errorcodes.py,sha256=hkq51w7EvkmJ3CKnQXiPUgKy6x1ztS8nVjIcNGEeSDc,6334
|
@@ -678,7 +678,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
678
678
|
tencentcloud/yunjing/v20180228/errorcodes.py,sha256=g2ac3Fxgbof23WWhGj9VxvuLJZNshnB0Mg7jWUzTh24,3168
|
679
679
|
tencentcloud/yunjing/v20180228/models.py,sha256=vFpNnPGWiOLdTut0XPTpRRF5lobWUTkFUO1EHc9RkBk,330643
|
680
680
|
tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=PqtaJz4gQ-rIxKXVMNtOKx7kFBQdUn-zKVuH2NcMFcA,67362
|
681
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
682
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
683
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
684
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
681
|
+
tencentcloud_sdk_python_intl_en-3.0.1268.dist-info/METADATA,sha256=NM9u62to0dt8T-5Q2-MbjKqtCn9V-6Okrt8fqXb0Ux8,1628
|
682
|
+
tencentcloud_sdk_python_intl_en-3.0.1268.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
683
|
+
tencentcloud_sdk_python_intl_en-3.0.1268.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
684
|
+
tencentcloud_sdk_python_intl_en-3.0.1268.dist-info/RECORD,,
|
File without changes
|