tencentcloud-sdk-eb 3.0.590 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210416/models.rb +84 -84
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce3d7dd094e6951c54468288ba052e1da1a80d16
4
- data.tar.gz: e664bb409ffe567c5e0a923271288664b525ad29
3
+ metadata.gz: cacd78e92c714925bf2bafcd4a491aebb871481d
4
+ data.tar.gz: c0e50c2de001dd28c7e593a30e2dda0a6fa2d9b0
5
5
  SHA512:
6
- metadata.gz: 2d3b935f499af8aa23b83d2f51e5ad39c721da4f9942342d7b2abdd9b3aef86b705c1437c412cea2e832daac988d18dac2f12776d5eae5b2523fefaa38d76ed6
7
- data.tar.gz: 910939ec72118c7b99343305c227c722e52378c807b52b940f487c5f6839d57717126614692cdf5e48e87eb1cc06f7ac4f738687fc602eec8bca42c3ccf5279c
6
+ metadata.gz: 8d4c124bc1b5416b0661cc649687b233105f4ce6623c490746f08c500d834748b7219ea0d60296b9dbe211409d89197a04f15c6db44bb2469f0eed8f06633f5a
7
+ data.tar.gz: 3e319c45f966b288a40cceeb6ac0a34efe0a2488e4093564a31d17a1c36785a5a0f409e5a7bbb1a087efb51089b07dd4c8ef928d58111c6a429e109b28d0508d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type Method: String
26
26
 
27
27
  attr_accessor :Protocol, :Method
28
-
28
+
29
29
  def initialize(protocol=nil, method=nil)
30
30
  @Protocol = protocol
31
31
  @Method = method
@@ -40,7 +40,7 @@ module TencentCloud
40
40
  # CheckRule请求参数结构体
41
41
  class CheckRuleRequest < TencentCloud::Common::AbstractModel
42
42
 
43
-
43
+
44
44
  def initialize()
45
45
  end
46
46
 
@@ -54,7 +54,7 @@ module TencentCloud
54
54
  # @type RequestId: String
55
55
 
56
56
  attr_accessor :RequestId
57
-
57
+
58
58
  def initialize(requestid=nil)
59
59
  @RequestId = requestid
60
60
  end
@@ -72,7 +72,7 @@ module TencentCloud
72
72
  # @type Transformations: Array
73
73
 
74
74
  attr_accessor :Input, :Transformations
75
-
75
+
76
76
  def initialize(input=nil, transformations=nil)
77
77
  @Input = input
78
78
  @Transformations = transformations
@@ -99,7 +99,7 @@ module TencentCloud
99
99
  # @type RequestId: String
100
100
 
101
101
  attr_accessor :Output, :RequestId
102
-
102
+
103
103
  def initialize(output=nil, requestid=nil)
104
104
  @Output = output
105
105
  @RequestId = requestid
@@ -119,7 +119,7 @@ module TencentCloud
119
119
  # @type ResourceDescription: String
120
120
 
121
121
  attr_accessor :TopicName, :ResourceDescription
122
-
122
+
123
123
  def initialize(topicname=nil, resourcedescription=nil)
124
124
  @TopicName = topicname
125
125
  @ResourceDescription = resourcedescription
@@ -139,7 +139,7 @@ module TencentCloud
139
139
  # @type TopicName: String
140
140
 
141
141
  attr_accessor :Offset, :TopicName
142
-
142
+
143
143
  def initialize(offset=nil, topicname=nil)
144
144
  @Offset = offset
145
145
  @TopicName = topicname
@@ -159,7 +159,7 @@ module TencentCloud
159
159
  # @type RetryPolicy: :class:`Tencentcloud::Eb.v20210416.models.RetryPolicy`
160
160
 
161
161
  attr_accessor :TopicName, :RetryPolicy
162
-
162
+
163
163
  def initialize(topicname=nil, retrypolicy=nil)
164
164
  @TopicName = topicname
165
165
  @RetryPolicy = retrypolicy
@@ -198,7 +198,7 @@ module TencentCloud
198
198
  # @type Type: String
199
199
 
200
200
  attr_accessor :Status, :ModTime, :Enable, :Description, :AddTime, :ConnectionId, :EventBusId, :ConnectionDescription, :ConnectionName, :Type
201
-
201
+
202
202
  def initialize(status=nil, modtime=nil, enable=nil, description=nil, addtime=nil, connectionid=nil, eventbusid=nil, connectiondescription=nil, connectionname=nil, type=nil)
