tencentcloud-sdk-asw 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/v20200722/models.rb +21 -21
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e131749222f6cbd9bb5ca6d9ee95f220c18c09aa
4
- data.tar.gz: f501479a2ba10a5ab3d8622e76063fa256ee99ba
3
+ metadata.gz: fa893f1164325b7cc6148f0496e3b770cffd89a4
4
+ data.tar.gz: 40a2be239d1ae9f25eb634753ca58462024e8a94
5
5
  SHA512:
6
- metadata.gz: 146b392b4e5e34e638596562c503296b7d1d7a82ac3648bdf99788af60e9fa120587effe13cbf080e6cfcb85849d00682f49711e90c242108892c0829931387c
7
- data.tar.gz: ff22c5cdb92c4d25e0bcc27f7ea9cdacef2631f57c125ab144c58d553113114b220cd14288b05fe2699e618e59bc0aed13c47283df837397917d150969aeed23
6
+ metadata.gz: 160f92d886bd795b1fcdeb4963bb926427e690d8900de55e84b58bbd2791d9ef5c70c2410730bad736bf685a2454e2193230ad58c18eebbd2299a87a59dc06e8
7
+ data.tar.gz: 6b6184cbfa846f47e615cbcdba47df21588fe99b6f7c8c7547ea066491cb9d7f70a48e9ae77b3a96f2393cdef26209eb526f9bd9001a5822b002d738554c33b0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -39,7 +39,7 @@ module TencentCloud
39
39
  # @type Input: String
40
40
 
41
41
  attr_accessor :Definition, :FlowServiceName, :IsNewRole, :Type, :FlowServiceChineseName, :RoleResource, :Description, :EnableCLS, :Input
42
-
42
+
43
43
  def initialize(definition=nil, flowservicename=nil, isnewrole=nil, type=nil, flowservicechinesename=nil, roleresource=nil, description=nil, enablecls=nil, input=nil)
44
44
  @Definition = definition
45
45
  @FlowServiceName = flowservicename
@@ -75,7 +75,7 @@ module TencentCloud
75
75
  # @type RequestId: String
76
76
 
77
77
  attr_accessor :FlowServiceResource, :CreateDate, :RequestId
78
-
78
+
79
79
  def initialize(flowserviceresource=nil, createdate=nil, requestid=nil)
80
80
  @FlowServiceResource = flowserviceresource
81
81
  @CreateDate = createdate
@@ -95,7 +95,7 @@ module TencentCloud
95
95
  # @type ExecutionResourceName: String
96
96
 
97
97
  attr_accessor :ExecutionResourceName
98
-
98
+
99
99
  def initialize(executionresourcename=nil)
100
100
  @ExecutionResourceName = executionresourcename
101
101
  end
@@ -113,7 +113,7 @@ module TencentCloud
113
113
  # @type RequestId: String
114
114
 
115
115
  attr_accessor :Events, :RequestId
116
-
116
+
117
117
  def initialize(events=nil, requestid=nil)
118
118
  @Events = events
119
119
  @RequestId = requestid
@@ -138,7 +138,7 @@ module TencentCloud
138
138
  # @type ExecutionResourceName: String
139
139
 
140
140
  attr_accessor :ExecutionResourceName
141
-
141
+
142
142
  def initialize(executionresourcename=nil)
143
143
  @ExecutionResourceName = executionresourcename
144
144
  end
@@ -174,7 +174,7 @@ module TencentCloud
174
174
  # @type RequestId: String
175
175
 
176
176
  attr_accessor :ExecutionResourceName, :Name, :StartDate, :StopDate, :StateMachineResourceName, :Status, :Input, :Output, :ExecutionDefinition, :RequestId
177
-
177
+
178
178
  def initialize(executionresourcename=nil, name=nil, startdate=nil, stopdate=nil, statemachineresourcename=nil, status=nil, input=nil, output=nil, executiondefinition=nil, requestid=nil)
179
179
  @ExecutionResourceName = executionresourcename
180
180
  @Name = name
@@ -216,7 +216,7 @@ module TencentCloud
216
216
  # @type FilterExecutionResourceName: String
217
217
 
218
218
  attr_accessor :StateMachineResourceName, :PageSize, :PageIndex, :FilterExecutionStatus, :FilterExecutionResourceName
219
-
219
+
220
220
  def initialize(statemachineresourcename=nil, pagesize=nil, pageindex=nil, filterexecutionstatus=nil, filterexecutionresourcename=nil)
221
221
  @StateMachineResourceName = statemachineresourcename
222
222
  @PageSize = pagesize
@@ -240,7 +240,7 @@ module TencentCloud
240
240
  # @type RequestId: String
241
241
 
242
242
  attr_accessor :RequestId
243
-
243
+
244
244
  def initialize(requestid=nil)
245
245
  @RequestId = requestid
246
246
  end
@@ -256,7 +256,7 @@ module TencentCloud
256
256
  # @type FlowServiceResource: String
257
257
 
258
258
  attr_accessor :FlowServiceResource
259
-
259
+
260
260
  def initialize(flowserviceresource=nil)
261
261
  @FlowServiceResource = flowserviceresource
262
262
  end
@@ -301,7 +301,7 @@ module TencentCloud
301
301
  # @type RequestId: String
302
302
 
