tccli-intl-en 3.1.13.1__py2.py3-none-any.whl → 3.1.39.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.
Files changed (75) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/advisor/advisor_client.py +56 -0
  4. tccli/services/advisor/v20200721/api.json +34 -0
  5. tccli/services/advisor/v20200721/examples.json +8 -0
  6. tccli/services/autoscaling/v20180419/api.json +41 -13
  7. tccli/services/billing/billing_client.py +172 -4
  8. tccli/services/billing/v20180709/api.json +332 -1
  9. tccli/services/billing/v20180709/examples.json +24 -0
  10. tccli/services/ccc/v20200210/api.json +71 -26
  11. tccli/services/cdb/cdb_client.py +1128 -288
  12. tccli/services/cdb/v20170320/api.json +2166 -335
  13. tccli/services/cdb/v20170320/examples.json +126 -6
  14. tccli/services/cdn/v20180606/api.json +22 -22
  15. tccli/services/cdn/v20180606/examples.json +1 -1
  16. tccli/services/ckafka/ckafka_client.py +120 -8
  17. tccli/services/ckafka/v20190819/api.json +525 -180
  18. tccli/services/ckafka/v20190819/examples.json +30 -20
  19. tccli/services/clb/v20180317/api.json +87 -87
  20. tccli/services/csip/csip_client.py +392 -0
  21. tccli/services/csip/v20221121/api.json +2050 -284
  22. tccli/services/csip/v20221121/examples.json +56 -0
  23. tccli/services/cvm/v20170312/api.json +20 -20
  24. tccli/services/cvm/v20170312/examples.json +8 -8
  25. tccli/services/emr/v20190103/api.json +6 -6
  26. tccli/services/faceid/v20180301/api.json +102 -52
  27. tccli/services/faceid/v20180301/examples.json +3 -9
  28. tccli/services/hunyuan/hunyuan_client.py +448 -0
  29. tccli/services/hunyuan/v20230901/api.json +879 -18
  30. tccli/services/hunyuan/v20230901/examples.json +64 -0
  31. tccli/services/lighthouse/lighthouse_client.py +360 -24
  32. tccli/services/lighthouse/v20200324/api.json +488 -0
  33. tccli/services/lighthouse/v20200324/examples.json +54 -0
  34. tccli/services/lkeap/v20240522/api.json +36 -0
  35. tccli/services/lkeap/v20240522/examples.json +1 -1
  36. tccli/services/mdl/v20200326/api.json +309 -38
  37. tccli/services/mdp/v20200527/api.json +191 -28
  38. tccli/services/mongodb/v20190725/api.json +39 -39
  39. tccli/services/monitor/v20180724/api.json +5 -5
  40. tccli/services/mps/mps_client.py +341 -61
  41. tccli/services/mps/v20190612/api.json +890 -31
  42. tccli/services/mps/v20190612/examples.json +40 -0
  43. tccli/services/mqtt/__init__.py +4 -0
  44. tccli/services/mqtt/mqtt_client.py +1610 -0
  45. tccli/services/mqtt/v20240516/api.json +3057 -0
  46. tccli/services/mqtt/v20240516/examples.json +213 -0
  47. tccli/services/ocr/v20181119/api.json +23 -3
  48. tccli/services/ocr/v20181119/examples.json +6 -6
  49. tccli/services/redis/v20180412/api.json +12 -12
  50. tccli/services/ses/ses_client.py +348 -12
  51. tccli/services/ses/v20201002/api.json +1197 -256
  52. tccli/services/ses/v20201002/examples.json +78 -24
  53. tccli/services/tcsas/tcsas_client.py +2281 -209
  54. tccli/services/tcsas/v20250106/api.json +8410 -3423
  55. tccli/services/tcsas/v20250106/examples.json +308 -12
  56. tccli/services/tdmq/v20200217/api.json +4 -4
  57. tccli/services/teo/v20220901/api.json +10 -10
  58. tccli/services/tke/tke_client.py +168 -0
  59. tccli/services/tke/v20180525/api.json +227 -0
  60. tccli/services/tke/v20180525/examples.json +24 -0
  61. tccli/services/trocket/v20230308/api.json +96 -96
  62. tccli/services/trtc/v20190722/api.json +212 -144
  63. tccli/services/trtc/v20190722/examples.json +7 -7
  64. tccli/services/vod/v20180717/api.json +2929 -296
  65. tccli/services/vod/v20180717/examples.json +40 -6
  66. tccli/services/vod/vod_client.py +280 -0
  67. tccli/services/vpc/v20170312/api.json +80 -13
  68. tccli/services/vpc/v20170312/examples.json +17 -9
  69. tccli/services/vpc/vpc_client.py +64 -8
  70. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
  71. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +75 -71
  72. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
  73. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
  74. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
  75. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
