tccli 3.0.1095.1__py2.py3-none-any.whl → 3.0.1096.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cls/v20201016/DeleteKafkaRecharge.md +3 -3
  3. tccli/examples/cls/v20201016/ModifyKafkaRecharge.md +23 -13
  4. tccli/examples/cls/v20201016/PreviewKafkaRecharge.md +47 -15
  5. tccli/examples/cynosdb/v20190107/AddClusterSlaveZone.md +2 -1
  6. tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +9 -2
  7. tccli/examples/cynosdb/v20190107/DescribeTasks.md +12 -0
  8. tccli/examples/cynosdb/v20190107/ModifyClusterSlaveZone.md +2 -1
  9. tccli/examples/mps/v20190612/CreateAdaptiveDynamicStreamingTemplate.md +1 -1
  10. tccli/examples/mps/v20190612/ModifyAdaptiveDynamicStreamingTemplate.md +1 -1
  11. tccli/examples/organization/v20210331/DescribeEffectivePolicy.md +25 -0
  12. tccli/examples/organization/v20210331/ListNonCompliantResource.md +43 -0
  13. tccli/examples/ssl/v20191205/DescribeDeleteCertificatesTaskResult.md +72 -0
  14. tccli/examples/trocket/v20230308/DescribeMQTTClient.md +57 -49
  15. tccli/examples/trocket/v20230308/DescribeMQTTInsPublicEndpoints.md +38 -6
  16. tccli/examples/trocket/v20230308/DescribeMQTTInsVPCEndpoints.md +14 -12
  17. tccli/examples/trocket/v20230308/DescribeMQTTInstanceList.md +1 -121
  18. tccli/examples/trocket/v20230308/DescribeMQTTProductSKUList.md +0 -47
  19. tccli/examples/trocket/v20230308/DescribeMQTTUserList.md +1 -1
  20. tccli/services/aiart/v20221229/api.json +1 -1
  21. tccli/services/cls/v20201016/api.json +49 -49
  22. tccli/services/cls/v20201016/examples.json +13 -7
  23. tccli/services/cynosdb/v20190107/api.json +74 -0
  24. tccli/services/cynosdb/v20190107/examples.json +4 -4
  25. tccli/services/essbasic/v20210526/api.json +9 -0
  26. tccli/services/faceid/v20180301/api.json +22 -3
  27. tccli/services/live/v20180801/api.json +9 -0
  28. tccli/services/mps/v20190612/api.json +172 -92
  29. tccli/services/mps/v20190612/examples.json +2 -2
  30. tccli/services/omics/v20221128/api.json +20 -2
  31. tccli/services/organization/organization_client.py +106 -0
  32. tccli/services/organization/v20210331/api.json +258 -0
  33. tccli/services/organization/v20210331/examples.json +16 -0
  34. tccli/services/ssl/ssl_client.py +53 -0
  35. tccli/services/ssl/v20191205/api.json +110 -0
  36. tccli/services/ssl/v20191205/examples.json +8 -0
  37. tccli/services/ssm/v20190923/api.json +1 -1
  38. tccli/services/tdmq/v20200217/api.json +1 -1
  39. tccli/services/trocket/v20230308/api.json +226 -108
  40. tccli/services/trocket/v20230308/examples.json +13 -25
  41. {tccli-3.0.1095.1.dist-info → tccli-3.0.1096.1.dist-info}/METADATA +2 -2
  42. {tccli-3.0.1095.1.dist-info → tccli-3.0.1096.1.dist-info}/RECORD +45 -42
  43. {tccli-3.0.1095.1.dist-info → tccli-3.0.1096.1.dist-info}/WHEEL +0 -0
  44. {tccli-3.0.1095.1.dist-info → tccli-3.0.1096.1.dist-info}/entry_points.txt +0 -0
  45. {tccli-3.0.1095.1.dist-info → tccli-3.0.1096.1.dist-info}/license_files/LICENSE +0 -0
@@ -147,6 +147,13 @@
147
147
  "output": "DescribeCompaniesResponse",
148
148
  "status": "online"
149
149
  },
150
+ "DescribeDeleteCertificatesTaskResult": {
151
+ "document": "查询批量删除任务结果",
152
+ "input": "DescribeDeleteCertificatesTaskResultRequest",
153
+ "name": "查询批量删除任务结果",
154
+ "output": "DescribeDeleteCertificatesTaskResultResponse",
155
+ "status": "online"
156
+ },
150
157
  "DescribeDeployedResources": {
151
158
  "document": "证书查询关联资源, 最新查询接口请使用CreateCertificateBindResourceSyncTask, 可以查询更多支持的云资源",
152
159
  "input": "DescribeDeployedResourcesRequest",
@@ -2513,6 +2520,72 @@
2513
2520
  ],
