tccli 3.0.1209.1__py2.py3-none-any.whl → 3.0.1210.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/services/bma/v20221115/api.json +26 -1
  3. tccli/services/bma/v20221115/examples.json +6 -6
  4. tccli/services/cam/v20190116/api.json +38 -30
  5. tccli/services/cam/v20190116/examples.json +2 -2
  6. tccli/services/cdwdoris/v20211228/api.json +20 -1
  7. tccli/services/cfg/v20210820/api.json +21 -1
  8. tccli/services/cls/v20201016/api.json +72 -11
  9. tccli/services/cynosdb/v20190107/api.json +19 -9
  10. tccli/services/cynosdb/v20190107/examples.json +2 -2
  11. tccli/services/dasb/v20191018/api.json +19 -10
  12. tccli/services/dasb/v20191018/examples.json +1 -1
  13. tccli/services/dnspod/v20210323/api.json +3 -1
  14. tccli/services/emr/emr_client.py +238 -26
  15. tccli/services/emr/v20190103/api.json +1011 -115
  16. tccli/services/emr/v20190103/examples.json +32 -0
  17. tccli/services/es/v20180416/api.json +144 -2
  18. tccli/services/ess/v20201111/api.json +2 -2
  19. tccli/services/ess/v20201111/examples.json +2 -2
  20. tccli/services/essbasic/v20210526/api.json +13 -4
  21. tccli/services/gwlb/v20240906/api.json +23 -23
  22. tccli/services/hunyuan/v20230901/api.json +85 -9
  23. tccli/services/hunyuan/v20230901/examples.json +1 -1
  24. tccli/services/iss/v20230517/api.json +62 -14
  25. tccli/services/iss/v20230517/examples.json +19 -13
  26. tccli/services/redis/v20180412/api.json +2 -2
  27. tccli/services/sms/v20210111/api.json +3 -3
  28. tccli/services/sms/v20210111/examples.json +2 -2
  29. tccli/services/sqlserver/v20180328/api.json +32 -11
  30. tccli/services/sqlserver/v20180328/examples.json +1 -1
  31. tccli/services/sts/v20180813/api.json +11 -10
  32. tccli/services/sts/v20180813/examples.json +2 -2
  33. tccli/services/tcss/v20201101/api.json +136 -19
  34. tccli/services/teo/v20220901/api.json +19 -19
  35. tccli/services/teo/v20220901/examples.json +4 -58
  36. tccli/services/tke/tke_client.py +118 -12
  37. tccli/services/tke/v20180525/api.json +152 -0
  38. tccli/services/tke/v20180525/examples.json +16 -0
  39. tccli/services/vpc/v20170312/api.json +59 -43
  40. tccli/services/vpc/v20170312/examples.json +1 -1
  41. {tccli-3.0.1209.1.dist-info → tccli-3.0.1210.1.dist-info}/METADATA +2 -2
  42. {tccli-3.0.1209.1.dist-info → tccli-3.0.1210.1.dist-info}/RECORD +45 -45
  43. {tccli-3.0.1209.1.dist-info → tccli-3.0.1210.1.dist-info}/WHEEL +0 -0
  44. {tccli-3.0.1209.1.dist-info → tccli-3.0.1210.1.dist-info}/entry_points.txt +0 -0
  45. {tccli-3.0.1209.1.dist-info → tccli-3.0.1210.1.dist-info}/license_files/LICENSE +0 -0
@@ -736,7 +736,7 @@
736
736
  "status": "online"
737
737
  },
738
738
  "ModifyDBInstanceSecurityGroups": {
739
- "document": "本接口(ModifyDBInstanceSecurityGroups)用于修改实例绑定的安全组。",
739
+ "document": "本接口(ModifyDBInstanceSecurityGroups)用于修改实例绑定的安全组。",
740
740
  "input": "ModifyDBInstanceSecurityGroupsRequest",
741
741
  "name": "修改实例绑定安全组",
742
742
  "output": "ModifyDBInstanceSecurityGroupsResponse",
@@ -19774,7 +19774,7 @@
19774
19774
  "example": "ap-shanghai-4",
19775
19775
  "member": "string",
19776
19776
  "name": "Zone",
19777
- "required": true,
19777
+ "output_required": true,
19778
19778
  "type": "string",
19779
19779
  "value_allowed_null": false
19780
19780
  },
@@ -19784,7 +19784,7 @@
19784
19784
  "example": "200004",
19785
19785
  "member": "int64",
19786
19786
  "name": "ZoneId",
19787
- "required": true,
19787
+ "output_required": true,
19788
19788
  "type": "int",
19789
19789
  "value_allowed_null": false
19790
19790
  },
@@ -19794,7 +19794,7 @@
19794
19794
  "example": "上海四区",