203
203
  @Status = status
204
204
  @ModTime = modtime
@@ -239,7 +239,7 @@ module TencentCloud
239
239
  # @type Status: String
240
240
 
241
241
  attr_accessor :Type, :Status
242
-
242
+
243
243
  def initialize(type=nil, status=nil)
244
244
  @Type = type
245
245
  @Status = status
@@ -266,7 +266,7 @@ module TencentCloud
266
266
  # @type DTSParams: :class:`Tencentcloud::Eb.v20210416.models.DTSParams`
267
267
 
268
268
  attr_accessor :ResourceDescription, :APIGWParams, :CkafkaParams, :DTSParams
269
-
269
+
270
270
  def initialize(resourcedescription=nil, apigwparams=nil, ckafkaparams=nil, dtsparams=nil)
271
271
  @ResourceDescription = resourcedescription
272
272
  @APIGWParams = apigwparams
@@ -307,7 +307,7 @@ module TencentCloud
307
307
  # @type Type: String
308
308
 
309
309
  attr_accessor :ConnectionDescription, :EventBusId, :ConnectionName, :Description, :Enable, :Type
310
-
310
+
311
311
  def initialize(connectiondescription=nil, eventbusid=nil, connectionname=nil, description=nil, enable=nil, type=nil)
312
312
  @ConnectionDescription = connectiondescription
313
313
  @EventBusId = eventbusid
@@ -338,7 +338,7 @@ module TencentCloud
338
338
  # @type RequestId: String
339
339
 
340
340
  attr_accessor :ConnectionId, :RequestId
341
-
341
+
342
342
  def initialize(connectionid=nil, requestid=nil)
343
343
  @ConnectionId = connectionid
344
344
  @RequestId = requestid
@@ -362,7 +362,7 @@ module TencentCloud
362
362
  # @type EnableStore: Boolean
363
363
 
364
364
  attr_accessor :EventBusName, :Description, :SaveDays, :EnableStore
365
-
365
+
366
366
  def initialize(eventbusname=nil, description=nil, savedays=nil, enablestore=nil)
367
367
  @EventBusName = eventbusname
368
368
  @Description = description
@@ -386,7 +386,7 @@ module TencentCloud
386
386
  # @type RequestId: String
387
387
 
388
388
  attr_accessor :EventBusId, :RequestId
389
-
389
+
390
390
  def initialize(eventbusid=nil, requestid=nil)
391
391
  @EventBusId = eventbusid
392
392
  @RequestId = requestid
@@ -412,7 +412,7 @@ module TencentCloud
412
412
  # @type Description: String
413
413
 
414
414
  attr_accessor :EventPattern, :EventBusId, :RuleName, :Enable, :Description
415
-
415
+
416
416
  def initialize(eventpattern=nil, eventbusid=nil, rulename=nil, enable=nil, description=nil)
417
417
  @EventPattern = eventpattern
418
418
  @EventBusId = eventbusid
@@ -438,7 +438,7 @@ module TencentCloud
438
438
  # @type RequestId: String
439
439
 
440
440
  attr_accessor :RuleId, :RequestId
441
-
441
+
442
442
  def initialize(ruleid=nil, requestid=nil)
443
443
  @RuleId = ruleid
444
444
  @RequestId = requestid
@@ -462,7 +462,7 @@ module TencentCloud
462
462
  # @type RuleId: String
463
463
 
464
464
  attr_accessor :EventBusId, :Type, :TargetDescription, :RuleId
465
-
465
+
466
466
  def initialize(eventbusid=nil, type=nil, targetdescription=nil, ruleid=nil)
467
467
  @EventBusId = eventbusid
468
468
  @Type = type
@@ -489,7 +489,7 @@ module TencentCloud
489
489
  # @type RequestId: String
490
490
 
491
491
  attr_accessor :TargetId, :RequestId
492
-
492
+
493
493
  def initialize(targetid=nil, requestid=nil)
494
494
  @TargetId = targetid
495
495
  @RequestId = requestid
@@ -511,7 +511,7 @@ module TencentCloud
511
511
  # @type Transformations: Array
512
512
 
513
513
  attr_accessor :EventBusId, :RuleId, :Transformations
514
-
514
+
515
515
  def initialize(eventbusid=nil, ruleid=nil, transformations=nil)
516
516
  @EventBusId = eventbusid
517
517
  @RuleId = ruleid
@@ -540,7 +540,7 @@ module TencentCloud
540
540
  # @type RequestId: String
