tccli 3.0.1274.1__py2.py3-none-any.whl → 3.0.1276.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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +0 -9
- tccli/services/ams/v20201229/api.json +82 -0
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/batch/v20170312/api.json +24 -24
- tccli/services/cdwdoris/v20211228/api.json +19 -0
- tccli/services/cfw/v20190904/api.json +6 -6
- tccli/services/clb/v20180317/api.json +32 -4
- tccli/services/cloudstudio/v20230508/api.json +1 -1
- tccli/services/cvm/v20170312/api.json +48 -37
- tccli/services/cynosdb/v20190107/api.json +14 -4
- tccli/services/dlc/v20210125/api.json +17 -15
- tccli/services/dlc/v20210125/examples.json +4 -4
- tccli/services/dts/v20211206/api.json +1 -1
- tccli/services/emr/v20190103/api.json +24 -24
- tccli/services/es/v20180416/api.json +2 -2
- tccli/services/es/v20180416/examples.json +4 -4
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +403 -322
- tccli/services/ess/v20201111/examples.json +16 -2
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +310 -238
- tccli/services/essbasic/v20210526/examples.json +14 -0
- tccli/services/faceid/v20180301/api.json +3 -3
- tccli/services/lcic/v20220817/api.json +3 -3
- tccli/services/lighthouse/v20200324/api.json +6 -6
- tccli/services/live/v20180801/api.json +371 -380
- tccli/services/lke/lke_client.py +53 -0
- tccli/services/lke/v20231130/api.json +72 -2
- tccli/services/lke/v20231130/examples.json +8 -0
- tccli/services/ocr/v20181119/api.json +17 -7
- tccli/services/ocr/v20181119/examples.json +4 -4
- tccli/services/organization/v20210331/api.json +19 -0
- tccli/services/rce/v20201103/api.json +15 -15
- tccli/services/taf/v20200210/api.json +9 -9
- tccli/services/tcbr/v20220217/api.json +18 -0
- tccli/services/teo/v20220901/api.json +2 -2
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/tke/v20180525/api.json +328 -323
- tccli/services/tke/v20180525/examples.json +2 -2
- tccli/services/tke/v20220501/api.json +8 -8
- tccli/services/tse/v20201207/api.json +84 -4
- tccli/services/vm/v20201229/api.json +428 -78
- tccli/services/vm/v20210922/api.json +482 -82
- tccli/services/vpc/v20170312/api.json +2 -2
- tccli/services/weilingwith/v20230427/api.json +20 -20
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/RECORD +51 -63
- tccli/services/lp/__init__.py +0 -4
- tccli/services/lp/lp_client.py +0 -207
- tccli/services/lp/v20200224/api.json +0 -311
- tccli/services/lp/v20200224/examples.json +0 -13
- tccli/services/rkp/__init__.py +0 -4
- tccli/services/rkp/rkp_client.py +0 -313
- tccli/services/rkp/v20191209/api.json +0 -564
- tccli/services/rkp/v20191209/examples.json +0 -29
- tccli/services/rp/__init__.py +0 -4
- tccli/services/rp/rp_client.py +0 -207
- tccli/services/rp/v20200224/api.json +0 -290
- tccli/services/rp/v20200224/examples.json +0 -13
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/license_files/LICENSE +0 -0
| @@ -283,7 +283,7 @@ | |
| 283 283 | 
             
                "DescribeStarRocksQueryInfo": {
         | 
| 284 284 | 
             
                  "document": "查询StarRocks查询信息",
         | 
| 285 285 | 
             
                  "input": "DescribeStarRocksQueryInfoRequest",
         | 
| 286 | 
            -
                  "name": "查询 | 
| 286 | 
            +
                  "name": "查询StarRocks查询信息",
         | 
| 287 287 | 
             
                  "output": "DescribeStarRocksQueryInfoResponse",
         | 
| 288 288 | 
             
                  "status": "online"
         | 
| 289 289 | 
             
                },
         | 
| @@ -8297,7 +8297,7 @@ | |
| 8297 8297 | 
             
                      "example": "[\"\"]",
         | 
