tccli-intl-en 3.0.1282.1__py2.py3-none-any.whl → 3.1.33.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 (207) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +15 -0
  4. tccli/services/advisor/advisor_client.py +2 -2
  5. tccli/services/ai3d/__init__.py +4 -0
  6. tccli/services/ai3d/ai3d_client.py +266 -0
  7. tccli/services/ai3d/v20250513/api.json +264 -0
  8. tccli/services/ai3d/v20250513/examples.json +20 -0
  9. tccli/services/aiart/aiart_client.py +1 -1
  10. tccli/services/ams/ams_client.py +4 -4
  11. tccli/services/antiddos/antiddos_client.py +70 -70
  12. tccli/services/apigateway/apigateway_client.py +93 -93
  13. tccli/services/apm/apm_client.py +783 -55
  14. tccli/services/apm/v20210622/api.json +3936 -1145
  15. tccli/services/apm/v20210622/examples.json +133 -23
  16. tccli/services/asr/asr_client.py +2 -2
  17. tccli/services/autoscaling/autoscaling_client.py +58 -58
  18. tccli/services/autoscaling/v20180419/api.json +77 -27
  19. tccli/services/batch/batch_client.py +28 -28
  20. tccli/services/bi/bi_client.py +24 -24
  21. tccli/services/billing/billing_client.py +42 -42
  22. tccli/services/cam/cam_client.py +81 -81
  23. tccli/services/captcha/captcha_client.py +1 -1
  24. tccli/services/car/car_client.py +33 -33
  25. tccli/services/cbs/cbs_client.py +38 -38
  26. tccli/services/ccc/ccc_client.py +70 -70
  27. tccli/services/ccc/v20200210/api.json +71 -26
  28. tccli/services/cdb/cdb_client.py +1262 -422
  29. tccli/services/cdb/v20170320/api.json +2166 -335
  30. tccli/services/cdb/v20170320/examples.json +126 -6
  31. tccli/services/cdc/cdc_client.py +20 -20
  32. tccli/services/cdn/cdn_client.py +44 -44
  33. tccli/services/cdn/v20180606/api.json +22 -22
  34. tccli/services/cdn/v20180606/examples.json +1 -1
  35. tccli/services/cdwdoris/cdwdoris_client.py +77 -77
  36. tccli/services/cdwpg/cdwpg_client.py +24 -24
  37. tccli/services/cdz/cdz_client.py +1 -1
  38. tccli/services/cfg/cfg_client.py +16 -16
  39. tccli/services/cfs/cfs_client.py +39 -39
  40. tccli/services/cfw/cfw_client.py +66 -66
  41. tccli/services/chdfs/chdfs_client.py +29 -29
  42. tccli/services/ciam/ciam_client.py +16 -16
  43. tccli/services/ckafka/ckafka_client.py +468 -76
  44. tccli/services/ckafka/v20190819/api.json +1009 -246
  45. tccli/services/ckafka/v20190819/examples.json +73 -23
  46. tccli/services/clb/clb_client.py +720 -384
  47. tccli/services/clb/v20180317/api.json +2255 -1017
  48. tccli/services/clb/v20180317/examples.json +184 -124
  49. tccli/services/cloudaudit/cloudaudit_client.py +18 -18
  50. tccli/services/cls/cls_client.py +86 -86
  51. tccli/services/cmq/cmq_client.py +2 -2
  52. tccli/services/config/config_client.py +6 -6
  53. tccli/services/controlcenter/controlcenter_client.py +225 -1
  54. tccli/services/controlcenter/v20230110/api.json +528 -5
  55. tccli/services/controlcenter/v20230110/examples.json +32 -0
  56. tccli/services/csip/csip_client.py +34 -34
  57. tccli/services/ctsdb/ctsdb_client.py +2 -2
  58. tccli/services/cvm/cvm_client.py +84 -84
  59. tccli/services/cvm/v20170312/api.json +175 -116
  60. tccli/services/cvm/v20170312/examples.json +93 -93
  61. tccli/services/cwp/cwp_client.py +465 -465
  62. tccli/services/cynosdb/cynosdb_client.py +154 -154
  63. tccli/services/dataintegration/dataintegration_client.py +1 -1
  64. tccli/services/dayu/dayu_client.py +103 -103
  65. tccli/services/dbbrain/dbbrain_client.py +42 -42
  66. tccli/services/dc/dc_client.py +18 -18
  67. tccli/services/dcdb/dcdb_client.py +62 -62
  68. tccli/services/dlc/dlc_client.py +109 -109
  69. tccli/services/dms/dms_client.py +2 -2
  70. tccli/services/dnspod/dnspod_client.py +40 -40
  71. tccli/services/domain/domain_client.py +24 -24
  72. tccli/services/dts/dts_client.py +83 -83
  73. tccli/services/eb/eb_client.py +26 -26
  74. tccli/services/ecdn/ecdn_client.py +15 -15
  75. tccli/services/ecm/ecm_client.py +124 -124
  76. tccli/services/eiam/eiam_client.py +40 -40
  77. tccli/services/emr/emr_client.py +77 -77
  78. tccli/services/emr/v20190103/api.json +6 -6
  79. tccli/services/es/es_client.py +21 -21
  80. tccli/services/facefusion/facefusion_client.py +3 -3
  81. tccli/services/faceid/faceid_client.py +19 -19
  82. tccli/services/faceid/v20180301/api.json +124 -46
  83. tccli/services/gaap/gaap_client.py +88 -88
  84. tccli/services/gme/gme_client.py +10 -10
  85. tccli/services/gpm/gpm_client.py +18 -18
  86. tccli/services/gse/gse_client.py +22 -22
  87. tccli/services/gwlb/gwlb_client.py +18 -18
  88. tccli/services/hunyuan/__init__.py +4 -0
  89. tccli/services/hunyuan/hunyuan_client.py +546 -0
  90. tccli/services/hunyuan/v20230901/api.json +628 -0
  91. tccli/services/hunyuan/v20230901/examples.json +60 -0
  92. tccli/services/iai/iai_client.py +29 -29
  93. tccli/services/iap/iap_client.py +6 -6
  94. tccli/services/ims/ims_client.py +1 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +42 -42
  96. tccli/services/iotcloud/iotcloud_client.py +20 -20
  97. tccli/services/ip/ip_client.py +6 -6
  98. tccli/services/kms/kms_client.py +68 -68
  99. tccli/services/kms/v20190118/api.json +80 -3
  100. tccli/services/kms/v20190118/examples.json +3 -3
  101. tccli/services/lcic/lcic_client.py +53 -53
  102. tccli/services/lighthouse/lighthouse_client.py +434 -98
  103. tccli/services/lighthouse/v20200324/api.json +488 -0
  104. tccli/services/lighthouse/v20200324/examples.json +54 -0
  105. tccli/services/live/live_client.py +120 -120
  106. tccli/services/lke/lke_client.py +90 -90
  107. tccli/services/lkeap/lkeap_client.py +63 -7
  108. tccli/services/lkeap/v20240522/api.json +134 -0
  109. tccli/services/lkeap/v20240522/examples.json +21 -1
  110. tccli/services/mariadb/mariadb_client.py +50 -50
  111. tccli/services/mdc/mdc_client.py +18 -18
  112. tccli/services/mdl/mdl_client.py +225 -57
  113. tccli/services/mdl/v20200326/api.json +903 -59
  114. tccli/services/mdl/v20200326/examples.json +24 -0
  115. tccli/services/mdp/mdp_client.py +62 -62
  116. tccli/services/mdp/v20200527/api.json +191 -28
  117. tccli/services/message/message_client.py +1 -1
  118. tccli/services/mongodb/mongodb_client.py +1081 -129
  119. tccli/services/mongodb/v20190725/api.json +1798 -141
  120. tccli/services/mongodb/v20190725/examples.json +136 -0
  121. tccli/services/monitor/monitor_client.py +149 -149
  122. tccli/services/monitor/v20180724/api.json +8 -8
  123. tccli/services/mps/mps_client.py +1118 -278
  124. tccli/services/mps/v20190612/api.json +2117 -117
  125. tccli/services/mps/v20190612/examples.json +164 -62
  126. tccli/services/mqtt/__init__.py +4 -0
  127. tccli/services/mqtt/mqtt_client.py +1610 -0
  128. tccli/services/mqtt/v20240516/api.json +3057 -0
  129. tccli/services/mqtt/v20240516/examples.json +213 -0
  130. tccli/services/msp/msp_client.py +7 -7
  131. tccli/services/ocr/ocr_client.py +206 -38
  132. tccli/services/ocr/v20181119/api.json +726 -83
  133. tccli/services/ocr/v20181119/examples.json +36 -6
  134. tccli/services/omics/omics_client.py +20 -20
  135. tccli/services/organization/organization_client.py +116 -116
  136. tccli/services/postgres/postgres_client.py +91 -91
  137. tccli/services/privatedns/privatedns_client.py +31 -31
  138. tccli/services/pts/pts_client.py +48 -48
  139. tccli/services/quota/quota_client.py +5 -5
  140. tccli/services/rce/rce_client.py +1 -1
  141. tccli/services/redis/redis_client.py +109 -109
  142. tccli/services/redis/v20180412/api.json +12 -12
  143. tccli/services/region/region_client.py +3 -3
  144. tccli/services/rum/rum_client.py +60 -60
  145. tccli/services/scf/scf_client.py +42 -42
  146. tccli/services/ses/ses_client.py +29 -29
  147. tccli/services/smh/__init__.py +4 -0
  148. tccli/services/smh/smh_client.py +714 -0
  149. tccli/services/smh/v20210712/api.json +1287 -0
  150. tccli/services/smh/v20210712/examples.json +85 -0
  151. tccli/services/sms/sms_client.py +18 -18
  152. tccli/services/sqlserver/sqlserver_client.py +139 -139
  153. tccli/services/ssl/ssl_client.py +38 -38
  154. tccli/services/ssm/ssm_client.py +24 -24
  155. tccli/services/sts/sts_client.py +5 -5
  156. tccli/services/tag/tag_client.py +30 -30
  157. tccli/services/tat/tat_client.py +19 -19
  158. tccli/services/tbaas/tbaas_client.py +4 -4
  159. tccli/services/tcaplusdb/tcaplusdb_client.py +52 -52
  160. tccli/services/tchd/tchd_client.py +1 -1
  161. tccli/services/tcmpp/tcmpp_client.py +104 -104
  162. tccli/services/tcr/tcr_client.py +76 -76
  163. tccli/services/tcsas/tcsas_client.py +2340 -268
  164. tccli/services/tcsas/v20250106/api.json +8410 -3423
  165. tccli/services/tcsas/v20250106/examples.json +308 -12
  166. tccli/services/tcss/tcss_client.py +330 -330
  167. tccli/services/tdid/tdid_client.py +48 -48
  168. tccli/services/tdmq/tdmq_client.py +2500 -372
  169. tccli/services/tdmq/v20200217/api.json +11607 -3958
  170. tccli/services/tdmq/v20200217/examples.json +562 -264
  171. tccli/services/tem/tem_client.py +56 -56
  172. tccli/services/teo/teo_client.py +466 -298
  173. tccli/services/teo/v20220901/api.json +324 -16
  174. tccli/services/teo/v20220901/examples.json +64 -22
  175. tccli/services/tione/tione_client.py +1 -1
  176. tccli/services/tiw/tiw_client.py +51 -51
  177. tccli/services/tke/tke_client.py +306 -138
  178. tccli/services/tke/v20180525/api.json +227 -0
  179. tccli/services/tke/v20180525/examples.json +24 -0
  180. tccli/services/tms/tms_client.py +1 -1
  181. tccli/services/tmt/tmt_client.py +1 -1
  182. tccli/services/trabbit/trabbit_client.py +29 -29
  183. tccli/services/trocket/__init__.py +4 -0
  184. tccli/services/trocket/trocket_client.py +2450 -0
  185. tccli/services/trocket/v20230308/api.json +6062 -0
  186. tccli/services/trocket/v20230308/examples.json +339 -0
  187. tccli/services/trro/trro_client.py +19 -19
  188. tccli/services/trtc/trtc_client.py +51 -51
  189. tccli/services/trtc/v20190722/api.json +15 -15
  190. tccli/services/tts/tts_client.py +1 -1
  191. tccli/services/vclm/vclm_client.py +2 -2
  192. tccli/services/vm/vm_client.py +4 -4
  193. tccli/services/vod/v20180717/api.json +2929 -296
  194. tccli/services/vod/v20180717/examples.json +40 -6
  195. tccli/services/vod/vod_client.py +459 -179
  196. tccli/services/vpc/v20170312/api.json +99 -29
  197. tccli/services/vpc/v20170312/examples.json +21 -13
  198. tccli/services/vpc/vpc_client.py +357 -301
  199. tccli/services/waf/waf_client.py +107 -107
  200. tccli/services/wedata/wedata_client.py +310 -310
  201. tccli/services/yunjing/yunjing_client.py +71 -71
  202. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/METADATA +2 -2
  203. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/RECORD +207 -187
  204. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/WHEEL +1 -1
  205. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/LICENSE +0 -0
  206. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/entry_points.txt +0 -0
  207. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/top_level.txt +0 -0