541
541
 
542
542
  attr_accessor :TransformationId, :RequestId
543
-
543
+
544
544
  def initialize(transformationid=nil, requestid=nil)
545
545
  @TransformationId = transformationid
546
546
  @RequestId = requestid
@@ -555,7 +555,7 @@ module TencentCloud
555
555
  # Data Transfer Service参数
556
556
  class DTSParams < TencentCloud::Common::AbstractModel
557
557
 
558
-
558
+
559
559
  def initialize()
560
560
  end
561
561
 
@@ -572,7 +572,7 @@ module TencentCloud
572
572
  # @type CkafkaDeliveryParams: :class:`Tencentcloud::Eb.v20210416.models.CkafkaDeliveryParams`
573
573
 
574
574
  attr_accessor :DisposeMethod, :CkafkaDeliveryParams
575
-
575
+
576
576
  def initialize(disposemethod=nil, ckafkadeliveryparams=nil)
577
577
  @DisposeMethod = disposemethod
578
578
  @CkafkaDeliveryParams = ckafkadeliveryparams
@@ -595,7 +595,7 @@ module TencentCloud
595
595
  # @type EventBusId: String
596
596
 
597
597
  attr_accessor :ConnectionId, :EventBusId
598
-
598
+
599
599
  def initialize(connectionid=nil, eventbusid=nil)
600
600
  @ConnectionId = connectionid
601
601
  @EventBusId = eventbusid
@@ -613,7 +613,7 @@ module TencentCloud
613
613
  # @type RequestId: String
614
614
 
615
615
  attr_accessor :RequestId
616
-
616
+
617
617
  def initialize(requestid=nil)
618
618
  @RequestId = requestid
619
619
  end
@@ -629,7 +629,7 @@ module TencentCloud
629
629
  # @type EventBusId: String
630
630
 
631
631
  attr_accessor :EventBusId
632
-
632
+
633
633
  def initialize(eventbusid=nil)
634
634
  @EventBusId = eventbusid
635
635
  end
@@ -645,7 +645,7 @@ module TencentCloud
645
645
  # @type RequestId: String
646
646
 
647
647
  attr_accessor :RequestId
648
-
648
+
649
649
  def initialize(requestid=nil)
650
650
  @RequestId = requestid
651
651
  end
@@ -663,7 +663,7 @@ module TencentCloud
663
663
  # @type RuleId: String
664
664
 
665
665
  attr_accessor :EventBusId, :RuleId
666
-
666
+
667
667
  def initialize(eventbusid=nil, ruleid=nil)
668
668
  @EventBusId = eventbusid
669
669
  @RuleId = ruleid
@@ -681,7 +681,7 @@ module TencentCloud
681
681
  # @type RequestId: String
682
682
 
683
683
  attr_accessor :RequestId
684
-
684
+
685
685
  def initialize(requestid=nil)
686
686
  @RequestId = requestid
687
687
  end
@@ -701,7 +701,7 @@ module TencentCloud
701
701
  # @type RuleId: String
702
702
 
703
703
  attr_accessor :EventBusId, :TargetId, :RuleId
704
-
704
+
705
705
  def initialize(eventbusid=nil, targetid=nil, ruleid=nil)
706
706
  @EventBusId = eventbusid
707
707
  @TargetId = targetid
@@ -721,7 +721,7 @@ module TencentCloud
721
721
  # @type RequestId: String
722
722
 
723
723
  attr_accessor :RequestId
724
-
724
+
725
725
  def initialize(requestid=nil)
726
726
  @RequestId = requestid
727
727
  end
@@ -741,7 +741,7 @@ module TencentCloud
741
741
  # @type TransformationId: String
742
742
 
743
743
  attr_accessor :EventBusId, :RuleId, :TransformationId
744
-
744
+
745
745
  def initialize(eventbusid=nil, ruleid=nil, transformationid=nil)
746
746
  @EventBusId = eventbusid
747
747
  @RuleId = ruleid
@@ -761,7 +761,7 @@ module TencentCloud
761
761
  # @type RequestId: String
762
762
 
763
763
  attr_accessor :RequestId
764
-
764
+
765
765
  def initialize(requestid=nil)
766
766
  @RequestId = requestid
767
767
  end
@@ -789,7 +789,7 @@ module TencentCloud
789
789
  # @type Filter: Array
790
790
 
791
791
  attr_accessor :StartTime, :EndTime, :EventBusId, :GroupField, :Page, :Limit, :Filter
