tccli-intl-en 3.1.20.1__py2.py3-none-any.whl → 3.1.22.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/ckafka/ckafka_client.py +120 -8
- tccli/services/ckafka/v20190819/api.json +469 -124
- tccli/services/ckafka/v20190819/examples.json +30 -20
- tccli/services/mps/mps_client.py +56 -0
- tccli/services/mps/v20190612/api.json +319 -17
- tccli/services/mps/v20190612/examples.json +8 -0
- tccli/services/tke/tke_client.py +168 -0
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/vod/v20180717/api.json +3 -3
- tccli/services/vod/v20180717/examples.json +0 -6
- {tccli_intl_en-3.1.20.1.dist-info → tccli_intl_en-3.1.22.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.20.1.dist-info → tccli_intl_en-3.1.22.1.dist-info}/RECORD +18 -18
- {tccli_intl_en-3.1.20.1.dist-info → tccli_intl_en-3.1.22.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.20.1.dist-info → tccli_intl_en-3.1.22.1.dist-info}/WHEEL +0 -0
- {tccli_intl_en-3.1.20.1.dist-info → tccli_intl_en-3.1.22.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.1.20.1.dist-info → tccli_intl_en-3.1.22.1.dist-info}/top_level.txt +0 -0
|
@@ -58,16 +58,10 @@
|
|
|
58
58
|
],
|
|
59
59
|
"CreateInstancePre": [
|
|
60
60
|
{
|
|
61
|
-
"document": "This example shows you how to create a
|
|
62
|
-
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstancePre\n<Common request parameters>\n\n{\n
|
|
63
|
-
"output": "{\n \"Response\": {\n \"
|
|
64
|
-
"title": "Creating a Prepaid Instance"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"document": "This example shows you how to create a prepaid standard edition instance with an entry-level specification for one month.",
|
|
68
|
-
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstancePre\n<Common request parameters>\n\n{\n \"InstanceName\": \"test57\",\n \"VpcId\": \"vpc-rmcgxxxx\",\n \"SubnetId\": \"subnet-mnzcxxxx\",\n \"ZoneId\": 450001,\n \"Period\": \"1m\",\n \"RenewFlag\": 2,\n \"InstanceType\": 1,\n \"KafkaVersion\": \"2.4.1\",\n \"SpecificationsType\": \"standard\",\n \"DiskSize\": 200,\n \"BandWidth\": 20,\n \"Partition\": 400\n}",
|
|
69
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"2050ebf8-e255-4b90-ba0c-2fe8465e821a\",\n \"Result\": {\n \"Data\": {\n \"DealNameInstanceIdMapping\": [\n {\n \"DealName\": \"20230608002033922780000\",\n \"InstanceIdList\": [\n \"ckafka-bz4dxxxx\"\n ]\n }\n ],\n \"DealNames\": [\n \"20230608002033922780000\"\n ],\n \"FlowId\": 0,\n \"InstanceId\": \"ckafka-bz4dxxxx\"\n },\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok[apply ok]\"\n }\n }\n}",
|
|
70
|
-
"title": "Creating a Prepaid Standard Edition Instance"
|
|
61
|
+
"document": "This example shows you how to create a Prepaid Professional Edition instance.",
|
|
62
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstancePre\n<Common request parameters>\n\n{\n\"InstanceName\": \"ckafka trial\"\n \"VpcId\": \"vpc-rmcgxxxx\",\n \"SubnetId\": \"subnet-mnzcxxxx\",\n \"ZoneId\": 450001,\n \"Period\": \"1m\",\n \"RenewFlag\": 0,\n \"InstanceType\": 1,\n \"KafkaVersion\": \"2.4.1\",\n \"SpecificationsType\": \"profession\",\n \"DiskSize\": 200,\n \"BandWidth\": 20,\n \"Partition\": 400,\n \"DiskType\": \"CLOUD_BASIC\",\n \"PublicNetworkMonthly\": 0,\n \"CustomSSLCertId\": \"TPNd2oBB\"\n}",
|
|
63
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Data\": {\n \"DealNameInstanceIdMapping\": [\n {\n \"DealName\": \"20251204581021815942281\",\n \"InstanceIdList\": [\n \"ckafka-ma4ab5n5\"\n ]\n }\n ],\n \"DealNames\": [\n \"20251204581021815942281\"\n ],\n \"FlowId\": 0,\n \"InstanceId\": \"ckafka-ma4ab5n5\"\n },\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok\"\n },\n \"RequestId\": \"8c8050a7-ea8d-44f1-a00e-c09cd673afa3\"\n }\n}",
|
|
64
|
+
"title": "Creating a Prepaid Professional Edition Instance"
|
|
71
65
|
}
|
|
72
66
|
],
|
|
73
67
|
"CreatePartition": [
|
|
@@ -80,22 +74,22 @@
|
|
|
80
74
|
],
|
|
81
75
|
"CreatePostPaidInstance": [
|
|
82
76
|
{
|
|
83
|
-
"document": "This example shows you how to create a post-payment for professional edition instance with
|
|
84
|
-
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePostPaidInstance\n<Common request parameters>\n\n{\n \"InstanceName\": \"test55\",\n \"VpcId\": \"vpc-rmcgxxxx\",\n \"SubnetId\": \"subnet-mnzcxxxx\",\n \"ZoneId\": 450001,\n \"InstanceType\": 1,\n \"KafkaVersion\": \"2.4.2\",\n \"SpecificationsType\": \"profession\",\n \"DiskSize\": 200,\n \"BandWidth\": 20,\n \"Partition\": 400,\n \"DiskType\": \"CLOUD_BASIC\",\n \"PublicNetworkMonthly\": 0\n}",
|
|
77
|
+
"document": "This example shows you how to create a post-payment for professional edition instance with 200GB disk capacity and 20MB/s peak bandwidth.",
|
|
78
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePostPaidInstance\n<Common request parameters>\n\n{\n \"InstanceName\": \"test55\",\n \"VpcId\": \"vpc-rmcgxxxx\",\n \"SubnetId\": \"subnet-mnzcxxxx\",\n \"ZoneId\": 450001,\n \"InstanceType\": 1,\n \"KafkaVersion\": \"2.4.2\",\n \"SpecificationsType\": \"profession\",\n \"DiskSize\": 200,\n \"BandWidth\": 20,\n \"Partition\": 400,\n \"DiskType\": \"CLOUD_BASIC\",\n \"PublicNetworkMonthly\": 0,\n \"CustomSSLCertId\": \"TPNd2oBB\"\n}",
|
|
85
79
|
"output": "{\n \"Response\": {\n \"RequestId\": \"323c3bbe-db79-48c3-9b76-63aacd65b169\",\n \"Result\": {\n \"Data\": {\n \"DealNameInstanceIdMapping\": [\n {\n \"DealName\": \"20230608002033899990000\",\n \"InstanceIdList\": [\n \"ckafka-mom5xxxx\"\n ]\n }\n ],\n \"DealNames\": [\n \"2023060800203389990000\"\n ],\n \"FlowId\": 0,\n \"InstanceId\": \"ckafka-mom5xxxx\"\n },\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok[apply ok]\"\n }\n }\n}",
|
|
86
80
|
"title": "Creating a Postpaid Pro Edition Instance"
|
|
87
81
|
},
|
|
88
|
-
{
|
|
89
|
-
"document": "This example shows you how to create three postpaid Pro Edition instances simultaneously.",
|
|
90
|
-
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePostPaidInstance\n<Common request parameters>\n\n{\n \"InstanceName\": \"test58\",\n \"VpcId\": \"vpc-rmcg5cpf\",\n \"SubnetId\": \"subnet-mnzcs7gk\",\n \"KafkaVersion\": \"2.4.2\",\n \"SpecificationsType\": \"profession\",\n \"BandWidth\": 20,\n \"DiskSize\": 200,\n \"Partition\": 400,\n \"TopicNum\": 200,\n \"ZoneId\": 450001,\n \"InstanceNum\": 3,\n \"PublicNetworkMonthly\": 12\n}",
|
|
91
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"cda79237-6424-482a-b2d2-97d4853b33b4\",\n \"Result\": {\n \"Data\": {\n \"DealNameInstanceIdMapping\": [\n {\n \"DealName\": \"20230608002033915320000\",\n \"InstanceIdList\": [\n \"ckafka-bz4dxxxx\",\n \"ckafka-o9gdxxxx\",\n \"ckafka-aj5gxxxx\"\n ]\n }\n ],\n \"DealNames\": [\n \"20230608002033915320000\"\n ],\n \"FlowId\": 0,\n \"InstanceId\": \"ckafka-bz4dxxxx\"\n },\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok[apply ok]\"\n }\n }\n}",
|
|
92
|
-
"title": "Creating Pay-As-You-Go Pro Edition Instances in Batches"
|
|
93
|
-
},
|
|
94
82
|
{
|
|
95
83
|
"document": "This example shows you how to create a triple-az Pro Edition instance.",
|
|
96
84
|
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePostPaidInstance\n<Common request parameters>\n\n{\n \"InstanceName\": \"test55\",\n \"VpcId\": \"vpc-rmcgxxxx\",\n \"SubnetId\": \"subnet-mnzcxxxx\",\n \"ZoneId\": 450001,\n \"InstanceType\": 1,\n \"KafkaVersion\": \"2.4.2\",\n \"SpecificationsType\": \"profession\",\n \"DiskSize\": 200,\n \"BandWidth\": 20,\n \"Partition\": 400,\n \"DiskType\": \"CLOUD_BASIC\",\n \"PublicNetworkMonthly\": 0,\n \"MultiZoneFlag\": true,\n \"ZoneIds\": [\n 450001,\n 450002,\n 450003\n ]\n}",
|
|
97
85
|
"output": "{\n \"Response\": {\n \"RequestId\": \"323c3bbe-db79-48c3-9b76-63aacd65b169\",\n \"Result\": {\n \"Data\": {\n \"DealNameInstanceIdMapping\": [\n {\n \"DealName\": \"20230608002033899990000\",\n \"InstanceIdList\": [\n \"ckafka-mom5xxxx\"\n ]\n }\n ],\n \"DealNames\": [\n \"2023060800203389990000\"\n ],\n \"FlowId\": 0,\n \"InstanceId\": \"ckafka-mom5xxxx\"\n },\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok[apply ok]\"\n }\n }\n}",
|
|
98
86
|
"title": "Creating a Postpaid Multi-AZ Pro Edition Instance"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"document": "This example shows you how to create three postpaid Pro Edition instances simultaneously.",
|
|
90
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePostPaidInstance\n<Common request parameters>\n\n{\n \"InstanceName\": \"test58\",\n \"VpcId\": \"vpc-rmcg5cpf\",\n \"SubnetId\": \"subnet-mnzcs7gk\",\n \"KafkaVersion\": \"2.4.2\",\n \"SpecificationsType\": \"profession\",\n \"BandWidth\": 20,\n \"DiskSize\": 200,\n \"Partition\": 400,\n \"TopicNum\": 200,\n \"ZoneId\": 450001,\n \"InstanceNum\": 3,\n \"PublicNetworkMonthly\": 12\n}",
|
|
91
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"cda79237-6424-482a-b2d2-97d4853b33b4\",\n \"Result\": {\n \"Data\": {\n \"DealNameInstanceIdMapping\": [\n {\n \"DealName\": \"20230608002033915320000\",\n \"InstanceIdList\": [\n \"ckafka-bz4dxxxx\",\n \"ckafka-o9gdxxxx\",\n \"ckafka-aj5gxxxx\"\n ]\n }\n ],\n \"DealNames\": [\n \"20230608002033915320000\"\n ],\n \"FlowId\": 0,\n \"InstanceId\": \"ckafka-bz4dxxxx\"\n },\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok[apply ok]\"\n }\n }\n}",
|
|
92
|
+
"title": "Creating Pay-As-You-Go Pro Edition Instances in Batches"
|
|
99
93
|
}
|
|
100
94
|
],
|
|
101
95
|
"CreateRoute": [
|
|
@@ -154,6 +148,14 @@
|
|
|
154
148
|
"title": "Deleting a Consumer Group Instance"
|
|
155
149
|
}
|
|
156
150
|
],
|
|
151
|
+
"DeleteGroupSubscribeTopic": [
|
|
152
|
+
{
|
|
153
|
+
"document": "This example shows you how to delete unnecessary subscription topics.",
|
|
154
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteGroupSubscribeTopic\n<Common request parameters>\n\n{\n \"InstanceId\": \"ckafka-inbijinh\",\n \"Group\": \"consuemr\",\n \"Topic\": \"topicName\"\n}",
|
|
155
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnCode\": \"abc\",\n \"ReturnMessage\": \"abc\",\n \"Data\": {\n \"FlowId\": 0,\n \"RouteDTO\": {\n \"RouteId\": 0\n }\n }\n },\n \"RequestId\": \"abc\"\n }\n}",
|
|
156
|
+
"title": "Deleting the Subscribed Topic of a Consumption Group"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
157
159
|
"DeleteInstancePost": [
|
|
158
160
|
{
|
|
159
161
|
"document": "This example shows you how to delete post-payment instances.",
|
|
@@ -228,9 +230,9 @@
|
|
|
228
230
|
],
|
|
229
231
|
"DescribeCkafkaVersion": [
|
|
230
232
|
{
|
|
231
|
-
"document": "This example shows you how to query the
|
|
233
|
+
"document": "This example shows you how to query the instance version information.",
|
|
232
234
|
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCkafkaVersion\n<Common request parameters>\n\n{\n \"InstanceId\": \"ckafka-bqwlyrg8\"\n}",
|
|
233
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d173b4fb-c6d0-4507-a822-b6f277fc4016\"\n }\n}",
|
|
235
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"LatestBrokerVersion\": [\n {\n \"KafkaVersion\": \"0.10.2\",\n \"BrokerVersion\": \"v0.10.2.1_r1.2.11\"\n },\n {\n \"KafkaVersion\": \"3.2.3\",\n \"BrokerVersion\": \"v3.2.3_r1.0.7\"\n },\n {\n \"KafkaVersion\": \"2.8.1\",\n \"BrokerVersion\": \"v2.8.1_r1.1.6\"\n },\n {\n \"KafkaVersion\": \"2.4.1\",\n \"BrokerVersion\": \"v2.4.2_r1.2.4\"\n },\n {\n \"KafkaVersion\": \"1.1.1\",\n \"BrokerVersion\": \"v1.1.1_r1.1.14\"\n }\n ],\n \"KafkaVersion\": \"1.1.1\",\n \"CurBrokerVersion\": \"1.1.1_1.0.9\"\n },\n \"RequestId\": \"d173b4fb-c6d0-4507-a822-b6f277fc4016\"\n }\n}",
|
|
234
236
|
"title": "Querying Instance Version Information"
|
|
235
237
|
}
|
|
236
238
|
],
|
|
@@ -322,6 +324,14 @@
|
|
|
322
324
|
"title": "Retrieving Instance List Details"
|
|
323
325
|
}
|
|
324
326
|
],
|
|
327
|
+
"DescribeModifyType": [
|
|
328
|
+
{
|
|
329
|
+
"document": " ",
|
|
330
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeModifyType\n<Common request parameters>\n\n{\n \"InstanceId\": \"ckafka-6er88krk\",\n \"BandWidth\": 320,\n \"DiskSize\": 1000,\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"Partition\": 1200,\n \"Topic\": 120,\n \"Type\": \"sp_ckafka_profession\"\n}",
|
|
331
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"ModifyType\": 1,\n \"MigrateFlag\": true,\n \"MigrateCostTime\": 17066\n },\n \"RequestId\": \"7118b7f95-43de-4d27-8sdadsa-9999999a\"\n }\n}",
|
|
332
|
+
"title": "Querying Instance Resizing Types Example"
|
|
333
|
+
}
|
|
334
|
+
],
|
|
325
335
|
"DescribeRegion": [
|
|
326
336
|
{
|
|
327
337
|
"document": " ",
|
tccli/services/mps/mps_client.py
CHANGED
|
@@ -5187,6 +5187,61 @@ def doDeleteSampleSnapshotTemplate(args, parsed_globals):
|
|
|
5187
5187
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
|
5188
5188
|
|
|
5189
5189
|
|
|
5190
|
+
def doTextTranslation(args, parsed_globals):
|
|
5191
|
+
g_param = parse_global_arg(parsed_globals)
|
|
5192
|
+
|
|
5193
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
|
5194
|
+
cred = credential.CVMRoleCredential()
|
|
5195
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
|
5196
|
+
cred = credential.STSAssumeRoleCredential(
|
|
5197
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
|
5198
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
|
5199
|
+
)
|
|
5200
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) \
|
|
5201
|
+
and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) \
|
|
5202
|
+
and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) \
|
|
5203
|
+
and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
|
5204
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
|
5205
|
+
else:
|
|
5206
|
+
cred = credential.Credential(
|
|
5207
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
|
5208
|
+
)
|
|
5209
|
+
http_profile = HttpProfile(
|
|
5210
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
|
5211
|
+
reqMethod="POST",
|
|
5212
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
|
5213
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
|
5214
|
+
)
|
|
5215
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
|
|
5216
|
+
if g_param[OptionsDefine.Language]:
|
|
5217
|
+
profile.language = g_param[OptionsDefine.Language]
|
|
5218
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
|
5219
|
+
client = mod.MpsClient(cred, g_param[OptionsDefine.Region], profile)
|
|
5220
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
|
5221
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
|
5222
|
+
model = models.TextTranslationRequest()
|
|
5223
|
+
model.from_json_string(json.dumps(args))
|
|
5224
|
+
start_time = time.time()
|
|
5225
|
+
while True:
|
|
5226
|
+
rsp = client.TextTranslation(model)
|
|
5227
|
+
result = rsp.to_json_string()
|
|
5228
|
+
try:
|
|
5229
|
+
json_obj = json.loads(result)
|
|
5230
|
+
except TypeError as e:
|
|
5231
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
|
5232
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
|
5233
|
+
break
|
|
5234
|
+
cur_time = time.time()
|
|
5235
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
|
5236
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
|
5237
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
|
5238
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
|
5239
|
+
else:
|
|
5240
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
|
5241
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
|
5242
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
|
5243
|
+
|
|
5244
|
+
|
|
5190
5245
|
def doCreateAsrHotwords(args, parsed_globals):
|
|
5191
5246
|
g_param = parse_global_arg(parsed_globals)
|
|
5192
5247
|
|
|
@@ -5952,6 +6007,7 @@ ACTION_MAP = {
|
|
|
5952
6007
|
"ProcessLiveStream": doProcessLiveStream,
|
|
5953
6008
|
"DeleteLiveRecordTemplate": doDeleteLiveRecordTemplate,
|
|
5954
6009
|
"DeleteSampleSnapshotTemplate": doDeleteSampleSnapshotTemplate,
|
|
6010
|
+
"TextTranslation": doTextTranslation,
|
|
5955
6011
|
"CreateAsrHotwords": doCreateAsrHotwords,
|
|
5956
6012
|
"CreatePersonSample": doCreatePersonSample,
|
|
5957
6013
|
"DescribeQualityControlTemplates": doDescribeQualityControlTemplates,
|