tencentcloud-sdk-python 3.0.1336__py2.py3-none-any.whl → 3.0.1338__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 (55) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/acp/v20220105/models.py +0 -10
  3. tencentcloud/antiddos/v20200309/models.py +2 -2
  4. tencentcloud/cdwch/v20200915/models.py +2 -2
  5. tencentcloud/cdwdoris/v20211228/models.py +30 -0
  6. tencentcloud/cfg/v20210820/models.py +0 -4
  7. tencentcloud/chdfs/v20201112/models.py +0 -12
  8. tencentcloud/clb/v20180317/models.py +38 -24
  9. tencentcloud/cynosdb/v20190107/models.py +15 -0
  10. tencentcloud/dbbrain/v20191016/models.py +0 -12
  11. tencentcloud/dbbrain/v20210527/models.py +0 -16
  12. tencentcloud/dcdb/v20180411/models.py +15 -0
  13. tencentcloud/dlc/v20210125/models.py +140 -34
  14. tencentcloud/domain/v20180808/models.py +0 -2
  15. tencentcloud/dts/v20180330/models.py +0 -16
  16. tencentcloud/dts/v20211206/models.py +0 -472
  17. tencentcloud/es/v20180416/errorcodes.py +6 -0
  18. tencentcloud/ess/v20201111/ess_client.py +27 -0
  19. tencentcloud/ess/v20201111/models.py +227 -2
  20. tencentcloud/essbasic/v20210526/essbasic_client.py +27 -0
  21. tencentcloud/essbasic/v20210526/models.py +308 -0
  22. tencentcloud/goosefs/v20220519/models.py +0 -22
  23. tencentcloud/lke/v20231130/lke_client.py +6 -1
  24. tencentcloud/lke/v20231130/models.py +8 -8
  25. tencentcloud/lowcode/v20210108/models.py +0 -106
  26. tencentcloud/mariadb/v20170312/errorcodes.py +3 -0
  27. tencentcloud/mariadb/v20170312/models.py +15 -0
  28. tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
  29. tencentcloud/mongodb/v20190725/mongodb_client.py +1 -1
  30. tencentcloud/mqtt/v20240516/models.py +550 -194
  31. tencentcloud/mqtt/v20240516/mqtt_client.py +46 -0
  32. tencentcloud/oceanus/v20190422/models.py +70 -0
  33. tencentcloud/ocr/v20181119/models.py +2 -4
  34. tencentcloud/ocr/v20181119/ocr_client.py +1 -1
  35. tencentcloud/organization/v20210331/models.py +109 -0
  36. tencentcloud/organization/v20210331/organization_client.py +23 -0
  37. tencentcloud/redis/v20180412/models.py +21 -2
  38. tencentcloud/rum/v20210622/models.py +2 -0
  39. tencentcloud/scf/v20180416/models.py +75 -0
  40. tencentcloud/tdmq/v20200217/models.py +2 -296
  41. tencentcloud/tdmq/v20200217/tdmq_client.py +0 -25
  42. tencentcloud/tione/v20211111/errorcodes.py +3 -0
  43. tencentcloud/tione/v20211111/models.py +68 -0
  44. tencentcloud/tse/v20201207/models.py +164 -104
  45. tencentcloud/vclm/v20240523/models.py +58 -4
  46. tencentcloud/vdb/v20230616/models.py +9 -57
  47. tencentcloud/waf/v20180125/models.py +252 -0
  48. tencentcloud/waf/v20180125/waf_client.py +46 -0
  49. tencentcloud/wedata/v20210820/models.py +1578 -93
  50. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  51. {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/METADATA +1 -1
  52. {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/RECORD +55 -55
  53. {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/LICENSE +0 -0
  54. {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/WHEEL +0 -0
  55. {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/top_level.txt +0 -0
@@ -282,42 +282,30 @@ class AuthorizationPolicyItem(AbstractModel):
282
282
  :param _InstanceId: 集群ID
283
283
  :type InstanceId: str
284
284
  :param _PolicyName: 规则名
285
- 注意:此字段可能返回 null,表示取不到有效值。
286
285
  :type PolicyName: str
287
286
  :param _Version: 规则语法版本
288
- 注意:此字段可能返回 null,表示取不到有效值。
289
287
  :type Version: int
290
288
  :param _Priority: 越小越优先
291
- 注意:此字段可能返回 null,表示取不到有效值。
292
289
  :type Priority: int
293
290
  :param _Effect: allow/deny
294
- 注意:此字段可能返回 null,表示取不到有效值。
295
291
  :type Effect: str
296
292
  :param _Actions: connect、pub、sub
297
- 注意:此字段可能返回 null,表示取不到有效值。
298
293
  :type Actions: str
299
294
  :param _Resources: 资源
300
- 注意:此字段可能返回 null,表示取不到有效值。
301
295
  :type Resources: str
302
296
  :param _ClientId: client
303
- 注意:此字段可能返回 null,表示取不到有效值。
304
297
  :type ClientId: str
305
298
  :param _Username: 用户
306
- 注意:此字段可能返回 null,表示取不到有效值。
307
299
  :type Username: str
308
300
  :param _Ip: IP地址
309
- 注意:此字段可能返回 null,表示取不到有效值。
310
301
  :type Ip: str
311
302
  :param _Qos: 0,1,2
312
- 注意:此字段可能返回 null,表示取不到有效值。
313
303
  :type Qos: str
314
304
  :param _Retain: 1:表示匹配retain消息
315
305
  2:表示匹配非retain消息
316
306
  3:表示匹配retain和非retain消息
317
- 注意:此字段可能返回 null,表示取不到有效值。
318
307
  :type Retain: int
319
308
  :param _Remark: 描述
320
- 注意:此字段可能返回 null,表示取不到有效值。
321
309
  :type Remark: str
322
310
  :param _CreatedTime: 1713164969433
323
311
  :type CreatedTime: int
@@ -366,7 +354,6 @@ class AuthorizationPolicyItem(AbstractModel):
366
354
  @property
367
355
  def PolicyName(self):
368
356
  """规则名
369
- 注意:此字段可能返回 null,表示取不到有效值。
370
357
  :rtype: str
371
358
  """
372
359
  return self._PolicyName
@@ -378,7 +365,6 @@ class AuthorizationPolicyItem(AbstractModel):
378
365
  @property
379
366
  def Version(self):
380
367
  """规则语法版本
381
- 注意:此字段可能返回 null,表示取不到有效值。
382
368
  :rtype: int
383
369
  """
384
370
  return self._Version
@@ -390,7 +376,6 @@ class AuthorizationPolicyItem(AbstractModel):
390
376
  @property
391
377
  def Priority(self):
392
378
  """越小越优先
393
- 注意:此字段可能返回 null,表示取不到有效值。
394
379
  :rtype: int
395
380
  """
396
381
  return self._Priority
@@ -402,7 +387,6 @@ class AuthorizationPolicyItem(AbstractModel):
402
387
  @property
403
388
  def Effect(self):
404
389
  """allow/deny
405
- 注意:此字段可能返回 null,表示取不到有效值。
406
390
  :rtype: str
407
391
  """
408
392
  return self._Effect
@@ -414,7 +398,6 @@ class AuthorizationPolicyItem(AbstractModel):
414
398
  @property
415
399
  def Actions(self):
416
400
  """connect、pub、sub
417
- 注意:此字段可能返回 null,表示取不到有效值。
418
401
  :rtype: str
419
402
  """
420
403
  return self._Actions
@@ -426,7 +409,6 @@ class AuthorizationPolicyItem(AbstractModel):
426
409
  @property
427
410
  def Resources(self):
428
411
  """资源
429
- 注意:此字段可能返回 null,表示取不到有效值。
430
412
  :rtype: str
431
413
  """
432
414
  return self._Resources
@@ -438,7 +420,6 @@ class AuthorizationPolicyItem(AbstractModel):
438
420
  @property
439
421
  def ClientId(self):
440
422
  """client
441
- 注意:此字段可能返回 null,表示取不到有效值。
442
423
  :rtype: str
443
424
  """
444
425
  return self._ClientId
@@ -450,7 +431,6 @@ class AuthorizationPolicyItem(AbstractModel):
450
431
  @property
451
432
  def Username(self):
452
433
  """用户
453
- 注意:此字段可能返回 null,表示取不到有效值。
454
434
  :rtype: str
455
435
  """
456
436
  return self._Username
@@ -462,7 +442,6 @@ class AuthorizationPolicyItem(AbstractModel):
462
442
  @property
463
443
  def Ip(self):
464
444
  """IP地址
465
- 注意:此字段可能返回 null,表示取不到有效值。
466
445
  :rtype: str
467
446
  """
468
447
  return self._Ip
@@ -474,7 +453,6 @@ class AuthorizationPolicyItem(AbstractModel):
474
453
  @property
475
454
  def Qos(self):
476
455
  """0,1,2
477
- 注意:此字段可能返回 null,表示取不到有效值。
478
456
  :rtype: str
479
457
  """
480
458
  return self._Qos
@@ -488,7 +466,6 @@ class AuthorizationPolicyItem(AbstractModel):
488
466
  """1:表示匹配retain消息
489
467
  2:表示匹配非retain消息
490
468
  3:表示匹配retain和非retain消息
491
- 注意:此字段可能返回 null,表示取不到有效值。
492
469
  :rtype: int
493
470
  """
494
471
  return self._Retain
@@ -500,7 +477,6 @@ class AuthorizationPolicyItem(AbstractModel):
500
477
  @property
501
478
  def Remark(self):
502
479
  """描述
503
- 注意:此字段可能返回 null,表示取不到有效值。
504
480
  :rtype: str
505
481
  """
506
482
  return self._Remark
@@ -567,10 +543,8 @@ class AuthorizationPolicyPriority(AbstractModel):
567
543
  def __init__(self):
568
544
  r"""
569
545
  :param _Id: 策略id
570
- 注意:此字段可能返回 null,表示取不到有效值。
571
546
  :type Id: int
572
547
  :param _Priority: 优先级
573
- 注意:此字段可能返回 null,表示取不到有效值。
574
548
  :type Priority: int
575
549
  """
576
550
  self._Id = None
@@ -579,7 +553,6 @@ class AuthorizationPolicyPriority(AbstractModel):
579
553
  @property
580
554
  def Id(self):
581
555
  """策略id
582
- 注意:此字段可能返回 null,表示取不到有效值。
583
556
  :rtype: int
584
557
  """
585
558
  return self._Id
@@ -591,7 +564,6 @@ class AuthorizationPolicyPriority(AbstractModel):
591
564
  @property
592
565
  def Priority(self):
593
566
  """优先级
594
- 注意:此字段可能返回 null,表示取不到有效值。
595
567
  :rtype: int
596
568
  """
597
569
  return self._Priority
@@ -614,6 +586,57 @@ class AuthorizationPolicyPriority(AbstractModel):
614
586
 
615
587
 
616
588
 
589
+ class BodyItem(AbstractModel):
590
+ """HTTP 认证器body
591
+
592
+ """
593
+
594
+ def __init__(self):
595
+ r"""
596
+ :param _Key: body key
597
+ :type Key: str
598
+ :param _Value: body key
599
+ :type Value: str
600
+ """
601
+ self._Key = None
602
+ self._Value = None
603
+
604
+ @property
605
+ def Key(self):
606
+ """body key
607
+ :rtype: str
608
+ """
609
+ return self._Key
610
+
611
+ @Key.setter
612
+ def Key(self, Key):
613
+ self._Key = Key
614
+
615
+ @property
616
+ def Value(self):
617
+ """body key
618
+ :rtype: str
619
+ """
620
+ return self._Value
621
+
622
+ @Value.setter
623
+ def Value(self, Value):
624
+ self._Value = Value
625
+
626
+
627
+ def _deserialize(self, params):
628
+ self._Key = params.get("Key")
629
+ self._Value = params.get("Value")
630
+ memeber_set = set(params.keys())
631
+ for name, value in vars(self).items():
632
+ property_name = name[1:]
633
+ if property_name in memeber_set:
634
+ memeber_set.remove(property_name)
635
+ if len(memeber_set) > 0:
636
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
637
+
638
+
639
+
617
640
  class CaCertificateItem(AbstractModel):
618
641
  """CA证书信息
619
642
 
@@ -632,28 +655,20 @@ class CaCertificateItem(AbstractModel):
632
655
  :param _VerificationCertificate: 验证证书内容
633
656
  :type VerificationCertificate: str
634
657
  :param _Status: ca状态
635
- 注意:此字段可能返回 null,表示取不到有效值。
636
658
  :type Status: str
637
659
  :param _LastActivationTime: 上次激活时间
638
- 注意:此字段可能返回 null,表示取不到有效值。
639
660
  :type LastActivationTime: int
640
661
  :param _CreatedTime: 创建时间
641
- 注意:此字段可能返回 null,表示取不到有效值。
642
662
  :type CreatedTime: int
643
663
  :param _UpdateTime: 预销毁时间
644
- 注意:此字段可能返回 null,表示取不到有效值。
645
664
  :type UpdateTime: int
646
665
  :param _LastInactivationTime: 上次去激活时间
647
- 注意:此字段可能返回 null,表示取不到有效值。
648
666
  :type LastInactivationTime: int
649
667
  :param _CaIssuerCn: Ca证书颁发者CN
650
- 注意:此字段可能返回 null,表示取不到有效值。
651
668
  :type CaIssuerCn: str
652
669
  :param _NotBeforeTime: 生效时间
653
- 注意:此字段可能返回 null,表示取不到有效值。
654
670
  :type NotBeforeTime: int
655
671
  :param _NotAfterTime: 失效时间
656
- 注意:此字段可能返回 null,表示取不到有效值。
657
672
  :type NotAfterTime: int
658
673
  """
659
674
  self._CaCn = None
@@ -728,7 +743,6 @@ class CaCertificateItem(AbstractModel):
728
743
  @property
729
744
  def Status(self):
730
745
  """ca状态
731
- 注意:此字段可能返回 null,表示取不到有效值。
732
746
  :rtype: str
733
747
  """
734
748
  return self._Status
@@ -740,7 +754,6 @@ class CaCertificateItem(AbstractModel):
740
754
  @property
741
755
  def LastActivationTime(self):
742
756
  """上次激活时间
743
- 注意:此字段可能返回 null,表示取不到有效值。
744
757
  :rtype: int
745
758
  """
746
759
  return self._LastActivationTime
@@ -752,7 +765,6 @@ class CaCertificateItem(AbstractModel):
752
765
  @property
753
766
  def CreatedTime(self):
754
767
  """创建时间
755
- 注意:此字段可能返回 null,表示取不到有效值。
756
768
  :rtype: int
757
769
  """
758
770
  return self._CreatedTime
@@ -764,7 +776,6 @@ class CaCertificateItem(AbstractModel):
764
776
  @property
765
777
  def UpdateTime(self):
766
778
  """预销毁时间
767
- 注意:此字段可能返回 null,表示取不到有效值。
768
779
  :rtype: int
769
780
  """
770
781
  return self._UpdateTime
@@ -776,7 +787,6 @@ class CaCertificateItem(AbstractModel):
776
787
  @property
777
788
  def LastInactivationTime(self):
778
789
  """上次去激活时间
779
- 注意:此字段可能返回 null,表示取不到有效值。
780
790
  :rtype: int
781
791
  """
782
792
  return self._LastInactivationTime
@@ -788,7 +798,6 @@ class CaCertificateItem(AbstractModel):
788
798
  @property
789
799
  def CaIssuerCn(self):
790
800
  """Ca证书颁发者CN
791
- 注意:此字段可能返回 null,表示取不到有效值。
792
801
  :rtype: str
793
802
  """
794
803
  return self._CaIssuerCn
@@ -800,7 +809,6 @@ class CaCertificateItem(AbstractModel):
800
809
  @property
801
810
  def NotBeforeTime(self):
802
811
  """生效时间
803
- 注意:此字段可能返回 null,表示取不到有效值。
804
812
  :rtype: int
805
813
  """
806
814
  return self._NotBeforeTime
@@ -812,7 +820,6 @@ class CaCertificateItem(AbstractModel):
812
820
  @property
813
821
  def NotAfterTime(self):
814
822
  """失效时间
815
- 注意:此字段可能返回 null,表示取不到有效值。
816
823
  :rtype: int
817
824
  """
818
825
  return self._NotAfterTime
@@ -1090,6 +1097,215 @@ class CreateAuthorizationPolicyResponse(AbstractModel):
1090
1097
  self._RequestId = params.get("RequestId")
1091
1098
 
1092
1099
 
1100
+ class CreateHttpAuthenticatorRequest(AbstractModel):
1101
+ """CreateHttpAuthenticator请求参数结构体
1102
+
1103
+ """
1104
+
1105
+ def __init__(self):
1106
+ r"""
1107
+ :param _InstanceId: 实例ID
1108
+ :type InstanceId: str
1109
+ :param _Endpoint: jwks端点
1110
+ :type Endpoint: str
1111
+ :param _Concurrency: 最大并发连接数,默认8,范围:1-20
1112
+ :type Concurrency: int
1113
+ :param _Method: 网络请求方法 Get 或 Post,默认post
1114
+ :type Method: str
1115
+ :param _Status: 认证器是否开启:open-启用;close-关闭
1116
+ :type Status: str
1117
+ :param _Remark: 说明
1118
+ :type Remark: str
1119
+ :param _ConnectTimeout: 连接超时时间,单位:秒,范围:1-30
1120
+ :type ConnectTimeout: int
1121
+ :param _ReadTimeout: 请求超时时间,单位:秒,范围:1-30
1122
+ :type ReadTimeout: int
1123
+ :param _Header: 转发请求header
1124
+ :type Header: list of HeaderItem
1125
+ :param _Body: 转发请求body
1126
+ :type Body: list of BodyItem
1127
+ """
1128
+ self._InstanceId = None
1129
+ self._Endpoint = None
1130
+ self._Concurrency = None
1131
+ self._Method = None
1132
+ self._Status = None
1133
+ self._Remark = None
1134
+ self._ConnectTimeout = None
1135
+ self._ReadTimeout = None
1136
+ self._Header = None
1137
+ self._Body = None
1138
+
1139
+ @property
1140
+ def InstanceId(self):
1141
+ """实例ID
1142
+ :rtype: str
1143
+ """
1144
+ return self._InstanceId
1145
+
1146
+ @InstanceId.setter
1147
+ def InstanceId(self, InstanceId):
1148
+ self._InstanceId = InstanceId
1149
+
1150
+ @property
1151
+ def Endpoint(self):
1152
+ """jwks端点
1153
+ :rtype: str
1154
+ """
1155
+ return self._Endpoint
1156
+
1157
+ @Endpoint.setter
1158
+ def Endpoint(self, Endpoint):
1159
+ self._Endpoint = Endpoint
1160
+
1161
+ @property
1162
+ def Concurrency(self):
1163
+ """最大并发连接数,默认8,范围:1-20
1164
+ :rtype: int
1165
+ """
1166
+ return self._Concurrency
1167
+
1168
+ @Concurrency.setter
1169
+ def Concurrency(self, Concurrency):
1170
+ self._Concurrency = Concurrency
1171
+
1172
+ @property
1173
+ def Method(self):
1174
+ """网络请求方法 Get 或 Post,默认post
1175
+ :rtype: str
1176
+ """
1177
+ return self._Method
1178
+
1179
+ @Method.setter
1180
+ def Method(self, Method):
1181
+ self._Method = Method
1182
+
1183
+ @property
1184
+ def Status(self):
1185
+ """认证器是否开启:open-启用;close-关闭
1186
+ :rtype: str
1187
+ """
1188
+ return self._Status
1189
+
1190
+ @Status.setter
1191
+ def Status(self, Status):
1192
+ self._Status = Status
1193
+
1194
+ @property
1195
+ def Remark(self):
1196
+ """说明
1197
+ :rtype: str
1198
+ """
1199
+ return self._Remark
1200
+
1201
+ @Remark.setter
1202
+ def Remark(self, Remark):
1203
+ self._Remark = Remark
1204
+
1205
+ @property
1206
+ def ConnectTimeout(self):
1207
+ """连接超时时间,单位:秒,范围:1-30
1208
+ :rtype: int
1209
+ """
1210
+ return self._ConnectTimeout
1211
+
1212
+ @ConnectTimeout.setter
1213
+ def ConnectTimeout(self, ConnectTimeout):
1214
+ self._ConnectTimeout = ConnectTimeout
1215
+
1216
+ @property
1217
+ def ReadTimeout(self):
1218
+ """请求超时时间,单位:秒,范围:1-30
1219
+ :rtype: int
1220
+ """
1221
+ return self._ReadTimeout
1222
+
1223
+ @ReadTimeout.setter
1224
+ def ReadTimeout(self, ReadTimeout):
1225
+ self._ReadTimeout = ReadTimeout
1226
+
1227
+ @property
1228
+ def Header(self):
1229
+ """转发请求header
1230
+ :rtype: list of HeaderItem
1231
+ """
1232
+ return self._Header
1233
+
1234
+ @Header.setter
1235
+ def Header(self, Header):
1236
+ self._Header = Header
1237
+
1238
+ @property
1239
+ def Body(self):
1240
+ """转发请求body
1241
+ :rtype: list of BodyItem
1242
+ """
1243
+ return self._Body
1244
+
1245
+ @Body.setter
1246
+ def Body(self, Body):
1247
+ self._Body = Body
1248
+
1249
+
1250
+ def _deserialize(self, params):
1251
+ self._InstanceId = params.get("InstanceId")
1252
+ self._Endpoint = params.get("Endpoint")
1253
+ self._Concurrency = params.get("Concurrency")
1254
+ self._Method = params.get("Method")
1255
+ self._Status = params.get("Status")
1256
+ self._Remark = params.get("Remark")
1257
+ self._ConnectTimeout = params.get("ConnectTimeout")
1258
+ self._ReadTimeout = params.get("ReadTimeout")
1259
+ if params.get("Header") is not None:
1260
+ self._Header = []
1261
+ for item in params.get("Header"):
1262
+ obj = HeaderItem()
1263
+ obj._deserialize(item)
1264
+ self._Header.append(obj)
1265
+ if params.get("Body") is not None:
1266
+ self._Body = []
1267
+ for item in params.get("Body"):
1268
+ obj = BodyItem()
1269
+ obj._deserialize(item)
1270
+ self._Body.append(obj)
1271
+ memeber_set = set(params.keys())
1272
+ for name, value in vars(self).items():
1273
+ property_name = name[1:]
1274
+ if property_name in memeber_set:
1275
+ memeber_set.remove(property_name)
1276
+ if len(memeber_set) > 0:
1277
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
1278
+
1279
+
1280
+
1281
+ class CreateHttpAuthenticatorResponse(AbstractModel):
1282
+ """CreateHttpAuthenticator返回参数结构体
1283
+
1284
+ """
1285
+
1286
+ def __init__(self):
1287
+ r"""
1288
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1289
+ :type RequestId: str
1290
+ """
1291
+ self._RequestId = None
1292
+
1293
+ @property
1294
+ def RequestId(self):
1295
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1296
+ :rtype: str
1297
+ """
1298
+ return self._RequestId
1299
+
1300
+ @RequestId.setter
1301
+ def RequestId(self, RequestId):
1302
+ self._RequestId = RequestId
1303
+
1304
+
1305
+ def _deserialize(self, params):
1306
+ self._RequestId = params.get("RequestId")
1307
+
1308
+
1093
1309
  class CreateInsPublicEndpointRequest(AbstractModel):
1094
1310
  """CreateInsPublicEndpoint请求参数结构体
1095
1311
 
@@ -3025,7 +3241,6 @@ class DescribeCaCertificateResponse(AbstractModel):
3025
3241
  :param _Format: 证书格式
3026
3242
  :type Format: str
3027
3243
  :param _CaIssuerCn: Ca证书颁发者CN
3028
- 注意:此字段可能返回 null,表示取不到有效值。
3029
3244
  :type CaIssuerCn: str
3030
3245
  :param _NotBeforeTime: 生效开始时间
3031
3246
  :type NotBeforeTime: int
@@ -3159,7 +3374,6 @@ class DescribeCaCertificateResponse(AbstractModel):
3159
3374
  @property
3160
3375
  def CaIssuerCn(self):
3161
3376
  """Ca证书颁发者CN
3162
- 注意:此字段可能返回 null,表示取不到有效值。
3163
3377
  :rtype: str
3164
3378
  """
3165
3379
  return self._CaIssuerCn
@@ -3486,13 +3700,14 @@ class DescribeDeviceCertificateResponse(AbstractModel):
3486
3700
  :param _Format: 证书格式
3487
3701
  :type Format: str
3488
3702
  :param _ClientId: 客户端id
3489
- 注意:此字段可能返回 null,表示取不到有效值。
3490
3703
  :type ClientId: str
3491
3704
  :param _CertificateSource: API, 手动注册
3492
3705
  JITP 自动注册
3493
3706
  :type CertificateSource: str
3494
3707
  :param _NotBeforeTime: 证书生效开始时间
3495
3708
  :type NotBeforeTime: int
3709
+ :param _OrganizationalUnit: 组织单位
3710
+ :type OrganizationalUnit: str
3496
3711
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3497
3712
  :type RequestId: str
3498
3713
  """
@@ -3510,6 +3725,7 @@ class DescribeDeviceCertificateResponse(AbstractModel):
3510
3725
  self._ClientId = None
3511
3726
  self._CertificateSource = None
3512
3727
  self._NotBeforeTime = None
3728
+ self._OrganizationalUnit = None
3513
3729
  self._RequestId = None
3514
3730
 
3515
3731
  @property
@@ -3636,7 +3852,6 @@ class DescribeDeviceCertificateResponse(AbstractModel):
3636
3852
  @property
3637
3853
  def ClientId(self):
3638
3854
  """客户端id
3639
- 注意:此字段可能返回 null,表示取不到有效值。
3640
3855
  :rtype: str
3641
3856
  """
3642
3857
  return self._ClientId
@@ -3668,6 +3883,17 @@ class DescribeDeviceCertificateResponse(AbstractModel):
3668
3883
  def NotBeforeTime(self, NotBeforeTime):
3669
3884
  self._NotBeforeTime = NotBeforeTime
3670
3885
 
3886
+ @property
3887
+ def OrganizationalUnit(self):
3888
+ """组织单位
3889
+ :rtype: str
3890
+ """
3891
+ return self._OrganizationalUnit
3892
+
3893
+ @OrganizationalUnit.setter
3894
+ def OrganizationalUnit(self, OrganizationalUnit):
3895
+ self._OrganizationalUnit = OrganizationalUnit
3896
+
3671
3897
  @property
3672
3898
  def RequestId(self):
3673
3899
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -3695,6 +3921,7 @@ class DescribeDeviceCertificateResponse(AbstractModel):
3695
3921
  self._ClientId = params.get("ClientId")
3696
3922
  self._CertificateSource = params.get("CertificateSource")
3697
3923
  self._NotBeforeTime = params.get("NotBeforeTime")
3924
+ self._OrganizationalUnit = params.get("OrganizationalUnit")
3698
3925
  self._RequestId = params.get("RequestId")
3699
3926
 
3700
3927
 
@@ -4216,7 +4443,6 @@ class DescribeInstanceListResponse(AbstractModel):
4216
4443
  def __init__(self):
4217
4444
  r"""
4218
4445
  :param _TotalCount: 查询总数
4219
- 注意:此字段可能返回 null,表示取不到有效值。
4220
4446
  :type TotalCount: int
4221
4447
  :param _Data: 实例列表
4222
4448
  :type Data: list of MQTTInstanceItem
@@ -4230,7 +4456,6 @@ class DescribeInstanceListResponse(AbstractModel):
4230
4456
  @property
4231
4457
  def TotalCount(self):
4232
4458
  """查询总数
4233
- 注意:此字段可能返回 null,表示取不到有效值。
4234
4459
  :rtype: int
4235
4460
  """
4236
4461
  return self._TotalCount
@@ -4824,10 +5049,8 @@ class DescribeMessageListResponse(AbstractModel):
4824
5049
  def __init__(self):
4825
5050
  r"""
4826
5051
  :param _TotalCount: 查询总数
4827
- 注意:此字段可能返回 null,表示取不到有效值。
4828
5052
  :type TotalCount: int
4829
5053
  :param _Data: 消息记录列表
4830
- 注意:此字段可能返回 null,表示取不到有效值。
4831
5054
  :type Data: list of MQTTMessageItem
4832
5055
  :param _TaskRequestId: 请求任务id
4833
5056
  :type TaskRequestId: str
@@ -4842,7 +5065,6 @@ class DescribeMessageListResponse(AbstractModel):
4842
5065
  @property
4843
5066
  def TotalCount(self):
4844
5067
  """查询总数
4845
- 注意:此字段可能返回 null,表示取不到有效值。
4846
5068
  :rtype: int
4847
5069
  """
4848
5070
  return self._TotalCount
@@ -4854,7 +5076,6 @@ class DescribeMessageListResponse(AbstractModel):
4854
5076
  @property
4855
5077
  def Data(self):
4856
5078
  """消息记录列表
4857
- 注意:此字段可能返回 null,表示取不到有效值。
4858
5079
  :rtype: list of MQTTMessageItem
4859
5080
  """
4860
5081
  return self._Data
@@ -4912,10 +5133,8 @@ class DescribeProductSKUListResponse(AbstractModel):
4912
5133
  def __init__(self):
4913
5134
  r"""
4914
5135
  :param _TotalCount: 查询总数
4915
- 注意:此字段可能返回 null,表示取不到有效值。
4916
5136
  :type TotalCount: int
4917
5137
  :param _MQTTProductSkuList: mqtt商品配置信息
4918
- 注意:此字段可能返回 null,表示取不到有效值。
4919
5138
  :type MQTTProductSkuList: list of ProductSkuItem
4920
5139
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4921
5140
  :type RequestId: str
@@ -4927,7 +5146,6 @@ class DescribeProductSKUListResponse(AbstractModel):
4927
5146
  @property
4928
5147
  def TotalCount(self):
4929
5148
  """查询总数
4930
- 注意:此字段可能返回 null,表示取不到有效值。
4931
5149
  :rtype: int
4932
5150
  """
4933
5151
  return self._TotalCount
@@ -4939,7 +5157,6 @@ class DescribeProductSKUListResponse(AbstractModel):
4939
5157
  @property
4940
5158
  def MQTTProductSkuList(self):
4941
5159
  """mqtt商品配置信息
4942
- 注意:此字段可能返回 null,表示取不到有效值。
4943
5160
  :rtype: list of ProductSkuItem
4944
5161
  """
4945
5162
  return self._MQTTProductSkuList
@@ -5161,7 +5378,6 @@ class DescribeTopicListResponse(AbstractModel):
5161
5378
  def __init__(self):
5162
5379
  r"""
5163
5380
  :param _TotalCount: 查询总数
5164
- 注意:此字段可能返回 null,表示取不到有效值。
5165
5381
  :type TotalCount: int
5166
5382
  :param _Data: 主题列表
5167
5383
  :type Data: list of MQTTTopicItem
@@ -5175,7 +5391,6 @@ class DescribeTopicListResponse(AbstractModel):
5175
5391
  @property
5176
5392
  def TotalCount(self):
5177
5393
  """查询总数
5178
- 注意:此字段可能返回 null,表示取不到有效值。
5179
5394
  :rtype: int
5180
5395
  """
5181
5396
  return self._TotalCount
@@ -5453,7 +5668,6 @@ class DescribeUserListResponse(AbstractModel):
5453
5668
  def __init__(self):
5454
5669
  r"""
5455
5670
  :param _TotalCount: 查询总数
5456
- 注意:此字段可能返回 null,表示取不到有效值。
5457
5671
  :type TotalCount: int
5458
5672
  :param _Data: 角色信息列表
5459
5673
  :type Data: list of MQTTUserItem
@@ -5467,7 +5681,6 @@ class DescribeUserListResponse(AbstractModel):
5467
5681
  @property
5468
5682
  def TotalCount(self):
5469
5683
  """查询总数
5470
- 注意:此字段可能返回 null,表示取不到有效值。
5471
5684
  :rtype: int
5472
5685
  """
5473
5686
  return self._TotalCount
@@ -5518,7 +5731,6 @@ class DeviceCertificateItem(AbstractModel):
5518
5731
  def __init__(self):
5519
5732
  r"""
5520
5733
  :param _ClientId: 客户端id
5521
- 注意:此字段可能返回 null,表示取不到有效值。
5522
5734
  :type ClientId: str
5523
5735
  :param _DeviceCertificate: 设备证书
5524
5736
  :type DeviceCertificate: str
@@ -5536,27 +5748,23 @@ class DeviceCertificateItem(AbstractModel):
5536
5748
  REVOKED,//吊销
5537
5749
  PENDING_ACTIVATION,//注册待激活
5538
5750
  :type Status: str
5751
+ :param _OrganizationalUnit: 组织单位
5752
+ :type OrganizationalUnit: str
5539
5753
  :param _LastActivationTime: 上次激活时间
5540
- 注意:此字段可能返回 null,表示取不到有效值。
5541
5754
  :type LastActivationTime: int
5542
5755
  :param _LastInactivationTime: 上次取消激活时间
5543
- 注意:此字段可能返回 null,表示取不到有效值。
5544
5756
  :type LastInactivationTime: int
5545
5757
  :param _CreatedTime: 创建时间
5546
5758
  :type CreatedTime: int
5547
5759
  :param _UpdateTime: 预销毁时间
5548
- 注意:此字段可能返回 null,表示取不到有效值。
5549
5760
  :type UpdateTime: int
5550
5761
  :param _CertificateSource: 证书来源:
5551
5762
  API, 手动注册
5552
5763
  JITP 自动注册
5553
- 注意:此字段可能返回 null,表示取不到有效值。
5554
5764
  :type CertificateSource: str
5555
5765
  :param _NotAfterTime: 证书失效日期
5556
- 注意:此字段可能返回 null,表示取不到有效值。
5557
5766
  :type NotAfterTime: int
5558
5767
  :param _NotBeforeTime: 证书生效开始日期
5559
- 注意:此字段可能返回 null,表示取不到有效值。
5560
5768
  :type NotBeforeTime: int
5561
5769
  """
5562
5770
  self._ClientId = None
@@ -5566,6 +5774,7 @@ JITP 自动注册
5566
5774
  self._CaSn = None
5567
5775
  self._Format = None
5568
5776
  self._Status = None
5777
+ self._OrganizationalUnit = None
5569
5778
  self._LastActivationTime = None
5570
5779
  self._LastInactivationTime = None
5571
5780
  self._CreatedTime = None
@@ -5577,7 +5786,6 @@ JITP 自动注册
5577
5786
  @property
5578
5787
  def ClientId(self):
5579
5788
  """客户端id
5580
- 注意:此字段可能返回 null,表示取不到有效值。
5581
5789
  :rtype: str
5582
5790
  """
5583
5791
  return self._ClientId
@@ -5656,10 +5864,20 @@ JITP 自动注册
5656
5864
  def Status(self, Status):
5657
5865
  self._Status = Status
5658
5866
 
5867
+ @property
5868
+ def OrganizationalUnit(self):
5869
+ """组织单位
5870
+ :rtype: str
5871
+ """
5872
+ return self._OrganizationalUnit
5873
+
5874
+ @OrganizationalUnit.setter
5875
+ def OrganizationalUnit(self, OrganizationalUnit):
5876
+ self._OrganizationalUnit = OrganizationalUnit
5877
+
5659
5878
  @property
5660
5879
  def LastActivationTime(self):
5661
5880
  """上次激活时间
5662
- 注意:此字段可能返回 null,表示取不到有效值。
5663
5881
  :rtype: int
5664
5882
  """
5665
5883
  return self._LastActivationTime
@@ -5671,7 +5889,6 @@ JITP 自动注册
5671
5889
  @property
5672
5890
  def LastInactivationTime(self):
5673
5891
  """上次取消激活时间
5674
- 注意:此字段可能返回 null,表示取不到有效值。
5675
5892
  :rtype: int
5676
5893
  """
5677
5894
  return self._LastInactivationTime
@@ -5694,7 +5911,6 @@ JITP 自动注册
5694
5911
  @property
5695
5912
  def UpdateTime(self):
5696
5913
  """预销毁时间
5697
- 注意:此字段可能返回 null,表示取不到有效值。
5698
5914
  :rtype: int
5699
5915
  """
5700
5916
  return self._UpdateTime
@@ -5708,7 +5924,6 @@ JITP 自动注册
5708
5924
  """证书来源:
5709
5925
  API, 手动注册
5710
5926
  JITP 自动注册
5711
- 注意:此字段可能返回 null,表示取不到有效值。
5712
5927
  :rtype: str
5713
5928
  """
5714
5929
  return self._CertificateSource
@@ -5720,7 +5935,6 @@ JITP 自动注册
5720
5935
  @property
5721
5936
  def NotAfterTime(self):
5722
5937
  """证书失效日期
5723
- 注意:此字段可能返回 null,表示取不到有效值。
5724
5938
  :rtype: int
5725
5939
  """
5726
5940
  return self._NotAfterTime
@@ -5732,7 +5946,6 @@ JITP 自动注册
5732
5946
  @property
5733
5947
  def NotBeforeTime(self):
5734
5948
  """证书生效开始日期
5735
- 注意:此字段可能返回 null,表示取不到有效值。
5736
5949
  :rtype: int
5737
5950
  """
5738
5951
  return self._NotBeforeTime
@@ -5750,6 +5963,7 @@ JITP 自动注册
5750
5963
  self._CaSn = params.get("CaSn")
5751
5964
  self._Format = params.get("Format")
5752
5965
  self._Status = params.get("Status")
5966
+ self._OrganizationalUnit = params.get("OrganizationalUnit")
5753
5967
  self._LastActivationTime = params.get("LastActivationTime")
5754
5968
  self._LastInactivationTime = params.get("LastInactivationTime")
5755
5969
  self._CreatedTime = params.get("CreatedTime")
@@ -5818,6 +6032,57 @@ class Filter(AbstractModel):
5818
6032
 
5819
6033
 
5820
6034
 
6035
+ class HeaderItem(AbstractModel):
6036
+ """HTTP 认证器header
6037
+
6038
+ """
6039
+
6040
+ def __init__(self):
6041
+ r"""
6042
+ :param _Key: header key
6043
+ :type Key: str
6044
+ :param _Value: header value
6045
+ :type Value: str
6046
+ """
6047
+ self._Key = None
6048
+ self._Value = None
6049
+
6050
+ @property
6051
+ def Key(self):
6052
+ """header key
6053
+ :rtype: str
6054
+ """
6055
+ return self._Key
6056
+
6057
+ @Key.setter
6058
+ def Key(self, Key):
6059
+ self._Key = Key
6060
+
6061
+ @property
6062
+ def Value(self):
6063
+ """header value
6064
+ :rtype: str
6065
+ """
6066
+ return self._Value
6067
+
6068
+ @Value.setter
6069
+ def Value(self, Value):
6070
+ self._Value = Value
6071
+
6072
+
6073
+ def _deserialize(self, params):
6074
+ self._Key = params.get("Key")
6075
+ self._Value = params.get("Value")
6076
+ memeber_set = set(params.keys())
6077
+ for name, value in vars(self).items():
6078
+ property_name = name[1:]
6079
+ if property_name in memeber_set:
6080
+ memeber_set.remove(property_name)
6081
+ if len(memeber_set) > 0:
6082
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
6083
+
6084
+
6085
+
5821
6086
  class IpRule(AbstractModel):
5822
6087
  """IP规则
5823
6088
 
@@ -5830,7 +6095,6 @@ class IpRule(AbstractModel):
5830
6095
  :param _Allow: 是否允许放行
5831
6096
  :type Allow: bool
5832
6097
  :param _Remark: 备注信息
5833
- 注意:此字段可能返回 null,表示取不到有效值。
5834
6098
  :type Remark: str
5835
6099
  """
5836
6100
  self._Ip = None
@@ -5862,7 +6126,6 @@ class IpRule(AbstractModel):
5862
6126
  @property
5863
6127
  def Remark(self):
5864
6128
  """备注信息
5865
- 注意:此字段可能返回 null,表示取不到有效值。
5866
6129
  :rtype: str
5867
6130
  """
5868
6131
  return self._Remark
@@ -5894,19 +6157,14 @@ class MQTTAuthenticatorItem(AbstractModel):
5894
6157
  def __init__(self):
5895
6158
  r"""
5896
6159
  :param _Type: 认证器类型: JWT:JWT认证器 JWKS:JWKS认证器 BYOC:一端一证认证器
5897
- 注意:此字段可能返回 null,表示取不到有效值。
5898
6160
  :type Type: str
5899
6161
  :param _Config: 认证器配置
5900
- 注意:此字段可能返回 null,表示取不到有效值。
5901
6162
  :type Config: str
5902
6163
  :param _Status: 认证器状态
5903
- 注意:此字段可能返回 null,表示取不到有效值。
5904
6164
  :type Status: str
5905
6165
  :param _CreateTime: 创建时间
5906
- 注意:此字段可能返回 null,表示取不到有效值。
5907
6166
  :type CreateTime: int
5908
6167
  :param _Remark: 说明
5909
- 注意:此字段可能返回 null,表示取不到有效值。
5910
6168
  :type Remark: str
5911
6169
  """
5912
6170
  self._Type = None
@@ -5918,7 +6176,6 @@ class MQTTAuthenticatorItem(AbstractModel):
5918
6176
  @property
5919
6177
  def Type(self):
5920
6178
  """认证器类型: JWT:JWT认证器 JWKS:JWKS认证器 BYOC:一端一证认证器
5921
- 注意:此字段可能返回 null,表示取不到有效值。
5922
6179
  :rtype: str
5923
6180
  """
5924
6181
  return self._Type
@@ -5930,7 +6187,6 @@ class MQTTAuthenticatorItem(AbstractModel):
5930
6187
  @property
5931
6188
  def Config(self):
5932
6189
  """认证器配置
5933
- 注意:此字段可能返回 null,表示取不到有效值。
5934
6190
  :rtype: str
5935
6191
  """
5936
6192
  return self._Config
@@ -5942,7 +6198,6 @@ class MQTTAuthenticatorItem(AbstractModel):
5942
6198
  @property
5943
6199
  def Status(self):
5944
6200
  """认证器状态
5945
- 注意:此字段可能返回 null,表示取不到有效值。
5946
6201
  :rtype: str
5947
6202
  """
5948
6203
  return self._Status
@@ -5954,7 +6209,6 @@ class MQTTAuthenticatorItem(AbstractModel):
5954
6209
  @property
5955
6210
  def CreateTime(self):
5956
6211
  """创建时间
5957
- 注意:此字段可能返回 null,表示取不到有效值。
5958
6212
  :rtype: int
5959
6213
  """
5960
6214
  return self._CreateTime
@@ -5966,7 +6220,6 @@ class MQTTAuthenticatorItem(AbstractModel):
5966
6220
  @property
5967
6221
  def Remark(self):
5968
6222
  """说明
5969
- 注意:此字段可能返回 null,表示取不到有效值。
5970
6223
  :rtype: str
5971
6224
  """
5972
6225
  return self._Remark
@@ -6000,31 +6253,22 @@ class MQTTClientInfo(AbstractModel):
6000
6253
  def __init__(self):
6001
6254
  r"""
6002
6255
  :param _ClientId: 客户端唯一标识
6003
- 注意:此字段可能返回 null,表示取不到有效值。
6004
6256
  :type ClientId: str
6005
6257
  :param _ClientAddress: 客户端网络地址
6006
- 注意:此字段可能返回 null,表示取不到有效值。
6007
6258
  :type ClientAddress: str
6008
6259
  :param _ProtocolVersion: MQTT 协议版本,4 表示 MQTT 3.1.1
6009
- 注意:此字段可能返回 null,表示取不到有效值。
6010
6260
  :type ProtocolVersion: int
6011
6261
  :param _Keepalive: 保持连接时间,单位:秒
6012
- 注意:此字段可能返回 null,表示取不到有效值。
6013
6262
  :type Keepalive: int
6014
6263
  :param _ConnectionStatus: 连接状态,CONNECTED 已连接,DISCONNECTED 未连接
6015
- 注意:此字段可能返回 null,表示取不到有效值。
6016
6264
  :type ConnectionStatus: str
6017
6265
  :param _CreateTime: 客户端创建时间
6018
- 注意:此字段可能返回 null,表示取不到有效值。
6019
6266
  :type CreateTime: int
6020
6267
  :param _ConnectTime: 上次建立连接时间
6021
- 注意:此字段可能返回 null,表示取不到有效值。
6022
6268
  :type ConnectTime: int
6023
6269
  :param _DisconnectTime: 上次断开连接时间,仅对持久会话(cleanSession=false)并且客户端当前未连接时有意义
6024
- 注意:此字段可能返回 null,表示取不到有效值。
6025
6270
  :type DisconnectTime: int
6026
6271
  :param _MQTTClientSubscriptions: 客户端的订阅列表
6027
- 注意:此字段可能返回 null,表示取不到有效值。
6028
6272
  :type MQTTClientSubscriptions: list of MQTTClientSubscription
6029
6273
  """
6030
6274
  self._ClientId = None
@@ -6040,7 +6284,6 @@ class MQTTClientInfo(AbstractModel):
6040
6284
  @property
6041
6285
  def ClientId(self):
6042
6286
  """客户端唯一标识
6043
- 注意:此字段可能返回 null,表示取不到有效值。
6044
6287
  :rtype: str
6045
6288
  """
6046
6289
  return self._ClientId
@@ -6052,7 +6295,6 @@ class MQTTClientInfo(AbstractModel):
6052
6295
  @property
6053
6296
  def ClientAddress(self):
6054
6297
  """客户端网络地址
6055
- 注意:此字段可能返回 null,表示取不到有效值。
6056
6298
  :rtype: str
6057
6299
  """
6058
6300
  return self._ClientAddress
@@ -6064,7 +6306,6 @@ class MQTTClientInfo(AbstractModel):
6064
6306
  @property
6065
6307
  def ProtocolVersion(self):
6066
6308
  """MQTT 协议版本,4 表示 MQTT 3.1.1
6067
- 注意:此字段可能返回 null,表示取不到有效值。
6068
6309
  :rtype: int
6069
6310
  """
6070
6311
  return self._ProtocolVersion
@@ -6076,7 +6317,6 @@ class MQTTClientInfo(AbstractModel):
6076
6317
  @property
6077
6318
  def Keepalive(self):
6078
6319
  """保持连接时间,单位:秒
6079
- 注意:此字段可能返回 null,表示取不到有效值。
6080
6320
  :rtype: int
6081
6321
  """
6082
6322
  return self._Keepalive
@@ -6088,7 +6328,6 @@ class MQTTClientInfo(AbstractModel):
6088
6328
  @property
6089
6329
  def ConnectionStatus(self):
6090
6330
  """连接状态,CONNECTED 已连接,DISCONNECTED 未连接
6091
- 注意:此字段可能返回 null,表示取不到有效值。
6092
6331
  :rtype: str
6093
6332
  """
6094
6333
  return self._ConnectionStatus
@@ -6100,7 +6339,6 @@ class MQTTClientInfo(AbstractModel):
6100
6339
  @property
6101
6340
  def CreateTime(self):
6102
6341
  """客户端创建时间
6103
- 注意:此字段可能返回 null,表示取不到有效值。
6104
6342
  :rtype: int
6105
6343
  """
6106
6344
  return self._CreateTime
@@ -6112,7 +6350,6 @@ class MQTTClientInfo(AbstractModel):
6112
6350
  @property
6113
6351
  def ConnectTime(self):
6114
6352
  """上次建立连接时间
6115
- 注意:此字段可能返回 null,表示取不到有效值。
6116
6353
  :rtype: int
6117
6354
  """
6118
6355
  return self._ConnectTime
@@ -6124,7 +6361,6 @@ class MQTTClientInfo(AbstractModel):
6124
6361
  @property
6125
6362
  def DisconnectTime(self):
6126
6363
  """上次断开连接时间,仅对持久会话(cleanSession=false)并且客户端当前未连接时有意义
6127
- 注意:此字段可能返回 null,表示取不到有效值。
6128
6364
  :rtype: int
6129
6365
  """
6130
6366
  return self._DisconnectTime
@@ -6136,7 +6372,6 @@ class MQTTClientInfo(AbstractModel):
6136
6372
  @property
6137
6373
  def MQTTClientSubscriptions(self):
6138
6374
  """客户端的订阅列表
6139
- 注意:此字段可能返回 null,表示取不到有效值。
6140
6375
  :rtype: list of MQTTClientSubscription
6141
6376
  """
6142
6377
  return self._MQTTClientSubscriptions
@@ -6260,25 +6495,18 @@ class MQTTEndpointItem(AbstractModel):
6260
6495
  def __init__(self):
6261
6496
  r"""
6262
6497
  :param _Type: 类型
6263
- 注意:此字段可能返回 null,表示取不到有效值。
6264
6498
  :type Type: str
6265
6499
  :param _Url: 接入点
6266
- 注意:此字段可能返回 null,表示取不到有效值。
6267
6500
  :type Url: str
6268
6501
  :param _VpcId: vpc信息
6269
- 注意:此字段可能返回 null,表示取不到有效值。
6270
6502
  :type VpcId: str
6271
6503
  :param _SubnetId: 子网信息
6272
- 注意:此字段可能返回 null,表示取不到有效值。
6273
6504
  :type SubnetId: str
6274
6505
  :param _Host: 主机
6275
- 注意:此字段可能返回 null,表示取不到有效值。
6276
6506
  :type Host: str
6277
6507
  :param _Port: 端口
6278
- 注意:此字段可能返回 null,表示取不到有效值。
6279
6508
  :type Port: int
6280
6509
  :param _Ip: 接入点ip
6281
- 注意:此字段可能返回 null,表示取不到有效值。
6282
6510
  :type Ip: str
6283
6511
  """
6284
6512
  self._Type = None
@@ -6292,7 +6520,6 @@ class MQTTEndpointItem(AbstractModel):
6292
6520
  @property
6293
6521
  def Type(self):
6294
6522
  """类型
6295
- 注意:此字段可能返回 null,表示取不到有效值。
6296
6523
  :rtype: str
6297
6524
  """
6298
6525
  return self._Type
@@ -6304,7 +6531,6 @@ class MQTTEndpointItem(AbstractModel):
6304
6531
  @property
6305
6532
  def Url(self):
6306
6533
  """接入点
6307
- 注意:此字段可能返回 null,表示取不到有效值。
6308
6534
  :rtype: str
6309
6535
  """
6310
6536
  return self._Url
@@ -6316,7 +6542,6 @@ class MQTTEndpointItem(AbstractModel):
6316
6542
  @property
6317
6543
  def VpcId(self):
6318
6544
  """vpc信息
6319
- 注意:此字段可能返回 null,表示取不到有效值。
6320
6545
  :rtype: str
6321
6546
  """
6322
6547
  return self._VpcId
@@ -6328,7 +6553,6 @@ class MQTTEndpointItem(AbstractModel):
6328
6553
  @property
6329
6554
  def SubnetId(self):
6330
6555
  """子网信息
6331
- 注意:此字段可能返回 null,表示取不到有效值。
6332
6556
  :rtype: str
6333
6557
  """
6334
6558
  return self._SubnetId
@@ -6340,7 +6564,6 @@ class MQTTEndpointItem(AbstractModel):
6340
6564
  @property
6341
6565
  def Host(self):
6342
6566
  """主机
6343
- 注意:此字段可能返回 null,表示取不到有效值。
6344
6567
  :rtype: str
6345
6568
  """
6346
6569
  return self._Host
@@ -6352,7 +6575,6 @@ class MQTTEndpointItem(AbstractModel):
6352
6575
  @property
6353
6576
  def Port(self):
6354
6577
  """端口
6355
- 注意:此字段可能返回 null,表示取不到有效值。
6356
6578
  :rtype: int
6357
6579
  """
6358
6580
  return self._Port
@@ -6364,7 +6586,6 @@ class MQTTEndpointItem(AbstractModel):
6364
6586
  @property
6365
6587
  def Ip(self):
6366
6588
  """接入点ip
6367
- 注意:此字段可能返回 null,表示取不到有效值。
6368
6589
  :rtype: str
6369
6590
  """
6370
6591
  return self._Ip
@@ -6426,44 +6647,32 @@ DELETING,删除中
6426
6647
  :param _TopicNumLimit: 实例主题数上限
6427
6648
  :type TopicNumLimit: int
6428
6649
  :param _Remark: 备注信息
6429
- 注意:此字段可能返回 null,表示取不到有效值。
6430
6650
  :type Remark: str
6431
6651
  :param _TopicNum: 主题数量
6432
6652
  :type TopicNum: int
6433
6653
  :param _SkuCode: 商品规格
6434
6654
  :type SkuCode: str
6435
6655
  :param _TpsLimit: 弹性TPS限流值
6436
- 注意:此字段可能返回 null,表示取不到有效值。
6437
6656
  :type TpsLimit: int
6438
6657
  :param _CreateTime: 创建时间
6439
- 注意:此字段可能返回 null,表示取不到有效值。
6440
6658
  :type CreateTime: int
6441
6659
  :param _MaxSubscriptionPerClient: 单客户端最大订阅数量
6442
- 注意:此字段可能返回 null,表示取不到有效值。
6443
6660
  :type MaxSubscriptionPerClient: int
6444
6661
  :param _ClientNumLimit: 客户端连接数上线
6445
- 注意:此字段可能返回 null,表示取不到有效值。
6446
6662
  :type ClientNumLimit: int
6447
6663
  :param _RenewFlag: 是否自动续费
6448
- 注意:此字段可能返回 null,表示取不到有效值。
6449
6664
  :type RenewFlag: int
6450
6665
  :param _PayMode: 计费模式, POSTPAID,按量计费 PREPAID,包年包月
6451
- 注意:此字段可能返回 null,表示取不到有效值。
6452
6666
  :type PayMode: str
6453
6667
  :param _ExpiryTime: 到期时间,秒为单位
6454
- 注意:此字段可能返回 null,表示取不到有效值。
6455
6668
  :type ExpiryTime: int
6456
6669
  :param _DestroyTime: 预销毁时间
6457
- 注意:此字段可能返回 null,表示取不到有效值。
6458
6670
  :type DestroyTime: int
6459
6671
  :param _AuthorizationPolicyLimit: 授权规则条数限制
6460
- 注意:此字段可能返回 null,表示取不到有效值。
6461
6672
  :type AuthorizationPolicyLimit: int
6462
6673
  :param _MaxCaNum: 最大ca配额
6463
- 注意:此字段可能返回 null,表示取不到有效值。
6464
6674
  :type MaxCaNum: int
6465
6675
  :param _MaxSubscription: 最大订阅数
6466
- 注意:此字段可能返回 null,表示取不到有效值。
6467
6676
  :type MaxSubscription: int
6468
6677
  """
6469
6678
  self._InstanceId = None
@@ -6570,7 +6779,6 @@ DELETING,删除中
6570
6779
  @property
6571
6780
  def Remark(self):
6572
6781
  """备注信息
6573
- 注意:此字段可能返回 null,表示取不到有效值。
6574
6782
  :rtype: str
6575
6783
  """
6576
6784
  return self._Remark
@@ -6604,7 +6812,6 @@ DELETING,删除中
6604
6812
  @property
6605
6813
  def TpsLimit(self):
6606
6814
  """弹性TPS限流值
6607
- 注意:此字段可能返回 null,表示取不到有效值。
6608
6815
  :rtype: int
6609
6816
  """
6610
6817
  return self._TpsLimit
@@ -6616,7 +6823,6 @@ DELETING,删除中
6616
6823
  @property
6617
6824
  def CreateTime(self):
6618
6825
  """创建时间
6619
- 注意:此字段可能返回 null,表示取不到有效值。
6620
6826
  :rtype: int
6621
6827
  """
6622
6828
  return self._CreateTime
@@ -6628,7 +6834,6 @@ DELETING,删除中
6628
6834
  @property
6629
6835
  def MaxSubscriptionPerClient(self):
6630
6836
  """单客户端最大订阅数量
6631
- 注意:此字段可能返回 null,表示取不到有效值。
6632
6837
  :rtype: int
6633
6838
  """
6634
6839
  return self._MaxSubscriptionPerClient
@@ -6640,7 +6845,6 @@ DELETING,删除中
6640
6845
  @property
6641
6846
  def ClientNumLimit(self):
6642
6847
  """客户端连接数上线
6643
- 注意:此字段可能返回 null,表示取不到有效值。
6644
6848
  :rtype: int
6645
6849
  """
6646
6850
  return self._ClientNumLimit
@@ -6652,7 +6856,6 @@ DELETING,删除中
6652
6856
  @property
6653
6857
  def RenewFlag(self):
6654
6858
  """是否自动续费
6655
- 注意:此字段可能返回 null,表示取不到有效值。
6656
6859
  :rtype: int
6657
6860
  """
6658
6861
  return self._RenewFlag
@@ -6664,7 +6867,6 @@ DELETING,删除中
6664
6867
  @property
6665
6868
  def PayMode(self):
6666
6869
  """计费模式, POSTPAID,按量计费 PREPAID,包年包月
6667
- 注意:此字段可能返回 null,表示取不到有效值。
6668
6870
  :rtype: str
6669
6871
  """
6670
6872
  return self._PayMode
@@ -6676,7 +6878,6 @@ DELETING,删除中
6676
6878
  @property
6677
6879
  def ExpiryTime(self):
6678
6880
  """到期时间,秒为单位
6679
- 注意:此字段可能返回 null,表示取不到有效值。
6680
6881
  :rtype: int
6681
6882
  """
6682
6883
  return self._ExpiryTime
@@ -6688,7 +6889,6 @@ DELETING,删除中
6688
6889
  @property
6689
6890
  def DestroyTime(self):
6690
6891
  """预销毁时间
6691
- 注意:此字段可能返回 null,表示取不到有效值。
6692
6892
  :rtype: int
6693
6893
  """
6694
6894
  return self._DestroyTime
@@ -6700,7 +6900,6 @@ DELETING,删除中
6700
6900
  @property
6701
6901
  def AuthorizationPolicyLimit(self):
6702
6902
  """授权规则条数限制
6703
- 注意:此字段可能返回 null,表示取不到有效值。
6704
6903
  :rtype: int
6705
6904
  """
6706
6905
  return self._AuthorizationPolicyLimit
@@ -6712,7 +6911,6 @@ DELETING,删除中
6712
6911
  @property
6713
6912
  def MaxCaNum(self):
6714
6913
  """最大ca配额
6715
- 注意:此字段可能返回 null,表示取不到有效值。
6716
6914
  :rtype: int
6717
6915
  """
6718
6916
  return self._MaxCaNum
@@ -6724,7 +6922,6 @@ DELETING,删除中
6724
6922
  @property
6725
6923
  def MaxSubscription(self):
6726
6924
  """最大订阅数
6727
- 注意:此字段可能返回 null,表示取不到有效值。
6728
6925
  :rtype: int
6729
6926
  """
6730
6927
  return self._MaxSubscription
@@ -6773,31 +6970,22 @@ class MQTTMessageItem(AbstractModel):
6773
6970
  def __init__(self):
6774
6971
  r"""
6775
6972
  :param _MsgId: 消息ID
6776
- 注意:此字段可能返回 null,表示取不到有效值。
6777
6973
  :type MsgId: str
6778
6974
  :param _Tags: 消息tag
6779
- 注意:此字段可能返回 null,表示取不到有效值。
6780
6975
  :type Tags: str
6781
6976
  :param _Keys: 消息key
6782
- 注意:此字段可能返回 null,表示取不到有效值。
6783
6977
  :type Keys: str
6784
6978
  :param _ProducerAddr: 客户端地址
6785
- 注意:此字段可能返回 null,表示取不到有效值。
6786
6979
  :type ProducerAddr: str
6787
6980
  :param _ProduceTime: 消息发送时间
6788
- 注意:此字段可能返回 null,表示取不到有效值。
6789
6981
  :type ProduceTime: str
6790
6982
  :param _DeadLetterResendTimes: 死信重发次数
6791
- 注意:此字段可能返回 null,表示取不到有效值。
6792
6983
  :type DeadLetterResendTimes: int
6793
6984
  :param _DeadLetterResendSuccessTimes: 死信重发成功次数
6794
- 注意:此字段可能返回 null,表示取不到有效值。
6795
6985
  :type DeadLetterResendSuccessTimes: int
6796
6986
  :param _SubTopic: 子topic
6797
- 注意:此字段可能返回 null,表示取不到有效值。
6798
6987
  :type SubTopic: str
6799
6988
  :param _Qos: 消息质量等级
6800
- 注意:此字段可能返回 null,表示取不到有效值。
6801
6989
  :type Qos: str
6802
6990
  """
6803
6991
  self._MsgId = None
@@ -6813,7 +7001,6 @@ class MQTTMessageItem(AbstractModel):
6813
7001
  @property
6814
7002
  def MsgId(self):
6815
7003
  """消息ID
6816
- 注意:此字段可能返回 null,表示取不到有效值。
6817
7004
  :rtype: str
6818
7005
  """
6819
7006
  return self._MsgId
@@ -6825,7 +7012,6 @@ class MQTTMessageItem(AbstractModel):
6825
7012
  @property
6826
7013
  def Tags(self):
6827
7014
  """消息tag
6828
- 注意:此字段可能返回 null,表示取不到有效值。
6829
7015
  :rtype: str
6830
7016
  """
6831
7017
  return self._Tags
@@ -6837,7 +7023,6 @@ class MQTTMessageItem(AbstractModel):
6837
7023
  @property
6838
7024
  def Keys(self):
6839
7025
  """消息key
6840
- 注意:此字段可能返回 null,表示取不到有效值。
6841
7026
  :rtype: str
6842
7027
  """
6843
7028
  return self._Keys
@@ -6849,7 +7034,6 @@ class MQTTMessageItem(AbstractModel):
6849
7034
  @property
6850
7035
  def ProducerAddr(self):
6851
7036
  """客户端地址
6852
- 注意:此字段可能返回 null,表示取不到有效值。
6853
7037
  :rtype: str
6854
7038
  """
6855
7039
  return self._ProducerAddr
@@ -6861,7 +7045,6 @@ class MQTTMessageItem(AbstractModel):
6861
7045
  @property
6862
7046
  def ProduceTime(self):
6863
7047
  """消息发送时间
6864
- 注意:此字段可能返回 null,表示取不到有效值。
6865
7048
  :rtype: str
6866
7049
  """
6867
7050
  return self._ProduceTime
@@ -6873,7 +7056,6 @@ class MQTTMessageItem(AbstractModel):
6873
7056
  @property
6874
7057
  def DeadLetterResendTimes(self):
6875
7058
  """死信重发次数
6876
- 注意:此字段可能返回 null,表示取不到有效值。
6877
7059
  :rtype: int
6878
7060
  """
6879
7061
  return self._DeadLetterResendTimes
@@ -6885,7 +7067,6 @@ class MQTTMessageItem(AbstractModel):
6885
7067
  @property
6886
7068
  def DeadLetterResendSuccessTimes(self):
6887
7069
  """死信重发成功次数
6888
- 注意:此字段可能返回 null,表示取不到有效值。
6889
7070
  :rtype: int
6890
7071
  """
6891
7072
  return self._DeadLetterResendSuccessTimes
@@ -6897,7 +7078,6 @@ class MQTTMessageItem(AbstractModel):
6897
7078
  @property
6898
7079
  def SubTopic(self):
6899
7080
  """子topic
6900
- 注意:此字段可能返回 null,表示取不到有效值。
6901
7081
  :rtype: str
6902
7082
  """
6903
7083
  return self._SubTopic
@@ -6909,7 +7089,6 @@ class MQTTMessageItem(AbstractModel):
6909
7089
  @property
6910
7090
  def Qos(self):
6911
7091
  """消息质量等级
6912
- 注意:此字段可能返回 null,表示取不到有效值。
6913
7092
  :rtype: str
6914
7093
  """
6915
7094
  return self._Qos
@@ -6951,7 +7130,6 @@ class MQTTTopicItem(AbstractModel):
6951
7130
  :param _Topic: 主题名称
6952
7131
  :type Topic: str
6953
7132
  :param _Remark: 主题描述
6954
- 注意:此字段可能返回 null,表示取不到有效值。
6955
7133
  :type Remark: str
6956
7134
  """
6957
7135
  self._InstanceId = None
@@ -6983,7 +7161,6 @@ class MQTTTopicItem(AbstractModel):
6983
7161
  @property
6984
7162
  def Remark(self):
6985
7163
  """主题描述
6986
- 注意:此字段可能返回 null,表示取不到有效值。
6987
7164
  :rtype: str
6988
7165
  """
6989
7166
  return self._Remark
@@ -7362,6 +7539,215 @@ class ModifyAuthorizationPolicyResponse(AbstractModel):
7362
7539
  self._RequestId = params.get("RequestId")
7363
7540
 
7364
7541
 
7542
+ class ModifyHttpAuthenticatorRequest(AbstractModel):
7543
+ """ModifyHttpAuthenticator请求参数结构体
7544
+
7545
+ """
7546
+
7547
+ def __init__(self):
7548
+ r"""
7549
+ :param _InstanceId: 实例ID
7550
+ :type InstanceId: str
7551
+ :param _Endpoint: 端点
7552
+ :type Endpoint: str
7553
+ :param _Status: 认证器状态:open-启用;close-关闭
7554
+ :type Status: str
7555
+ :param _Concurrency: 最大并发连接数,默认8,范围:1-20
7556
+ :type Concurrency: int
7557
+ :param _ConnectTimeout: 连接超时时间,单位:秒,范围:1-30
7558
+ :type ConnectTimeout: int
7559
+ :param _ReadTimeout: 请求超时时间,单位:秒,范围:1-30
7560
+ :type ReadTimeout: int
7561
+ :param _Remark: 说明
7562
+ :type Remark: str
7563
+ :param _Method: 请求方法,GET 或者 POST
7564
+ :type Method: str
7565
+ :param _Header: 请求header
7566
+ :type Header: list of HeaderItem
7567
+ :param _Body: 请求body
7568
+ :type Body: list of BodyItem
7569
+ """
7570
+ self._InstanceId = None
7571
+ self._Endpoint = None
7572
+ self._Status = None
7573
+ self._Concurrency = None
7574
+ self._ConnectTimeout = None
7575
+ self._ReadTimeout = None
7576
+ self._Remark = None
7577
+ self._Method = None
7578
+ self._Header = None
7579
+ self._Body = None
7580
+
7581
+ @property
7582
+ def InstanceId(self):
7583
+ """实例ID
7584
+ :rtype: str
7585
+ """
7586
+ return self._InstanceId
7587
+
7588
+ @InstanceId.setter
7589
+ def InstanceId(self, InstanceId):
7590
+ self._InstanceId = InstanceId
7591
+
7592
+ @property
7593
+ def Endpoint(self):
7594
+ """端点
7595
+ :rtype: str
7596
+ """
7597
+ return self._Endpoint
7598
+
7599
+ @Endpoint.setter
7600
+ def Endpoint(self, Endpoint):
7601
+ self._Endpoint = Endpoint
7602
+
7603
+ @property
7604
+ def Status(self):
7605
+ """认证器状态:open-启用;close-关闭
7606
+ :rtype: str
7607
+ """
7608
+ return self._Status
7609
+
7610
+ @Status.setter
7611
+ def Status(self, Status):
7612
+ self._Status = Status
7613
+
7614
+ @property
7615
+ def Concurrency(self):
7616
+ """最大并发连接数,默认8,范围:1-20
7617
+ :rtype: int
7618
+ """
7619
+ return self._Concurrency
7620
+
7621
+ @Concurrency.setter
7622
+ def Concurrency(self, Concurrency):
7623
+ self._Concurrency = Concurrency
7624
+
7625
+ @property
7626
+ def ConnectTimeout(self):
7627
+ """连接超时时间,单位:秒,范围:1-30
7628
+ :rtype: int
7629
+ """
7630
+ return self._ConnectTimeout
7631
+
7632
+ @ConnectTimeout.setter
7633
+ def ConnectTimeout(self, ConnectTimeout):
7634
+ self._ConnectTimeout = ConnectTimeout
7635
+
7636
+ @property
7637
+ def ReadTimeout(self):
7638
+ """请求超时时间,单位:秒,范围:1-30
7639
+ :rtype: int
7640
+ """
7641
+ return self._ReadTimeout
7642
+
7643
+ @ReadTimeout.setter
7644
+ def ReadTimeout(self, ReadTimeout):
7645
+ self._ReadTimeout = ReadTimeout
7646
+
7647
+ @property
7648
+ def Remark(self):
7649
+ """说明
7650
+ :rtype: str
7651
+ """
7652
+ return self._Remark
7653
+
7654
+ @Remark.setter
7655
+ def Remark(self, Remark):
7656
+ self._Remark = Remark
7657
+
7658
+ @property
7659
+ def Method(self):
7660
+ """请求方法,GET 或者 POST
7661
+ :rtype: str
7662
+ """
7663
+ return self._Method
7664
+
7665
+ @Method.setter
7666
+ def Method(self, Method):
7667
+ self._Method = Method
7668
+
7669
+ @property
7670
+ def Header(self):
7671
+ """请求header
7672
+ :rtype: list of HeaderItem
7673
+ """
7674
+ return self._Header
7675
+
7676
+ @Header.setter
7677
+ def Header(self, Header):
7678
+ self._Header = Header
7679
+
7680
+ @property
7681
+ def Body(self):
7682
+ """请求body
7683
+ :rtype: list of BodyItem
7684
+ """
7685
+ return self._Body
7686
+
7687
+ @Body.setter
7688
+ def Body(self, Body):
7689
+ self._Body = Body
7690
+
7691
+
7692
+ def _deserialize(self, params):
7693
+ self._InstanceId = params.get("InstanceId")
7694
+ self._Endpoint = params.get("Endpoint")
7695
+ self._Status = params.get("Status")
7696
+ self._Concurrency = params.get("Concurrency")
7697
+ self._ConnectTimeout = params.get("ConnectTimeout")
7698
+ self._ReadTimeout = params.get("ReadTimeout")
7699
+ self._Remark = params.get("Remark")
7700
+ self._Method = params.get("Method")
7701
+ if params.get("Header") is not None:
7702
+ self._Header = []
7703
+ for item in params.get("Header"):
7704
+ obj = HeaderItem()
7705
+ obj._deserialize(item)
7706
+ self._Header.append(obj)
7707
+ if params.get("Body") is not None:
7708
+ self._Body = []
7709
+ for item in params.get("Body"):
7710
+ obj = BodyItem()
7711
+ obj._deserialize(item)
7712
+ self._Body.append(obj)
7713
+ memeber_set = set(params.keys())
7714
+ for name, value in vars(self).items():
7715
+ property_name = name[1:]
7716
+ if property_name in memeber_set:
7717
+ memeber_set.remove(property_name)
7718
+ if len(memeber_set) > 0:
7719
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
7720
+
7721
+
7722
+
7723
+ class ModifyHttpAuthenticatorResponse(AbstractModel):
7724
+ """ModifyHttpAuthenticator返回参数结构体
7725
+
7726
+ """
7727
+
7728
+ def __init__(self):
7729
+ r"""
7730
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7731
+ :type RequestId: str
7732
+ """
7733
+ self._RequestId = None
7734
+
7735
+ @property
7736
+ def RequestId(self):
7737
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7738
+ :rtype: str
7739
+ """
7740
+ return self._RequestId
7741
+
7742
+ @RequestId.setter
7743
+ def RequestId(self, RequestId):
7744
+ self._RequestId = RequestId
7745
+
7746
+
7747
+ def _deserialize(self, params):
7748
+ self._RequestId = params.get("RequestId")
7749
+
7750
+
7365
7751
  class ModifyInsPublicEndpointRequest(AbstractModel):
7366
7752
  """ModifyInsPublicEndpoint请求参数结构体
7367
7753
 
@@ -8267,7 +8653,6 @@ class PriceTag(AbstractModel):
8267
8653
  :param _Code: 计费项标签
8268
8654
  :type Code: str
8269
8655
  :param _Step: 步长
8270
- 注意:此字段可能返回 null,表示取不到有效值。
8271
8656
  :type Step: int
8272
8657
  """
8273
8658
  self._Name = None
@@ -8311,7 +8696,6 @@ class PriceTag(AbstractModel):
8311
8696
  @property
8312
8697
  def Step(self):
8313
8698
  """步长
8314
- 注意:此字段可能返回 null,表示取不到有效值。
8315
8699
  :rtype: int
8316
8700
  """
8317
8701
  return self._Step
@@ -8346,31 +8730,22 @@ class ProductSkuItem(AbstractModel):
8346
8730
  :param _InstanceType: 规格类型
8347
8731
  BASIC:基础版
8348
8732
  PRO :专业版
8349
- 注意:此字段可能返回 null,表示取不到有效值。
8350
8733
  :type InstanceType: str
8351
8734
  :param _SkuCode: 规格代码
8352
- 注意:此字段可能返回 null,表示取不到有效值。
8353
8735
  :type SkuCode: str
8354
8736
  :param _OnSale: 是否售卖
8355
- 注意:此字段可能返回 null,表示取不到有效值。
8356
8737
  :type OnSale: bool
8357
8738
  :param _TopicNumLimit: topic num限制
8358
- 注意:此字段可能返回 null,表示取不到有效值。
8359
8739
  :type TopicNumLimit: int
8360
8740
  :param _TpsLimit: tps
8361
- 注意:此字段可能返回 null,表示取不到有效值。
8362
8741
  :type TpsLimit: int
8363
8742
  :param _ClientNumLimit: 客户端连接数
8364
- 注意:此字段可能返回 null,表示取不到有效值。
8365
8743
  :type ClientNumLimit: int
8366
8744
  :param _MaxSubscriptionPerClient: 单客户端最大订阅数
8367
- 注意:此字段可能返回 null,表示取不到有效值。
8368
8745
  :type MaxSubscriptionPerClient: int
8369
8746
  :param _AuthorizationPolicyLimit: 授权规则条数
8370
- 注意:此字段可能返回 null,表示取不到有效值。
8371
8747
  :type AuthorizationPolicyLimit: int
8372
8748
  :param _PriceTags: 计费项信息
8373
- 注意:此字段可能返回 null,表示取不到有效值。
8374
8749
  :type PriceTags: list of PriceTag
8375
8750
  """
8376
8751
  self._InstanceType = None
@@ -8388,7 +8763,6 @@ PRO :专业版
8388
8763
  """规格类型
8389
8764
  BASIC:基础版
8390
8765
  PRO :专业版
8391
- 注意:此字段可能返回 null,表示取不到有效值。
8392
8766
  :rtype: str
8393
8767
  """
8394
8768
  return self._InstanceType
@@ -8400,7 +8774,6 @@ PRO :专业版
8400
8774
  @property
8401
8775
  def SkuCode(self):
8402
8776
  """规格代码
8403
- 注意:此字段可能返回 null,表示取不到有效值。
8404
8777
  :rtype: str
8405
8778
  """
8406
8779
  return self._SkuCode
@@ -8412,7 +8785,6 @@ PRO :专业版
8412
8785
  @property
8413
8786
  def OnSale(self):
8414
8787
  """是否售卖
8415
- 注意:此字段可能返回 null,表示取不到有效值。
8416
8788
  :rtype: bool
8417
8789
  """
8418
8790
  return self._OnSale
@@ -8424,7 +8796,6 @@ PRO :专业版
8424
8796
  @property
8425
8797
  def TopicNumLimit(self):
8426
8798
  """topic num限制
8427
- 注意:此字段可能返回 null,表示取不到有效值。
8428
8799
  :rtype: int
8429
8800
  """
8430
8801
  return self._TopicNumLimit
@@ -8436,7 +8807,6 @@ PRO :专业版
8436
8807
  @property
8437
8808
  def TpsLimit(self):
8438
8809
  """tps
8439
- 注意:此字段可能返回 null,表示取不到有效值。
8440
8810
  :rtype: int
8441
8811
  """
8442
8812
  return self._TpsLimit
@@ -8448,7 +8818,6 @@ PRO :专业版
8448
8818
  @property
8449
8819
  def ClientNumLimit(self):
8450
8820
  """客户端连接数
8451
- 注意:此字段可能返回 null,表示取不到有效值。
8452
8821
  :rtype: int
8453
8822
  """
8454
8823
  return self._ClientNumLimit
@@ -8460,7 +8829,6 @@ PRO :专业版
8460
8829
  @property
8461
8830
  def MaxSubscriptionPerClient(self):
8462
8831
  """单客户端最大订阅数
8463
- 注意:此字段可能返回 null,表示取不到有效值。
8464
8832
  :rtype: int
8465
8833
  """
8466
8834
  return self._MaxSubscriptionPerClient
@@ -8472,7 +8840,6 @@ PRO :专业版
8472
8840
  @property
8473
8841
  def AuthorizationPolicyLimit(self):
8474
8842
  """授权规则条数
8475
- 注意:此字段可能返回 null,表示取不到有效值。
8476
8843
  :rtype: int
8477
8844
  """
8478
8845
  return self._AuthorizationPolicyLimit
@@ -8484,7 +8851,6 @@ PRO :专业版
8484
8851
  @property
8485
8852
  def PriceTags(self):
8486
8853
  """计费项信息
8487
- 注意:此字段可能返回 null,表示取不到有效值。
8488
8854
  :rtype: list of PriceTag
8489
8855
  """
8490
8856
  return self._PriceTags
@@ -8527,13 +8893,10 @@ class PublicAccessRule(AbstractModel):
8527
8893
  def __init__(self):
8528
8894
  r"""
8529
8895
  :param _IpRule: ip网段信息
8530
- 注意:此字段可能返回 null,表示取不到有效值。
8531
8896
  :type IpRule: str
8532
8897
  :param _Allow: 允许或者拒绝
8533
- 注意:此字段可能返回 null,表示取不到有效值。
8534
8898
  :type Allow: bool
8535
8899
  :param _Remark: 备注信息
8536
- 注意:此字段可能返回 null,表示取不到有效值。
8537
8900
  :type Remark: str
8538
8901
  """
8539
8902
  self._IpRule = None
@@ -8543,7 +8906,6 @@ class PublicAccessRule(AbstractModel):
8543
8906
  @property
8544
8907
  def IpRule(self):
8545
8908
  """ip网段信息
8546
- 注意:此字段可能返回 null,表示取不到有效值。
8547
8909
  :rtype: str
8548
8910
  """
8549
8911
  return self._IpRule
@@ -8555,7 +8917,6 @@ class PublicAccessRule(AbstractModel):
8555
8917
  @property
8556
8918
  def Allow(self):
8557
8919
  """允许或者拒绝
8558
- 注意:此字段可能返回 null,表示取不到有效值。
8559
8920
  :rtype: bool
8560
8921
  """
8561
8922
  return self._Allow
@@ -8567,7 +8928,6 @@ class PublicAccessRule(AbstractModel):
8567
8928
  @property
8568
8929
  def Remark(self):
8569
8930
  """备注信息
8570
- 注意:此字段可能返回 null,表示取不到有效值。
8571
8931
  :rtype: str
8572
8932
  """
8573
8933
  return self._Remark
@@ -9103,10 +9463,8 @@ class Tag(AbstractModel):
9103
9463
  def __init__(self):
9104
9464
  r"""
9105
9465
  :param _TagKey: 标签名称
9106
- 注意:此字段可能返回 null,表示取不到有效值。
9107
9466
  :type TagKey: str
9108
9467
  :param _TagValue: 标签值
9109
- 注意:此字段可能返回 null,表示取不到有效值。
9110
9468
  :type TagValue: str
9111
9469
  """
9112
9470
  self._TagKey = None
@@ -9115,7 +9473,6 @@ class Tag(AbstractModel):
9115
9473
  @property
9116
9474
  def TagKey(self):
9117
9475
  """标签名称
9118
- 注意:此字段可能返回 null,表示取不到有效值。
9119
9476
  :rtype: str
9120
9477
  """
9121
9478
  return self._TagKey
@@ -9127,7 +9484,6 @@ class Tag(AbstractModel):
9127
9484
  @property
9128
9485
  def TagValue(self):
9129
9486
  """标签值
9130
- 注意:此字段可能返回 null,表示取不到有效值。
9131
9487
  :rtype: str
9132
9488
  """
9133
9489
  return self._TagValue