@@ -44,7 +44,7 @@ def doDescribeSecurityAuditLogDownloadUrls(args, parsed_globals):
44
44
  endpoint=g_param[OptionsDefine.Endpoint],
45
45
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
46
46
  )
47
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
47
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
48
48
  if g_param[OptionsDefine.Language]:
49
49
  profile.language = g_param[OptionsDefine.Language]
50
50
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -99,7 +99,7 @@ def doDeleteDBDiagReportTasks(args, parsed_globals):
99
99
  endpoint=g_param[OptionsDefine.Endpoint],
100
100
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
101
101
  )
102
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
102
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
103
103
  if g_param[OptionsDefine.Language]:
104
104
  profile.language = g_param[OptionsDefine.Language]
105
105
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -154,7 +154,7 @@ def doDescribeMailProfile(args, parsed_globals):
154
154
  endpoint=g_param[OptionsDefine.Endpoint],
155
155
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
156
156
  )
157
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
157
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
158
158
  if g_param[OptionsDefine.Language]:
159
159
  profile.language = g_param[OptionsDefine.Language]
160
160
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -209,7 +209,7 @@ def doCreateSchedulerMailProfile(args, parsed_globals):
209
209
  endpoint=g_param[OptionsDefine.Endpoint],
210
210
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
211
211
  )
