tccli 3.0.1262.1__py2.py3-none-any.whl → 3.0.1263.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/cdb/v20170320/api.json +2 -2
- tccli/services/cdwdoris/v20211228/api.json +3 -3
- tccli/services/cdwdoris/v20211228/examples.json +2 -2
- tccli/services/cfw/v20190904/api.json +3 -3
- tccli/services/lke/v20231130/api.json +33 -0
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/tat/v20201028/api.json +6 -6
- tccli/services/tccatalog/v20241024/api.json +39 -3
- tccli/services/trocket/trocket_client.py +53 -0
- tccli/services/trocket/v20230308/api.json +70 -0
- tccli/services/trocket/v20230308/examples.json +8 -0
- {tccli-3.0.1262.1.dist-info → tccli-3.0.1263.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1262.1.dist-info → tccli-3.0.1263.1.dist-info}/RECORD +18 -18
- {tccli-3.0.1262.1.dist-info → tccli-3.0.1263.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1262.1.dist-info → tccli-3.0.1263.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1262.1.dist-info → tccli-3.0.1263.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1263.1'
|
@@ -449,11 +449,11 @@
|
|
449
449
|
"status": "online"
|
450
450
|
},
|
451
451
|
"DescribeCpuExpandStrategy": {
|
452
|
-
"document": "通过该 API 可以查询实例的 CPU 弹性扩容策略",
|
452
|
+
"document": "DescribeCpuExpandStrategy\n\n通过该 API 可以查询实例的 CPU 弹性扩容策略",
|
453
453
|
"input": "DescribeCpuExpandStrategyRequest",
|
454
454
|
"name": "查询实例的 CPU 弹性扩容策略",
|
455
455
|
"output": "DescribeCpuExpandStrategyResponse",
|
456
|
-
"status": "
|
456
|
+
"status": "deprecated"
|
457
457
|
},
|
458
458
|
"DescribeDBFeatures": {
|
459
459
|
"document": "本接口(DescribeDBFeatures)用于查询云数据库版本属性,包括是否支持数据库加密、数据库审计等功能。",
|
@@ -466,13 +466,13 @@
|
|
466
466
|
"members": [
|
467
467
|
{
|
468
468
|
"disabled": false,
|
469
|
-
"document": "
|
470
|
-
"example": "
|
469
|
+
"document": "错误信息",
|
470
|
+
"example": "error",
|
471
471
|
"member": "string",
|
472
472
|
"name": "ErrorMsg",
|
473
473
|
"output_required": true,
|
474
474
|
"type": "string",
|
475
|
-
"value_allowed_null":
|
475
|
+
"value_allowed_null": false
|
476
476
|
},
|
477
477
|
{
|
478
478
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -3,8 +3,8 @@
|
|
3
3
|
"ActionAlterUser": [
|
4
4
|
{
|
5
5
|
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: cdwdoris.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ActionAlterUser\n<公共请求参数>\n\n{\n \"UserInfo\": {\n \"InstanceId\": \"
|
7
|
-
"output": "{\n \"Response\": {\n \"ErrorMsg\": \"
|
6
|
+
"input": "POST / HTTP/1.1\nHost: cdwdoris.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ActionAlterUser\n<公共请求参数>\n\n{\n \"UserInfo\": {\n \"InstanceId\": \"cdwdoris-xasdf\",\n \"UserName\": \"user\",\n \"PassWord\": \"pwd\",\n \"WhiteHost\": \"host\",\n \"OldWhiteHost\": \"o_host\",\n \"Describe\": \"describe\",\n \"OldPwd\": \"pwd\"\n },\n \"ApiType\": \"type\",\n \"UserPrivilege\": 3\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"ErrorMsg\": \"err\",\n \"RequestId\": \"xawef0-asxca\"\n }\n}",
|
8
8
|
"title": "新增、修改ck集群用户"
|
9
9
|
}
|
10
10
|
],
|
@@ -8962,7 +8962,7 @@
|
|
8962
8962
|
{
|
8963
8963
|
"disabled": false,
|
8964
8964
|
"document": "若为cdc防火墙时填充该id",
|
8965
|
-
"example": "cluster-
|
8965
|
+
"example": "cluster-dxd31akg",
|
8966
8966
|
"member": "string",
|
8967
8967
|
"name": "CdcId",
|
8968
8968
|
"required": false,
|
@@ -13504,7 +13504,7 @@
|
|
13504
13504
|
{
|
13505
13505
|
"disabled": false,
|
13506
13506
|
"document": "资产id",
|
13507
|
-
"example": "ins-
|
13507
|
+
"example": "ins-nl6svll8",
|
13508
13508
|
"member": "string",
|
13509
13509
|
"name": "InsID",
|
13510
13510
|
"output_required": true,
|
@@ -13514,7 +13514,7 @@
|
|
13514
13514
|
{
|
13515
13515
|
"disabled": false,
|
13516
13516
|
"document": "资产名称",
|
13517
|
-
"example": "
|
13517
|
+
"example": "Dev Proxy",
|
13518
13518
|
"member": "string",
|
13519
13519
|
"name": "InsName",
|
13520
13520
|
"output_required": true,
|
@@ -10446,6 +10446,39 @@
|
|
10446
10446
|
"required": false,
|
10447
10447
|
"type": "object",
|
10448
10448
|
"value_allowed_null": true
|
10449
|
+
},
|
10450
|
+
{
|
10451
|
+
"disabled": false,
|
10452
|
+
"document": "模型来源 Hunyuan:腾讯混元大模型,Industry:腾讯云行业大模型,Experience:新模型体验",
|
10453
|
+
"example": "Hunyuan",
|
10454
|
+
"member": "string",
|
10455
|
+
"name": "Source",
|
10456
|
+
"output_required": false,
|
10457
|
+
"required": false,
|
10458
|
+
"type": "string",
|
10459
|
+
"value_allowed_null": false
|
10460
|
+
},
|
10461
|
+
{
|
10462
|
+
"disabled": false,
|
10463
|
+
"document": "模型图标",
|
10464
|
+
"example": "无",
|
10465
|
+
"member": "string",
|
10466
|
+
"name": "Icon",
|
10467
|
+
"output_required": false,
|
10468
|
+
"required": false,
|
10469
|
+
"type": "string",
|
10470
|
+
"value_allowed_null": false
|
10471
|
+
},
|
10472
|
+
{
|
10473
|
+
"disabled": false,
|
10474
|
+
"document": "是否免费",
|
10475
|
+
"example": "无",
|
10476
|
+
"member": "bool",
|
10477
|
+
"name": "IsFree",
|
10478
|
+
"output_required": false,
|
10479
|
+
"required": false,
|
10480
|
+
"type": "bool",
|
10481
|
+
"value_allowed_null": false
|
10449
10482
|
}
|
10450
10483
|
],
|
10451
10484
|
"usage": "both"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
3
|
"ChatCompletions": {
|
4
|
-
"document": "#### 接口功能\n\n调用接口,发起一次对话请求。\n\n#### 已支持的模型\n- DeepSeek-V3(model 参数值为**deepseek-v3**)\n - DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。\n - 支持64K上下文长度,最大支持8K输出长度。\n- DeepSeek-R1(model 参数值为**deepseek-r1**)\n - DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。\n - 支持64K上下文长度,最大支持8K输出长度。\n\n#### 计费说明\n- 限时免费\n\n本接口调用DeepSeek系列模型限时免费。即日至北京时间2025年2月25日23:59:59,所有腾讯云用户均可享受DeepSeek-V3、DeepSeek-R1模型限时免费服务,单账号限制接口并发上限为5。在此之后,模型价格将恢复至原价。\n- 标准计费(2025年2月26日起生效)\n\n\n\n#### 快速接入\n1. 完成[实名认证](https://console.cloud.tencent.com/developer/auth)。\n2. 主账户前往[控制台](https://console.cloud.tencent.com/lkeap)开通服务。若为子账户,需由主账号在[权限管理](https://console.cloud.tencent.com/cam)中为子账号授权,关联预设策略,策略名称:QcloudLKEAPFullAccess。\n3. 通过API Explorer[在线调试](https://console.cloud.tencent.com/api/explorer?Product=lkeap&Version=2024-05-22&Action=ChatCompletions)。\n4. 使用[官方 SDK ](https://cloud.tencent.com/document/product/1772/115963#SDK)调用本接口(支持Python/Java/PHP/Go/Node.js/.NET等语言)。\n\n-----------\n\n### SDK调用示例\n通过本地代码调用本接口(支持Python/Java/PHP/Go/Node.js/.NET等语言):下面的代码以 Python 语言为例,展示如何访问腾讯云上的DeepSeek模型API的样例。\n(1)安装环境\n```\npython3 -m pip install --upgrade tencentcloud-sdk-python-common\npython3 -m pip install --upgrade tencentcloud-sdk-python-lkeap\n```\n\n(2)示例代码\n\n- 其中SecretKey和SecretID需要从腾讯云控制台获取\n\n- 参数params中模型Model字段可以选择“deepseek-r1“和“deepseek-v3”\n\n```\n# -*- coding: utf-8 -*-\nimport json\n\nfrom tencentcloud.common.common_client import CommonClient\nfrom tencentcloud.common import credential\nfrom tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException\nfrom tencentcloud.common.profile.client_profile import ClientProfile\nfrom tencentcloud.common.profile.http_profile import HttpProfile\n\nclass NonStreamResponse(object):\n def __init__(self):\n self.response = \"\"\n\n def _deserialize(self, obj):\n self.response = json.dumps(obj)\n\ntry:\n # 实例化一个认证对象,入参需要传入腾讯云账户 SecretId 和 SecretKey,此处还需注意密钥对的保密\n # 代码泄露可能会导致 SecretId 和 SecretKey 泄露,并威胁账号下所有资源的安全性。以下代码示例仅供参考,建议采用更安全的方式来使用密钥,请参见:https://cloud.tencent.com/document/product/1278/85305\n # 密钥可前往官网控制台 https://console.cloud.tencent.com/cam/capi 进行获取\n cred = credential.Credential(\"\", \"\")\n\n httpProfile = HttpProfile()\n httpProfile.endpoint = \"lkeap.tencentcloudapi.com\"\n httpProfile.reqTimeout = 40000 # 流式接口可能耗时较长\n clientProfile = ClientProfile()\n clientProfile.httpProfile = httpProfile\n\n params = \"{\\\"Model\\\":\\\"deepseek-r1\\\",\\\"Messages\\\":[{\\\"Role\\\":\\\"user\\\",\\\"Content\\\":\\\"你好\\\"}],\\\"Stream\\\":true}\";\n common_client = CommonClient(\"lkeap\", \"2024-05-22\", cred, \"ap-guangzhou\", profile=clientProfile)\n resp = common_client._call_and_deserialize(\"ChatCompletions\", json.loads(params), NonStreamResponse)\n if isinstance(resp, NonStreamResponse): # 非流式响应\n print(resp.response)\n else: # 流式响应\n for event in resp:\n print(event)\nexcept TencentCloudSDKException as err:\n print(err)\n\n```\n\n**DeepSeek-R1使用建议**\n\n1. 将温度设置在 0.5-0.7 范围内(建议为0.6),以防止无休止的重复或不连贯的输出。\n2. 避免添加system prompt,所有说明都应包含在user prompt中。",
|
4
|
+
"document": "#### 接口功能\n\n调用接口,发起一次对话请求。\n\n#### 已支持的模型\n- DeepSeek-V3(model 参数值为**deepseek-v3**)\n - DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。\n - 支持64K上下文长度,最大支持8K输出长度。\n- DeepSeek-R1(model 参数值为**deepseek-r1**)\n - DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。\n - 支持64K上下文长度,最大支持8K输出长度。\n\n#### 计费说明\n- 限时免费\n\n本接口调用DeepSeek系列模型限时免费。即日至北京时间2025年2月25日23:59:59,所有腾讯云用户均可享受DeepSeek-V3、DeepSeek-R1模型限时免费服务,单账号限制接口并发上限为5。在此之后,模型价格将恢复至原价。\n- 标准计费(2025年2月26日起生效)\n\n\n### Openai兼容协议接口\n知识引擎原子能力大模型对话 API 兼容了 OpenAI 的接口规范,这意味着您可以直接使用 OpenAI 官方提供的 SDK 来调用大模型对话接口。您仅需要将 base_url 和 [api_key](https://cloud.tencent.com/document/product/1772/115970) 替换成相关配置,不需要对应用做额外修改,即可无缝将您的应用切换到相应的大模型。\n> base_url: https://api.lkeap.cloud.tencent.com/v1\n\n> api_key的获取请参考[API KEY管理](https://cloud.tencent.com/document/product/1772/115970)\n\n\n#### 快速接入\n1. 完成[实名认证](https://console.cloud.tencent.com/developer/auth)。\n2. 主账户前往[控制台](https://console.cloud.tencent.com/lkeap)开通服务。若为子账户,需由主账号在[权限管理](https://console.cloud.tencent.com/cam)中为子账号授权,关联预设策略,策略名称:QcloudLKEAPFullAccess。\n3. 通过API Explorer[在线调试](https://console.cloud.tencent.com/api/explorer?Product=lkeap&Version=2024-05-22&Action=ChatCompletions)。\n4. 使用[官方 SDK ](https://cloud.tencent.com/document/product/1772/115963#SDK)调用本接口(支持Python/Java/PHP/Go/Node.js/.NET等语言)。\n\n-----------\n\n### SDK调用示例\n通过本地代码调用本接口(支持Python/Java/PHP/Go/Node.js/.NET等语言):下面的代码以 Python 语言为例,展示如何访问腾讯云上的DeepSeek模型API的样例。\n(1)安装环境\n```\npython3 -m pip install --upgrade tencentcloud-sdk-python-common\npython3 -m pip install --upgrade tencentcloud-sdk-python-lkeap\n```\n\n(2)示例代码\n\n- 其中SecretKey和SecretID需要从腾讯云控制台获取\n\n- 参数params中模型Model字段可以选择“deepseek-r1“和“deepseek-v3”\n\n```\n# -*- coding: utf-8 -*-\nimport json\n\nfrom tencentcloud.common.common_client import CommonClient\nfrom tencentcloud.common import credential\nfrom tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException\nfrom tencentcloud.common.profile.client_profile import ClientProfile\nfrom tencentcloud.common.profile.http_profile import HttpProfile\n\nclass NonStreamResponse(object):\n def __init__(self):\n self.response = \"\"\n\n def _deserialize(self, obj):\n self.response = json.dumps(obj)\n\ntry:\n # 实例化一个认证对象,入参需要传入腾讯云账户 SecretId 和 SecretKey,此处还需注意密钥对的保密\n # 代码泄露可能会导致 SecretId 和 SecretKey 泄露,并威胁账号下所有资源的安全性。以下代码示例仅供参考,建议采用更安全的方式来使用密钥,请参见:https://cloud.tencent.com/document/product/1278/85305\n # 密钥可前往官网控制台 https://console.cloud.tencent.com/cam/capi 进行获取\n cred = credential.Credential(\"\", \"\")\n\n httpProfile = HttpProfile()\n httpProfile.endpoint = \"lkeap.tencentcloudapi.com\"\n httpProfile.reqTimeout = 40000 # 流式接口可能耗时较长\n clientProfile = ClientProfile()\n clientProfile.httpProfile = httpProfile\n\n params = \"{\\\"Model\\\":\\\"deepseek-r1\\\",\\\"Messages\\\":[{\\\"Role\\\":\\\"user\\\",\\\"Content\\\":\\\"你好\\\"}],\\\"Stream\\\":true}\";\n common_client = CommonClient(\"lkeap\", \"2024-05-22\", cred, \"ap-guangzhou\", profile=clientProfile)\n resp = common_client._call_and_deserialize(\"ChatCompletions\", json.loads(params), NonStreamResponse)\n if isinstance(resp, NonStreamResponse): # 非流式响应\n print(resp.response)\n else: # 流式响应\n for event in resp:\n print(event)\nexcept TencentCloudSDKException as err:\n print(err)\n\n```\n\n**DeepSeek-R1使用建议**\n\n1. 将温度设置在 0.5-0.7 范围内(建议为0.6),以防止无休止的重复或不连贯的输出。\n2. 避免添加system prompt,所有说明都应包含在user prompt中。",
|
5
5
|
"input": "ChatCompletionsRequest",
|
6
6
|
"name": "对话",
|
7
7
|
"output": "ChatCompletionsResponse",
|
@@ -15240,7 +15240,7 @@
|
|
15240
15240
|
},
|
15241
15241
|
{
|
15242
15242
|
"disabled": false,
|
15243
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500
|
15243
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500\\*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。\n建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
15244
15244
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
15245
15245
|
"member": "string",
|
15246
15246
|
"name": "ImageUrl",
|
@@ -15326,7 +15326,7 @@
|
|
15326
15326
|
},
|
15327
15327
|
{
|
15328
15328
|
"disabled": false,
|
15329
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500
|
15329
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500\\*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。\n建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
15330
15330
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
15331
15331
|
"member": "string",
|
15332
15332
|
"name": "ImageUrl",
|
@@ -826,7 +826,7 @@
|
|
826
826
|
"members": [
|
827
827
|
{
|
828
828
|
"disabled": false,
|
829
|
-
"document": "
|
829
|
+
"document": "注册码描述。最大长度为 128 字符。",
|
830
830
|
"example": "此注册码用于注册托管实例。",
|
831
831
|
"member": "string",
|
832
832
|
"name": "Description",
|
@@ -835,7 +835,7 @@
|
|
835
835
|
},
|
836
836
|
{
|
837
837
|
"disabled": false,
|
838
|
-
"document": "
|
838
|
+
"document": "注册实例名称前缀。最大长度为 32 字符。",
|
839
839
|
"example": "register-test",
|
840
840
|
"member": "string",
|
841
841
|
"name": "InstanceNamePrefix",
|
@@ -844,8 +844,8 @@
|
|
844
844
|
},
|
845
845
|
{
|
846
846
|
"disabled": false,
|
847
|
-
"document": "
|
848
|
-
"example": "
|
847
|
+
"document": "该注册码允许注册的实例数目。默认值为 10,最小值为 1,最大值为 10000。",
|
848
|
+
"example": "10",
|
849
849
|
"member": "int64",
|
850
850
|
"name": "RegisterLimit",
|
851
851
|
"required": false,
|
@@ -853,8 +853,8 @@
|
|
853
853
|
},
|
854
854
|
{
|
855
855
|
"disabled": false,
|
856
|
-
"document": "
|
857
|
-
"example": "
|
856
|
+
"document": "该注册码的有效时间,单位为小时。默认值为 4。\n\n- 若传入值小于等于 99999,则以小时为单位设置有效时间。\n- 若传入值大于 99999,则设置为长期有效。",
|
857
|
+
"example": "4",
|
858
858
|
"member": "int64",
|
859
859
|
"name": "EffectiveTime",
|
860
860
|
"required": false,
|
@@ -473,11 +473,12 @@
|
|
473
473
|
"members": [
|
474
474
|
{
|
475
475
|
"disabled": false,
|
476
|
-
"document": "
|
476
|
+
"document": "引擎终端节点服务Id",
|
477
477
|
"example": "vpcsvc-6jsieksl3",
|
478
478
|
"member": "string",
|
479
479
|
"name": "EndpointServiceId",
|
480
480
|
"output_required": false,
|
481
|
+
"required": false,
|
481
482
|
"type": "string",
|
482
483
|
"value_allowed_null": false
|
483
484
|
},
|
@@ -488,21 +489,56 @@
|
|
488
489
|
"member": "string",
|
489
490
|
"name": "MetaStoreUrl",
|
490
491
|
"output_required": false,
|
492
|
+
"required": false,
|
491
493
|
"type": "string",
|
492
494
|
"value_allowed_null": false
|
493
495
|
},
|
494
496
|
{
|
495
497
|
"disabled": false,
|
496
|
-
"document": "
|
498
|
+
"document": "网络信息",
|
497
499
|
"example": "复杂类型",
|
498
500
|
"member": "NetWork",
|
499
501
|
"name": "NetWork",
|
500
502
|
"output_required": false,
|
503
|
+
"required": false,
|
501
504
|
"type": "object",
|
502
505
|
"value_allowed_null": false
|
506
|
+
},
|
507
|
+
{
|
508
|
+
"disabled": false,
|
509
|
+
"document": "hive版本",
|
510
|
+
"example": "3.1.3",
|
511
|
+
"member": "string",
|
512
|
+
"name": "HiveVersion",
|
513
|
+
"output_required": false,
|
514
|
+
"required": false,
|
515
|
+
"type": "string",
|
516
|
+
"value_allowed_null": false
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"disabled": false,
|
520
|
+
"document": "hive location",
|
521
|
+
"example": "cosn://xxxx",
|
522
|
+
"member": "string",
|
523
|
+
"name": "Location",
|
524
|
+
"output_required": false,
|
525
|
+
"required": false,
|
526
|
+
"type": "string",
|
527
|
+
"value_allowed_null": false
|
528
|
+
},
|
529
|
+
{
|
530
|
+
"disabled": false,
|
531
|
+
"document": "HMS终端节点服务",
|
532
|
+
"example": "vpcsvc-6jsiek27s",
|
533
|
+
"member": "string",
|
534
|
+
"name": "HmsEndpointServiceId",
|
535
|
+
"output_required": false,
|
536
|
+
"required": false,
|
537
|
+
"type": "string",
|
538
|
+
"value_allowed_null": false
|
503
539
|
}
|
504
540
|
],
|
505
|
-
"usage": "
|
541
|
+
"usage": "both"
|
506
542
|
},
|
507
543
|
"TccConnectionConfig": {
|
508
544
|
"document": "Tcc数据目录连接信息",
|
@@ -1993,6 +1993,58 @@ def doDescribeInstance(args, parsed_globals):
|
|
1993
1993
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1994
1994
|
|
1995
1995
|
|
1996
|
+
def doModifyInstanceEndpoint(args, parsed_globals):
|
1997
|
+
g_param = parse_global_arg(parsed_globals)
|
1998
|
+
|
1999
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
2000
|
+
cred = credential.CVMRoleCredential()
|
2001
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
2002
|
+
cred = credential.STSAssumeRoleCredential(
|
2003
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
2004
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
2005
|
+
)
|
2006
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
2007
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
2008
|
+
else:
|
2009
|
+
cred = credential.Credential(
|
2010
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
2011
|
+
)
|
2012
|
+
http_profile = HttpProfile(
|
2013
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
2014
|
+
reqMethod="POST",
|
2015
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
2016
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
2017
|
+
)
|
2018
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
2019
|
+
if g_param[OptionsDefine.Language]:
|
2020
|
+
profile.language = g_param[OptionsDefine.Language]
|
2021
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
2022
|
+
client = mod.TrocketClient(cred, g_param[OptionsDefine.Region], profile)
|
2023
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
2024
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
2025
|
+
model = models.ModifyInstanceEndpointRequest()
|
2026
|
+
model.from_json_string(json.dumps(args))
|
2027
|
+
start_time = time.time()
|
2028
|
+
while True:
|
2029
|
+
rsp = client.ModifyInstanceEndpoint(model)
|
2030
|
+
result = rsp.to_json_string()
|
2031
|
+
try:
|
2032
|
+
json_obj = json.loads(result)
|
2033
|
+
except TypeError as e:
|
2034
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
2035
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
2036
|
+
break
|
2037
|
+
cur_time = time.time()
|
2038
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
2039
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
2040
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
2041
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
2042
|
+
else:
|
2043
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
2044
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
2045
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
2046
|
+
|
2047
|
+
|
1996
2048
|
def doDeleteTopic(args, parsed_globals):
|
1997
2049
|
g_param = parse_global_arg(parsed_globals)
|
1998
2050
|
|
@@ -2926,6 +2978,7 @@ ACTION_MAP = {
|
|
2926
2978
|
"DescribeMessageList": doDescribeMessageList,
|
2927
2979
|
"DeleteMQTTTopic": doDeleteMQTTTopic,
|
2928
2980
|
"DescribeInstance": doDescribeInstance,
|
2981
|
+
"ModifyInstanceEndpoint": doModifyInstanceEndpoint,
|
2929
2982
|
"DeleteTopic": doDeleteTopic,
|
2930
2983
|
"DescribeFusionInstanceList": doDescribeFusionInstanceList,
|
2931
2984
|
"DescribeMQTTInstanceCert": doDescribeMQTTInstanceCert,
|
@@ -329,6 +329,13 @@
|
|
329
329
|
"output": "ModifyInstanceResponse",
|
330
330
|
"status": "online"
|
331
331
|
},
|
332
|
+
"ModifyInstanceEndpoint": {
|
333
|
+
"document": "修改 RocketMQ 5.x 集群接入点。",
|
334
|
+
"input": "ModifyInstanceEndpointRequest",
|
335
|
+
"name": "修改集群接入点",
|
336
|
+
"output": "ModifyInstanceEndpointResponse",
|
337
|
+
"status": "online"
|
338
|
+
},
|
332
339
|
"ModifyMQTTInsPublicEndpoint": {
|
333
340
|
"document": "更新MQTT实例公网接入点",
|
334
341
|
"input": "ModifyMQTTInsPublicEndpointRequest",
|
@@ -5815,6 +5822,69 @@
|
|
5815
5822
|
],
|
5816
5823
|
"type": "object"
|
5817
5824
|
},
|
5825
|
+
"ModifyInstanceEndpointRequest": {
|
5826
|
+
"document": "ModifyInstanceEndpoint请求参数结构体",
|
5827
|
+
"members": [
|
5828
|
+
{
|
5829
|
+
"disabled": false,
|
5830
|
+
"document": "集群ID",
|
5831
|
+
"example": "rmq-72mo3a9o",
|
5832
|
+
"member": "string",
|
5833
|
+
"name": "InstanceId",
|
5834
|
+
"required": true,
|
5835
|
+
"type": "string"
|
5836
|
+
},
|
5837
|
+
{
|
5838
|
+
"disabled": false,
|
5839
|
+
"document": "接入点类型,\nPUBLIC 公网",
|
5840
|
+
"example": "PUBLIC",
|
5841
|
+
"member": "string",
|
5842
|
+
"name": "Type",
|
5843
|
+
"required": true,
|
5844
|
+
"type": "string"
|
5845
|
+
},
|
5846
|
+
{
|
5847
|
+
"disabled": false,
|
5848
|
+
"document": "公网带宽,Mbps为单位",
|
5849
|
+
"example": "2",
|
5850
|
+
"member": "int64",
|
5851
|
+
"name": "Bandwidth",
|
5852
|
+
"required": false,
|
5853
|
+
"type": "int"
|
5854
|
+
},
|
5855
|
+
{
|
5856
|
+
"disabled": false,
|
5857
|
+
"document": "公网安全组信息",
|
5858
|
+
"example": "无",
|
5859
|
+
"member": "IpRule",
|
5860
|
+
"name": "IpRules",
|
5861
|
+
"required": false,
|
5862
|
+
"type": "list"
|
5863
|
+
},
|
5864
|
+
{
|
5865
|
+
"disabled": false,
|
5866
|
+
"document": "公网是否按流量计费",
|
5867
|
+
"example": "false",
|
5868
|
+
"member": "bool",
|
5869
|
+
"name": "BillingFlow",
|
5870
|
+
"required": false,
|
5871
|
+
"type": "bool"
|
5872
|
+
}
|
5873
|
+
],
|
5874
|
+
"type": "object"
|
5875
|
+
},
|
5876
|
+
"ModifyInstanceEndpointResponse": {
|
5877
|
+
"document": "ModifyInstanceEndpoint返回参数结构体",
|
5878
|
+
"members": [
|
5879
|
+
{
|
5880
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5881
|
+
"member": "string",
|
5882
|
+
"name": "RequestId",
|
5883
|
+
"type": "string"
|
5884
|
+
}
|
5885
|
+
],
|
5886
|
+
"type": "object"
|
5887
|
+
},
|
5818
5888
|
"ModifyInstanceRequest": {
|
5819
5889
|
"document": "ModifyInstance请求参数结构体",
|
5820
5890
|
"members": [
|
@@ -382,6 +382,14 @@
|
|
382
382
|
"title": "修改实例配置"
|
383
383
|
}
|
384
384
|
],
|
385
|
+
"ModifyInstanceEndpoint": [
|
386
|
+
{
|
387
|
+
"document": "修改实例公网配置",
|
388
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstanceEndpoint\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-cdrgxq94om\",\n \"Type\": \"PUBLIC\",\n \"Bandwidth\": 2,\n \"IpRules\": [\n {\n \"Ip\": \"1.2.3.4\",\n \"Allow\": true,\n \"Remark\": \"test remark\"\n }\n ]\n}",
|
389
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"999bc587-90d9-4ec2-97e3-3ef170e1da96\"\n }\n}",
|
390
|
+
"title": "修改实例公网配置"
|
391
|
+
}
|
392
|
+
],
|
385
393
|
"ModifyMQTTInsPublicEndpoint": [
|
386
394
|
{
|
387
395
|
"document": "示例",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1263.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.1263
|
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=TfrVL0x9BLM7225jjv_9edE-kPaFLVO3PgXhzIVfA4o,27
|
2
2
|
tccli/argparser.py,sha256=WtfpBhj2R6JHSzagy6w6Q4y3YVmyIC_yK80w3tqBPgU,5589
|
3
3
|
tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
@@ -231,7 +231,7 @@ tccli/services/ccc/v20200210/api.json,sha256=R3nsTMTvTN5St2kcqy2QoXFFEhwXkQLAVtq
|
|
231
231
|
tccli/services/ccc/v20200210/examples.json,sha256=ZGINn7aSrNyeWaUPlp81LXiE85krbwSvyalcLde5qg8,62740
|
232
232
|
tccli/services/cdb/__init__.py,sha256=9Jk9tAMP2ZM_xOG77GvqXL1q3UfwYTEos6_P6xzpTiM,85
|
233
233
|
tccli/services/cdb/cdb_client.py,sha256=gVrTRxmnxHl7Is5_YEqKnZ8pOL-wdsJcZAzsuEccJb0,539280
|
234
|
-
tccli/services/cdb/v20170320/api.json,sha256=
|
234
|
+
tccli/services/cdb/v20170320/api.json,sha256=s_fb97mErcD2xCBh3YYnUTjH07wC59lOHk1Cwqk00EE,751317
|
235
235
|
tccli/services/cdb/v20170320/examples.json,sha256=zpwj6alm5cSWi2y3JL7PR53PNjLURZQX9OgxuIGydW8,167106
|
236
236
|
tccli/services/cdc/__init__.py,sha256=0NOw5_YSjO-QzgYYiIo0gheuTe2_dvzCUnVD4BOP4tI,85
|
237
237
|
tccli/services/cdc/cdc_client.py,sha256=ZlJK32xQJxuanJxlIKA2VsoaS3PcbEGFiuADJwuXy2w,71683
|
@@ -251,8 +251,8 @@ tccli/services/cdwch/v20200915/api.json,sha256=TF8Dk_kiVeINk9mK-wRc3gCm7H2Sry2IP
|
|
251
251
|
tccli/services/cdwch/v20200915/examples.json,sha256=2y_pynrNjelCV1_cXe_-1O80pLkplRc1qfSo0urTPsU,45219
|
252
252
|
tccli/services/cdwdoris/__init__.py,sha256=rIQBmZynEI3sojHPPC3vLhdJ9YAOx5QnDIxvObAi2w4,95
|
253
253
|
tccli/services/cdwdoris/cdwdoris_client.py,sha256=VG0cvF_atNfPkzFnHI2yTkTFAkgWnnIeDEs7i4O-5E0,192546
|
254
|
-
tccli/services/cdwdoris/v20211228/api.json,sha256=
|
255
|
-
tccli/services/cdwdoris/v20211228/examples.json,sha256=
|
254
|
+
tccli/services/cdwdoris/v20211228/api.json,sha256=Ayrnf9fLwB4OIrANYQcG_ikuebbHSzVVckDsbCQSXGs,265752
|
255
|
+
tccli/services/cdwdoris/v20211228/examples.json,sha256=PF5YbCIozlCVFs336tAPOyp891UvRsqhSvMIJ43pNfo,57054
|
256
256
|
tccli/services/cdwpg/__init__.py,sha256=Vls5x8VLkhT0eXbX41lUKDOUN0u8oUZjX8skg5C_k_Y,89
|
257
257
|
tccli/services/cdwpg/cdwpg_client.py,sha256=cjlOnUyx7p_yAQzJK6REBkLZ9uRWi576csKIMnesF60,30877
|
258
258
|
tccli/services/cdwpg/v20201230/api.json,sha256=hFUDwI1jv--KHZLSk_7R1aRGwv4sGzZo4JW7hNRtnoo,51574
|
@@ -271,7 +271,7 @@ tccli/services/cfs/v20190719/api.json,sha256=GOoUIhGulhivg17Fu7so8FK7uTwD87G0qKn
|
|
271
271
|
tccli/services/cfs/v20190719/examples.json,sha256=8pDBfVVzGoF-kpwc8kOpr1LVMRNFZZZ8LJTAoWfTKnw,33339
|
272
272
|
tccli/services/cfw/__init__.py,sha256=2hNwXcNofHJCalk9HHEbOcgYz6XKuYmZk_iBroa5YsY,85
|
273
273
|
tccli/services/cfw/cfw_client.py,sha256=LI__T8BC4F2ycqYcezuF25aJPb6DqSHo_-DEPXNCpHc,356482
|
274
|
-
tccli/services/cfw/v20190904/api.json,sha256=
|
274
|
+
tccli/services/cfw/v20190904/api.json,sha256=TqeREvz3cktP86OmSgTvbE9PB8vrFl88l1y8WzXH2aY,506132
|
275
275
|
tccli/services/cfw/v20190904/examples.json,sha256=Wvkk09VSfu33SbRlMbinO_Hasey1xz_LC4kVVrfAPl8,125634
|
276
276
|
tccli/services/chdfs/__init__.py,sha256=lx3R4qylmSHNb4EJWL_ipMVfkkva_S3QOM12FRsTOVI,89
|
277
277
|
tccli/services/chdfs/chdfs_client.py,sha256=WQKd0rbmdVDO3SiAfaypbYXovczpljPuP5jkGTq8wAE,96012
|
@@ -657,11 +657,11 @@ tccli/services/live/v20180801/api.json,sha256=GDLfmgu8KpwYOQYVhyAX_dNsB-kUukaFeZ
|
|
657
657
|
tccli/services/live/v20180801/examples.json,sha256=Syum1-kT17wXUdbAwbA-IQNIH-5sNa0fUwsCX3UZmuI,164493
|
658
658
|
tccli/services/lke/__init__.py,sha256=GKvpxCc-YzK4HVgYFq-aLRxZ1WW4MjpKLIqJNqecz_c,85
|
659
659
|
tccli/services/lke/lke_client.py,sha256=eVVbtENfY5pgGrELPi-91VJB3UzC4TPB-J0yx3m1v4s,307602
|
660
|
-
tccli/services/lke/v20231130/api.json,sha256=
|
660
|
+
tccli/services/lke/v20231130/api.json,sha256=Diy0MUQ2UmRhRwZ6jhj6zBDlJujFkeTyRf2SaCnjq14,469969
|
661
661
|
tccli/services/lke/v20231130/examples.json,sha256=rJD9w_EteQy7nRXFKzO2c3ms1-qA60SOBWBL-YR7HZw,249886
|
662
662
|
tccli/services/lkeap/__init__.py,sha256=asxLax87Gwt4UF1pQoh5GX51weKCm6t8FPDRq-aKv7w,89
|
663
663
|
tccli/services/lkeap/lkeap_client.py,sha256=FmVnY270LDf6WiXZg1gfdpwPDYMzLaSiYTFne3VdoVQ,86124
|
664
|
-
tccli/services/lkeap/v20240522/api.json,sha256=
|
664
|
+
tccli/services/lkeap/v20240522/api.json,sha256=EHQvrbZ6Gs2KoIq6NwH2t4Bd11u22LPg4wmiyZIzxbU,86150
|
665
665
|
tccli/services/lkeap/v20240522/examples.json,sha256=BNIa7OjXSO1s6BtgQ4u2NE28IvGwXsFIwqIyDZE54eg,33186
|
666
666
|
tccli/services/lowcode/__init__.py,sha256=Kwnfhcs3YjlqMpMouELxDMbP4F0BLDwcaqTPutTSvDs,93
|
667
667
|
tccli/services/lowcode/lowcode_client.py,sha256=CCcE5zFcrRqXqP6a1ojCRluayVSBE4yY5tY7W1foCjA,9260
|
@@ -749,7 +749,7 @@ tccli/services/oceanus/v20190422/api.json,sha256=wRumyA6UoFmC1YquwEwD9StVunMf518
|
|
749
749
|
tccli/services/oceanus/v20190422/examples.json,sha256=kEx6KDab-9813o__oBdGOWRiORn7knfQQeqmnOhS2Rs,49504
|
750
750
|
tccli/services/ocr/__init__.py,sha256=1UdHN9VtB5qVwAn2FMefSi4BhMTJOjmFgYZT-zTEVBM,85
|
751
751
|
tccli/services/ocr/ocr_client.py,sha256=Tq4MFqKkLOcQ4SeSCUbzIGx1eFYuEi1UibvdxzIHPhc,277067
|
752
|
-
tccli/services/ocr/v20181119/api.json,sha256=
|
752
|
+
tccli/services/ocr/v20181119/api.json,sha256=VpE7wchneJkKHDGKsweIx6Y_MbadFMN3ciRzEKUuZ2M,851740
|
753
753
|
tccli/services/ocr/v20181119/examples.json,sha256=h0B2I3uM2i_4xxQOpYsDyU-Q8MQFPhy2i-KaxEELHt4,593712
|
754
754
|
tccli/services/omics/__init__.py,sha256=2Uhk7Pv4ejuVCryMqNlAdn8xPMdHO2Hr4500KAZ0W-M,89
|
755
755
|
tccli/services/omics/omics_client.py,sha256=FMdcSDblBVzrf_RsMH7SCUVr3kFj8M24Eet4gyeeu2w,67560
|
@@ -881,7 +881,7 @@ tccli/services/tan/v20220420/api.json,sha256=dlbHqD5uuHK7F8KSX7hf7P12Uajk6vrXYGf
|
|
881
881
|
tccli/services/tan/v20220420/examples.json,sha256=FZW3PzqoUDLpYVmtvwEc8RpQKqfnlDGLbfRKUugzYtk,1176
|
882
882
|
tccli/services/tat/__init__.py,sha256=8fQ5BGex_5qTfyAR_r_y3T68uP2pFZ82JmPmFUSYkuE,85
|
883
883
|
tccli/services/tat/tat_client.py,sha256=e3WFwiEyDDr5rvBgvyS07fnLJftuIAmO2W0VDlFhkp8,95544
|
884
|
-
tccli/services/tat/v20201028/api.json,sha256=
|
884
|
+
tccli/services/tat/v20201028/api.json,sha256=B5qqDb4Ezm6lnWbmPLeQyGmfhDSi6edI9XXTCPE08wU,135181
|
885
885
|
tccli/services/tat/v20201028/examples.json,sha256=kS3PeabINvUl-i6m7IUkQhKjkTbJ6xMQobHY6trKc1s,35990
|
886
886
|
tccli/services/tav/__init__.py,sha256=d-nxCXtMDiHvLPUNuolFhun4J0csi0egBZ6eXxskDFc,85
|
887
887
|
tccli/services/tav/tav_client.py,sha256=9q_Bo-X0_IHQcwkY5Bds0cBoIFaUmnvQACJ9az7AWEA,18344
|
@@ -915,7 +915,7 @@ tccli/services/tcbr/v20220217/api.json,sha256=ntuyEMceaYjd77YhJQP66MB4fQ-43jaBiO
|
|
915
915
|
tccli/services/tcbr/v20220217/examples.json,sha256=kKiK07_I8xAeh3w1hooemfFWs05SQrB0Tn7szwqL4wo,14425
|
916
916
|
tccli/services/tccatalog/__init__.py,sha256=MO2GJV5jjJAn0-r9j7vndnCjKsMZAZ_N3mQDkTaOetA,97
|
917
917
|
tccli/services/tccatalog/tccatalog_client.py,sha256=kw9qYzOCzJBeIPlWmkSKZ4CRxHFTiUdLt9DvFHI2bjA,18665
|
918
|
-
tccli/services/tccatalog/v20241024/api.json,sha256=
|
918
|
+
tccli/services/tccatalog/v20241024/api.json,sha256=muGQfZA-RtAm5ezg_yEMB3gx5PV3sRlX4QI6JYjXzis,17189
|
919
919
|
tccli/services/tccatalog/v20241024/examples.json,sha256=h_KEn8egweI28PjZaXJ-sOsr6d-O8bW8gL0CPa3gjp0,3601
|
920
920
|
tccli/services/tcex/__init__.py,sha256=xj4vp5ppv9Gx1Y4Mpjcr0R3PVguIQB7VOWdTQLb7TMI,87
|
921
921
|
tccli/services/tcex/tcex_client.py,sha256=IWxXuDPyaRaX9NG_SOYX9aqLS9IuqGLotoEzkrPUTNk,12309
|
@@ -1040,9 +1040,9 @@ tccli/services/trdp/trdp_client.py,sha256=rJvTJ9b10HQaPKvv9vQ-F6TgnKQCad9ia04Zeu
|
|
1040
1040
|
tccli/services/trdp/v20220726/api.json,sha256=KYiR1uztdZ61ICgOIctxJkaTTXRQ7b69GmYlt0ruOHQ,28747
|
1041
1041
|
tccli/services/trdp/v20220726/examples.json,sha256=P0dCwSSJOPSy3XZ8_Ueb8WsWRGNT-C02xSxpL0QbsxA,2955
|
1042
1042
|
tccli/services/trocket/__init__.py,sha256=p5durI8FsYhlCABLHScnBZTSrD6t6X8dCq0_m0wOSQQ,93
|
1043
|
-
tccli/services/trocket/trocket_client.py,sha256=
|
1044
|
-
tccli/services/trocket/v20230308/api.json,sha256=
|
1045
|
-
tccli/services/trocket/v20230308/examples.json,sha256=
|
1043
|
+
tccli/services/trocket/trocket_client.py,sha256=lwS-WmgDsOQxni4TYK3hv9yAN5PrDZxvyZxm9zqJc8I,179590
|
1044
|
+
tccli/services/trocket/v20230308/api.json,sha256=K_GKs6ASYKw1jIyLcGElDct1wJmDj5Rn601yqzwBamA,243671
|
1045
|
+
tccli/services/trocket/v20230308/examples.json,sha256=0Ig24nugJV-i1amXqDXDiRn2Xn555A5htr-tE8VXNqA,58171
|
1046
1046
|
tccli/services/trp/__init__.py,sha256=T-R-mOKU-Yw3iE6Me6WIUj0jVKRMD9-sTiAfkNGZvPo,85
|
1047
1047
|
tccli/services/trp/trp_client.py,sha256=mpgBl01iYYnaC_zsFkRqNX16VtPhdFNJqAVIaURkAzY,172749
|
1048
1048
|
tccli/services/trp/v20210515/api.json,sha256=Yiqb96NDs0mZ06kLnX42Fwws1OjEzlAN7nY7easveKk,222550
|
@@ -1165,8 +1165,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
|
|
1165
1165
|
tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
|
1166
1166
|
tccli/services/yunsou/v20191115/api.json,sha256=r_p7c7fMNylQVDpSN0CkUB4Cx1nYW1lI3BM_Zi50FNs,15932
|
1167
1167
|
tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
|
1168
|
-
tccli-3.0.
|
1169
|
-
tccli-3.0.
|
1170
|
-
tccli-3.0.
|
1171
|
-
tccli-3.0.
|
1172
|
-
tccli-3.0.
|
1168
|
+
tccli-3.0.1263.1.dist-info/METADATA,sha256=gyWUkZ2aZgwm4Knu7LYjnpVcMvSXrL7ql5dOXNSWlw4,16408
|
1169
|
+
tccli-3.0.1263.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
1170
|
+
tccli-3.0.1263.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
1171
|
+
tccli-3.0.1263.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
1172
|
+
tccli-3.0.1263.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|