| 8298 8298 | 
             
                      "member": "string",
         | 
| 8299 8299 | 
             
                      "name": "SoftInfo",
         | 
| 8300 | 
            -
                      " | 
| 8300 | 
            +
                      "output_required": true,
         | 
| 8301 8301 | 
             
                      "type": "list",
         | 
| 8302 8302 | 
             
                      "value_allowed_null": true
         | 
| 8303 8303 | 
             
                    },
         | 
| @@ -8307,7 +8307,7 @@ | |
| 8307 8307 | 
             
                      "example": "2",
         | 
| 8308 8308 | 
             
                      "member": "int64",
         | 
| 8309 8309 | 
             
                      "name": "MasterNodeSize",
         | 
| 8310 | 
            -
                      " | 
| 8310 | 
            +
                      "output_required": true,
         | 
| 8311 8311 | 
             
                      "type": "int",
         | 
| 8312 8312 | 
             
                      "value_allowed_null": true
         | 
| 8313 8313 | 
             
                    },
         | 
| @@ -8317,7 +8317,7 @@ | |
| 8317 8317 | 
             
                      "example": "3",
         | 
| 8318 8318 | 
             
                      "member": "int64",
         | 
| 8319 8319 | 
             
                      "name": "CoreNodeSize",
         | 
| 8320 | 
            -
                      " | 
| 8320 | 
            +
                      "output_required": true,
         | 
| 8321 8321 | 
             
                      "type": "int",
         | 
| 8322 8322 | 
             
                      "value_allowed_null": true
         | 
| 8323 8323 | 
             
                    },
         | 
| @@ -8327,7 +8327,7 @@ | |
| 8327 8327 | 
             
                      "example": "4",
         | 
| 8328 8328 | 
             
                      "member": "int64",
         | 
| 8329 8329 | 
             
                      "name": "TaskNodeSize",
         | 
| 8330 | 
            -
                      " | 
| 8330 | 
            +
                      "output_required": true,
         | 
| 8331 8331 | 
             
                      "type": "int",
         | 
| 8332 8332 | 
             
                      "value_allowed_null": true
         | 
| 8333 8333 | 
             
                    },
         | 
| @@ -8337,7 +8337,7 @@ | |
| 8337 8337 | 
             
                      "example": "5",
         | 
| 8338 8338 | 
             
                      "member": "int64",
         | 
| 8339 8339 | 
             
                      "name": "ComNodeSize",
         | 
| 8340 | 
            -
                      " | 
| 8340 | 
            +
                      "output_required": true,
         | 
| 8341 8341 | 
             
                      "type": "int",
         | 
| 8342 8342 | 
             
                      "value_allowed_null": true
         | 
| 8343 8343 | 
             
                    },
         | 
| @@ -8347,7 +8347,7 @@ | |
| 8347 8347 | 
             
                      "example": "null",
         | 
| 8348 8348 | 
             
                      "member": "OutterResource",
         | 
| 8349 8349 | 
             
                      "name": "MasterResource",
         | 
| 8350 | 
            -
                      " | 
| 8350 | 
            +
                      "output_required": true,
         | 
| 8351 8351 | 
             
                      "type": "object",
         | 
| 8352 8352 | 
             
                      "value_allowed_null": true
         | 
| 8353 8353 | 
             
                    },
         | 
| @@ -8357,7 +8357,7 @@ | |
| 8357 8357 | 
             
                      "example": "null",
         | 
| 8358 8358 | 
             
                      "member": "OutterResource",
         | 
| 8359 8359 | 
             
                      "name": "CoreResource",
         | 
| 8360 | 
            -
                      " | 
| 8360 | 
            +
                      "output_required": true,
         | 
| 8361 8361 | 
             
                      "type": "object",
         | 
| 8362 8362 | 
             
                      "value_allowed_null": true
         | 
| 8363 8363 | 
             
                    },
         | 
| @@ -8367,7 +8367,7 @@ | |
| 8367 8367 | 
             
                      "example": "null",
         | 
