tccli 3.0.1184.1__py2.py3-none-any.whl → 3.0.1185.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/cdb/v20170320/api.json +2 -2
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/cynosdb/cynosdb_client.py +65 -12
- tccli/services/cynosdb/v20190107/api.json +99 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/dlc/v20210125/api.json +48 -11
- tccli/services/dlc/v20210125/examples.json +4 -4
- tccli/services/dsgc/v20190723/api.json +9 -0
- tccli/services/ecc/v20181213/api.json +14 -12
- tccli/services/ecc/v20181213/examples.json +3 -3
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/ess/v20201111/examples.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/redis/v20180412/api.json +18 -13
- tccli/services/redis/v20180412/examples.json +2 -2
- tccli/services/tcr/v20190924/api.json +3 -3
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/thpc/thpc_client.py +227 -68
- tccli/services/thpc/v20230321/api.json +313 -0
- tccli/services/thpc/v20230321/examples.json +24 -0
- tccli/services/waf/v20180125/api.json +3 -3
- tccli/services/waf/v20180125/examples.json +1 -1
- {tccli-3.0.1184.1.dist-info → tccli-3.0.1185.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1184.1.dist-info → tccli-3.0.1185.1.dist-info}/RECORD +29 -29
- {tccli-3.0.1184.1.dist-info → tccli-3.0.1185.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1184.1.dist-info → tccli-3.0.1185.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1184.1.dist-info → tccli-3.0.1185.1.dist-info}/license_files/LICENSE +0 -0
@@ -119,6 +119,13 @@
|
|
119
119
|
"output": "DescribeQueuesResponse",
|
120
120
|
"status": "online"
|
121
121
|
},
|
122
|
+
"DescribeWorkspaces": {
|
123
|
+
"document": "本接口(DescribeWorkspaces)用于查询工作空间列表。",
|
124
|
+
"input": "DescribeWorkspacesRequest",
|
125
|
+
"name": "查询工作空间列表",
|
126
|
+
"output": "DescribeWorkspacesResponse",
|
127
|
+
"status": "online"
|
128
|
+
},
|
122
129
|
"DetachNodes": {
|
123
130
|
"document": "本接口 (DetachNodes) 用于将一个或者多个计算节点从集群中移除,但是不销毁指定计算资源。",
|
124
131
|
"input": "DetachNodesRequest",
|
@@ -133,12 +140,26 @@
|
|
133
140
|
"output": "ModifyInitNodeScriptsResponse",
|
134
141
|
"status": "online"
|
135
142
|
},
|
143
|
+
"ModifyWorkspacesAttribute": {
|
144
|
+
"document": "本接口 (ModifyWorkspacesAttribute) 用于修改工作空间的属性(目前只支持修改工作空间的名称)。",
|
145
|
+
"input": "ModifyWorkspacesAttributeRequest",
|
146
|
+
"name": "修改工作空间的属性",
|
147
|
+
"output": "ModifyWorkspacesAttributeResponse",
|
148
|
+
"status": "online"
|
149
|
+
},
|
136
150
|
"SetAutoScalingConfiguration": {
|
137
151
|
"document": "本接口(SetAutoScalingConfiguration)用于为集群设置集群弹性伸缩配置信息。",
|
138
152
|
"input": "SetAutoScalingConfigurationRequest",
|
139
153
|
"name": "设置弹性伸缩配置信息",
|
140
154
|
"output": "SetAutoScalingConfigurationResponse",
|
141
155
|
"status": "online"
|
156
|
+
},
|
157
|
+
"TerminateWorkspaces": {
|
158
|
+
"document": "本接口 (TerminateWorkspaces) 用于主动退还工作空间。",
|
159
|
+
"input": "TerminateWorkspacesRequest",
|
160
|
+
"name": "销毁工作空间",
|
161
|
+
"output": "TerminateWorkspacesResponse",
|
162
|
+
"status": "online"
|
142
163
|
}
|
143
164
|
},
|
144
165
|
"metadata": {
|
@@ -1990,6 +2011,80 @@
|
|
1990
2011
|
],
|
1991
2012
|
"type": "object"
|
1992
2013
|
},
|
2014
|
+
"DescribeWorkspacesRequest": {
|
2015
|
+
"document": "DescribeWorkspaces请求参数结构体",
|
2016
|
+
"members": [
|
2017
|
+
{
|
2018
|
+
"disabled": false,
|
2019
|
+
"document": "集群ID列表。通过该参数可以指定需要查询信息的集群列表。<br>如果您不指定该参数,则返回Limit数量以内的集群信息。",
|
2020
|
+
"example": "无",
|
2021
|
+
"member": "string",
|
2022
|
+
"name": "SpaceIds",
|
2023
|
+
"required": false,
|
2024
|
+
"type": "list"
|
2025
|
+
},
|
2026
|
+
{
|
2027
|
+
"disabled": false,
|
2028
|
+
"document": "偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
|
2029
|
+
"example": "0",
|
2030
|
+
"member": "int64",
|
2031
|
+
"name": "Offset",
|
2032
|
+
"required": false,
|
2033
|
+
"type": "int"
|
2034
|
+
},
|
2035
|
+
{
|
2036
|
+
"disabled": false,
|
2037
|
+
"document": "返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
|
2038
|
+
"example": "20",
|
2039
|
+
"member": "int64",
|
2040
|
+
"name": "Limit",
|
2041
|
+
"required": false,
|
2042
|
+
"type": "int"
|
2043
|
+
},
|
2044
|
+
{
|
2045
|
+
"disabled": false,
|
2046
|
+
"document": "过滤列表",
|
2047
|
+
"example": "无",
|
2048
|
+
"member": "Filter",
|
2049
|
+
"name": "Filters",
|
2050
|
+
"required": false,
|
2051
|
+
"type": "list"
|
2052
|
+
}
|
2053
|
+
],
|
2054
|
+
"type": "object"
|
2055
|
+
},
|
2056
|
+
"DescribeWorkspacesResponse": {
|
2057
|
+
"document": "DescribeWorkspaces返回参数结构体",
|
2058
|
+
"members": [
|
2059
|
+
{
|
2060
|
+
"disabled": false,
|
2061
|
+
"document": "集群概览信息列表",
|
2062
|
+
"example": "无",
|
2063
|
+
"member": "SpaceInfo",
|
2064
|
+
"name": "SpaceSet",
|
2065
|
+
"output_required": true,
|
2066
|
+
"type": "list",
|
2067
|
+
"value_allowed_null": false
|
2068
|
+
},
|
2069
|
+
{
|
2070
|
+
"disabled": false,
|
2071
|
+
"document": "集群数量",
|
2072
|
+
"example": "1",
|
2073
|
+
"member": "int64",
|
2074
|
+
"name": "TotalCount",
|
2075
|
+
"output_required": true,
|
2076
|
+
"type": "int",
|
2077
|
+
"value_allowed_null": false
|
2078
|
+
},
|
2079
|
+
{
|
2080
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2081
|
+
"member": "string",
|
2082
|
+
"name": "RequestId",
|
2083
|
+
"type": "string"
|
2084
|
+
}
|
2085
|
+
],
|
2086
|
+
"type": "object"
|
2087
|
+
},
|
1993
2088
|
"DetachNodesRequest": {
|
1994
2089
|
"document": "DetachNodes请求参数结构体",
|
1995
2090
|
"members": [
|
@@ -2686,6 +2781,42 @@
|
|
2686
2781
|
],
|
2687
2782
|
"type": "object"
|
2688
2783
|
},
|
2784
|
+
"ModifyWorkspacesAttributeRequest": {
|
2785
|
+
"document": "ModifyWorkspacesAttribute请求参数结构体",
|
2786
|
+
"members": [
|
2787
|
+
{
|
2788
|
+
"disabled": false,
|
2789
|
+
"document": "工作空间列表",
|
2790
|
+
"example": "[\"wks-rf6ogz49\"]",
|
2791
|
+
"member": "string",
|
2792
|
+
"name": "SpaceIds",
|
2793
|
+
"required": true,
|
2794
|
+
"type": "list"
|
2795
|
+
},
|
2796
|
+
{
|
2797
|
+
"disabled": false,
|
2798
|
+
"document": "修改后的工作空间名称。可任意命名,但不得超过60个字符。",
|
2799
|
+
"example": "MySpaceName",
|
2800
|
+
"member": "string",
|
2801
|
+
"name": "SpaceName",
|
2802
|
+
"required": false,
|
2803
|
+
"type": "string"
|
2804
|
+
}
|
2805
|
+
],
|
2806
|
+
"type": "object"
|
2807
|
+
},
|
2808
|
+
"ModifyWorkspacesAttributeResponse": {
|
2809
|
+
"document": "ModifyWorkspacesAttribute返回参数结构体",
|
2810
|
+
"members": [
|
2811
|
+
{
|
2812
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2813
|
+
"member": "string",
|
2814
|
+
"name": "RequestId",
|
2815
|
+
"type": "string"
|
2816
|
+
}
|
2817
|
+
],
|
2818
|
+
"type": "object"
|
2819
|
+
},
|
2689
2820
|
"NodeActivity": {
|
2690
2821
|
"document": "节点活动信息。",
|
2691
2822
|
"members": [
|
@@ -3389,6 +3520,152 @@
|
|
3389
3520
|
],
|
3390
3521
|
"usage": "both"
|
3391
3522
|
},
|
3523
|
+
"SpaceInfo": {
|
3524
|
+
"document": "描述工作空间的信息",
|
3525
|
+
"members": [
|
3526
|
+
{
|
3527
|
+
"disabled": false,
|
3528
|
+
"document": "工作空间ID",
|
3529
|
+
"example": "wks-3rr4w3t7",
|
3530
|
+
"member": "string",
|
3531
|
+
"name": "SpaceId",
|
3532
|
+
"output_required": true,
|
3533
|
+
"type": "string",
|
3534
|
+
"value_allowed_null": false
|
3535
|
+
},
|
3536
|
+
{
|
3537
|
+
"disabled": false,
|
3538
|
+
"document": "工作空间类型",
|
3539
|
+
"example": "无",
|
3540
|
+
"member": "string",
|
3541
|
+
"name": "SpaceFamily",
|
3542
|
+
"output_required": true,
|
3543
|
+
"type": "string",
|
3544
|
+
"value_allowed_null": false
|
3545
|
+
},
|
3546
|
+
{
|
3547
|
+
"disabled": false,
|
3548
|
+
"document": "工作空间规格",
|
3549
|
+
"example": "无",
|
3550
|
+
"member": "string",
|
3551
|
+
"name": "SpaceType",
|
3552
|
+
"output_required": true,
|
3553
|
+
"type": "string",
|
3554
|
+
"value_allowed_null": false
|
3555
|
+
},
|
3556
|
+
{
|
3557
|
+
"disabled": false,
|
3558
|
+
"document": "工作空间名称",
|
3559
|
+
"example": "无",
|
3560
|
+
"member": "string",
|
3561
|
+
"name": "SpaceName",
|
3562
|
+
"output_required": true,
|
3563
|
+
"type": "string",
|
3564
|
+
"value_allowed_null": false
|
3565
|
+
},
|
3566
|
+
{
|
3567
|
+
"disabled": false,
|
3568
|
+
"document": "工作空间状态。取值范围:<br><li>PENDING:表示创建中<br></li><li>LAUNCH_FAILED:表示创建失败<br></li><li>ONLINE:表示运行中<br></li><li>ARREARS:表示隔离中<br></li><li>TERMINATING:表示销毁中。<br></li>",
|
3569
|
+
"example": "无",
|
3570
|
+
"member": "string",
|
3571
|
+
"name": "SpaceState",
|
3572
|
+
"output_required": true,
|
3573
|
+
"type": "string",
|
3574
|
+
"value_allowed_null": false
|
3575
|
+
},
|
3576
|
+
{
|
3577
|
+
"disabled": false,
|
3578
|
+
"document": "工作空间计费模式",
|
3579
|
+
"example": "PREPAID",
|
3580
|
+
"member": "string",
|
3581
|
+
"name": "SpaceChargeType",
|
3582
|
+
"output_required": true,
|
3583
|
+
"type": "string",
|
3584
|
+
"value_allowed_null": false
|
3585
|
+
},
|
3586
|
+
{
|
3587
|
+
"disabled": false,
|
3588
|
+
"document": "工作空间对应资源ID",
|
3589
|
+
"example": "无",
|
3590
|
+
"member": "string",
|
3591
|
+
"name": "ResourceId",
|
3592
|
+
"output_required": true,
|
3593
|
+
"type": "string",
|
3594
|
+
"value_allowed_null": false
|
3595
|
+
},
|
3596
|
+
{
|
3597
|
+
"disabled": false,
|
3598
|
+
"document": "自动续费标识",
|
3599
|
+
"example": "无",
|
3600
|
+
"member": "string",
|
3601
|
+
"name": "RenewFlag",
|
3602
|
+
"output_required": true,
|
3603
|
+
"type": "string",
|
3604
|
+
"value_allowed_null": false
|
3605
|
+
},
|
3606
|
+
{
|
3607
|
+
"disabled": false,
|
3608
|
+
"document": "工作空间关联的工作列表",
|
3609
|
+
"example": "无",
|
3610
|
+
"member": "Tag",
|
3611
|
+
"name": "Tags",
|
3612
|
+
"output_required": true,
|
3613
|
+
"type": "list",
|
3614
|
+
"value_allowed_null": false
|
3615
|
+
},
|
3616
|
+
{
|
3617
|
+
"disabled": false,
|
3618
|
+
"document": "创建时间",
|
3619
|
+
"example": "无",
|
3620
|
+
"member": "datetime_iso",
|
3621
|
+
"name": "CreatedTime",
|
3622
|
+
"output_required": true,
|
3623
|
+
"type": "string",
|
3624
|
+
"value_allowed_null": false
|
3625
|
+
},
|
3626
|
+
{
|
3627
|
+
"disabled": false,
|
3628
|
+
"document": "到期时间",
|
3629
|
+
"example": "无",
|
3630
|
+
"member": "datetime_iso",
|
3631
|
+
"name": "ExpiredTime",
|
3632
|
+
"output_required": true,
|
3633
|
+
"type": "string",
|
3634
|
+
"value_allowed_null": false
|
3635
|
+
},
|
3636
|
+
{
|
3637
|
+
"disabled": false,
|
3638
|
+
"document": "工作空间所在位置",
|
3639
|
+
"example": "无",
|
3640
|
+
"member": "Placement",
|
3641
|
+
"name": "Placement",
|
3642
|
+
"output_required": true,
|
3643
|
+
"type": "object",
|
3644
|
+
"value_allowed_null": false
|
3645
|
+
},
|
3646
|
+
{
|
3647
|
+
"disabled": false,
|
3648
|
+
"document": "工作空间的最新操作\n注意:此字段可能返回 null,表示取不到有效值。",
|
3649
|
+
"example": "无",
|
3650
|
+
"member": "string",
|
3651
|
+
"name": "LatestOperation",
|
3652
|
+
"output_required": true,
|
3653
|
+
"type": "string",
|
3654
|
+
"value_allowed_null": true
|
3655
|
+
},
|
3656
|
+
{
|
3657
|
+
"disabled": false,
|
3658
|
+
"document": "工作空间的最新操作状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
3659
|
+
"example": "无",
|
3660
|
+
"member": "string",
|
3661
|
+
"name": "LatestOperationState",
|
3662
|
+
"output_required": true,
|
3663
|
+
"type": "string",
|
3664
|
+
"value_allowed_null": true
|
3665
|
+
}
|
3666
|
+
],
|
3667
|
+
"usage": "out"
|
3668
|
+
},
|
3392
3669
|
"SpaceInternetAccessible": {
|
3393
3670
|
"document": "描述了工作空间的公网可访问性,声明了工作空间的公网使用计费模式,最大带宽等",
|
3394
3671
|
"members": [
|
@@ -3710,6 +3987,42 @@
|
|
3710
3987
|
],
|
3711
3988
|
"usage": "both"
|
3712
3989
|
},
|
3990
|
+
"TerminateWorkspacesRequest": {
|
3991
|
+
"document": "TerminateWorkspaces请求参数结构体",
|
3992
|
+
"members": [
|
3993
|
+
{
|
3994
|
+
"disabled": false,
|
3995
|
+
"document": "工作空间ID",
|
3996
|
+
"example": "['wks-qk5u85i8']",
|
3997
|
+
"member": "string",
|
3998
|
+
"name": "SpaceIds",
|
3999
|
+
"required": true,
|
4000
|
+
"type": "list"
|
4001
|
+
},
|
4002
|
+
{
|
4003
|
+
"disabled": false,
|
4004
|
+
"document": "释放空间挂载的包年包月数据盘。true表示销毁空间同时释放包年包月数据盘,false表示只销毁空间。",
|
4005
|
+
"example": "true",
|
4006
|
+
"member": "bool",
|
4007
|
+
"name": "ReleasePrepaidDataDisks",
|
4008
|
+
"required": false,
|
4009
|
+
"type": "bool"
|
4010
|
+
}
|
4011
|
+
],
|
4012
|
+
"type": "object"
|
4013
|
+
},
|
4014
|
+
"TerminateWorkspacesResponse": {
|
4015
|
+
"document": "TerminateWorkspaces返回参数结构体",
|
4016
|
+
"members": [
|
4017
|
+
{
|
4018
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4019
|
+
"member": "string",
|
4020
|
+
"name": "RequestId",
|
4021
|
+
"type": "string"
|
4022
|
+
}
|
4023
|
+
],
|
4024
|
+
"type": "object"
|
4025
|
+
},
|
3713
4026
|
"VirtualPrivateCloud": {
|
3714
4027
|
"document": "描述了VPC相关信息",
|
3715
4028
|
"members": [
|
@@ -136,6 +136,14 @@
|
|
136
136
|
"title": "查询集群队列概览信息列表"
|
137
137
|
}
|
138
138
|
],
|
139
|
+
"DescribeWorkspaces": [
|
140
|
+
{
|
141
|
+
"document": "查看在广州二区的实例信息,限制返回结果最多为一项",
|
142
|
+
"input": "POST / HTTP/1.1\nHost: thpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWorkspaces\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Filters\": [\n {\n \"Values\": [\n \"ap-guangzhou-2\"\n ],\n \"Name\": \"zone\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
143
|
+
"output": "{\n \"Response\": {\n \"SpaceSet\": [\n {\n \"SpaceId\": \"abc\",\n \"SpaceFamily\": \"abc\",\n \"SpaceType\": \"abc\",\n \"SpaceName\": \"abc\",\n \"SpaceState\": \"abc\",\n \"SpaceChargeType\": \"abc\",\n \"ResourceId\": \"abc\",\n \"RenewFlag\": \"abc\",\n \"Tags\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ExpiredTime\": \"2020-09-22T00:00:00+00:00\",\n \"Placement\": {\n \"Zone\": \"abc\"\n },\n \"LatestOperation\": \"abc\",\n \"LatestOperationState\": \"abc\"\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"abc\"\n }\n}",
|
144
|
+
"title": "查询工作空间列表"
|
145
|
+
}
|
146
|
+
],
|
139
147
|
"DetachNodes": [
|
140
148
|
{
|
141
149
|
"document": "集群ID为hpc-2j8ntf9l的集群解绑计算节点node-8workmoi",
|
@@ -152,6 +160,14 @@
|
|
152
160
|
"title": "修改节点初始化脚本"
|
153
161
|
}
|
154
162
|
],
|
163
|
+
"ModifyWorkspacesAttribute": [
|
164
|
+
{
|
165
|
+
"document": "",
|
166
|
+
"input": "POST / HTTP/1.1\nHost: thpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWorkspacesAttribute\n<公共请求参数>\n\n{\n \"SpaceIds\": [\n \"wks-gzut2d4n\"\n ],\n \"SpaceName\": \"Workspace\"\n}",
|
167
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dbfa8866-7644-4181-806f-2334ea2da591\"\n }\n}",
|
168
|
+
"title": "修改工作空间的名称"
|
169
|
+
}
|
170
|
+
],
|
155
171
|
"SetAutoScalingConfiguration": [
|
156
172
|
{
|
157
173
|
"document": "集群配置弹性伸缩策略信息。",
|
@@ -159,6 +175,14 @@
|
|
159
175
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d1d90874-f565-463d-ba1d-c707517eece1\"\n }\n}",
|
160
176
|
"title": "设置弹性伸缩配置"
|
161
177
|
}
|
178
|
+
],
|
179
|
+
"TerminateWorkspaces": [
|
180
|
+
{
|
181
|
+
"document": "",
|
182
|
+
"input": "POST / HTTP/1.1\nHost: thpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TerminateWorkspaces\n<公共请求参数>\n\n{\n \"SpaceIds\": [\n \"wks-kj2pb4dt\"\n ]\n}",
|
183
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"952f8cb8-240a-45cb-aabf-7665be657072\"\n }\n}",
|
184
|
+
"title": "主动退还工作空间"
|
185
|
+
}
|
162
186
|
]
|
163
187
|
},
|
164
188
|
"version": "1.0"
|
@@ -4225,7 +4225,7 @@
|
|
4225
4225
|
"example": "\"export-61daca5c-f341-4796-aeb3-4f2f598a06c7\"",
|
4226
4226
|
"member": "string",
|
4227
4227
|
"name": "ExportId",
|
4228
|
-
"
|
4228
|
+
"output_required": true,
|
4229
4229
|
"type": "string",
|
4230
4230
|
"value_allowed_null": false
|
4231
4231
|
},
|
@@ -11993,7 +11993,7 @@
|
|
11993
11993
|
},
|
11994
11994
|
{
|
11995
11995
|
"disabled": false,
|
11996
|
-
"document": "
|
11996
|
+
"document": "查询的域名,全部域名填all",
|
11997
11997
|
"example": "\"waf.test.com\"",
|
11998
11998
|
"member": "string",
|
11999
11999
|
"name": "Domain",
|
@@ -12021,7 +12021,7 @@
|
|
12021
12021
|
"example": "271652",
|
12022
12022
|
"member": "uint64",
|
12023
12023
|
"name": "TotalCount",
|
12024
|
-
"
|
12024
|
+
"output_required": true,
|
12025
12025
|
"type": "int",
|
12026
12026
|
"value_allowed_null": false
|
12027
12027
|
},
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"CreateAccessExport": [
|
92
92
|
{
|
93
93
|
"document": "",
|
94
|
-
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccessExport\n<公共请求参数>\n\n{\n \"TopicId\": \"1ae37c76-df99-4e2b-998c-20f39eba6226\",\n \"From\": 1625395948532,\n \"To\": 1626000748532,\n \"Count\": 6221,\n \"Query\": \"
|
94
|
+
"input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccessExport\n<公共请求参数>\n\n{\n \"TopicId\": \"1ae37c76-df99-4e2b-998c-20f39eba6226\",\n \"From\": 1625395948532,\n \"To\": 1626000748532,\n \"Count\": 6221,\n \"Query\": \"\",\n \"Order\": \"desc\",\n \"Format\": \"json\"\n}",
|
95
95
|
"output": "{\n \"Response\": {\n \"ExportId\": \"export-61daca5c-f341-4796-aeb3-4f2f598a06c7\",\n \"RequestId\": \"9b02bf9e-c89c-42c3-9ae1-685f968fa02d\"\n }\n}",
|
96
96
|
"title": "创建访问日志导出"
|
97
97
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1185.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1185
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tccli/__init__.py,sha256=
|
1
|
+
tccli/__init__.py,sha256=BQG1eq3e2jWV3oN2beuTVWvqwvVDXXJ6lXiUmM-cPcQ,27
|
2
2
|
tccli/argparser.py,sha256=iFaw_iIMdyVwUdcv2_2OHQfe7-7j9yGzoOgXgXswoBo,5555
|
3
3
|
tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
@@ -124,7 +124,7 @@ tccli/services/bda/v20200324/api.json,sha256=YLHeIEz8flYnNdZdSUICyVYViPCfkbg2I3m
|
|
124
124
|
tccli/services/bda/v20200324/examples.json,sha256=PY5q65GP8KcjbR96xVuUgSTCWjdISb2Uj_7VjJprDcQ,27629
|
125
125
|
tccli/services/bi/__init__.py,sha256=Spp7MdXcW1J-2jUPyNqqn8H5FgFXyTVCaIjR6jqp72I,83
|
126
126
|
tccli/services/bi/bi_client.py,sha256=GCxeVRpVp86cEk10QFlM_NvkddWkaNKyv7nul_g3Og8,73472
|
127
|
-
tccli/services/bi/v20220105/api.json,sha256=
|
127
|
+
tccli/services/bi/v20220105/api.json,sha256=C3I4NbpsnJ-vTn_O0KFMZorBKCdaw8kK8kXCMPeoIhA,152979
|
128
128
|
tccli/services/bi/v20220105/examples.json,sha256=g7Gl2wwBNVH432xMf3-8Hx9TWS-UOpQTOgpARxaWEek,28583
|
129
129
|
tccli/services/billing/__init__.py,sha256=nXe5kwm1G0HeH0itxncDA2xjwgaXNuqihS3NdFYZyR0,93
|
130
130
|
tccli/services/billing/billing_client.py,sha256=EQgXC0-ek004myATUTFjfnRnjrVJalIcsu6sr4g7YR4,146415
|
@@ -200,7 +200,7 @@ tccli/services/ccc/v20200210/api.json,sha256=lkgqBtzSJa7r6CzYQnnGNBd2muQwr6ENAQB
|
|
200
200
|
tccli/services/ccc/v20200210/examples.json,sha256=NKgE6E5IuVX7_xhlMxSvQ2-S7btpjM4SFLkd-P6EUec,62204
|
201
201
|
tccli/services/cdb/__init__.py,sha256=9Jk9tAMP2ZM_xOG77GvqXL1q3UfwYTEos6_P6xzpTiM,85
|
202
202
|
tccli/services/cdb/cdb_client.py,sha256=_g_NpL7dLygoDPY-3vXWAn8fmDp4FVPpctcerXVGuvw,532482
|
203
|
-
tccli/services/cdb/v20170320/api.json,sha256=
|
203
|
+
tccli/services/cdb/v20170320/api.json,sha256=Q1icrJZ-yVFOOXPDqghR0oKCWbupjIX1YqClZ6gn9OI,721491
|
204
204
|
tccli/services/cdb/v20170320/examples.json,sha256=53vzEpPhGjmN0bisMHVX5OF3-4JPa9rTkGHdnvVcGEo,165450
|
205
205
|
tccli/services/cdc/__init__.py,sha256=0NOw5_YSjO-QzgYYiIo0gheuTe2_dvzCUnVD4BOP4tI,85
|
206
206
|
tccli/services/cdc/cdc_client.py,sha256=wSnb34OvPAii0UEu5GkkgWFQ15CmtjsfnPKgE5nzFqU,71139
|
@@ -292,7 +292,7 @@ tccli/services/cloudstudio/v20230508/api.json,sha256=uTn1amz54O7MH4A5vkYGMeumzHb
|
|
292
292
|
tccli/services/cloudstudio/v20230508/examples.json,sha256=XXpDCtNUiK9__-_4bdbT4XTvDaGPPKOP7kGMIwMYW30,5455
|
293
293
|
tccli/services/cls/__init__.py,sha256=emWEmdULub91gG47BRE9u44cHrFt8L4KRduipQx_MfQ,85
|
294
294
|
tccli/services/cls/cls_client.py,sha256=uEMsgKQlTL-JbfFGe-QqQviaUzs4ayfOaZlQMFPJ_Ws,317283
|
295
|
-
tccli/services/cls/v20201016/api.json,sha256=
|
295
|
+
tccli/services/cls/v20201016/api.json,sha256=9PJmZj63JfSiiaw_GhPQuQz7vEstozHRBYYMc6v-p5U,540473
|
296
296
|
tccli/services/cls/v20201016/examples.json,sha256=t_szdhTqphIVHnzDpli2CPnCSSYdIDajjn3vOUJUvNQ,203190
|
297
297
|
tccli/services/cme/__init__.py,sha256=JUEIsQ1dWJHSubFZl7yjNuEMYMdDiyVRMv7YUiZcz4s,85
|
298
298
|
tccli/services/cme/cme_client.py,sha256=I0EfukJ3DMhKfOXq4I1nZ2Tp4597B3hzycqVQd_EBqM,159812
|
@@ -343,9 +343,9 @@ tccli/services/cws/cws_client.py,sha256=bPGWX2h4Ru5YACa7TklX2FnFIbMeFxvrfbGYPibx
|
|
343
343
|
tccli/services/cws/v20180312/api.json,sha256=yvPs5gzcrgBkZti57TJNssoNSIq0rgozU3FRTrDilgQ,57598
|
344
344
|
tccli/services/cws/v20180312/examples.json,sha256=QmYFbj9zOOBlm4aAxhOw45f5SPrzp5SDfqTv5b3n3Go,17899
|
345
345
|
tccli/services/cynosdb/__init__.py,sha256=MBWPrBSMnHBk0CGpJoI_LU1UxxPO0CX-LO2xxuCFCzg,93
|
346
|
-
tccli/services/cynosdb/cynosdb_client.py,sha256=
|
347
|
-
tccli/services/cynosdb/v20190107/api.json,sha256=
|
348
|
-
tccli/services/cynosdb/v20190107/examples.json,sha256=
|
346
|
+
tccli/services/cynosdb/cynosdb_client.py,sha256=gqJ8AFrDcgHIuUtZPoYVamBixElCKR2WKW6KoDtxMpQ,468424
|
347
|
+
tccli/services/cynosdb/v20190107/api.json,sha256=aR-65nnlS9WF8bUBSm-0Ch63wusdjIyrsFrepEviCQ4,681673
|
348
|
+
tccli/services/cynosdb/v20190107/examples.json,sha256=ZgSMYXgtdsWNBFQJkvEft5kH3-7iOjQPOODCLgE3SMM,165471
|
349
349
|
tccli/services/dasb/__init__.py,sha256=x5ez0S2wQBIe-qTkGhVvwqG-rdYdP4NXZn2WfQDvF98,87
|
350
350
|
tccli/services/dasb/dasb_client.py,sha256=KkX0_bjs0-afswXxS0mMqMEuIT03KNTS0Azrs7kTLiY,196880
|
351
351
|
tccli/services/dasb/v20191018/api.json,sha256=uD7tri_YSHznYKQXODg-M3_X4daSgnRLSogfshjZ4WM,256550
|
@@ -378,8 +378,8 @@ tccli/services/dcdb/v20180411/api.json,sha256=dZvW-9HFjoebIsMfa7I-zvytsj6br6-1fD
|
|
378
378
|
tccli/services/dcdb/v20180411/examples.json,sha256=d_VwfUkPJg9UmYzlqofy8G7-mikdPdEve7Lxwo5Fuc4,67590
|
379
379
|
tccli/services/dlc/__init__.py,sha256=Pt7cRkf9EvW5Zp2SZeVE-_cF_YHO7ORkFXK7qsTnkiA,85
|
380
380
|
tccli/services/dlc/dlc_client.py,sha256=KNyIodWjpqy2TSkERCqP7u5CLAOci4i4CDfeo1bRBio,442654
|
381
|
-
tccli/services/dlc/v20210125/api.json,sha256=
|
382
|
-
tccli/services/dlc/v20210125/examples.json,sha256=
|
381
|
+
tccli/services/dlc/v20210125/api.json,sha256=dZ5lHjkwOkBpGUDoxYR9q8u1xYcyzXJ84y_WrsMcgWQ,645503
|
382
|
+
tccli/services/dlc/v20210125/examples.json,sha256=PxRjysm0Vy3xQtirNAEYagyEGhbb4XUUto42lObL7MY,189089
|
383
383
|
tccli/services/dnspod/__init__.py,sha256=4t9Zk1hkia8MrDbtWW-XP9aCXYNWqafFaB1NKh5Ebfc,91
|
384
384
|
tccli/services/dnspod/dnspod_client.py,sha256=Xj98z5cLX3blWlCqfk5jw1eWvH_vtmbqxTRMWfya0iA,234848
|
385
385
|
tccli/services/dnspod/v20210323/api.json,sha256=hYCH38MdIrm1oj9luq9X3J2dE1yvVQs3_Ncjcqh7Xzo,293199
|
@@ -398,7 +398,7 @@ tccli/services/ds/v20180523/api.json,sha256=Po8jIGXLTfXujFIOtvpdVEbWrzz3r__Y1RKY
|
|
398
398
|
tccli/services/ds/v20180523/examples.json,sha256=mpS98a_C0Bm16_rpfJwXfZtzCRMKkxv1hctS9hEnU-U,6767
|
399
399
|
tccli/services/dsgc/__init__.py,sha256=-2PnRUMqNadighnoT3KJQx8A5CJsEU9RBdUziKLsWAY,87
|
400
400
|
tccli/services/dsgc/dsgc_client.py,sha256=5E73hr74D-8PxIDPCNOxxh2uQ5m5UMayXkIREGetqLk,470273
|
401
|
-
tccli/services/dsgc/v20190723/api.json,sha256=
|
401
|
+
tccli/services/dsgc/v20190723/api.json,sha256=6r7fli1EyxyQUKUWjAS2azn610cyLnzHZ_DN1BJy6Jc,616846
|
402
402
|
tccli/services/dsgc/v20190723/examples.json,sha256=FxAk1UHTVS3BeaNYCsUMSvDBO0Gyge-1nrrUUcodfY0,137767
|
403
403
|
tccli/services/dtf/__init__.py,sha256=O4EZT5-bn18CPhcfK2WKIKOk4fVr6KF58zxgcnU_WOo,85
|
404
404
|
tccli/services/dtf/dtf_client.py,sha256=E6S32mFbyW8i9f5UEzubaiseqDBh88d8BHqMy0XKPIY,8674
|
@@ -416,8 +416,8 @@ tccli/services/eb/v20210416/api.json,sha256=lnENUVuqDmCu6wbSnP3m4C2UvRRBGU6-Ldd8
|
|
416
416
|
tccli/services/eb/v20210416/examples.json,sha256=PJasj-5v2Nn85GNxzvjKn6mG8k_VncYYW-jo6_PYeX4,27164
|
417
417
|
tccli/services/ecc/__init__.py,sha256=bu20cx9aALvjii_C4-h-MauNprXVu2LJr1uQ5BKXd0k,85
|
418
418
|
tccli/services/ecc/ecc_client.py,sha256=ksQLZwhcQfsx0rRJw-MnD1MUW11FSLeOmxjVDacwcms,17750
|
419
|
-
tccli/services/ecc/v20181213/api.json,sha256=
|
420
|
-
tccli/services/ecc/v20181213/examples.json,sha256=
|
419
|
+
tccli/services/ecc/v20181213/api.json,sha256=Yrc8tfIWU1WK3ta9iwMBP7ZBniYpmfsRSZi1EA5aK9w,28693
|
420
|
+
tccli/services/ecc/v20181213/examples.json,sha256=ptVxPNSTRtSGHl6Oj-LVdpeYKgdOBaakQDYeTmk6SiI,39783
|
421
421
|
tccli/services/ecdn/__init__.py,sha256=ByfGqV_DCm_D7Dnu9nXHKOEaPYXD280AfqeLbK0YEgU,87
|
422
422
|
tccli/services/ecdn/ecdn_client.py,sha256=p4euj5vGPGGTF1SAXgMZsrxswX8Tm0feUeTnebMBBpU,54962
|
423
423
|
tccli/services/ecdn/v20191012/api.json,sha256=bwzhN2Rff5XOHIcjru57cRWeYjoZRJEOH5an12hRSsc,92695
|
@@ -446,8 +446,8 @@ tccli/services/es/v20180416/api.json,sha256=HEIWTq-i-S_gmmOtYC7-7Ly9jlQwbyfRFwkg
|
|
446
446
|
tccli/services/es/v20180416/examples.json,sha256=HDWxTcNXcbykRqKaB4lY6VnXWHrvxMA2VnIB2K7Wq7g,74222
|
447
447
|
tccli/services/ess/__init__.py,sha256=heBHzUKDuNxQ68yNutgyA8stCndyFWqYJqiQFozTiDs,85
|
448
448
|
tccli/services/ess/ess_client.py,sha256=0l3_vlC0k6750SD2QBIUDhDxUCbo6iKLaHjVoxSsUj8,286062
|
449
|
-
tccli/services/ess/v20201111/api.json,sha256=
|
450
|
-
tccli/services/ess/v20201111/examples.json,sha256=
|
449
|
+
tccli/services/ess/v20201111/api.json,sha256=Ov5u93FzzPkBj3B7ALOWRUzUrop4fTRUF8eNlawkf1o,729170
|
450
|
+
tccli/services/ess/v20201111/examples.json,sha256=kLs1ARXYIyrQ-sTQ-EVsdv7RV8mhKdsaPooFQENoV4g,572288
|
451
451
|
tccli/services/essbasic/__init__.py,sha256=Uh5kuYtJvJ4F1S2w-19_B6a_JMF1ubh8Se-7p5LA0PE,95
|
452
452
|
tccli/services/essbasic/essbasic_client.py,sha256=HpUoYdfQWVWY4nAI5bPJXQ7BAVVA0uJ3IEVaviW5u_M,407926
|
453
453
|
tccli/services/essbasic/v20201222/api.json,sha256=8yA-0DwpjBAZajDJnp3flQ2xn1sdkZMVQcvegUcemSM,184116
|
@@ -514,7 +514,7 @@ tccli/services/hcm/v20181106/api.json,sha256=9Jxpj-fhbXJGkO_nCVUL4nlhcfMICA3snOG
|
|
514
514
|
tccli/services/hcm/v20181106/examples.json,sha256=TKTLt4hcnqYSjpxTCwtJyoFUc2I23ySZL0Ar-aa6v98,1466
|
515
515
|
tccli/services/hunyuan/__init__.py,sha256=ZWaLaByP6wMQSS7nntZKqol4lzuJKslQFdB4Bv3kYwU,93
|
516
516
|
tccli/services/hunyuan/hunyuan_client.py,sha256=hjP8FO9uEP_X2RwGjs1fFoYDZpfwhqAmnxCAgL1fqsA,36465
|
517
|
-
tccli/services/hunyuan/v20230901/api.json,sha256=
|
517
|
+
tccli/services/hunyuan/v20230901/api.json,sha256=wZ8S-1oPB1t4kaL3JSu034k144I0jDE7XqfAC3BMS3Q,60633
|
518
518
|
tccli/services/hunyuan/v20230901/examples.json,sha256=2p0zZQWASh0FQcCcWQmhUr-KVq6Q2RfKQ0CV7i3k_Jk,36754
|
519
519
|
tccli/services/iai/__init__.py,sha256=pyYHUQUj82fBZdJ7cEUsTpy6VP8aU0siS32k7-3aM9Q,85
|
520
520
|
tccli/services/iai/iai_client.py,sha256=Heo7mlB-dWK2PDDh7vZnRQsFwGlRVozdo-jk6Hl3pgo,113648
|
@@ -740,8 +740,8 @@ tccli/services/rce/v20201103/api.json,sha256=5xlsHWFqToq5Gk5UiljyCKs7t5B93q8lvb0
|
|
740
740
|
tccli/services/rce/v20201103/examples.json,sha256=OqxZyUOTBbcCFyx34kzGNNGaGroaqGlGhGBejRyJx5Q,7229
|
741
741
|
tccli/services/redis/__init__.py,sha256=LzB8_p66HdHV32O1SzEXmHhzIe3zOiQGyLwhFG-9lec,89
|
742
742
|
tccli/services/redis/redis_client.py,sha256=1Ck3r8bOuXdt7RwOwXpIfoI6opUiYu92BImx5Z3VteE,329052
|
743
|
-
tccli/services/redis/v20180412/api.json,sha256=
|
744
|
-
tccli/services/redis/v20180412/examples.json,sha256=
|
743
|
+
tccli/services/redis/v20180412/api.json,sha256=46KEdcLiWDORj3Xj3D2_9ll3XqCyaBulcu_tqUmBkh4,427597
|
744
|
+
tccli/services/redis/v20180412/examples.json,sha256=uJlWN5locsWQ85nwo9sSha7uC3ZOGUkp77jSNezWn6E,131221
|
745
745
|
tccli/services/region/__init__.py,sha256=1VhvvIxcO9rVPGI0QB9oyeCaXG_b25vlTQA02oJfISE,91
|
746
746
|
tccli/services/region/region_client.py,sha256=Q_KWFAG24EqbmiebpjVIhKPCPcYN0GmiLsCb4jCaf9U,14818
|
747
747
|
tccli/services/region/v20220627/api.json,sha256=AA-go1NDj_pLz2T2_2L4QhyBv7s9esdQpRh_ylIudws,14202
|
@@ -884,8 +884,8 @@ tccli/services/tcm/v20210413/api.json,sha256=bQdWnXN_mMXe7nJJOhoPKUYhk1qnhCZj2zV
|
|
884
884
|
tccli/services/tcm/v20210413/examples.json,sha256=4Ly6GGVqWSCRPLDDBUsmubO2jbCOCyiNnDnzCVMMJS4,11074
|
885
885
|
tccli/services/tcr/__init__.py,sha256=h57HyxoFfMD29YVvZnQ-HJy2kdkYPwV8qLCy3O1TGP4,85
|
886
886
|
tccli/services/tcr/tcr_client.py,sha256=_7t2rzyOgtrYlhxUfQ6KrEK5neDGM4kSYy_pyse1fKw,348272
|
887
|
-
tccli/services/tcr/v20190924/api.json,sha256=
|
888
|
-
tccli/services/tcr/v20190924/examples.json,sha256=
|
887
|
+
tccli/services/tcr/v20190924/api.json,sha256=dEugZArLsvWFKYUimHwrWLj-2EslDqiIq9HeXZ1nKBE,321916
|
888
|
+
tccli/services/tcr/v20190924/examples.json,sha256=Wk6-EoVVTjkqVrAwYNJGyEvz6vFxuWTIND-UnmqWFRM,76487
|
889
889
|
tccli/services/tcss/__init__.py,sha256=FTLOwcSZ8-U5g9XG6eYy1mphujovIis-nfDfI5HV2lU,87
|
890
890
|
tccli/services/tcss/tcss_client.py,sha256=7YsMYepM9vjl2Us0rD8pUvI73GEv6b4QwhZNlszPCSw,1065653
|
891
891
|
tccli/services/tcss/v20201101/api.json,sha256=AF_teU2-KJ-bVnlPZ_iqIxw7SWXRETUqLIoCOidWFt0,1447465
|
@@ -919,13 +919,13 @@ tccli/services/teo/v20220106/examples.json,sha256=2s6dgk31pZ26N8hrFLCmQzVocmsC_Q
|
|
919
919
|
tccli/services/teo/v20220901/api.json,sha256=Ym2nXm4O8uPpIzsXVGgD1qUQDEIMjC52WNPC_cuMCA4,655454
|
920
920
|
tccli/services/teo/v20220901/examples.json,sha256=KgpGD-1aeZA1Ockd6oGSouTA77ca5q52bspC9_6m6Gg,205851
|
921
921
|
tccli/services/thpc/__init__.py,sha256=NancJ76I7PbEBt7VJCaGnBsfMEZm2ezBvYqwxyLbLHo,87
|
922
|
-
tccli/services/thpc/thpc_client.py,sha256=
|
922
|
+
tccli/services/thpc/thpc_client.py,sha256=BSG8A_2hE0s-gtCRwd7yHPVcSOQiOKNtzQ1-SSCj3O8,80168
|
923
923
|
tccli/services/thpc/v20211109/api.json,sha256=euzzHdc2k1sRJdIXu5O--xbfRV7-vmkMq1-dreDbLGs,41857
|
924
924
|
tccli/services/thpc/v20211109/examples.json,sha256=zInDTdebAKrd9eTimnwt3Xh3SwUGtw7Off1Z3V2Z1Zk,2683
|
925
925
|
tccli/services/thpc/v20220401/api.json,sha256=5JvixmoIJY7LzqcYf8wGrjZpgYCzKmkZ7ieWJr8Oipo,98919
|
926
926
|
tccli/services/thpc/v20220401/examples.json,sha256=FswpMpeOrcFbSMDcGwSIgEhZNm-hZJE27GBLA_-HQfQ,14265
|
927
|
-
tccli/services/thpc/v20230321/api.json,sha256=
|
928
|
-
tccli/services/thpc/v20230321/examples.json,sha256=
|
927
|
+
tccli/services/thpc/v20230321/api.json,sha256=aTHUDocGIOel5oIXzHPtC4i3sJMUi1GVWBxEWt-KYog,155529
|
928
|
+
tccli/services/thpc/v20230321/examples.json,sha256=eZBbcsObLvNu05RGYAZHIIovLUpDHiVNaSQEkKuCVlI,20701
|
929
929
|
tccli/services/tia/__init__.py,sha256=VgE9mjdJrAmlDDshzaRhjARv6jUkEEsOornLuHjrSks,85
|
930
930
|
tccli/services/tia/tia_client.py,sha256=2cZ9-PV4aN_mQ7gEjn45iacj5Y_5Pf3pAzx2GSsVwdg,36062
|
931
931
|
tccli/services/tia/v20180226/api.json,sha256=Cads-ffxxjzmnRjz2EgPKnKTosaORrM8jDNCRKMfn-4,33264
|
@@ -1072,8 +1072,8 @@ tccli/services/vtc/v20240223/api.json,sha256=zlKxCMSftRyFud2pSdQXyLo59kneJ2DOss-
|
|
1072
1072
|
tccli/services/vtc/v20240223/examples.json,sha256=WhfgTwYRmA4ULpsqEMZKzPU1DY87BYu8YDOf7cgc4Qc,5042
|
1073
1073
|
tccli/services/waf/__init__.py,sha256=CQIYSctAXRbX8x5xidAj7CBzOVIdMOZJQ0e6ENff3HU,85
|
1074
1074
|
tccli/services/waf/waf_client.py,sha256=RwuKpZWKxAC3E6ZmvAQq5JrR7StaUHODILu72rEizXw,442184
|
1075
|
-
tccli/services/waf/v20180125/api.json,sha256=
|
1076
|
-
tccli/services/waf/v20180125/examples.json,sha256=
|
1075
|
+
tccli/services/waf/v20180125/api.json,sha256=PWydSISCTqXxo2IlZG1kwFgTOtDkJWs16kQObXtufaw,650293
|
1076
|
+
tccli/services/waf/v20180125/examples.json,sha256=7pPiqnkpi2h0pMqi58RhLN7Cb-zfQ-TawDz8aGimEhU,171780
|
1077
1077
|
tccli/services/wav/__init__.py,sha256=iOdPQbxYh0cdKcDo0kRWmQMiCl38owcMur1PRm3R6R8,85
|
1078
1078
|
tccli/services/wav/wav_client.py,sha256=KfvA5VHhN0HlAa70HjkAs8KkC_GfMzTM4vjlDWXIxVQ,86224
|
1079
1079
|
tccli/services/wav/v20210129/api.json,sha256=GKTYbYztrP-UP5qTQ8_N6U0bcIBt_1wlxpgVDNEFWXI,184058
|
@@ -1108,8 +1108,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
|
|
1108
1108
|
tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
|
1109
1109
|
tccli/services/yunsou/v20191115/api.json,sha256=r_p7c7fMNylQVDpSN0CkUB4Cx1nYW1lI3BM_Zi50FNs,15932
|
1110
1110
|
tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
|
1111
|
-
tccli-3.0.
|
1112
|
-
tccli-3.0.
|
1113
|
-
tccli-3.0.
|
1114
|
-
tccli-3.0.
|
1115
|
-
tccli-3.0.
|
1111
|
+
tccli-3.0.1185.1.dist-info/METADATA,sha256=gV2uvpVscdsx5xIRxWlaZoEur47Vkd_tmsdMgCwrv1c,16172
|
1112
|
+
tccli-3.0.1185.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
1113
|
+
tccli-3.0.1185.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
1114
|
+
tccli-3.0.1185.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
1115
|
+
tccli-3.0.1185.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|