212
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
212
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
213
213
  if g_param[OptionsDefine.Language]:
214
214
  profile.language = g_param[OptionsDefine.Language]
215
215
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -264,7 +264,7 @@ def doDescribeTopSpaceSchemas(args, parsed_globals):
264
264
  endpoint=g_param[OptionsDefine.Endpoint],
265
265
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
266
266
  )
267
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
267
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
268
268
  if g_param[OptionsDefine.Language]:
269
269
  profile.language = g_param[OptionsDefine.Language]
270
270
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -319,7 +319,7 @@ def doDescribeMySqlProcessList(args, parsed_globals):
319
319
  endpoint=g_param[OptionsDefine.Endpoint],
320
320
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
321
321
  )
322
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
322
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
323
323
  if g_param[OptionsDefine.Language]:
324
324
  profile.language = g_param[OptionsDefine.Language]
325
325
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -374,7 +374,7 @@ def doCreateMailProfile(args, parsed_globals):
374
374
  endpoint=g_param[OptionsDefine.Endpoint],
375
375
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
376
376
  )
377
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
377
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
378
378
  if g_param[OptionsDefine.Language]:
379
379
  profile.language = g_param[OptionsDefine.Language]
380
380
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -429,7 +429,7 @@ def doDescribeDBDiagReportTasks(args, parsed_globals):
429
429
  endpoint=g_param[OptionsDefine.Endpoint],