792
-
792
+
793
793
  def initialize(starttime=nil, endtime=nil, eventbusid=nil, groupfield=nil, page=nil, limit=nil, filter=nil)
794
794
  @StartTime = starttime
795
795
  @EndTime = endtime
@@ -827,7 +827,7 @@ module TencentCloud
827
827
  # @type RequestId: String
828
828
 
829
829
  attr_accessor :Results, :RequestId
830
-
830
+
831
831
  def initialize(results=nil, requestid=nil)
832
832
  @Results = results
833
833
  @RequestId = requestid
@@ -855,7 +855,7 @@ module TencentCloud
855
855
  # @type IndexTemplateType: String
856
856
 
857
857
  attr_accessor :NetMode, :IndexPrefix, :RotationInterval, :OutputMode, :IndexSuffixMode, :IndexTemplateType
858
-
858
+
859
859
  def initialize(netmode=nil, indexprefix=nil, rotationinterval=nil, outputmode=nil, indexsuffixmode=nil, indextemplatetype=nil)
860
860
  @NetMode = netmode
861
861
  @IndexPrefix = indexprefix
@@ -881,7 +881,7 @@ module TencentCloud
881
881
  # @type Filter: String
882
882
 
883
883
  attr_accessor :Filter
884
-
884
+
885
885
  def initialize(filter=nil)
886
886
  @Filter = filter
887
887
  end
@@ -906,7 +906,7 @@ module TencentCloud
906
906
  # @type Time: Integer
907
907
 
908
908
  attr_accessor :Source, :Data, :Type, :Subject, :Time
909
-
909
+
910
910
  def initialize(source=nil, data=nil, type=nil, subject=nil, time=nil)
911
911
  @Source = source
912
912
  @Data = data
@@ -949,7 +949,7 @@ module TencentCloud
949
949
  # @type TargetBriefs: Array
950
950
 
951
951
  attr_accessor :ModTime, :Description, :AddTime, :EventBusName, :EventBusId, :Type, :PayMode, :ConnectionBriefs, :TargetBriefs
952
-
952
+
953
953
  def initialize(modtime=nil, description=nil, addtime=nil, eventbusname=nil, eventbusid=nil, type=nil, paymode=nil, connectionbriefs=nil, targetbriefs=nil)
954
954
  @ModTime = modtime
955
955
  @Description = description
@@ -1000,7 +1000,7 @@ module TencentCloud
1000
1000
  # @type TextParams: :class:`Tencentcloud::Eb.v20210416.models.TextParams`
1001
1001
 
1002
1002
  attr_accessor :ExtractionInputPath, :Format, :TextParams
1003
-
1003
+
1004
1004
  def initialize(extractioninputpath=nil, format=nil, textparams=nil)
1005
1005
  @ExtractionInputPath = extractioninputpath
1006
1006
  @Format = format
@@ -1027,7 +1027,7 @@ module TencentCloud
1027
1027
  # @type Name: String
1028
1028
 
1029
1029
  attr_accessor :Values, :Name
1030
-
1030
+
1031
1031
  def initialize(values=nil, name=nil)
1032
1032
  @Values = values
1033
1033
  @Name = name
@@ -1045,7 +1045,7 @@ module TencentCloud
1045
1045
  # @type EventBusId: String
1046
1046
 
1047
1047
  attr_accessor :EventBusId
1048
-
1048
+
1049
1049
  def initialize(eventbusid=nil)
1050
1050
  @EventBusId = eventbusid
1051
1051
  end
@@ -1091,7 +1091,7 @@ module TencentCloud
1091
1091
  # @type RequestId: String
1092
1092
 
1093
1093
  attr_accessor :ModTime, :Description, :ClsTopicId, :AddTime, :ClsLogsetId, :EventBusName, :EventBusId, :Type, :PayMode, :SaveDays, :LogTopicId, :EnableStore, :LinkMode, :RequestId
1094
-
1094
+
1095
1095
  def initialize(modtime=nil, description=nil, clstopicid=nil, addtime=nil, clslogsetid=nil, eventbusname=nil, eventbusid=nil, type=nil, paymode=nil, savedays=nil, logtopicid=nil, enablestore=nil, linkmode=nil, requestid=nil)
1096
1096
  @ModTime = modtime
1097
1097
  @Description = description
@@ -1135,7 +1135,7 @@ module TencentCloud
1135
1135
  # @type RuleId: String
1136
1136
 
1137
1137
  attr_accessor :EventBusId, :RuleId
