tccli-intl-en 3.1.15.1__py2.py3-none-any.whl → 3.1.17.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 +41 -13
- tccli/services/ccc/v20200210/api.json +22 -22
- tccli/services/cvm/v20170312/api.json +12 -12
- tccli/services/cvm/v20170312/examples.json +3 -3
- tccli/services/lighthouse/lighthouse_client.py +184 -16
- tccli/services/lighthouse/v20200324/api.json +175 -0
- tccli/services/lighthouse/v20200324/examples.json +30 -0
- tccli/services/mdl/v20200326/api.json +36 -16
- tccli/services/trtc/v20190722/api.json +10 -10
- tccli/services/vpc/v20170312/api.json +13 -13
- tccli/services/vpc/v20170312/examples.json +9 -9
- {tccli_intl_en-3.1.15.1.dist-info → tccli_intl_en-3.1.17.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.15.1.dist-info → tccli_intl_en-3.1.17.1.dist-info}/RECORD +18 -18
- {tccli_intl_en-3.1.15.1.dist-info → tccli_intl_en-3.1.17.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.15.1.dist-info → tccli_intl_en-3.1.17.1.dist-info}/WHEEL +0 -0
- {tccli_intl_en-3.1.15.1.dist-info → tccli_intl_en-3.1.17.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.1.15.1.dist-info → tccli_intl_en-3.1.17.1.dist-info}/top_level.txt +0 -0
|
@@ -655,7 +655,7 @@
|
|
|
655
655
|
"members": [
|
|
656
656
|
{
|
|
657
657
|
"disabled": false,
|
|
658
|
-
"document": "",
|
|
658
|
+
"document": "Task ID",
|
|
659
659
|
"example": "6936947D1D3EC9A2432F",
|
|
660
660
|
"member": "string",
|
|
661
661
|
"name": "TaskId",
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
},
|
|
667
667
|
{
|
|
668
668
|
"disabled": false,
|
|
669
|
-
"document": "",
|
|
669
|
+
"document": "Types of testing",
|
|
670
670
|
"example": "ExtractVideoABWatermarkId",
|
|
671
671
|
"member": "string",
|
|
672
672
|
"name": "Type",
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
},
|
|
678
678
|
{
|
|
679
679
|
"disabled": false,
|
|
680
|
-
"document": "",
|
|
680
|
+
"document": "State",
|
|
681
681
|
"example": "Completed",
|
|
682
682
|
"member": "string",
|
|
683
683
|
"name": "State",
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
},
|
|
689
689
|
{
|
|
690
690
|
"disabled": false,
|
|
691
|
-
"document": "",
|
|
691
|
+
"document": "Result",
|
|
692
692
|
"example": "123789852",
|
|
693
693
|
"member": "string",
|
|
694
694
|
"name": "Result",
|
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
},
|
|
700
700
|
{
|
|
701
701
|
"disabled": false,
|
|
702
|
-
"document": "",
|
|
702
|
+
"document": "Error code",
|
|
703
703
|
"example": "1001",
|
|
704
704
|
"member": "int64",
|
|
705
705
|
"name": "ErrorCode",
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
},
|
|
711
711
|
{
|
|
712
712
|
"disabled": false,
|
|
713
|
-
"document": "",
|
|
713
|
+
"document": "Error message",
|
|
714
714
|
"example": "input file size exceed limit",
|
|
715
715
|
"member": "string",
|
|
716
716
|
"name": "ErrorMsg",
|
|
@@ -721,7 +721,7 @@
|
|
|
721
721
|
},
|
|
722
722
|
{
|
|
723
723
|
"disabled": false,
|
|
724
|
-
"document": "",
|
|
724
|
+
"document": "Input information",
|
|
725
725
|
"example": "无",
|
|
726
726
|
"member": "AbWatermarkInputInfo",
|
|
727
727
|
"name": "InputInfo",
|
|
@@ -732,7 +732,7 @@
|
|
|
732
732
|
},
|
|
733
733
|
{
|
|
734
734
|
"disabled": false,
|
|
735
|
-
"document": "",
|
|
735
|
+
"document": "Task notification configuration",
|
|
736
736
|
"example": "无",
|
|
737
737
|
"member": "TaskNotifyConfig",
|
|
738
738
|
"name": "TaskNotifyConfig",
|
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
},
|
|
744
744
|
{
|
|
745
745
|
"disabled": false,
|
|
746
|
-
"document": "",
|
|
746
|
+
"document": "Create time",
|
|
747
747
|
"example": "1765184637",
|
|
748
748
|
"member": "int64",
|
|
749
749
|
"name": "CreateTime",
|
|
@@ -754,7 +754,7 @@
|
|
|
754
754
|
},
|
|
755
755
|
{
|
|
756
756
|
"disabled": false,
|
|
757
|
-
"document": "",
|
|
757
|
+
"document": "Update time",
|
|
758
758
|
"example": "1765184637",
|
|
759
759
|
"member": "int64",
|
|
760
760
|
"name": "UpdateTime",
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
},
|
|
766
766
|
{
|
|
767
767
|
"disabled": false,
|
|
768
|
-
"document": "",
|
|
768
|
+
"document": "Input file information",
|
|
769
769
|
"example": "无",
|
|
770
770
|
"member": "InputFileInfo",
|
|
771
771
|
"name": "InputFileInfo",
|
|
@@ -782,7 +782,7 @@
|
|
|
782
782
|
"members": [
|
|
783
783
|
{
|
|
784
784
|
"disabled": false,
|
|
785
|
-
"document": "",
|
|
785
|
+
"document": "Input type, optional URL/COS, currently only supports URL\n",
|
|
786
786
|
"example": "URL",
|
|
787
787
|
"member": "string",
|
|
788
788
|
"name": "Type",
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
},
|
|
794
794
|
{
|
|
795
795
|
"disabled": false,
|
|
796
|
-
"document": "",
|
|
796
|
+
"document": "URL input information",
|
|
797
797
|
"example": "无",
|
|
798
798
|
"member": "UrlInputInfo",
|
|
799
799
|
"name": "UrlInputInfo",
|
|
@@ -1411,6 +1411,26 @@
|
|
|
1411
1411
|
"output_required": true,
|
|
1412
1412
|
"type": "list",
|
|
1413
1413
|
"value_allowed_null": false
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"disabled": false,
|
|
1417
|
+
"document": "Pipeline 0 total active alarm count",
|
|
1418
|
+
"example": "0",
|
|
1419
|
+
"member": "int64",
|
|
1420
|
+
"name": "PipelineAActiveAlerts",
|
|
1421
|
+
"output_required": true,
|
|
1422
|
+
"type": "int",
|
|
1423
|
+
"value_allowed_null": false
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"disabled": false,
|
|
1427
|
+
"document": "Pipeline 1 total active alarm count",
|
|
1428
|
+
"example": "0",
|
|
1429
|
+
"member": "int64",
|
|
1430
|
+
"name": "PipelineBActiveAlerts",
|
|
1431
|
+
"output_required": true,
|
|
1432
|
+
"type": "int",
|
|
1433
|
+
"value_allowed_null": false
|
|
1414
1434
|
}
|
|
1415
1435
|
],
|
|
1416
1436
|
"usage": "out"
|
|
@@ -1857,7 +1877,7 @@
|
|
|
1857
1877
|
{
|
|
1858
1878
|
"disabled": false,
|
|
1859
1879
|
"document": "Input name, which can contain 1-32 case-sensitive letters, digits, and underscores and must be unique at the region level",
|
|
1860
|
-
"example": "
|
|
1880
|
+
"example": "input_test",
|
|
1861
1881
|
"member": "string",
|
|
1862
1882
|
"name": "Name",
|
|
1863
1883
|
"required": true,
|
|
@@ -1875,7 +1895,7 @@
|
|
|
1875
1895
|
{
|
|
1876
1896
|
"disabled": false,
|
|
1877
1897
|
"document": "ID of the input security group to attach\nYou can attach only one security group to an input.",
|
|
1878
|
-
"example": "[\"
|
|
1898
|
+
"example": "[\"636CA1B600007342FA8D\"]",
|
|
1879
1899
|
"member": "string",
|
|
1880
1900
|
"name": "SecurityGroupIds",
|
|
1881
1901
|
"required": false,
|
|
@@ -4528,7 +4548,7 @@
|
|
|
4528
4548
|
"members": [
|
|
4529
4549
|
{
|
|
4530
4550
|
"disabled": false,
|
|
4531
|
-
"document": "",
|
|
4551
|
+
"document": "Segment duration, in milliseconds, ranging from 1000-10000, must be a multiple of 1000. The input video duration should be between SegmentDuration * 90 and SegmentDuration * 180",
|
|
4532
4552
|
"example": "10000",
|
|
4533
4553
|
"member": "int64",
|
|
4534
4554
|
"name": "SegmentDuration",
|
|
@@ -691,7 +691,7 @@
|
|
|
691
691
|
},
|
|
692
692
|
{
|
|
693
693
|
"disabled": false,
|
|
694
|
-
"document": "[Region information](https://www.tencentcloud.
|
|
694
|
+
"document": "[Region information](https://www.tencentcloud.com/document/product/436/6224?from_cn_redirect=1#.E5.9C.B0.E5.9F.9F) of Tencent COS.\nExample value: cn-shanghai-1.\n\n[Region information](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions) of AWS S3.\nExample value: ap-southeast-3.\t",
|
|
695
695
|
"example": "cn-shanghai-1",
|
|
696
696
|
"member": "string",
|
|
697
697
|
"name": "Region",
|
|
@@ -727,7 +727,7 @@
|
|
|
727
727
|
},
|
|
728
728
|
{
|
|
729
729
|
"disabled": false,
|
|
730
|
-
"document": "Specified location of the cloud bucket, which consists of arrays of strings. Value range for the strings is lowercase letters (a
|
|
730
|
+
"document": "Specified location of the cloud bucket, which consists of arrays of strings. Value range for the strings is lowercase letters (a-z), uppercase letters (A-Z), digits (0-9), and special characters (_-). For example, under the feature of [\"prefix1\", \"prefix2\"], the audio slicing file (xxx.mp3) is stored as prefix1/prefix2/{taskId}/{userId}/audios/{sdkappid}_{roomId}_{userid}_{UTC time}.ogg, while the video frame is stored as prefix1/prefix2/{taskId}/{userId}/images/{sdkappid}_{roomId}_{userid}_{UTC time}.png.",
|
|
731
731
|
"example": "[\"prefix1\", \"prefix2\"]",
|
|
732
732
|
"member": "string",
|
|
733
733
|
"name": "FileNamePrefix",
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
},
|
|
752
752
|
{
|
|
753
753
|
"disabled": false,
|
|
754
|
-
"document": "[Region information](https://www.tencentcloud.
|
|
754
|
+
"document": "[Region information](https://www.tencentcloud.com/document/product/436/6224?from_cn_redirect=1#.E5.9C.B0.E5.9F.9F) of Tencent COS.\nExample value: cn-shanghai-1.\n[Region information](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions) of AWS S3.\nExample value: ap-southeast-3.\t",
|
|
755
755
|
"example": "cn-shanghai-1",
|
|
756
756
|
"member": "string",
|
|
757
757
|
"name": "Region",
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
},
|
|
788
788
|
{
|
|
789
789
|
"disabled": false,
|
|
790
|
-
"document": "Specified location of the cloud bucket, which consists of an array of strings. Value range for the strings is lowercase letters (a
|
|
790
|
+
"document": "Specified location of the cloud bucket, which consists of an array of strings. Value range for the strings is lowercase letters (a-z), uppercase letters (A-Z), digits (0-9), and special characters (_-). For example, under the feature of [\"prefix1\", \"prefix2\"], the audio slicing file (xxx.mp3) is stored as prefix1/prefix2/{taskId}/{userId}/audios/{sdkappid}_{roomId}_{userid}_{UTC time}.ogg, while the video frame is stored as prefix1/prefix2/{taskId}/{userId}/images/{sdkappid}_{roomId}_{userid}_{UTC time}.png.",
|
|
791
791
|
"example": "[\"prefix1\", \"prefix2\"]",
|
|
792
792
|
"member": "string",
|
|
793
793
|
"name": "FileNamePrefix",
|
|
@@ -923,7 +923,7 @@
|
|
|
923
923
|
"members": [
|
|
924
924
|
{
|
|
925
925
|
"disabled": false,
|
|
926
|
-
"document": "[SdkAppId](https://www.tencentcloud.
|
|
926
|
+
"document": "[SdkAppId](https://www.tencentcloud.com/document/product/647/46351?from_cn_redirect=1#sdkappid) of TRTC, which is the same as the SdkAppId corresponding to the TRTC room.",
|
|
927
927
|
"example": "1400188366",
|
|
928
928
|
"member": "uint64",
|
|
929
929
|
"name": "SdkAppId",
|
|
@@ -932,7 +932,7 @@
|
|
|
932
932
|
},
|
|
933
933
|
{
|
|
934
934
|
"disabled": false,
|
|
935
|
-
"document": "[RoomId](https://www.tencentcloud.
|
|
935
|
+
"document": "[RoomId](https://www.tencentcloud.com/document/product/647/46351?from_cn_redirect=1#roomid) of TRTC, which is the RoomId corresponding to the TRTC room.",
|
|
936
936
|
"example": "295212",
|
|
937
937
|
"member": "string",
|
|
938
938
|
"name": "RoomId",
|
|
@@ -1150,7 +1150,7 @@
|
|
|
1150
1150
|
"members": [
|
|
1151
1151
|
{
|
|
1152
1152
|
"disabled": false,
|
|
1153
|
-
"document": "[SdkAppId](https://www.tencentcloud.
|
|
1153
|
+
"document": "[SdkAppId](https://www.tencentcloud.com/document/product/647/46351?from_cn_redirect=1#sdkappid) of TRTC, which is the same as the SdkAppId corresponding to the TRTC room.",
|
|
1154
1154
|
"example": "1400704311",
|
|
1155
1155
|
"member": "uint64",
|
|
1156
1156
|
"name": "SdkAppId",
|
|
@@ -1159,7 +1159,7 @@
|
|
|
1159
1159
|
},
|
|
1160
1160
|
{
|
|
1161
1161
|
"disabled": false,
|
|
1162
|
-
"document": "[RoomId](https://www.tencentcloud.
|
|
1162
|
+
"document": "[RoomId](https://www.tencentcloud.com/document/product/647/46351?from_cn_redirect=1#roomid) of TRTC, which is the RoomId corresponding to the TRTC room.",
|
|
1163
1163
|
"example": "295212",
|
|
1164
1164
|
"member": "string",
|
|
1165
1165
|
"name": "RoomId",
|
|
@@ -4379,7 +4379,7 @@
|
|
|
4379
4379
|
},
|
|
4380
4380
|
{
|
|
4381
4381
|
"disabled": false,
|
|
4382
|
-
"document": "Whether to save
|
|
4382
|
+
"document": "Whether to save file. 0: not save by default; 1: save; 2 save the hit file.",
|
|
4383
4383
|
"example": "0",
|
|
4384
4384
|
"member": "uint64",
|
|
4385
4385
|
"name": "SaveModerationFile",
|
|
@@ -5286,7 +5286,7 @@
|
|
|
5286
5286
|
{
|
|
5287
5287
|
"disabled": false,
|
|
5288
5288
|
"document": "Depreciated. The callback URL is configured in the console.",
|
|
5289
|
-
"example": "
|
|
5289
|
+
"example": "url",
|
|
5290
5290
|
"member": "string",
|
|
5291
5291
|
"name": "SliceCallbackUrl",
|
|
5292
5292
|
"required": false,
|
|
@@ -2284,7 +2284,7 @@
|
|
|
2284
2284
|
},
|
|
2285
2285
|
{
|
|
2286
2286
|
"disabled": false,
|
|
2287
|
-
"document": "
|
|
2287
|
+
"document": "Specifies the bound elastic network interface ID. null means no elastic network interface is bound.",
|
|
2288
2288
|
"example": "null",
|
|
2289
2289
|
"member": "string",
|
|
2290
2290
|
"name": "NetworkInterfaceId",
|
|
@@ -2294,7 +2294,7 @@
|
|
|
2294
2294
|
},
|
|
2295
2295
|
{
|
|
2296
2296
|
"disabled": false,
|
|
2297
|
-
"document": "
|
|
2297
|
+
"document": "Bound resource internal ip. null means no bound resource internal ip.",
|
|
2298
2298
|
"example": "null",
|
|
2299
2299
|
"member": "string",
|
|
2300
2300
|
"name": "PrivateAddressIp",
|
|
@@ -2364,7 +2364,7 @@
|
|
|
2364
2364
|
},
|
|
2365
2365
|
{
|
|
2366
2366
|
"disabled": false,
|
|
2367
|
-
"document": "
|
|
2367
|
+
"document": "EIP ISP information. currently may return values including \"CMCC\" (mobile), \"CTCC\" (telecom), \"CUCC\" (china unicom), \"BGP\" (standard BGP).",
|
|
2368
2368
|
"example": "BGP",
|
|
2369
2369
|
"member": "string",
|
|
2370
2370
|
"name": "InternetServiceProvider",
|
|
@@ -2374,7 +2374,7 @@
|
|
|
2374
2374
|
},
|
|
2375
2375
|
{
|
|
2376
2376
|
"disabled": false,
|
|
2377
|
-
"document": "
|
|
2377
|
+
"document": "Specifies whether the EIP is a local bandwidth EIP. valid values:.\n<li>true: EIP with local bandwidth.</li>.\n<li>false: not a local bandwidth EIP.</li>.",
|
|
2378
2378
|
"example": "false",
|
|
2379
2379
|
"member": "bool",
|
|
2380
2380
|
"name": "LocalBgp",
|
|
@@ -2404,7 +2404,7 @@
|
|
|
2404
2404
|
},
|
|
2405
2405
|
{
|
|
2406
2406
|
"disabled": false,
|
|
2407
|
-
"document": "
|
|
2407
|
+
"document": "Specifies the Tag list associated with the elastic IP.",
|
|
2408
2408
|
"example": "无",
|
|
2409
2409
|
"member": "Tag",
|
|
2410
2410
|
"name": "TagSet",
|
|
@@ -2414,7 +2414,7 @@
|
|
|
2414
2414
|
},
|
|
2415
2415
|
{
|
|
2416
2416
|
"disabled": false,
|
|
2417
|
-
"document": "
|
|
2417
|
+
"document": "Prepaid monthly subscription bandwidth IP expiration time.\nSpecifies the time format in YYYY-MM-DDThh:MM:ssZ.\nNote: This field may return null, indicating that no valid value was found.",
|
|
2418
2418
|
"example": "2024-10-06",
|
|
2419
2419
|
"member": "date",
|
|
2420
2420
|
"name": "DeadlineDate",
|
|
@@ -2424,7 +2424,7 @@
|
|
|
2424
2424
|
},
|
|
2425
2425
|
{
|
|
2426
2426
|
"disabled": false,
|
|
2427
|
-
"document": "
|
|
2427
|
+
"document": "Instance type to which the EIP is bound. valid values:.\n<Li>CVM: indicates cloud virtual machine.</li>.\n<li>Specifies the NAT gateway.</li>.\n<Li>HAVIP: high availability virtual ip.</li>.\n<Li>ENI: specifies the elastic network interface.</li>.\n<Li>CLB: specifies a private network clb.</li>.\n<Li>DHCPIP: elastic private ip address</li>.\n\n\nNote: This field may return null, indicating that no valid value was found.",
|
|
2428
2428
|
"example": "CVM",
|
|
2429
2429
|
"member": "string",
|
|
2430
2430
|
"name": "InstanceType",
|
|
@@ -2474,7 +2474,7 @@
|
|
|
2474
2474
|
},
|
|
2475
2475
|
{
|
|
2476
2476
|
"disabled": false,
|
|
2477
|
-
"document": "
|
|
2477
|
+
"document": "Specifies the unique ID of the vpc to which the traditional elastic IPv6 belongs.",
|
|
2478
2478
|
"example": "vpc-xxxxxxxx",
|
|
2479
2479
|
"member": "string",
|
|
2480
2480
|
"name": "UnVpcId",
|
|
@@ -2484,7 +2484,7 @@
|
|
|
2484
2484
|
},
|
|
2485
2485
|
{
|
|
2486
2486
|
"disabled": false,
|
|
2487
|
-
"document": "
|
|
2487
|
+
"document": "Specifies the unique ID of the CDC.",
|
|
2488
2488
|
"example": "cluster-gbo27yc4",
|
|
2489
2489
|
"member": "string",
|
|
2490
2490
|
"name": "DedicatedClusterId",
|
|
@@ -2784,7 +2784,7 @@
|
|
|
2784
2784
|
"members": [
|
|
2785
2785
|
{
|
|
2786
2786
|
"disabled": false,
|
|
2787
|
-
"document": "
|
|
2787
|
+
"document": "Ftp protocol Alg functionality whether enabled, available values:.\n<li>true: enable Ftp protocol Alg functionality.</li>.\n<li>false: disable Ftp protocol Alg functionality.</li>.",
|
|
2788
2788
|
"example": "true",
|
|
2789
2789
|
"member": "bool",
|
|
2790
2790
|
"name": "Ftp",
|
|
@@ -2794,7 +2794,7 @@
|
|
|
2794
2794
|
},
|
|
2795
2795
|
{
|
|
2796
2796
|
"disabled": false,
|
|
2797
|
-
"document": "Whether
|
|
2797
|
+
"document": "Whether the Sip protocol Alg function is enabled. available values:.\n<li>true: enable Sip protocol Alg function.</li>.\n<li>false: disable Sip protocol Alg function.</li>.",
|
|
2798
2798
|
"example": "true",
|
|
2799
2799
|
"member": "bool",
|
|
2800
2800
|
"name": "Sip",
|
|
@@ -9935,7 +9935,7 @@
|
|
|
9935
9935
|
"members": [
|
|
9936
9936
|
{
|
|
9937
9937
|
"disabled": false,
|
|
9938
|
-
"document": "
|
|
9938
|
+
"document": "List of unique IDs for identifying Elastic IP (EIP). The EIP unique ID is in the format of `eip-11112222`. You can use the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702) API to obtain the AddressId. The parameters `AddressIds` and `Filters.address-id` cannot be specified simultaneously.",
|
|
9939
9939
|
"example": "[\"eip-11112222\"]",
|
|
9940
9940
|
"member": "string",
|
|
9941
9941
|
"name": "AddressIds",
|
|
@@ -9944,7 +9944,7 @@
|
|
|
9944
9944
|
},
|
|
9945
9945
|
{
|
|
9946
9946
|
"disabled": false,
|
|
9947
|
-
"document": "
|
|
9947
|
+
"document": "The maximum number of `Filters` per request is 10, and the maximum number of `Filter.Values` per request is 100. The detailed filter conditions are as follows:\n<li> address-id - String - Optional - Filter by the unique id of the EIP. the unique id of EIP is in the format of `EIP-11112222`. you can obtain the address-id through the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702) API.</li>\n<li> address-name - String - Optional - Filter by the EIP name. fuzzy filtering is not supported. available for use through the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702) API to obtain the address-name. note: when specifying the address-name parameter, only the first passed in address-name parameter is supported for query execution.</li>\n<li> address-ip - String - Optional - Filter by the ip address of the EIP. you can obtain address-ip through the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702) API.</li>\n<li> address-status - String - Optional - Filter by the EIP status. valid values: `CREATING`, `BINDING`, `BIND`, `UNBINDING`, `UNBIND`, `OFFLINING`, and `BIND_ENI`.</li>\n<li> instance-id - String - Optional - Filter by instance id bound to EIP. instance id is in the format of ins-11112222. you can obtain instance-id through the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702) API.</li>\n<li> private-ip-address - String - Optional - Filter by the private ip bound to the EIP. you can obtain private-ip-address through the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702) API. note: when specifying the private-ip-address parameter, only the first passed-in private-ip-address parameter is supported for query execution.</li>\n<li>network-interface-id - String - Optional - Filter by the id of the ENI bound to the EIP. the ENI id is in the format such as `eni-11112222`. you can obtain the network-interface-id through the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702) API.</li>\n<li> is-arrears - String - Optional - Filters by whether the EIP is overdue. (TRUE: EIP is overdue | FALSE: EIP is in normal fee state).</li>\n<li>instance-type - String - Optional - Filters by the instance type bound to the EIP. valid values: `CVM`, `NAT`, `ENI`, `CLB`, `HAVIP`, `DHCPIP`, `EKS`, `VPCE`, and `WAF`.\nNote: when using only the instance-type filter condition, the system returns by default the list of bound resources for all EIP types (including EIP, AnycastEIP, HighQualityEIP, AntiDDoSEIP, and ResidentialEIP). to query bound resources for a specific EIP type or `WanIP`, specify both the instance-type and address-type parameters to configure.\n<li> address-type - String - Optional - Filter by IP type. valid values: `WanIP`, `EIP`, `AnycastEIP`, `HighQualityEIP`, `AntiDDoSEIP`, and `ResidentialEIP`. default value is `EIP`.</li>\n<li> address-isp - String - Optional - Filter by ISP type. valid values: `BGP`, `CMCC`, `CUCC`, and `CTCC`.</li>\n<li> dedicated-cluster-id - String - Optional - Filter by unique CDC ID, such as `cluster-11112222`.</li>\n<li>tag-key - String - Optional - Filter by tag key.</li>\n<li>tag-value - String - Optional - Filter by tag value.</li>\n<li>tag:tag-key - String - Optional - Filter by tag key-value pair. Use a specific tag key to replace `tag-key`.</li>",
|
|
9948
9948
|
"example": "无",
|
|
9949
9949
|
"member": "Filter",
|
|
9950
9950
|
"name": "Filters",
|
|
@@ -1014,20 +1014,20 @@
|
|
|
1014
1014
|
{
|
|
1015
1015
|
"document": "This example shows you how to query EIP information.",
|
|
1016
1016
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddresses\n<Common request parameters>\n\n{}",
|
|
1017
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-qhx8udkc\",\n \"AddressName\": \"
|
|
1018
|
-
"title": "Querying EIP
|
|
1017
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-qhx8udkc\",\n \"AddressName\": \"Not named\",\n \"AddressIp\": \"1.14.91.34\",\n \"AddressStatus\": \"UNBIND\",\n \"AddressType\": \"EIP\",\n \"InstanceId\": \"ins-wf123456\",\n \"InstanceType\": null,\n \"NetworkInterfaceId\": \"eni-12345678\",\n \"PrivateAddressIp\": \"10.2.3.4\",\n \"IsArrears\": false,\n \"IsBlocked\": false,\n \"IsEipDirectConnection\": false,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"LocalBgp\": false,\n \"CascadeRelease\": false,\n \"CreatedTime\": \"2022-08-11T03:57:05Z\",\n \"TagSet\": [],\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"Bandwidth\": 1,\n \"DeadlineDate\": null,\n \"Egress\": \"center_egress1\",\n \"InternetServiceProvider\": \"BGP\"\n },\n {\n \"AddressId\": \"eip-qygpzm9y\",\n \"AddressName\": \"Not named\",\n \"AddressIp\": \"1.14.90.212\",\n \"AddressStatus\": \"UNBIND\",\n \"AddressType\": \"EIP\",\n \"InstanceId\": \"ins-12345678\",\n \"InstanceType\": null,\n \"NetworkInterfaceId\": \"eni-12345678\",\n \"PrivateAddressIp\": \"10.3.4.5.6\",\n \"IsArrears\": false,\n \"IsBlocked\": false,\n \"IsEipDirectConnection\": false,\n \"Egress\": \"center_egress1\",\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"LocalBgp\": false,\n \"CascadeRelease\": false,\n \"CreatedTime\": \"2022-08-11T03:47:03Z\",\n \"TagSet\": [],\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"Bandwidth\": 1,\n \"DeadlineDate\": null,\n \"InternetServiceProvider\": \"BGP\"\n }\n ],\n \"RequestId\": \"4ead34c4-3112-40fe-bbde-2295eee9d664\"\n }\n}",
|
|
1018
|
+
"title": "Querying EIP Information"
|
|
1019
1019
|
},
|
|
1020
1020
|
{
|
|
1021
|
-
"document": "This example shows you how to query public
|
|
1021
|
+
"document": "This example shows you how to query a public IP.",
|
|
1022
1022
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddresses\n&Filters.0.Name=address-type\n&Filters.0.Values.0=WanIP\n&<Common request parameters>",
|
|
1023
|
-
"output": "{\n \"Response\": {\n \"TotalCount\":
|
|
1024
|
-
"title": "Querying
|
|
1023
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-93gyo275\",\n \"AddressName\": \"gwlb\",\n \"AddressIp\": \"122.51.235.39\",\n \"AddressStatus\": \"BIND\",\n \"AddressType\": \"WanIP\",\n \"InstanceId\": \"ins-b2mc0ko1\",\n \"InstanceType\": \"CVM\",\n \"NetworkInterfaceId\": \"eni-akohvkv6\",\n \"PrivateAddressIp\": \"10.0.1.9\",\n \"IsArrears\": false,\n \"IsBlocked\": false,\n \"IsEipDirectConnection\": false,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"LocalBgp\": false,\n \"CascadeRelease\": false,\n \"Egress\": \"center_egress1\",\n \"CreatedTime\": \"2024-11-11T07:42:49Z\",\n \"TagSet\": [\n {\n \"Key\": \"qcs:tag:createdBy\",\n \"Value\": \"Root:100002840660\"\n }\n ],\n \"BandwidthPackageId\": null,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"Bandwidth\": 5,\n \"DeadlineDate\": null,\n \"InternetServiceProvider\": \"BGP\"\n }\n ],\n \"RequestId\": \"f9b58176-c138-45ba-a0e2-7a55117e2833\"\n }\n}",
|
|
1024
|
+
"title": "Querying a Public IP"
|
|
1025
1025
|
},
|
|
1026
1026
|
{
|
|
1027
|
-
"document": "This example shows you how to query
|
|
1028
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddresses\n&AddressIds.0=eip-
|
|
1029
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-12345678\",\n \"AddressName\": \"
|
|
1030
|
-
"title": "Querying
|
|
1027
|
+
"document": "This example shows you how to query Elastic IPs.",
|
|
1028
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeAddresses\n&AddressIds.0=eip-12345678\n&<Common request parameters>",
|
|
1029
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-12345678\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"UNBIND\",\n \"AddressIp\": \"34.3.4.5.6\",\n \"InstanceId\": \"ins-12345678\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-12345678\",\n \"PrivateAddressIp\": \"10.2.3.4\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"WanIp\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"name\",\n \"Value\": \"Sam\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"CENTER_EGRESS_1\"\n }\n ],\n \"RequestId\": \"95eb79b9-2e72-45b1-a1ac-03138778521a\"\n }\n}",
|
|
1030
|
+
"title": "Querying Elastic IP"
|
|
1031
1031
|
}
|
|
1032
1032
|
],
|
|
1033
1033
|
"DescribeAssistantCidr": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tccli-intl-en
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.17.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.1.
|
|
24
|
+
Requires-Dist: tencentcloud-sdk-python-intl-en >=3.1.17
|
|
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=
|
|
1
|
+
tccli/__init__.py,sha256=LwpUtAa2iq2ubecO8AxSuMDayqavPY8NNeTa8udnzKk,26
|
|
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
|
|
@@ -84,7 +84,7 @@ tccli/services/asr/v20190614/api.json,sha256=FfacUoPZvmIMmVb7tA2AAvkwgf7CMqHoA7I
|
|
|
84
84
|
tccli/services/asr/v20190614/examples.json,sha256=zpjqQ1thB6pWzjW1TTTe-WTy4MnKDa5cSIGxCpJWPoE,8448
|
|
85
85
|
tccli/services/autoscaling/__init__.py,sha256=ehT8TTIZwn3a9MLUnT2wDV_T7luS4lb-4DYWUYQ4tJc,101
|
|
86
86
|
tccli/services/autoscaling/autoscaling_client.py,sha256=O0zGjQB8anK1ZMn5aoUcf_vUqlv3NiYrDD29Vu_huMI,187775
|
|
87
|
-
tccli/services/autoscaling/v20180419/api.json,sha256=
|
|
87
|
+
tccli/services/autoscaling/v20180419/api.json,sha256=0cg2NoDnyrAdU7RHd2nfbsmZ1vcJOK8aenP7oATSAb8,414645
|
|
88
88
|
tccli/services/autoscaling/v20180419/examples.json,sha256=NXCTMDFg6QOCVJwo8Lmzjnrh9aM37lx_DTSDkgCV4nY,96522
|
|
89
89
|
tccli/services/batch/__init__.py,sha256=3LNSwycYE8a19VhTI55qyAYZ3VxzLJggE3i0LjgY2J8,89
|
|
90
90
|
tccli/services/batch/batch_client.py,sha256=Luo-kqcju0UtQnUiq0uBeVJJsmUIIzw2wZbHA1JmCLI,93080
|
|
@@ -116,7 +116,7 @@ tccli/services/cbs/v20170312/api.json,sha256=M8iQJDgeA6BhOtLI1bg8eVN49Nv0fgfH_bW
|
|
|
116
116
|
tccli/services/cbs/v20170312/examples.json,sha256=aeOyHt5ByqoKicmZoaSd17nuAWQpoUU4lTjWOHDky9g,39931
|
|
117
117
|
tccli/services/ccc/__init__.py,sha256=wR36QP35wizc6U55yXrZrY_2HiEVnzYPRWgGN_kkLxo,85
|
|
118
118
|
tccli/services/ccc/ccc_client.py,sha256=HsZIfkI4I6xTHtYiJa24oWxRwlc1BDsiuS2XaWEMX6k,224201
|
|
119
|
-
tccli/services/ccc/v20200210/api.json,sha256=
|
|
119
|
+
tccli/services/ccc/v20200210/api.json,sha256=BDeQXXEpLDeF0iwFLAoAaMGkv5ggbwBFeljLp8mK5bY,340212
|
|
120
120
|
tccli/services/ccc/v20200210/examples.json,sha256=x-plhJ4qnxvToYmRBVKooyOvgP6VBBDfQjluv4n-z-Y,71240
|
|
121
121
|
tccli/services/cdb/__init__.py,sha256=9Jk9tAMP2ZM_xOG77GvqXL1q3UfwYTEos6_P6xzpTiM,85
|
|
122
122
|
tccli/services/cdb/cdb_client.py,sha256=6MqZPRby02mYbT72w74r4Fqv3RsxYjp9OOoB_gSr374,419900
|
|
@@ -202,8 +202,8 @@ tccli/services/ctsdb/v20230202/api.json,sha256=OdVCQn1d5ROlJirmxcGLM2TkLzDH2cunz
|
|
|
202
202
|
tccli/services/ctsdb/v20230202/examples.json,sha256=GB60VeEhL_lUbM6kjgL-9fqXGd7dc1C7TUCK6KRrrV4,3720
|
|
203
203
|
tccli/services/cvm/__init__.py,sha256=TlF7VMjJTb_ELng-8ghL1Zvrmu7MJyuNBU5KLiWrFnw,85
|
|
204
204
|
tccli/services/cvm/cvm_client.py,sha256=AaUfG_inZazAAiUDO9vOknDYWe9F7h8_jaRb9lRoUEQ,268363
|
|
205
|
-
tccli/services/cvm/v20170312/api.json,sha256=
|
|
206
|
-
tccli/services/cvm/v20170312/examples.json,sha256=
|
|
205
|
+
tccli/services/cvm/v20170312/api.json,sha256=zq8bEtWjgP_Qefg67VwliGOdc4bei4Zr0dvC7cO5EQY,488939
|
|
206
|
+
tccli/services/cvm/v20170312/examples.json,sha256=8xqK-RIA6xX3GTQ0r7Keza8XJydnKopeYCREQDEYUOI,122888
|
|
207
207
|
tccli/services/cwp/__init__.py,sha256=VzfiK7QzpNmTiO4zrmILRFSkKMJka8elLwzYLTjUPFw,85
|
|
208
208
|
tccli/services/cwp/cwp_client.py,sha256=F33EOyd7GPA13BsS3Sghk8txWpGgXi9815SX4rDJaDs,1457621
|
|
209
209
|
tccli/services/cwp/v20180228/api.json,sha256=dl5bSD0_GMwxmOIItlWCGJLcHilwgdV9x096K8Do1Oc,2098126
|
|
@@ -345,9 +345,9 @@ tccli/services/lcic/lcic_client.py,sha256=wSJGyyqjmGEM3YK7-Td_FQbSXPnYqdZLybGaKL
|
|
|
345
345
|
tccli/services/lcic/v20220817/api.json,sha256=by2AqUHHEoHfqBwSjovoHvSy3GHXogDLQTh8YFPK9aE,206324
|
|
346
346
|
tccli/services/lcic/v20220817/examples.json,sha256=qaLWkEiuuCIb4ayXg74PgMWtZ6-8g399ig2l1q3JEh0,42203
|
|
347
347
|
tccli/services/lighthouse/__init__.py,sha256=mthGX-k-GPfpudeGSVAEXUMitx-xg7Aw2ZcXxrjf_78,99
|
|
348
|
-
tccli/services/lighthouse/lighthouse_client.py,sha256=
|
|
349
|
-
tccli/services/lighthouse/v20200324/api.json,sha256=
|
|
350
|
-
tccli/services/lighthouse/v20200324/examples.json,sha256=
|
|
348
|
+
tccli/services/lighthouse/lighthouse_client.py,sha256=_K5IiX2xQa9sNyI2Uy8cGDU5Eqtkx9I0CYkxYtlmeWQ,246130
|
|
349
|
+
tccli/services/lighthouse/v20200324/api.json,sha256=SLiYaLRxVMBT9sEzFsElsP9KZHcRQBP8A9QiwvmRRKk,269967
|
|
350
|
+
tccli/services/lighthouse/v20200324/examples.json,sha256=zj-NNVw-R0yXEsT2S-DfO9vF55IQgpCofkqXHAPSkkk,95673
|
|
351
351
|
tccli/services/live/__init__.py,sha256=RcvY72t1P1PSv7r9d9SCa9Iv7qvP8ok30HwiMcPVAs4,87
|
|
352
352
|
tccli/services/live/live_client.py,sha256=YazbVcHCgyoChuLRrcJ2TQpgMRaFkr-gxvCww3VBexs,381503
|
|
353
353
|
tccli/services/live/v20180801/api.json,sha256=sOpWYdA5KXf0jqzkrF0vMjO-f9kMquF1j02b5-XKZpo,488531
|
|
@@ -370,7 +370,7 @@ tccli/services/mdc/v20200828/api.json,sha256=ytnZrvelUN6WrpmTjWlQOJbsiJtDeTZhk1s
|
|
|
370
370
|
tccli/services/mdc/v20200828/examples.json,sha256=4KO2ZaXQG3hMmet3Sf5NhfLHvkREDNiRKyyyqkm7OlY,37377
|
|
371
371
|
tccli/services/mdl/__init__.py,sha256=IhqjE774C9EQ-gYNYWtnfO9A4aZi9qxfd5zTey7CFSs,85
|
|
372
372
|
tccli/services/mdl/mdl_client.py,sha256=5lGlfkR2voa6JHEzxBNAnjv7hqjjJXCngwlNP0qexeU,119204
|
|
373
|
-
tccli/services/mdl/v20200326/api.json,sha256=
|
|
373
|
+
tccli/services/mdl/v20200326/api.json,sha256=iFCVDB7enf2xmnZlLLpmCXG4X3fSQqo1HW4xGyistU0,274116
|
|
374
374
|
tccli/services/mdl/v20200326/examples.json,sha256=Z734AuDkkvjMZLNQ3Kawbn7cGjuHP7aPQWZQ6RC7q1U,41670
|
|
375
375
|
tccli/services/mdp/__init__.py,sha256=RALYmSbMGl9MqSjDHzxRemmg_ctfsVSsmU_3fv_LQxw,85
|
|
376
376
|
tccli/services/mdp/mdp_client.py,sha256=fEveFsQ1pzEkR1DEa0RKCzx2bIepT6LJ0zvYZieQxYs,203222
|
|
@@ -568,7 +568,7 @@ tccli/services/trro/v20220325/api.json,sha256=sKxoJp0XV6RfdPHSvJjA6c-HbR1Sp5WU63
|
|
|
568
568
|
tccli/services/trro/v20220325/examples.json,sha256=15rCCu2A8zMG3EE5G5SJ1GBq-Rokk1XTR2DATNB_Ja0,16031
|
|
569
569
|
tccli/services/trtc/__init__.py,sha256=7xXIF66WdJHGVIhfHKFx2VYimlxZ_z3QOeJBUJ2P_MQ,87
|
|
570
570
|
tccli/services/trtc/trtc_client.py,sha256=lg0hkqQ21zWQvSwULRuorP_UxQTmcHtwun9Z6GrlHzk,164697
|
|
571
|
-
tccli/services/trtc/v20190722/api.json,sha256=
|
|
571
|
+
tccli/services/trtc/v20190722/api.json,sha256=WeHeKMBivLvt1vUARBRgOHfH3Eu9dbJu8k6lLQjdZGc,305157
|
|
572
572
|
tccli/services/trtc/v20190722/examples.json,sha256=4QXy9WvN4TlcWud67H5WdaCb2Yoz0TIeResc6DlP6uM,96533
|
|
573
573
|
tccli/services/tts/__init__.py,sha256=W0RaInrUSxJI_CjeXr9PUINXeopAR8LUj72n-p8UhII,85
|
|
574
574
|
tccli/services/tts/tts_client.py,sha256=H8a7RiQg-YHnJSzwfPRzSupwdSxdKziVI1jWzB7PM3o,9184
|
|
@@ -592,8 +592,8 @@ tccli/services/vod/v20240718/api.json,sha256=7pcnqyxP-tlQQ9xlDOloOoBEKKjsbIlWg02
|
|
|
592
592
|
tccli/services/vod/v20240718/examples.json,sha256=qH-gs-9NkUE4EFgxo6VS2A3xofHnxM9LzD3K-MDshtk,16685
|
|
593
593
|
tccli/services/vpc/__init__.py,sha256=3Uy1NP1qkZo8Nd-p-jr1ioM8nnurpWlZOgH6iB3HT7M,85
|
|
594
594
|
tccli/services/vpc/vpc_client.py,sha256=VFGZLQiJOuDTBNxEHt_VgLhm9JKOs90P7S9F0zpTjnw,923250
|
|
595
|
-
tccli/services/vpc/v20170312/api.json,sha256=
|
|
596
|
-
tccli/services/vpc/v20170312/examples.json,sha256=
|
|
595
|
+
tccli/services/vpc/v20170312/api.json,sha256=eDPQCmWqtdSxvTEGuoOBzO1Kl5_3imL93KM40ksPOcs,1025998
|
|
596
|
+
tccli/services/vpc/v20170312/examples.json,sha256=R-BtrhbYtbbv9rbWIBGJlVc6D2oX-e_npS-Xfjen_r8,360561
|
|
597
597
|
tccli/services/waf/__init__.py,sha256=CQIYSctAXRbX8x5xidAj7CBzOVIdMOZJQ0e6ENff3HU,85
|
|
598
598
|
tccli/services/waf/waf_client.py,sha256=8J1EuGBTgVnUxcwQgsg26l8VczwjVj9EKHVCw-Mwk18,338427
|
|
599
599
|
tccli/services/waf/v20180125/api.json,sha256=O2s_DJe-o2SaaCTm5jDZtn0Xd9rdvCGTZN6NoAoiMxA,599020
|
|
@@ -608,9 +608,9 @@ tccli/services/yunjing/__init__.py,sha256=8HTKN8_ow1j67tspqAbBMQgeteXAagLvtb9WAf
|
|
|
608
608
|
tccli/services/yunjing/yunjing_client.py,sha256=TgW9P5c1WrxNFj8viq_OLbeC5HYRdjHm7qv_hYr-Lqs,227266
|
|
609
609
|
tccli/services/yunjing/v20180228/api.json,sha256=zYojacZyPgPCi71CLBjuHsQR9mIxcZjCX5JwA9TYr1s,173428
|
|
610
610
|
tccli/services/yunjing/v20180228/examples.json,sha256=j3GL3TtNTkZpNLlksz0nJNCVDxYGUqfRqOt94Y-P8OE,58723
|
|
611
|
-
tccli_intl_en-3.1.
|
|
612
|
-
tccli_intl_en-3.1.
|
|
613
|
-
tccli_intl_en-3.1.
|
|
614
|
-
tccli_intl_en-3.1.
|
|
615
|
-
tccli_intl_en-3.1.
|
|
616
|
-
tccli_intl_en-3.1.
|
|
611
|
+
tccli_intl_en-3.1.17.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
612
|
+
tccli_intl_en-3.1.17.1.dist-info/METADATA,sha256=uBBPn16zTocgA5YXBbxYoJ3JRlDeyGoU1ARuevsKLAc,3063
|
|
613
|
+
tccli_intl_en-3.1.17.1.dist-info/WHEEL,sha256=Ll72iyqtt6Rbxp-Q7FSafYA1LeRv98X15xcZWRsFEmY,109
|
|
614
|
+
tccli_intl_en-3.1.17.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
|
615
|
+
tccli_intl_en-3.1.17.1.dist-info/top_level.txt,sha256=gYFrQRE3IqZ_46Syp-vkVwwvNaYEtKcM4fE_C4Puomk,6
|
|
616
|
+
tccli_intl_en-3.1.17.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|