@@ -16,6 +16,20 @@
16
16
  "title": "Successful Example"
17
17
  }
18
18
  ],
19
+ "CreateCustomBlacklist": [
20
+ {
21
+ "document": "",
22
+ "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCustomBlacklist\n<Common request parameters>\n\n{\n \"ExpireDate\": \"2024-06-19\",\n \"Emails\": [\n \"b@gmail.com\",\n \"a@gmail.com\"\n ]\n}",
23
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\"\n }\n}",
24
+ "title": "Adding an Email Address to the Blocklist"
25
+ },
26
+ {
27
+ "document": "Successful Example",
28
+ "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCustomBlacklist\n<Common request parameters>\n\n{\n \"Emails\": [\n \"resrse@sdasd.com\",\n \"resrse@sdasd.com\",\n \"asdasdasdasd\"\n ]\n}",
29
+ "output": "{\n \"Response\": {\n \"InvalidCount\": 1,\n \"RepeatCount\": 1,\n \"RequestId\": \"1e6f3195-f832-42a4-87ca-265a80435bc0\",\n \"TooLongCount\": 0,\n \"TotalCount\": 3,\n \"ValidCount\": 1\n }\n}",
30
+ "title": "Successful Example"
31
+ }
32
+ ],
19
33
  "CreateEmailAddress": [
20
34
  {
21
35
  "document": " ",
@@ -57,9 +71,17 @@
57
71
  "CreateReceiverDetail": [
58
72
  {
59
73
  "document": " ",
60
- "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateReceiverDetail\n<Common request parameters>\n\n{\n \"ReceiverId\": 123,\n \"Emails\": [\n \"123\",\n \"456@bc.com\"\n ]\n}",
74
+ "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateReceiverDetail\n<Common request parameters>\n\n{\n \"ReceiverId\": 1,\n \"Emails\": [\n \"example@gmail.com\",\n \"example@qq.com\"\n ]\n}",
75
+ "output": "{\n \"Response\": {\n \"EmptyEmailCount\": 0,\n \"RepeatCount\": 1,\n \"RequestId\": \"b7ba8907-7b5f-4750-be7e-573d3f75bf8c\",\n \"TooLongCount\": 0,\n \"TotalCount\": 2,\n \"ValidCount\": 1\n }\n}",
76
+ "title": "Creating a Recipient"
77
+ }
78
+ ],
79
+ "CreateReceiverDetailWithData": [
80
+ {
81
+ "document": "Add recipient address with template parameter",
82
+ "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateReceiverDetailWithData\n<Common request parameters>\n\n{\n \"ReceiverId\": 123,\n \"Datas\": [\n {\n \"Email\": \"example@gmail.com\",\n \"TemplateData\": \"{\\\"name\\\":\\\"john\\\",\\\"age\\\":\\\"12\\\"}\"\n }\n ]\n}",
61
83
  "output": "{\n \"Response\": {\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\"\n }\n}",
62
- "title": "Creating a recipient"
84
+ "title": "Add Recipient Address with Template Parameter"
63
85
  }
64
86
  ],
65
87
  "DeleteAddressUnsubscribeConfig": [
@@ -78,6 +100,14 @@
78
100
  "title": "Unblocklisting a recipient"
79
101
  }
80
102
  ],
103
+ "DeleteCustomBlackList": [
104
+ {
105
+ "document": "",
106
+ "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCustomBlackList\n<Common request parameters>\n\n{\n \"Emails\": [\n \"b@gmail.com\",\n \"a@gmail.com\"\n ]\n}",
107
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\"\n }\n}",
108
+ "title": "Deleting a Custom Blocklist Email Address"
109
+ }
110
+ ],
81
111
  "DeleteEmailAddress": [
82
112
  {
83
113
  "document": " ",
@@ -131,13 +161,13 @@
131
161
  "document": " ",
132
162
  "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetSendEmailStatus\n<Common request parameters>\n\n{\n \"Limit\": 10,\n \"Offset\": 0,\n \"RequestDate\": \"2020-09-22\",\n \"MessageId\": \"qcloudses-30-4123414323-date-20210101094334-syNARhMTbKI1\"\n}",
133
163
  "output": "{\n \"Response\": {\n \"EmailStatusList\": [\n {\n \"UserOpened\": true,\n \"UserUnsubscribed\": true,\n \"RequestTime\": 1609831698,\n \"UserComplainted\": true,\n \"ToEmailAddress\": \"example@cloud.com\",\n \"FromEmailAddress\": \"noreply@tencent.com\",\n \"UserClicked\": true,\n \"DeliverTime\": 1609831698,\n \"DeliverMessage\": \"\",\n \"MessageId\": \"qcloudses-30-4123414323-date-20210101094334-syNARhMTbKI1\",\n \"SendStatus\": 0,\n \"DeliverStatus\": 0\n }\n ],\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\"\n }\n}",
134
- "title": "Querying the sending result by `MessageId`"
164
+ "title": "Query Sending Result Based on MessageId"
135
165
  },
136
166
  {
137
167
  "document": " ",
138
168
  "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetSendEmailStatus\n<Common request parameters>\n\n{\n \"Limit\": 10,\n \"Offset\": 0,\n \"RequestDate\": \"2020-09-22\",\n \"ToEmailAddress\": \"example@cloud.com\"\n}",
139
169
  "output": "{\n \"Response\": {\n \"EmailStatusList\": [\n {\n \"UserOpened\": true,\n \"UserUnsubscribed\": true,\n \"RequestTime\": 1609831698,\n \"UserComplainted\": true,\n \"ToEmailAddress\": \"example@cloud.com\",\n \"FromEmailAddress\": \"noreply@tencent.com\",\n \"UserClicked\": true,\n \"DeliverTime\": 1609831698,\n \"DeliverMessage\": \"\",\n \"MessageId\": \"qcloudses-30-4123414323-date-20210101094334-syNARhMTbKI1\",\n \"SendStatus\": 0,\n \"DeliverStatus\": 0\n }\n ],\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\"\n }\n}",
140
- "title": "Querying the sending result by recipient"
170
+ "title": "Querying Sending Result Based on Recipient"
141
171
  }
142
172
  ],
143
173
  "GetStatisticsReport": [
@@ -160,16 +190,24 @@
160
190
  {
161
191
  "document": " ",
162
192
  "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListBlackEmailAddress\n<Common request parameters>\n\n{\n \"StartDate\": \"2020-09-22\",\n \"EndDate\": \"2020-09-22\",\n \"Limit\": 10,\n \"Offset\": 0\n}",
163
- "output": "{\n \"Response\": {\n \"BlackList\": [\n {\n \"BounceTime\": \"2020-09-22 00:00:00\",\n \"EmailAddress\": \"432843@qq.com\"\n },\n {\n \"BounceTime\": \"2020-10-22 12:10:00\",\n \"EmailAddress\": \"43fdaf2843@gmail.com\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\"\n }\n}",
164
- "title": "Getting blocklisted email addresses"
193
+ "output": "{\n \"Response\": {\n \"BlackList\": [\n {\n \"BounceTime\": \"2023-09-06 11:21:35\",\n \"EmailAddress\": \"xxx@gmail.com\",\n \"IspDesc\": \"550 5.1.1 The email account that you tried to reach does not exist. Please try\\n5.1.1 double-checking the recipient's email addre\"\n }\n ],\n \"RequestId\": \"e54b9d01-2bcb-43f6-83dd-55a91a3cd2bb\",\n \"TotalCount\": 2\n }\n}",
194
+ "title": "Search Blocklist Email Address"
195
+ }
196
+ ],
197
+ "ListCustomBlacklist": [
198
+ {
199
+ "document": "",
200
+ "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListCustomBlacklist\n<Common request parameters>\n\n{\n \"Offset\": 1,\n \"Limit\": 1,\n \"Status\": 1,\n \"Email\": \"abc@mail.com\"\n}",
201
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"CreateTime\": \"2024-06-26 10:04:43\",\n \"Email\": \"abc@foxmail.com\",\n \"ExpireDate\": \"2024-06-27\",\n \"Id\": 304323,\n \"Status\": 1\n },\n {\n \"CreateTime\": \"2024-06-25 14:27:38\",\n \"Email\": \"abc@abc.com\",\n \"ExpireDate\": \"2024-06-26\",\n \"Id\": 304320,\n \"Status\": 0\n }\n ],\n \"RequestId\": \"3df4264a-a5c9-4a4d-abfe-770c730ca683\",\n \"TotalCount\": 293023\n }\n}",
202
+ "title": "Retrieving the Custom Blocklist"
165
203
  }
166
204
  ],
167
205
  "ListEmailAddress": [
168
206
  {
169
207
  "document": " ",
170
208
  "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListEmailAddress\n<Common request parameters>\n\n{}",
171
- "output": "{\n \"Response\": {\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\",\n \"EmailSenders\": [\n {\n \"EmailAddress\": \"service@mail.qcloud.com\",\n \"EmailSenderName\": \"Tencent Cloud email notification\",\n \"CreatedTimestamp\": 1602143617\n },\n {\n \"EmailAddress\": \"verify@mail.qcloud.com\",\n \"EmailSenderName\": \"Tencent Cloud verification code\",\n \"CreatedTimestamp\": 1602143617\n }\n ]\n }\n}",
172
- "title": "Getting the list of sender addresses"
209
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\",\n \"EmailSenders\": [\n {\n \"EmailAddress\": \"service@mail.qcloud.com\",\n\"EmailSenderName\": \"Tencent Cloud email notification\",\n \"CreatedTimestamp\": 1602143617,\n \"SmtpPwdType\": 0\n },\n {\n \"EmailAddress\": \"verify@mail.qcloud.com\",\n\"EmailSenderName\": \"Tencent Cloud verification code\"\n \"CreatedTimestamp\": 1602143617,\n \"SmtpPwdType\": 1\n }\n ]\n }\n}",
210
+ "title": "Retrieve the List of Sender Addresses"
173
211
  }
174
212
  ],
175
213
  "ListEmailIdentities": [
@@ -188,40 +226,48 @@
188
226
  "title": "Getting the list of templates"
189
227
  }
190
228
  ],
