tencentcloud-sdk-python 3.0.1374__py2.py3-none-any.whl → 3.0.1376__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 (46) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/models.py +14 -0
  3. tencentcloud/apm/v20210622/models.py +60 -0
  4. tencentcloud/asr/v20190614/asr_client.py +1 -1
  5. tencentcloud/asr/v20190614/models.py +8 -0
  6. tencentcloud/bh/v20230418/models.py +4 -8
  7. tencentcloud/cat/v20180409/cat_client.py +23 -0
  8. tencentcloud/cat/v20180409/models.py +161 -0
  9. tencentcloud/cfs/v20190719/models.py +19 -0
  10. tencentcloud/clb/v20180317/clb_client.py +17 -9
  11. tencentcloud/clb/v20180317/errorcodes.py +3 -0
  12. tencentcloud/clb/v20180317/models.py +232 -98
  13. tencentcloud/cloudaudit/v20190319/models.py +0 -64
  14. tencentcloud/config/v20220802/models.py +0 -150
  15. tencentcloud/cvm/v20170312/models.py +2 -2
  16. tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
  17. tencentcloud/cynosdb/v20190107/models.py +113 -0
  18. tencentcloud/dsgc/v20190723/dsgc_client.py +23 -0
  19. tencentcloud/dsgc/v20190723/models.py +384 -0
  20. tencentcloud/ess/v20201111/ess_client.py +1 -1
  21. tencentcloud/hunyuan/v20230901/hunyuan_client.py +25 -0
  22. tencentcloud/hunyuan/v20230901/models.py +310 -0
  23. tencentcloud/mongodb/v20190725/models.py +4 -0
  24. tencentcloud/ocr/v20181119/models.py +20 -2
  25. tencentcloud/organization/v20210331/models.py +0 -12
  26. tencentcloud/partners/v20180321/models.py +266 -0
  27. tencentcloud/partners/v20180321/partners_client.py +23 -0
  28. tencentcloud/postgres/v20170312/models.py +2 -2
  29. tencentcloud/tdmq/v20200217/models.py +185 -15
  30. tencentcloud/teo/v20220901/errorcodes.py +12 -0
  31. tencentcloud/teo/v20220901/models.py +4 -4
  32. tencentcloud/thpc/v20230321/errorcodes.py +9 -0
  33. tencentcloud/thpc/v20230321/models.py +2 -2
  34. tencentcloud/trocket/v20230308/models.py +190 -12
  35. tencentcloud/trocket/v20230308/trocket_client.py +0 -1
  36. tencentcloud/vpc/v20170312/models.py +136 -154
  37. tencentcloud/vpc/v20170312/vpc_client.py +4 -4
  38. tencentcloud/waf/v20180125/models.py +79 -0
  39. tencentcloud/waf/v20180125/waf_client.py +23 -0
  40. tencentcloud/wedata/v20210820/models.py +2018 -165
  41. tencentcloud/wedata/v20210820/wedata_client.py +144 -5
  42. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/METADATA +1 -1
  43. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/RECORD +46 -46
  44. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/LICENSE +0 -0
  45. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/WHEEL +0 -0
  46. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/top_level.txt +0 -0
@@ -32,30 +32,22 @@ class AggregateResourceInfo(AbstractModel):
32
32
  :param _ResourceId: 资源ID
33
33
  :type ResourceId: str
34
34
  :param _ResourceRegion: 地域
35
- 注意:此字段可能返回 null,表示取不到有效值。
36
35
  :type ResourceRegion: str
37
36
  :param _ResourceStatus: 资源状态
38
- 注意:此字段可能返回 null,表示取不到有效值。
39
37
  :type ResourceStatus: str
40
38
  :param _ResourceDelete: 是否删除 1:已删除 0:未删除
41
- 注意:此字段可能返回 null,表示取不到有效值。
42
39
  :type ResourceDelete: int
43
40
  :param _ResourceCreateTime: 资源创建时间
44
- 注意:此字段可能返回 null,表示取不到有效值。
45
41
  :type ResourceCreateTime: str
46
42
  :param _Tags: 标签信息
47
- 注意:此字段可能返回 null,表示取不到有效值。
48
43
  :type Tags: list of Tag
49
44
  :param _ResourceZone: 可用区
50
- 注意:此字段可能返回 null,表示取不到有效值。
51
45
  :type ResourceZone: str
52
46
  :param _ComplianceResult: 合规状态
53
- 注意:此字段可能返回 null,表示取不到有效值。
54
47
  :type ComplianceResult: str
55
48
  :param _ResourceOwnerId: 资源所属用户ID
56
49
  :type ResourceOwnerId: int
57
50
  :param _ResourceOwnerName: 用户昵称
58
- 注意:此字段可能返回 null,表示取不到有效值。
59
51
  :type ResourceOwnerName: str
60
52
  """
61
53
  self._ResourceType = None
@@ -107,7 +99,6 @@ class AggregateResourceInfo(AbstractModel):
107
99
  @property
108
100
  def ResourceRegion(self):
109
101
  """地域
110
- 注意:此字段可能返回 null,表示取不到有效值。
111
102
  :rtype: str
112
103
  """
113
104
  return self._ResourceRegion
@@ -119,7 +110,6 @@ class AggregateResourceInfo(AbstractModel):
119
110
  @property
120
111
  def ResourceStatus(self):
121
112
  """资源状态
122
- 注意:此字段可能返回 null,表示取不到有效值。
123
113
  :rtype: str
124
114
  """
125
115
  return self._ResourceStatus
@@ -131,7 +121,6 @@ class AggregateResourceInfo(AbstractModel):
131
121
  @property
132
122
  def ResourceDelete(self):
133
123
  """是否删除 1:已删除 0:未删除
134
- 注意:此字段可能返回 null,表示取不到有效值。
135
124
  :rtype: int