2514
2521
  "type": "object"
2515
2522
  },
2523
+ "DeleteTaskResult": {
2524
+ "document": "批量删除证书异步任务结果",
2525
+ "members": [
2526
+ {
2527
+ "disabled": false,
2528
+ "document": "任务ID",
2529
+ "example": "无",
2530
+ "member": "string",
2531
+ "name": "TaskId",
2532
+ "output_required": true,
2533
+ "type": "string",
2534
+ "value_allowed_null": false
2535
+ },
2536
+ {
2537
+ "disabled": false,
2538
+ "document": "证书ID",
2539
+ "example": "无",
2540
+ "member": "string",
2541
+ "name": "CertId",
2542
+ "output_required": true,
2543
+ "type": "string",
2544
+ "value_allowed_null": false
2545
+ },
2546
+ {
2547
+ "disabled": false,
2548
+ "document": "异步查询结果: 0表示任务进行中、 1表示任务成功、 2表示任务失败、3表示未授权服务角色导致任务失败、4表示有未解绑的云资源导致任务失败、5表示查询关联云资源超时导致任务失败",
2549
+ "example": "无",
2550
+ "member": "uint64",
2551
+ "name": "Status",
2552
+ "output_required": true,
2553
+ "type": "int",
2554
+ "value_allowed_null": false
2555
+ },
2556
+ {
2557
+ "disabled": false,
2558
+ "document": "错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
2559
+ "example": "无",
2560
+ "member": "string",
2561
+ "name": "Error",
2562
+ "output_required": true,
2563
+ "type": "string",
2564
+ "value_allowed_null": true
2565
+ },
2566
+ {
2567
+ "disabled": false,
2568
+ "document": "当前结果缓存时间\n注意:此字段可能返回 null,表示取不到有效值。",
2569
+ "example": "无",
2570
+ "member": "string",
2571
+ "name": "CacheTime",
2572
+ "output_required": true,
2573
+ "type": "string",
2574
+ "value_allowed_null": true
2575
+ },
2576
+ {
2577
+ "disabled": false,
2578
+ "document": "包含的域名\n注意:此字段可能返回 null,表示取不到有效值。",
2579
+ "example": "无",
2580
+ "member": "string",
2581
+ "name": "Domains",
2582
+ "output_required": true,
2583
+ "type": "list",
2584
+ "value_allowed_null": true
2585
+ }
2586
+ ],
2587
+ "usage": "out"
2588
+ },
2516
2589
  "DeployCertificateInstanceRequest": {
2517
2590
  "document": "DeployCertificateInstance请求参数结构体",
2518
2591
  "members": [
@@ -4402,6 +4475,43 @@
4402
4475
  ],
4403
4476
  "type": "object"
4404
4477
  },
4478
+ "DescribeDeleteCertificatesTaskResultRequest": {
4479
+ "document": "DescribeDeleteCertificatesTaskResult请求参数结构体",
4480
+ "members": [
4481
+ {
4482
+ "disabled": false,
4483
+ "document": "DeleteCertificates接口返回的任务ID, 最大支持100个",
4484
+ "example": "无",
4485
+ "member": "string",
4486
+ "name": "TaskIds",
4487
+ "required": true,
4488
+ "type": "list"
4489
+ }
4490
+ ],
4491
+ "type": "object"
4492
+ },
4493
+ "DescribeDeleteCertificatesTaskResultResponse": {
4494
+ "document": "DescribeDeleteCertificatesTaskResult返回参数结构体",
4495
+ "members": [
4496
+ {
4497
+ "disabled": false,
4498
+ "document": "批量删除证书异步任务结果\n注意:此字段可能返回 null,表示取不到有效值。",
4499
+ "example": "无",
4500
+ "member": "DeleteTaskResult",
4501
+ "name": "DeleteTaskResult",
4502
+ "output_required": true,
4503
+ "type": "list",
4504
+ "value_allowed_null": true
4505
+ },
4506
+ {
4507
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4508
+ "member": "string",
4509
+ "name": "RequestId",
4510
+ "type": "string"
4511
+ }
4512
+ ],
4513
+ "type": "object"
4514
+ },
4405
4515
  "DescribeDeployedResourcesRequest": {
4406
4516
  "document": "DescribeDeployedResources请求参数结构体",
4407
4517
  "members": [
@@ -186,6 +186,14 @@
186
186
  "title": "查询公司列表"
187
187
  }
188
188
  ],