430
430
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
431
431
  )
432
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
432
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
433
433
  if g_param[OptionsDefine.Language]:
434
434
  profile.language = g_param[OptionsDefine.Language]
435
435
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -484,7 +484,7 @@ def doOpenAuditService(args, parsed_globals):
484
484
  endpoint=g_param[OptionsDefine.Endpoint],
485
485
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
486
486
  )
487
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
487
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
488
488
  if g_param[OptionsDefine.Language]:
489
489
  profile.language = g_param[OptionsDefine.Language]
490
490
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -539,7 +539,7 @@ def doCreateRedisBigKeyAnalysisTask(args, parsed_globals):
539
539
  endpoint=g_param[OptionsDefine.Endpoint],
540
540
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
541
541
  )
542
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
542
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
543
543
  if g_param[OptionsDefine.Language]:
544
544
  profile.language = g_param[OptionsDefine.Language]
545
545
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -594,7 +594,7 @@ def doDescribeAllUserGroup(args, parsed_globals):
594
594
  endpoint=g_param[OptionsDefine.Endpoint],
595
595
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
596
596
  )
597
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
597
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
598
598
  if g_param[OptionsDefine.Language]:
599
599
  profile.language = g_param[OptionsDefine.Language]
600
600
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -649,7 +649,7 @@ def doDescribeDBDiagEvents(args, parsed_globals):
649
649
  endpoint=g_param[OptionsDefine.Endpoint],
650
650
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
651
651
  )
652
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
652
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
653
653
  if g_param[OptionsDefine.Language]:
654
654
  profile.language = g_param[OptionsDefine.Language]
655
655
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -704,7 +704,7 @@ def doDescribeAuditInstanceList(args, parsed_globals):
704
704
  endpoint=g_param[OptionsDefine.Endpoint],