| 8368 8368 | 
             
                      "member": "OutterResource",
         | 
| 8369 8369 | 
             
                      "name": "TaskResource",
         | 
| 8370 | 
            -
                      " | 
| 8370 | 
            +
                      "output_required": true,
         | 
| 8371 8371 | 
             
                      "type": "object",
         | 
| 8372 8372 | 
             
                      "value_allowed_null": true
         | 
| 8373 8373 | 
             
                    },
         | 
| @@ -8377,7 +8377,7 @@ | |
| 8377 8377 | 
             
                      "example": "null",
         | 
| 8378 8378 | 
             
                      "member": "OutterResource",
         | 
| 8379 8379 | 
             
                      "name": "ComResource",
         | 
| 8380 | 
            -
                      " | 
| 8380 | 
            +
                      "output_required": true,
         | 
| 8381 8381 | 
             
                      "type": "object",
         | 
| 8382 8382 | 
             
                      "value_allowed_null": true
         | 
| 8383 8383 | 
             
                    },
         | 
| @@ -8387,7 +8387,7 @@ | |
| 8387 8387 | 
             
                      "example": "true",
         | 
| 8388 8388 | 
             
                      "member": "bool",
         | 
| 8389 8389 | 
             
                      "name": "OnCos",
         | 
| 8390 | 
            -
                      " | 
| 8390 | 
            +
                      "output_required": true,
         | 
| 8391 8391 | 
             
                      "type": "bool",
         | 
| 8392 8392 | 
             
                      "value_allowed_null": true
         | 
| 8393 8393 | 
             
                    },
         | 
| @@ -8397,7 +8397,7 @@ | |
| 8397 8397 | 
             
                      "example": "2",
         | 
| 8398 8398 | 
             
                      "member": "int64",
         | 
| 8399 8399 | 
             
                      "name": "ChargeType",
         | 
| 8400 | 
            -
                      " | 
| 8400 | 
            +
                      "output_required": true,
         | 
| 8401 8401 | 
             
                      "type": "int",
         | 
| 8402 8402 | 
             
                      "value_allowed_null": true
         | 
| 8403 8403 | 
             
                    },
         | 
| @@ -8407,7 +8407,7 @@ | |
| 8407 8407 | 
             
                      "example": "3",
         | 
| 8408 8408 | 
             
                      "member": "int64",
         | 
| 8409 8409 | 
             
                      "name": "RouterNodeSize",
         | 
| 8410 | 
            -
                      " | 
| 8410 | 
            +
                      "output_required": true,
         | 
| 8411 8411 | 
             
                      "type": "int",
         | 
| 8412 8412 | 
             
                      "value_allowed_null": true
         | 
| 8413 8413 | 
             
                    },
         | 
| @@ -8417,7 +8417,7 @@ | |
| 8417 8417 | 
             
                      "example": "true",
         | 
| 8418 8418 | 
             
                      "member": "bool",
         | 
| 8419 8419 | 
             
                      "name": "SupportHA",
         | 
| 8420 | 
            -
                      " | 
| 8420 | 
            +
                      "output_required": true,
         | 
| 8421 8421 | 
             
                      "type": "bool",
         | 
| 8422 8422 | 
             
                      "value_allowed_null": true
         | 
| 8423 8423 | 
             
                    },
         | 
| @@ -8427,17 +8427,17 @@ | |
| 8427 8427 | 
             
                      "example": "true",
         | 
| 8428 8428 | 
             
                      "member": "bool",
         | 
| 8429 8429 | 
             
                      "name": "SecurityOn",
         | 
| 8430 | 
            -
                      " | 
| 8430 | 
            +
                      "output_required": true,
         | 
| 8431 8431 | 
             
                      "type": "bool",
         | 
| 8432 8432 | 
             
                      "value_allowed_null": true
         | 
| 8433 8433 | 
             
                    },
         | 