229
+ "ListReceiverDetails": [
230
+ {
231
+ "document": " ",
232
+ "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListReceiverDetails\n<Common request parameters>\n\n{\n \"ReceiverId\": 123,\n \"Email\": \"abc@ec.cm\",\n \"Offset\": 1,\n \"Limit\": 10\n}",
233
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Data\": [\n {\n \"Email\": \"abc@cd.com\",\n \"CreateTime\": \"2021-09-28 16:40:35\",\n \"TemplateData\": \"{\\\"name\\\":\\\"1\\\"}\"\n }\n ],\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\"\n }\n}",
234
+ "title": "Query a Certain Recipient List Detail"
235
+ }
236
+ ],
191
237
  "ListReceivers": [
192
238
  {
193
239
  "document": " ",
194
- "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListReceivers\n<Common request parameters>\n\n{\n \"Status\": 1,\n \"Offset\": 1,\n \"Limit\": 1,\n \"KeyWord\": \"xx\"\n}",
195
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Data\": [\n {\n \"Count\": 1,\n \"ReceiversStatus\": 1,\n \"ReceiverId\": 123,\n \"ReceiversName\": \"name\",\n \"CreateTime\": \"2021-09-28 16:40:35\",\n \"Desc\": \"Description\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
196
- "title": "Querying recipient groups"
240
+ "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListReceivers\n<Common request parameters>\n\n{\n \"Status\": 1,\n \"Offset\": 1,\n \"Limit\": 1,\n \"KeyWord\": \"keyword\"\n}",
241
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Data\": [\n {\n \"Count\": 1,\n \"ReceiversStatus\": 1,\n \"ReceiverId\": 123,\n \"ReceiversName\": \"name\",\n \"CreateTime\": \"2021-09-28 16:40:35\",\n \"Desc\": \"some description\"\n }\n ],\n \"RequestId\": \"38049379278d43208c59916a4806b0c4\"\n }\n}",
242
+ "title": "Querying the Recipient List"
197
243
  }
198
244
  ],