136
125
  """
137
126
  return self._ResourceDelete
@@ -143,7 +132,6 @@ class AggregateResourceInfo(AbstractModel):
143
132
  @property
144
133
  def ResourceCreateTime(self):
145
134
  """资源创建时间
146
- 注意:此字段可能返回 null,表示取不到有效值。
147
135
  :rtype: str
148
136
  """
149
137
  return self._ResourceCreateTime
@@ -155,7 +143,6 @@ class AggregateResourceInfo(AbstractModel):
155
143
  @property
156
144
  def Tags(self):
157
145
  """标签信息
158
- 注意:此字段可能返回 null,表示取不到有效值。
159
146
  :rtype: list of Tag
160
147
  """
161
148
  return self._Tags
@@ -167,7 +154,6 @@ class AggregateResourceInfo(AbstractModel):
167
154
  @property
168
155
  def ResourceZone(self):
169
156
  """可用区
170
- 注意:此字段可能返回 null,表示取不到有效值。
171
157
  :rtype: str
172
158
  """
173
159
  return self._ResourceZone
@@ -179,7 +165,6 @@ class AggregateResourceInfo(AbstractModel):
179
165
  @property
180
166
  def ComplianceResult(self):
181
167
  """合规状态
182
- 注意:此字段可能返回 null,表示取不到有效值。
183
168
  :rtype: str
184
169
  """
185
170
  return self._ComplianceResult
@@ -202,7 +187,6 @@ class AggregateResourceInfo(AbstractModel):
202
187
  @property
203
188
  def ResourceOwnerName(self):
204
189
  """用户昵称
205
- 注意:此字段可能返回 null,表示取不到有效值。
206
190
  :rtype: str
207
191
  """
208
192
  return self._ResourceOwnerName
@@ -248,10 +232,8 @@ class Annotation(AbstractModel):
248
232
  def __init__(self):
249
233
  r"""
250
234
  :param _Configuration: 资源当前实际配置。长度为0~256位字符,即资源不合规配置
251
- 注意:此字段可能返回 null,表示取不到有效值。
252
235
  :type Configuration: str
253
236
  :param _DesiredValue: 资源期望配置。长度为0~256位字符,即资源合规配置
254
- 注意:此字段可能返回 null,表示取不到有效值。
255
237
  :type DesiredValue: str
256
238
  :param _Operator: 资源当前配置和期望配置之间的比较运算符。长度为0~16位字符,自定义规则上报评估结果此字段可能为空
257
239
  :type Operator: str
@@ -266,7 +248,6 @@ class Annotation(AbstractModel):
266
248
  @property
267
249
  def Configuration(self):
268
250
  """资源当前实际配置。长度为0~256位字符,即资源不合规配置
269
- 注意:此字段可能返回 null,表示取不到有效值。
270
251
  :rtype: str
271
252
  """
272
253
  return self._Configuration
@@ -278,7 +259,6 @@ class Annotation(AbstractModel):
278
259
  @property
279
260
  def DesiredValue(self):
280
261
  """资源期望配置。长度为0~256位字符,即资源合规配置
281
- 注意:此字段可能返回 null,表示取不到有效值。
282
262
  :rtype: str
283
263
  """
284
264
  return self._DesiredValue
@@ -333,94 +313,68 @@ class ConfigRule(AbstractModel):
333
313
  def __init__(self):