19795
19795
  "member": "string",
19796
19796
  "name": "ZoneZh",
19797
- "required": true,
19797
+ "output_required": true,
19798
19798
  "type": "string",
19799
19799
  "value_allowed_null": false
19800
19800
  },
@@ -19804,7 +19804,7 @@
19804
19804
  "example": "1",
19805
19805
  "member": "int64",
19806
19806
  "name": "IsSupportServerless",
19807
- "required": true,
19807
+ "output_required": true,
19808
19808
  "type": "int",
19809
19809
  "value_allowed_null": false
19810
19810
  },
@@ -19814,7 +19814,7 @@
19814
19814
  "example": "1",
19815
19815
  "member": "int64",
19816
19816
  "name": "IsSupportNormal",
19817
- "required": true,
19817
+ "output_required": true,
19818
19818
  "type": "int",
19819
19819
  "value_allowed_null": false
19820
19820
  },
@@ -19824,7 +19824,7 @@
19824
19824
  "example": "ap-guangzhou-2",
19825
19825
  "member": "string",
19826
19826
  "name": "PhysicalZone",
19827
- "required": true,
19827
+ "output_required": true,
19828
19828
  "type": "string",
19829
19829
  "value_allowed_null": false
19830
19830
  },
@@ -19834,7 +19834,7 @@
19834
19834
  "example": "false",
19835
19835
  "member": "bool",
19836
19836
  "name": "HasPermission",
19837
- "required": false,
19837
+ "output_required": true,
19838
19838
  "type": "bool",
19839
19839
  "value_allowed_null": true
19840
19840
  },
@@ -19844,9 +19844,19 @@
19844
19844
  "example": "无",
19845
19845
  "member": "string",
19846
19846
  "name": "IsWholeRdmaZone",
19847
- "required": false,
19847
+ "output_required": true,
19848
19848
  "type": "string",
19849
19849
  "value_allowed_null": false
19850
+ },
19851
+ {
19852
+ "disabled": false,
19853
+ "document": "当前可用区是否允许新购集群,1:允许,0:不允许",
19854
+ "example": "1",
19855
+ "member": "int64",
19856
+ "name": "IsSupportCreateCluster",
19857
+ "output_required": true,
19858
+ "type": "int",
19859
+ "value_allowed_null": false
19850
19860
  }
19851
19861
  ],
19852
19862
  "usage": "out"
@@ -652,7 +652,7 @@
652
652
  {
653
653
  "document": "仅查看用户有权限的可用区",
654
654
  "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZones\n<公共请求参数>\n\n{}",
655
- "output": "{\n \"Response\": {\n \"RegionSet\": [\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 100001,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"yes\"\n }\n ],\n \"RegionZh\": \"广州\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-guangzhou-2\",\n \"Zone\": \"ap-guangzhou-2\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100003,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州二区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\"\n },\n {\n \"PhysicalZone\": \"ao-guangzhou-5\",\n \"Zone\": \"ap-guangzhou-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100004,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\"\n }\n ]\n },\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-beijing\",\n \"RegionId\": 8,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"no\"\n }\n ],\n \"RegionZh\": \"北京\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-beijing-5\",\n \"Zone\": \"ap-beijing-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 800001,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"北京五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\"\n }\n ]\n }\n ],\n \"RequestId\": \"1qwert-123-asbc\"\n }\n}",
655
+ "output": "{\n \"Response\": {\n \"RegionSet\": [\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 100001,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"yes\"\n }\n ],\n \"RegionZh\": \"广州\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-guangzhou-2\",\n \"Zone\": \"ap-guangzhou-2\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100003,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州二区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\",\n \"IsSupportCreateCluster\": 1\n },\n {\n \"PhysicalZone\": \"ao-guangzhou-5\",\n \"Zone\": \"ap-guangzhou-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100004,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\",\n \"IsSupportCreateCluster\": 0\n }\n ]\n },\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-beijing\",\n \"RegionId\": 8,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"no\"\n }\n ],\n \"RegionZh\": \"北京\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-beijing-5\",\n \"Zone\": \"ap-beijing-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 800001,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"北京五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\",\n \"IsSupportCreateCluster\": 1\n }\n ]\n }\n ],\n \"RequestId\": \"1qwert-123-asbc\"\n }\n}",
656
656
  "title": "查询可售卖地域可用区信息"
657
657
  }
658
658
  ],
