tccli 3.0.1237.1__py2.py3-none-any.whl → 3.0.1238.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 (122) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/aca/__init__.py +4 -0
  4. tccli/services/aca/aca_client.py +578 -0
  5. tccli/services/aca/v20210323/api.json +3715 -0
  6. tccli/services/aca/v20210323/examples.json +69 -0
  7. tccli/services/aiart/v20221229/api.json +18 -9
  8. tccli/services/aiart/v20221229/examples.json +2 -2
  9. tccli/services/apm/v20210622/api.json +10 -7
  10. tccli/services/batch/v20170312/api.json +641 -566
  11. tccli/services/batch/v20170312/examples.json +7 -7
  12. tccli/services/bi/v20220105/api.json +9 -0
  13. tccli/services/bpaas/v20181217/examples.json +1 -1
  14. tccli/services/cam/v20190116/api.json +32 -30
  15. tccli/services/cam/v20190116/examples.json +4 -4
  16. tccli/services/ccc/v20200210/api.json +31 -1
  17. tccli/services/ccc/v20200210/examples.json +1 -1
  18. tccli/services/cdb/v20170320/api.json +214 -207
  19. tccli/services/cdb/v20170320/examples.json +10 -10
  20. tccli/services/cdwch/v20200915/api.json +6 -6
  21. tccli/services/cdwdoris/v20211228/api.json +16 -5
  22. tccli/services/cdwdoris/v20211228/examples.json +1 -1
  23. tccli/services/cfg/v20210820/api.json +8 -13
  24. tccli/services/cfg/v20210820/examples.json +1 -1
  25. tccli/services/cfs/v20190719/api.json +84 -84
  26. tccli/services/cfs/v20190719/examples.json +6 -6
  27. tccli/services/chdfs/v20201112/api.json +18 -17
  28. tccli/services/chdfs/v20201112/examples.json +2 -2
  29. tccli/services/clb/v20180317/api.json +184 -162
  30. tccli/services/cloudapp/v20220530/api.json +1 -1
  31. tccli/services/cloudapp/v20220530/examples.json +3 -3
  32. tccli/services/cloudaudit/v20190319/api.json +21 -17
  33. tccli/services/cloudaudit/v20190319/examples.json +3 -3
  34. tccli/services/cls/v20201016/api.json +21 -21
  35. tccli/services/cls/v20201016/examples.json +1 -1
  36. tccli/services/config/v20220802/api.json +2 -0
  37. tccli/services/config/v20220802/examples.json +2 -2
  38. tccli/services/dcdb/v20180411/api.json +390 -387
  39. tccli/services/dcdb/v20180411/examples.json +14 -14
  40. tccli/services/dlc/v20210125/api.json +162 -7
  41. tccli/services/dlc/v20210125/examples.json +1 -1
  42. tccli/services/domain/v20180808/api.json +37 -37
  43. tccli/services/domain/v20180808/examples.json +16 -10
  44. tccli/services/dsgc/v20190723/api.json +1796 -1623
  45. tccli/services/dsgc/v20190723/examples.json +217 -211
  46. tccli/services/dts/v20180330/api.json +143 -106
  47. tccli/services/dts/v20211206/api.json +57 -46
  48. tccli/services/dts/v20211206/examples.json +1 -1
  49. tccli/services/ecm/v20190719/api.json +6 -6
  50. tccli/services/emr/v20190103/api.json +80 -20
  51. tccli/services/ess/ess_client.py +61 -8
  52. tccli/services/ess/v20201111/api.json +267 -37
  53. tccli/services/ess/v20201111/examples.json +11 -3
  54. tccli/services/essbasic/essbasic_client.py +167 -8
  55. tccli/services/essbasic/v20210526/api.json +527 -54
  56. tccli/services/essbasic/v20210526/examples.json +46 -16
  57. tccli/services/facefusion/v20220927/api.json +12 -1
  58. tccli/services/fmu/v20191213/api.json +8 -8
  59. tccli/services/gaap/v20180529/api.json +200 -209
  60. tccli/services/hai/v20230812/api.json +1 -1
  61. tccli/services/iss/v20230517/api.json +11 -11
  62. tccli/services/iss/v20230517/examples.json +31 -31
  63. tccli/services/keewidb/v20220308/api.json +92 -82
  64. tccli/services/keewidb/v20220308/examples.json +5 -5
  65. tccli/services/lighthouse/v20200324/api.json +18 -18
  66. tccli/services/lighthouse/v20200324/examples.json +5 -5
  67. tccli/services/live/v20180801/api.json +27 -9
  68. tccli/services/lke/v20231130/examples.json +1 -1
  69. tccli/services/mariadb/v20170312/api.json +285 -263
  70. tccli/services/mariadb/v20170312/examples.json +12 -12
  71. tccli/services/monitor/monitor_client.py +106 -0
  72. tccli/services/monitor/v20180724/api.json +222 -0
  73. tccli/services/monitor/v20180724/examples.json +16 -0
  74. tccli/services/mps/mps_client.py +228 -16
  75. tccli/services/mps/v20190612/api.json +385 -23
  76. tccli/services/mps/v20190612/examples.json +32 -0
  77. tccli/services/msp/v20180319/api.json +2 -2
  78. tccli/services/ocr/v20181119/api.json +11 -1
  79. tccli/services/omics/v20221128/api.json +14 -2
  80. tccli/services/organization/v20210331/api.json +45 -18
  81. tccli/services/privatedns/v20201028/api.json +90 -81
  82. tccli/services/privatedns/v20201028/examples.json +18 -18
  83. tccli/services/redis/redis_client.py +106 -0
  84. tccli/services/redis/v20180412/api.json +178 -16
  85. tccli/services/redis/v20180412/examples.json +16 -0
  86. tccli/services/region/v20220627/api.json +5 -3
  87. tccli/services/region/v20220627/examples.json +1 -1
  88. tccli/services/ssl/v20191205/api.json +6 -4
  89. tccli/services/tag/v20180813/api.json +4 -5
  90. tccli/services/tcb/v20180608/api.json +36 -16
  91. tccli/services/tdmq/tdmq_client.py +53 -0
  92. tccli/services/tdmq/v20200217/api.json +64 -1
  93. tccli/services/tdmq/v20200217/examples.json +9 -1
  94. tccli/services/teo/teo_client.py +485 -8
  95. tccli/services/teo/v20220901/api.json +837 -39
  96. tccli/services/teo/v20220901/examples.json +108 -0
  97. tccli/services/thpc/v20211109/api.json +32 -34
  98. tccli/services/thpc/v20220401/api.json +31 -33
  99. tccli/services/thpc/v20230321/api.json +55 -57
  100. tccli/services/thpc/v20230321/examples.json +1 -1
  101. tccli/services/tiia/v20190529/api.json +307 -293
  102. tccli/services/tiia/v20190529/examples.json +41 -41
  103. tccli/services/tione/v20211111/api.json +4 -4
  104. tccli/services/tione/v20211111/examples.json +2 -2
  105. tccli/services/tke/v20180525/api.json +1 -1
  106. tccli/services/trocket/trocket_client.py +53 -0
  107. tccli/services/trocket/v20230308/api.json +116 -0
  108. tccli/services/trocket/v20230308/examples.json +14 -0
  109. tccli/services/tse/v20201207/api.json +188 -120
  110. tccli/services/tse/v20201207/examples.json +30 -30
  111. tccli/services/tsf/v20180326/api.json +826 -745
  112. tccli/services/tsf/v20180326/examples.json +99 -111
  113. tccli/services/vclm/v20240523/api.json +1 -1
  114. tccli/services/vdb/v20230616/api.json +80 -80
  115. tccli/services/vdb/v20230616/examples.json +1 -1
  116. tccli/services/vpc/v20170312/api.json +42 -41
  117. tccli/services/vpc/v20170312/examples.json +5 -5
  118. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/METADATA +2 -2
  119. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/RECORD +122 -118
  120. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/WHEEL +0 -0
  121. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/entry_points.txt +0 -0
  122. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/license_files/LICENSE +0 -0
