tencentcloud-sdk-python 3.0.1260__py2.py3-none-any.whl → 3.0.1262__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.
Files changed (44) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/errorcodes.py +3 -0
  3. tencentcloud/apm/v20210622/models.py +24 -0
  4. tencentcloud/billing/v20180709/models.py +3 -3
  5. tencentcloud/ccc/v20200210/ccc_client.py +3 -1
  6. tencentcloud/ccc/v20200210/models.py +102 -39
  7. tencentcloud/cdb/v20170320/errorcodes.py +1 -1
  8. tencentcloud/cdwdoris/v20211228/models.py +60 -0
  9. tencentcloud/cfs/v20190719/models.py +109 -0
  10. tencentcloud/cfw/v20190904/cfw_client.py +3 -1
  11. tencentcloud/cls/v20201016/models.py +14 -14
  12. tencentcloud/dlc/v20210125/models.py +15 -0
  13. tencentcloud/dnspod/v20210323/dnspod_client.py +115 -0
  14. tencentcloud/dnspod/v20210323/errorcodes.py +48 -0
  15. tencentcloud/dnspod/v20210323/models.py +736 -14
  16. tencentcloud/ess/v20201111/models.py +2 -6
  17. tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
  18. tencentcloud/essbasic/v20210526/models.py +15 -11
  19. tencentcloud/hunyuan/v20230901/hunyuan_client.py +170 -0
  20. tencentcloud/hunyuan/v20230901/models.py +2873 -954
  21. tencentcloud/ioa/v20220601/models.py +3 -21
  22. tencentcloud/iotexplorer/v20190423/models.py +26 -0
  23. tencentcloud/iss/v20230517/models.py +1 -1
  24. tencentcloud/kms/v20190118/models.py +24 -0
  25. tencentcloud/lighthouse/v20200324/errorcodes.py +3 -0
  26. tencentcloud/lighthouse/v20200324/models.py +88 -0
  27. tencentcloud/pts/v20210728/models.py +13 -0
  28. tencentcloud/ssl/v20191205/models.py +1 -1
  29. tencentcloud/ssm/v20190923/models.py +6 -36
  30. tencentcloud/tdmq/v20200217/models.py +3 -4
  31. tencentcloud/teo/v20220901/errorcodes.py +48 -3
  32. tencentcloud/teo/v20220901/models.py +52 -3
  33. tencentcloud/thpc/v20230321/models.py +3 -3
  34. tencentcloud/tke/v20180525/models.py +2 -2
  35. tencentcloud/tse/v20201207/models.py +87 -0
  36. tencentcloud/tse/v20201207/tse_client.py +23 -0
  37. tencentcloud/vod/v20180717/models.py +612 -18
  38. tencentcloud/vod/v20180717/vod_client.py +34 -0
  39. tencentcloud/waf/v20180125/models.py +1 -1
  40. {tencentcloud_sdk_python-3.0.1260.dist-info → tencentcloud_sdk_python-3.0.1262.dist-info}/METADATA +1 -1
  41. {tencentcloud_sdk_python-3.0.1260.dist-info → tencentcloud_sdk_python-3.0.1262.dist-info}/RECORD +44 -44
  42. {tencentcloud_sdk_python-3.0.1260.dist-info → tencentcloud_sdk_python-3.0.1262.dist-info}/LICENSE +0 -0
  43. {tencentcloud_sdk_python-3.0.1260.dist-info → tencentcloud_sdk_python-3.0.1262.dist-info}/WHEEL +0 -0
  44. {tencentcloud_sdk_python-3.0.1260.dist-info → tencentcloud_sdk_python-3.0.1262.dist-info}/top_level.txt +0 -0
@@ -26,10 +26,8 @@ class ComplexRule(AbstractModel):
26
26
  def __init__(self):
27
27
  r"""
28
28
  :param _SimpleRules: 简单规则表达式
29
- 注意:此字段可能返回 null,表示取不到有效值。
30
29
  :type SimpleRules: list of SimpleRule
31
30
  :param _Relation: 表达式间逻辑关系
32
- 注意:此字段可能返回 null,表示取不到有效值。
33
31
  :type Relation: str
34
32
  """
35
33
  self._SimpleRules = None
@@ -71,31 +69,21 @@ class ComplexRule(AbstractModel):
71
69
 
72
70
 
73
71
  class Condition(AbstractModel):
