tencentcloud-sdk-ess 3.0.481 → 3.0.483

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: d1834708d959e31298122b6a33d0952ab3d200b9
4
+ data.tar.gz: d01e8a6eb6ea9cfc7eb48ab006c9c2cf40796819
5
5
  SHA512:
6
- metadata.gz: 0921192baf49178eb2d3ea429ed4456645cf1584a41974fe828f1fa8fdefa3853d5fbd8efca395fde0146501543298d843ddea99a42b60a8ae8f7f8cfbb6a10b
7
- data.tar.gz: 4e2f55610dad39b7be4d412234d39b6ce285327008c00ed54270a35d927677164a05e5378a64b327c2363e166e6b319c6f326254b2b17c9c5d7c112845c66346
6
+ metadata.gz: ae5a15de3be94cd5e3ebf4a7c2876be612a7179881c779907e1a117309c63aae995e54c17eb2e6bc101575370d5f3ef71252fdaf8bc745b5111cf41caa96a017
7
+ data.tar.gz: 75e164ecf5449baac1c2c1631e03ddd2262e09d05c274b5e458344cbcefed3469d75f66767f2c3812076286a0dba9cad1f08babd4cb6c94a435879422c63f3a7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.481
1
+ 3.0.483
@@ -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.483
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-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common