tccli-intl-en 3.0.1283.1__py2.py3-none-any.whl → 3.1.1.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.
@@ -161,8 +161,8 @@
161
161
  "DescribeDisasterRecoverGroups": [
162
162
  {
163
163
  "document": "This example shows you how to query the information of a spread placement group.",
164
- "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDisasterRecoverGroups\n<Common request parameters>\n\n{\n \"Offset\": 0,\n \"Limit\": 100,\n \"Filters\": [\n {\n \"Name\": \"tag:FOO_886\",\n \"Values\": [\n \"BAR_886\"\n ]\n }\n ]\n}",
165
- "output": "{\n \"Response\": {\n \"DisasterRecoverGroupSet\": [\n {\n \"Affinity\": 1,\n \"CreateTime\": \"2024-08-28T10:04:56Z\",\n \"CurrentNum\": 0,\n \"CvmQuotaTotal\": 60,\n \"DisasterRecoverGroupId\": \"ps-0f03mwkn\",\n \"InstanceIds\": [],\n \"Name\": \"HostDisasterRecoverGroup\",\n \"Tags\": [\n {\n \"Key\": \"FOO_886\",\n \"Value\": \"BAR_886\"\n }\n ],\n \"Type\": \"HOST\"\n },\n {\n \"Affinity\": 1,\n \"CreateTime\": \"2024-08-13T04:16:19Z\",\n \"CurrentNum\": 0,\n \"CvmQuotaTotal\": 20,\n \"DisasterRecoverGroupId\": \"ps-ali72vwj\",\n \"InstanceIds\": [],\n \"Name\": \"SWDisasterRecoverGroup\",\n \"Tags\": [\n {\n \"Key\": \"FOO_886\",\n \"Value\": \"BAR_886\"\n }\n ],\n \"Type\": \"SW\"\n }\n ],\n \"RequestId\": \"52eca90d-08c8-4887-abf0-78d8155cfcfd\",\n \"TotalCount\": 2\n }\n}",
164
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDisasterRecoverGroups\n<Common request parameters>\n\n{\n \"Offset\": 0,\n \"Limit\": 100,\n \"Filters\": [\n {\n \"Name\": \"tag:myTagKey\",\n \"Values\": [\n \"myTagVlue\"\n ]\n }\n ]\n}",
165
+ "output": "{\n \"Response\": {\n \"DisasterRecoverGroupSet\": [\n {\n \"Affinity\": 1,\n \"CreateTime\": \"2024-08-28T10:04:56Z\",\n \"CurrentNum\": 0,\n \"CvmQuotaTotal\": 60,\n \"DisasterRecoverGroupId\": \"ps-0f03mwkn\",\n \"InstanceIds\": [],\n \"Name\": \"HostDisasterRecoverGroup\",\n \"Tags\": [\n {\n \"Key\": \"myTagKey\",\n \"Value\": \"myTagVlue\"\n }\n ],\n \"Type\": \"HOST\"\n },\n {\n \"Affinity\": 1,\n \"CreateTime\": \"2024-08-13T04:16:19Z\",\n \"CurrentNum\": 0,\n \"CvmQuotaTotal\": 20,\n \"DisasterRecoverGroupId\": \"ps-ali72vwj\",\n \"InstanceIds\": [],\n \"Name\": \"SWDisasterRecoverGroup\",\n \"Tags\": [\n {\n \"Key\": \"myTagKey\",\n \"Value\": \"myTagVlue\"\n }\n ],\n \"Type\": \"SW\"\n }\n ],\n \"RequestId\": \"52eca90d-08c8-4887-abf0-78d8155cfcfd\",\n \"TotalCount\": 2\n }\n}",
166
166
  "title": "Querying the information of a spread placement group"
167
167
  }
168
168
  ],
@@ -207,7 +207,7 @@
207
207
  },
208
208
  {
209
209
  "document": "This example shows you how to query all private images under an account.",
210
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImages\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"PRIVATE_IMAGE\"\n ],\n \"Name\": \"image-type\"\n }\n ]\n}",
210
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImages\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"PRIVATE_IMAGE\"\n ],\n \"Name\": \"image-type\"\n }\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
211
211
  "output": "{\n \"Response\": {\n \"TotalCount\": 408,\n \"ImageSet\": [\n {\n \"OsName\": \"CentOS 7.4 64-bit\",\n \"ImageSize\": 20,\n \"ImageType\": \"PRIVATE_IMAGE\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageDescription\": \"test-image\",\n \"ImageSource\": \"CREATE_IMAGE\",\n \"ImageId\": \"img-qlzp4oea\",\n \"ImageName\": \"test-image\",\n \"ImageCreator\": \"3205597606\",\n \"ImageState\": \"NORMAL\",\n \"SyncPercent\": null,\n \"SnapshotSet\": [\n {\n \"SnapshotId\": \"snap-gqa37j2p\",\n \"DiskUsage\": \"SYSTEM_DISK\",\n \"DiskSize\": 20\n }\n ],\n \"Tags\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Architecture\": \"x86_64\",\n \"Platform\": \"CentOS\",\n \"IsSupportCloudinit\": true\n }\n ],\n \"RequestId\": \"5908394c-5b3f-42e0-a537-8410553890a5\"\n }\n}",
212
212
  "title": "Querying an image by the image type"
213
213
  }