199
245
  "ListSendTasks": [
200
246
  {
201
247
  "document": " ",
202
248
  "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListSendTasks\n<Common request parameters>\n\n{\n \"Status\": 1,\n \"Offset\": 1,\n \"Limit\": 1,\n \"ReceiverId\": 123,\n \"TaskType\": 1\n}",
203
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Data\": [\n {\n \"CacheCount\": 1,\n \"UpdateTime\": \"2021-09-09 10:10:10\",\n \"SendCount\": 1,\n \"TimedParam\": {\n \"BeginTime\": \"2021-09-09 10:10:10\"\n },\n \"FromEmailAddress\": \"abc@cd.com\",\n \"TaskStatus\": 1,\n \"ReceiverId\": 1,\n \"RequestCount\": 1,\n \"TaskId\": \"123\",\n \"TaskType\": 1,\n \"Template\": {\n \"TemplateData\": \"{\\\"name\\\":\\\"name\\\"}\",\n \"TemplateID\": 1\n },\n \"CycleParam\": {\n \"IntervalTime\": 1,\n \"BeginTime\": \"2021-09-09 10:10:10\",\n \"TermCycle\": 1\n },\n \"CreateTime\": \"2021-09-09 10:10:10\",\n \"Subject\": \"Email subject\",\n \"ErrMsg\": \"\",\n \"ReceiversName\": \"Name\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
204
- "title": "Querying tasks"
249
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Data\": [\n {\n \"CacheCount\": 1,\n \"UpdateTime\": \"2021-09-09 10:10:10\",\n \"SendCount\": 1,\n \"TimedParam\": {\n \"BeginTime\": \"2021-09-09 10:10:10\"\n },\n \"FromEmailAddress\": \"abc@cd.com\",\n \"TaskStatus\": 1,\n \"ReceiverId\": 1,\n \"RequestCount\": 1,\n \"TaskId\": 1,\n \"TaskType\": 1,\n \"Template\": {\n \"TemplateData\": \"{\\\"name\\\":\\\"name\\\"}\",\n \"TemplateID\": 1\n },\n \"CycleParam\": {\n \"IntervalTime\": 1,\n \"BeginTime\": \"2021-09-09 10:10:10\",\n \"TermCycle\": 1\n },\n \"CreateTime\": \"2021-09-09 10:10:10\",\n\"Subject\": \"Email Subject\"\n \"ErrMsg\": \"\",\n\"ReceiversName\": \"Name\"\n }\n ],\n \"RequestId\": \"38049379278d43208c59916a4806b0c4\"\n }\n}",
250
+ "title": "This API is used to query a task."
205
251
  }
206
252
  ],