705
705
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
706
706
  )
707
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
707
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
708
708
  if g_param[OptionsDefine.Language]:
709
709
  profile.language = g_param[OptionsDefine.Language]
710
710
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -759,7 +759,7 @@ def doDescribeSlowLogTimeSeriesStats(args, parsed_globals):
759
759
  endpoint=g_param[OptionsDefine.Endpoint],
760
760
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
761
761
  )
762
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
762
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
763
763
  if g_param[OptionsDefine.Language]:
764
764
  profile.language = g_param[OptionsDefine.Language]
765
765
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -814,7 +814,7 @@ def doDescribeSlowLogUserHostStats(args, parsed_globals):
814
814
  endpoint=g_param[OptionsDefine.Endpoint],
815
815
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
816
816
  )
817
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
817
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
818
818
  if g_param[OptionsDefine.Language]:
819
819
  profile.language = g_param[OptionsDefine.Language]
820
820
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -869,7 +869,7 @@ def doDescribeTopSpaceTables(args, parsed_globals):
869
869
  endpoint=g_param[OptionsDefine.Endpoint],
870
870
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
871
871
  )
872
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
872
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
873
873
  if g_param[OptionsDefine.Language]:
874
874
  profile.language = g_param[OptionsDefine.Language]
875
875
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -924,7 +924,7 @@ def doDescribeDBSpaceStatus(args, parsed_globals):
924
924
  endpoint=g_param[OptionsDefine.Endpoint],
925
925
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
926
926
  )
927
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
927
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
928
928
  if g_param[OptionsDefine.Language]:
929
929
  profile.language = g_param[OptionsDefine.Language]
930
930
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -979,7 +979,7 @@ def doCreateProxySessionKillTask(args, parsed_globals):
979
979
  endpoint=g_param[OptionsDefine.Endpoint],
980
980
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
981
981
  )
982
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
982
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
983
983
  if g_param[OptionsDefine.Language]:
984
984
  profile.language = g_param[OptionsDefine.Language]
985
985
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1034,7 +1034,7 @@ def doDescribeHealthScore(args, parsed_globals):
1034
1034
  endpoint=g_param[OptionsDefine.Endpoint],
1035
1035
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1036
1036
  )
1037
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1037
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1038
1038
  if g_param[OptionsDefine.Language]:
1039
1039
  profile.language = g_param[OptionsDefine.Language]
1040
1040
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1089,7 +1089,7 @@ def doCreateSecurityAuditLogExportTask(args, parsed_globals):
1089
1089
  endpoint=g_param[OptionsDefine.Endpoint],
1090
1090
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1091
1091
  )
1092
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1092
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1093
1093
  if g_param[OptionsDefine.Language]:
1094
1094
  profile.language = g_param[OptionsDefine.Language]
1095
1095
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1144,7 +1144,7 @@ def doCloseAuditService(args, parsed_globals):
1144
1144
  endpoint=g_param[OptionsDefine.Endpoint],
1145
1145
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1146
1146
  )
1147
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1147
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1148
1148
  if g_param[OptionsDefine.Language]:
1149
1149
  profile.language = g_param[OptionsDefine.Language]
1150
1150
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1199,7 +1199,7 @@ def doDeleteSecurityAuditLogExportTasks(args, parsed_globals):
1199
1199
  endpoint=g_param[OptionsDefine.Endpoint],
1200
1200
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1201
1201
  )
1202
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1202
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1203
1203
  if g_param[OptionsDefine.Language]:
1204
1204
  profile.language = g_param[OptionsDefine.Language]
1205
1205
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1254,7 +1254,7 @@ def doModifyAuditService(args, parsed_globals):
1254
1254
  endpoint=g_param[OptionsDefine.Endpoint],
1255
1255
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1256
1256
  )
1257
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1257
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1258
1258
  if g_param[OptionsDefine.Language]:
1259
1259
  profile.language = g_param[OptionsDefine.Language]
1260
1260
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1309,7 +1309,7 @@ def doDescribeSlowLogTopSqls(args, parsed_globals):
1309
1309
  endpoint=g_param[OptionsDefine.Endpoint],
1310
1310
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1311
1311
  )
1312
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1312
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1313
1313
  if g_param[OptionsDefine.Language]:
1314
1314
  profile.language = g_param[OptionsDefine.Language]
1315
1315
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1364,7 +1364,7 @@ def doDescribeSecurityAuditLogExportTasks(args, parsed_globals):
1364
1364
  endpoint=g_param[OptionsDefine.Endpoint],