1138
-
1138
+
1139
1139
  def initialize(eventbusid=nil, ruleid=nil)
1140
1140
  @EventBusId = eventbusid
1141
1141
  @RuleId = ruleid
@@ -1171,7 +1171,7 @@ module TencentCloud
1171
1171
  # @type RequestId: String
1172
1172
 
1173
1173
  attr_accessor :EventBusId, :RuleId, :RuleName, :Status, :Enable, :Description, :EventPattern, :AddTime, :ModTime, :RequestId
1174
-
1174
+
1175
1175
  def initialize(eventbusid=nil, ruleid=nil, rulename=nil, status=nil, enable=nil, description=nil, eventpattern=nil, addtime=nil, modtime=nil, requestid=nil)
1176
1176
  @EventBusId = eventbusid
1177
1177
  @RuleId = ruleid
@@ -1209,7 +1209,7 @@ module TencentCloud
1209
1209
  # @type TransformationId: String
1210
1210
 
1211
1211
  attr_accessor :EventBusId, :RuleId, :TransformationId
1212
-
1212
+
1213
1213
  def initialize(eventbusid=nil, ruleid=nil, transformationid=nil)
1214
1214
  @EventBusId = eventbusid
1215
1215
  @RuleId = ruleid
@@ -1231,7 +1231,7 @@ module TencentCloud
1231
1231
  # @type RequestId: String
1232
1232
 
1233
1233
  attr_accessor :Transformations, :RequestId
1234
-
1234
+
1235
1235
  def initialize(transformations=nil, requestid=nil)
1236
1236
  @Transformations = transformations
1237
1237
  @RequestId = requestid
@@ -1264,7 +1264,7 @@ module TencentCloud
1264
1264
  # @type Offset: Integer
1265
1265
 
1266
1266
  attr_accessor :EventBusId, :OrderBy, :Limit, :Order, :Offset
1267
-
1267
+
1268
1268
  def initialize(eventbusid=nil, orderby=nil, limit=nil, order=nil, offset=nil)
1269
1269
  @EventBusId = eventbusid
1270
1270
  @OrderBy = orderby
@@ -1292,7 +1292,7 @@ module TencentCloud
1292
1292
  # @type RequestId: String
1293
1293
 
1294
1294
  attr_accessor :Connections, :TotalCount, :RequestId
1295
-
1295
+
1296
1296
  def initialize(connections=nil, totalcount=nil, requestid=nil)
1297
1297
  @Connections = connections
1298
1298
  @TotalCount = totalcount
@@ -1327,7 +1327,7 @@ module TencentCloud
1327
1327
  # @type Offset: Integer
1328
1328
 
1329
1329
  attr_accessor :OrderBy, :Limit, :Order, :Filters, :Offset
1330
-
1330
+
1331
1331
  def initialize(orderby=nil, limit=nil, order=nil, filters=nil, offset=nil)
1332
1332
  @OrderBy = orderby
1333
1333
  @Limit = limit
@@ -1362,7 +1362,7 @@ module TencentCloud
1362
1362
  # @type RequestId: String
1363
1363
 
1364
1364
  attr_accessor :EventBuses, :TotalCount, :RequestId
1365
-
1365
+
1366
1366
  def initialize(eventbuses=nil, totalcount=nil, requestid=nil)
1367
1367
  @EventBuses = eventbuses
1368
1368
  @TotalCount = totalcount
@@ -1397,7 +1397,7 @@ module TencentCloud
1397
1397
  # @type Order: String
1398
1398
 
1399
1399
  attr_accessor :EventBusId, :OrderBy, :Limit, :Offset, :Order
1400
-
1400
+
1401
1401
  def initialize(eventbusid=nil, orderby=nil, limit=nil, offset=nil, order=nil)
1402
1402
  @EventBusId = eventbusid
1403
1403
  @OrderBy = orderby
@@ -1425,7 +1425,7 @@ module TencentCloud
1425
1425
  # @type RequestId: String
1426
1426
 
1427
1427
  attr_accessor :Rules, :TotalCount, :RequestId
1428
-
1428
+
1429
1429
  def initialize(rules=nil, totalcount=nil, requestid=nil)
1430
1430
  @Rules = rules
1431
1431
  @TotalCount = totalcount
@@ -1462,7 +1462,7 @@ module TencentCloud
1462
1462
  # @type Order: String
1463
1463
 
1464
1464
  attr_accessor :EventBusId, :OrderBy, :RuleId, :Limit, :Offset, :Order
