tccli 3.0.1265.1__py2.py3-none-any.whl → 3.0.1267.1__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 (52) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/antiddos/v20200309/api.json +12 -6
  3. tccli/services/antiddos/v20200309/examples.json +2 -2
  4. tccli/services/billing/v20180709/api.json +4 -2
  5. tccli/services/ccc/v20200210/api.json +2 -2
  6. tccli/services/cdn/v20180606/api.json +33 -11
  7. tccli/services/cls/v20201016/api.json +1 -1
  8. tccli/services/cvm/v20170312/api.json +12 -2
  9. tccli/services/emr/v20190103/api.json +11 -1
  10. tccli/services/ess/ess_client.py +159 -0
  11. tccli/services/ess/v20201111/api.json +369 -21
  12. tccli/services/ess/v20201111/examples.json +36 -0
  13. tccli/services/essbasic/v20210526/api.json +2 -2
  14. tccli/services/gme/v20180711/api.json +77 -39
  15. tccli/services/gme/v20180711/examples.json +2 -2
  16. tccli/services/hunyuan/v20230901/api.json +5 -5
  17. tccli/services/hunyuan/v20230901/examples.json +6 -6
  18. tccli/services/lcic/v20220817/api.json +48 -53
  19. tccli/services/lighthouse/v20200324/api.json +10 -10
  20. tccli/services/live/v20180801/api.json +1 -1
  21. tccli/services/lkeap/v20240522/api.json +415 -12
  22. tccli/services/lkeap/v20240522/examples.json +19 -19
  23. tccli/services/mongodb/mongodb_client.py +53 -0
  24. tccli/services/mongodb/v20190725/api.json +70 -0
  25. tccli/services/mongodb/v20190725/examples.json +8 -0
  26. tccli/services/mps/v20190612/api.json +40 -0
  27. tccli/services/ocr/v20181119/api.json +22 -2
  28. tccli/services/redis/v20180412/api.json +40 -40
  29. tccli/services/rum/v20210622/api.json +12 -12
  30. tccli/services/rum/v20210622/examples.json +6 -6
  31. tccli/services/smop/v20201203/api.json +34 -34
  32. tccli/services/ssl/v20191205/api.json +20 -20
  33. tccli/services/sts/v20180813/api.json +1 -1
  34. tccli/services/teo/v20220901/api.json +1 -1
  35. tccli/services/tke/v20180525/api.json +18 -0
  36. tccli/services/trro/v20220325/api.json +1 -1
  37. tccli/services/trtc/v20190722/api.json +8 -7
  38. tccli/services/trtc/v20190722/examples.json +5 -5
  39. tccli/services/vms/v20200902/api.json +11 -11
  40. tccli/services/vms/v20200902/examples.json +5 -5
  41. tccli/services/vpc/v20170312/api.json +1003 -15
  42. tccli/services/vpc/v20170312/examples.json +104 -8
  43. tccli/services/vpc/vpc_client.py +690 -54
  44. tccli/services/waf/v20180125/api.json +24 -2
  45. tccli/services/wedata/v20210820/api.json +186 -3
  46. tccli/services/wedata/v20210820/examples.json +8 -0
  47. tccli/services/wedata/wedata_client.py +53 -0
  48. {tccli-3.0.1265.1.dist-info → tccli-3.0.1267.1.dist-info}/METADATA +2 -2
  49. {tccli-3.0.1265.1.dist-info → tccli-3.0.1267.1.dist-info}/RECORD +52 -52
  50. {tccli-3.0.1265.1.dist-info → tccli-3.0.1267.1.dist-info}/WHEEL +0 -0
  51. {tccli-3.0.1265.1.dist-info → tccli-3.0.1267.1.dist-info}/entry_points.txt +0 -0
  52. {tccli-3.0.1265.1.dist-info → tccli-3.0.1267.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1265.1'
1
+ __version__ = '3.0.1267.1'
@@ -2109,6 +2109,7 @@
2109
2109
  "example": "1.1.1.1",
2110
2110
  "member": "string",
2111
2111
  "name": "Ip",
2112
+ "output_required": true,
2112
2113
  "required": true,
2113
2114
  "type": "string",
2114
2115
  "value_allowed_null": false
@@ -2119,6 +2120,7 @@
2119
2120
  "example": "public",
2120
2121
  "member": "string",
2121
2122
  "name": "BizType",
2123
+ "output_required": true,
2122
2124
  "required": false,
2123
2125
  "type": "string",
2124
2126
  "value_allowed_null": false
@@ -2129,6 +2131,7 @@
2129
2131
  "example": "none",
2130
2132
  "member": "string",
2131
2133
  "name": "InstanceId",
2134
+ "output_required": true,
2132
2135
  "required": false,
2133
2136
  "type": "string",
2134
2137
  "value_allowed_null": false
@@ -2139,6 +2142,7 @@
2139
2142
  "example": "cvm",
2140
2143
  "member": "string",
2141
2144
  "name": "DeviceType",
2145
+ "output_required": true,
2142
2146
  "required": false,
2143
2147
  "type": "string",
2144
2148
  "value_allowed_null": false
@@ -2149,6 +2153,7 @@
2149
2153
  "example": "5",
2150
2154
  "member": "uint64",
2151
2155
  "name": "IspCode",
2156
+ "output_required": true,
2152
2157
  "required": false,
2153
2158
  "type": "int",
2154
2159
  "value_allowed_null": false
@@ -2156,9 +2161,10 @@
2156
2161
  {
2157
2162
  "disabled": false,
2158
2163
  "document": "域名化资产对应的域名\n注意:此字段可能返回 null,表示取不到有效值。",
2159
- "example": "",
2164
+ "example": "www.abc.com",
2160
2165
  "member": "string",
2161
2166
  "name": "Domain",
2167
+ "output_required": true,
2162
2168
  "required": false,
2163
2169
  "type": "string",
2164
2170
  "value_allowed_null": true
@@ -3137,7 +3143,7 @@
3137
3143
  },
3138
3144
  {
3139
3145
  "disabled": false,
3140
- "document": "如果该资源实例为域名化资产则,该参数必填",
3146
+ "document": "如果该资源实例为域名化资产以及跨地域绑定则,该参数必填",
3141
3147
  "example": "ap-guangzhou",
3142
3148
  "member": "string",
3143
3149
  "name": "FilterRegion",
@@ -12222,20 +12228,20 @@
12222
12228
  {
12223
12229
  "disabled": false,
12224
12230
  "document": "描述",
12225
- "example": "",
12231
+ "example": "msg",
12226
12232
  "member": "string",
12227
12233
  "name": "Message",
12228
- "required": true,
12234
+ "output_required": true,
12229
12235
  "type": "string",
12230
12236
  "value_allowed_null": false
12231
12237
  },
12232
12238
  {
12233
12239
  "disabled": false,
12234
12240
  "document": "成功/错误码",
12235
- "example": "",
12241
+ "example": "200",
12236
12242
  "member": "string",
12237
12243
  "name": "Code",
12238
- "required": true,
12244
+ "output_required": true,
12239
12245
  "type": "string",
12240
12246
  "value_allowed_null": false
12241
12247
  }
@@ -27,8 +27,8 @@
27
27
  "CreateBoundIP": [
28
28
  {
29
29
  "document": "绑定资产到高防包",
30
- "input": "POST / HTTP/1.1\nHost: antiddos.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBoundIP\n<公共请求参数>\n\n{\n \"BoundDevList\": [\n {\n \"BizType\": \"abc\",\n \"Ip\": \"abc\",\n \"InstanceId\": \"abc\",\n \"DeviceType\": \"abc\",\n \"IspCode\": 1,\n \"Domain\": \"abc\"\n }\n ],\n \"Business\": \"abc\",\n \"Id\": \"abc\",\n \"UnBoundDevList\": [\n {\n \"BizType\": \"abc\",\n \"Ip\": \"abc\",\n \"InstanceId\": \"abc\",\n \"DeviceType\": \"abc\",\n \"IspCode\": 1,\n \"Domain\": \"abc\"\n }\n ],\n \"CopyPolicy\": \"abc\",\n \"FilterRegion\": \"abc\"\n}",
31
- "output": "{\n \"Response\": {\n \"Success\": {\n \"Message\": \"abc\",\n \"Code\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
30
+ "input": "POST / HTTP/1.1\nHost: antiddos.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBoundIP\n<公共请求参数>\n\n{\n \"BoundDevList\": [\n {\n \"BizType\": \"cvm\",\n \"Ip\": \"1.1.1.1\",\n \"InstanceId\": \"id-xxx\",\n \"DeviceType\": \"cvm\",\n \"IspCode\": 1,\n \"Domain\": \"www.abc.com\"\n }\n ],\n \"Business\": \"bgp\",\n \"Id\": \"id-xxx\",\n \"UnBoundDevList\": [\n {\n \"BizType\": \"cvm\",\n \"Ip\": \"1.1.1.1\",\n \"InstanceId\": \"id-xxx\",\n \"DeviceType\": \"cvm\",\n \"IspCode\": 1,\n \"Domain\": \"www.abc.com\"\n }\n ],\n \"CopyPolicy\": \"policy\",\n \"FilterRegion\": \"guangzhou\"\n}",
31
+ "output": "{\n \"Response\": {\n \"Success\": {\n \"Message\": \"msg\",\n \"Code\": \"200\"\n },\n \"RequestId\": \"reqid\"\n }\n}",
32
32
  "title": "绑定资产到高防包"
33
33
  }
34
34
  ],
@@ -14631,9 +14631,10 @@
14631
14631
  {
14632
14632
  "disabled": false,
14633
14633
  "document": "商品详情名称标识",
14634
- "example": "",
14634
+ "example": "云硬盘类型",
14635
14635
  "member": "string",
14636
14636
  "name": "Name",
14637
+ "output_required": true,
14637
14638
  "required": true,
14638
14639
  "type": "string",
14639
14640
  "value_allowed_null": false
@@ -14641,9 +14642,10 @@
14641
14642
  {
14642
14643
  "disabled": false,
14643
14644
  "document": "商品详情",
14644
- "example": "",
14645
+ "example": "系统盘",
14645
14646
  "member": "string",
14646
14647
  "name": "Value",
14648
+ "output_required": true,
14647
14649
  "required": true,
14648
14650
  "type": "string",
14649
14651
  "value_allowed_null": false
@@ -8060,7 +8060,7 @@
8060
8060
  },
8061
8061
  {
8062
8062
  "disabled": false,
8063
- "document": "EndStatus与EndStatusString一一对应,具体枚举如下:\n\n**场景\t EndStatus\tEndStatusString\t状态说明**\n\n电话呼入&呼出\t1\t ok\t 正常结束\n\n电话呼入&呼出\t0\t error\t 系统错误\n\n电话呼入\t 102\t ivrGiveUp\t IVR 期间用户放弃\n\n电话呼入\t 103\t waitingGiveUp\t 会话排队期间用户放弃\n\n电话呼入\t 104\t ringingGiveUp\t 会话振铃期间用户放弃\n\n电话呼入\t 105\t noSeatOnline\t 无座席在线\n\n电话呼入 106\t notWorkTime\t 非工作时间 \n\n电话呼入\t 107\t ivrEnd\t IVR 后直接结束\n\n电话呼入\t 100\t blackList 呼入黑名单 \n\n电话呼出 2\t unconnected\t未接通\n\n电话呼出 108\t restrictedCallee\t被叫因高风险受限\n\n电话呼出 109\t tooManyRequest\t 超频\n\n电话呼出 110\t restrictedArea\t 外呼盲区\n\n电话呼出 111\t restrictedTime\t外呼时间限制\n \n电话呼出 201 unknown\t未知状态\n\n电话呼出 202 notAnswer\t未接听\n\n电话呼出 203\t userReject\t拒接挂断\n\n电话呼出\t 204\t powerOff\t关机\n\n电话呼出 205 numberNotExist\t空号\n\n电话呼出\t 206\t busy\t通话中\n\n电话呼出 \t 207\t outOfCredit\t欠费\n\n电话呼出\t 208\t operatorError\t运营商线路异常\n\n电话呼出 \t209\t callerCancel\t主叫取消\n\n电话呼出\t 210\t notInService\t不在服务区\n\n电话呼入&呼出\t211 clientError 客户端错误\n",
8063
+ "document": "EndStatus与EndStatusString一一对应,具体枚举如下:\n\n**场景\t EndStatus\tEndStatusString\t状态说明**\n\n电话呼入&呼出\t1\t ok\t 正常结束\n\n电话呼入&呼出\t0\t error\t 系统错误\n\n电话呼入\t 102\t ivrGiveUp\t IVR 期间用户放弃\n\n电话呼入\t 103\t waitingGiveUp\t 会话排队期间用户放弃\n\n电话呼入\t 104\t ringingGiveUp\t 会话振铃期间用户放弃\n\n电话呼入\t 105\t noSeatOnline\t 无座席在线\n\n电话呼入 106\t notWorkTime\t 非工作时间 \n\n电话呼入\t 107\t ivrEnd\t IVR 后直接结束\n\n电话呼入\t 100\t blackList 呼入黑名单 \n\n电话呼出 2\t unconnected\t未接通\n\n电话呼出 108\t restrictedCallee\t被叫因高风险受限\n\n电话呼出 109\t tooManyRequest\t 超频\n\n电话呼出 110\t restrictedArea\t 外呼盲区\n\n电话呼出 111\t restrictedTime\t外呼时间限制\n \n电话呼出 201 unknown\t未知状态\n\n电话呼出 202 notAnswer\t未接听\n\n电话呼出 203\t userReject\t拒接挂断\n\n电话呼出\t 204\t powerOff\t关机\n\n电话呼出 205 numberNotExist\t空号\n\n电话呼出\t 206\t busy\t通话中\n\n电话呼出 \t 207\t outOfCredit\t欠费\n\n电话呼出\t 208\t operatorError\t运营商线路异常\n\n电话呼出 \t209\t callerCancel\t主叫取消\n\n电话呼出\t 210\t notInService\t不在服务区\n\n电话呼入&呼出\t211 clientError 客户端错误\n电话呼出 212 carrierBlocked 运营商拦截",
8064
8064
  "example": "1",
8065
8065
  "member": "int64",
8066
8066
  "name": "EndStatus",
@@ -8170,7 +8170,7 @@
8170
8170
  },
8171
8171
  {
8172
8172
  "disabled": false,
8173
- "document": "EndStatus与EndStatusString一一对应,具体枚举如下:\n\n**场景\t EndStatus\tEndStatusString\t状态说明**\n\n电话呼入&呼出\t1\t ok\t 正常结束\n\n电话呼入&呼出\t0\t error\t 系统错误\n\n电话呼入\t 102\t ivrGiveUp\t IVR 期间用户放弃\n\n电话呼入\t 103\t waitingGiveUp\t 会话排队期间用户放弃\n\n电话呼入\t 104\t ringingGiveUp\t 会话振铃期间用户放弃\n\n电话呼入\t 105\t noSeatOnline\t 无座席在线\n\n电话呼入 106\t notWorkTime\t 非工作时间 \n\n电话呼入\t 107\t ivrEnd\t IVR 后直接结束\n\n电话呼入\t 100\t blackList 呼入黑名单 \n\n电话呼出 2\t unconnected\t未接通\n\n电话呼出 108\t restrictedCallee\t被叫因高风险受限\n\n电话呼出 109\t tooManyRequest\t 超频\n\n电话呼出 110\t restrictedArea\t 外呼盲区\n\n电话呼出 111\t restrictedTime\t外呼时间限制\n \n电话呼出 201 unknown\t未知状态\n\n电话呼出 202 notAnswer\t未接听\n\n电话呼出 203\t userReject\t拒接挂断\n\n电话呼出\t 204\t powerOff\t关机\n\n电话呼出 205 numberNotExist\t空号\n\n电话呼出\t 206\t busy\t通话中\n\n电话呼出 \t 207\t outOfCredit\t欠费\n\n电话呼出\t 208\t operatorError\t运营商线路异常\n\n电话呼出 \t209\t callerCancel\t主叫取消\n\n电话呼出\t 210\t notInService\t不在服务区\n\n电话呼入&呼出\t211 clientError 客户端错误\n",
8173
+ "document": "EndStatus与EndStatusString一一对应,具体枚举如下:\n\n**场景\t EndStatus\tEndStatusString\t状态说明**\n\n电话呼入&呼出\t1\t ok\t 正常结束\n\n电话呼入&呼出\t0\t error\t 系统错误\n\n电话呼入\t 102\t ivrGiveUp\t IVR 期间用户放弃\n\n电话呼入\t 103\t waitingGiveUp\t 会话排队期间用户放弃\n\n电话呼入\t 104\t ringingGiveUp\t 会话振铃期间用户放弃\n\n电话呼入\t 105\t noSeatOnline\t 无座席在线\n\n电话呼入 106\t notWorkTime\t 非工作时间 \n\n电话呼入\t 107\t ivrEnd\t IVR 后直接结束\n\n电话呼入\t 100\t blackList 呼入黑名单 \n\n电话呼出 2\t unconnected\t未接通\n\n电话呼出 108\t restrictedCallee\t被叫因高风险受限\n\n电话呼出 109\t tooManyRequest\t 超频\n\n电话呼出 110\t restrictedArea\t 外呼盲区\n\n电话呼出 111\t restrictedTime\t外呼时间限制\n \n电话呼出 201 unknown\t未知状态\n\n电话呼出 202 notAnswer\t未接听\n\n电话呼出 203\t userReject\t拒接挂断\n\n电话呼出\t 204\t powerOff\t关机\n\n电话呼出 205 numberNotExist\t空号\n\n电话呼出\t 206\t busy\t通话中\n\n电话呼出 \t 207\t outOfCredit\t欠费\n\n电话呼出\t 208\t operatorError\t运营商线路异常\n\n电话呼出 \t209\t callerCancel\t主叫取消\n\n电话呼出\t 210\t notInService\t不在服务区\n\n电话呼入&呼出\t211 clientError 客户端错误\n电话呼出 212 carrierBlocked 运营商拦截",
8174
8174
  "example": "ok",
8175
8175
  "member": "string",
8176
8176
  "name": "EndStatusString",
@@ -2382,6 +2382,7 @@
2382
2382
  "example": "on",
2383
2383
  "member": "string",
2384
2384
  "name": "Switch",
2385
+ "output_required": true,
2385
2386
  "required": true,
2386
2387
  "type": "string",
2387
2388
  "value_allowed_null": false
@@ -2392,16 +2393,18 @@
2392
2393
  "example": "dfss12nk",
2393
2394
  "member": "string",
2394
2395
  "name": "AccessKey",
2396
+ "output_required": true,
2395
2397
  "required": false,
2396
2398
  "type": "string",
2397
2399
  "value_allowed_null": true
2398
2400
  },
2399
2401
  {
2400
2402
  "disabled": false,
2401
- "document": "密钥。\n注意:此字段可能返回 null,表示取不到有效值。",
2402
- "example": "dsfds13m",
2403
+ "document": "密钥,字段为脱敏返回。\n注意:此字段可能返回 null,表示取不到有效值。",
2404
+ "example": "wn***************mg",
2403
2405
  "member": "string",
2404
2406
  "name": "SecretKey",
2407
+ "output_required": true,
2405
2408
  "required": false,
2406
2409
  "type": "string",
2407
2410
  "value_allowed_null": true
@@ -2412,6 +2415,7 @@
2412
2415
  "example": "gz",
2413
2416
  "member": "string",
2414
2417
  "name": "Region",
2418
+ "output_required": true,
2415
2419
  "required": false,
2416
2420
  "type": "string",
2417
2421
  "value_allowed_null": true
@@ -2422,6 +2426,7 @@
2422
2426
  "example": "hw-oss",
2423
2427
  "member": "string",
2424
2428
  "name": "Bucket",
2429
+ "output_required": true,
2425
2430
  "required": false,
2426
2431
  "type": "string",
2427
2432
  "value_allowed_null": true
@@ -10420,6 +10425,7 @@
10420
10425
  "example": "on",
10421
10426
  "member": "string",
10422
10427
  "name": "Switch",
10428
+ "output_required": true,
10423
10429
  "required": true,
10424
10430
  "type": "string",
10425
10431
  "value_allowed_null": false
@@ -10430,16 +10436,18 @@
10430
10436
  "example": "SYWKY0DAR8I5NXZO93YT",
10431
10437
  "member": "string",
10432
10438
  "name": "AccessKey",
10439
+ "output_required": true,
10433
10440
  "required": false,
10434
10441
  "type": "string",
10435
10442
  "value_allowed_null": true
10436
10443
  },
10437
10444
  {
10438
10445
  "disabled": false,
10439
- "document": "密钥\n注意:此字段可能返回 null,表示取不到有效值。",
10440
- "example": "5Hhn0uss213Szfgysb6nOkWaGA6Z4V956n8NtSmg",
10446
+ "document": "密钥,字段为脱敏返回。\n注意:此字段可能返回 null,表示取不到有效值。",
10447
+ "example": "wn***************mg",
10441
10448
  "member": "string",
10442
10449
  "name": "SecretKey",
10450
+ "output_required": true,
10443
10451
  "required": false,
10444
10452
  "type": "string",
10445
10453
  "value_allowed_null": true
@@ -10450,6 +10458,7 @@
10450
10458
  "example": "hw-1-163",
10451
10459
  "member": "string",
10452
10460
  "name": "Bucket",
10461
+ "output_required": true,
10453
10462
  "required": false,
10454
10463
  "type": "string",
10455
10464
  "value_allowed_null": true
@@ -12943,6 +12952,7 @@
12943
12952
  "example": "on",
12944
12953
  "member": "string",
12945
12954
  "name": "Switch",
12955
+ "output_required": true,
12946
12956
  "required": true,
12947
12957
  "type": "string",
12948
12958
  "value_allowed_null": false
@@ -12950,19 +12960,21 @@
12950
12960
  {
12951
12961
  "disabled": false,
12952
12962
  "document": "访问ID。\n注意:此字段可能返回 null,表示取不到有效值。",
12953
- "example": "abc",
12963
+ "example": "AKkjqrfjaoidn",
12954
12964
  "member": "string",
12955
12965
  "name": "AccessKey",
12966
+ "output_required": true,
12956
12967
  "required": false,
12957
12968
  "type": "string",
12958
12969
  "value_allowed_null": true
12959
12970
  },
12960
12971
  {
12961
12972
  "disabled": false,
12962
- "document": "密钥。\n注意:此字段可能返回 null,表示取不到有效值。",
12963
- "example": "abc",
12973
+ "document": "密钥,字段为脱敏返回。\n注意:此字段可能返回 null,表示取不到有效值。",
12974
+ "example": "wn***************mg\t",
12964
12975
  "member": "string",
12965
12976
  "name": "SecretKey",
12977
+ "output_required": true,
12966
12978
  "required": false,
12967
12979
  "type": "string",
12968
12980
  "value_allowed_null": true
@@ -12973,6 +12985,7 @@
12973
12985
  "example": "gz",
12974
12986
  "member": "string",
12975
12987
  "name": "Region",
12988
+ "output_required": true,
12976
12989
  "required": false,
12977
12990
  "type": "string",
12978
12991
  "value_allowed_null": true
@@ -12983,6 +12996,7 @@
12983
12996
  "example": "hw-oss",
12984
12997
  "member": "string",
12985
12998
  "name": "Bucket",
12999
+ "output_required": true,
12986
13000
  "required": false,
12987
13001
  "type": "string",
12988
13002
  "value_allowed_null": true
@@ -12999,6 +13013,7 @@
12999
13013
  "example": "on",
13000
13014
  "member": "string",
13001
13015
  "name": "Switch",
13016
+ "output_required": true,
13002
13017
  "required": true,
13003
13018
  "type": "string",
13004
13019
  "value_allowed_null": false
@@ -13009,16 +13024,18 @@
13009
13024
  "example": "TXUIWY0BAR8I5NXZ693YU",
13010
13025
  "member": "string",
13011
13026
  "name": "AccessKey",
13027
+ "output_required": true,
13012
13028
  "required": false,
13013
13029
  "type": "string",
13014
13030
  "value_allowed_null": true
13015
13031
  },
13016
13032
  {
13017
13033
  "disabled": false,
13018
- "document": "密钥。\n注意:此字段可能返回 null,表示取不到有效值。",
13019
- "example": "4Gwn2uss513uytKysb6nOkWaGA6Z4V956n8NtSmg\t",
13034
+ "document": "密钥,字段位脱敏返回。\n注意:此字段可能返回 null,表示取不到有效值。",
13035
+ "example": "wn***************mg",
13020
13036
  "member": "string",
13021
13037
  "name": "SecretKey",
13038
+ "output_required": true,
13022
13039
  "required": false,
13023
13040
  "type": "string",
13024
13041
  "value_allowed_null": true
@@ -13029,6 +13046,7 @@
13029
13046
  "example": "gz",
13030
13047
  "member": "string",
13031
13048
  "name": "Region",
13049
+ "output_required": true,
13032
13050
  "required": false,
13033
13051
  "type": "string",
13034
13052
  "value_allowed_null": true
@@ -13039,6 +13057,7 @@
13039
13057
  "example": "bucket-name",
13040
13058
  "member": "string",
13041
13059
  "name": "Bucket",
13060
+ "output_required": true,
13042
13061
  "required": false,
13043
13062
  "type": "string",
13044
13063
  "value_allowed_null": true
@@ -13945,6 +13964,7 @@
13945
13964
  "example": "on",
13946
13965
  "member": "string",
13947
13966
  "name": "Switch",
13967
+ "output_required": true,
13948
13968
  "required": true,
13949
13969
  "type": "string",
13950
13970
  "value_allowed_null": false
@@ -13955,16 +13975,18 @@
13955
13975
  "example": "ousbDM5xlzuAZJEhhwcLj8makXkYiaAvciZHqAQj",
13956
13976
  "member": "string",
13957
13977
  "name": "AccessKey",
13978
+ "output_required": true,
13958
13979
  "required": false,
13959
13980
  "type": "string",
13960
13981
  "value_allowed_null": true
13961
13982
  },
13962
13983
  {
13963
13984
  "disabled": false,
13964
- "document": "密钥",
13965
- "example": "c109ES08UcSUNdSA1rN04tSBJ8I45BrxMZQn3vtL",
13985
+ "document": "密钥,字段为脱敏返回。",
13986
+ "example": "wn***************mg",
13966
13987
  "member": "string",
13967
13988
  "name": "SecretKey",
13989
+ "output_required": true,
13968
13990
  "required": false,
13969
13991
  "type": "string",
13970
13992
  "value_allowed_null": false
@@ -13648,7 +13648,7 @@
13648
13648
  },
13649
13649
  {
13650
13650
  "disabled": false,
13651
- "document": "接收者。\n当ReceiverType为Uin时,ReceiverIds的值为用户uid。[子用户信息查询](https://cloud.tencent.com/document/api/598/53486)\n当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/14985)",
13651
+ "document": "接收者。\n当ReceiverType为Uin时,ReceiverIds的值为用户uid。[子用户信息查询](https://cloud.tencent.com/document/api/598/53486)\n当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/34589)",
13652
13652
  "example": "[1234,2345]",
13653
13653
  "member": "int64",
13654
13654
  "name": "ReceiverIds",
@@ -5936,7 +5936,7 @@
5936
5936
  {
5937
5937
  "disabled": false,
5938
5938
  "document": "标签描述列表。通过指定该参数可以同时绑定标签到自定义镜像。",
5939
- "example": "",
5939
+ "example": "[{'ResourceType': 'image', 'Tags': [{'Key': 'ServiceInstance', 'Value': 'dfs-digital-facilities-system-isc-prod'}]}]",
5940
5940
  "member": "TagSpecification",
5941
5941
  "name": "TagSpecification",
5942
5942
  "required": false,
@@ -5972,7 +5972,7 @@
5972
5972
  {
5973
5973
  "disabled": false,
5974
5974
  "document": "导入的数据盘列表",
5975
- "example": "[]",
5975
+ "example": "[{\"ImageUrl\": \"https://user-test-1317392000.cos.ap-guangzhou.myqcloud.com/snap-xxxx.qcow2\"}]",
5976
5976
  "member": "ImportImageDataDisk",
5977
5977
  "name": "ImportImageDataDiskList",
5978
5978
  "required": false,
@@ -5984,6 +5984,16 @@
5984
5984
  "ImportImageResponse": {
5985
5985
  "document": "ImportImage返回参数结构体",
5986
5986
  "members": [
5987
+ {
5988
+ "disabled": false,
5989
+ "document": "镜像 ID",
5990
+ "example": "img-ds656asd",
5991
+ "member": "string",
5992
+ "name": "ImageId",
5993
+ "output_required": false,
5994
+ "type": "string",
5995
+ "value_allowed_null": false
5996
+ },
5987
5997
  {
5988
5998
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5989
5999
  "member": "string",
@@ -15010,7 +15010,7 @@
15010
15010
  "type": "object"
15011
15011
  },
15012
15012
  "SLInstanceInfo": {
15013
- "document": "Serverless HBase 实例信息",
15013
+ "document": "Serverless HBase实例信息",
15014
15014
  "members": [
15015
15015
  {
15016
15016
  "disabled": false,
@@ -15042,6 +15042,16 @@
15042
15042
  "type": "string",
15043
15043
  "value_allowed_null": false
15044
15044
  },
15045
+ {
15046
+ "disabled": false,
15047
+ "document": "健康状态",
15048
+ "example": "Green",
15049
+ "member": "string",
15050
+ "name": "HealthStatus",
15051
+ "output_required": false,
15052
+ "type": "string",
15053
+ "value_allowed_null": false
15054
+ },
15045
15055
  {
15046
15056
  "disabled": false,
15047
15057
  "document": "实例名称",
@@ -693,6 +693,58 @@ def doCreateFlowGroupByTemplates(args, parsed_globals):
693
693
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
694
694
 
695
695
 
696
+ def doVerifyDigitFile(args, parsed_globals):
697
+ g_param = parse_global_arg(parsed_globals)
698
+
699
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
700
+ cred = credential.CVMRoleCredential()
701
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
702
+ cred = credential.STSAssumeRoleCredential(
703
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
704
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
705
+ )
706
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
707
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
708
+ else:
709
+ cred = credential.Credential(
710
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
711
+ )
712
+ http_profile = HttpProfile(
713
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
714
+ reqMethod="POST",
715
+ endpoint=g_param[OptionsDefine.Endpoint],
716
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
717
+ )
718
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
719
+ if g_param[OptionsDefine.Language]:
720
+ profile.language = g_param[OptionsDefine.Language]
721
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
722
+ client = mod.EssClient(cred, g_param[OptionsDefine.Region], profile)
723
+ client._sdkVersion += ("_CLI_" + __version__)
724
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
725
+ model = models.VerifyDigitFileRequest()
726
+ model.from_json_string(json.dumps(args))
727
+ start_time = time.time()
728
+ while True:
729
+ rsp = client.VerifyDigitFile(model)
730
+ result = rsp.to_json_string()
731
+ try:
732
+ json_obj = json.loads(result)
733
+ except TypeError as e:
734
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
735
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
736
+ break
737
+ cur_time = time.time()
738
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
739
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
740
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
741
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
742
+ else:
743
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
744
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
745
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
746
+
747
+
696
748
  def doCreatePartnerAutoSignAuthUrl(args, parsed_globals):
697
749
  g_param = parse_global_arg(parsed_globals)
698
750
 
@@ -4541,6 +4593,58 @@ def doDisableUserAutoSign(args, parsed_globals):
4541
4593
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
4542
4594
 
4543
4595
 
4596
+ def doDescribeFileCounterSignResult(args, parsed_globals):
4597
+ g_param = parse_global_arg(parsed_globals)
4598
+
4599
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
4600
+ cred = credential.CVMRoleCredential()
4601
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
4602
+ cred = credential.STSAssumeRoleCredential(
4603
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
4604
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
4605
+ )
4606
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
4607
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
4608
+ else:
4609
+ cred = credential.Credential(
4610
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
4611
+ )
4612
+ http_profile = HttpProfile(
4613
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
4614
+ reqMethod="POST",
4615
+ endpoint=g_param[OptionsDefine.Endpoint],
4616
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
4617
+ )
4618
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
4619
+ if g_param[OptionsDefine.Language]:
4620
+ profile.language = g_param[OptionsDefine.Language]
4621
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
4622
+ client = mod.EssClient(cred, g_param[OptionsDefine.Region], profile)
4623
+ client._sdkVersion += ("_CLI_" + __version__)
4624
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
4625
+ model = models.DescribeFileCounterSignResultRequest()
4626
+ model.from_json_string(json.dumps(args))
4627
+ start_time = time.time()
4628
+ while True:
4629
+ rsp = client.DescribeFileCounterSignResult(model)
4630
+ result = rsp.to_json_string()
4631
+ try:
4632
+ json_obj = json.loads(result)
4633
+ except TypeError as e:
4634
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
4635
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
4636
+ break
4637
+ cur_time = time.time()
4638
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
4639
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
4640
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
4641
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
4642
+ else:
4643
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
4644
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
4645
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
4646
+
4647
+
4544
4648
  def doGetTaskResultApi(args, parsed_globals):
4545
4649
  g_param = parse_global_arg(parsed_globals)
4546
4650
 
@@ -4853,6 +4957,58 @@ def doDescribeThirdPartyAuthCode(args, parsed_globals):
4853
4957
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
4854
4958
 
4855
4959
 
4960
+ def doCreateFileCounterSign(args, parsed_globals):
4961
+ g_param = parse_global_arg(parsed_globals)
4962
+
4963
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
4964
+ cred = credential.CVMRoleCredential()
4965
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
4966
+ cred = credential.STSAssumeRoleCredential(
4967
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
4968
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
4969
+ )
4970
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
4971
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
4972
+ else:
4973
+ cred = credential.Credential(
4974
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
4975
+ )
4976
+ http_profile = HttpProfile(
4977
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
4978
+ reqMethod="POST",
4979
+ endpoint=g_param[OptionsDefine.Endpoint],
4980
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
4981
+ )
4982
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
4983
+ if g_param[OptionsDefine.Language]:
4984
+ profile.language = g_param[OptionsDefine.Language]
4985
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
4986
+ client = mod.EssClient(cred, g_param[OptionsDefine.Region], profile)
4987
+ client._sdkVersion += ("_CLI_" + __version__)
4988
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
4989
+ model = models.CreateFileCounterSignRequest()
4990
+ model.from_json_string(json.dumps(args))
4991
+ start_time = time.time()
4992
+ while True:
4993
+ rsp = client.CreateFileCounterSign(model)
4994
+ result = rsp.to_json_string()
4995
+ try:
4996
+ json_obj = json.loads(result)
4997
+ except TypeError as e:
4998
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
4999
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
5000
+ break
5001
+ cur_time = time.time()
5002
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
5003
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
5004
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
5005
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
5006
+ else:
5007
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
5008
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
5009
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
5010
+
5011
+
4856
5012
  def doDescribeOrganizationSeals(args, parsed_globals):
4857
5013
  g_param = parse_global_arg(parsed_globals)
4858
5014
 
@@ -5033,6 +5189,7 @@ ACTION_MAP = {
5033
5189
  "CreateReleaseFlow": doCreateReleaseFlow,
5034
5190
  "DescribeUserAutoSignStatus": doDescribeUserAutoSignStatus,
5035
5191
  "CreateFlowGroupByTemplates": doCreateFlowGroupByTemplates,
5192
+ "VerifyDigitFile": doVerifyDigitFile,
5036
5193
  "CreatePartnerAutoSignAuthUrl": doCreatePartnerAutoSignAuthUrl,
5037
5194
  "CreateFlowByFiles": doCreateFlowByFiles,
5038
5195
  "DescribeIntegrationRoles": doDescribeIntegrationRoles,
@@ -5107,12 +5264,14 @@ ACTION_MAP = {
5107
5264
  "CreateSchemeUrl": doCreateSchemeUrl,
5108
5265
  "CreateOrganizationGroupInvitationLink": doCreateOrganizationGroupInvitationLink,
5109
5266
  "DisableUserAutoSign": doDisableUserAutoSign,
5267
+ "DescribeFileCounterSignResult": doDescribeFileCounterSignResult,
5110
5268
  "GetTaskResultApi": doGetTaskResultApi,
5111
5269
  "DescribeBillUsage": doDescribeBillUsage,
5112
5270
  "ArchiveDynamicFlow": doArchiveDynamicFlow,
5113
5271
  "UpdateIntegrationEmployees": doUpdateIntegrationEmployees,
5114
5272
  "CreateOrganizationBatchSignUrl": doCreateOrganizationBatchSignUrl,
5115
5273
  "DescribeThirdPartyAuthCode": doDescribeThirdPartyAuthCode,
5274
+ "CreateFileCounterSign": doCreateFileCounterSign,
5116
5275
  "DescribeOrganizationSeals": doDescribeOrganizationSeals,
5117
5276
  "DescribeOrganizationVerifyStatus": doDescribeOrganizationVerifyStatus,
5118
5277
  "DeleteExtendedServiceAuthInfos": doDeleteExtendedServiceAuthInfos,