1365
1365
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1366
1366
  )
1367
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1367
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1368
1368
  if g_param[OptionsDefine.Language]:
1369
1369
  profile.language = g_param[OptionsDefine.Language]
1370
1370
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1419,7 +1419,7 @@ def doDescribeAllUserContact(args, parsed_globals):
1419
1419
  endpoint=g_param[OptionsDefine.Endpoint],
1420
1420
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1421
1421
  )
1422
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1422
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1423
1423
  if g_param[OptionsDefine.Language]:
1424
1424
  profile.language = g_param[OptionsDefine.Language]
1425
1425
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1474,7 +1474,7 @@ def doDescribeRedisTopKeyPrefixList(args, parsed_globals):
1474
1474
  endpoint=g_param[OptionsDefine.Endpoint],
1475
1475
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1476
1476
  )
1477
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1477
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1478
1478
  if g_param[OptionsDefine.Language]:
1479
1479
  profile.language = g_param[OptionsDefine.Language]
1480
1480
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1529,7 +1529,7 @@ def doDescribeSlowLogs(args, parsed_globals):
1529
1529
  endpoint=g_param[OptionsDefine.Endpoint],
1530
1530
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1531
1531
  )
1532
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1532
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1533
1533
  if g_param[OptionsDefine.Language]:
1534
1534
  profile.language = g_param[OptionsDefine.Language]
1535
1535
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1584,7 +1584,7 @@ def doDescribeDBDiagEvent(args, parsed_globals):
1584
1584
  endpoint=g_param[OptionsDefine.Endpoint],
1585
1585
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1586
1586
  )
1587
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1587
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1588
1588
  if g_param[OptionsDefine.Language]:
1589
1589
  profile.language = g_param[OptionsDefine.Language]
1590
1590
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1639,7 +1639,7 @@ def doDescribeDBDiagHistory(args, parsed_globals):
1639
1639
  endpoint=g_param[OptionsDefine.Endpoint],
1640
1640
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1641
1641
  )
1642
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1642
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1643
1643
  if g_param[OptionsDefine.Language]:
1644
1644
  profile.language = g_param[OptionsDefine.Language]
1645
1645
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1694,7 +1694,7 @@ def doDescribeProxyProcessStatistics(args, parsed_globals):
1694
1694
  endpoint=g_param[OptionsDefine.Endpoint],
1695
1695
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1696
1696
  )
1697
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1697
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1698
1698
  if g_param[OptionsDefine.Language]:
1699
1699
  profile.language = g_param[OptionsDefine.Language]
1700
1700
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1749,7 +1749,7 @@ def doCreateDBDiagReportTask(args, parsed_globals):
1749
1749
  endpoint=g_param[OptionsDefine.Endpoint],
1750
1750
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1751
1751
  )
1752
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1752
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1753
1753
  if g_param[OptionsDefine.Language]:
1754
1754
  profile.language = g_param[OptionsDefine.Language]
1755
1755
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1804,7 +1804,7 @@ def doDescribeDiagDBInstances(args, parsed_globals):
1804
1804
  endpoint=g_param[OptionsDefine.Endpoint],
1805
1805
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1806
1806
  )
1807
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1807
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1808
1808
  if g_param[OptionsDefine.Language]:
1809
1809
  profile.language = g_param[OptionsDefine.Language]
1810
1810
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1859,7 +1859,7 @@ def doAddUserContact(args, parsed_globals):
1859
1859
  endpoint=g_param[OptionsDefine.Endpoint],
1860
1860
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1861
1861
  )
1862
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1862
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1863
1863
  if g_param[OptionsDefine.Language]:
1864
1864
  profile.language = g_param[OptionsDefine.Language]
1865
1865
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1914,7 +1914,7 @@ def doDescribeTopSpaceSchemaTimeSeries(args, parsed_globals):
1914
1914
  endpoint=g_param[OptionsDefine.Endpoint],
1915
1915
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1916
1916
  )
1917
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1917
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1918
1918
  if g_param[OptionsDefine.Language]:
1919
1919
  profile.language = g_param[OptionsDefine.Language]
1920
1920
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -1969,7 +1969,7 @@ def doCreateKillTask(args, parsed_globals):
1969
1969
  endpoint=g_param[OptionsDefine.Endpoint],
1970
1970
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1971
1971
  )
1972
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1972
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
1973
1973
  if g_param[OptionsDefine.Language]:
1974
1974
  profile.language = g_param[OptionsDefine.Language]