334
314
  r"""
335
315
  :param _Identifier: 规则标识
336
- 注意:此字段可能返回 null,表示取不到有效值。
337
316
  :type Identifier: str
338
317
  :param _RuleName: 规则名
339
- 注意:此字段可能返回 null,表示取不到有效值。
340
318
  :type RuleName: str
341
319
  :param _InputParameter: 规则参数
342
- 注意:此字段可能返回 null,表示取不到有效值。
343
320
  :type InputParameter: list of InputParameter
344
321
  :param _SourceCondition: 规则触发条件
345
- 注意:此字段可能返回 null,表示取不到有效值。
346
322
  :type SourceCondition: list of SourceConditionForManage
347
323
  :param _ResourceType: 规则支持的资源类型,规则仅对指定资源类型的资源生效。
348
- 注意:此字段可能返回 null,表示取不到有效值。
349
324
  :type ResourceType: list of str
350
325
  :param _Labels: 规则所属标签
351
- 注意:此字段可能返回 null,表示取不到有效值。
352
326
  :type Labels: list of str
353
327
  :param _RiskLevel: 规则风险等级
354
328
  1:低风险
355
329
  2:中风险
356
330
  3:高风险
357
- 注意:此字段可能返回 null,表示取不到有效值。
358
331
  :type RiskLevel: int
359
332
  :param _ServiceFunction: 规则对应的函数
360
- 注意:此字段可能返回 null,表示取不到有效值。
361
333
  :type ServiceFunction: str
362
334
  :param _CreateTime: 创建时间
363
335
  格式:YYYY-MM-DD h:i:s
364
- 注意:此字段可能返回 null,表示取不到有效值。
365
336
  :type CreateTime: str
366
337
  :param _Description: 规则描述
367
- 注意:此字段可能返回 null,表示取不到有效值。
368
338
  :type Description: str
369
339
  :param _Status: ACTIVE:启用
370
340
  NO_ACTIVE:停止
371
- 注意:此字段可能返回 null,表示取不到有效值。
372
341
  :type Status: str
373
342
  :param _ComplianceResult: 合规: 'COMPLIANT'
374
343
  不合规: 'NON_COMPLIANT'
375
344
  无法应用规则: 'NOT_APPLICABLE'
376
- 注意:此字段可能返回 null,表示取不到有效值。
377
345
  :type ComplianceResult: str
378
346
  :param _Annotation: ["",""]
379
- 注意:此字段可能返回 null,表示取不到有效值。
380
347
  :type Annotation: :class:`tencentcloud.config.v20220802.models.Annotation`
381
348
  :param _ConfigRuleInvokedTime: 规则评估时间
382
349
  格式:YYYY-MM-DD h:i:s
383
350
 
384
- 注意:此字段可能返回 null,表示取不到有效值。
385
351
  :type ConfigRuleInvokedTime: str
386
352
  :param _ConfigRuleId: 规则ID
387
- 注意:此字段可能返回 null,表示取不到有效值。
388
353
  :type ConfigRuleId: str
389
354
  :param _IdentifierType: CUSTOMIZE:自定义规则、
390
355
  SYSTEM:托管规则
391
- 注意:此字段可能返回 null,表示取不到有效值。
392
356
  :type IdentifierType: str
393
357
  :param _CompliancePackId: 合规包ID
394
- 注意:此字段可能返回 null,表示取不到有效值。
395
358
  :type CompliancePackId: str
396
359
  :param _TriggerType: 触发类型
397
360
  ScheduledNotification:周期触发、
398
361
  ConfigurationItemChangeNotification:变更触发
399
- 注意:此字段可能返回 null,表示取不到有效值。
400
362
  :type TriggerType: list of TriggerType
401
363
  :param _ManageInputParameter: 参数详情
402
- 注意:此字段可能返回 null,表示取不到有效值。
403
364
  :type ManageInputParameter: list of InputParameterForManage
404
365
  :param _CompliancePackName: 合规包名称
405
- 注意:此字段可能返回 null,表示取不到有效值。
406
366
  :type CompliancePackName: str
407
367
  :param _RegionsScope: 关联地域
408
- 注意:此字段可能返回 null,表示取不到有效值。
409
368
  :type RegionsScope: list of str
410
369
  :param _TagsScope: 关联标签
411
- 注意:此字段可能返回 null,表示取不到有效值。
412
370
  :type TagsScope: list of Tag
413
371
  :param _ExcludeResourceIdsScope: 规则对指定资源ID无效,即不对该资源执行评估。
414
- 注意:此字段可能返回 null,表示取不到有效值。
415
372
  :type ExcludeResourceIdsScope: list of str
416
373
  :param _AccountGroupId: 账号组ID
417
- 注意:此字段可能返回 null,表示取不到有效值。
418
374
  :type AccountGroupId: str
419
375
  :param _AccountGroupName: 账号组名称
420
- 注意:此字段可能返回 null,表示取不到有效值。
421
376
  :type AccountGroupName: str
422
377
  :param _RuleOwnerId: 规则所属用户ID
423
- 注意:此字段可能返回 null,表示取不到有效值。
424
378
  :type RuleOwnerId: int
425
379
  :param _ManageTriggerType: 预设规则支持的触发方式
426
380
  ScheduledNotification:周期触发
@@ -458,7 +412,6 @@ ConfigurationItemChangeNotification:变更触发
458
412
  @property
459
413
  def Identifier(self):
460
414
  """规则标识
461
- 注意:此字段可能返回 null,表示取不到有效值。
462
415
  :rtype: str
463
416
  """
464
417
  return self._Identifier
@@ -470,7 +423,6 @@ ConfigurationItemChangeNotification:变更触发
470
423
  @property
471
424
  def RuleName(self):
472
425
  """规则名
473
- 注意:此字段可能返回 null,表示取不到有效值。
474
426
  :rtype: str
475
427
  """
476
428
  return self._RuleName
@@ -482,7 +434,6 @@ ConfigurationItemChangeNotification:变更触发
482
434
  @property
483
435
  def InputParameter(self):
484
436
  """规则参数
485
- 注意:此字段可能返回 null,表示取不到有效值。
486
437
  :rtype: list of InputParameter
487
438
  """
488
439
  return self._InputParameter
@@ -494,7 +445,6 @@ ConfigurationItemChangeNotification:变更触发
494
445
  @property
495
446
  def SourceCondition(self):
496
447
  """规则触发条件
497
- 注意:此字段可能返回 null,表示取不到有效值。
498
448
  :rtype: list of SourceConditionForManage
499
449
  """
500
450
  return self._SourceCondition
@@ -506,7 +456,6 @@ ConfigurationItemChangeNotification:变更触发
506
456
  @property
507
457
  def ResourceType(self):
508
458
  """规则支持的资源类型,规则仅对指定资源类型的资源生效。
509
- 注意:此字段可能返回 null,表示取不到有效值。
510
459
  :rtype: list of str
511
460
  """
512
461
  return self._ResourceType
@@ -518,7 +467,6 @@ ConfigurationItemChangeNotification:变更触发
518
467
  @property
519
468
  def Labels(self):
520
469
  """规则所属标签
521
- 注意:此字段可能返回 null,表示取不到有效值。
522
470
  :rtype: list of str
523
471
  """
524
472
  return self._Labels
@@ -533,7 +481,6 @@ ConfigurationItemChangeNotification:变更触发
533
481
  1:低风险
534
482
  2:中风险
535
483
  3:高风险
536
- 注意:此字段可能返回 null,表示取不到有效值。
537
484
  :rtype: int
538
485
  """
539
486
  return self._RiskLevel
@@ -545,7 +492,6 @@ ConfigurationItemChangeNotification:变更触发
545
492
  @property
546
493
  def ServiceFunction(self):
547
494
  """规则对应的函数
548
- 注意:此字段可能返回 null,表示取不到有效值。
549
495
  :rtype: str
550
496
  """
551
497
  return self._ServiceFunction
@@ -558,7 +504,6 @@ ConfigurationItemChangeNotification:变更触发
558
504
  def CreateTime(self):
559
505
  """创建时间
560
506
  格式:YYYY-MM-DD h:i:s
561
- 注意:此字段可能返回 null,表示取不到有效值。
562
507
  :rtype: str
563
508
  """
564
509
  return self._CreateTime