@@ -867,7 +867,7 @@
867
867
  "ModifyDBInstanceSecurityGroups": [
868
868
  {
869
869
  "document": "修改实例绑定安全组",
870
- "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceSecurityGroups\n<公共请求参数>\n\n{\n \"InstanceId\": \"cynosdbmysql-ins-lkj\",\n \"SecurityGroupIds\": [\n \"sg-mnbv\"\n ],\n \"Zone\": \"ap-guangzhou-3\"\n}",
870
+ "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceSecurityGroups\n<公共请求参数>\n\n{\n \"InstanceId\": \"cynosdbmysql-j8ynfcpgj\",\n \"SecurityGroupIds\": [\n \"sg-mnbv\"\n ],\n \"Zone\": \"ap-guangzhou-3\"\n}",
871
871
  "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
872
872
  "title": "修改实例绑定安全组"
873
873
  }
@@ -3559,21 +3559,30 @@
3559
3559
  "members": [
3560
3560
  {
3561
3561
  "disabled": false,
3562
- "document": "资产组ID",
3562
+ "document": "true - 查询已在该资产组的资产,false - 查询未在该资产组的资产",
3563
+ "example": "true",
3564
+ "member": "bool",
3565
+ "name": "Bound",
3566
+ "required": true,
3567
+ "type": "bool"
3568
+ },
3569
+ {
3570
+ "disabled": false,
3571
+ "document": "资产组ID,Id和IdSet二选一",
3563
3572
  "example": "1",
3564
3573
  "member": "uint64",
3565
3574
  "name": "Id",
3566
- "required": true,
3575
+ "required": false,
3567
3576
  "type": "int"
3568
3577
  },
3569
3578
  {
3570
3579
  "disabled": false,
3571
- "document": "true - 查询已在该资产组的资产,false - 查询未在该资产组的资产",
3572
- "example": "true",
3573
- "member": "bool",
3574
- "name": "Bound",
3575
- "required": true,
3576
- "type": "bool"
3580
+ "document": "资产组ID集合,传Id,IdSet不生效。",
3581
+ "example": "[1,2,3]",
3582
+ "member": "uint64",
3583
+ "name": "IdSet",
3584
+ "required": false,
3585
+ "type": "list"
3577
3586
  },
3578
3587
  {
3579
3588
  "disabled": false,
@@ -3641,7 +3650,7 @@
3641
3650
  "example": "10",
3642
3651
  "member": "uint64",
3643
3652
  "name": "TotalCount",
3644
- "required": true,
3653
+ "output_required": true,
3645
3654
  "type": "int",
3646
3655
  "value_allowed_null": false
3647
3656
  },
@@ -3651,7 +3660,7 @@
3651
3660
  "example": "[]",
3652
3661
  "member": "Device",
3653
3662
  "name": "DeviceSet",
3654
- "required": true,
3663
+ "output_required": true,
3655
3664
  "type": "list",
3656
3665
  "value_allowed_null": false
3657
3666
  },
@@ -266,7 +266,7 @@
266
266
  {
267
267
  "document": "",
268
268
  "input": "POST / HTTP/1.1\nHost: dasb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceGroupMembers\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Name\": \"研发主机\",\n \"Bound\": true\n}",
269
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"xx\",\n \"DeviceSet\": [\n {\n \"Kind\": 1,\n \"GroupSet\": [\n {\n \"Department\": {\n \"Managers\": [\n \"xx\"\n ],\n \"Id\": \"xx\",\n \"Name\": \"xx\"\n },\n \"Id\": 1,\n \"Name\": \"xx\"\n }\n ],\n \"Resource\": {\n \"RenewFlag\": 1,\n \"Zone\": \"xx\",\n \"SubnetName\": \"xx\",\n \"Nodes\": 1,\n \"Status\": 1,\n \"VpcId\": \"xx\",\n \"SubProductCode\": \"xx\",\n \"ResourceId\": \"xx\",\n \"PackageBandwidth\": 1,\n \"VpcName\": \"xx\",\n \"ApCode\": \"xx\",\n \"SubnetId\": \"xx\",\n \"ResourceName\": \"xx\",\n \"Expired\": true,\n \"Deployed\": true,\n \"ProductCode\": \"xx\",\n \"PublicIpSet\": [\n \"xx\"\n ],\n \"ModuleSet\": [\n \"xx\"\n ],\n \"ExtendPoints\": 1,\n \"UsedNodes\": 1,\n \"PrivateIpSet\": [\n \"xx\"\n ],\n \"Pid\": 1,\n \"VpcCidrBlock\": \"xx\",\n \"PackageNode\": 1,\n \"ExpireTime\": \"2020-09-22T00:00:00+00:00\",\n \"SvArgs\": \"xx\",\n \"CidrBlock\": \"xx\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\"\n },\n \"Name\": \"xx\",\n \"InstanceId\": \"xx\",\n \"OsName\": \"xx\",\n \"AccountCount\": 1,\n \"PrivateIp\": \"xx\",\n \"PublicIp\": \"xx\",\n \"Department\": {\n \"Managers\": [\n \"xx\"\n ],\n \"Id\": \"xx\",\n \"Name\": \"xx\"\n },\n \"VpcId\": \"xx\",\n \"ApCode\": \"xx\",\n \"SubnetId\": \"xx\",\n \"Port\": 1,\n \"Id\": 1\n }\n ]\n }\n}",
269
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"DeviceSet\": [\n {\n \"Id\": 1,\n \"InstanceId\": \"abc\",\n \"Name\": \"abc\",\n \"PublicIp\": \"abc\",\n \"PrivateIp\": \"abc\",\n \"ApCode\": \"abc\",\n \"OsName\": \"abc\",\n \"Kind\": 1,\n \"Port\": 1,\n \"GroupSet\": [\n {\n \"Id\": 1,\n \"Name\": \"abc\",\n \"Department\": {\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"Managers\": [\n \"abc\"\n ],\n \"ManagerUsers\": [\n {\n \"ManagerId\": \"abc\",\n \"ManagerName\": \"abc\"\n }\n ]\n },\n \"Count\": 1\n }\n ],\n \"AccountCount\": 1,\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"Resource\": {\n \"ResourceId\": \"abc\",\n \"ApCode\": \"abc\",\n \"SvArgs\": \"abc\",\n \"VpcId\": \"abc\",\n \"Nodes\": 1,\n \"RenewFlag\": 1,\n \"ExpireTime\": \"2020-09-22T00:00:00+00:00\",\n \"Status\": 1,\n \"ResourceName\": \"abc\",\n \"Pid\": 1,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"ProductCode\": \"abc\",\n \"SubProductCode\": \"abc\",\n \"Zone\": \"abc\",\n \"Expired\": true,\n \"Deployed\": true,\n \"VpcName\": \"abc\",\n \"VpcCidrBlock\": \"abc\",\n \"SubnetId\": \"abc\",\n \"SubnetName\": \"abc\",\n \"CidrBlock\": \"abc\",\n \"PublicIpSet\": [\n \"abc\"\n ],\n \"PrivateIpSet\": [\n \"abc\"\n ],\n \"ModuleSet\": [\n \"abc\"\n ],\n \"UsedNodes\": 1,\n \"ExtendPoints\": 1,\n \"PackageBandwidth\": 1,\n \"PackageNode\": 1,\n \"LogDeliveryArgs\": \"abc\",\n \"ClbSet\": [\n {\n \"ClbIp\": \"abc\"\n }\n ],\n \"DomainCount\": 0,\n \"UsedDomainCount\": 1,\n \"Trial\": 1\n },\n \"Department\": {\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"Managers\": [\n \"abc\"\n ],\n \"ManagerUsers\": [\n {\n \"ManagerId\": \"abc\",\n \"ManagerName\": \"abc\"\n }\n ]\n },\n \"IpPortSet\": [\n \"abc\"\n ],\n \"DomainId\": \"abc\",\n \"DomainName\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
270
270
  "title": "查询资产组成员列表"
271
271
  }
272
272
  ],