1465
-
1465
+
1466
1466
  def initialize(eventbusid=nil, orderby=nil, ruleid=nil, limit=nil, offset=nil, order=nil)
1467
1467
  @EventBusId = eventbusid
1468
1468
  @OrderBy = orderby
@@ -1492,7 +1492,7 @@ module TencentCloud
1492
1492
  # @type RequestId: String
1493
1493
 
1494
1494
  attr_accessor :TotalCount, :Targets, :RequestId
1495
-
1495
+
1496
1496
  def initialize(totalcount=nil, targets=nil, requestid=nil)
1497
1497
  @TotalCount = totalcount
1498
1498
  @Targets = targets
@@ -1527,7 +1527,7 @@ module TencentCloud
1527
1527
  # @type Filters: Array
1528
1528
 
1529
1529
  attr_accessor :Key, :Operator, :Value, :Type, :Filters
1530
-
1530
+
1531
1531
  def initialize(key=nil, operator=nil, value=nil, type=nil, filters=nil)
1532
1532
  @Key = key
1533
1533
  @Operator = operator
@@ -1562,7 +1562,7 @@ module TencentCloud
1562
1562
  # @type Value: String
1563
1563
 
1564
1564
  attr_accessor :Key, :Operator, :Value
1565
-
1565
+
1566
1566
  def initialize(key=nil, operator=nil, value=nil)
1567
1567
  @Key = key
1568
1568
  @Operator = operator
@@ -1586,7 +1586,7 @@ module TencentCloud
1586
1586
  # @type ValueType: String
1587
1587
 
1588
1588
  attr_accessor :Key, :Value, :ValueType
1589
-
1589
+
1590
1590
  def initialize(key=nil, value=nil, valuetype=nil)
1591
1591
  @Key = key
1592
1592
  @Value = value
@@ -1608,7 +1608,7 @@ module TencentCloud
1608
1608
  # @type EventBusId: String
1609
1609
 
1610
1610
  attr_accessor :EventList, :EventBusId
1611
-
1611
+
1612
1612
  def initialize(eventlist=nil, eventbusid=nil)
1613
1613
  @EventList = eventlist
1614
1614
  @EventBusId = eventbusid
@@ -1633,7 +1633,7 @@ module TencentCloud
1633
1633
  # @type RequestId: String
1634
1634
 
1635
1635
  attr_accessor :RequestId
1636
-
1636
+
1637
1637
  def initialize(requestid=nil)
1638
1638
  @RequestId = requestid
1639
1639
  end
@@ -1651,7 +1651,7 @@ module TencentCloud
1651
1651
  # @type EventBusId: String
1652
1652
 
1653
1653
  attr_accessor :EventList, :EventBusId
1654
-
1654
+
1655
1655
  def initialize(eventlist=nil, eventbusid=nil)
1656
1656
  @EventList = eventlist
1657
1657
  @EventBusId = eventbusid
@@ -1676,7 +1676,7 @@ module TencentCloud
1676
1676
  # @type RequestId: String
1677
1677
 
1678
1678
  attr_accessor :RequestId
1679
-
1679
+
1680
1680
  def initialize(requestid=nil)
1681
1681
  @RequestId = requestid
1682
1682
  end
@@ -1694,7 +1694,7 @@ module TencentCloud
1694
1694
  # @type MaxRetryAttempts: Integer
1695
1695
 
1696
1696
  attr_accessor :RetryInterval, :MaxRetryAttempts
1697
-
1697
+
1698
1698
  def initialize(retryinterval=nil, maxretryattempts=nil)
1699
1699
  @RetryInterval = retryinterval
1700
1700
  @MaxRetryAttempts = maxretryattempts
@@ -1732,7 +1732,7 @@ module TencentCloud
1732
1732
  # @type DeadLetterConfig: :class:`Tencentcloud::Eb.v20210416.models.DeadLetterConfig`
1733
1733
 
1734
1734
  attr_accessor :Status, :ModTime, :Enable, :Description, :RuleId, :AddTime, :EventBusId, :RuleName, :Targets, :DeadLetterConfig
1735
-
1735
+
1736
1736
  def initialize(status=nil, modtime=nil, enable=nil, description=nil, ruleid=nil, addtime=nil, eventbusid=nil, rulename=nil, targets=nil, deadletterconfig=nil)
1737
1737
  @Status = status
1738
1738
  @ModTime = modtime