74
- """- [ ] 过滤条件<br>
75
-
76
- <li>Name - String - 是否必填:否 - 操作符: ilike - 排序支持:否- 根据分组名称进行查询。</li>
77
- 分页参数<br>
78
- <li>PageNum 从1开始,小于等于0时使用默认参数。</li>
79
- <li>PageSize 最大值5000,最好不超过100。</li>
72
+ """这是一个多接口的公共数据结构,用于接口根据条件进行过滤和分页。具体支持哪些过滤条件,参考具体使用该结构的接口字段描述
80
73
 
81
74
  """
82
75
 
83
76
  def __init__(self):
84
77
  r"""
85
78
  :param _Filters: Filters 条件过滤
86
- 注意:此字段可能返回 null,表示取不到有效值。
87
79
  :type Filters: list of Filter
88
80
  :param _FilterGroups: FilterGroups 条件过滤组
89
- 注意:此字段可能返回 null,表示取不到有效值。
90
81
  :type FilterGroups: list of FilterGroup
91
82
  :param _Sort: Sort 排序字段
92
- 注意:此字段可能返回 null,表示取不到有效值。
93
83
  :type Sort: :class:`tencentcloud.ioa.v20220601.models.Sort`
94
84
  :param _PageSize: PageSize 每页获取数(只支持32位)
95
- 注意:此字段可能返回 null,表示取不到有效值。
96
85
  :type PageSize: int
97
86
  :param _PageNum: PageNum 获取第几页(只支持32位)
98
- 注意:此字段可能返回 null,表示取不到有效值。
99
87
  :type PageNum: int
100
88
  """
101
89
  self._Filters = None
@@ -1441,7 +1429,7 @@ class DescribeLocalAccountsRequest(AbstractModel):
1441
1429
  :type Condition: :class:`tencentcloud.ioa.v20220601.models.Condition`
1442
1430
  :param _AccountGroupId: 获取账号的分组ID,不传默认获取全网根账号组
1443
1431
  :type AccountGroupId: int
1444
- :param _ShowFlag: 是否仅展示当前目录下用户 1: 递归显示 2:仅显示当前目录下用户(只支持32位)
1432
+ :param _ShowFlag: 是否仅展示当前目录下用户 1: 递归显示 2:仅显示当前目录下用户
1445
1433
  :type ShowFlag: int
1446
1434
  """
1447
1435
  self._Condition = None
@@ -2118,13 +2106,10 @@ class Filter(AbstractModel):
2118
2106
  def __init__(self):
2119
2107
  r"""
2120
2108
  :param _Field: 过滤字段
2121
- 注意:此字段可能返回 null,表示取不到有效值。
2122
2109
  :type Field: str
2123
- :param _Operator: 过滤方式 eq:等于,net:不等于,like,nlike,gt:大于,lt:小于,egt:大于等于,elt:小于等于
2124
- 注意:此字段可能返回 null,表示取不到有效值。
2110
+ :param _Operator: 过滤方式: eq:等于,net:不等于,like,nlike,gt:大于,lt:小于,egt:大于等于,elt:小于等于。具体支持哪些过滤方式,结合具体接口字段描述来定
2125
2111
  :type Operator: str
2126
2112
  :param _Values: 过滤条件
2127
- 注意:此字段可能返回 null,表示取不到有效值。
2128
2113
  :type Values: list of str
2129
2114
  """
2130
2115
  self._Field = None
@@ -2178,7 +2163,6 @@ class FilterGroup(AbstractModel):
2178
2163
  def __init__(self):
2179
2164
  r"""
2180
2165
  :param _Filters: Filters 条件过滤
2181
- 注意:此字段可能返回 null,表示取不到有效值。
2182
2166
  :type Filters: list of Filter
2183
2167
  """
2184
2168
  self._Filters = None
@@ -2688,10 +2672,8 @@ class Sort(AbstractModel):
2688
2672
  def __init__(self):
2689
2673
  r"""
2690
2674
  :param _Field: 排序字段
2691
- 注意:此字段可能返回 null,表示取不到有效值。
2692
2675
  :type Field: str
2693
2676
  :param _Order: 排序方式
2694
- 注意:此字段可能返回 null,表示取不到有效值。
2695
2677
  :type Order: str
2696
2678
  """
2697
2679
  self._Field = None
@@ -4848,6 +4848,12 @@ class DescribeBatchProductionResponse(AbstractModel):
4848
4848
  :type GenerationMethod: int