1975
1975
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -2024,7 +2024,7 @@ def doDescribeUserSqlAdvice(args, parsed_globals):
2024
2024
  endpoint=g_param[OptionsDefine.Endpoint],
2025
2025
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
2026
2026
  )
2027
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
2027
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
2028
2028
  if g_param[OptionsDefine.Language]:
2029
2029
  profile.language = g_param[OptionsDefine.Language]
2030
2030
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -2079,7 +2079,7 @@ def doDescribeTopSpaceTableTimeSeries(args, parsed_globals):
2079
2079
  endpoint=g_param[OptionsDefine.Endpoint],
2080
2080
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
2081
2081
  )
2082
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
2082
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
2083
2083
  if g_param[OptionsDefine.Language]:
2084
2084
  profile.language = g_param[OptionsDefine.Language]
2085
2085
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -2134,7 +2134,7 @@ def doModifyDiagDBInstanceConf(args, parsed_globals):
2134
2134
  endpoint=g_param[OptionsDefine.Endpoint],
2135
2135
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
2136
2136
  )
2137
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
2137
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
2138
2138
  if g_param[OptionsDefine.Language]:
2139
2139
  profile.language = g_param[OptionsDefine.Language]
2140
2140
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -2189,7 +2189,7 @@ def doKillMySqlThreads(args, parsed_globals):
2189
2189
  endpoint=g_param[OptionsDefine.Endpoint],
2190
2190
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
2191
2191
  )
2192
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
2192
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
2193
2193
  if g_param[OptionsDefine.Language]:
2194
2194
  profile.language = g_param[OptionsDefine.Language]
2195
2195
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -2244,7 +2244,7 @@ def doCreateDBDiagReportUrl(args, parsed_globals):
2244
2244
  endpoint=g_param[OptionsDefine.Endpoint],
2245
2245
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
2246
2246
  )
2247
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
2247
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
2248
2248
  if g_param[OptionsDefine.Language]:
2249
2249
  profile.language = g_param[OptionsDefine.Language]
2250
2250
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -2299,7 +2299,7 @@ def doDescribeProxySessionKillTasks(args, parsed_globals):
2299
2299
  endpoint=g_param[OptionsDefine.Endpoint],
2300
2300
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
2301
2301
  )
2302
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
2302
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
2303
2303
  if g_param[OptionsDefine.Language]:
2304
2304
  profile.language = g_param[OptionsDefine.Language]
2305
2305
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -42,7 +42,7 @@ def doDisableInternetAddress(args, parsed_globals):
42
42
  endpoint=g_param[OptionsDefine.Endpoint],
43
43
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
44
44
  )
45
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
45
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
46
46
  if g_param[OptionsDefine.Language]:
47
47
  profile.language = g_param[OptionsDefine.Language]
48
48
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -97,7 +97,7 @@ def doModifyDirectConnectAttribute(args, parsed_globals):
97
97
  endpoint=g_param[OptionsDefine.Endpoint],
98
98
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
99
99
  )
100
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
100
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
101
101
  if g_param[OptionsDefine.Language]:
102
102
  profile.language = g_param[OptionsDefine.Language]
103
103
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -152,7 +152,7 @@ def doCreateDirectConnectTunnel(args, parsed_globals):
152
152
  endpoint=g_param[OptionsDefine.Endpoint],
153
153
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
154
154
  )
155
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
155
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
156
156
  if g_param[OptionsDefine.Language]:
157
157
  profile.language = g_param[OptionsDefine.Language]
158
158
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -207,7 +207,7 @@ def doDeleteDirectConnect(args, parsed_globals):
207
207
  endpoint=g_param[OptionsDefine.Endpoint],
208
208
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
209
209
  )
210
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
210
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
211
211
  if g_param[OptionsDefine.Language]:
212
212
  profile.language = g_param[OptionsDefine.Language]
213
213
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -262,7 +262,7 @@ def doAcceptDirectConnectTunnel(args, parsed_globals):
262
262
  endpoint=g_param[OptionsDefine.Endpoint],
263
263
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
264
264
  )
265
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
265
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
266
266
  if g_param[OptionsDefine.Language]:
267
267
  profile.language = g_param[OptionsDefine.Language]
268
268
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -317,7 +317,7 @@ def doDescribeDirectConnectTunnels(args, parsed_globals):
317
317
  endpoint=g_param[OptionsDefine.Endpoint],
318
318
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
319
319
  )
320
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
320
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
321
321
  if g_param[OptionsDefine.Language]:
322
322
  profile.language = g_param[OptionsDefine.Language]