@@ -1780,7 +1780,7 @@ module TencentCloud
1780
1780
  # @type EnableBatchDelivery: Boolean
1781
1781
 
1782
1782
  attr_accessor :BatchTimeout, :BatchEventCount, :EnableBatchDelivery
1783
-
1783
+
1784
1784
  def initialize(batchtimeout=nil, batcheventcount=nil, enablebatchdelivery=nil)
1785
1785
  @BatchTimeout = batchtimeout
1786
1786
  @BatchEventCount = batcheventcount
@@ -1814,7 +1814,7 @@ module TencentCloud
1814
1814
  # @type OrderBy: String
1815
1815
 
1816
1816
  attr_accessor :StartTime, :EndTime, :EventBusId, :Page, :Limit, :Filter, :OrderFields, :OrderBy
1817
-
1817
+
1818
1818
  def initialize(starttime=nil, endtime=nil, eventbusid=nil, page=nil, limit=nil, filter=nil, orderfields=nil, orderby=nil)
1819
1819
  @StartTime = starttime
1820
1820
  @EndTime = endtime
@@ -1863,7 +1863,7 @@ module TencentCloud
1863
1863
  # @type RequestId: String
1864
1864
 
1865
1865
  attr_accessor :Total, :Limit, :Page, :Results, :RequestId
1866
-
1866
+
1867
1867
  def initialize(total=nil, limit=nil, page=nil, results=nil, requestid=nil)
1868
1868
  @Total = total
1869
1869
  @Limit = limit
@@ -1916,7 +1916,7 @@ module TencentCloud
1916
1916
  # @type Status: String
1917
1917
 
1918
1918
  attr_accessor :Timestamp, :Message, :Source, :Type, :RuleIds, :Subject, :Region, :Status
1919
-
1919
+
1920
1920
  def initialize(timestamp=nil, message=nil, source=nil, type=nil, ruleids=nil, subject=nil, region=nil, status=nil)
1921
1921
  @Timestamp = timestamp
1922
1922
  @Message = message
@@ -1963,7 +1963,7 @@ module TencentCloud
1963
1963
  # @type BatchEventCount: Integer
1964
1964
 
1965
1965
  attr_accessor :Type, :EventBusId, :TargetId, :TargetDescription, :RuleId, :EnableBatchDelivery, :BatchTimeout, :BatchEventCount
1966
-
1966
+
1967
1967
  def initialize(type=nil, eventbusid=nil, targetid=nil, targetdescription=nil, ruleid=nil, enablebatchdelivery=nil, batchtimeout=nil, batcheventcount=nil)
1968
1968
  @Type = type
1969
1969
  @EventBusId = eventbusid
@@ -1998,7 +1998,7 @@ module TencentCloud
1998
1998
  # @type Type: String
1999
1999
 
2000
2000
  attr_accessor :TargetId, :Type
2001
-
2001
+
2002
2002
  def initialize(targetid=nil, type=nil)
2003
2003
  @TargetId = targetid
2004
2004
  @Type = type
@@ -2022,7 +2022,7 @@ module TencentCloud
2022
2022
  # @type ESTargetParams: :class:`Tencentcloud::Eb.v20210416.models.ESTargetParams`
2023
2023
 
2024
2024
  attr_accessor :ResourceDescription, :SCFParams, :CkafkaTargetParams, :ESTargetParams
2025
-
2025
+
2026
2026
  def initialize(resourcedescription=nil, scfparams=nil, ckafkatargetparams=nil, estargetparams=nil)
2027
2027
  @ResourceDescription = resourcedescription
2028
2028
  @SCFParams = scfparams
@@ -2057,7 +2057,7 @@ module TencentCloud
2057
2057
  # @type Regex: String
2058
2058
 
2059
2059
  attr_accessor :Separator, :Regex
2060
-
2060
+
2061
2061
  def initialize(separator=nil, regex=nil)
2062
2062
  @Separator = separator
2063
2063
  @Regex = regex
@@ -2075,7 +2075,7 @@ module TencentCloud
2075
2075
  # @type OutputStructs: Array
2076
2076
 
2077
2077
  attr_accessor :OutputStructs
2078
-
2078
+
2079
2079
  def initialize(outputstructs=nil)
2080
2080
  @OutputStructs = outputstructs
2081
2081
  end
@@ -2105,7 +2105,7 @@ module TencentCloud
2105
2105
  # @type Transform: :class:`Tencentcloud::Eb.v20210416.models.Transform`
2106
2106
 