4849
4849
  :param _UploadUrl: 上传URL。
4850
4850
  :type UploadUrl: str
4851
+ :param _SuccessCount: 成功数
4852
+ 注意:此字段可能返回 null,表示取不到有效值。
4853
+ :type SuccessCount: int
4854
+ :param _LastFailedReason: 量产最后失败原因
4855
+ 注意:此字段可能返回 null,表示取不到有效值。
4856
+ :type LastFailedReason: str
4851
4857
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4852
4858
  :type RequestId: str
4853
4859
  """
@@ -4857,6 +4863,8 @@ class DescribeBatchProductionResponse(AbstractModel):
4857
4863
  self._DownloadUrl = None
4858
4864
  self._GenerationMethod = None
4859
4865
  self._UploadUrl = None
4866
+ self._SuccessCount = None
4867
+ self._LastFailedReason = None
4860
4868
  self._RequestId = None
4861
4869
 
4862
4870
  @property
@@ -4907,6 +4915,22 @@ class DescribeBatchProductionResponse(AbstractModel):
4907
4915
  def UploadUrl(self, UploadUrl):
4908
4916
  self._UploadUrl = UploadUrl
4909
4917
 
4918
+ @property
4919
+ def SuccessCount(self):
4920
+ return self._SuccessCount
4921
+
4922
+ @SuccessCount.setter
4923
+ def SuccessCount(self, SuccessCount):
4924
+ self._SuccessCount = SuccessCount
4925
+
4926
+ @property
4927
+ def LastFailedReason(self):
4928
+ return self._LastFailedReason
4929
+
4930
+ @LastFailedReason.setter
4931
+ def LastFailedReason(self, LastFailedReason):
4932
+ self._LastFailedReason = LastFailedReason
4933
+
4910
4934
  @property
4911
4935
  def RequestId(self):
4912
4936
  return self._RequestId
@@ -4923,6 +4947,8 @@ class DescribeBatchProductionResponse(AbstractModel):
4923
4947
  self._DownloadUrl = params.get("DownloadUrl")
4924
4948
  self._GenerationMethod = params.get("GenerationMethod")
4925
4949
  self._UploadUrl = params.get("UploadUrl")
4950
+ self._SuccessCount = params.get("SuccessCount")
4951
+ self._LastFailedReason = params.get("LastFailedReason")
4926
4952
  self._RequestId = params.get("RequestId")
4927
4953
 
4928
4954
 
@@ -9691,7 +9691,7 @@ class ListDevicesRequest(AbstractModel):
9691
9691
  :type CurrentUin: int
9692
9692
  :param _PageNumber: 页码,默认为1。
9693
9693
  :type PageNumber: int
9694
- :param _PageSize: 每页数量,默认为20
9694
+ :param _PageSize: 每页数量,默认为20,单页最大10000条
9695
9695
  :type PageSize: int
9696
9696
  """
9697
9697
  self._OrganizationId = None
@@ -3407,6 +3407,10 @@ class KeyMetadata(AbstractModel):
3407
3407
  :type ResourceId: str
3408
3408
  :param _HsmClusterId: HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)
3409
3409
  :type HsmClusterId: str