| 8434 8434 | 
             
                    {
         | 
| 8435 8435 | 
             
                      "disabled": false,
         | 
| 8436 | 
            -
                      "document": " | 
| 8437 | 
            -
                      "example": "\" | 
| 8436 | 
            +
                      "document": "集群初始安全组id\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 8437 | 
            +
                      "example": "\"sg-3xxx\"",
         | 
| 8438 8438 | 
             
                      "member": "string",
         | 
| 8439 8439 | 
             
                      "name": "SecurityGroup",
         | 
| 8440 | 
            -
                      " | 
| 8440 | 
            +
                      "output_required": true,
         | 
| 8441 8441 | 
             
                      "type": "string",
         | 
| 8442 8442 | 
             
                      "value_allowed_null": true
         | 
| 8443 8443 | 
             
                    },
         | 
| @@ -8447,27 +8447,27 @@ | |
| 8447 8447 | 
             
                      "example": "2",
         | 
| 8448 8448 | 
             
                      "member": "int64",
         | 
| 8449 8449 | 
             
                      "name": "CbsEncrypt",
         | 
| 8450 | 
            -
                      " | 
| 8450 | 
            +
                      "output_required": true,
         | 
| 8451 8451 | 
             
                      "type": "int",
         | 
| 8452 8452 | 
             
                      "value_allowed_null": true
         | 
| 8453 8453 | 
             
                    },
         | 
| 8454 8454 | 
             
                    {
         | 
| 8455 8455 | 
             
                      "disabled": false,
         | 
| 8456 8456 | 
             
                      "document": "自定义应用角色。\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 8457 | 
            -
                      "example": "\" | 
| 8457 | 
            +
                      "example": "\"role_test\"",
         | 
| 8458 8458 | 
             
                      "member": "string",
         | 
| 8459 8459 | 
             
                      "name": "ApplicationRole",
         | 
| 8460 | 
            -
                      " | 
| 8460 | 
            +
                      "output_required": true,
         | 
| 8461 8461 | 
             
                      "type": "string",
         | 
| 8462 8462 | 
             
                      "value_allowed_null": true
         | 
| 8463 8463 | 
             
                    },
         | 
| 8464 8464 | 
             
                    {
         | 
| 8465 8465 | 
             
                      "disabled": false,
         | 
| 8466 | 
            -
                      "document": " | 
| 8466 | 
            +
                      "document": "安全组id\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 8467 8467 | 
             
                      "example": "[\"sg-3xxx\"]",
         | 
| 8468 8468 | 
             
                      "member": "string",
         | 
| 8469 8469 | 
             
                      "name": "SecurityGroups",
         | 
| 8470 | 
            -
                      " | 
| 8470 | 
            +
                      "output_required": true,
         | 
| 8471 8471 | 
             
                      "type": "list",
         | 
| 8472 8472 | 
             
                      "value_allowed_null": true
         | 
| 8473 8473 | 
             
                    },
         | 
| @@ -8477,7 +8477,7 @@ | |
| 8477 8477 | 
             
                      "example": "skey-xxxxxxxx",
         | 
| 8478 8478 | 
             
                      "member": "string",
         | 
| 8479 8479 | 
             
                      "name": "PublicKeyId",
         | 
| 8480 | 
            -
                      " | 
| 8480 | 
            +
                      "output_required": true,
         | 
| 8481 8481 | 
             
                      "type": "string",
         | 
| 8482 8482 | 
             
                      "value_allowed_null": true
         | 
| 8483 8483 | 
             
                    }
         | 