207
253
  "SendEmail": [
208
254
  {
209
255
  "document": " ",
210
- "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendEmail\n<Common request parameters>\n\n{\n \"FromEmailAddress\": \"QCLOUDTEAM <noreply@mail.qcloud.com>\",\n \"ReplyToAddresses\": \"qcloud@tencent.com\",\n \"Destination\": [\n \"user@example.com\"\n ],\n \"Simple\": {\n \"Text\": \"aGVsbG8gd29ybGQ=\"\n },\n \"Subject\": \"YourTestSubject\"\n}",
256
+ "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendEmail\n<Common request parameters>\n\n{\n \"FromEmailAddress\": \"QCLOUDTEAM <noreply@mail.qcloud.com>\",\n \"ReplyToAddresses\": \"qcloud@tencent.com\",\n \"Destination\": [\n \"user@example.com\"\n ],\n \"Simple\": {\n \"Html\": \"PGh0bWw+PGRpdj5IZWxsb1dvcmxkPC9kaXY+PC9odG1sPg==\",\n \"Text\": \"aGVsbG8gd29ybGQ=\"\n },\n \"Subject\": \"YourTestSubject\"\n}",
211
257
  "output": "{\n \"Response\": {\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\",\n \"MessageId\": \"qcloud-ses-messageid\"\n }\n}",
212
- "title": "Sending a plain text email"
258
+ "title": "Sending a Rich Text Email"
213
259
  },
214
260
  {
215
261
  "document": " ",
216
- "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendEmail\n<Common request parameters>\n\n{\n \"FromEmailAddress\": \"QCLOUDTEAM <noreply@mail.qcloud.com>\",\n \"ReplyToAddresses\": \"qcloud@tencent.com\",\n \"Destination\": [\n \"user@example.com\"\n ],\n \"Simple\": {\n \"Html\": \"PGh0bWw+PGRpdj5IZWxsb1dvcmxkPC9kaXY+PC9odG1sPg==\",\n \"Text\": \"aGVsbG8gd29ybGQ=\"\n },\n \"Subject\": \"YourTestSubject\"\n}",
262
+ "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendEmail\n<Common request parameters>\n\n{\n \"FromEmailAddress\": \"QCLOUDTEAM <noreply@mail.qcloud.com>\",\n \"ReplyToAddresses\": \"qcloud@tencent.com\",\n \"Destination\": [\n \"user@example.com\"\n ],\n \"Template\": {\n \"TemplateID\": 100091,\n \"TemplateData\": \"{\\\"code\\\":\\\"1234\\\"}\"\n },\n \"Subject\": \"YourTestSubject\"\n}",
217
263
  "output": "{\n \"Response\": {\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\",\n \"MessageId\": \"qcloud-ses-messageid\"\n }\n}",
218
- "title": "Sending a rich text email"
264
+ "title": "Send Template Email"
219
265
  },
220
266
  {
221
267
  "document": " ",
222
- "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendEmail\n<Common request parameters>\n\n{\n \"FromEmailAddress\": \"QCLOUDTEAM <noreply@mail.qcloud.com>\",\n \"ReplyToAddresses\": \"qcloud@tencent.com\",\n \"Destination\": [\n \"user@example.com\"\n ],\n \"Template\": {\n \"TemplateID\": \"100091\",\n \"TemplateData\": \"{\\\"code\\\":\\\"1234\\\"}\"\n },\n \"Subject\": \"YourTestSubject\"\n}",
268
+ "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendEmail\n<Common request parameters>\n\n{\n \"FromEmailAddress\": \"QCLOUDTEAM <noreply@mail.qcloud.com>\",\n \"ReplyToAddresses\": \"qcloud@tencent.com\",\n \"Destination\": [\n \"user@example.com\"\n ],\n \"Simple\": {\n \"Text\": \"aGVsbG8gd29ybGQ=\"\n },\n \"Subject\": \"YourTestSubject\"\n}",
223
269
  "output": "{\n \"Response\": {\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\",\n \"MessageId\": \"qcloud-ses-messageid\"\n }\n}",
224
- "title": "Sending an email by using a template"
270
+ "title": "Send Plain Text Email"
225
271
  }
226
272
  ],