3410
+ :param _RotateDays: 密钥轮转周期(天)
3411
+ :type RotateDays: int
3412
+ :param _LastRotateTime: 上次乱转时间(Unix timestamp)
3413
+ :type LastRotateTime: int
3410
3414
  """
3411
3415
  self._KeyId = None
3412
3416
  self._Alias = None
@@ -3424,6 +3428,8 @@ class KeyMetadata(AbstractModel):
3424
3428
  self._ValidTo = None
3425
3429
  self._ResourceId = None
3426
3430
  self._HsmClusterId = None
3431
+ self._RotateDays = None
3432
+ self._LastRotateTime = None
3427
3433
 
3428
3434
  @property
3429
3435
  def KeyId(self):
@@ -3553,6 +3559,22 @@ class KeyMetadata(AbstractModel):
3553
3559
  def HsmClusterId(self, HsmClusterId):
3554
3560
  self._HsmClusterId = HsmClusterId
3555
3561
 
3562
+ @property
3563
+ def RotateDays(self):
3564
+ return self._RotateDays
3565
+
3566
+ @RotateDays.setter
3567
+ def RotateDays(self, RotateDays):
3568
+ self._RotateDays = RotateDays
3569
+
3570
+ @property
3571
+ def LastRotateTime(self):
3572
+ return self._LastRotateTime
3573
+
3574
+ @LastRotateTime.setter
3575
+ def LastRotateTime(self, LastRotateTime):
3576
+ self._LastRotateTime = LastRotateTime
3577
+
3556
3578
 
3557
3579
  def _deserialize(self, params):
3558
3580
  self._KeyId = params.get("KeyId")
@@ -3571,6 +3593,8 @@ class KeyMetadata(AbstractModel):
3571
3593
  self._ValidTo = params.get("ValidTo")
3572
3594
  self._ResourceId = params.get("ResourceId")
3573
3595
  self._HsmClusterId = params.get("HsmClusterId")
3596
+ self._RotateDays = params.get("RotateDays")
3597
+ self._LastRotateTime = params.get("LastRotateTime")
3574
3598
  memeber_set = set(params.keys())
3575
3599
  for name, value in vars(self).items():
3576
3600
  property_name = name[1:]
@@ -17,6 +17,9 @@
17
17
  # CAM签名/鉴权错误。
18
18
  AUTHFAILURE = 'AuthFailure'
19
19
 
20
+ # 请求头中的 Uin 无效
21
+ AUTHFAILURE_INVALIDHEADERUIN = 'AuthFailure.InvalidHeaderUin'
22
+
20
23
  # 该地域尚未开放,请选择其他地域。
21
24
  AUTHFAILURE_INVALIDREGION = 'AuthFailure.InvalidRegion'
22
25
 
@@ -10447,6 +10447,9 @@ FAILED:表示操作失败
10447
10447
  :type InstanceRestrictState: str
10448
10448
  :param _InitInvocationId: 创建实例后自动执行TAT命令的调用ID。
10449
10449
  :type InitInvocationId: str
10450
+ :param _InstanceViolationDetail: 实例违规详情。
10451
+ 注意:此字段可能返回 null,表示取不到有效值。
10452
+ :type InstanceViolationDetail: :class:`tencentcloud.lighthouse.v20200324.models.InstanceViolationDetail`
10450
10453
  """
10451
10454
  self._InstanceId = None
10452
10455
  self._BundleId = None
@@ -10477,6 +10480,7 @@ FAILED:表示操作失败
10477
10480
  self._Tags = None
10478
10481
  self._InstanceRestrictState = None
10479
10482
  self._InitInvocationId = None
10483
+ self._InstanceViolationDetail = None
10480
10484
 
10481
10485
  @property
10482
10486
  def InstanceId(self):
@@ -10710,6 +10714,14 @@ FAILED:表示操作失败
10710
10714
  def InitInvocationId(self, InitInvocationId):
10711
10715
  self._InitInvocationId = InitInvocationId
10712
10716
 
10717
+ @property
10718
+ def InstanceViolationDetail(self):
10719
+ return self._InstanceViolationDetail
10720
+
10721
+ @InstanceViolationDetail.setter
10722
+ def InstanceViolationDetail(self, InstanceViolationDetail):
10723
+ self._InstanceViolationDetail = InstanceViolationDetail
10724
+
10713
10725
 
10714
10726
  def _deserialize(self, params):
10715
10727
  self._InstanceId = params.get("InstanceId")
@@ -10752,6 +10764,9 @@ FAILED:表示操作失败
10752
10764
  self._Tags.append(obj)
10753
10765
  self._InstanceRestrictState = params.get("InstanceRestrictState")
10754
10766
  self._InitInvocationId = params.get("InitInvocationId")
10767
+ if params.get("InstanceViolationDetail") is not None:
10768
+ self._InstanceViolationDetail = InstanceViolationDetail()
10769
+ self._InstanceViolationDetail._deserialize(params.get("InstanceViolationDetail"))
10755
10770
  memeber_set = set(params.keys())
10756
10771
  for name, value in vars(self).items():
10757
10772
  property_name = name[1:]
@@ -11171,6 +11186,79 @@ class InstanceTrafficPackage(AbstractModel):
11171
11186
 
11172
11187
 
11173
11188
 
