tccli 3.0.1405.1__py2.py3-none-any.whl → 3.0.1407.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/autoscaling/v20180419/api.json +1 -1
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +31 -21
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +40 -31
- tccli/services/cls/v20201016/examples.json +8 -2
- tccli/services/ctem/v20231128/api.json +30 -0
- tccli/services/dbbrain/v20210527/api.json +17 -7
- tccli/services/dbbrain/v20210527/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +16 -6
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/es/es_client.py +57 -4
- tccli/services/es/v20250101/api.json +133 -0
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +212 -0
- tccli/services/ess/v20201111/api.json +508 -24
- tccli/services/ess/v20201111/examples.json +41 -3
- tccli/services/essbasic/v20210526/api.json +12 -3
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +80 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hunyuan/v20230901/api.json +2 -2
- tccli/services/ioa/ioa_client.py +220 -8
- tccli/services/ioa/v20220601/api.json +559 -0
- tccli/services/ioa/v20220601/examples.json +38 -0
- tccli/services/iotexplorer/iotexplorer_client.py +220 -8
- tccli/services/iotexplorer/v20190423/api.json +959 -12
- tccli/services/iotexplorer/v20190423/examples.json +68 -0
- tccli/services/lcic/v20220817/api.json +2 -2
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/lke/v20231130/examples.json +2 -2
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/lkeap/v20240522/examples.json +7 -1
- tccli/services/monitor/monitor_client.py +53 -0
- tccli/services/monitor/v20180724/api.json +248 -0
- tccli/services/monitor/v20180724/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +384 -2
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +110 -4
- tccli/services/oceanus/v20190422/api.json +152 -8
- tccli/services/oceanus/v20190422/examples.json +16 -0
- tccli/services/ocr/v20181119/api.json +10 -0
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +923 -12
- tccli/services/privatedns/v20201028/examples.json +88 -0
- tccli/services/redis/v20180412/api.json +1 -1
- tccli/services/teo/v20220901/api.json +206 -66
- tccli/services/teo/v20220901/examples.json +32 -8
- tccli/services/tione/v20211111/api.json +1 -1
- tccli/services/tke/v20180525/api.json +23 -14
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +9 -9
- tccli/services/trtc/v20190722/examples.json +1 -1
- tccli/services/tse/v20201207/api.json +30 -1
- tccli/services/vpc/v20170312/api.json +11 -2
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +480 -18
- tccli/services/wedata/v20250806/examples.json +38 -6
- tccli/services/wedata/wedata_client.py +216 -4
- {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/RECORD +70 -70
- {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/license_files/LICENSE +0 -0
tccli/services/ess/ess_client.py
CHANGED
|
@@ -69,6 +69,58 @@ def doStartFlow(args, parsed_globals):
|
|
|
69
69
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
|
70
70
|
|
|
71
71
|
|
|
72
|
+
def doCreateContractComparisonTask(args, parsed_globals):
|
|
73
|
+
g_param = parse_global_arg(parsed_globals)
|
|
74
|
+
|
|
75
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
|
76
|
+
cred = credential.CVMRoleCredential()
|
|
77
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
|
78
|
+
cred = credential.STSAssumeRoleCredential(
|
|
79
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
|
80
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
|
81
|
+
)
|
|
82
|
+
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):
|
|
83
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
|
84
|
+
else:
|
|
85
|
+
cred = credential.Credential(
|
|
86
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
|
87
|
+
)
|
|
88
|
+
http_profile = HttpProfile(
|
|
89
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
|
90
|
+
reqMethod="POST",
|
|
91
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
|
92
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
|
93
|
+
)
|
|
94
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
|
95
|
+
if g_param[OptionsDefine.Language]:
|
|
96
|
+
profile.language = g_param[OptionsDefine.Language]
|
|
97
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
|
98
|
+
client = mod.EssClient(cred, g_param[OptionsDefine.Region], profile)
|
|
99
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
|
100
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
|
101
|
+
model = models.CreateContractComparisonTaskRequest()
|
|
102
|
+
model.from_json_string(json.dumps(args))
|
|
103
|
+
start_time = time.time()
|
|
104
|
+
while True:
|
|
105
|
+
rsp = client.CreateContractComparisonTask(model)
|
|
106
|
+
result = rsp.to_json_string()
|
|
107
|
+
try:
|
|
108
|
+
json_obj = json.loads(result)
|
|
109
|
+
except TypeError as e:
|
|
110
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
|
111
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
|
112
|
+
break
|
|
113
|
+
cur_time = time.time()
|
|
114
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
|
115
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
|
116
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
|
117
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
|
118
|
+
else:
|
|
119
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
|
120
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
|
121
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
|
122
|
+
|
|
123
|
+
|
|
72
124
|
def doDescribeFlowTemplates(args, parsed_globals):
|
|
73
125
|
g_param = parse_global_arg(parsed_globals)
|
|
74
126
|
|
|
@@ -3449,6 +3501,58 @@ def doCreateUserMobileChangeUrl(args, parsed_globals):
|
|
|
3449
3501
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
|
3450
3502
|
|
|
3451
3503
|
|
|
3504
|
+
def doExportContractComparisonTask(args, parsed_globals):
|
|
3505
|
+
g_param = parse_global_arg(parsed_globals)
|
|
3506
|
+
|
|
3507
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
|
3508
|
+
cred = credential.CVMRoleCredential()
|
|
3509
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
|
3510
|
+
cred = credential.STSAssumeRoleCredential(
|
|
3511
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
|
3512
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
|
3513
|
+
)
|
|
3514
|
+
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):
|
|
3515
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
|
3516
|
+
else:
|
|
3517
|
+
cred = credential.Credential(
|
|
3518
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
|
3519
|
+
)
|
|
3520
|
+
http_profile = HttpProfile(
|
|
3521
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
|
3522
|
+
reqMethod="POST",
|
|
3523
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
|
3524
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
|
3525
|
+
)
|
|
3526
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
|
3527
|
+
if g_param[OptionsDefine.Language]:
|
|
3528
|
+
profile.language = g_param[OptionsDefine.Language]
|
|
3529
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
|
3530
|
+
client = mod.EssClient(cred, g_param[OptionsDefine.Region], profile)
|
|
3531
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
|
3532
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
|
3533
|
+
model = models.ExportContractComparisonTaskRequest()
|
|
3534
|
+
model.from_json_string(json.dumps(args))
|
|
3535
|
+
start_time = time.time()
|
|
3536
|
+
while True:
|
|
3537
|
+
rsp = client.ExportContractComparisonTask(model)
|
|
3538
|
+
result = rsp.to_json_string()
|
|
3539
|
+
try:
|
|
3540
|
+
json_obj = json.loads(result)
|
|
3541
|
+
except TypeError as e:
|
|
3542
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
|
3543
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
|
3544
|
+
break
|
|
3545
|
+
cur_time = time.time()
|
|
3546
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
|
3547
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
|
3548
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
|
3549
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
|
3550
|
+
else:
|
|
3551
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
|
3552
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
|
3553
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
|
3554
|
+
|
|
3555
|
+
|
|
3452
3556
|
def doDeleteSealPolicies(args, parsed_globals):
|
|
3453
3557
|
g_param = parse_global_arg(parsed_globals)
|
|
3454
3558
|
|
|
@@ -3917,6 +4021,58 @@ def doCreateBatchOrganizationAuthorizationUrl(args, parsed_globals):
|
|
|
3917
4021
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
|
3918
4022
|
|
|
3919
4023
|
|
|
4024
|
+
def doDescribeInformationExtractionWebUrl(args, parsed_globals):
|
|
4025
|
+
g_param = parse_global_arg(parsed_globals)
|
|
4026
|
+
|
|
4027
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
|
4028
|
+
cred = credential.CVMRoleCredential()
|
|
4029
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
|
4030
|
+
cred = credential.STSAssumeRoleCredential(
|
|
4031
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
|
4032
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
|
4033
|
+
)
|
|
4034
|
+
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):
|
|
4035
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
|
4036
|
+
else:
|
|
4037
|
+
cred = credential.Credential(
|
|
4038
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
|
4039
|
+
)
|
|
4040
|
+
http_profile = HttpProfile(
|
|
4041
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
|
4042
|
+
reqMethod="POST",
|
|
4043
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
|
4044
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
|
4045
|
+
)
|
|
4046
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
|
4047
|
+
if g_param[OptionsDefine.Language]:
|
|
4048
|
+
profile.language = g_param[OptionsDefine.Language]
|
|
4049
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
|
4050
|
+
client = mod.EssClient(cred, g_param[OptionsDefine.Region], profile)
|
|
4051
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
|
4052
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
|
4053
|
+
model = models.DescribeInformationExtractionWebUrlRequest()
|
|
4054
|
+
model.from_json_string(json.dumps(args))
|
|
4055
|
+
start_time = time.time()
|
|
4056
|
+
while True:
|
|
4057
|
+
rsp = client.DescribeInformationExtractionWebUrl(model)
|
|
4058
|
+
result = rsp.to_json_string()
|
|
4059
|
+
try:
|
|
4060
|
+
json_obj = json.loads(result)
|
|
4061
|
+
except TypeError as e:
|
|
4062
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
|
4063
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
|
4064
|
+
break
|
|
4065
|
+
cur_time = time.time()
|
|
4066
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
|
4067
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
|
4068
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
|
4069
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
|
4070
|
+
else:
|
|
4071
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
|
4072
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
|
4073
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
|
4074
|
+
|
|
4075
|
+
|
|
3920
4076
|
def doDescribeUserVerifyStatus(args, parsed_globals):
|
|
3921
4077
|
g_param = parse_global_arg(parsed_globals)
|
|
3922
4078
|
|
|
@@ -4125,6 +4281,58 @@ def doCreateEmployeeQualificationSealQrCode(args, parsed_globals):
|
|
|
4125
4281
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
|
4126
4282
|
|
|
4127
4283
|
|
|
4284
|
+
def doCreateInformationExtractionWebUrl(args, parsed_globals):
|
|
4285
|
+
g_param = parse_global_arg(parsed_globals)
|
|
4286
|
+
|
|
4287
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
|
4288
|
+
cred = credential.CVMRoleCredential()
|
|
4289
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
|
4290
|
+
cred = credential.STSAssumeRoleCredential(
|
|
4291
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
|
4292
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
|
4293
|
+
)
|
|
4294
|
+
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):
|
|
4295
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
|
4296
|
+
else:
|
|
4297
|
+
cred = credential.Credential(
|
|
4298
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
|
4299
|
+
)
|
|
4300
|
+
http_profile = HttpProfile(
|
|
4301
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
|
4302
|
+
reqMethod="POST",
|
|
4303
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
|
4304
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
|
4305
|
+
)
|
|
4306
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
|
4307
|
+
if g_param[OptionsDefine.Language]:
|
|
4308
|
+
profile.language = g_param[OptionsDefine.Language]
|
|
4309
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
|
4310
|
+
client = mod.EssClient(cred, g_param[OptionsDefine.Region], profile)
|
|
4311
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
|
4312
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
|
4313
|
+
model = models.CreateInformationExtractionWebUrlRequest()
|
|
4314
|
+
model.from_json_string(json.dumps(args))
|
|
4315
|
+
start_time = time.time()
|
|
4316
|
+
while True:
|
|
4317
|
+
rsp = client.CreateInformationExtractionWebUrl(model)
|
|
4318
|
+
result = rsp.to_json_string()
|
|
4319
|
+
try:
|
|
4320
|
+
json_obj = json.loads(result)
|
|
4321
|
+
except TypeError as e:
|
|
4322
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
|
4323
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
|
4324
|
+
break
|
|
4325
|
+
cur_time = time.time()
|
|
4326
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
|
4327
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
|
4328
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
|
4329
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
|
4330
|
+
else:
|
|
4331
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
|
4332
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
|
4333
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
|
4334
|
+
|
|
4335
|
+
|
|
4128
4336
|
def doCreateExtendedServiceAuthInfos(args, parsed_globals):
|
|
4129
4337
|
g_param = parse_global_arg(parsed_globals)
|
|
4130
4338
|
|
|
@@ -6425,6 +6633,7 @@ MODELS_MAP = {
|
|
|
6425
6633
|
|
|
6426
6634
|
ACTION_MAP = {
|
|
6427
6635
|
"StartFlow": doStartFlow,
|
|
6636
|
+
"CreateContractComparisonTask": doCreateContractComparisonTask,
|
|
6428
6637
|
"DescribeFlowTemplates": doDescribeFlowTemplates,
|
|
6429
6638
|
"CreateUserAutoSignEnableUrl": doCreateUserAutoSignEnableUrl,
|
|
6430
6639
|
"CreateFlowGroupSignReview": doCreateFlowGroupSignReview,
|
|
@@ -6490,6 +6699,7 @@ ACTION_MAP = {
|
|
|
6490
6699
|
"CreateDocument": doCreateDocument,
|
|
6491
6700
|
"DescribeOrganizationGroupOrganizations": doDescribeOrganizationGroupOrganizations,
|
|
6492
6701
|
"CreateUserMobileChangeUrl": doCreateUserMobileChangeUrl,
|
|
6702
|
+
"ExportContractComparisonTask": doExportContractComparisonTask,
|
|
6493
6703
|
"DeleteSealPolicies": doDeleteSealPolicies,
|
|
6494
6704
|
"DescribeFileUrls": doDescribeFileUrls,
|
|
6495
6705
|
"CreateBatchQuickSignUrl": doCreateBatchQuickSignUrl,
|
|
@@ -6499,10 +6709,12 @@ ACTION_MAP = {
|
|
|
6499
6709
|
"DescribeContractReviewTask": doDescribeContractReviewTask,
|
|
6500
6710
|
"CreateFlowBlockchainEvidenceUrl": doCreateFlowBlockchainEvidenceUrl,
|
|
6501
6711
|
"CreateBatchOrganizationAuthorizationUrl": doCreateBatchOrganizationAuthorizationUrl,
|
|
6712
|
+
"DescribeInformationExtractionWebUrl": doDescribeInformationExtractionWebUrl,
|
|
6502
6713
|
"DescribeUserVerifyStatus": doDescribeUserVerifyStatus,
|
|
6503
6714
|
"ModifyIntegrationRole": doModifyIntegrationRole,
|
|
6504
6715
|
"CreateBatchOrganizationRegistrationTasks": doCreateBatchOrganizationRegistrationTasks,
|
|
6505
6716
|
"CreateEmployeeQualificationSealQrCode": doCreateEmployeeQualificationSealQrCode,
|
|
6717
|
+
"CreateInformationExtractionWebUrl": doCreateInformationExtractionWebUrl,
|
|
6506
6718
|
"CreateExtendedServiceAuthInfos": doCreateExtendedServiceAuthInfos,
|
|
6507
6719
|
"CreateOrganizationInfoChangeUrl": doCreateOrganizationInfoChangeUrl,
|
|
6508
6720
|
"CreateConvertTaskApi": doCreateConvertTaskApi,
|