@@ -570,7 +515,6 @@ ConfigurationItemChangeNotification:变更触发
570
515
  @property
571
516
  def Description(self):
572
517
  """规则描述
573
- 注意:此字段可能返回 null,表示取不到有效值。
574
518
  :rtype: str
575
519
  """
576
520
  return self._Description
@@ -583,7 +527,6 @@ ConfigurationItemChangeNotification:变更触发
583
527
  def Status(self):
584
528
  """ACTIVE:启用
585
529
  NO_ACTIVE:停止
586
- 注意:此字段可能返回 null,表示取不到有效值。
587
530
  :rtype: str
588
531
  """
589
532
  return self._Status
@@ -597,7 +540,6 @@ NO_ACTIVE:停止
597
540
  """合规: 'COMPLIANT'
598
541
  不合规: 'NON_COMPLIANT'
599
542
  无法应用规则: 'NOT_APPLICABLE'
600
- 注意:此字段可能返回 null,表示取不到有效值。
601
543
  :rtype: str
602
544
  """
603
545
  return self._ComplianceResult
@@ -609,7 +551,6 @@ NO_ACTIVE:停止
609
551
  @property
610
552
  def Annotation(self):
611
553
  """["",""]
612
- 注意:此字段可能返回 null,表示取不到有效值。
613
554
  :rtype: :class:`tencentcloud.config.v20220802.models.Annotation`
614
555
  """
615
556
  return self._Annotation
@@ -623,7 +564,6 @@ NO_ACTIVE:停止
623
564
  """规则评估时间
624
565
  格式:YYYY-MM-DD h:i:s
625
566
 
626
- 注意:此字段可能返回 null,表示取不到有效值。
627
567
  :rtype: str
628
568
  """
629
569
  return self._ConfigRuleInvokedTime
@@ -635,7 +575,6 @@ NO_ACTIVE:停止
635
575
  @property
636
576
  def ConfigRuleId(self):
637
577
  """规则ID
638
- 注意:此字段可能返回 null,表示取不到有效值。
639
578
  :rtype: str
640
579
  """
641
580
  return self._ConfigRuleId
@@ -648,7 +587,6 @@ NO_ACTIVE:停止
648
587
  def IdentifierType(self):
649
588
  """CUSTOMIZE:自定义规则、
650
589
  SYSTEM:托管规则
651
- 注意:此字段可能返回 null,表示取不到有效值。
652
590
  :rtype: str
653
591
  """
654
592
  return self._IdentifierType
@@ -660,7 +598,6 @@ SYSTEM:托管规则
660
598
  @property
661
599
  def CompliancePackId(self):
662
600
  """合规包ID
663
- 注意:此字段可能返回 null,表示取不到有效值。
664
601
  :rtype: str
665
602
  """
666
603
  return self._CompliancePackId
@@ -674,7 +611,6 @@ SYSTEM:托管规则
674
611
  """触发类型
675
612
  ScheduledNotification:周期触发、
676
613
  ConfigurationItemChangeNotification:变更触发
677
- 注意:此字段可能返回 null,表示取不到有效值。
678
614
  :rtype: list of TriggerType
679
615
  """
680
616
  return self._TriggerType
@@ -686,7 +622,6 @@ ConfigurationItemChangeNotification:变更触发
686
622
  @property
687
623
  def ManageInputParameter(self):
688
624
  """参数详情
689
- 注意:此字段可能返回 null,表示取不到有效值。
690
625
  :rtype: list of InputParameterForManage
691
626
  """
692
627
  return self._ManageInputParameter
@@ -698,7 +633,6 @@ ConfigurationItemChangeNotification:变更触发
698
633
  @property
699
634
  def CompliancePackName(self):
700
635
  """合规包名称
701
- 注意:此字段可能返回 null,表示取不到有效值。
702
636
  :rtype: str
703
637
  """
704
638
  return self._CompliancePackName
@@ -710,7 +644,6 @@ ConfigurationItemChangeNotification:变更触发
710
644
  @property
711
645
  def RegionsScope(self):
712
646
  """关联地域
713
- 注意:此字段可能返回 null,表示取不到有效值。
714
647
  :rtype: list of str
715
648
  """
716
649
  return self._RegionsScope
@@ -722,7 +655,6 @@ ConfigurationItemChangeNotification:变更触发
722
655
  @property
723
656
  def TagsScope(self):
724
657
  """关联标签
725
- 注意:此字段可能返回 null,表示取不到有效值。
726
658
  :rtype: list of Tag
727
659
  """
728
660
  return self._TagsScope
@@ -734,7 +666,6 @@ ConfigurationItemChangeNotification:变更触发
734
666
  @property
735
667
  def ExcludeResourceIdsScope(self):
736
668
  """ 规则对指定资源ID无效,即不对该资源执行评估。
737
- 注意:此字段可能返回 null,表示取不到有效值。
738
669
  :rtype: list of str
739
670
  """
740
671
  return self._ExcludeResourceIdsScope
@@ -746,7 +677,6 @@ ConfigurationItemChangeNotification:变更触发
746
677
  @property
747
678
  def AccountGroupId(self):
748
679
  """账号组ID
749
- 注意:此字段可能返回 null,表示取不到有效值。
750
680
  :rtype: str
751
681
  """
752
682
  return self._AccountGroupId
@@ -758,7 +688,6 @@ ConfigurationItemChangeNotification:变更触发
758
688
  @property
759
689
  def AccountGroupName(self):
760
690
  """账号组名称
761
- 注意:此字段可能返回 null,表示取不到有效值。
762
691
  :rtype: str
763
692
  """
764
693
  return self._AccountGroupName
@@ -770,7 +699,6 @@ ConfigurationItemChangeNotification:变更触发
770
699
  @property
771
700
  def RuleOwnerId(self):