@@ -3,15 +3,15 @@
3
3
  "AddSpecifyPrivateZoneVpc": [
4
4
  {
5
5
  "document": "",
6
- "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddSpecifyPrivateZoneVpc\n<公共请求参数>\n\n{\n \"ZoneId\": \"abc\",\n \"VpcSet\": [\n {\n \"UniqVpcId\": \"vpc-xxxxxxx\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"UniqVpcId\": \"vpc-xxxxxxxx\",\n \"Region\": \"ap-guangzhou\",\n \"Uin\": \"334345\",\n \"VpcName\": \"abc\"\n }\n ]\n}",
7
- "output": "{\n \"Response\": {\n \"ZoneId\": \"abc\",\n \"VpcSet\": [\n {\n \"UniqVpcId\": \"abc\",\n \"Region\": \"abc\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"Uin\": \"123456789\",\n \"UniqVpcId\": \"vpc-xxxxxxx\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"UniqId\": \"888888\",\n \"RequestId\": \"abc\"\n }\n}",
6
+ "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddSpecifyPrivateZoneVpc\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-dwuew12\",\n \"VpcSet\": [\n {\n \"UniqVpcId\": \"vpc-sd23d2\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"UniqVpcId\": \"vpc-xxxxxxxx\",\n \"Region\": \"ap-guangzhou\",\n \"Uin\": \"334345\",\n \"VpcName\": \"vpc-testname\"\n }\n ]\n}",
7
+ "output": "{\n \"Response\": {\n \"ZoneId\": \"zone-dwuew12\",\n \"VpcSet\": [\n {\n \"UniqVpcId\": \"vpc-sd23d2\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"Uin\": \"100000236200\",\n \"UniqVpcId\": \"vpc-dshgy2n\",\n \"Region\": \"ap-guangzhou\",\n \"VpcName\": \"vpc-testname\"\n }\n ],\n \"UniqId\": \"vpc-dser2gtg\",\n \"RequestId\": \"ba171d86-1337-48ca-a593-c8cbe46cdec5\"\n }\n}",
8
8
  "title": "追加与私有域关联的vpc"
9
9
  }
10
10
  ],