11189
+ class InstanceViolationDetail(AbstractModel):
11190
+ """实例违规详情。
11191
+
11192
+ """
11193
+
11194
+ def __init__(self):
11195
+ r"""
11196
+ :param _Source: 来源:RESTRICT:封禁、FREEZW:冻结
11197
+ 注意:此字段可能返回 null,表示取不到有效值。
11198
+ :type Source: str
11199
+ :param _State: 是否允许自助解封:1是,2否
11200
+ 注意:此字段可能返回 null,表示取不到有效值。
11201
+ :type State: str
11202
+ :param _Reason: 违规类型
11203
+ 注意:此字段可能返回 null,表示取不到有效值。
11204
+ :type Reason: str
11205
+ :param _Content: 违规内容(URL、关联域名)
11206
+ 注意:此字段可能返回 null,表示取不到有效值。
11207
+ :type Content: str
11208
+ """
11209
+ self._Source = None
11210
+ self._State = None
11211
+ self._Reason = None
11212
+ self._Content = None
11213
+
11214
+ @property
11215
+ def Source(self):
11216
+ return self._Source
11217
+
11218
+ @Source.setter
11219
+ def Source(self, Source):
11220
+ self._Source = Source
11221
+
11222
+ @property
11223
+ def State(self):
11224
+ return self._State
11225
+
11226
+ @State.setter
11227
+ def State(self, State):
11228
+ self._State = State
11229
+
11230
+ @property
11231
+ def Reason(self):
11232
+ return self._Reason
11233
+
11234
+ @Reason.setter
11235
+ def Reason(self, Reason):
11236
+ self._Reason = Reason
11237
+
11238
+ @property
11239
+ def Content(self):
11240
+ return self._Content
11241
+
11242
+ @Content.setter
11243
+ def Content(self, Content):
11244
+ self._Content = Content
11245
+
11246
+
11247
+ def _deserialize(self, params):
11248
+ self._Source = params.get("Source")
11249
+ self._State = params.get("State")
11250
+ self._Reason = params.get("Reason")
11251
+ self._Content = params.get("Content")
11252
+ memeber_set = set(params.keys())
11253
+ for name, value in vars(self).items():
11254
+ property_name = name[1:]
11255
+ if property_name in memeber_set:
11256
+ memeber_set.remove(property_name)
11257
+ if len(memeber_set) > 0:
11258
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
11259
+
11260
+
11261
+
11174
11262
  class InternetAccessible(AbstractModel):
11175
11263
  """描述了启动配置创建实例的公网可访问性,声明了实例的公网使用计费模式,最大带宽等。
11176
11264
 
@@ -7175,6 +7175,9 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
7175
7175
  :param _PayMode: 付费类型
7176
7176
  注意:此字段可能返回 null,表示取不到有效值。
7177
7177
  :type PayMode: int
7178
+ :param _Usage: job VUM用量
7179
+ 注意:此字段可能返回 null,表示取不到有效值。
7180
+ :type Usage: int
7178
7181
  """
7179
7182
  self._JobId = None
7180
7183
  self._ScenarioId = None
@@ -7220,6 +7223,7 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
7220
7223
  self._ProjectName = None
7221
7224
  self._ScenarioName = None
7222
7225
  self._PayMode = None
7226
+ self._Usage = None
7223
7227
 
7224
7228
  @property
7225
7229
  def JobId(self):
@@ -7573,6 +7577,14 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
7573
7577
  def PayMode(self, PayMode):
7574
7578
  self._PayMode = PayMode
7575
7579
 
7580
+ @property
7581
+ def Usage(self):
7582
+ return self._Usage
7583
+
7584
+ @Usage.setter
7585
+ def Usage(self, Usage):
7586
+ self._Usage = Usage
7587
+
7576
7588
 
7577
7589
  def _deserialize(self, params):
7578
7590
  self._JobId = params.get("JobId")
@@ -7660,6 +7672,7 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
7660
7672
  self._ProjectName = params.get("ProjectName")
7661
7673
  self._ScenarioName = params.get("ScenarioName")
7662
7674
  self._PayMode = params.get("PayMode")
7675
+ self._Usage = params.get("Usage")
7663
7676
  memeber_set = set(params.keys())
7664
7677
  for name, value in vars(self).items():
7665
7678
  property_name = name[1:]
@@ -15624,7 +15624,7 @@ class UploadCertificateRequest(AbstractModel):
15624
15624
  :type CertificateUse: str
15625
15625
  :param _Tags: 标签列表
15626
15626
  :type Tags: list of Tags
15627
- :param _Repeatable: 相同的证书是否允许重复上传
15627
+ :param _Repeatable: 相同的证书是否允许重复上传; true:允许上传相同指纹的证书; false:不允许上传相同指纹的证书; 默认值:true
15628
15628
  :type Repeatable: bool