@@ -4076,7 +4076,7 @@
4076
4076
  },
4077
4077
  {
4078
4078
  "disabled": false,
4079
- "document": "域名等级。\n+ 旧套餐:D_FREE、D_PLUS、D_EXTRA、D_EXPERT、D_ULTRA 分别对应免费套餐、个人豪华、企业1、企业2、企业3。\n+ 新套餐:DP_FREE、DP_PLUS、DP_EXTRA、DP_EXPERT、DP_ULTRA 分别对应新免费、个人专业版、企业创业版、企业标准版、企业旗舰版。",
4079
+ "document": "域名套餐等级。 旧套餐:D_FREE、D_PLUS、D_EXTRA、D_EXPERT、D_ULTRA 、DP_EXTRA 分别对应免费套餐、个人豪华、企业 I、企业 II、企业 III、企业基础版。 新套餐:DP_FREE、DP_PLUS、DP_EXPERT、DP_ULTRA 分别对应新免费、专业版、企业版、尊享版。",
4080
4080
  "example": "DP_PLUS",
4081
4081
  "member": "string",
4082
4082
  "name": "DomainGrade",
@@ -4104,6 +4104,7 @@
4104
4104
  "example": "无",
4105
4105
  "member": "LineInfo",
4106
4106
  "name": "LineList",
4107
+ "output_required": true,
4107
4108
  "type": "list",
4108
4109
  "value_allowed_null": false
4109
4110
  },
@@ -4113,6 +4114,7 @@
4113
4114
  "example": "无",
4114
4115
  "member": "LineGroupInfo",
4115
4116
  "name": "LineGroupList",
4117
+ "output_required": true,
4116
4118
  "type": "list",
4117
4119
  "value_allowed_null": false
4118
4120
  },