772
701
  """规则所属用户ID
773
- 注意:此字段可能返回 null,表示取不到有效值。
774
702
  :rtype: int
775
703
  """
776
704
  return self._RuleOwnerId
@@ -962,31 +890,22 @@ class DescribeAggregateDiscoveredResourceResponse(AbstractModel):
962
890
  def __init__(self):
963
891
  r"""
964
892
  :param _ResourceId: 资源Id
965
- 注意:此字段可能返回 null,表示取不到有效值。
966
893
  :type ResourceId: str
967
894
  :param _ResourceType: 资源类型
968
- 注意:此字段可能返回 null,表示取不到有效值。
969
895
  :type ResourceType: str
970
896
  :param _ResourceName: 资源名
971
- 注意:此字段可能返回 null,表示取不到有效值。
972
897
  :type ResourceName: str
973
898
  :param _ResourceRegion: 资源地域
974
- 注意:此字段可能返回 null,表示取不到有效值。
975
899
  :type ResourceRegion: str
976
900
  :param _ResourceZone: 资源可用区
977
- 注意:此字段可能返回 null,表示取不到有效值。
978
901
  :type ResourceZone: str
979
902
  :param _Configuration: 资源配置
980
- 注意:此字段可能返回 null,表示取不到有效值。
981
903
  :type Configuration: str
982
904
  :param _ResourceCreateTime: 资源创建时间
983
- 注意:此字段可能返回 null,表示取不到有效值。
984
905
  :type ResourceCreateTime: str
985
906
  :param _Tags: 资源标签
986
- 注意:此字段可能返回 null,表示取不到有效值。
987
907
  :type Tags: list of Tag
988
908
  :param _UpdateTime: 资源更新时间
989
- 注意:此字段可能返回 null,表示取不到有效值。
990
909
  :type UpdateTime: str
991
910
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
992
911
  :type RequestId: str
@@ -1005,7 +924,6 @@ class DescribeAggregateDiscoveredResourceResponse(AbstractModel):
1005
924
  @property
1006
925
  def ResourceId(self):
1007
926
  """资源Id
1008
- 注意:此字段可能返回 null,表示取不到有效值。
1009
927
  :rtype: str
1010
928
  """
1011
929
  return self._ResourceId
@@ -1017,7 +935,6 @@ class DescribeAggregateDiscoveredResourceResponse(AbstractModel):
1017
935
  @property
1018
936
  def ResourceType(self):
1019
937
  """资源类型
1020
- 注意:此字段可能返回 null,表示取不到有效值。
1021
938
  :rtype: str
1022
939
  """
1023
940
  return self._ResourceType
@@ -1029,7 +946,6 @@ class DescribeAggregateDiscoveredResourceResponse(AbstractModel):
1029
946
  @property
1030
947
  def ResourceName(self):
1031
948
  """资源名
1032
- 注意:此字段可能返回 null,表示取不到有效值。
1033
949
  :rtype: str
1034
950
  """
1035
951
  return self._ResourceName
@@ -1041,7 +957,6 @@ class DescribeAggregateDiscoveredResourceResponse(AbstractModel):
1041
957
  @property
1042
958
  def ResourceRegion(self):
1043
959
  """资源地域
1044
- 注意:此字段可能返回 null,表示取不到有效值。
1045
960
  :rtype: str
1046
961
  """
1047
962
  return self._ResourceRegion
@@ -1053,7 +968,6 @@ class DescribeAggregateDiscoveredResourceResponse(AbstractModel):
1053
968
  @property
1054
969
  def ResourceZone(self):
1055
970
  """资源可用区
1056
- 注意:此字段可能返回 null,表示取不到有效值。
1057
971
  :rtype: str
1058
972
  """
1059
973
  return self._ResourceZone
@@ -1065,7 +979,6 @@ class DescribeAggregateDiscoveredResourceResponse(AbstractModel):
1065
979
  @property
1066
980
  def Configuration(self):
1067
981
  """资源配置
1068
- 注意:此字段可能返回 null,表示取不到有效值。
1069
982
  :rtype: str
1070
983
  """
1071
984
  return self._Configuration
@@ -1077,7 +990,6 @@ class DescribeAggregateDiscoveredResourceResponse(AbstractModel):
1077
990
  @property
1078
991
  def ResourceCreateTime(self):
1079
992
  """资源创建时间
1080
- 注意:此字段可能返回 null,表示取不到有效值。
1081
993
  :rtype: str
1082
994
  """
1083
995
  return self._ResourceCreateTime
@@ -1089,7 +1001,6 @@ class DescribeAggregateDiscoveredResourceResponse(AbstractModel):
1089
1001
  @property
1090
1002
  def Tags(self):
1091
1003
  """资源标签
1092
- 注意:此字段可能返回 null,表示取不到有效值。
1093
1004
  :rtype: list of Tag
1094
1005
  """
1095
1006
  return self._Tags
@@ -1101,7 +1012,6 @@ class DescribeAggregateDiscoveredResourceResponse(AbstractModel):
1101
1012
  @property
1102
1013
  def UpdateTime(self):
1103
1014
  """资源更新时间
1104
- 注意:此字段可能返回 null,表示取不到有效值。
1105
1015
  :rtype: str
1106
1016
  """
1107
1017
  return self._UpdateTime
@@ -1214,31 +1124,22 @@ class DescribeDiscoveredResourceResponse(AbstractModel):
1214
1124
  def __init__(self):
1215
1125
  r"""
1216
1126
  :param _ResourceId: 资源Id
1217
- 注意:此字段可能返回 null,表示取不到有效值。
1218
1127
  :type ResourceId: str
1219
1128
  :param _ResourceType: 资源类型
1220
- 注意:此字段可能返回 null,表示取不到有效值。
1221
1129
  :type ResourceType: str
1222
1130
  :param _ResourceName: 资源名
1223
- 注意:此字段可能返回 null,表示取不到有效值。
1224
1131
  :type ResourceName: str