| @@ -10980,7 +10980,7 @@ | |
| 10980 10980 | 
             
                    {
         | 
| 10981 10981 | 
             
                      "disabled": false,
         | 
| 10982 10982 | 
             
                      "document": "实例管道ID",
         | 
| 10983 | 
            -
                      "example": " | 
| 10983 | 
            +
                      "example": "pipe1",
         | 
| 10984 10984 | 
             
                      "member": "string",
         | 
| 10985 10985 | 
             
                      "name": "PipelineId",
         | 
| 10986 10986 | 
             
                      "required": true,
         | 
| @@ -10989,7 +10989,7 @@ | |
| 10989 10989 | 
             
                    {
         | 
| 10990 10990 | 
             
                      "disabled": false,
         | 
| 10991 10991 | 
             
                      "document": "管道描述信息",
         | 
| 10992 | 
            -
                      "example": " | 
| 10992 | 
            +
                      "example": "test pipe",
         | 
| 10993 10993 | 
             
                      "member": "string",
         | 
| 10994 10994 | 
             
                      "name": "PipelineDesc",
         | 
| 10995 10995 | 
             
                      "required": true,
         | 
| @@ -361,8 +361,8 @@ | |
| 361 361 | 
             
                "RestoreClusterSnapshot": [
         | 
| 362 362 | 
             
                  {
         | 
| 363 363 | 
             
                    "document": "",
         | 
| 364 | 
            -
                    "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestoreClusterSnapshot\n<公共请求参数>\n\n{\n    \"InstanceId\": \"es-qpzizjym\",\n    \"Password\": \" | 
| 365 | 
            -
                    "output": "{\n    \"Response\": {\n        \"InstanceId\": \"es-qpzizjym\",\n        \"RequestId\": \" | 
| 364 | 
            +
                    "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestoreClusterSnapshot\n<公共请求参数>\n\n{\n    \"InstanceId\": \"es-qpzizjym\",\n    \"Password\": \"pass\",\n    \"RepositoryName\": \"ES_AUTO_BACKUP\",\n    \"SnapshotName\": \"test1\",\n    \"Indices\": \"test\",\n    \"Partial\": \"true\",\n    \"TargetInstanceId\": \"es-qpzizjym\"\n}",
         | 
| 365 | 
            +
                    "output": "{\n    \"Response\": {\n        \"InstanceId\": \"es-qpzizjym\",\n        \"RequestId\": \"test\"\n    }\n}",
         | 
| 366 366 | 
             
                    "title": "RestoreClusterSnapshot 恢复快照数据到集群"
         | 
| 367 367 | 
             
                  }
         | 
| 368 368 | 
             
                ],
         | 
| @@ -464,8 +464,8 @@ | |
| 464 464 | 
             
                ],
         | 
| 465 465 | 
             
                "UpdateLogstashPipelineDesc": [
         | 
| 466 466 | 
             
                  {
         | 
| 467 | 
            -
                    "document": "",
         | 
| 468 | 
            -
                    "input": "https://es.tencentcloudapi.com/?Action=UpdateLogstashPipelineDesc\n&InstanceId=ls-xxxxxxxx\n&PipelineId= | 
| 467 | 
            +
                    "document": "更新实例管道的描述信息",
         | 
| 468 | 
            +
                    "input": "https://es.tencentcloudapi.com/?Action=UpdateLogstashPipelineDesc\n&InstanceId=ls-xxxxxxxx\n&PipelineId=pipeId1\n&PipelineDesc=test\n&<公共请求参数>",
         | 
| 469 469 | 
             
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"7f0e35a7-e03b-42cd-aa4f-0c1471xxxxxx\"\n    }\n}",
         | 
| 470 470 | 
             
                    "title": "更新实例管道的描述信息"
         | 
| 471 471 | 
             
                  }
         | 
    
        tccli/services/ess/ess_client.py
    CHANGED
    
    | @@ -2929,6 +2929,58 @@ def doModifyExtendedService(args, parsed_globals): | |
| 2929 2929 | 
             
                FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
         | 
| 2930 2930 |  | 
| 2931 2931 |  | 
| 2932 | 
            +
            def doCreateEmployeeChangeUrl(args, parsed_globals):
         | 
| 2933 | 
            +
                g_param = parse_global_arg(parsed_globals)
         | 
| 2934 | 
            +
             | 
| 2935 | 
            +
                if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
         | 
| 2936 | 
            +
                    cred = credential.CVMRoleCredential()
         | 
| 2937 | 
            +
                elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
         | 
| 2938 | 
            +
                    cred = credential.STSAssumeRoleCredential(
         | 
| 2939 | 
            +
                        g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
         | 
| 2940 | 
            +
                        g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
         | 
| 2941 | 
            +
                    )
         | 
| 2942 | 
            +
                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):
         | 
| 2943 | 
            +
                    cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
         | 
| 2944 | 
            +
                else:
         | 
| 2945 | 
            +
                    cred = credential.Credential(
         | 
| 2946 | 
            +
                        g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
         | 
| 2947 | 
            +
                    )
         | 
| 2948 | 
            +
                http_profile = HttpProfile(
         | 
| 2949 | 
            +
                    reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
         | 
| 2950 | 
            +
                    reqMethod="POST",
         | 
| 2951 | 
            +
                    endpoint=g_param[OptionsDefine.Endpoint],
         | 
| 2952 | 
            +
                    proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
         | 
| 2953 | 
            +
                )
         | 
| 2954 | 
            +
                profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
         | 
| 2955 | 
            +
                if g_param[OptionsDefine.Language]:
         | 
| 2956 | 
            +
                    profile.language = g_param[OptionsDefine.Language]
         | 
| 2957 | 
            +
                mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
         | 
| 2958 | 
            +
                client = mod.EssClient(cred, g_param[OptionsDefine.Region], profile)
         | 
| 2959 | 
            +
                client._sdkVersion += ("_CLI_" + __version__)
         | 
| 2960 | 
            +
                models = MODELS_MAP[g_param[OptionsDefine.Version]]
         | 
| 2961 | 
            +
                model = models.CreateEmployeeChangeUrlRequest()
         | 
| 2962 | 
            +
                model.from_json_string(json.dumps(args))
         | 
| 2963 | 
            +
                start_time = time.time()
         | 
| 2964 | 
            +
                while True:
         | 
| 2965 | 
            +
                    rsp = client.CreateEmployeeChangeUrl(model)
         | 
| 2966 | 
            +
                    result = rsp.to_json_string()
         | 
| 2967 | 
            +
                    try:
         | 
| 2968 | 
            +
                        json_obj = json.loads(result)
         | 
| 2969 | 
            +
                    except TypeError as e:
         | 
| 2970 | 
            +
                        json_obj = json.loads(result.decode('utf-8'))  # python3.3
         | 
| 2971 | 
            +
                    if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
         | 
| 2972 | 
            +
                        break
         | 
| 2973 | 
            +
                    cur_time = time.time()
         | 
| 2974 | 
            +
                    if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
         | 
| 2975 | 
            +
                        raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
         | 
| 2976 | 
            +
                        (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
         | 
| 2977 | 
            +
                        search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
         | 
| 2978 | 
            +
                    else:
         | 
| 2979 | 
            +
                        print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
         | 
| 2980 | 
            +
                    time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
         | 
| 2981 | 
            +
                FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
         | 
| 2982 | 
            +
             | 
| 2983 | 
            +
             | 
| 2932 2984 | 
             
            def doCreateFlowBlockchainEvidenceUrl(args, parsed_globals):
         | 
| 2933 2985 | 
             
                g_param = parse_global_arg(parsed_globals)
         | 
| 2934 2986 |  | 
| @@ -5232,6 +5284,7 @@ ACTION_MAP = { | |
| 5232 5284 | 
             
                "DescribeFileUrls": doDescribeFileUrls,
         | 
| 5233 5285 | 
             
                "CreateIntegrationRole": doCreateIntegrationRole,
         | 
| 5234 5286 | 
             
                "ModifyExtendedService": doModifyExtendedService,
         | 
| 5287 | 
            +
                "CreateEmployeeChangeUrl": doCreateEmployeeChangeUrl,
         | 
| 5235 5288 | 
             
                "CreateFlowBlockchainEvidenceUrl": doCreateFlowBlockchainEvidenceUrl,
         | 
| 5236 5289 | 
             
                "CreateBatchOrganizationAuthorizationUrl": doCreateBatchOrganizationAuthorizationUrl,
         | 
| 5237 5290 | 
             
                "DescribeUserVerifyStatus": doDescribeUserVerifyStatus,
         |