alibabacloud-cloudfw20171207 6.1.0__py3-none-any.whl → 6.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of alibabacloud-cloudfw20171207 might be problematic. Click here for more details.
- alibabacloud_cloudfw20171207/__init__.py +1 -1
- alibabacloud_cloudfw20171207/client.py +8 -0
- alibabacloud_cloudfw20171207/models.py +18 -0
- {alibabacloud_cloudfw20171207-6.1.0.dist-info → alibabacloud_cloudfw20171207-6.1.1.dist-info}/METADATA +1 -1
- alibabacloud_cloudfw20171207-6.1.1.dist-info/RECORD +8 -0
- alibabacloud_cloudfw20171207-6.1.0.dist-info/RECORD +0 -8
- {alibabacloud_cloudfw20171207-6.1.0.dist-info → alibabacloud_cloudfw20171207-6.1.1.dist-info}/LICENSE +0 -0
- {alibabacloud_cloudfw20171207-6.1.0.dist-info → alibabacloud_cloudfw20171207-6.1.1.dist-info}/WHEEL +0 -0
- {alibabacloud_cloudfw20171207-6.1.0.dist-info → alibabacloud_cloudfw20171207-6.1.1.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '6.1.
|
|
1
|
+
__version__ = '6.1.1'
|
|
@@ -6381,10 +6381,14 @@ class Client(OpenApiClient):
|
|
|
6381
6381
|
query['CategoryId'] = request.category_id
|
|
6382
6382
|
if not UtilClient.is_unset(request.current_page):
|
|
6383
6383
|
query['CurrentPage'] = request.current_page
|
|
6384
|
+
if not UtilClient.is_unset(request.data_type):
|
|
6385
|
+
query['DataType'] = request.data_type
|
|
6384
6386
|
if not UtilClient.is_unset(request.domain):
|
|
6385
6387
|
query['Domain'] = request.domain
|
|
6386
6388
|
if not UtilClient.is_unset(request.end_time):
|
|
6387
6389
|
query['EndTime'] = request.end_time
|
|
6390
|
+
if not UtilClient.is_unset(request.is_aitraffic):
|
|
6391
|
+
query['IsAITraffic'] = request.is_aitraffic
|
|
6388
6392
|
if not UtilClient.is_unset(request.lang):
|
|
6389
6393
|
query['Lang'] = request.lang
|
|
6390
6394
|
if not UtilClient.is_unset(request.order):
|
|
@@ -6436,10 +6440,14 @@ class Client(OpenApiClient):
|
|
|
6436
6440
|
query['CategoryId'] = request.category_id
|
|
6437
6441
|
if not UtilClient.is_unset(request.current_page):
|
|
6438
6442
|
query['CurrentPage'] = request.current_page
|
|
6443
|
+
if not UtilClient.is_unset(request.data_type):
|
|
6444
|
+
query['DataType'] = request.data_type
|
|
6439
6445
|
if not UtilClient.is_unset(request.domain):
|
|
6440
6446
|
query['Domain'] = request.domain
|
|
6441
6447
|
if not UtilClient.is_unset(request.end_time):
|
|
6442
6448
|
query['EndTime'] = request.end_time
|
|
6449
|
+
if not UtilClient.is_unset(request.is_aitraffic):
|
|
6450
|
+
query['IsAITraffic'] = request.is_aitraffic
|
|
6443
6451
|
if not UtilClient.is_unset(request.lang):
|
|
6444
6452
|
query['Lang'] = request.lang
|
|
6445
6453
|
if not UtilClient.is_unset(request.order):
|
|
@@ -9634,6 +9634,7 @@ class DescribeLogStoreInfoResponseBody(TeaModel):
|
|
|
9634
9634
|
log_store_name: str = None,
|
|
9635
9635
|
project_name: str = None,
|
|
9636
9636
|
quota: int = None,
|
|
9637
|
+
region_id: str = None,
|
|
9637
9638
|
request_id: str = None,
|
|
9638
9639
|
ttl: int = None,
|
|
9639
9640
|
used: int = None,
|
|
@@ -9641,6 +9642,7 @@ class DescribeLogStoreInfoResponseBody(TeaModel):
|
|
|
9641
9642
|
self.log_store_name = log_store_name
|
|
9642
9643
|
self.project_name = project_name
|
|
9643
9644
|
self.quota = quota
|
|
9645
|
+
self.region_id = region_id
|
|
9644
9646
|
self.request_id = request_id
|
|
9645
9647
|
self.ttl = ttl
|
|
9646
9648
|
self.used = used
|
|
@@ -9660,6 +9662,8 @@ class DescribeLogStoreInfoResponseBody(TeaModel):
|
|
|
9660
9662
|
result['ProjectName'] = self.project_name
|
|
9661
9663
|
if self.quota is not None:
|
|
9662
9664
|
result['Quota'] = self.quota
|
|
9665
|
+
if self.region_id is not None:
|
|
9666
|
+
result['RegionId'] = self.region_id
|
|
9663
9667
|
if self.request_id is not None:
|
|
9664
9668
|
result['RequestId'] = self.request_id
|
|
9665
9669
|
if self.ttl is not None:
|
|
@@ -9676,6 +9680,8 @@ class DescribeLogStoreInfoResponseBody(TeaModel):
|
|
|
9676
9680
|
self.project_name = m.get('ProjectName')
|
|
9677
9681
|
if m.get('Quota') is not None:
|
|
9678
9682
|
self.quota = m.get('Quota')
|
|
9683
|
+
if m.get('RegionId') is not None:
|
|
9684
|
+
self.region_id = m.get('RegionId')
|
|
9679
9685
|
if m.get('RequestId') is not None:
|
|
9680
9686
|
self.request_id = m.get('RequestId')
|
|
9681
9687
|
if m.get('Ttl') is not None:
|
|
@@ -11858,8 +11864,10 @@ class DescribeOutgoingDomainRequest(TeaModel):
|
|
|
11858
11864
|
self,
|
|
11859
11865
|
category_id: str = None,
|
|
11860
11866
|
current_page: str = None,
|
|
11867
|
+
data_type: str = None,
|
|
11861
11868
|
domain: str = None,
|
|
11862
11869
|
end_time: str = None,
|
|
11870
|
+
is_aitraffic: str = None,
|
|
11863
11871
|
lang: str = None,
|
|
11864
11872
|
order: str = None,
|
|
11865
11873
|
page_size: str = None,
|
|
@@ -11880,12 +11888,14 @@ class DescribeOutgoingDomainRequest(TeaModel):
|
|
|
11880
11888
|
#
|
|
11881
11889
|
# Default value: 1.
|
|
11882
11890
|
self.current_page = current_page
|
|
11891
|
+
self.data_type = data_type
|
|
11883
11892
|
# The domain name in outbound connections.
|
|
11884
11893
|
self.domain = domain
|
|
11885
11894
|
# The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.
|
|
11886
11895
|
#
|
|
11887
11896
|
# This parameter is required.
|
|
11888
11897
|
self.end_time = end_time
|
|
11898
|
+
self.is_aitraffic = is_aitraffic
|
|
11889
11899
|
# The language of the content within the request. Valid values:
|
|
11890
11900
|
#
|
|
11891
11901
|
# * **zh**: Chinese (default)
|
|
@@ -11965,10 +11975,14 @@ class DescribeOutgoingDomainRequest(TeaModel):
|
|
|
11965
11975
|
result['CategoryId'] = self.category_id
|
|
11966
11976
|
if self.current_page is not None:
|
|
11967
11977
|
result['CurrentPage'] = self.current_page
|
|
11978
|
+
if self.data_type is not None:
|
|
11979
|
+
result['DataType'] = self.data_type
|
|
11968
11980
|
if self.domain is not None:
|
|
11969
11981
|
result['Domain'] = self.domain
|
|
11970
11982
|
if self.end_time is not None:
|
|
11971
11983
|
result['EndTime'] = self.end_time
|
|
11984
|
+
if self.is_aitraffic is not None:
|
|
11985
|
+
result['IsAITraffic'] = self.is_aitraffic
|
|
11972
11986
|
if self.lang is not None:
|
|
11973
11987
|
result['Lang'] = self.lang
|
|
11974
11988
|
if self.order is not None:
|
|
@@ -11991,10 +12005,14 @@ class DescribeOutgoingDomainRequest(TeaModel):
|
|
|
11991
12005
|
self.category_id = m.get('CategoryId')
|
|
11992
12006
|
if m.get('CurrentPage') is not None:
|
|
11993
12007
|
self.current_page = m.get('CurrentPage')
|
|
12008
|
+
if m.get('DataType') is not None:
|
|
12009
|
+
self.data_type = m.get('DataType')
|
|
11994
12010
|
if m.get('Domain') is not None:
|
|
11995
12011
|
self.domain = m.get('Domain')
|
|
11996
12012
|
if m.get('EndTime') is not None:
|
|
11997
12013
|
self.end_time = m.get('EndTime')
|
|
12014
|
+
if m.get('IsAITraffic') is not None:
|
|
12015
|
+
self.is_aitraffic = m.get('IsAITraffic')
|
|
11998
12016
|
if m.get('Lang') is not None:
|
|
11999
12017
|
self.lang = m.get('Lang')
|
|
12000
12018
|
if m.get('Order') is not None:
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
alibabacloud_cloudfw20171207/__init__.py,sha256=sttt9XU3CR-jOxW_4cvc8QVtKXWtkYJtZOCkkaitLjQ,21
|
|
2
|
+
alibabacloud_cloudfw20171207/client.py,sha256=pxYp2-e3ov6MRIgRxLrml7LkKq9bAhWcKZdrj-KT8f8,674794
|
|
3
|
+
alibabacloud_cloudfw20171207/models.py,sha256=3jUDiCzAR_dmtE8oR0nHKCPrnWtU566qQ5EH8ctKN3Y,978612
|
|
4
|
+
alibabacloud_cloudfw20171207-6.1.1.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
+
alibabacloud_cloudfw20171207-6.1.1.dist-info/METADATA,sha256=cnAQusZ0jcoDtWg-NbeHuYPz9KbU5ufR9dRsAAvpiJI,2340
|
|
6
|
+
alibabacloud_cloudfw20171207-6.1.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
7
|
+
alibabacloud_cloudfw20171207-6.1.1.dist-info/top_level.txt,sha256=rry_3PsvxYDan1V9ajGHg5R6j3f8NFiQdy-iZOzl8F4,29
|
|
8
|
+
alibabacloud_cloudfw20171207-6.1.1.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
alibabacloud_cloudfw20171207/__init__.py,sha256=EgV-kE3PMq32sf_z-ZJY512of5EITURHkarHr0QnSUc,21
|
|
2
|
-
alibabacloud_cloudfw20171207/client.py,sha256=1-IwJPBRxR1R8UQNtWcS4Bss1vhiSDueftIqobPcJyg,674356
|
|
3
|
-
alibabacloud_cloudfw20171207/models.py,sha256=1iyUnU3ax6eSVMEGooWt3Iwi-T3fQcoVWgWf64CfnNY,977859
|
|
4
|
-
alibabacloud_cloudfw20171207-6.1.0.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
-
alibabacloud_cloudfw20171207-6.1.0.dist-info/METADATA,sha256=Qo5d9AkIlhYw7yJGQDmy_TVqE0ngN9wRg7-cSaDEQ5Q,2340
|
|
6
|
-
alibabacloud_cloudfw20171207-6.1.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
7
|
-
alibabacloud_cloudfw20171207-6.1.0.dist-info/top_level.txt,sha256=rry_3PsvxYDan1V9ajGHg5R6j3f8NFiQdy-iZOzl8F4,29
|
|
8
|
-
alibabacloud_cloudfw20171207-6.1.0.dist-info/RECORD,,
|
|
File without changes
|
{alibabacloud_cloudfw20171207-6.1.0.dist-info → alibabacloud_cloudfw20171207-6.1.1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|