tencentcloud-sdk-ess 3.0.481 → 3.0.482

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19eb3127fd9fd137bf9b870712fa66dd2944a2dc
4
- data.tar.gz: 3a97ca5711ca65f49ab007740c6307ebfcb06ff4
3
+ metadata.gz: 67c70e1274af11021aa7c6443c2e55dacd4a5828
4
+ data.tar.gz: 39aaa57b514c1d92b9c17299735d58e4fbf09014
5
5
  SHA512:
6
- metadata.gz: 0921192baf49178eb2d3ea429ed4456645cf1584a41974fe828f1fa8fdefa3853d5fbd8efca395fde0146501543298d843ddea99a42b60a8ae8f7f8cfbb6a10b
7
- data.tar.gz: 4e2f55610dad39b7be4d412234d39b6ce285327008c00ed54270a35d927677164a05e5378a64b327c2363e166e6b319c6f326254b2b17c9c5d7c112845c66346
6
+ metadata.gz: a74eb046acff50bf4d7cdafd75d1613f8e029f89238e1e369c6c16e8aa75d5f807827c96e613db7ae37ead4c1d2ee88392f8a4833e51b66bd1415622b7a64ebc
7
+ data.tar.gz: 1ab69815fe9577321ae4f73c49f83fc39ffd25404ae761821f434178aadd69f4e50c0ee4e09234e2a8b7087c78d687bfec3fe77fd53eca6d9034928c0c0b5e9d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.481
1
+ 3.0.482
@@ -236,7 +236,8 @@ module TencentCloud
236
236
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
237
237
  end
238
238
 
239
- # 创建出证报告,返回报告 ID
239
+ # 创建出证报告,返回报告 ID。需要配合出证套餐才能调用。
240
+ # 出证需要一定时间,建议调用创建出证24小时之后再通过DescribeFlowEvidenceReport进行查询。
240
241
 
241
242
  # @param request: Request instance for CreateFlowEvidenceReport.
242
243
  # @type request: :class:`Tencentcloud::ess::V20201111::CreateFlowEvidenceReportRequest`
@@ -972,32 +972,32 @@ module TencentCloud
972
972
 
973
973
  # CreateFlowEvidenceReport返回参数结构体
974
974
  class CreateFlowEvidenceReportResponse < TencentCloud::Common::AbstractModel
975
- # @param ReportId: 出证报告 ID
975
+ # @param ReportId: 出证报告 ID,用于查询出证报告DescribeFlowEvidenceReport接口时用到
976
976
  # 注意:此字段可能返回 null,表示取不到有效值。
977
977
  # @type ReportId: String
978
- # @param ReportUrl: 废除,字段无效
979
- # 注意:此字段可能返回 null,表示取不到有效值。
980
- # @type ReportUrl: String
981
978
  # @param Status: 执行中:EvidenceStatusExecuting
982
979
  # 成功:EvidenceStatusSuccess
983
980
  # 失败:EvidenceStatusFailed
984
981
  # @type Status: String
982
+ # @param ReportUrl: 废除,字段无效
983
+ # 注意:此字段可能返回 null,表示取不到有效值。
984
+ # @type ReportUrl: String
985
985
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
986
986
  # @type RequestId: String
987
987
 
988
- attr_accessor :ReportId, :ReportUrl, :Status, :RequestId
988
+ attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
989
989
 
990
- def initialize(reportid=nil, reporturl=nil, status=nil, requestid=nil)
990
+ def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
991
991
  @ReportId = reportid
992
- @ReportUrl = reporturl
993
992
  @Status = status
993
+ @ReportUrl = reporturl
994
994
  @RequestId = requestid
995
995
  end
996
996
 
997
997
  def deserialize(params)
998
998
  @ReportId = params['ReportId']
999
- @ReportUrl = params['ReportUrl']
1000
999
  @Status = params['Status']
1000
+ @ReportUrl = params['ReportUrl']
1001
1001
  @RequestId = params['RequestId']
1002
1002
  end
1003
1003
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ess
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.481
4
+ version: 3.0.482
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-27 00:00:00.000000000 Z
11
+ date: 2022-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common