11
11
  "CreatePrivateDNSAccount": [
12
12
  {
13
13
  "document": "",
14
- "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateDNSAccount\n<公共请求参数>\n\n{\n \"Account\": {\n \"Uin\": \"123456789\"\n }\n}",
14
+ "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateDNSAccount\n<公共请求参数>\n\n{\n \"Account\": {\n \"Uin\": \"10020060700\"\n }\n}",
15
15
  "output": "{\n \"Response\": {\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\"\n }\n}",
16
16
  "title": "创建私有域解析账号"
17
17
  }
@@ -19,7 +19,7 @@
19
19
  "CreatePrivateZone": [
20
20
  {
21
21
  "document": "",
22
- "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateZone\n<公共请求参数>\n\n{\n \"Domain\": \"a.com\",\n \"TagSet\": [\n {\n \"TagKey\": \"owner\",\n \"TagValue\": \"xxxxxxxxxx\"\n }\n ],\n \"VpcSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"UniqVpcId\": \"vpc-xxxxxl\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"Uin\": \"123456789\",\n \"Region\": \"ap-guangzhou\",\n \"UniqVpcId\": \"vpc-adsebmy1\",\n \"VpcName\": \"vpcname\"\n }\n ],\n \"Remark\": \"测试域名\",\n \"DnsForwardStatus\": \"ENABLED\",\n \"CnameSpeedupStatus\": \"ENABLED\"\n}",
22
+ "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateZone\n<公共请求参数>\n\n{\n \"Domain\": \"a.com\",\n \"TagSet\": [\n {\n \"TagKey\": \"owner\",\n \"TagValue\": \"xxxxxxxxxx\"\n }\n ],\n \"VpcSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"UniqVpcId\": \"vpc-xxxxxl\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"Uin\": \"1000458200\",\n \"Region\": \"ap-guangzhou\",\n \"UniqVpcId\": \"vpc-adsebmy1\",\n \"VpcName\": \"vpcname\"\n }\n ],\n \"Remark\": \"测试域名\",\n \"DnsForwardStatus\": \"ENABLED\",\n \"CnameSpeedupStatus\": \"ENABLED\"\n}",
23
23
  "output": "{\n \"Response\": {\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\",\n \"ZoneId\": \"41\",\n \"Domain\": \"a.com\"\n }\n}",
24
24
  "title": "创建私有域"
25
25
  }
@@ -28,26 +28,26 @@
28
28
  {
29
29
  "document": "添加A记录",
30
30
  "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateZoneRecord\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-123456\",\n \"RecordType\": \"A\",\n \"SubDomain\": \"b\",\n \"RecordValue\": \"3.3.3.3\",\n \"Weight\": 100,\n \"TTL\": 600\n}",
31
- "output": "{\n \"Response\": {\n \"RequestId\": \"a98891db-9d73-514a-8751422197b540cd\",\n \"RecordId\": \"1111\"\n }\n}",
31
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a98891db-9d73-514a-8751422197b540cd\",\n \"RecordId\": \"15421\"\n }\n}",
32
32
  "title": "私有域-添加A记录"
33
33
  },
34
34
  {
35
35
  "document": "添加MX记录",
36
36
  "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateZoneRecord\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-123456\",\n \"RecordType\": \"MX\",\n \"SubDomain\": \"b\",\n \"RecordValue\": \"3.3.3.3\",\n \"Weight\": 100,\n \"MX\": 5\n}",
37
- "output": "{\n \"Response\": {\n \"RequestId\": \"a98891db-9d73-514a-8751422197b540cd\",\n \"RecordId\": \"1111\"\n }\n}",
37
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a98891db-9d73-514a-8751422197b540cd\",\n \"RecordId\": \"15421\"\n }\n}",
38
38
  "title": "私有域-添加MX记录"
39
39
  },
40
40
  {
41
41
  "document": "添加反解析记录",
42
42
  "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateZoneRecord\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-123456\",\n \"RecordType\": \"PTR\",\n \"SubDomain\": \"1.1.1\",\n \"RecordValue\": \"qq.com\"\n}",
43
- "output": "{\n \"Response\": {\n \"RequestId\": \"a98891db-9d73-514a-8751422197b540cd\",\n \"RecordId\": \"1111\"\n }\n}",
43
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a98891db-9d73-514a-8751422197b540cd\",\n \"RecordId\": \"15421\"\n }\n}",
44
44
  "title": "私有域-添加PTR记录"
45
45
  }
46
46
  ],
47
47
  "DeletePrivateDNSAccount": [
48
48
  {
49
49
  "document": "",
50
- "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrivateDNSAccount\n<公共请求参数>\n\n{\n \"Account\": {\n \"Uin\": \"123456789\"\n }\n}",
50
+ "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrivateDNSAccount\n<公共请求参数>\n\n{\n \"Account\": {\n \"Uin\": \"1002330010\"\n }\n}",
51
51
  "output": "{\n \"Response\": {\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\"\n }\n}",
52
52
  "title": "删除私有域解析账号"
53
53
  }
@@ -69,13 +69,13 @@
69
69
  "DeletePrivateZoneRecord": [
70
70
  {
71
71
  "document": "删除单条解析记录",
72
- "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrivateZoneRecord\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-xxxxxx\",\n \"RecordId\": \"11111\"\n}",
72
+ "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrivateZoneRecord\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-xxxxxx\",\n \"RecordId\": \"2657842\"\n}",
73
73
  "output": "{\n \"Response\": {\n \"RequestId\": \"a3ed908c-5848-1a98-d7aaa92528e28303\"\n }\n}",
74
74
  "title": "删除私有域解析记录-单个"
75
75
  },
76
76
  {
77
77
  "document": "批量删除解析记录",
78
- "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrivateZoneRecord\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-xxxxxx\",\n \"RecordIdSet\": [\n \"10001\",\n \"20201\",\n \"33401\",\n \"11111\"\n ]\n}",
78
+ "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrivateZoneRecord\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-xxxxxx\",\n \"RecordIdSet\": [\n \"2657842\",\n \"2657843\"\n ]\n}",
79
79
  "output": "{\n \"Response\": {\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\"\n }\n}",
80
80
  "title": "删除私有域解析记录-批量"
81
81
  }
@@ -83,23 +83,23 @@
83
83
  "DeleteSpecifyPrivateZoneVpc": [
84
84
  {
85
85
  "document": "",
86
- "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSpecifyPrivateZoneVpc\n<公共请求参数>\n\n{\n \"ZoneId\": \"abc\",\n \"VpcSet\": [\n {\n \"UniqVpcId\": \"vpc-xxxxxxxx\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"UniqVpcId\": \"vpc-xxxxxxxx\",\n \"Region\": \"ap-gangzhou\",\n \"Uin\": \"888774747\",\n \"VpcName\": \"abc\"\n }\n ]\n}",
87
- "output": "{\n \"Response\": {\n \"ZoneId\": \"abc\",\n \"VpcSet\": [\n {\n \"UniqVpcId\": \"abc\",\n \"Region\": \"abc\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"Uin\": \"123456789\",\n \"UniqVpcId\": \"vpc-xxxxxxx\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
86
+ "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSpecifyPrivateZoneVpc\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-sdasd12d\",\n \"VpcSet\": [\n {\n \"UniqVpcId\": \"vpc-dae2312\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"UniqVpcId\": \"vpc-2314dae\",\n \"Region\": \"ap-gangzhou\",\n \"Uin\": \"1000032110\",\n \"VpcName\": \"vpc-testname\"\n }\n ]\n}",
87
+ "output": "{\n \"Response\": {\n \"ZoneId\": \"zone-sdasd12d\",\n \"VpcSet\": [\n {\n \"UniqVpcId\": \"vpc-dae2312\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"Uin\": \"1000032110\",\n \"UniqVpcId\": \"vpc-2314dae\",\n \"Region\": \"ap-guangzhou\",\n \"VpcName\": \"vpc-testname\"\n }\n ],\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\"\n }\n}",
88
88
  "title": "删除私有域关联的VPC"
89
89
  }
90
90
  ],
91
91
  "DescribeAccountVpcList": [
92
92
  {
93
93
  "document": "",
94
- "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccountVpcList\n<公共请求参数>\n\n{\n \"AccountUin\": \"123456789\",\n \"Limit\": 200,\n \"Offset\": 0,\n \"Filters\": [\n {\n \"Name\": \"Region\",\n \"Values\": [\n \"ap-guangzhou\"\n ]\n },\n {\n \"Name\": \"VpcName\",\n \"Values\": [\n \"test\"\n ]\n },\n {\n \"Name\": \"VpcId\",\n \"Values\": [\n \"vpc-sdfwadf1\"\n ]\n }\n ]\n}",
95
- "output": "{\n \"Response\": {\n \"RequestId\": \"443f1f2b-9be4-4a2c-b1a6-0494c2d980ff\",\n \"TotalCount\": 1,\n \"VpcSet\": [\n {\n \"VpcId\": \"vpc-ofnocfe1\",\n \"VpcName\": \"testname\",\n \"Uin\": 700000136857,\n \"Region\": \"ap-guangzhou\"\n }\n ]\n }\n}",
94
+ "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccountVpcList\n<公共请求参数>\n\n{\n \"AccountUin\": \"10000000010\",\n \"Limit\": 200,\n \"Offset\": 0,\n \"Filters\": [\n {\n \"Name\": \"Region\",\n \"Values\": [\n \"ap-guangzhou\"\n ]\n },\n {\n \"Name\": \"VpcName\",\n \"Values\": [\n \"vpc-ofnocfe1\"\n ]\n },\n {\n \"Name\": \"VpcId\",\n \"Values\": [\n \"vpc-sdfwadf1\"\n ]\n }\n ]\n}",
95
+ "output": "{\n \"Response\": {\n \"RequestId\": \"443f1f2b-9be4-4a2c-b1a6-0494c2d980ff\",\n \"TotalCount\": 1,\n \"VpcSet\": [\n {\n \"VpcId\": \"vpc-ofnocfe1\",\n \"VpcName\": \"testname\",\n \"Uin\": \"10000000010\",\n \"Region\": \"ap-guangzhou\"\n }\n ]\n }\n}",
96
96
  "title": "获取私有域解析账号的VPC列表"
97
97
  }
98
98
  ],
99
99
  "DescribeAuditLog": [
100
100
  {
101
101
  "document": "",
102
- "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditLog\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"ZoneId\",\n \"Values\": [\n \"xxxxxxx\"\n ]\n },\n {\n \"Name\": \"Domain\",\n \"Values\": [\n \"a.com\"\n ]\n },\n {\n \"Name\": \"OperatorUin\",\n \"Values\": [\n \"xxxxx\"\n ]\n }\n ],\n \"TimeRangeBegin\": \"2020-11-22 00:00:00\",\n \"TimeRangeEnd\": \"2020-11-23 23:59:59\",\n \"Offset\": 0,\n \"Limit\": 20\n}",
102
+ "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditLog\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"ZoneId\",\n \"Values\": [\n \"zone-dw12dhy\"\n ]\n },\n {\n \"Name\": \"Domain\",\n \"Values\": [\n \"a.com\"\n ]\n },\n {\n \"Name\": \"OperatorUin\",\n \"Values\": [\n \"10023400189\"\n ]\n }\n ],\n \"TimeRangeBegin\": \"2020-11-22 00:00:00\",\n \"TimeRangeEnd\": \"2020-11-23 23:59:59\",\n \"Offset\": 0,\n \"Limit\": 20\n}",
103
103
  "output": "{\n \"Response\": {\n \"RequestId\": \"5471b753-7d7a-8742-6cb079c6472692f2\",\n \"Data\": [\n {\n \"Resource\": \"all\",\n \"Metric\": \"request_count\",\n \"TotalCount\": 48,\n \"DataSet\": [\n {\n \"Date\": \"2020-11-22 00:00:00\",\n \"OperatorUin\": \"100000009719\",\n \"Content\": \"www(11111111111111) A , zone(777777)\"\n },\n {\n \"Date\": \"2020-11-22 01:00:00\",\n \"OperatorUin\": \"100000009719\",\n \"Content\": \"www(11111111111111) A , zone(777777)\"\n },\n {\n \"Date\": \"2020-11-22 02:00:00\",\n \"OperatorUin\": \"100000009719\",\n \"Content\": \"www.baidu.com 600 TXT aaaaaaaaaaaaaaaaaaaaaaaa zone(666666)\"\n },\n {\n \"Date\": \"2020-11-22 03:00:00\",\n \"OperatorUin\": \"100000009719\",\n \"Content\": \"www.baidu.com 600 TXT aaaaaaaaaaaaaaaaaaaaaaaa zone(666666)\"\n },\n {\n \"Date\": \"2020-11-22 04:00:00\",\n \"OperatorUin\": \"100000009719\",\n \"Content\": \"[子域名递归解析:关闭 -> 开启 ][], zone(444444)\"\n }\n ]\n }\n ]\n }\n}",
104
104
  "title": "获取操作日志列表"
105
105
  }
@@ -115,7 +115,7 @@
115
115
  "DescribePrivateDNSAccountList": [
116
116
  {
117
117
  "document": "",
118
- "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateDNSAccountList\n<公共请求参数>\n\n{\n \"Limit\": 200,\n \"Offset\": 0,\n \"Filters\": [\n {\n \"Name\": \"AccountUin\",\n \"Values\": [\n \"123456789\"\n ]\n }\n ]\n}",
118
+ "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateDNSAccountList\n<公共请求参数>\n\n{\n \"Limit\": 200,\n \"Offset\": 0,\n \"Filters\": [\n {\n \"Name\": \"AccountUin\",\n \"Values\": [\n \"1000230100\"\n ]\n }\n ]\n}",
119
119
  "output": "{\n \"Response\": {\n \"RequestId\": \"14413609-3e4e-9003-c5df01ee3e4b0df7\",\n \"TotalCount\": 1,\n \"AccountSet\": [\n {\n \"Uin\": \"1234567898\",\n \"Account\": \"privatedns***@tencent.com\",\n \"Nickname\": \"Private DNS体验账号\"\n }\n ]\n }\n}",
120
120
  "title": "获取私有域解析账号列表"
121
121
  }
@@ -193,8 +193,8 @@
193
193
  "ModifyPrivateZoneVpc": [
194
194
  {
195
195
  "document": "",
196
- "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPrivateZoneVpc\n<公共请求参数>\n\n{\n \"ZoneId\": \"1\",\n \"VpcSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"UniqVpcId\": \"vpc-xxxxxx\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"Uin\": \"123456789\",\n \"Region\": \"ap-guangzhou\",\n \"UniqVpcId\": \"vpc-xxxxxx\",\n \"VpcName\": \"vpcName\"\n }\n ]\n}",
197
- "output": "{\n \"Response\": {\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\",\n \"ZoneId\": \"1\",\n \"VpcSet\": [\n {\n \"UniqVpcId\": \"vpc-xxxxxxx\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"Uin\": \"123456789\",\n \"UniqVpcId\": \"vpc-xxxxxxx\",\n \"Region\": \"ap-guangzhou\"\n }\n ]\n }\n}",
196
+ "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPrivateZoneVpc\n<公共请求参数>\n\n{\n \"ZoneId\": \"1\",\n \"VpcSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"UniqVpcId\": \"vpc-xxxxxx\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"Uin\": \"1002450010\",\n \"Region\": \"ap-guangzhou\",\n \"UniqVpcId\": \"vpc-xxxxxx\",\n \"VpcName\": \"vpcName\"\n }\n ]\n}",
197
+ "output": "{\n \"Response\": {\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\",\n \"ZoneId\": \"1\",\n \"VpcSet\": [\n {\n \"UniqVpcId\": \"vpc-xxxxxxx\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"Uin\": \"1002450010\",\n \"UniqVpcId\": \"vpc-xxxxxxx\",\n \"Region\": \"ap-guangzhou\"\n }\n ]\n }\n}",
198
198
  "title": "修改私有域关联的VPC"
199
199
  }
200
200
  ],
@@ -641,6 +641,58 @@ def doDescribeTaskInfo(args, parsed_globals):
641
641
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
642
642
 
643
643
 
644
+ def doModifyInstanceBackupMode(args, parsed_globals):
645
+ g_param = parse_global_arg(parsed_globals)
646
+
647
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
648
+ cred = credential.CVMRoleCredential()
649
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
650
+ cred = credential.STSAssumeRoleCredential(
651
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
652
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
653
+ )
654
+ 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):
655
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
656
+ else:
657
+ cred = credential.Credential(
658
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
659
+ )
660
+ http_profile = HttpProfile(
661
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
662
+ reqMethod="POST",
663
+ endpoint=g_param[OptionsDefine.Endpoint],
664
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
665
+ )
666
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
667
+ if g_param[OptionsDefine.Language]:
668
+ profile.language = g_param[OptionsDefine.Language]
669
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
670
+ client = mod.RedisClient(cred, g_param[OptionsDefine.Region], profile)
671
+ client._sdkVersion += ("_CLI_" + __version__)
672
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
673
+ model = models.ModifyInstanceBackupModeRequest()
674
+ model.from_json_string(json.dumps(args))
675
+ start_time = time.time()
676
+ while True:
677
+ rsp = client.ModifyInstanceBackupMode(model)
678
+ result = rsp.to_json_string()
679
+ try:
680
+ json_obj = json.loads(result)
681
+ except TypeError as e:
682
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
683
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
684
+ break
685
+ cur_time = time.time()
686
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
687
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
688
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
689
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
690
+ else:
691
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
692
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
693
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
694
+
695
+
644
696
  def doModifyBackupDownloadRestriction(args, parsed_globals):
645
697
  g_param = parse_global_arg(parsed_globals)
646
698
 
@@ -3969,6 +4021,58 @@ def doDescribeRedisClusters(args, parsed_globals):
3969
4021
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
3970
4022
 
3971
4023
 
4024
+ def doDescribeSecondLevelBackupInfo(args, parsed_globals):
4025
+ g_param = parse_global_arg(parsed_globals)
4026
+
4027
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
4028
+ cred = credential.CVMRoleCredential()
4029
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
4030
+ cred = credential.STSAssumeRoleCredential(
4031
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
4032
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
4033
+ )
4034
+ 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):
4035
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
4036
+ else:
4037
+ cred = credential.Credential(
4038
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
4039
+ )
4040
+ http_profile = HttpProfile(
4041
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
4042
+ reqMethod="POST",
4043
+ endpoint=g_param[OptionsDefine.Endpoint],
4044
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
4045
+ )
4046
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
4047
+ if g_param[OptionsDefine.Language]:
4048
+ profile.language = g_param[OptionsDefine.Language]
4049
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
4050
+ client = mod.RedisClient(cred, g_param[OptionsDefine.Region], profile)
4051
+ client._sdkVersion += ("_CLI_" + __version__)
4052
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
4053
+ model = models.DescribeSecondLevelBackupInfoRequest()
4054
+ model.from_json_string(json.dumps(args))
4055
+ start_time = time.time()
4056
+ while True:
4057
+ rsp = client.DescribeSecondLevelBackupInfo(model)
4058
+ result = rsp.to_json_string()
4059
+ try:
4060
+ json_obj = json.loads(result)
4061
+ except TypeError as e:
4062
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
4063
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
4064
+ break
4065
+ cur_time = time.time()
4066
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
4067
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
4068
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
4069
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
4070
+ else:
4071
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
4072
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
4073
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
4074
+
4075
+
3972
4076
  def doKillMasterGroup(args, parsed_globals):
3973
4077
  g_param = parse_global_arg(parsed_globals)
3974
4078
 
@@ -5604,6 +5708,7 @@ ACTION_MAP = {
5604
5708
  "UpgradeInstanceVersion": doUpgradeInstanceVersion,
5605
5709
  "DescribeProductInfo": doDescribeProductInfo,
5606
5710
  "DescribeTaskInfo": doDescribeTaskInfo,
5711
+ "ModifyInstanceBackupMode": doModifyInstanceBackupMode,
5607
5712
  "ModifyBackupDownloadRestriction": doModifyBackupDownloadRestriction,
5608
5713
  "DescribeParamTemplates": doDescribeParamTemplates,
5609
5714
  "DescribeInstanceSecurityGroup": doDescribeInstanceSecurityGroup,
@@ -5668,6 +5773,7 @@ ACTION_MAP = {
5668
5773
  "DescribeInstanceMonitorBigKey": doDescribeInstanceMonitorBigKey,
5669
5774
  "DescribeReplicationGroupInstance": doDescribeReplicationGroupInstance,
5670
5775
  "DescribeRedisClusters": doDescribeRedisClusters,
5776
+ "DescribeSecondLevelBackupInfo": doDescribeSecondLevelBackupInfo,
5671
5777
  "KillMasterGroup": doKillMasterGroup,
5672
5778
  "DescribeCommonDBInstances": doDescribeCommonDBInstances,
5673
5779
  "DescribeSlowLog": doDescribeSlowLog,
@@ -427,6 +427,13 @@
427
427
  "output": "DescribeSSLStatusResponse",
428
428
  "status": "online"
429
429
  },
430
+ "DescribeSecondLevelBackupInfo": {
431
+ "document": "查询实例秒级备份信息",
432
+ "input": "DescribeSecondLevelBackupInfoRequest",
433
+ "name": "查询实例秒级备份信息",
434
+ "output": "DescribeSecondLevelBackupInfoResponse",
435
+ "status": "online"
436
+ },
430
437
  "DescribeSlowLog": {
431
438
  "document": "本接口(DescribeSlowLog)查询实例慢查询记录。",
432
439
  "input": "DescribeSlowLogRequest",
@@ -581,6 +588,13 @@
581
588
  "output": "ModifyInstanceAvailabilityZonesResponse",
582
589
  "status": "online"
583
590
  },
591
+ "ModifyInstanceBackupMode": {
592
+ "document": "修改实例的备份模式",
593
+ "input": "ModifyInstanceBackupModeRequest",
594
+ "name": "修改实例备份模式",
595
+ "output": "ModifyInstanceBackupModeResponse",
596
+ "status": "online"
597
+ },
584
598
  "ModifyInstanceEvent": {
585
599
  "document": "本接口(ModifyInstanceEvent)用于修改实例的运维事件的执行计划。",
586
600
  "input": "ModifyInstanceEventRequest",
@@ -773,7 +787,7 @@
773
787
  {
774
788
  "disabled": false,
775
789
  "document": "账号名称。\n注意:此字段可能返回 null,表示取不到有效值。",
776
- "example": "test",
790
+ "example": "example_account_name",
777
791
  "member": "string",
778
792
  "name": "AccountName",
779
793
  "output_required": true,
@@ -1235,7 +1249,7 @@
1235
1249
  "example": "125639021",
1236
1250
  "member": "int64",
1237
1251
  "name": "AppId",
1238
- "required": true,
1252
+ "output_required": true,
1239
1253
  "type": "int",
1240
1254
  "value_allowed_null": false
1241
1255
  },
@@ -1245,7 +1259,7 @@
1245
1259
  "example": "1",
1246
1260
  "member": "int64",
1247
1261
  "name": "RegionId",
1248
- "required": true,
1262
+ "output_required": true,
1249
1263
  "type": "int",
1250
1264
  "value_allowed_null": false
1251
1265
  },
@@ -1255,7 +1269,7 @@
1255
1269
  "example": "100002",
1256
1270
  "member": "int64",
1257
1271
  "name": "ZoneId",
1258
- "required": true,
1272
+ "output_required": true,
1259
1273
  "type": "int",
1260
1274
  "value_allowed_null": false
1261
1275
  },
@@ -1265,7 +1279,7 @@
1265
1279
  "example": "crs-cdc-p8ktf94h",
1266
1280
  "member": "string",
1267
1281
  "name": "RedisClusterId",
1268
- "required": true,
1282
+ "output_required": true,
1269
1283
  "type": "string",
1270
1284
  "value_allowed_null": false
1271
1285
  },
@@ -1275,7 +1289,7 @@
1275
1289
  "example": "1",
1276
1290
  "member": "int64",
1277
1291
  "name": "PayMode",
1278
- "required": true,
1292
+ "output_required": true,
1279
1293
  "type": "int",
1280
1294
  "value_allowed_null": false
1281
1295
  },
@@ -1285,7 +1299,7 @@
1285
1299
  "example": "0",
1286
1300
  "member": "int64",
1287
1301
  "name": "ProjectId",
1288
- "required": true,
1302
+ "output_required": true,
1289
1303
  "type": "int",
1290
1304
  "value_allowed_null": false
1291
1305
  },
