alibabacloud-agentrun20250910 2.0.1__tar.gz → 3.0.0__tar.gz
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.
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/ChangeLog.md +3 -0
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/PKG-INFO +1 -1
- alibabacloud_agentrun20250910-3.0.0/alibabacloud_agentrun20250910/__init__.py +1 -0
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/alibabacloud_agentrun20250910/client.py +12 -12
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/alibabacloud_agentrun20250910/models.py +4903 -1526
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/alibabacloud_agentrun20250910.egg-info/PKG-INFO +1 -1
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/setup.py +1 -1
- alibabacloud_agentrun20250910-2.0.1/alibabacloud_agentrun20250910/__init__.py +0 -1
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/LICENSE +0 -0
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/MANIFEST.in +0 -0
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/README-CN.md +0 -0
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/README.md +0 -0
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/alibabacloud_agentrun20250910.egg-info/SOURCES.txt +0 -0
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/alibabacloud_agentrun20250910.egg-info/dependency_links.txt +0 -0
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/alibabacloud_agentrun20250910.egg-info/requires.txt +0 -0
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/alibabacloud_agentrun20250910.egg-info/top_level.txt +0 -0
- {alibabacloud_agentrun20250910-2.0.1 → alibabacloud_agentrun20250910-3.0.0}/setup.cfg +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '3.0.0'
|
|
@@ -489,8 +489,6 @@ class Client(OpenApiClient):
|
|
|
489
489
|
body['longTtl'] = request.long_ttl
|
|
490
490
|
if not UtilClient.is_unset(request.name):
|
|
491
491
|
body['name'] = request.name
|
|
492
|
-
if not UtilClient.is_unset(request.permanent):
|
|
493
|
-
body['permanent'] = request.permanent
|
|
494
492
|
if not UtilClient.is_unset(request.short_ttl):
|
|
495
493
|
body['shortTtl'] = request.short_ttl
|
|
496
494
|
if not UtilClient.is_unset(request.strategy):
|
|
@@ -535,8 +533,6 @@ class Client(OpenApiClient):
|
|
|
535
533
|
body['longTtl'] = request.long_ttl
|
|
536
534
|
if not UtilClient.is_unset(request.name):
|
|
537
535
|
body['name'] = request.name
|
|
538
|
-
if not UtilClient.is_unset(request.permanent):
|
|
539
|
-
body['permanent'] = request.permanent
|
|
540
536
|
if not UtilClient.is_unset(request.short_ttl):
|
|
541
537
|
body['shortTtl'] = request.short_ttl
|
|
542
538
|
if not UtilClient.is_unset(request.strategy):
|
|
@@ -1944,6 +1940,8 @@ class Client(OpenApiClient):
|
|
|
1944
1940
|
query['pageNumber'] = request.page_number
|
|
1945
1941
|
if not UtilClient.is_unset(request.page_size):
|
|
1946
1942
|
query['pageSize'] = request.page_size
|
|
1943
|
+
if not UtilClient.is_unset(request.search_mode):
|
|
1944
|
+
query['searchMode'] = request.search_mode
|
|
1947
1945
|
req = open_api_models.OpenApiRequest(
|
|
1948
1946
|
headers=headers,
|
|
1949
1947
|
query=OpenApiUtilClient.query(query)
|
|
@@ -1989,6 +1987,8 @@ class Client(OpenApiClient):
|
|
|
1989
1987
|
query['pageNumber'] = request.page_number
|
|
1990
1988
|
if not UtilClient.is_unset(request.page_size):
|
|
1991
1989
|
query['pageSize'] = request.page_size
|
|
1990
|
+
if not UtilClient.is_unset(request.search_mode):
|
|
1991
|
+
query['searchMode'] = request.search_mode
|
|
1992
1992
|
req = open_api_models.OpenApiRequest(
|
|
1993
1993
|
headers=headers,
|
|
1994
1994
|
query=OpenApiUtilClient.query(query)
|
|
@@ -2179,6 +2179,8 @@ class Client(OpenApiClient):
|
|
|
2179
2179
|
query['pageNumber'] = request.page_number
|
|
2180
2180
|
if not UtilClient.is_unset(request.page_size):
|
|
2181
2181
|
query['pageSize'] = request.page_size
|
|
2182
|
+
if not UtilClient.is_unset(request.search_mode):
|
|
2183
|
+
query['searchMode'] = request.search_mode
|
|
2182
2184
|
req = open_api_models.OpenApiRequest(
|
|
2183
2185
|
headers=headers,
|
|
2184
2186
|
query=OpenApiUtilClient.query(query)
|
|
@@ -2223,6 +2225,8 @@ class Client(OpenApiClient):
|
|
|
2223
2225
|
query['pageNumber'] = request.page_number
|
|
2224
2226
|
if not UtilClient.is_unset(request.page_size):
|
|
2225
2227
|
query['pageSize'] = request.page_size
|
|
2228
|
+
if not UtilClient.is_unset(request.search_mode):
|
|
2229
|
+
query['searchMode'] = request.search_mode
|
|
2226
2230
|
req = open_api_models.OpenApiRequest(
|
|
2227
2231
|
headers=headers,
|
|
2228
2232
|
query=OpenApiUtilClient.query(query)
|
|
@@ -2535,12 +2539,12 @@ class Client(OpenApiClient):
|
|
|
2535
2539
|
"""
|
|
2536
2540
|
UtilClient.validate_model(request)
|
|
2537
2541
|
query = {}
|
|
2538
|
-
if not UtilClient.is_unset(request.name_prefix):
|
|
2539
|
-
query['namePrefix'] = request.name_prefix
|
|
2540
2542
|
if not UtilClient.is_unset(request.page_number):
|
|
2541
2543
|
query['pageNumber'] = request.page_number
|
|
2542
2544
|
if not UtilClient.is_unset(request.page_size):
|
|
2543
2545
|
query['pageSize'] = request.page_size
|
|
2546
|
+
if not UtilClient.is_unset(request.pattern):
|
|
2547
|
+
query['pattern'] = request.pattern
|
|
2544
2548
|
req = open_api_models.OpenApiRequest(
|
|
2545
2549
|
headers=headers,
|
|
2546
2550
|
query=OpenApiUtilClient.query(query)
|
|
@@ -2577,12 +2581,12 @@ class Client(OpenApiClient):
|
|
|
2577
2581
|
"""
|
|
2578
2582
|
UtilClient.validate_model(request)
|
|
2579
2583
|
query = {}
|
|
2580
|
-
if not UtilClient.is_unset(request.name_prefix):
|
|
2581
|
-
query['namePrefix'] = request.name_prefix
|
|
2582
2584
|
if not UtilClient.is_unset(request.page_number):
|
|
2583
2585
|
query['pageNumber'] = request.page_number
|
|
2584
2586
|
if not UtilClient.is_unset(request.page_size):
|
|
2585
2587
|
query['pageSize'] = request.page_size
|
|
2588
|
+
if not UtilClient.is_unset(request.pattern):
|
|
2589
|
+
query['pattern'] = request.pattern
|
|
2586
2590
|
req = open_api_models.OpenApiRequest(
|
|
2587
2591
|
headers=headers,
|
|
2588
2592
|
query=OpenApiUtilClient.query(query)
|
|
@@ -3352,8 +3356,6 @@ class Client(OpenApiClient):
|
|
|
3352
3356
|
body = {}
|
|
3353
3357
|
if not UtilClient.is_unset(request.long_ttl):
|
|
3354
3358
|
body['longTtl'] = request.long_ttl
|
|
3355
|
-
if not UtilClient.is_unset(request.permanent):
|
|
3356
|
-
body['permanent'] = request.permanent
|
|
3357
3359
|
if not UtilClient.is_unset(request.short_ttl):
|
|
3358
3360
|
body['shortTtl'] = request.short_ttl
|
|
3359
3361
|
if not UtilClient.is_unset(request.strategy):
|
|
@@ -3397,8 +3399,6 @@ class Client(OpenApiClient):
|
|
|
3397
3399
|
body = {}
|
|
3398
3400
|
if not UtilClient.is_unset(request.long_ttl):
|
|
3399
3401
|
body['longTtl'] = request.long_ttl
|
|
3400
|
-
if not UtilClient.is_unset(request.permanent):
|
|
3401
|
-
body['permanent'] = request.permanent
|
|
3402
3402
|
if not UtilClient.is_unset(request.short_ttl):
|
|
3403
3403
|
body['shortTtl'] = request.short_ttl
|
|
3404
3404
|
if not UtilClient.is_unset(request.strategy):
|