@@ -223,7 +223,7 @@
223
223
  "DescribeInstanceFamilyConfigs": [
224
224
  {
225
225
  "document": "This example shows you how to query the supported instance families in the Guangzhou region.",
226
- "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceFamilyConfigs\n&<Common request parameters>\n\n{}",
226
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceFamilyConfigs\nX-TC-Language: en-US\n&<Common request parameters>\n\n{}",
227
227
  "output": "{\n \"Response\": {\n \"InstanceFamilyConfigSet\": [\n {\n \"InstanceFamilyName\": \"Standard S1\",\n \"InstanceFamily\": \"S1\"\n },\n {\n \"InstanceFamilyName\": \"Network-optimized N1\",\n \"InstanceFamily\": \"N1\"\n },\n {\n \"InstanceFamilyName\": \"High IO I1\",\n \"InstanceFamily\": \"I1\"\n },\n {\n \"InstanceFamilyName\": \"MEM optimized M1\",\n \"InstanceFamily\": \"M1\"\n },\n {\n \"InstanceFamilyName\": \"Standard S2\",\n \"InstanceFamily\": \"S2\"\n },\n {\n \"InstanceFamilyName\": \"Standard network enhanced SN2\",\n \"InstanceFamily\": \"SN2\"\n },\n {\n \"InstanceFamilyName\": \"High IO I2\",\n \"InstanceFamily\": \"I2\"\n },\n {\n \"InstanceFamilyName\": \"MEM optimized M2\",\n \"InstanceFamily\": \"M2\"\n },\n {\n \"InstanceFamilyName\": \"Compute C2\",\n \"InstanceFamily\": \"C2\"\n },\n {\n \"InstanceFamilyName\": \"Compute Network-optimized CN2\",\n \"InstanceFamily\": \"CN2\"\n },\n {\n \"InstanceFamilyName\": \"Standard S3\",\n \"InstanceFamily\": \"S3\"\n },\n {\n \"InstanceFamilyName\": \"Compute C3\",\n \"InstanceFamily\": \"C3\"\n },\n {\n \"InstanceFamilyName\": \"FPGA FX2\",\n \"InstanceFamily\": \"FX2\"\n },\n {\n \"InstanceFamilyName\": \"GPU compute GN2\",\n \"InstanceFamily\": \"GN2\"\n },\n {\n \"InstanceFamilyName\": \"GPU rendering GA2\",\n \"InstanceFamily\": \"GA2\"\n },\n {\n \"InstanceFamilyName\": \"GPU compute GN8\",\n \"InstanceFamily\": \"GN8\"\n },\n {\n \"InstanceFamilyName\": \"Dedicated\",\n \"InstanceFamily\": \"CDH\"\n },\n {\n \"InstanceFamilyName\": \"Shared core\",\n \"InstanceFamily\": \"SHARED\"\n }\n ],\n \"RequestId\": \"b061782b-934a-4e53-b1eb-d5f2fed8130e\"\n }\n}",
228
228
  "title": "Querying supported instance families"
229
229
  }
@@ -275,7 +275,7 @@
275
275
  "DescribeInternetChargeTypeConfigs": [
276
276
  {
277
277
  "document": "This example shows you how to query the list of all network billing modes and select one for the CVM created using the API.",
278
- "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInternetChargeTypeConfigs\n<Common request parameters>\n\n{}",
278
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInternetChargeTypeConfigs\nX-TC-Language: en-US\n<Common request parameters>\n\n{}",
279
279
  "output": "{\n \"Response\": {\n \"InternetChargeTypeConfigSet\": [\n {\n \"InternetChargeType\": \"BANDWIDTH_PREPAID\",\n \"Description\": \"Bill by monthly bandwidth subscription\"\n },\n {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"Description\": \"Bill by traffic\"\n },\n {\n \"InternetChargeType\": \"BANDWIDTH_POSTPAID_BY_HOUR\",\n \"Description\": \"Bill by bandwidth usage period\"\n },\n {\n \"InternetChargeType\": \"BANDWIDTH_PACKAGE\",\n \"Description\": \"Bill by bandwidth package\"\n }\n ],\n \"RequestId\": \"c2abdac4-ea7b-4653-b07c-87cc303fabf0\"\n }\n}",
280
280
  "title": "Querying network billing modes"
281
281
  }
@@ -283,7 +283,7 @@
283
283
  "DescribeKeyPairs": [
284
284
  {
285
285
  "document": "This example shows you how to query the list of key pairs.",
286
- "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Name\": \"key-name\",\n \"Values\": [\n \"MyKeyPair\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
286
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKeyPairs\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Name\": \"key-name\",\n \"Values\": [\n \"MyKeyPair\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
287
287
  "output": "{\n \"Response\": {\n \"KeyPairSet\": [\n {\n \"AssociatedInstanceIds\": [],\n \"CreatedTime\": \"2025-10-16T08:12:48Z\",\n \"Description\": \"\",\n \"KeyId\": \"skey-1q8j7b93\",\n \"KeyName\": \"MyKeyPair\",\n \"ProjectId\": 0,\n \"PublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8gSdflU6iZDlLp3uRgfIQ7d9gl4SzF2yO9BJ1VyzhgWkbYsUS8u7qbwxC6UeAc8364FhT4MjVjXi/+6hYpDnnMiK6lqKBxotLupUtkVmYt+osdPP+y3OcCzTqHWCsY3s7AvyvD41+nuH6LrpXZ4LlHJynPc66eqd5gpnCyg2O1sxW+pd2Zigk0QGWiCuVtm4ICEp3DNHG/9wlVzd++xODf398JU3ebxBsXfe46mFSkyBVbsJLuNueZd4eGDS3q0WhimnvpgZoYOGsNPl4GBLCGOHWZrl/9hE+az6P8W7QwpVe5gvy5MG3usk6zpc0f/diZrdXX7 skey-1q8j7b93\",\n \"Tags\": [\n {\n \"Key\": \"MyKeyPairTagKey\",\n \"Value\": \"MyKeyPairTagValue\"\n }\n ]\n }\n ],\n \"RequestId\": \"eebd54d0-a305-4716-9a84-6017ac14e8c8\",\n \"TotalCount\": 120\n }\n}",
288
288
  "title": "Querying the List of Key Pairs"
289
289
  }
@@ -299,8 +299,8 @@
299
299
  "DescribeLaunchTemplates": [
300
300
  {
301
301
  "document": " ",
302
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLaunchTemplates\n<Common request parameters>\n\n{\n \"LaunchTemplateIds\": [\n \"lt-q9t8j8eg\"\n ]\n}",
303
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LaunchTemplateSet\": [\n {\n \"LatestVersionNumber\": 12,\n \"LaunchTemplateId\": \"lt-q9t8j8eg\",\n \"LaunchTemplateName\": \"Not named foo\\\"'\\\"'''\\\"\\\"\",\n \"DefaultVersionNumber\": 5,\n \"LaunchTemplateVersionCount\": 8,\n \"CreatedBy\": \"251009920\",\n \"CreationTime\": \"2020-12-16T08:05:02Z\"\n }\n ],\n \"RequestId\": \"b2d70642-c69a-4115-ae4e-f6ddade68fea\"\n }\n}",
302
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLaunchTemplates\n<Common request parameters>\n\n{\n \"LaunchTemplateIds\": [\n \"lt-q9t8j8eg\"\n ]\n}",
303
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LaunchTemplateSet\": [\n {\n \"LatestVersionNumber\": 12,\n \"LaunchTemplateId\": \"lt-q9t8j8eg\",\n \"LaunchTemplateName\": \"MyLaunchTemplateName\",\n \"DefaultVersionNumber\": 5,\n \"LaunchTemplateVersionCount\": 8,\n \"CreatedBy\": \"251009920\",\n \"CreationTime\": \"2020-12-16T08:05:02Z\"\n }\n ],\n \"RequestId\": \"b2d70642-c69a-4115-ae4e-f6ddade68fea\"\n }\n}",
304
304
  "title": "Querying an instance launch template"
305
305
  }
306
306
  ],
@@ -323,16 +323,16 @@
323
323
  "DescribeReservedInstancesConfigInfos": [
324
324
  {
325
325
  "document": " ",
326
- "input": "https://cvm.tencentcloudapi.com/?Action=DescribeReservedInstancesConfigInfos\n&Filters.0.Name=zone\n&Filters.0.Values.0=ap-guangzhou-1\n&Offset=0\n&Limit=1\n&<Common request parameters>",
327
- "output": "{\n \"Response\": {\n \"ReservedInstanceConfigInfos\": [\n {\n \"Type\": \"C\",\n \"TypeName\": \"Compute\",\n \"Order\": 400,\n \"InstanceFamilies\": [\n {\n \"InstanceFamily\": \"C3\",\n \"Order\": 402,\n \"InstanceTypes\": [\n {\n \"InstanceType\": \"C3.LARGE8\",\n \"Cpu\": 4,\n \"Memory\": 8,\n \"Gpu\": 0,\n \"Fpga\": 0,\n \"StorageBlock\": 0,\n \"NetworkCard\": 0,\n \"MaxBandwidth\": 2.5,\n \"Frequency\": \"3.2 GHz\",\n \"CpuModelName\": \"Intel Xeon Skylake 6146\",\n \"Pps\": 60,\n \"Externals\": {},\n \"Remark\": \"\",\n \"Prices\": [\n {\n \"ReservedInstancesOfferingId\": \"de06832b-1961-4efd-a470-efee242812a8\",\n \"OfferingType\": \"All Upfront\",\n \"FixedPrice\": 200.99,\n \"UsagePrice\": 0\n },\n {\n \"ReservedInstancesOfferingId\": \"daa72710-c529-4ab3-afca-917e192ea49d\",\n \"OfferingType\": \"Partial Upfront\",\n \"FixedPrice\": 100.99,\n \"UsagePrice\": 1.99\n },\n {\n \"ReservedInstancesOfferingId\": \"d81353d7-fe7d-43d0-a361-fb5633a9a7e5\",\n \"OfferingType\": \"No Upfront\",\n \"FixedPrice\": 0,\n \"UsagePrice\": 2.99\n }\n ]\n }\n ]\n }\n ]\n }\n ],\n \"RequestId\": \"87eccd3e-9e7a-4b42-be3a-87eccd3e\"\n }\n}",
326
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReservedInstancesConfigInfos\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Name\": \"zone\",\n \"Values\": [\n \"ap-singapore-1\"\n ]\n }\n ]\n}",
327
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e54a769e-c5aa-408b-b4df-10425ac14ebf\",\n \"ReservedInstanceConfigInfos\": [\n {\n \"InstanceFamilies\": [\n {\n \"InstanceFamily\": \"S5\",\n \"InstanceTypes\": [\n {\n \"Cpu\": 2,\n \"CpuModelName\": \"Intel Xeon Cascade Lake 8255C/Intel Xeon Cooper Lake\",\n \"Fpga\": 0,\n \"Frequency\": \"2.5GHz/3.1GHz\",\n \"Gpu\": 0,\n \"InstanceType\": \"S5.MEDIUM4\",\n \"MaxBandwidth\": 1.5,\n \"Memory\": 4,\n \"NetworkCard\": 25,\n \"Pps\": 30,\n \"Prices\": [\n {\n \"Duration\": 31536000,\n \"FixedPrice\": 409,\n \"OfferingType\": \"All Upfront\",\n \"ProductDescription\": \"linux\",\n \"ReservedInstancesOfferingId\": \"34919144-2792-4b00-ba8b-0ba804f28a4e\",\n \"UsagePrice\": 0,\n \"Zone\": \"ap-singapore-1\"\n }\n ],\n \"Remark\": \"\",\n \"StorageBlock\": 0\n }\n ],\n \"Order\": 88\n }\n ],\n \"Order\": 100,\n \"Type\": \"S\",\n \"TypeName\": \"Standard\"\n }\n ]\n }\n}",
328
328
  "title": "Querying reserved instance configurations"
329
329
  }
330
330
  ],
331
331
  "DescribeReservedInstancesOfferings": [
332
332
  {
333
333
  "document": " ",
334
- "input": "https://cvm.tencentcloudapi.com/?Action=DescribeReservedInstancesOfferings\r\n&Filters.0.Name=zone\r\n&Filters.0.Values.0=ap-guangzhou-1\r\n&Offset=0\r\n&Limit=1\r\n&<Common request parameters>",
335
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ReservedInstancesOfferingsSet\": [\n {\n \"Zone\": \"ap-guangzhou-1\",\n \"CurrencyCode\": \"USD\",\n \"Duration\": 31536000,\n \"FixedPrice\": 4000.0,\n \"InstanceType\": \"S3.MEDIUM4\",\n \"OfferingType\": \"All Upfront\",\n \"ReservedInstancesOfferingId\": \"noew0342-324f-f3ab-9uut-wrlnth53dcee\",\n \"ProductDescription\": \"linux\",\n \"UsagePrice\": 0.0\n }\n ],\n \"RequestId\": \"b813c959-cc89-41d5-9cc4-ceb7d853dcaa\"\n }\n}",
334
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReservedInstancesOfferings\n<Common request parameters>\n\n{\n \"Offset\": 0,\n \"Limit\": 3,\n \"Filters\": [\n {\n \"Name\": \"zone\",\n \"Values\": [\n \"ap-singapore-1\"\n ]\n }\n ]\n}",
335
+ "output": "{\n \"Response\": {\n \"RequestId\": \"0aca8cc9-8812-477f-b442-10cc1a701d48\",\n \"ReservedInstancesOfferingsSet\": [\n {\n \"CurrencyCode\": \"USD\",\n \"Duration\": 31536000,\n \"FixedPrice\": 412,\n \"InstanceType\": \"S5.LARGE8\",\n \"OfferingType\": \"Partial Upfront\",\n \"ProductDescription\": \"linux\",\n \"ReservedInstancesOfferingId\": \"f5ededc6-5057-4863-a61b-fe96b4b96eb5\",\n \"UsagePrice\": 0.05,\n \"Zone\": \"ap-singapore-1\"\n },\n {\n \"CurrencyCode\": \"USD\",\n \"Duration\": 31536000,\n \"FixedPrice\": 0,\n \"InstanceType\": \"S5.LARGE8\",\n \"OfferingType\": \"No Upfront\",\n \"ProductDescription\": \"linux\",\n \"ReservedInstancesOfferingId\": \"7330ec0e-0ee2-4358-a429-4002c936c24d\",\n \"UsagePrice\": 0.1,\n \"Zone\": \"ap-singapore-1\"\n },\n {\n \"CurrencyCode\": \"USD\",\n \"Duration\": 31536000,\n \"FixedPrice\": 1200,\n \"InstanceType\": \"S5.LARGE16\",\n \"OfferingType\": \"All Upfront\",\n \"ProductDescription\": \"linux\",\n \"ReservedInstancesOfferingId\": \"e26bfbf3-85fa-4c88-82a8-0dd2706e60db\",\n \"UsagePrice\": 0,\n \"Zone\": \"ap-singapore-1\"\n }\n ],\n \"TotalCount\": 20\n }\n}",
336
336
  "title": "Describing reserved instance offerings"
337
337
  }
338
338
  ],
@@ -417,8 +417,8 @@
417
417
  "InquirePricePurchaseReservedInstancesOffering": [
418
418
  {
419
419
  "document": " ",
420
- "input": "https://cvm.tencentcloudapi.com/?Action=InquirePricePurchaseReservedInstancesOffering\n&InstanceCount=2\n&ReservedInstancesOfferingId=noew0342-324f-f3ab-9uut-wrlnth53dcee\n&<Common request parameters>",
421
- "output": "{\n \"Response\": {\n \"RequestId\": \"b333ddb8-4aed-4def-a0d9-617043c2614e\"\n }\n}",
420
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquirePricePurchaseReservedInstancesOffering\n<Common request parameters>\n\n{\n \"InstanceCount\": 1,\n \"ReservedInstancesOfferingId\": \"694e115d-e1b2-47f5-8217-bfbdea222da1\"\n}",
421
+ "output": "{\n \"Response\": {\n \"Price\": {\n \"DiscountFixedPrice\": 101,\n \"DiscountUsagePrice\": 0,\n \"FixedPriceDiscount\": 100,\n \"OriginalFixedPrice\": 101,\n \"OriginalUsagePrice\": 0,\n \"UsagePriceDiscount\": 100\n },\n \"RequestId\": \"5e82e4b0-56e5-4461-aff6-2c1d49cc7447\"\n }\n}",
422
422
  "title": "Querying the Price of a Reserved Instance"
423
423
  }
424
424
  ],
@@ -578,8 +578,8 @@
578
578
  ],
579
579
  "ModifyInstancesVpcAttribute": [
580
580
  {
581
- "document": "This example shows you how to migrate the `r8hr2upy` and `5d8a23rs` instances to the `dcs9x3gz` subnet of the `1urkhbj4` VPC and specify 10.0.0.18 as the private IP of the `r8hr2upy` instance and 10.0.0.19 as that of the `5d8a23rs` instance.",
582
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancesVpcAttribute\n<Common request parameters>\n\n{\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-dcs9x3gz\",\n \"VpcId\": \"vpc-1urkhbj4\",\n \"PrivateIpAddresses\": [\n \"10.0.0.19\",\n \"10.0.0.18\"\n ]\n },\n \"InstanceIds\": [\n \"ins-5d8a23rs\",\n \"ins-r8hr2upy\"\n ]\n}",
581
+ "document": "This example shows you how to migrate the `ins-r8hr2upy` and `ins-5d8a23rs` instances to the `subnet-dcs9x3gz` subnet of the `vpc-1urkhbj4` VPC and specify 10.0.0.18 as the private IP of the `ins-r8hr2upy` instance and 10.0.0.19 as that of the `ins-5d8a23rs` instance.",
582
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancesVpcAttribute\n<Common request parameters>\n\n{\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-dcs9x3gz\",\n \"VpcId\": \"vpc-1urkhbj4\",\n \"PrivateIpAddresses\": [\n \"10.0.0.19\",\n \"10.0.0.18\"\n ]\n },\n \"InstanceIds\": [\n \"ins-5d8a23rs\",\n \"ins-r8hr2upy\"\n ]\n}",
583
583
  "output": "{\n \"Response\": {\n \"RequestId\": \"3c14def19-cfes-470e-b241-90787u6jf5uj\"\n }\n}",
584
584
  "title": "Migrating instances to a VPC and specifying the subnet and IP"
585
585
  }
@@ -609,8 +609,8 @@
609
609
  "PurchaseReservedInstancesOffering": [
610
610
  {
611
611
  "document": " ",
612
- "input": "https://cvm.tencentcloudapi.com/?Action=PurchaseReservedInstancesOffering\r\n&InstanceCount=2\r\n&ReservedInstancesOfferingId=noew0342-324f-f3ab-9uut-wrlnth53dcee\r\n&<Common request parameters>",
613
- "output": "{\n \"Response\": {\n \"ReservedInstanceId\": \"13d8e599-b8dc-4e8a-80b4-7dce9eb27043\",\n \"RequestId\": \"b333ddb8-4aed-4def-a0d9-617043c2614e\"\n }\n}",
612
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PurchaseReservedInstancesOffering\n<Common request parameters>\n\n{\n \"InstanceCount\": 2,\n \"ReservedInstancesOfferingId\": \"694e115d-e1b2-47f5-8217-bfbdea222da1\",\n \"ReservedInstanceName\": \"MyReservedInstanceName\"\n}",
613
+ "output": "{\n \"Response\": {\n \"ReservedInstanceId\": \"ri-8frq127i\",\n \"RequestId\": \"b333ddb8-4aed-4def-a0d9-617043c2614e\"\n }\n}",
614
614
  "title": "Purchasing a reserved instance"
615
615
  }
616
616
  ],
@@ -737,13 +737,13 @@
737
737
  "SyncImages": [
738
738
  {
739
739
  "document": "This example shows you how to synchronize the image `img-o3ycss2p` to Guangzhou.",
740
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncImages\n<Common request parameters>\n\n\n\n{\n \"ImageIds\": [\n \"img-o3ycss2p\"\n ],\n \"DestinationRegions\": [\n \"ap-guangzhou\"\n ]\n}",
740
+ "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncImages\n<Common request parameters>\n\n{\n \"ImageIds\": [\n \"img-o3ycss2p\"\n ],\n \"DestinationRegions\": [\n \"ap-guangzhou\"\n ]\n}",
741
741
  "output": "{\n \"Response\": {\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
742
742
  "title": "Synchronizing an Image"
743
743
  },
744
744
  {
745
745
  "document": "This example shows you how to synchronize the image `img-o3ycss2p` to Guangzhou.",
746
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncImages\n<Common request parameters>\n\n\n\n{\n \"ImageIds\": [\n \"img-o3ycss2p\"\n ],\n \"DestinationRegions\": [\n \"ap-guangzhou\"\n ],\n \"ImageSetRequired\": true\n}",
746
+ "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncImages\n<Common request parameters>\n\n{\n \"ImageIds\": [\n \"img-o3ycss2p\"\n ],\n \"DestinationRegions\": [\n \"ap-guangzhou\"\n ],\n \"ImageSetRequired\": true\n}",
747
747
  "output": "{\n \"Response\": {\n \"ImageSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"ImageId\": \"img-evhmf3fy\"\n }\n ],\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
748
748
  "title": "Synchronizing an Image to the Specified Region and Returning the New Image ID"
749
749
  }
@@ -2294,7 +2294,7 @@
2294
2294
  "example": "false",
2295
2295
  "member": "bool",
2296
2296
  "name": "ReturnHeadImage",
2297
- "required": true,
2297
+ "required": false,
2298
2298
  "type": "bool"
2299
2299
  },
2300
2300
  {
@@ -2309,7 +2309,7 @@
2309
2309
  {
2310
2310
  "disabled": false,
2311
2311
  "document": "Base64 string of the image\nSupported image formats: PNG, JPG, JPEG. GIF is not supported yet.\nSupported image size: The downloaded image cannot exceed 7 MB after being Base64-encoded, and it cannot take longer than 3 seconds to download the image.",
2312
- "example": "",
2312
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
2313
2313
  "member": "string",
2314
2314
  "name": "ImageBase64",
2315
2315
  "required": false,
@@ -2318,7 +2318,7 @@
2318
2318
  {
2319
2319
  "disabled": false,
2320
2320
  "document": "URL address of image. (This field is not supported outside Chinese mainland)\nSupported image formats: PNG, JPG, JPEG. GIF is currently not supported.\nSupported image size: the downloaded image cannot exceed 3 MB after being Base64-encoded. The download time of the image cannot exceed 3 seconds.\nWe recommend you store the image in Tencent Cloud, as a Tencent Cloud URL can guarantee higher download speed and stability.\nThe download speed and stability of non-Tencent Cloud URLs may be low.",
2321
- "example": "https://xx/a.jpg",
2321
+ "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
2322
2322
  "member": "string",
2323
2323
  "name": "ImageUrl",
2324
2324
  "required": false,
@@ -2442,17 +2442,27 @@
2442
2442
  },
2443
2443
  {
2444
2444
  "disabled": false,
2445
- "document": "Base64-encoded identity photo\nNote: this field may return null, indicating that no valid values can be obtained.",
2446
- "example": "xx",
2445
+ "document": "Base64-encoded large primary portrait photo from the left side of the new-generation Hong Kong Identity Card.\nNote: this field may return null, indicating that no valid values can be obtained.",
2446
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
2447
2447
  "member": "string",
2448
2448
  "name": "HeadImage",
2449
2449
  "output_required": true,
2450
2450
  "type": "string",
2451
2451
  "value_allowed_null": true
2452
2452
  },
2453
+ {
2454
+ "disabled": false,
2455
+ "document": "Base64-encoded small secondary portrait photo from the right side of the new-generation Hong Kong Identity Card.\nNote: this field may return null, indicating that no valid values can be obtained.",
2456
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
2457
+ "member": "string",
2458
+ "name": "SmallHeadImage",
2459
+ "output_required": false,
2460
+ "type": "string",
2461
+ "value_allowed_null": true
2462
+ },
2453
2463
  {
2454
2464
  "disabled": true,
2455
- "document": "Multiple alarm codes. If the ID card is spoofed, photocopied, or photoshopped, the corresponding alarm code will be returned.\n-9102: Alarm for photocopied document\n-9103: Alarm for spoofed document",
2465
+ "document": "This field is deprecated and will always return an empty array. Usage is not recommended.",
2456
2466
  "example": "[-9102,-9103]",
2457
2467
  "member": "int64",
2458
2468
  "name": "WarningCode",
@@ -2470,6 +2480,26 @@
2470
2480
  "type": "list",
2471
2481
  "value_allowed_null": false
2472
2482
  },
2483
+ {
2484
+ "disabled": false,
2485
+ "document": "Text information incorporated within the laser-perforated see-through window on the new-generation Hong Kong Identity Card.",
2486
+ "example": "C000000",
2487
+ "member": "string",
2488
+ "name": "WindowEmbeddedText",
2489
+ "output_required": false,
2490
+ "type": "string",
2491
+ "value_allowed_null": false
2492
+ },
2493
+ {
2494
+ "disabled": false,
2495
+ "document": "Versions of the Hong Kong Identity Card: HKID-2018, HKID-2003.",
2496
+ "example": "HKID-2018",
2497
+ "member": "string",
2498
+ "name": "HKIDVersion",
2499
+ "output_required": false,
2500
+ "type": "string",
2501
+ "value_allowed_null": true
2502
+ },
2473
2503
  {
2474
2504
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
2475
2505
  "member": "string",
@@ -316,7 +316,7 @@
316
316
  "status": "online"
317
317
  },
318
318
  "StopPublishCdnStream": {
319
- "document": "This API is used to stop a relaying task.",
319
+ "document": "This API is used to stop a relaying task.\nYou can create a relay task before the anchor enters the room. When the relay task is finished, you need to call the stop interface actively. If you do not call the Stop Relay Task Interface, Tencent Cloud will automatically stop the mix relay task when all users participating in the mix have no data uploaded for a period of time exceeding the timeout (AgentParams.MaxIdleTime) set when starting the relay task.",
320
320
  "input": "StopPublishCdnStreamRequest",
321
321
  "name": "Stops a relaying task",
322
322
  "output": "StopPublishCdnStreamResponse",
@@ -5969,7 +5969,7 @@
5969
5969
  {
5970
5970
  "disabled": false,
5971
5971
  "document": "The [SDKAppID](https://intl.cloud.tencent.com/document/product/647/37714) of the TRTC room whose streams are relayed.",
5972
- "example": "1400188366",
5972
+ "example": "1400***000",
5973
5973
  "member": "uint64",
5974
5974
  "name": "SdkAppId",
5975
5975
  "required": true,
@@ -5978,7 +5978,7 @@
5978
5978
  {
5979
5979
  "disabled": false,
5980
5980
  "document": "The task ID.",
5981
- "example": "xxxx",
5981
+ "example": "-nHPekVU7h******sceOqAZ1YVQE.",
5982
5982
  "member": "string",
5983
5983
  "name": "TaskId",
5984
5984
  "required": true,
@@ -5993,10 +5993,10 @@
5993
5993
  {
5994
5994
  "disabled": false,
5995
5995
  "document": "The task ID.",
5996
- "example": "xxxxx",
5996
+ "example": "-nHPekVU7h******sceOqAZ1YVQE.",
5997
5997
  "member": "string",
5998
5998
  "name": "TaskId",
5999
- "required": true,
5999
+ "output_required": true,
6000
6000
  "type": "string",
6001
6001
  "value_allowed_null": false
6002
6002
  },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli-intl-en
3
- Version: 3.0.1283.1
3
+ Version: 3.1.1.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-cli-intl-en.git
6
6
  Author: Tencent Cloud
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.4
21
21
  Classifier: Programming Language :: Python :: 3.5
22
22
  Classifier: Programming Language :: Python :: 3.6
23
23
  License-File: LICENSE
24
- Requires-Dist: tencentcloud-sdk-python-intl-en >=3.0.1283
24
+ Requires-Dist: tencentcloud-sdk-python-intl-en >=3.1.1
25
25
  Requires-Dist: jmespath ==0.10.0
26
26
  Requires-Dist: six ==1.16.0
27
27
 
@@ -1,4 +1,4 @@
1
- tccli/__init__.py,sha256=eN3o3gsHIauzCgaqekwDghnh_t2Z5WG7P_o_MnujXzE,28
1
+ tccli/__init__.py,sha256=O-GV_geZxMR_PhaAT8TaDLg2sbja6xgBDgHd_eENZco,25
2
2
  tccli/argparser.py,sha256=WtfpBhj2R6JHSzagy6w6Q4y3YVmyIC_yK80w3tqBPgU,5589
3
3
  tccli/argument.py,sha256=_ictuLaeci9t9bvWGZ1QcpMLMztqKkpVH7UyiUwOc-g,8092
4
4
  tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
@@ -166,8 +166,8 @@ tccli/services/ckafka/v20190819/api.json,sha256=cqAtgCvG04m1d0un9NOmaZ_bNgS8pwz4
166
166
  tccli/services/ckafka/v20190819/examples.json,sha256=X0k7aZHPCaJn-5vrhmitBLlvAiisHwfAlJFMlIIiooY,126488
167
167
  tccli/services/clb/__init__.py,sha256=iG2aiZhDOcK4l_2Wkxs57qF1Y4lmv7RxRSPcG9paDk0,85
168
168
  tccli/services/clb/clb_client.py,sha256=CM6NPb0ShS6znK-8NgIn3AyhAbaEQ52jOO1zfyEiw18,264970
169
- tccli/services/clb/v20180317/api.json,sha256=I4qca18k2gnfVIGYXSvRsO8kg2A46shp6-SOlGvQj8g,425977
170
- tccli/services/clb/v20180317/examples.json,sha256=6reICg5C_YMTziu_AKSV8KpQNx0fSPMf9jNwXHLIAhc,114829
169
+ tccli/services/clb/v20180317/api.json,sha256=9A_tdQkHbeBRgajYertdzQYJYc5_a_n_4GvTr6FxBFM,445619
170
+ tccli/services/clb/v20180317/examples.json,sha256=QVQRKu0rYXafkk0BSEH4NXSBTugSF66tAm-LAtDAoPI,111617
171
171
  tccli/services/cloudaudit/__init__.py,sha256=U19yTW3yEQAaf_W0xT0bk9VNlbfkqqw8owcFSSO7iFs,99
172
172
  tccli/services/cloudaudit/cloudaudit_client.py,sha256=U3NeOFIYckslzpBaTGILggpUyR_foyC8tV9Idz2T4Uk,61745
173
173
  tccli/services/cloudaudit/v20190319/api.json,sha256=gXAaQB_VBnrovm5_Zb6gEPvgiwedlT1rn5XdBtakaRc,62876
@@ -198,8 +198,8 @@ tccli/services/ctsdb/v20230202/api.json,sha256=OdVCQn1d5ROlJirmxcGLM2TkLzDH2cunz
198
198
  tccli/services/ctsdb/v20230202/examples.json,sha256=GB60VeEhL_lUbM6kjgL-9fqXGd7dc1C7TUCK6KRrrV4,3720
199
199
  tccli/services/cvm/__init__.py,sha256=TlF7VMjJTb_ELng-8ghL1Zvrmu7MJyuNBU5KLiWrFnw,85
200
200
  tccli/services/cvm/cvm_client.py,sha256=AaUfG_inZazAAiUDO9vOknDYWe9F7h8_jaRb9lRoUEQ,268363
201
- tccli/services/cvm/v20170312/api.json,sha256=EP035gBUMp5ZNoEix2ASqcLfiMonhxxSZNViygNtk9c,489445
202
- tccli/services/cvm/v20170312/examples.json,sha256=UIcYrC9Yx_mqeoFMk7H2vn5QIjaAHMz62xvOfrifU-M,122142
201
+ tccli/services/cvm/v20170312/api.json,sha256=T0xdB0wpDlUQTUzo0DGhaQ7v889sc1e7jz7c3Gjn490,489180
202
+ tccli/services/cvm/v20170312/examples.json,sha256=AF8EdMRd30_j4VQuNwaKqZm_-VfC9xdSpzLowBNDzdI,123432
203
203
  tccli/services/cwp/__init__.py,sha256=VzfiK7QzpNmTiO4zrmILRFSkKMJka8elLwzYLTjUPFw,85
204
204
  tccli/services/cwp/cwp_client.py,sha256=F33EOyd7GPA13BsS3Sghk8txWpGgXi9815SX4rDJaDs,1457621
205
205
  tccli/services/cwp/v20180228/api.json,sha256=dl5bSD0_GMwxmOIItlWCGJLcHilwgdV9x096K8Do1Oc,2098126
@@ -390,7 +390,7 @@ tccli/services/msp/v20180319/api.json,sha256=PUGm-MEDPWDfGFbQzE_XM2QGC68xgf1Oy3o
390
390
  tccli/services/msp/v20180319/examples.json,sha256=9aA1UWR-okCnsD64bVTk4c1gzDWY1y78vWr-6GlaRhM,6647
391
391
  tccli/services/ocr/__init__.py,sha256=1UdHN9VtB5qVwAn2FMefSi4BhMTJOjmFgYZT-zTEVBM,85
392
392
  tccli/services/ocr/ocr_client.py,sha256=XzwkJOVNJkcJkARTVOudipxvVBEErmrPVaSbaaDnvmo,127378
393
- tccli/services/ocr/v20181119/api.json,sha256=eLXJJprPeNZ8DLxSB8YFw4UYf9MsRYb2Ugt_0wAoVvM,428983
393
+ tccli/services/ocr/v20181119/api.json,sha256=bWUun-LlVLQJW3BzZzbrB-K2wJnTrAJK-Qo-MR5L2LI,430296
394
394
  tccli/services/ocr/v20181119/examples.json,sha256=law7ecxS8pmoxepgn02FOO5YaPG2QrugHfcBaO2COxM,150642
395
395
  tccli/services/omics/__init__.py,sha256=2Uhk7Pv4ejuVCryMqNlAdn8xPMdHO2Hr4500KAZ0W-M,89
396
396
  tccli/services/omics/omics_client.py,sha256=aVp5YtoEDz890LisaVLO5KKDVCnP-ZDQvUMayRt_T6s,67780
@@ -552,7 +552,7 @@ tccli/services/trro/v20220325/api.json,sha256=sKxoJp0XV6RfdPHSvJjA6c-HbR1Sp5WU63
552
552
  tccli/services/trro/v20220325/examples.json,sha256=15rCCu2A8zMG3EE5G5SJ1GBq-Rokk1XTR2DATNB_Ja0,16031
553
553
  tccli/services/trtc/__init__.py,sha256=7xXIF66WdJHGVIhfHKFx2VYimlxZ_z3QOeJBUJ2P_MQ,87
554
554
  tccli/services/trtc/trtc_client.py,sha256=lg0hkqQ21zWQvSwULRuorP_UxQTmcHtwun9Z6GrlHzk,164697
555
- tccli/services/trtc/v20190722/api.json,sha256=bGYaiLpbOjIZJgudzAGkRHmJz0GFVnba2kSeXmhDDBo,304697
555
+ tccli/services/trtc/v20190722/api.json,sha256=U8giSqBuLoSUqPNK-hVDXxQutrZunZduD2_6ccjcGoc,305168
556
556
  tccli/services/trtc/v20190722/examples.json,sha256=4QXy9WvN4TlcWud67H5WdaCb2Yoz0TIeResc6DlP6uM,96533
557
557
  tccli/services/tts/__init__.py,sha256=W0RaInrUSxJI_CjeXr9PUINXeopAR8LUj72n-p8UhII,85
558
558
  tccli/services/tts/tts_client.py,sha256=H8a7RiQg-YHnJSzwfPRzSupwdSxdKziVI1jWzB7PM3o,9184
@@ -592,9 +592,9 @@ tccli/services/yunjing/__init__.py,sha256=8HTKN8_ow1j67tspqAbBMQgeteXAagLvtb9WAf
592
592
  tccli/services/yunjing/yunjing_client.py,sha256=TgW9P5c1WrxNFj8viq_OLbeC5HYRdjHm7qv_hYr-Lqs,227266
593
593
  tccli/services/yunjing/v20180228/api.json,sha256=zYojacZyPgPCi71CLBjuHsQR9mIxcZjCX5JwA9TYr1s,173428
594
594
  tccli/services/yunjing/v20180228/examples.json,sha256=j3GL3TtNTkZpNLlksz0nJNCVDxYGUqfRqOt94Y-P8OE,58723
595
- tccli_intl_en-3.0.1283.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
596
- tccli_intl_en-3.0.1283.1.dist-info/METADATA,sha256=xx5T4ZOHbm2uPCLCyKBKDqHxlStIo_ySrHmihuU64JQ,3067
597
- tccli_intl_en-3.0.1283.1.dist-info/WHEEL,sha256=Ll72iyqtt6Rbxp-Q7FSafYA1LeRv98X15xcZWRsFEmY,109
598
- tccli_intl_en-3.0.1283.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
599
- tccli_intl_en-3.0.1283.1.dist-info/top_level.txt,sha256=gYFrQRE3IqZ_46Syp-vkVwwvNaYEtKcM4fE_C4Puomk,6
600
- tccli_intl_en-3.0.1283.1.dist-info/RECORD,,
595
+ tccli_intl_en-3.1.1.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
596
+ tccli_intl_en-3.1.1.1.dist-info/METADATA,sha256=d4Q6fffkK9CcIbfpLYAVBxZXbbl8pQqaH7kAMCT2vjI,3061
597
+ tccli_intl_en-3.1.1.1.dist-info/WHEEL,sha256=Ll72iyqtt6Rbxp-Q7FSafYA1LeRv98X15xcZWRsFEmY,109
598
+ tccli_intl_en-3.1.1.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
599
+ tccli_intl_en-3.1.1.1.dist-info/top_level.txt,sha256=gYFrQRE3IqZ_46Syp-vkVwwvNaYEtKcM4fE_C4Puomk,6
600
+ tccli_intl_en-3.1.1.1.dist-info/RECORD,,