@@ -1295,7 +1309,7 @@
1295
1309
  "example": "1",
1296
1310
  "member": "int64",
1297
1311
  "name": "AutoRenewFlag",
1298
- "required": true,
1312
+ "output_required": true,
1299
1313
  "type": "int",
1300
1314
  "value_allowed_null": false
1301
1315
  },
@@ -1305,7 +1319,7 @@
1305
1319
  "example": "测试实例1",
1306
1320
  "member": "string",
1307
1321
  "name": "ClusterName",
1308
- "required": true,
1322
+ "output_required": true,
1309
1323
  "type": "string",
1310
1324
  "value_allowed_null": false
1311
1325
  },
@@ -1315,7 +1329,7 @@
1315
1329
  "example": "2022-05-06 20:01:23",
1316
1330
  "member": "string",
1317
1331
  "name": "StartTime",
1318
- "required": true,
1332
+ "output_required": true,
1319
1333
  "type": "string",
1320
1334
  "value_allowed_null": false
1321
1335
  },
@@ -1325,7 +1339,7 @@
1325
1339
  "example": "2022-06-06 20:01:23",
1326
1340
  "member": "string",
1327
1341
  "name": "EndTime",
1328
- "required": true,
1342
+ "output_required": true,
1329
1343
  "type": "string",