323
323
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -372,7 +372,7 @@ def doDeleteDirectConnectTunnel(args, parsed_globals):
372
372
  endpoint=g_param[OptionsDefine.Endpoint],
373
373
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
374
374
  )
375
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
375
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
376
376
  if g_param[OptionsDefine.Language]:
377
377
  profile.language = g_param[OptionsDefine.Language]
378
378
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -427,7 +427,7 @@ def doDescribeInternetAddressStatistics(args, parsed_globals):
427
427
  endpoint=g_param[OptionsDefine.Endpoint],
428
428
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
429
429
  )
430
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
430
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
431
431
  if g_param[OptionsDefine.Language]:
432
432
  profile.language = g_param[OptionsDefine.Language]
433
433
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -482,7 +482,7 @@ def doCreateDirectConnect(args, parsed_globals):
482
482
  endpoint=g_param[OptionsDefine.Endpoint],
483
483
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
484
484
  )
485
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
485
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
486
486
  if g_param[OptionsDefine.Language]:
487
487
  profile.language = g_param[OptionsDefine.Language]
488
488
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -537,7 +537,7 @@ def doEnableInternetAddress(args, parsed_globals):
537
537
  endpoint=g_param[OptionsDefine.Endpoint],
538
538
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
539
539
  )
540
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
540
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
541
541
  if g_param[OptionsDefine.Language]:
542
542
  profile.language = g_param[OptionsDefine.Language]
543
543
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -592,7 +592,7 @@ def doDescribeInternetAddressQuota(args, parsed_globals):
592
592
  endpoint=g_param[OptionsDefine.Endpoint],
593
593
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
594
594
  )
595
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
595
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
596
596
  if g_param[OptionsDefine.Language]:
597
597
  profile.language = g_param[OptionsDefine.Language]
598
598
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -647,7 +647,7 @@ def doApplyInternetAddress(args, parsed_globals):
647
647
  endpoint=g_param[OptionsDefine.Endpoint],
648
648
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
649
649
  )
650
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
650
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
651
651
  if g_param[OptionsDefine.Language]:
652
652
  profile.language = g_param[OptionsDefine.Language]
653
653
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -702,7 +702,7 @@ def doDescribeInternetAddress(args, parsed_globals):
702
702
  endpoint=g_param[OptionsDefine.Endpoint],
703
703
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
704
704
  )
705
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
705
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
706
706
  if g_param[OptionsDefine.Language]:
707
707
  profile.language = g_param[OptionsDefine.Language]
708
708
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -757,7 +757,7 @@ def doDescribeAccessPoints(args, parsed_globals):
757
757
  endpoint=g_param[OptionsDefine.Endpoint],
758
758
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
759
759
  )
760
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
760
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
761
761
  if g_param[OptionsDefine.Language]:
762
762
  profile.language = g_param[OptionsDefine.Language]
763
763
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -812,7 +812,7 @@ def doRejectDirectConnectTunnel(args, parsed_globals):
812
812
  endpoint=g_param[OptionsDefine.Endpoint],
813
813
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
814
814
  )
815
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
815
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
816
816
  if g_param[OptionsDefine.Language]:
817
817
  profile.language = g_param[OptionsDefine.Language]
818
818
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -867,7 +867,7 @@ def doDescribeDirectConnects(args, parsed_globals):
867
867
  endpoint=g_param[OptionsDefine.Endpoint],
868
868
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
869
869
  )
870
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
870
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
871
871
  if g_param[OptionsDefine.Language]:
872
872
  profile.language = g_param[OptionsDefine.Language]
873
873
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -922,7 +922,7 @@ def doReleaseInternetAddress(args, parsed_globals):
922
922
  endpoint=g_param[OptionsDefine.Endpoint],
923
923
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
924
924
  )
925
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
925
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
926
926
  if g_param[OptionsDefine.Language]:
927
927
  profile.language = g_param[OptionsDefine.Language]
928
928
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
@@ -977,7 +977,7 @@ def doModifyDirectConnectTunnelAttribute(args, parsed_globals):
977
977
  endpoint=g_param[OptionsDefine.Endpoint],
978
978
  proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
979
979
  )
980
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
980
+ profile = ClientProfile(httpProfile=http_profile, signMethod="TC3-HMAC-SHA256")
981
981
  if g_param[OptionsDefine.Language]:
982
982
  profile.language = g_param[OptionsDefine.Language]
983
983
  mod = CLIENT_MAP[g_param[OptionsDefine.Version]]