227
273
  "UpdateAddressUnsubscribeConfig": [
@@ -232,6 +278,14 @@
232
278
  "title": "Successful Example"
233
279
  }
234
280
  ],
281
+ "UpdateCustomBlackList": [
282
+ {
283
+ "document": "",
284
+ "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateCustomBlackList\n<Common request parameters>\n\n{\n \"Id\": 1,\n \"ExpireDate\": \"2024-06-19\",\n \"Email\": \"b@gmail.com\"\n}",
285
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\"\n }\n}",
286
+ "title": "Updating a Custom Blocklist"
287
+ }
288
+ ],
235
289
  "UpdateEmailIdentity": [
236
290
  {
237
291
  "document": " ",
@@ -242,18 +296,18 @@
242
296
  ],
243
297
  "UpdateEmailSmtpPassWord": [
244
298
  {
245
- "document": "This example shows you how to set or modify the SMTP password.",
246
- "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateEmailSmtpPassWord\n<Common request parameters>\n\n{\n \"Password\": \"123\",\n \"EmailAddress\": \"abc@ef.com\"\n}",
299
+ "document": "Set smtp password: includes adding new and changing password",
300
+ "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateEmailSmtpPassWord\n<Common request parameters>\n\n{\n \"Password\": \"yourPassword\",\n \"EmailAddress\": \"address@example.com\"\n}",
247
301
  "output": "{\n \"Response\": {\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\"\n }\n}",
248
- "title": "Setting the SMTP password"
302
+ "title": "Set smtp Password"
249
303
  }
250
304
  ],
251
305
  "UpdateEmailTemplate": [
252
306
  {
253
307
  "document": " ",
254
- "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateEmailTemplate\n<Common request parameters>\n\n{\n \"TemplateID\": 10091,\n \"TemplateName\": \"xx\",\n \"TemplateContent\": {\n \"Html\": \"PGh0bWw+dGhpcyBpcyBhIGV4YW1wbGUge3tjb2RlfX08L2h0bWw+\",\n \"Text\": \"dGhpcyBpcyBhIGV4YW1wbGU=\"\n }\n}",
308
+ "input": "POST / HTTP/1.1\nHost: ses.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateEmailTemplate\n<Common request parameters>\n\n{\n \"TemplateID\": 10091,\n \"TemplateName\": \"myTemplate\",\n \"TemplateContent\": {\n \"Html\": \"PGh0bWw+dGhpcyBpcyBhIGV4YW1wbGUge3tjb2RlfX08L2h0bWw+\",\n \"Text\": \"dGhpcyBpcyBhIGV4YW1wbGU=\"\n }\n}",
255
309
  "output": "{\n \"Response\": {\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\"\n }\n}",
256
- "title": "Updating template content"
310
+ "title": "Refresh Template Content"
257
311
  }
258
312
  ]
259
313
  },