1330
1344
  "value_allowed_null": false
1331
1345
  },
@@ -1335,7 +1349,7 @@
1335
1349
  "example": "2",
1336
1350
  "member": "int64",
1337
1351
  "name": "Status",
1338
- "required": true,
1352
+ "output_required": true,
1339
1353
  "type": "int",
1340
1354
  "value_allowed_null": false
1341
1355
  },
@@ -1345,7 +1359,7 @@
1345
1359
  "example": "无",
1346
1360
  "member": "ResourceBundle",
1347
1361
  "name": "BaseBundles",
1348
- "required": true,
1362
+ "output_required": true,
1349
1363
  "type": "list",
1350
1364
  "value_allowed_null": false
1351
1365
  },
@@ -1355,7 +1369,7 @@
1355
1369
  "example": "无",
1356
1370
  "member": "ResourceBundle",
1357
1371
  "name": "ResourceBundles",
1358
- "required": true,
1372
+ "output_required": true,
1359
1373
  "type": "list",
1360
1374
  "value_allowed_null": false
1361
1375
  },
@@ -1365,7 +1379,7 @@
1365
1379
  "example": "cluster-0astoh6a",
1366
1380
  "member": "string",
1367
1381
  "name": "DedicatedClusterId",
1368
- "required": true,
1382
+ "output_required": true,
1369
1383
  "type": "string",