15629
15629
  """
15630
15630
  self._CertificatePublicKey = None
@@ -215,11 +215,8 @@ class CreateProductSecretResponse(AbstractModel):
215
215
  :param _SecretName: 创建的凭据名称。
216
216
  :type SecretName: str
217
217
  :param _TagCode: 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误。
218
- 注意:此字段可能返回 null,表示取不到有效值。
219
- 注意:此字段可能返回 null,表示取不到有效值。
220
218
  :type TagCode: int
221
219
  :param _TagMsg: 标签操作的返回信息。
222
- 注意:此字段可能返回 null,表示取不到有效值。
223
220
  :type TagMsg: str
224
221
  :param _FlowID: 创建云产品凭据异步任务ID号。
225
222
  :type FlowID: int
@@ -394,11 +391,9 @@ class CreateSSHKeyPairSecretResponse(AbstractModel):
394
391
  :type SSHKeyID: str
395
392
  :param _SSHKeyName: 创建的SSH密钥名称。
396
393
  :type SSHKeyName: str
397
- :param _TagCode: 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误。
398
- 注意:此字段可能返回 null,表示取不到有效值。
394
+ :param _TagCode: 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误
399
395
  :type TagCode: int
400
396
  :param _TagMsg: 标签操作的返回信息。
401
- 注意:此字段可能返回 null,表示取不到有效值。
402
397
  :type TagMsg: str
403
398
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
404
399
  :type RequestId: str
@@ -483,7 +478,7 @@ class CreateSecretRequest(AbstractModel):
483
478
  :type Description: str
484
479
  :param _KmsKeyId: 指定对凭据进行加密的KMS CMK。如果为空则表示使用Secrets Manager为您默认创建的CMK进行加密。您也可以指定在同region 下自行创建的KMS CMK进行加密。
485
480
  :type KmsKeyId: str
486
- :param _SecretType: 凭据类型,默认为自定义凭据。
481
+ :param _SecretType: 凭据类型,默认为0自定义凭据。
487
482
  :type SecretType: int
488
483
  :param _SecretBinary: 二进制凭据信息base64编码后的明文。SecretBinary 和 SecretString 必须且只能设置一个,最大支持32KB字节。
489
484
  :type SecretBinary: str
@@ -614,10 +609,8 @@ class CreateSecretResponse(AbstractModel):
614
609
  :param _VersionId: 新创建的凭据版本。
615
610
  :type VersionId: str
616
611
  :param _TagCode: 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误
617
- 注意:此字段可能返回 null,表示取不到有效值。
618
612
  :type TagCode: int
619
613
  :param _TagMsg: 标签操作的返回信息
620
- 注意:此字段可能返回 null,表示取不到有效值。
621
614
  :type TagMsg: str
622
615
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
623
616
  :type RequestId: str
@@ -887,7 +880,7 @@ class DescribeAsyncRequestInfoRequest(AbstractModel):
887
880
 
888
881
  def __init__(self):
889
882
  r"""
890
- :param _FlowID: 异步任务ID号。
883
+ :param _FlowID: 异步任务ID
891
884
  :type FlowID: int
892
885
  """
893
886
  self._FlowID = None
@@ -1005,13 +998,10 @@ class DescribeRotationDetailResponse(AbstractModel):
1005
998
  :param _EnableRotation: 否允许轮转,true表示开启轮转,false表示禁止轮转。
1006
999
  :type EnableRotation: bool
1007
1000
  :param _Frequency: 轮转的频率,以天为单位,默认为1天。
1008
- 注意:此字段可能返回 null,表示取不到有效值。
1009
1001
  :type Frequency: int
1010
1002
  :param _LatestRotateTime: 最近一次轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05。
1011
- 注意:此字段可能返回 null,表示取不到有效值。
1012
1003
  :type LatestRotateTime: str
1013
1004
  :param _NextRotateBeginTime: 下一次开始轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05。
1014
- 注意:此字段可能返回 null,表示取不到有效值。
1015
1005
  :type NextRotateBeginTime: str
1016
1006
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1017
1007
  :type RequestId: str
@@ -1111,7 +1101,7 @@ class DescribeRotationHistoryResponse(AbstractModel):
1111
1101
 
1112
1102
  def __init__(self):
1113
1103
  r"""