189
+ "DescribeDeleteCertificatesTaskResult": [
190
+ {
191
+ "document": "正常查询",
192
+ "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeleteCertificatesTaskResult\n<公共请求参数>\n\n{\n \"TaskIds\": [\n \"11\",\n \"12\",\n \"13\",\n \"15\",\n \"14\"\n ]\n}",
193
+ "output": "{\n \"Response\": {\n \"DeleteTaskResult\": [\n {\n \"TaskId\": \"11\",\n \"Status\": 0,\n \"CertId\": \"1ODjBeH8\",\n \"Domains\": [\n \"GMCert ECC Root CA - 01\"\n ],\n \"Error\": null,\n \"CacheTime\": \"2023-09-27 19:01:47\"\n },\n {\n \"TaskId\": \"12\",\n \"Status\": 0,\n \"CertId\": \"25EMBPYQ\",\n \"Domains\": [\n \"hank.com\"\n ],\n \"Error\": null,\n \"CacheTime\": \"2023-09-27 19:01:48\"\n },\n {\n \"TaskId\": \"13\",\n \"Status\": 0,\n \"CertId\": \"txV0pewo\",\n \"Domains\": [\n \"test.hankzzz.com\"\n ],\n \"Error\": null,\n \"CacheTime\": \"2023-09-27 19:01:48\"\n },\n {\n \"TaskId\": \"14\",\n \"Status\": 4,\n \"CertId\": \"rcGiGyTx\",\n \"Domains\": [\n \"*.hath.fun\"\n ],\n \"Error\": \"有未解绑的云资源\",\n \"CacheTime\": \"2023-09-27 19:01:48\"\n },\n {\n \"TaskId\": \"15\",\n \"Status\": 2,\n \"CertId\": \"4FVmnb1u\",\n \"Domains\": [\n \"*.hank-dv.com\"\n ],\n \"Error\": \"当前的证书状态不支持此操作\",\n \"CacheTime\": \"2023-09-27 19:01:48\"\n }\n ],\n \"RequestId\": \"037cc05f-c384-4d71-ab4f-a42d896ebb2e\"\n }\n}",
194
+ "title": "正常查询"
195
+ }
196
+ ],
189
197
  "DescribeDeployedResources": [
190
198
  {
191
199
  "document": "证书查询关联资源",
@@ -1180,7 +1180,7 @@
1180
1180
  "example": "test",
1181
1181
  "member": "string",
1182
1182
  "name": "SecretName",
1183
- "required": true,
1183
+ "output_required": true,
1184
1184
  "type": "string",
1185
1185
  "value_allowed_null": false
1186
1186
  },
@@ -13151,7 +13151,7 @@
13151
13151
  },
13152
13152
  {
13153
13153
  "disabled": false,
13154
- "document": "0:本地域访问,由于并没有配置跨地域容灾,所该类型的接入点,无法进行异地切换、异地访问切回;\n1:本地域访问,由于配置了跨地域容灾,随时可以进行异地切换,该状态用于主集群的接入点\n2:跨地域访问,已经完成了异地切换,该状态用于源集群的接入点,该状态下的接入点不可删除\n3:跨地域访问,随时可以进行异地访问切回,该状态用于目标集群的接入点,该状态下的接入点不可删除\n注意:此字段可能返回 null,表示取不到有效值。",
13154
+ "document": "0:本地域访问,由于并没有配置跨地域容灾,所该类型的接入点,无法进行异地切换、异地访问切回;\n1:本地域访问,由于配置了跨地域容灾,随时可以进行异地切换,该状态用于主集群的接入点\n2:跨地域访问,已经完成了异地切换,该状态用于源集群的接入点,该状态下的接入点不可删除\n3:跨地域访问,随时可以进行异地访问切回,该状态用于目标集群的接入点,该状态下的接入点不可删除\n4:跨地域访问,目标集群已经完成异地切回,等待删除状态\n注意:此字段可能返回 null,表示取不到有效值。",
13155
13155
  "example": "0",
13156
13156
  "member": "uint64",
13157
13157
  "name": "OperationType",