tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -494,7 +494,7 @@ class SslClient(AbstractClient):
|
|
|
494
494
|
|
|
495
495
|
|
|
496
496
|
def DescribeCertificateBindResourceTaskDetail(self, request):
|
|
497
|
-
r"""查询CreateCertificateBindResourceSyncTask任务结果, 返回证书关联云资源异步任务结果, 支持以下云资源:clb、cdn、waf、live、vod、ddos、tke、apigateway、tcb、teo(edgeOne)、cos
|
|
497
|
+
r"""查询CreateCertificateBindResourceSyncTask任务结果, 返回证书关联云资源异步任务结果, 支持以下云资源:clb、cdn、waf、live、vod、ddos、tke、apigateway、tcb、teo(edgeOne)、cos、gaap、mqtt、scf、tdmq
|
|
498
498
|
|
|
499
499
|
:param request: Request instance for DescribeCertificateBindResourceTaskDetail.
|
|
500
500
|
:type request: :class:`tencentcloud.ssl.v20191205.models.DescribeCertificateBindResourceTaskDetailRequest`
|
|
@@ -1506,7 +1506,7 @@ class SslClient(AbstractClient):
|
|
|
1506
1506
|
|
|
1507
1507
|
|
|
1508
1508
|
def UploadUpdateCertificateInstance(self, request):
|
|
1509
|
-
r"""
|
|
1509
|
+
r"""当前接口需联系加白使用并且只支持更新证书的CLB资源,更新证书内容(证书ID不变)并更新关联的云资源,本接口为异步接口, 调用之后DeployRecordId为0表示任务进行中, 重复请求这个接口, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常
|
|
1510
1510
|
|
|
1511
1511
|
:param request: Request instance for UploadUpdateCertificateInstance.
|
|
1512
1512
|
:type request: :class:`tencentcloud.ssl.v20191205.models.UploadUpdateCertificateInstanceRequest`
|
|
@@ -398,7 +398,7 @@ class SslClient(AbstractClient):
|
|
|
398
398
|
opts: Dict = None,
|
|
399
399
|
) -> models.DescribeCertificateBindResourceTaskDetailResponse:
|
|
400
400
|
"""
|
|
401
|
-
查询CreateCertificateBindResourceSyncTask任务结果, 返回证书关联云资源异步任务结果, 支持以下云资源:clb、cdn、waf、live、vod、ddos、tke、apigateway、tcb、teo(edgeOne)、cos
|
|
401
|
+
查询CreateCertificateBindResourceSyncTask任务结果, 返回证书关联云资源异步任务结果, 支持以下云资源:clb、cdn、waf、live、vod、ddos、tke、apigateway、tcb、teo(edgeOne)、cos、gaap、mqtt、scf、tdmq
|
|
402
402
|
"""
|
|
403
403
|
|
|
404
404
|
kwargs = {}
|
|
@@ -1190,7 +1190,7 @@ class SslClient(AbstractClient):
|
|
|
1190
1190
|
opts: Dict = None,
|
|
1191
1191
|
) -> models.UploadUpdateCertificateInstanceResponse:
|
|
1192
1192
|
"""
|
|
1193
|
-
|
|
1193
|
+
当前接口需联系加白使用并且只支持更新证书的CLB资源,更新证书内容(证书ID不变)并更新关联的云资源,本接口为异步接口, 调用之后DeployRecordId为0表示任务进行中, 重复请求这个接口, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常
|
|
1194
1194
|
"""
|
|
1195
1195
|
|
|
1196
1196
|
kwargs = {}
|
|
@@ -63,6 +63,8 @@ False -- 不开启
|
|
|
63
63
|
:type RotationFrequency: int
|
|
64
64
|
:param _KmsHsmClusterId: KMS的独享集群的ID。当KmsKeyId为空,并且用户的KMS存在有效的HsmClusterId时有效。
|
|
65
65
|
:type KmsHsmClusterId: str
|
|
66
|
+
:param _AccountRemark: 账户备注
|
|
67
|
+
:type AccountRemark: str
|
|
66
68
|
"""
|
|
67
69
|
self._SecretName = None
|
|
68
70
|
self._UserNamePrefix = None
|
|
@@ -77,6 +79,7 @@ False -- 不开启
|
|
|
77
79
|
self._EnableRotation = None
|
|
78
80
|
self._RotationFrequency = None
|
|
79
81
|
self._KmsHsmClusterId = None
|
|
82
|
+
self._AccountRemark = None
|
|
80
83
|
|
|
81
84
|
@property
|
|
82
85
|
def SecretName(self):
|
|
@@ -233,6 +236,17 @@ False -- 不开启
|
|
|
233
236
|
def KmsHsmClusterId(self, KmsHsmClusterId):
|
|
234
237
|
self._KmsHsmClusterId = KmsHsmClusterId
|
|
235
238
|
|
|
239
|
+
@property
|
|
240
|
+
def AccountRemark(self):
|
|
241
|
+
r"""账户备注
|
|
242
|
+
:rtype: str
|
|
243
|
+
"""
|
|
244
|
+
return self._AccountRemark
|
|
245
|
+
|
|
246
|
+
@AccountRemark.setter
|
|
247
|
+
def AccountRemark(self, AccountRemark):
|
|
248
|
+
self._AccountRemark = AccountRemark
|
|
249
|
+
|
|
236
250
|
|
|
237
251
|
def _deserialize(self, params):
|
|
238
252
|
self._SecretName = params.get("SecretName")
|
|
@@ -258,6 +272,7 @@ False -- 不开启
|
|
|
258
272
|
self._EnableRotation = params.get("EnableRotation")
|
|
259
273
|
self._RotationFrequency = params.get("RotationFrequency")
|
|
260
274
|
self._KmsHsmClusterId = params.get("KmsHsmClusterId")
|
|
275
|
+
self._AccountRemark = params.get("AccountRemark")
|
|
261
276
|
memeber_set = set(params.keys())
|
|
262
277
|
for name, value in vars(self).items():
|
|
263
278
|
property_name = name[1:]
|
|
@@ -2893,12 +2908,40 @@ ColumnPrivileges
|
|
|
2893
2908
|
Database - 显式指明所在的数据库实例。
|
|
2894
2909
|
TableName - 显式指明所在表
|
|
2895
2910
|
:type ColumnName: str
|
|
2911
|
+
:param _SchemaName: 仅当PrivilegeName为SchemaPrivileges时这个值才生效,并且此时必须填充:
|
|
2912
|
+
目前仅postgresSQL需要
|
|
2913
|
+
:type SchemaName: str
|
|
2914
|
+
:param _SequenceName: 仅当PrivilegeName为SequencePrivileges时这个值才生效,并且此时必须填充:
|
|
2915
|
+
目前仅postgresSQL需要
|
|
2916
|
+
:type SequenceName: str
|
|
2917
|
+
:param _ProcedureName: 仅当PrivilegeName为ProcedurePrivileges时这个值才生效,并且此时必须填充:
|
|
2918
|
+
目前仅postgresSQL需要
|
|
2919
|
+
:type ProcedureName: str
|
|
2920
|
+
:param _TypeName: 仅当PrivilegeName为TypePrivileges时这个值才生效,并且此时必须填充:
|
|
2921
|
+
目前仅postgresSQL需要
|
|
2922
|
+
:type TypeName: str
|
|
2923
|
+
:param _FunctionName: 仅当PrivilegeName为FunctionPrivileges时这个值才生效,并且此时必须填充:
|
|
2924
|
+
目前仅postgresSQL需要
|
|
2925
|
+
:type FunctionName: str
|
|
2926
|
+
:param _ViewName: 仅当PrivilegeName为ViewPrivileges时这个值才生效,并且此时必须填充:
|
|
2927
|
+
目前仅postgresSQL需要
|
|
2928
|
+
:type ViewName: str
|
|
2929
|
+
:param _MatviewName: 仅当PrivilegeName为MatviewPrivileges时这个值才生效,并且此时必须填充:
|
|
2930
|
+
目前仅postgresSQL需要
|
|
2931
|
+
:type MatviewName: str
|
|
2896
2932
|
"""
|
|
2897
2933
|
self._PrivilegeName = None
|
|
2898
2934
|
self._Privileges = None
|
|
2899
2935
|
self._Database = None
|
|
2900
2936
|
self._TableName = None
|
|
2901
2937
|
self._ColumnName = None
|
|
2938
|
+
self._SchemaName = None
|
|
2939
|
+
self._SequenceName = None
|
|
2940
|
+
self._ProcedureName = None
|
|
2941
|
+
self._TypeName = None
|
|
2942
|
+
self._FunctionName = None
|
|
2943
|
+
self._ViewName = None
|
|
2944
|
+
self._MatviewName = None
|
|
2902
2945
|
|
|
2903
2946
|
@property
|
|
2904
2947
|
def PrivilegeName(self):
|
|
@@ -2980,6 +3023,90 @@ TableName - 显式指明所在表
|
|
|
2980
3023
|
def ColumnName(self, ColumnName):
|
|
2981
3024
|
self._ColumnName = ColumnName
|
|
2982
3025
|
|
|
3026
|
+
@property
|
|
3027
|
+
def SchemaName(self):
|
|
3028
|
+
r"""仅当PrivilegeName为SchemaPrivileges时这个值才生效,并且此时必须填充:
|
|
3029
|
+
目前仅postgresSQL需要
|
|
3030
|
+
:rtype: str
|
|
3031
|
+
"""
|
|
3032
|
+
return self._SchemaName
|
|
3033
|
+
|
|
3034
|
+
@SchemaName.setter
|
|
3035
|
+
def SchemaName(self, SchemaName):
|
|
3036
|
+
self._SchemaName = SchemaName
|
|
3037
|
+
|
|
3038
|
+
@property
|
|
3039
|
+
def SequenceName(self):
|
|
3040
|
+
r"""仅当PrivilegeName为SequencePrivileges时这个值才生效,并且此时必须填充:
|
|
3041
|
+
目前仅postgresSQL需要
|
|
3042
|
+
:rtype: str
|
|
3043
|
+
"""
|
|
3044
|
+
return self._SequenceName
|
|
3045
|
+
|
|
3046
|
+
@SequenceName.setter
|
|
3047
|
+
def SequenceName(self, SequenceName):
|
|
3048
|
+
self._SequenceName = SequenceName
|
|
3049
|
+
|
|
3050
|
+
@property
|
|
3051
|
+
def ProcedureName(self):
|
|
3052
|
+
r"""仅当PrivilegeName为ProcedurePrivileges时这个值才生效,并且此时必须填充:
|
|
3053
|
+
目前仅postgresSQL需要
|
|
3054
|
+
:rtype: str
|
|
3055
|
+
"""
|
|
3056
|
+
return self._ProcedureName
|
|
3057
|
+
|
|
3058
|
+
@ProcedureName.setter
|
|
3059
|
+
def ProcedureName(self, ProcedureName):
|
|
3060
|
+
self._ProcedureName = ProcedureName
|
|
3061
|
+
|
|
3062
|
+
@property
|
|
3063
|
+
def TypeName(self):
|
|
3064
|
+
r"""仅当PrivilegeName为TypePrivileges时这个值才生效,并且此时必须填充:
|
|
3065
|
+
目前仅postgresSQL需要
|
|
3066
|
+
:rtype: str
|
|
3067
|
+
"""
|
|
3068
|
+
return self._TypeName
|
|
3069
|
+
|
|
3070
|
+
@TypeName.setter
|
|
3071
|
+
def TypeName(self, TypeName):
|
|
3072
|
+
self._TypeName = TypeName
|
|
3073
|
+
|
|
3074
|
+
@property
|
|
3075
|
+
def FunctionName(self):
|
|
3076
|
+
r"""仅当PrivilegeName为FunctionPrivileges时这个值才生效,并且此时必须填充:
|
|
3077
|
+
目前仅postgresSQL需要
|
|
3078
|
+
:rtype: str
|
|
3079
|
+
"""
|
|
3080
|
+
return self._FunctionName
|
|
3081
|
+
|
|
3082
|
+
@FunctionName.setter
|
|
3083
|
+
def FunctionName(self, FunctionName):
|
|
3084
|
+
self._FunctionName = FunctionName
|
|
3085
|
+
|
|
3086
|
+
@property
|
|
3087
|
+
def ViewName(self):
|
|
3088
|
+
r"""仅当PrivilegeName为ViewPrivileges时这个值才生效,并且此时必须填充:
|
|
3089
|
+
目前仅postgresSQL需要
|
|
3090
|
+
:rtype: str
|
|
3091
|
+
"""
|
|
3092
|
+
return self._ViewName
|
|
3093
|
+
|
|
3094
|
+
@ViewName.setter
|
|
3095
|
+
def ViewName(self, ViewName):
|
|
3096
|
+
self._ViewName = ViewName
|
|
3097
|
+
|
|
3098
|
+
@property
|
|
3099
|
+
def MatviewName(self):
|
|
3100
|
+
r"""仅当PrivilegeName为MatviewPrivileges时这个值才生效,并且此时必须填充:
|
|
3101
|
+
目前仅postgresSQL需要
|
|
3102
|
+
:rtype: str
|
|
3103
|
+
"""
|
|
3104
|
+
return self._MatviewName
|
|
3105
|
+
|
|
3106
|
+
@MatviewName.setter
|
|
3107
|
+
def MatviewName(self, MatviewName):
|
|
3108
|
+
self._MatviewName = MatviewName
|
|
3109
|
+
|
|
2983
3110
|
|
|
2984
3111
|
def _deserialize(self, params):
|
|
2985
3112
|
self._PrivilegeName = params.get("PrivilegeName")
|
|
@@ -2987,6 +3114,13 @@ TableName - 显式指明所在表
|
|
|
2987
3114
|
self._Database = params.get("Database")
|
|
2988
3115
|
self._TableName = params.get("TableName")
|
|
2989
3116
|
self._ColumnName = params.get("ColumnName")
|
|
3117
|
+
self._SchemaName = params.get("SchemaName")
|
|
3118
|
+
self._SequenceName = params.get("SequenceName")
|
|
3119
|
+
self._ProcedureName = params.get("ProcedureName")
|
|
3120
|
+
self._TypeName = params.get("TypeName")
|
|
3121
|
+
self._FunctionName = params.get("FunctionName")
|
|
3122
|
+
self._ViewName = params.get("ViewName")
|
|
3123
|
+
self._MatviewName = params.get("MatviewName")
|
|
2990
3124
|
memeber_set = set(params.keys())
|
|
2991
3125
|
for name, value in vars(self).items():
|
|
2992
3126
|
property_name = name[1:]
|
|
@@ -1791,27 +1791,30 @@ class SavingPlanUsageDetail(AbstractModel):
|
|
|
1791
1791
|
|
|
1792
1792
|
def __init__(self):
|
|
1793
1793
|
r"""
|
|
1794
|
-
:param
|
|
1794
|
+
:param _SpId: <p>节省计划资源id</p>
|
|
1795
|
+
:type SpId: str
|
|
1796
|
+
:param _SpType: <p>节省计划类型</p>
|
|
1795
1797
|
:type SpType: str
|
|
1796
|
-
:param _Status:
|
|
1798
|
+
:param _Status: <p>节省计划状态</p>枚举值:<ul><li> 1: 生效</li><li> 2: 失效 </li><li> 3: 作废</li></ul>
|
|
1797
1799
|
:type Status: int
|
|
1798
|
-
:param _DeductAmount:
|
|
1800
|
+
:param _DeductAmount: <p>累计抵扣的金额(单位:元)</p>
|
|
1799
1801
|
:type DeductAmount: str
|
|
1800
|
-
:param _PromiseAmount:
|
|
1802
|
+
:param _PromiseAmount: <p>累计承诺消费金额(单位:元)</p>
|
|
1801
1803
|
:type PromiseAmount: str
|
|
1802
|
-
:param _NetSavings:
|
|
1804
|
+
:param _NetSavings: <p>累计净节省金额(单位:元)</p>
|
|
1803
1805
|
:type NetSavings: str
|
|
1804
|
-
:param _UtilizationRate:
|
|
1806
|
+
:param _UtilizationRate: <p>使用率</p>
|
|
1805
1807
|
:type UtilizationRate: float
|
|
1806
|
-
:param _LossAmount:
|
|
1808
|
+
:param _LossAmount: <p>累计流失金额(单位:元)</p>
|
|
1807
1809
|
:type LossAmount: str
|
|
1808
|
-
:param _DosageAmount:
|
|
1810
|
+
:param _DosageAmount: <p>累计按量计费预期金额(单位:元)</p>
|
|
1809
1811
|
:type DosageAmount: str
|
|
1810
|
-
:param _CostAmount:
|
|
1812
|
+
:param _CostAmount: <p>累计成本金额(单位:元)</p>
|
|
1811
1813
|
:type CostAmount: str
|
|
1812
|
-
:param _Region:
|
|
1814
|
+
:param _Region: <p>地域</p>
|
|
1813
1815
|
:type Region: list of str
|
|
1814
1816
|
"""
|
|
1817
|
+
self._SpId = None
|
|
1815
1818
|
self._SpType = None
|
|
1816
1819
|
self._Status = None
|
|
1817
1820
|
self._DeductAmount = None
|
|
@@ -1823,9 +1826,20 @@ class SavingPlanUsageDetail(AbstractModel):
|
|
|
1823
1826
|
self._CostAmount = None
|
|
1824
1827
|
self._Region = None
|
|
1825
1828
|
|
|
1829
|
+
@property
|
|
1830
|
+
def SpId(self):
|
|
1831
|
+
r"""<p>节省计划资源id</p>
|
|
1832
|
+
:rtype: str
|
|
1833
|
+
"""
|
|
1834
|
+
return self._SpId
|
|
1835
|
+
|
|
1836
|
+
@SpId.setter
|
|
1837
|
+
def SpId(self, SpId):
|
|
1838
|
+
self._SpId = SpId
|
|
1839
|
+
|
|
1826
1840
|
@property
|
|
1827
1841
|
def SpType(self):
|
|
1828
|
-
r"""
|
|
1842
|
+
r"""<p>节省计划类型</p>
|
|
1829
1843
|
:rtype: str
|
|
1830
1844
|
"""
|
|
1831
1845
|
return self._SpType
|
|
@@ -1836,7 +1850,7 @@ class SavingPlanUsageDetail(AbstractModel):
|
|
|
1836
1850
|
|
|
1837
1851
|
@property
|
|
1838
1852
|
def Status(self):
|
|
1839
|
-
r"""
|
|
1853
|
+
r"""<p>节省计划状态</p>枚举值:<ul><li> 1: 生效</li><li> 2: 失效 </li><li> 3: 作废</li></ul>
|
|
1840
1854
|
:rtype: int
|
|
1841
1855
|
"""
|
|
1842
1856
|
return self._Status
|
|
@@ -1847,7 +1861,7 @@ class SavingPlanUsageDetail(AbstractModel):
|
|
|
1847
1861
|
|
|
1848
1862
|
@property
|
|
1849
1863
|
def DeductAmount(self):
|
|
1850
|
-
r"""
|
|
1864
|
+
r"""<p>累计抵扣的金额(单位:元)</p>
|
|
1851
1865
|
:rtype: str
|
|
1852
1866
|
"""
|
|
1853
1867
|
return self._DeductAmount
|
|
@@ -1858,7 +1872,7 @@ class SavingPlanUsageDetail(AbstractModel):
|
|
|
1858
1872
|
|
|
1859
1873
|
@property
|
|
1860
1874
|
def PromiseAmount(self):
|
|
1861
|
-
r"""
|
|
1875
|
+
r"""<p>累计承诺消费金额(单位:元)</p>
|
|
1862
1876
|
:rtype: str
|
|
1863
1877
|
"""
|
|
1864
1878
|
return self._PromiseAmount
|
|
@@ -1869,7 +1883,7 @@ class SavingPlanUsageDetail(AbstractModel):
|
|
|
1869
1883
|
|
|
1870
1884
|
@property
|
|
1871
1885
|
def NetSavings(self):
|
|
1872
|
-
r"""
|
|
1886
|
+
r"""<p>累计净节省金额(单位:元)</p>
|
|
1873
1887
|
:rtype: str
|
|
1874
1888
|
"""
|
|
1875
1889
|
return self._NetSavings
|
|
@@ -1880,7 +1894,7 @@ class SavingPlanUsageDetail(AbstractModel):
|
|
|
1880
1894
|
|
|
1881
1895
|
@property
|
|
1882
1896
|
def UtilizationRate(self):
|
|
1883
|
-
r"""
|
|
1897
|
+
r"""<p>使用率</p>
|
|
1884
1898
|
:rtype: float
|
|
1885
1899
|
"""
|
|
1886
1900
|
return self._UtilizationRate
|
|
@@ -1891,7 +1905,7 @@ class SavingPlanUsageDetail(AbstractModel):
|
|
|
1891
1905
|
|
|
1892
1906
|
@property
|
|
1893
1907
|
def LossAmount(self):
|
|
1894
|
-
r"""
|
|
1908
|
+
r"""<p>累计流失金额(单位:元)</p>
|
|
1895
1909
|
:rtype: str
|
|
1896
1910
|
"""
|
|
1897
1911
|
return self._LossAmount
|
|
@@ -1902,7 +1916,7 @@ class SavingPlanUsageDetail(AbstractModel):
|
|
|
1902
1916
|
|
|
1903
1917
|
@property
|
|
1904
1918
|
def DosageAmount(self):
|
|
1905
|
-
r"""
|
|
1919
|
+
r"""<p>累计按量计费预期金额(单位:元)</p>
|
|
1906
1920
|
:rtype: str
|
|
1907
1921
|
"""
|
|
1908
1922
|
return self._DosageAmount
|
|
@@ -1913,7 +1927,7 @@ class SavingPlanUsageDetail(AbstractModel):
|
|
|
1913
1927
|
|
|
1914
1928
|
@property
|
|
1915
1929
|
def CostAmount(self):
|
|
1916
|
-
r"""
|
|
1930
|
+
r"""<p>累计成本金额(单位:元)</p>
|
|
1917
1931
|
:rtype: str
|
|
1918
1932
|
"""
|
|
1919
1933
|
return self._CostAmount
|
|
@@ -1924,7 +1938,7 @@ class SavingPlanUsageDetail(AbstractModel):
|
|
|
1924
1938
|
|
|
1925
1939
|
@property
|
|
1926
1940
|
def Region(self):
|
|
1927
|
-
r"""
|
|
1941
|
+
r"""<p>地域</p>
|
|
1928
1942
|
:rtype: list of str
|
|
1929
1943
|
"""
|
|
1930
1944
|
return self._Region
|
|
@@ -1935,6 +1949,7 @@ class SavingPlanUsageDetail(AbstractModel):
|
|
|
1935
1949
|
|
|
1936
1950
|
|
|
1937
1951
|
def _deserialize(self, params):
|
|
1952
|
+
self._SpId = params.get("SpId")
|
|
1938
1953
|
self._SpType = params.get("SpType")
|
|
1939
1954
|
self._Status = params.get("Status")
|
|
1940
1955
|
self._DeductAmount = params.get("DeductAmount")
|
|
@@ -3600,13 +3600,11 @@ class GetTagKeysRequest(AbstractModel):
|
|
|
3600
3600
|
|
|
3601
3601
|
def __init__(self):
|
|
3602
3602
|
r"""
|
|
3603
|
-
:param _PaginationToken:
|
|
3604
|
-
如果是第一次请求,设置为空。
|
|
3603
|
+
:param _PaginationToken: <p>从上一页的响应中获取的下一页的Token值。如果是第一次请求,设置为空。</p>
|
|
3605
3604
|
:type PaginationToken: str
|
|
3606
|
-
:param _MaxResults:
|
|
3607
|
-
缺省值:50。
|
|
3605
|
+
:param _MaxResults: <p>每一页返回的数据最大条数,最大1000。缺省值:50。</p>
|
|
3608
3606
|
:type MaxResults: int
|
|
3609
|
-
:param _Category:
|
|
3607
|
+
:param _Category: <p>标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。</p>
|
|
3610
3608
|
:type Category: str
|
|
3611
3609
|
"""
|
|
3612
3610
|
self._PaginationToken = None
|
|
@@ -3615,8 +3613,7 @@ class GetTagKeysRequest(AbstractModel):
|
|
|
3615
3613
|
|
|
3616
3614
|
@property
|
|
3617
3615
|
def PaginationToken(self):
|
|
3618
|
-
r"""
|
|
3619
|
-
如果是第一次请求,设置为空。
|
|
3616
|
+
r"""<p>从上一页的响应中获取的下一页的Token值。如果是第一次请求,设置为空。</p>
|
|
3620
3617
|
:rtype: str
|
|
3621
3618
|
"""
|
|
3622
3619
|
return self._PaginationToken
|
|
@@ -3627,8 +3624,7 @@ class GetTagKeysRequest(AbstractModel):
|
|
|
3627
3624
|
|
|
3628
3625
|
@property
|
|
3629
3626
|
def MaxResults(self):
|
|
3630
|
-
r"""
|
|
3631
|
-
缺省值:50。
|
|
3627
|
+
r"""<p>每一页返回的数据最大条数,最大1000。缺省值:50。</p>
|
|
3632
3628
|
:rtype: int
|
|
3633
3629
|
"""
|
|
3634
3630
|
return self._MaxResults
|
|
@@ -3639,7 +3635,7 @@ class GetTagKeysRequest(AbstractModel):
|
|
|
3639
3635
|
|
|
3640
3636
|
@property
|
|
3641
3637
|
def Category(self):
|
|
3642
|
-
r"""
|
|
3638
|
+
r"""<p>标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。</p>
|
|
3643
3639
|
:rtype: str
|
|
3644
3640
|
"""
|
|
3645
3641
|
return self._Category
|
|
@@ -3670,9 +3666,9 @@ class GetTagKeysResponse(AbstractModel):
|
|
|
3670
3666
|
|
|
3671
3667
|
def __init__(self):
|
|
3672
3668
|
r"""
|
|
3673
|
-
:param _PaginationToken:
|
|
3669
|
+
:param _PaginationToken: <p>获取的下一页的Token值,如果当前是最后一页,返回为空</p>
|
|
3674
3670
|
:type PaginationToken: str
|
|
3675
|
-
:param _TagKeys:
|
|
3671
|
+
:param _TagKeys: <p>标签键信息。</p>
|
|
3676
3672
|
:type TagKeys: list of str
|
|
3677
3673
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3678
3674
|
:type RequestId: str
|
|
@@ -3683,7 +3679,7 @@ class GetTagKeysResponse(AbstractModel):
|
|
|
3683
3679
|
|
|
3684
3680
|
@property
|
|
3685
3681
|
def PaginationToken(self):
|
|
3686
|
-
r"""
|
|
3682
|
+
r"""<p>获取的下一页的Token值,如果当前是最后一页,返回为空</p>
|
|
3687
3683
|
:rtype: str
|
|
3688
3684
|
"""
|
|
3689
3685
|
return self._PaginationToken
|
|
@@ -3694,7 +3690,7 @@ class GetTagKeysResponse(AbstractModel):
|
|
|
3694
3690
|
|
|
3695
3691
|
@property
|
|
3696
3692
|
def TagKeys(self):
|
|
3697
|
-
r"""
|
|
3693
|
+
r"""<p>标签键信息。</p>
|
|
3698
3694
|
:rtype: list of str
|
|
3699
3695
|
"""
|
|
3700
3696
|
return self._TagKeys
|
|
@@ -3728,17 +3724,13 @@ class GetTagValuesRequest(AbstractModel):
|
|
|
3728
3724
|
|
|
3729
3725
|
def __init__(self):
|
|
3730
3726
|
r"""
|
|
3731
|
-
:param _TagKeys:
|
|
3732
|
-
返回所有标签键列表对应的标签值。
|
|
3733
|
-
最大长度:20
|
|
3727
|
+
:param _TagKeys: <p>标签键。返回所有标签键列表对应的标签值。最大长度:20</p>
|
|
3734
3728
|
:type TagKeys: list of str
|
|
3735
|
-
:param _PaginationToken:
|
|
3736
|
-
如果是第一次请求,设置为空。
|
|
3729
|
+
:param _PaginationToken: <p>从上一页的响应中获取的下一页的Token值。如果是第一次请求,设置为空。</p>
|
|
3737
3730
|
:type PaginationToken: str
|
|
3738
|
-
:param _MaxResults:
|
|
3739
|
-
缺省值:50。
|
|
3731
|
+
:param _MaxResults: <p>每一页返回的数据最大条数,最大1000。缺省值:50。</p>
|
|
3740
3732
|
:type MaxResults: int
|
|
3741
|
-
:param _Category:
|
|
3733
|
+
:param _Category: <p>标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。</p>
|
|
3742
3734
|
:type Category: str
|
|
3743
3735
|
"""
|
|
3744
3736
|
self._TagKeys = None
|
|
@@ -3748,9 +3740,7 @@ class GetTagValuesRequest(AbstractModel):
|
|
|
3748
3740
|
|
|
3749
3741
|
@property
|
|
3750
3742
|
def TagKeys(self):
|
|
3751
|
-
r"""
|
|
3752
|
-
返回所有标签键列表对应的标签值。
|
|
3753
|
-
最大长度:20
|
|
3743
|
+
r"""<p>标签键。返回所有标签键列表对应的标签值。最大长度:20</p>
|
|
3754
3744
|
:rtype: list of str
|
|
3755
3745
|
"""
|
|
3756
3746
|
return self._TagKeys
|
|
@@ -3761,8 +3751,7 @@ class GetTagValuesRequest(AbstractModel):
|
|
|
3761
3751
|
|
|
3762
3752
|
@property
|
|
3763
3753
|
def PaginationToken(self):
|
|
3764
|
-
r"""
|
|
3765
|
-
如果是第一次请求,设置为空。
|
|
3754
|
+
r"""<p>从上一页的响应中获取的下一页的Token值。如果是第一次请求,设置为空。</p>
|
|
3766
3755
|
:rtype: str
|
|
3767
3756
|
"""
|
|
3768
3757
|
return self._PaginationToken
|
|
@@ -3773,8 +3762,7 @@ class GetTagValuesRequest(AbstractModel):
|
|
|
3773
3762
|
|
|
3774
3763
|
@property
|
|
3775
3764
|
def MaxResults(self):
|
|
3776
|
-
r"""
|
|
3777
|
-
缺省值:50。
|
|
3765
|
+
r"""<p>每一页返回的数据最大条数,最大1000。缺省值:50。</p>
|
|
3778
3766
|
:rtype: int
|
|
3779
3767
|
"""
|
|
3780
3768
|
return self._MaxResults
|
|
@@ -3785,7 +3773,7 @@ class GetTagValuesRequest(AbstractModel):
|
|
|
3785
3773
|
|
|
3786
3774
|
@property
|
|
3787
3775
|
def Category(self):
|
|
3788
|
-
r"""
|
|
3776
|
+
r"""<p>标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。</p>
|
|
3789
3777
|
:rtype: str
|
|
3790
3778
|
"""
|
|
3791
3779
|
return self._Category
|
|
@@ -3817,9 +3805,9 @@ class GetTagValuesResponse(AbstractModel):
|
|
|
3817
3805
|
|
|
3818
3806
|
def __init__(self):
|
|
3819
3807
|
r"""
|
|
3820
|
-
:param _PaginationToken:
|
|
3808
|
+
:param _PaginationToken: <p>获取的下一页的Token值,如果当前是最后一页,返回为空</p>
|
|
3821
3809
|
:type PaginationToken: str
|
|
3822
|
-
:param _Tags:
|
|
3810
|
+
:param _Tags: <p>标签列表。</p>
|
|
3823
3811
|
:type Tags: list of Tag
|
|
3824
3812
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3825
3813
|
:type RequestId: str
|
|
@@ -3830,7 +3818,7 @@ class GetTagValuesResponse(AbstractModel):
|
|
|
3830
3818
|
|
|
3831
3819
|
@property
|
|
3832
3820
|
def PaginationToken(self):
|
|
3833
|
-
r"""
|
|
3821
|
+
r"""<p>获取的下一页的Token值,如果当前是最后一页,返回为空</p>
|
|
3834
3822
|
:rtype: str
|
|
3835
3823
|
"""
|
|
3836
3824
|
return self._PaginationToken
|
|
@@ -3841,7 +3829,7 @@ class GetTagValuesResponse(AbstractModel):
|
|
|
3841
3829
|
|
|
3842
3830
|
@property
|
|
3843
3831
|
def Tags(self):
|
|
3844
|
-
r"""
|
|
3832
|
+
r"""<p>标签列表。</p>
|
|
3845
3833
|
:rtype: list of Tag
|
|
3846
3834
|
"""
|
|
3847
3835
|
return self._Tags
|
|
@@ -3880,17 +3868,13 @@ class GetTagsRequest(AbstractModel):
|
|
|
3880
3868
|
|
|
3881
3869
|
def __init__(self):
|
|
3882
3870
|
r"""
|
|
3883
|
-
:param _PaginationToken:
|
|
3884
|
-
如果是第一次请求,设置为空。
|
|
3871
|
+
:param _PaginationToken: <p>从上一页的响应中获取的下一页的Token值。如果是第一次请求,设置为空。</p>
|
|
3885
3872
|
:type PaginationToken: str
|
|
3886
|
-
:param _MaxResults:
|
|
3887
|
-
缺省值:50。
|
|
3873
|
+
:param _MaxResults: <p>每一页返回的数据最大条数,最大1000。缺省值:50。</p>
|
|
3888
3874
|
:type MaxResults: int
|
|
3889
|
-
:param _TagKeys:
|
|
3890
|
-
返回所有标签键列表对应的标签。
|
|
3891
|
-
最大长度:20
|
|
3875
|
+
:param _TagKeys: <p>标签键。返回所有标签键列表对应的标签。最大长度:20</p>
|
|
3892
3876
|
:type TagKeys: list of str
|
|
3893
|
-
:param _Category:
|
|
3877
|
+
:param _Category: <p>标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。</p>
|
|
3894
3878
|
:type Category: str
|
|
3895
3879
|
"""
|
|
3896
3880
|
self._PaginationToken = None
|
|
@@ -3900,8 +3884,7 @@ class GetTagsRequest(AbstractModel):
|
|
|
3900
3884
|
|
|
3901
3885
|
@property
|
|
3902
3886
|
def PaginationToken(self):
|
|
3903
|
-
r"""
|
|
3904
|
-
如果是第一次请求,设置为空。
|
|
3887
|
+
r"""<p>从上一页的响应中获取的下一页的Token值。如果是第一次请求,设置为空。</p>
|
|
3905
3888
|
:rtype: str
|
|
3906
3889
|
"""
|
|
3907
3890
|
return self._PaginationToken
|
|
@@ -3912,8 +3895,7 @@ class GetTagsRequest(AbstractModel):
|
|
|
3912
3895
|
|
|
3913
3896
|
@property
|
|
3914
3897
|
def MaxResults(self):
|
|
3915
|
-
r"""
|
|
3916
|
-
缺省值:50。
|
|
3898
|
+
r"""<p>每一页返回的数据最大条数,最大1000。缺省值:50。</p>
|
|
3917
3899
|
:rtype: int
|
|
3918
3900
|
"""
|
|
3919
3901
|
return self._MaxResults
|
|
@@ -3924,9 +3906,7 @@ class GetTagsRequest(AbstractModel):
|
|
|
3924
3906
|
|
|
3925
3907
|
@property
|
|
3926
3908
|
def TagKeys(self):
|
|
3927
|
-
r"""
|
|
3928
|
-
返回所有标签键列表对应的标签。
|
|
3929
|
-
最大长度:20
|
|
3909
|
+
r"""<p>标签键。返回所有标签键列表对应的标签。最大长度:20</p>
|
|
3930
3910
|
:rtype: list of str
|
|
3931
3911
|
"""
|
|
3932
3912
|
return self._TagKeys
|
|
@@ -3937,7 +3917,7 @@ class GetTagsRequest(AbstractModel):
|
|
|
3937
3917
|
|
|
3938
3918
|
@property
|
|
3939
3919
|
def Category(self):
|
|
3940
|
-
r"""
|
|
3920
|
+
r"""<p>标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。</p>
|
|
3941
3921
|
:rtype: str
|
|
3942
3922
|
"""
|
|
3943
3923
|
return self._Category
|
|
@@ -3969,9 +3949,9 @@ class GetTagsResponse(AbstractModel):
|
|
|
3969
3949
|
|
|
3970
3950
|
def __init__(self):
|
|
3971
3951
|
r"""
|
|
3972
|
-
:param _PaginationToken:
|
|
3952
|
+
:param _PaginationToken: <p>获取的下一页的Token值,如果当前是最后一页,返回为空</p>
|
|
3973
3953
|
:type PaginationToken: str
|
|
3974
|
-
:param _Tags:
|
|
3954
|
+
:param _Tags: <p>标签列表。</p>
|
|
3975
3955
|
:type Tags: list of Tag
|
|
3976
3956
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3977
3957
|
:type RequestId: str
|
|
@@ -3982,7 +3962,7 @@ class GetTagsResponse(AbstractModel):
|
|
|
3982
3962
|
|
|
3983
3963
|
@property
|
|
3984
3964
|
def PaginationToken(self):
|
|
3985
|
-
r"""
|
|
3965
|
+
r"""<p>获取的下一页的Token值,如果当前是最后一页,返回为空</p>
|
|
3986
3966
|
:rtype: str
|
|
3987
3967
|
"""
|
|
3988
3968
|
return self._PaginationToken
|
|
@@ -3993,7 +3973,7 @@ class GetTagsResponse(AbstractModel):
|
|
|
3993
3973
|
|
|
3994
3974
|
@property
|
|
3995
3975
|
def Tags(self):
|
|
3996
|
-
r"""
|
|
3976
|
+
r"""<p>标签列表。</p>
|
|
3997
3977
|
:rtype: list of Tag
|
|
3998
3978
|
"""
|
|
3999
3979
|
return self._Tags
|
|
@@ -3870,6 +3870,7 @@ class Invocation(AbstractModel):
|
|
|
3870
3870
|
:param _StartTime: 执行活动开始时间。格式为:YYYY-MM-DDThh:mm:ssZ
|
|
3871
3871
|
:type StartTime: str
|
|
3872
3872
|
:param _EndTime: 执行活动结束时间。格式为:YYYY-MM-DDThh:mm:ssZ
|
|
3873
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3873
3874
|
:type EndTime: str
|
|
3874
3875
|
:param _CreatedTime: 执行活动创建时间。格式为:YYYY-MM-DDThh:mm:ssZ
|
|
3875
3876
|
:type CreatedTime: str
|
|
@@ -4013,6 +4014,7 @@ class Invocation(AbstractModel):
|
|
|
4013
4014
|
@property
|
|
4014
4015
|
def EndTime(self):
|
|
4015
4016
|
r"""执行活动结束时间。格式为:YYYY-MM-DDThh:mm:ssZ
|
|
4017
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4016
4018
|
:rtype: str
|
|
4017
4019
|
"""
|
|
4018
4020
|
return self._EndTime
|