1114
- :param _VersionIDs: 版本号列表。
1104
+ :param _VersionIDs: 版本号列表
1115
1105
  :type VersionIDs: list of str
1116
1106
  :param _TotalCount: 版本号个数,可以给用户展示的版本号个数上限为10个。
1117
1107
  :type TotalCount: int
@@ -1208,34 +1198,25 @@ class DescribeSecretResponse(AbstractModel):
1208
1198
  :param _CreateTime: 创建日期。
1209
1199
  :type CreateTime: int
1210
1200
  :param _SecretType: 0 -- 用户自定义凭据类型;1 -- 数据库凭据类型;2 -- SSH密钥对凭据类型;3 -- 云API密钥(AKSK)凭据类型(使用此功能需要联系云助手单独开启白名单);4 -- Redis类型凭据。
1211
- 注意:此字段可能返回 null,表示取不到有效值。
1212
1201
  :type SecretType: int
1213
1202
  :param _ProductName: 云产品名称。
1214
- 注意:此字段可能返回 null,表示取不到有效值。
1215
1203
  :type ProductName: str
1216
1204
  :param _ResourceID: 云产品实例ID。
1217
- 注意:此字段可能返回 null,表示取不到有效值。
1218
1205
  :type ResourceID: str
1219
1206
  :param _RotationStatus: 是否开启轮转:True -- 开启轮转;False -- 关闭轮转。
1220
- 注意:此字段可能返回 null,表示取不到有效值。
1221
1207
  :type RotationStatus: bool
1222
1208
  :param _RotationFrequency: 轮转周期,默认以天为单位。
1223
- 注意:此字段可能返回 null,表示取不到有效值。
1224
1209
  :type RotationFrequency: int
1225
1210
  :param _ResourceName: 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对凭据的名称。
1226
- 注意:此字段可能返回 null,表示取不到有效值。
1227
1211
  :type ResourceName: str
1228
1212
  :param _ProjectID: 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所属的项目ID。
1229
- 注意:此字段可能返回 null,表示取不到有效值。
1230
1213
  :type ProjectID: int
1231
1214
  :param _AssociatedInstanceIDs: 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所关联的CVM实例ID。
1232
1215
  注意:此字段可能返回 null,表示取不到有效值。
1233
1216
  :type AssociatedInstanceIDs: list of str
1234
1217
  :param _TargetUin: 当凭据类型为云API密钥对凭据时,此字段有效,用于表示此云API密钥对所属的用户UIN。
1235
- 注意:此字段可能返回 null,表示取不到有效值。
1236
1218
  :type TargetUin: int
1237
1219
  :param _AdditionalConfig: 凭据额外配置
1238
- 注意:此字段可能返回 null,表示取不到有效值。
1239
1220
  :type AdditionalConfig: str
1240
1221
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1241
1222
  :type RequestId: str
@@ -2092,7 +2073,7 @@ class ListSecretVersionIdsRequest(AbstractModel):
2092
2073
 
2093
2074
  def __init__(self):
2094
2075
  r"""
2095
- :param _SecretName: 凭据名称。
2076
+ :param _SecretName: 凭据名称
2096
2077
  :type SecretName: str
2097
2078
  """
2098
2079
  self._SecretName = None
@@ -2128,7 +2109,6 @@ class ListSecretVersionIdsResponse(AbstractModel):
2128
2109
  :param _SecretName: 凭据名称。
2129
2110
  :type SecretName: str
2130
2111
  :param _Versions: VersionId列表。
2131
- 注意:此字段可能返回 null,表示取不到有效值。
2132
2112
  :type Versions: list of VersionInfo
2133
2113
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2134
2114
  :type RequestId: str
@@ -2753,41 +2733,31 @@ class SecretMetadata(AbstractModel):
2753
2733
  :param _KmsKeyType: 用于加密凭据的KMS CMK类型,DEFAULT 表示SecretsManager 创建的默认密钥, CUSTOMER 表示用户指定的密钥
2754
2734
  :type KmsKeyType: str
2755
2735
  :param _RotationStatus: 1:--开启轮转;0--禁止轮转
2756
- 注意:此字段可能返回 null,表示取不到有效值。
2757
2736
  :type RotationStatus: int
2758
2737
  :param _NextRotationTime: 下一次轮转开始时间,uinx 时间戳
2759
- 注意:此字段可能返回 null,表示取不到有效值。
2760
2738
  :type NextRotationTime: int