303
303
  attr_accessor :FlowServiceName, :Status, :Definition, :RoleResource, :Type, :CreateDate, :Description, :FlowServiceChineseName, :EnableCLS, :CLSUrl, :FlowInput, :RequestId
304
-
304
+
305
305
  def initialize(flowservicename=nil, status=nil, definition=nil, roleresource=nil, type=nil, createdate=nil, description=nil, flowservicechinesename=nil, enablecls=nil, clsurl=nil, flowinput=nil, requestid=nil)
306
306
  @FlowServiceName = flowservicename
307
307
  @Status = status
@@ -343,7 +343,7 @@ module TencentCloud
343
343
  # @type Filters: Array
344
344
 
345
345
  attr_accessor :Offset, :Limit, :Filters
346
-
346
+
347
347
  def initialize(offset=nil, limit=nil, filters=nil)
348
348
  @Offset = offset
349
349
  @Limit = limit
@@ -374,7 +374,7 @@ module TencentCloud
374
374
  # @type RequestId: String
375
375
 
376
376
  attr_accessor :FlowServiceSet, :TotalCount, :RequestId
377
-
377
+
378
378
  def initialize(flowserviceset=nil, totalcount=nil, requestid=nil)
379
379
  @FlowServiceSet = flowserviceset
380
380
  @TotalCount = totalcount
@@ -416,7 +416,7 @@ module TencentCloud
416
416
  # @type Exception: String
417
417
 
418
418
  attr_accessor :ExecutionResourceName, :EventId, :EventCategory, :StepName, :ResourceName, :Timestamp, :Content, :Exception
419
-
419
+
420
420
  def initialize(executionresourcename=nil, eventid=nil, eventcategory=nil, stepname=nil, resourcename=nil, timestamp=nil, content=nil, exception=nil)
421
421
  @ExecutionResourceName = executionresourcename
422
422
  @EventId = eventid
@@ -448,7 +448,7 @@ module TencentCloud
448
448
  # @type Values: Array
449
449
 
450
450
  attr_accessor :Name, :Values
451
-
451
+
452
452
  def initialize(name=nil, values=nil)
453
453
  @Name = name
454
454
  @Values = values
@@ -482,7 +482,7 @@ module TencentCloud
482
482
  # @type EnableCLS: Boolean
483
483
 
484
484
  attr_accessor :FlowServiceResource, :Definition, :FlowServiceName, :FlowServiceChineseName, :IsNewRole, :Type, :RoleResource, :Description, :EnableCLS
485
-
485
+
486
486
  def initialize(flowserviceresource=nil, definition=nil, flowservicename=nil, flowservicechinesename=nil, isnewrole=nil, type=nil, roleresource=nil, description=nil, enablecls=nil)
487
487
  @FlowServiceResource = flowserviceresource
488
488
  @Definition = definition
@@ -518,7 +518,7 @@ module TencentCloud
518
518
  # @type RequestId: String
519
519
 
520
520
  attr_accessor :FlowServiceResource, :UpdateDate, :RequestId
521
-
521
+
522
522
  def initialize(flowserviceresource=nil, updatedate=nil, requestid=nil)
523
523
  @FlowServiceResource = flowserviceresource
524
524
  @UpdateDate = updatedate
@@ -542,7 +542,7 @@ module TencentCloud
542
542
  # @type Name: String
543
543
 
544
544
  attr_accessor :StateMachineResourceName, :Input, :Name
545
-
545
+
546
546
  def initialize(statemachineresourcename=nil, input=nil, name=nil)
547
547
  @StateMachineResourceName = statemachineresourcename
548
548
  @Input = input
@@ -566,7 +566,7 @@ module TencentCloud
566
566
  # @type RequestId: String
567
567
 
568
568
  attr_accessor :ExecutionResourceName, :StartDate, :RequestId
569
-
569
+
570
570
  def initialize(executionresourcename=nil, startdate=nil, requestid=nil)
571
571
  @ExecutionResourceName = executionresourcename
572
572
  @StartDate = startdate
@@ -610,7 +610,7 @@ module TencentCloud
610
610
  # @type Description: String
611
611
 
612
612
  attr_accessor :FlowServiceResource, :Type, :FlowServiceName, :FlowServiceChineseName, :CreateDate, :ModifyDate, :Status, :Creator, :Modifier, :FlowServiceId, :TemplateId, :Description
613
-
613
+
614
614
  def initialize(flowserviceresource=nil, type=nil, flowservicename=nil, flowservicechinesename=nil, createdate=nil, modifydate=nil, status=nil, creator=nil, modifier=nil, flowserviceid=nil, templateid=nil, description=nil)
615
615
  @FlowServiceResource = flowserviceresource
616
616
  @Type = type
@@ -648,7 +648,7 @@ module TencentCloud
648
648
  # @type ExecutionQrn: String
649
649
 
650
650
  attr_accessor :ExecutionQrn
651
-
651
+
652
652
  def initialize(executionqrn=nil)
653
653
  @ExecutionQrn = executionqrn
654
654
  end
@@ -664,7 +664,7 @@ module TencentCloud
664
664
  # @type RequestId: String
665
665
 
666
666
  attr_accessor :RequestId
667
-
667
+
668
668
  def initialize(requestid=nil)
669
669
  @RequestId = requestid
670
670
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-asw
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