1225
1132
  :param _ResourceRegion: 资源地域
1226
- 注意:此字段可能返回 null,表示取不到有效值。
1227
1133
  :type ResourceRegion: str
1228
1134
  :param _ResourceZone: 资源可用区
1229
- 注意:此字段可能返回 null,表示取不到有效值。
1230
1135
  :type ResourceZone: str
1231
1136
  :param _Configuration: 资源配置
1232
- 注意:此字段可能返回 null,表示取不到有效值。
1233
1137
  :type Configuration: str
1234
1138
  :param _ResourceCreateTime: 资源创建时间
1235
- 注意:此字段可能返回 null,表示取不到有效值。
1236
1139
  :type ResourceCreateTime: str
1237
1140
  :param _Tags: 资源标签
1238
- 注意:此字段可能返回 null,表示取不到有效值。
1239
1141
  :type Tags: list of Tag
1240
1142
  :param _UpdateTime: 资源更新时间
1241
- 注意:此字段可能返回 null,表示取不到有效值。
1242
1143
  :type UpdateTime: str
1243
1144
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1244
1145
  :type RequestId: str
@@ -1257,7 +1158,6 @@ class DescribeDiscoveredResourceResponse(AbstractModel):
1257
1158
  @property
1258
1159
  def ResourceId(self):
1259
1160
  """资源Id
1260
- 注意:此字段可能返回 null,表示取不到有效值。
1261
1161
  :rtype: str
1262
1162
  """
1263
1163
  return self._ResourceId
@@ -1269,7 +1169,6 @@ class DescribeDiscoveredResourceResponse(AbstractModel):
1269
1169
  @property
1270
1170
  def ResourceType(self):
1271
1171
  """资源类型
1272
- 注意:此字段可能返回 null,表示取不到有效值。
1273
1172
  :rtype: str
1274
1173
  """
1275
1174
  return self._ResourceType
@@ -1281,7 +1180,6 @@ class DescribeDiscoveredResourceResponse(AbstractModel):
1281
1180
  @property
1282
1181
  def ResourceName(self):
1283
1182
  """资源名
1284
- 注意:此字段可能返回 null,表示取不到有效值。
1285
1183
  :rtype: str
1286
1184
  """
1287
1185
  return self._ResourceName
@@ -1293,7 +1191,6 @@ class DescribeDiscoveredResourceResponse(AbstractModel):
1293
1191
  @property
1294
1192
  def ResourceRegion(self):
1295
1193
  """资源地域
1296
- 注意:此字段可能返回 null,表示取不到有效值。
1297
1194
  :rtype: str
1298
1195
  """
1299
1196
  return self._ResourceRegion
@@ -1305,7 +1202,6 @@ class DescribeDiscoveredResourceResponse(AbstractModel):
1305
1202
  @property
1306
1203
  def ResourceZone(self):
1307
1204
  """资源可用区
1308
- 注意:此字段可能返回 null,表示取不到有效值。
1309
1205
  :rtype: str
1310
1206
  """
1311
1207
  return self._ResourceZone
@@ -1317,7 +1213,6 @@ class DescribeDiscoveredResourceResponse(AbstractModel):
1317
1213
  @property
1318
1214
  def Configuration(self):
1319
1215
  """资源配置
1320
- 注意:此字段可能返回 null,表示取不到有效值。
1321
1216
  :rtype: str
1322
1217
  """
1323
1218
  return self._Configuration
@@ -1329,7 +1224,6 @@ class DescribeDiscoveredResourceResponse(AbstractModel):
1329
1224
  @property
1330
1225
  def ResourceCreateTime(self):
1331
1226
  """资源创建时间
1332
- 注意:此字段可能返回 null,表示取不到有效值。
1333
1227
  :rtype: str
1334
1228
  """
1335
1229
  return self._ResourceCreateTime
@@ -1341,7 +1235,6 @@ class DescribeDiscoveredResourceResponse(AbstractModel):
1341
1235
  @property
1342
1236
  def Tags(self):
1343
1237
  """资源标签
1344
- 注意:此字段可能返回 null,表示取不到有效值。
1345
1238
  :rtype: list of Tag
1346
1239
  """
1347
1240
  return self._Tags
@@ -1353,7 +1246,6 @@ class DescribeDiscoveredResourceResponse(AbstractModel):
1353
1246
  @property
1354
1247
  def UpdateTime(self):
1355
1248
  """资源更新时间
1356
- 注意:此字段可能返回 null,表示取不到有效值。
1357
1249
  :rtype: str
1358
1250
  """
1359
1251
  return self._UpdateTime
@@ -1563,7 +1455,6 @@ class InputParameter(AbstractModel):
1563
1455
  :param _Type: 参数类型。必填类型:Require,可选类型:Optional。
1564
1456
  :type Type: str
1565
1457
  :param _Value: 参数值
1566
- 注意:此字段可能返回 null,表示取不到有效值。
1567
1458
  :type Value: str
1568
1459
  """
1569
1460
  self._ParameterKey = None
@@ -1595,7 +1486,6 @@ class InputParameter(AbstractModel):
1595
1486
  @property
1596
1487
  def Value(self):
1597
1488
  """参数值
1598
- 注意:此字段可能返回 null,表示取不到有效值。
1599
1489
  :rtype: str
1600
1490
  """
1601
1491
  return self._Value
@@ -1627,19 +1517,14 @@ class InputParameterForManage(AbstractModel):
1627
1517
  def __init__(self):
1628
1518
  r"""
1629
1519
  :param _ValueType: 值类型。数值:Integer, 字符串:String
1630
- 注意:此字段可能返回 null,表示取不到有效值。
1631
1520
  :type ValueType: str
1632
1521
  :param _ParameterKey: 参数Key