2107
2107
  attr_accessor :Extraction, :EtlFilter, :Transform
2108
-
2108
+
2109
2109
  def initialize(extraction=nil, etlfilter=nil, transform=nil)
2110
2110
  @Extraction = extraction
2111
2111
  @EtlFilter = etlfilter
@@ -2142,7 +2142,7 @@ module TencentCloud
2142
2142
  # @type ConnectionName: String
2143
2143
 
2144
2144
  attr_accessor :ConnectionId, :EventBusId, :Enable, :Description, :ConnectionName
2145
-
2145
+
2146
2146
  def initialize(connectionid=nil, eventbusid=nil, enable=nil, description=nil, connectionname=nil)
2147
2147
  @ConnectionId = connectionid
2148
2148
  @EventBusId = eventbusid
@@ -2166,7 +2166,7 @@ module TencentCloud
2166
2166
  # @type RequestId: String
2167
2167
 
2168
2168
  attr_accessor :RequestId
2169
-
2169
+
2170
2170
  def initialize(requestid=nil)
2171
2171
  @RequestId = requestid
2172
2172
  end
@@ -2192,7 +2192,7 @@ module TencentCloud
2192
2192
  # @type EnableStore: Boolean
2193
2193
 
2194
2194
  attr_accessor :EventBusId, :Description, :EventBusName, :SaveDays, :LogTopicId, :EnableStore
2195
-
2195
+
2196
2196
  def initialize(eventbusid=nil, description=nil, eventbusname=nil, savedays=nil, logtopicid=nil, enablestore=nil)
2197
2197
  @EventBusId = eventbusid
2198
2198
  @Description = description
@@ -2218,7 +2218,7 @@ module TencentCloud
2218
2218
  # @type RequestId: String
2219
2219
 
2220
2220
  attr_accessor :RequestId
2221
-
2221
+
2222
2222
  def initialize(requestid=nil)
2223
2223
  @RequestId = requestid
2224
2224
  end
@@ -2244,7 +2244,7 @@ module TencentCloud
2244
2244
  # @type RuleName: String
2245
2245
 
2246
2246
  attr_accessor :RuleId, :EventBusId, :Enable, :Description, :EventPattern, :RuleName
2247
-
2247
+
2248
2248
  def initialize(ruleid=nil, eventbusid=nil, enable=nil, description=nil, eventpattern=nil, rulename=nil)
2249
2249
  @RuleId = ruleid
2250
2250
  @EventBusId = eventbusid
@@ -2270,7 +2270,7 @@ module TencentCloud
2270
2270
  # @type RequestId: String
2271
2271
 
2272
2272
  attr_accessor :RequestId
2273
-
2273
+
2274
2274
  def initialize(requestid=nil)
2275
2275
  @RequestId = requestid
2276
2276
  end
@@ -2296,7 +2296,7 @@ module TencentCloud
2296
2296
  # @type BatchEventCount: Integer
2297
2297
 
2298
2298
  attr_accessor :EventBusId, :RuleId, :TargetId, :EnableBatchDelivery, :BatchTimeout, :BatchEventCount
2299
-
2299
+
2300
2300
  def initialize(eventbusid=nil, ruleid=nil, targetid=nil, enablebatchdelivery=nil, batchtimeout=nil, batcheventcount=nil)
2301
2301
  @EventBusId = eventbusid
2302
2302
  @RuleId = ruleid
@@ -2322,7 +2322,7 @@ module TencentCloud
2322
2322
  # @type RequestId: String
2323
2323
 
2324
2324
  attr_accessor :RequestId
2325
-
2325
+
2326
2326
  def initialize(requestid=nil)
2327
2327
  @RequestId = requestid
2328
2328
  end
@@ -2344,7 +2344,7 @@ module TencentCloud
2344
2344
  # @type Transformations: Array
2345
2345
 
2346
2346
  attr_accessor :EventBusId, :RuleId, :TransformationId, :Transformations
2347
-
2347
+
2348
2348
  def initialize(eventbusid=nil, ruleid=nil, transformationid=nil, transformations=nil)
2349
2349
  @EventBusId = eventbusid
2350
2350
  @RuleId = ruleid
@@ -2373,7 +2373,7 @@ module TencentCloud
2373
2373
  # @type RequestId: String
2374
2374
 
2375
2375
  attr_accessor :RequestId
2376
-
2376
+
2377
2377
  def initialize(requestid=nil)
2378
2378
  @RequestId = requestid
2379
2379
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-eb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.591
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common