1370
1384
  "value_allowed_null": false
1371
1385
  }
@@ -5763,6 +5777,82 @@
5763
5777
  ],
5764
5778
  "type": "object"
5765
5779
  },
5780
+ "DescribeSecondLevelBackupInfoRequest": {
5781
+ "document": "DescribeSecondLevelBackupInfo请求参数结构体",
5782
+ "members": [
5783
+ {
5784
+ "disabled": false,
5785
+ "document": "指定实例 ID。例如:crs-xjhsdj****。请登录Redis控制台在实例列表复制实例 ID。",
5786
+ "example": "crs-asdasdas",
5787
+ "member": "string",
5788
+ "name": "InstanceId",
5789
+ "required": false,
5790
+ "type": "string"
5791
+ },
5792
+ {
5793
+ "disabled": false,
5794
+ "document": "秒级备份时间戳,7天内",
5795
+ "example": "1716449238",
5796
+ "member": "int64",
5797
+ "name": "BackupTimestamp",
5798
+ "required": false,
5799
+ "type": "int"
5800
+ }
5801
+ ],
5802
+ "type": "object"
5803
+ },
5804
+ "DescribeSecondLevelBackupInfoResponse": {
5805
+ "document": "DescribeSecondLevelBackupInfo返回参数结构体",
5806
+ "members": [
5807
+ {
5808
+ "disabled": false,
5809
+ "document": "备份记录ID ",
5810
+ "example": "12",
5811
+ "member": "string",
5812
+ "name": "BackupId",
5813
+ "output_required": true,
5814
+ "type": "string",
5815
+ "value_allowed_null": false
5816
+ },
5817
+ {
5818
+ "disabled": false,
5819
+ "document": "备份时间戳",
5820
+ "example": "1716449238",
5821
+ "member": "int64",
5822
+ "name": "BackupTimestamp",
5823
+ "output_required": false,
5824
+ "type": "int",
5825
+ "value_allowed_null": false
5826
+ },
5827
+ {
5828
+ "disabled": false,
5829
+ "document": "备份不存在的时间戳范围\n注意:此字段可能返回 null,表示取不到有效值。",
5830
+ "example": "无",
5831
+ "member": "SecondLevelBackupMissingTimestamps",
5832
+ "name": "MissingTimestamps",
5833
+ "output_required": false,
5834
+ "type": "list",
5835
+ "value_allowed_null": true
5836
+ },
5837
+ {
5838
+ "disabled": false,
5839
+ "document": "实例开启秒级备份的时间戳",
5840
+ "example": "1716449238",
5841
+ "member": "int64",
5842
+ "name": "StartTimestamp",
5843
+ "output_required": false,
5844
+ "type": "int",
5845
+ "value_allowed_null": false
5846
+ },
5847
+ {
5848
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5849
+ "member": "string",
5850
+ "name": "RequestId",
5851
+ "type": "string"
5852
+ }
5853
+ ],
5854
+ "type": "object"
5855
+ },
5766
5856
  "DescribeSlowLogRequest": {
5767
5857
  "document": "DescribeSlowLog请求参数结构体",
5768
5858
  "members": [
@@ -6477,7 +6567,7 @@
6477
6567
  {
6478
6568
  "disabled": false,
6479
6569
  "document": "备注信息。\n注意:此字段可能返回 null,表示取不到有效值。",
6480
- "example": "test",
6570
+ "example": "备注信息",
6481
6571
  "member": "string",
6482
6572
  "name": "Remark",
6483
6573
  "output_required": true,
@@ -9176,6 +9266,52 @@
9176
9266
  ],
9177
9267
  "type": "object"
9178
9268
  },
9269
+ "ModifyInstanceBackupModeRequest": {
9270
+ "document": "ModifyInstanceBackupMode请求参数结构体",
9271
+ "members": [
9272
+ {
9273
+ "disabled": false,
9274
+ "document": "实例的ID,长度在12-36之间。",
9275
+ "example": "crs-asdasda2",
9276
+ "member": "string",
9277
+ "name": "InstanceId",
9278
+ "required": true,
9279
+ "type": "string"
9280
+ },
9281
+ {
9282
+ "disabled": false,
9283
+ "document": "备份模式:\n- SecondLevelBackup 秒级备份\n- NormalLevelBackup 普通备份",
9284
+ "example": "SecondLevelBackup",
9285
+ "member": "string",
9286
+ "name": "BackupMode",
9287
+ "required": false,
9288
+ "type": "string"
9289
+ }
9290
+ ],
9291
+ "type": "object"
9292
+ },
9293
+ "ModifyInstanceBackupModeResponse": {
9294
+ "document": "ModifyInstanceBackupMode返回参数结构体",
9295
+ "members": [
9296
+ {
9297
+ "disabled": false,
9298
+ "document": "任务ID",
9299
+ "example": "95027",
9300
+ "member": "int64",
9301
+ "name": "TaskId",
9302
+ "output_required": true,
9303
+ "type": "int",
9304
+ "value_allowed_null": false
9305
+ },
9306
+ {
9307
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
9308
+ "member": "string",
9309
+ "name": "RequestId",
9310
+ "type": "string"
9311
+ }
9312
+ ],
9313
+ "type": "object"
9314
+ },
9179
9315
  "ModifyInstanceEventRequest": {
9180
9316
  "document": "ModifyInstanceEvent请求参数结构体",
9181
9317
  "members": [
@@ -11360,6 +11496,32 @@
11360
11496
  ],
11361
11497
  "type": "object"
11362
11498
  },
11499
+ "SecondLevelBackupMissingTimestamps": {
11500
+ "document": "秒级备份不存在的时间戳范围",
11501
+ "members": [
11502
+ {
11503
+ "disabled": false,
11504
+ "document": "开始时间戳\n注意:此字段可能返回 null,表示取不到有效值。",
11505
+ "example": "1716449238",
11506
+ "member": "int64",
11507
+ "name": "StartTimeStamp",
11508
+ "output_required": false,
11509
+ "type": "int",
11510
+ "value_allowed_null": true
11511
+ },
11512
+ {
11513
+ "disabled": false,
11514
+ "document": "结束时间戳\n注意:此字段可能返回 null,表示取不到有效值。",
11515
+ "example": "1716449238",
11516
+ "member": "int64",
11517
+ "name": "EndTimeStamp",
11518
+ "output_required": false,
11519
+ "type": "int",
11520
+ "value_allowed_null": true
11521
+ }
11522
+ ],
11523
+ "usage": "out"
11524
+ },
11363
11525
  "SecurityGroup": {
11364
11526
  "document": "安全组规则",
11365
11527
  "members": [