tccli 3.0.1163.1__py2.py3-none-any.whl → 3.0.1164.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 (43) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +5 -5
  3. tccli/services/cbs/v20170312/api.json +1 -1
  4. tccli/services/cdb/v20170320/api.json +48 -12
  5. tccli/services/cdwdoris/cdwdoris_client.py +1260 -94
  6. tccli/services/cdwdoris/v20211228/api.json +3331 -617
  7. tccli/services/cdwdoris/v20211228/examples.json +176 -0
  8. tccli/services/cfs/v20190719/api.json +26 -8
  9. tccli/services/csip/v20221121/api.json +20 -0
  10. tccli/services/emr/v20190103/api.json +21 -3
  11. tccli/services/emr/v20190103/examples.json +2 -2
  12. tccli/services/ess/v20201111/api.json +6 -6
  13. tccli/services/ess/v20201111/examples.json +3 -3
  14. tccli/services/essbasic/v20210526/api.json +4 -4
  15. tccli/services/essbasic/v20210526/examples.json +1 -1
  16. tccli/services/hunyuan/v20230901/api.json +10 -1
  17. tccli/services/hunyuan/v20230901/examples.json +1 -1
  18. tccli/services/iotexplorer/iotexplorer_client.py +110 -4
  19. tccli/services/iotexplorer/v20190423/api.json +190 -0
  20. tccli/services/iotexplorer/v20190423/examples.json +59 -1
  21. tccli/services/lcic/v20220817/api.json +20 -0
  22. tccli/services/monitor/v20180724/api.json +5 -5
  23. tccli/services/monitor/v20180724/examples.json +2 -2
  24. tccli/services/mps/v20190612/api.json +20 -0
  25. tccli/services/mps/v20190612/examples.json +2 -2
  26. tccli/services/organization/organization_client.py +53 -0
  27. tccli/services/organization/v20210331/api.json +208 -0
  28. tccli/services/organization/v20210331/examples.json +8 -0
  29. tccli/services/rce/rce_client.py +477 -0
  30. tccli/services/rce/v20201103/api.json +1749 -231
  31. tccli/services/rce/v20201103/examples.json +72 -0
  32. tccli/services/redis/redis_client.py +114 -8
  33. tccli/services/redis/v20180412/api.json +392 -0
  34. tccli/services/redis/v20180412/examples.json +17 -1
  35. tccli/services/tmt/v20180321/api.json +2 -2
  36. tccli/services/trtc/v20190722/api.json +10 -2
  37. tccli/services/tse/v20201207/api.json +11 -0
  38. tccli/services/tsi/v20210325/api.json +5 -5
  39. {tccli-3.0.1163.1.dist-info → tccli-3.0.1164.1.dist-info}/METADATA +2 -2
  40. {tccli-3.0.1163.1.dist-info → tccli-3.0.1164.1.dist-info}/RECORD +43 -43
  41. {tccli-3.0.1163.1.dist-info → tccli-3.0.1164.1.dist-info}/WHEEL +0 -0
  42. {tccli-3.0.1163.1.dist-info → tccli-3.0.1164.1.dist-info}/entry_points.txt +0 -0
  43. {tccli-3.0.1163.1.dist-info → tccli-3.0.1164.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,61 @@
1
1
  {
2
2
  "actions": {
3
+ "CreateNameList": [
4
+ {
5
+ "document": "",
6
+ "input": "https://rce.tencentcloudapi.com/?Action=CreateNameList\n&BusinessSecurityData.ListName=\"手机黑库\"\n&BusinessSecurityData.SceneCode=\"all_scene\"\n&BusinessSecurityData.Remark=\"测试\"\n&BusinessSecurityData.DataType=2\n&BusinessSecurityData.ListType=2\n\n&<公共请求参数>",
7
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"OK\",\n \"Value\": []\n },\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
8
+ "title": "CreateNameList"
9
+ }
10
+ ],
11
+ "DeleteNameList": [
12
+ {
13
+ "document": "",
14
+ "input": "https://rce.tencentcloudapi.com/?Action=DeleteNameList\n&BusinessSecurityData.NameListId=33\n&<公共请求参数>",
15
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"OK\",\n \"Value\": []\n },\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
16
+ "title": "DeleteNameList"
17
+ }
18
+ ],
19
+ "DeleteNameListData": [
20
+ {
21
+ "document": "",
22
+ "input": "POST / HTTP/1.1\nHost: rce.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteNameListData\n<公共请求参数>\n\n{\n \"BusinessSecurityData\": {\n \"NameListDataIdList\": [\n 177773\n ]\n }\n}",
23
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"OK\",\n \"Value\": null\n },\n \"RequestId\": \"8bf7ba3a-80cd-4d24-af5e-e02acee93539\"\n }\n}",
24
+ "title": "删除名单数据"
25
+ }
26
+ ],
27
+ "DescribeNameList": [
28
+ {
29
+ "document": "",
30
+ "input": "https://rce.tencentcloudapi.com/?Action=DescribeNameList\n\n&BusinessSecurityData.Status=1\n&BusinessSecurityData.DataType=1\n&BusinessSecurityData.ListType=1\n&BusinessSecurityData.PageNumber=1\n&BusinessSecurityData.PageSize=10\n&<公共请求参数>",
31
+ "output": "{\n \"Response\": {\n \"Data\": {},\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
32
+ "title": "DescribeNameList"
33
+ }
34
+ ],
35
+ "DescribeNameListDataList": [
36
+ {
37
+ "document": "",
38
+ "input": "https://rce.tencentcloudapi.com/?Action=DescribeNameListDataList\n&BusinessSecurityData.NameListId=33\n&BusinessSecurityData.Status=1\n&BusinessSecurityData.PageNumber=1\n&BusinessSecurityData.PageSize=10\n&<公共请求参数>",
39
+ "output": "{\n \"Response\": {\n \"Data\": {},\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
40
+ "title": "DescribeNameListDataList"
41
+ }
42
+ ],
43
+ "DescribeNameListDetail": [
44
+ {
45
+ "document": "",
46
+ "input": "POST / HTTP/1.1\nHost: rce.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNameListDetail\n<公共请求参数>\n\n{\n \"BusinessSecurityData\": {\n \"NameListId\": 2446\n }\n}",
47
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"OK\",\n \"Value\": {\n \"NameListId\": 2446,\n \"ListName\": \"测试\",\n \"ListType\": 1,\n \"DataType\": 4,\n \"SceneCode\": \"all_scene\",\n \"Status\": 1,\n \"Remark\": \"测试\",\n \"CreateTime\": \"2024-05-22 14:58:21\",\n \"UpdateTime\": \"2024-07-15 14:29:35\",\n \"EncryptionType\": 0\n }\n },\n \"RequestId\": \"bd2f3d71-9102-4c24-b581-4d4f22ebd077\"\n }\n}",
48
+ "title": "查询黑白名单详情"
49
+ }
50
+ ],
51
+ "ImportNameListData": [
52
+ {
53
+ "document": "",
54
+ "input": "https://rce.tencentcloudapi.com/?Action=ImportNameListData\n&BusinessSecurityData.NameListId=33\n&BusinessSecurityData.DataSource=2\n&BusinessSecurityData.DataContentInfo.0.DataContent=\"xxx.xx.0.1\";\n&<公共请求参数>",
55
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Message\": \"OK\",\n \"Code\": 0,\n \"Value\": []\n },\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
56
+ "title": "ImportNameListData"
57
+ }
58
+ ],
3
59
  "ManageMarketingRisk": [
4
60
  {
5
61
  "document": "使用手机号MD5请求方式",
@@ -7,6 +63,22 @@
7
63
  "output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"OK\",\n \"UUid\": \"9a570741-****-****-****-****0b788232\",\n \"Value\": {\n \"AssociateAccount\": \"\",\n \"ConstId\": \"\",\n \"PostTime\": 1712841851,\n \"RiskInformation\": null,\n \"RiskLevel\": \"reject\",\n \"RiskType\": [\n 201,\n 1,\n 21,\n 11,\n 2011\n ],\n \"UserId\": \"3ac9aa********************526ed9\",\n \"UserIp\": \"113.***.***.150\"\n }\n },\n \"RequestId\": \"5d9e8c5d-****-****-****-1c0dca666edb\"\n }\n}",
8
64
  "title": "ManageMarketingRisk"
9
65
  }
66
+ ],
67
+ "ModifyNameList": [
68
+ {
69
+ "document": "",
70
+ "input": "https://rce.tencentcloudapi.com/?Action=ModifyNameList\n&BusinessSecurityData.NameListId=33\n&<公共请求参数>",
71
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Message\": \"OK\",\n \"Code\": 0,\n \"Value\": []\n },\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
72
+ "title": "ModifyNameList"
73
+ }
74
+ ],
75
+ "ModifyNameListData": [
76
+ {
77
+ "document": "",
78
+ "input": "https://rce.tencentcloudapi.com/?Action=ModifyNameListData\n&BusinessSecurityData.DataList.0.Status=1\n&BusinessSecurityData.DataList.0.Remark=\"测试\"\n&BusinessSecurityData.DataList.0.DataContent=\"xxx.xx.12.123\"\n&BusinessSecurityData.DataList.0.NameListDataId=73\n&BusinessSecurityData.DataList.0.StartTime=\"2020-03-02 20:50:00\"\n&BusinessSecurityData.DataList.0.EndTime=\"2020-03-02 20:50:00\"\n&<公共请求参数>",
79
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"OK\",\n \"Value\": []\n },\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
80
+ "title": "ModifyNameListData"
81
+ }
10
82
  ]
11
83
  },
12
84
  "version": "1.0"
@@ -2773,7 +2773,7 @@ def doSwitchProxy(args, parsed_globals):
2773
2773
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
2774
2774
 
2775
2775
 
2776
- def doRestoreInstance(args, parsed_globals):
2776
+ def doDestroyPrepaidInstance(args, parsed_globals):
2777
2777
  g_param = parse_global_arg(parsed_globals)
2778
2778
 
2779
2779
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -2802,11 +2802,11 @@ def doRestoreInstance(args, parsed_globals):
2802
2802
  client = mod.RedisClient(cred, g_param[OptionsDefine.Region], profile)
2803
2803
  client._sdkVersion += ("_CLI_" + __version__)
2804
2804
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
2805
- model = models.RestoreInstanceRequest()
2805
+ model = models.DestroyPrepaidInstanceRequest()
2806
2806
  model.from_json_string(json.dumps(args))
2807
2807
  start_time = time.time()
2808
2808
  while True:
2809
- rsp = client.RestoreInstance(model)
2809
+ rsp = client.DestroyPrepaidInstance(model)
2810
2810
  result = rsp.to_json_string()
2811
2811
  try:
2812
2812
  json_obj = json.loads(result)
@@ -3761,6 +3761,58 @@ def doDescribeInstanceMonitorBigKey(args, parsed_globals):
3761
3761
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
3762
3762
 
3763
3763
 
3764
+ def doDescribeRedisClusters(args, parsed_globals):
3765
+ g_param = parse_global_arg(parsed_globals)
3766
+
3767
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
3768
+ cred = credential.CVMRoleCredential()
3769
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
3770
+ cred = credential.STSAssumeRoleCredential(
3771
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
3772
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
3773
+ )
3774
+ 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):
3775
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
3776
+ else:
3777
+ cred = credential.Credential(
3778
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
3779
+ )
3780
+ http_profile = HttpProfile(
3781
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
3782
+ reqMethod="POST",
3783
+ endpoint=g_param[OptionsDefine.Endpoint],
3784
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
3785
+ )
3786
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
3787
+ if g_param[OptionsDefine.Language]:
3788
+ profile.language = g_param[OptionsDefine.Language]
3789
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
3790
+ client = mod.RedisClient(cred, g_param[OptionsDefine.Region], profile)
3791
+ client._sdkVersion += ("_CLI_" + __version__)
3792
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
3793
+ model = models.DescribeRedisClustersRequest()
3794
+ model.from_json_string(json.dumps(args))
3795
+ start_time = time.time()
3796
+ while True:
3797
+ rsp = client.DescribeRedisClusters(model)
3798
+ result = rsp.to_json_string()
3799
+ try:
3800
+ json_obj = json.loads(result)
3801
+ except TypeError as e:
3802
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
3803
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
3804
+ break
3805
+ cur_time = time.time()
3806
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
3807
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
3808
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
3809
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
3810
+ else:
3811
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
3812
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
3813
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
3814
+
3815
+
3764
3816
  def doKillMasterGroup(args, parsed_globals):
3765
3817
  g_param = parse_global_arg(parsed_globals)
3766
3818
 
@@ -4385,7 +4437,7 @@ def doDescribeInstanceShards(args, parsed_globals):
4385
4437
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
4386
4438
 
4387
4439
 
4388
- def doDestroyPrepaidInstance(args, parsed_globals):
4440
+ def doRestoreInstance(args, parsed_globals):
4389
4441
  g_param = parse_global_arg(parsed_globals)
4390
4442
 
4391
4443
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -4414,11 +4466,11 @@ def doDestroyPrepaidInstance(args, parsed_globals):
4414
4466
  client = mod.RedisClient(cred, g_param[OptionsDefine.Region], profile)
4415
4467
  client._sdkVersion += ("_CLI_" + __version__)
4416
4468
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
4417
- model = models.DestroyPrepaidInstanceRequest()
4469
+ model = models.RestoreInstanceRequest()
4418
4470
  model.from_json_string(json.dumps(args))
4419
4471
  start_time = time.time()
4420
4472
  while True:
4421
- rsp = client.DestroyPrepaidInstance(model)
4473
+ rsp = client.RestoreInstance(model)
4422
4474
  result = rsp.to_json_string()
4423
4475
  try:
4424
4476
  json_obj = json.loads(result)
@@ -5061,6 +5113,58 @@ def doDescribeDBSecurityGroups(args, parsed_globals):
5061
5113
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
5062
5114
 
5063
5115
 
5116
+ def doDescribeRedisClusterOverview(args, parsed_globals):
5117
+ g_param = parse_global_arg(parsed_globals)
5118
+
5119
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
5120
+ cred = credential.CVMRoleCredential()
5121
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
5122
+ cred = credential.STSAssumeRoleCredential(
5123
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
5124
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
5125
+ )
5126
+ 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):
5127
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
5128
+ else:
5129
+ cred = credential.Credential(
5130
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
5131
+ )
5132
+ http_profile = HttpProfile(
5133
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
5134
+ reqMethod="POST",
5135
+ endpoint=g_param[OptionsDefine.Endpoint],
5136
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
5137
+ )
5138
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
5139
+ if g_param[OptionsDefine.Language]:
5140
+ profile.language = g_param[OptionsDefine.Language]
5141
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
5142
+ client = mod.RedisClient(cred, g_param[OptionsDefine.Region], profile)
5143
+ client._sdkVersion += ("_CLI_" + __version__)
5144
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
5145
+ model = models.DescribeRedisClusterOverviewRequest()
5146
+ model.from_json_string(json.dumps(args))
5147
+ start_time = time.time()
5148
+ while True:
5149
+ rsp = client.DescribeRedisClusterOverview(model)
5150
+ result = rsp.to_json_string()
5151
+ try:
5152
+ json_obj = json.loads(result)
5153
+ except TypeError as e:
5154
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
5155
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
5156
+ break
5157
+ cur_time = time.time()
5158
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
5159
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
5160
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
5161
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
5162
+ else:
5163
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
5164
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
5165
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
5166
+
5167
+
5064
5168
  def doApplyParamsTemplate(args, parsed_globals):