2761
2739
  :param _SecretType: 0 -- 用户自定义凭据;
2762
2740
  1 -- 云产品凭据;
2763
2741
  2 -- SSH密钥对凭据;
2764
2742
  3 -- 云API密钥对凭据;
2765
2743
  4 -- Redis类型凭据;
2766
- 注意:此字段可能返回 null,表示取不到有效值。
2767
2744
  :type SecretType: int
2768
2745
  :param _ProductName: 云产品名称,仅在SecretType为1,即凭据类型为云产品凭据时生效
2769
- 注意:此字段可能返回 null,表示取不到有效值。
2770
2746
  :type ProductName: str
2771
2747
  :param _ResourceName: 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对凭据的名称。
2772
- 注意:此字段可能返回 null,表示取不到有效值。
2773
2748
  :type ResourceName: str
2774
2749
  :param _ProjectID: 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所属的项目ID。
2775
- 注意:此字段可能返回 null,表示取不到有效值。
2776
2750
  :type ProjectID: int
2777
2751
  :param _AssociatedInstanceIDs: 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所关联的CVM实例ID。
2778
2752
  注意:此字段可能返回 null,表示取不到有效值。
2779
2753
  :type AssociatedInstanceIDs: list of str
2780
2754
  :param _TargetUin: 当凭据类型为云API密钥对凭据时,此字段有效,用于表示云API密钥对所属的用户UIN。
2781
- 注意:此字段可能返回 null,表示取不到有效值。
2782
2755
  :type TargetUin: int
2783
2756
  :param _RotationFrequency: 轮转的频率,以天作为单位,在轮转开启状态下生效。
2784
- 注意:此字段可能返回 null,表示取不到有效值。
2785
2757
  :type RotationFrequency: int
2786
2758
  :param _ResourceID: 云产品凭据对应的云产品实例 ID 号。
2787
- 注意:此字段可能返回 null,表示取不到有效值。
2788
2759
  :type ResourceID: str
2789
2760
  :param _RotationBeginTime: 用户指定的轮转开始时间。
2790
- 注意:此字段可能返回 null,表示取不到有效值。
2791
2761
  :type RotationBeginTime: str
2792
2762
  """
2793
2763
  self._SecretName = None
@@ -3388,7 +3358,7 @@ class VersionInfo(AbstractModel):
3388
3358
 
3389
3359
  def __init__(self):
3390
3360
  r"""
3391
- :param _VersionId: 版本号。
3361
+ :param _VersionId: 版本号
3392
3362
  :type VersionId: str
3393
3363
  :param _CreateTime: 创建时间,unix时间戳。
3394
3364
  :type CreateTime: int
@@ -3836,7 +3836,7 @@ class CreateRabbitMQBindingResponse(AbstractModel):
3836
3836
 
3837
3837
  def __init__(self):
3838
3838
  r"""
3839
- :param _InstanceId: 队列名称
3839
+ :param _InstanceId: 实例名称
3840
3840
  注意:此字段可能返回 null,表示取不到有效值。
3841
3841
  :type InstanceId: str
3842
3842
  :param _VirtualHost: vhost参数
@@ -11305,7 +11305,7 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
11305
11305
 
11306
11306
  def __init__(self):
11307
11307
  r"""
11308
- :param _InstanceId: 队列名称
11308
+ :param _InstanceId: 实例名称
11309
11309
  注意:此字段可能返回 null,表示取不到有效值。
11310
11310
  :type InstanceId: str
11311
11311
  :param _VirtualHost: Vhost参数
@@ -22503,8 +22503,7 @@ OFF/ON/CREATING/DELETING
22503
22503
  :param _PrometheusEndpointInfo: Prometheus信息
22504
22504
  注意:此字段可能返回 null,表示取不到有效值。
22505
22505
  :type PrometheusEndpointInfo: :class:`tencentcloud.tdmq.v20200217.models.PrometheusEndpointInfo`
22506
- :param _WebConsoleDomainEndpoint: http://amqp-k3eb47gm.dashboard.rabbitmq.cq.public.tencenttdmq.com:15672/
22507
- 公网域名接入点
22506
+ :param _WebConsoleDomainEndpoint: 公网域名接入点
22508
22507
  注意:此字段可能返回 null,表示取不到有效值。
22509
22508
  :type WebConsoleDomainEndpoint: str
22510
22509
  """