1633
- 注意:此字段可能返回 null,表示取不到有效值。
1634
1522
  :type ParameterKey: str
1635
1523
  :param _Type: 参数类型。必填类型:Require,可选类型:Optional。
1636
- 注意:此字段可能返回 null,表示取不到有效值。
1637
1524
  :type Type: str
1638
1525
  :param _DefaultValue: 默认值
1639
- 注意:此字段可能返回 null,表示取不到有效值。
1640
1526
  :type DefaultValue: str
1641
1527
  :param _Description: 描述
1642
- 注意:此字段可能返回 null,表示取不到有效值。
1643
1528
  :type Description: str
1644
1529
  """
1645
1530
  self._ValueType = None
@@ -1651,7 +1536,6 @@ class InputParameterForManage(AbstractModel):
1651
1536
  @property
1652
1537
  def ValueType(self):
1653
1538
  """值类型。数值:Integer, 字符串:String
1654
- 注意:此字段可能返回 null,表示取不到有效值。
1655
1539
  :rtype: str
1656
1540
  """
1657
1541
  return self._ValueType
@@ -1663,7 +1547,6 @@ class InputParameterForManage(AbstractModel):
1663
1547
  @property
1664
1548
  def ParameterKey(self):
1665
1549
  """参数Key
1666
- 注意:此字段可能返回 null,表示取不到有效值。
1667
1550
  :rtype: str
1668
1551
  """
1669
1552
  return self._ParameterKey
@@ -1675,7 +1558,6 @@ class InputParameterForManage(AbstractModel):
1675
1558
  @property
1676
1559
  def Type(self):
1677
1560
  """参数类型。必填类型:Require,可选类型:Optional。
1678
- 注意:此字段可能返回 null,表示取不到有效值。
1679
1561
  :rtype: str
1680
1562
  """
1681
1563
  return self._Type
@@ -1687,7 +1569,6 @@ class InputParameterForManage(AbstractModel):
1687
1569
  @property
1688
1570
  def DefaultValue(self):
1689
1571
  """默认值
1690
- 注意:此字段可能返回 null,表示取不到有效值。
1691
1572
  :rtype: str
1692
1573
  """
1693
1574
  return self._DefaultValue
@@ -1699,7 +1580,6 @@ class InputParameterForManage(AbstractModel):
1699
1580
  @property
1700
1581
  def Description(self):
1701
1582
  """描述
1702
- 注意:此字段可能返回 null,表示取不到有效值。
1703
1583
  :rtype: str
1704
1584
  """
1705
1585
  return self._Description
@@ -2620,25 +2500,18 @@ class ResourceListInfo(AbstractModel):
2620
2500
  :param _ResourceId: 资源ID
2621
2501
  :type ResourceId: str
2622
2502
  :param _ResourceRegion: 地域
2623
- 注意:此字段可能返回 null,表示取不到有效值。
2624
2503
  :type ResourceRegion: str
2625
2504
  :param _ResourceStatus: 资源状态
2626
- 注意:此字段可能返回 null,表示取不到有效值。
2627
2505
  :type ResourceStatus: str
2628
2506
  :param _ResourceDelete: 1 :已删除 2:未删除
2629
- 注意:此字段可能返回 null,表示取不到有效值。
2630
2507
  :type ResourceDelete: int
2631
2508
  :param _ResourceCreateTime: 资源创建时间
2632
- 注意:此字段可能返回 null,表示取不到有效值。
2633
2509
  :type ResourceCreateTime: str
2634
2510
  :param _Tags: 标签信息
2635
- 注意:此字段可能返回 null,表示取不到有效值。
2636
2511
  :type Tags: list of Tag
2637
2512
  :param _ResourceZone: 可用区
2638
- 注意:此字段可能返回 null,表示取不到有效值。
2639
2513
  :type ResourceZone: str
2640
2514
  :param _ComplianceResult: 合规状态
2641
- 注意:此字段可能返回 null,表示取不到有效值。
2642
2515
  :type ComplianceResult: str
2643
2516
  """
2644
2517
  self._ResourceType = None
@@ -2688,7 +2561,6 @@ class ResourceListInfo(AbstractModel):
2688
2561
  @property
2689
2562
  def ResourceRegion(self):
2690
2563
  """地域
2691
- 注意:此字段可能返回 null,表示取不到有效值。
2692
2564
  :rtype: str
2693
2565
  """
2694
2566
  return self._ResourceRegion
@@ -2700,7 +2572,6 @@ class ResourceListInfo(AbstractModel):
2700
2572
  @property
2701
2573
  def ResourceStatus(self):
2702
2574
  """资源状态
2703
- 注意:此字段可能返回 null,表示取不到有效值。
2704
2575
  :rtype: str
2705
2576
  """
2706
2577
  return self._ResourceStatus
@@ -2712,7 +2583,6 @@ class ResourceListInfo(AbstractModel):
2712
2583
  @property
2713
2584
  def ResourceDelete(self):
2714
2585
  """1 :已删除 2:未删除
2715
- 注意:此字段可能返回 null,表示取不到有效值。
2716
2586
  :rtype: int
2717
2587
  """
2718
2588
  return self._ResourceDelete
@@ -2724,7 +2594,6 @@ class ResourceListInfo(AbstractModel):
2724
2594
  @property
2725
2595
  def ResourceCreateTime(self):
2726
2596
  """资源创建时间
2727
- 注意:此字段可能返回 null,表示取不到有效值。
2728
2597
  :rtype: str
2729
2598
  """
2730
2599
  return self._ResourceCreateTime
@@ -2736,7 +2605,6 @@ class ResourceListInfo(AbstractModel):
2736
2605
  @property
2737
2606
  def Tags(self):
2738
2607
  """标签信息
2739
- 注意:此字段可能返回 null,表示取不到有效值。
2740
2608
  :rtype: list of Tag
2741
2609
  """
2742
2610
  return self._Tags