5065
5169
  g_param = parse_global_arg(parsed_globals)
5066
5170
 
@@ -5385,7 +5489,7 @@ ACTION_MAP = {
5385
5489
  "ManualBackupInstance": doManualBackupInstance,
5386
5490
  "DescribeInstanceSpecBandwidth": doDescribeInstanceSpecBandwidth,
5387
5491
  "SwitchProxy": doSwitchProxy,
5388
- "RestoreInstance": doRestoreInstance,
5492
+ "DestroyPrepaidInstance": doDestroyPrepaidInstance,
5389
5493
  "DescribeInstanceParamRecords": doDescribeInstanceParamRecords,
5390
5494
  "DescribeParamTemplateInfo": doDescribeParamTemplateInfo,
5391
5495
  "DestroyPostpaidInstance": doDestroyPostpaidInstance,
@@ -5404,6 +5508,7 @@ ACTION_MAP = {
5404
5508
  "AssociateSecurityGroups": doAssociateSecurityGroups,
5405
5509
  "DescribeSSLStatus": doDescribeSSLStatus,
5406
5510
  "DescribeInstanceMonitorBigKey": doDescribeInstanceMonitorBigKey,
5511
+ "DescribeRedisClusters": doDescribeRedisClusters,
5407
5512
  "KillMasterGroup": doKillMasterGroup,
5408
5513
  "DescribeCommonDBInstances": doDescribeCommonDBInstances,
5409
5514
  "DescribeSlowLog": doDescribeSlowLog,
@@ -5416,7 +5521,7 @@ ACTION_MAP = {
5416
5521
  "ModifyMaintenanceWindow": doModifyMaintenanceWindow,
5417
5522
  "ModifyNetworkConfig": doModifyNetworkConfig,
5418
5523
  "DescribeInstanceShards": doDescribeInstanceShards,
5419
- "DestroyPrepaidInstance": doDestroyPrepaidInstance,
5524
+ "RestoreInstance": doRestoreInstance,
5420
5525
  "DescribeInstances": doDescribeInstances,
5421
5526
  "OpenSSL": doOpenSSL,
5422
5527
  "DescribeAutoBackupConfig": doDescribeAutoBackupConfig,
@@ -5429,6 +5534,7 @@ ACTION_MAP = {
5429
5534
  "ChangeMasterInstance": doChangeMasterInstance,
5430
5535
  "UpgradeInstance": doUpgradeInstance,
5431
5536
  "DescribeDBSecurityGroups": doDescribeDBSecurityGroups,
5537
+ "DescribeRedisClusterOverview": doDescribeRedisClusterOverview,
5432
5538
  "ApplyParamsTemplate": doApplyParamsTemplate,
5433
5539
  "DescribeMaintenanceWindow": doDescribeMaintenanceWindow,
5434
5540
  "CreateInstances": doCreateInstances,