@@ -2748,7 +2616,6 @@ class ResourceListInfo(AbstractModel):
2748
2616
  @property
2749
2617
  def ResourceZone(self):
2750
2618
  """可用区
2751
- 注意:此字段可能返回 null,表示取不到有效值。
2752
2619
  :rtype: str
2753
2620
  """
2754
2621
  return self._ResourceZone
@@ -2760,7 +2627,6 @@ class ResourceListInfo(AbstractModel):
2760
2627
  @property
2761
2628
  def ComplianceResult(self):
2762
2629
  """合规状态
2763
- 注意:此字段可能返回 null,表示取不到有效值。
2764
2630
  :rtype: str
2765
2631
  """
2766
2632
  return self._ComplianceResult
@@ -2804,19 +2670,14 @@ class SourceConditionForManage(AbstractModel):
2804
2670
  def __init__(self):
2805
2671
  r"""
2806
2672
  :param _EmptyAs: 条件为空,合规:COMPLIANT,不合规:NON_COMPLIANT,无法应用:NOT_APPLICABLE
2807
- 注意:此字段可能返回 null,表示取不到有效值。
2808
2673
  :type EmptyAs: str
2809
2674
  :param _SelectPath: 配置路径
2810
- 注意:此字段可能返回 null,表示取不到有效值。
2811
2675
  :type SelectPath: str
2812
2676
  :param _Operator: 操作运算符
2813
- 注意:此字段可能返回 null,表示取不到有效值。
2814
2677
  :type Operator: str
2815
2678
  :param _Required: 是否必须
2816
- 注意:此字段可能返回 null,表示取不到有效值。
2817
2679
  :type Required: bool
2818
2680
  :param _DesiredValue: 期望值
2819
- 注意:此字段可能返回 null,表示取不到有效值。
2820
2681
  :type DesiredValue: str
2821
2682
  """
2822
2683
  self._EmptyAs = None
@@ -2828,7 +2689,6 @@ class SourceConditionForManage(AbstractModel):
2828
2689
  @property
2829
2690
  def EmptyAs(self):
2830
2691
  """条件为空,合规:COMPLIANT,不合规:NON_COMPLIANT,无法应用:NOT_APPLICABLE
2831
- 注意:此字段可能返回 null,表示取不到有效值。
2832
2692
  :rtype: str
2833
2693
  """
2834
2694
  return self._EmptyAs
@@ -2840,7 +2700,6 @@ class SourceConditionForManage(AbstractModel):
2840
2700
  @property
2841
2701
  def SelectPath(self):
2842
2702
  """配置路径
2843
- 注意:此字段可能返回 null,表示取不到有效值。
2844
2703
  :rtype: str
2845
2704
  """
2846
2705
  return self._SelectPath
@@ -2852,7 +2711,6 @@ class SourceConditionForManage(AbstractModel):
2852
2711
  @property
2853
2712
  def Operator(self):
2854
2713
  """操作运算符
2855
- 注意:此字段可能返回 null,表示取不到有效值。
2856
2714
  :rtype: str
2857
2715
  """
2858
2716
  return self._Operator
@@ -2864,7 +2722,6 @@ class SourceConditionForManage(AbstractModel):
2864
2722
  @property
2865
2723
  def Required(self):
2866
2724
  """是否必须
2867
- 注意:此字段可能返回 null,表示取不到有效值。
2868
2725
  :rtype: bool
2869
2726
  """
2870
2727
  return self._Required
@@ -2876,7 +2733,6 @@ class SourceConditionForManage(AbstractModel):
2876
2733
  @property
2877
2734
  def DesiredValue(self):
2878
2735
  """期望值
2879
- 注意:此字段可能返回 null,表示取不到有效值。
2880
2736
  :rtype: str
2881
2737
  """
2882
2738
  return self._DesiredValue
@@ -2910,10 +2766,8 @@ class Tag(AbstractModel):
2910
2766
  def __init__(self):
2911
2767
  r"""
2912
2768
  :param _TagKey: 标签key
2913
- 注意:此字段可能返回 null,表示取不到有效值。
2914
2769
  :type TagKey: str
2915
2770
  :param _TagValue: 标签value
2916
- 注意:此字段可能返回 null,表示取不到有效值。
2917
2771
  :type TagValue: str
2918
2772
  """
2919
2773
  self._TagKey = None
@@ -2922,7 +2776,6 @@ class Tag(AbstractModel):
2922
2776
  @property
2923
2777
  def TagKey(self):
2924
2778
  """标签key
2925
- 注意:此字段可能返回 null,表示取不到有效值。
2926
2779
  :rtype: str
2927
2780
  """
2928
2781
  return self._TagKey
@@ -2934,7 +2787,6 @@ class Tag(AbstractModel):
2934
2787
  @property
2935
2788
  def TagValue(self):
2936
2789
  """标签value
2937
- 注意:此字段可能返回 null,表示取不到有效值。
2938
2790
  :rtype: str
2939
2791
  """
2940
2792
  return self._TagValue
@@ -2967,7 +2819,6 @@ class TriggerType(AbstractModel):
2967
2819
  :param _MessageType: 触发类型
2968
2820
  :type MessageType: str
2969
2821
  :param _MaximumExecutionFrequency: 触发时间周期
2970
- 注意:此字段可能返回 null,表示取不到有效值。
2971
2822
  :type MaximumExecutionFrequency: str
2972
2823
  """
2973
2824
  self._MessageType = None
@@ -2987,7 +2838,6 @@ class TriggerType(AbstractModel):
2987
2838
  @property
2988
2839
  def MaximumExecutionFrequency(self):
2989
2840
  """触发时间周期
2990
- 注意:此字段可能返回 null,表示取不到有效值。
2991
2841
  :rtype: str
2992
2842
  """
2993
2843
  return self._MaximumExecutionFrequency