tccli 3.0.1187.1__py2.py3-none-any.whl → 3.0.1189.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.
- tccli/__init__.py +1 -1
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +107 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/apm/v20210622/api.json +3 -1
- tccli/services/billing/v20180709/api.json +3 -0
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +19 -4
- tccli/services/ckafka/v20190819/api.json +5 -5
- tccli/services/cvm/cvm_client.py +53 -0
- tccli/services/cvm/v20170312/api.json +107 -0
- tccli/services/cvm/v20170312/examples.json +8 -0
- tccli/services/dc/v20180410/api.json +19 -19
- tccli/services/dc/v20180410/examples.json +5 -5
- tccli/services/dcdb/dcdb_client.py +106 -0
- tccli/services/dcdb/v20180411/api.json +338 -2
- tccli/services/dcdb/v20180411/examples.json +28 -0
- tccli/services/dlc/dlc_client.py +106 -0
- tccli/services/dlc/v20210125/api.json +87 -0
- tccli/services/dlc/v20210125/examples.json +16 -0
- tccli/services/dnspod/dnspod_client.py +53 -0
- tccli/services/dnspod/v20210323/api.json +118 -0
- tccli/services/dnspod/v20210323/examples.json +8 -0
- tccli/services/dts/v20211206/api.json +1 -0
- tccli/services/emr/emr_client.py +322 -4
- tccli/services/emr/v20190103/api.json +862 -10
- tccli/services/emr/v20190103/examples.json +54 -0
- tccli/services/es/es_client.py +53 -0
- tccli/services/es/v20180416/api.json +155 -0
- tccli/services/es/v20180416/examples.json +14 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +147 -0
- tccli/services/ess/v20201111/examples.json +8 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +120 -0
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/mariadb/mariadb_client.py +110 -4
- tccli/services/mariadb/v20170312/api.json +339 -3
- tccli/services/mariadb/v20170312/examples.json +16 -0
- tccli/services/ocr/v20181119/api.json +12 -2
- tccli/services/rce/v20201103/api.json +2 -2
- tccli/services/redis/redis_client.py +110 -4
- tccli/services/redis/v20180412/api.json +209 -0
- tccli/services/redis/v20180412/examples.json +16 -0
- tccli/services/sms/v20190711/api.json +2 -2
- tccli/services/sms/v20210111/api.json +2 -2
- tccli/services/teo/v20220901/api.json +14 -14
- tccli/services/trtc/v20190722/api.json +11 -0
- tccli/services/tse/v20201207/api.json +18 -18
- tccli/services/tsf/v20180326/api.json +74 -29
- tccli/services/vclm/v20240523/api.json +2 -2
- tccli/services/vdb/v20230616/api.json +491 -0
- tccli/services/vdb/v20230616/examples.json +46 -0
- tccli/services/vdb/vdb_client.py +265 -0
- tccli/services/vpc/v20170312/api.json +5 -5
- tccli/services/vtc/v20240223/api.json +2 -2
- {tccli-3.0.1187.1.dist-info → tccli-3.0.1189.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1187.1.dist-info → tccli-3.0.1189.1.dist-info}/RECORD +61 -61
- {tccli-3.0.1187.1.dist-info → tccli-3.0.1189.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1187.1.dist-info → tccli-3.0.1189.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1187.1.dist-info → tccli-3.0.1189.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
3
|
"AcceptDirectConnectTunnel": {
|
4
|
-
"document": "
|
4
|
+
"document": "接受专用通道申请。",
|
5
5
|
"input": "AcceptDirectConnectTunnelRequest",
|
6
6
|
"name": "接受专用通道申请",
|
7
7
|
"output": "AcceptDirectConnectTunnelResponse",
|
@@ -43,14 +43,14 @@
|
|
43
43
|
"status": "online"
|
44
44
|
},
|
45
45
|
"DescribeAccessPoints": {
|
46
|
-
"document": "
|
46
|
+
"document": "查询物理专线接入点。",
|
47
47
|
"input": "DescribeAccessPointsRequest",
|
48
48
|
"name": "查询物理专线接入点",
|
49
49
|
"output": "DescribeAccessPointsResponse",
|
50
50
|
"status": "online"
|
51
51
|
},
|
52
52
|
"DescribeDirectConnectTunnelExtra": {
|
53
|
-
"document": "
|
53
|
+
"document": "查询专用通道扩展信息。",
|
54
54
|
"input": "DescribeDirectConnectTunnelExtraRequest",
|
55
55
|
"name": "查询专用通道扩展信息",
|
56
56
|
"output": "DescribeDirectConnectTunnelExtraResponse",
|
@@ -134,7 +134,7 @@
|
|
134
134
|
"status": "online"
|
135
135
|
},
|
136
136
|
"RejectDirectConnectTunnel": {
|
137
|
-
"document": "
|
137
|
+
"document": "拒绝专用通道申请。",
|
138
138
|
"input": "RejectDirectConnectTunnelRequest",
|
139
139
|
"name": "拒绝专用通道申请",
|
140
140
|
"output": "RejectDirectConnectTunnelResponse",
|
@@ -160,8 +160,8 @@
|
|
160
160
|
"members": [
|
161
161
|
{
|
162
162
|
"disabled": false,
|
163
|
-
"document": "
|
164
|
-
"example": "",
|
163
|
+
"document": "专用通道ID。",
|
164
|
+
"example": "dcx-xxxxxxxx",
|
165
165
|
"member": "string",
|
166
166
|
"name": "DirectConnectTunnelId",
|
167
167
|
"required": true,
|
@@ -925,8 +925,8 @@
|
|
925
925
|
"members": [
|
926
926
|
{
|
927
927
|
"disabled": false,
|
928
|
-
"document": "接入点所在的地域。使用DescribeRegions
|
929
|
-
"example": "",
|
928
|
+
"document": "接入点所在的地域。使用DescribeRegions查询。\n您可以通过调用 DescribeRegions接口获取地域ID。",
|
929
|
+
"example": "ap-guangzhou",
|
930
930
|
"member": "string",
|
931
931
|
"name": "RegionId",
|
932
932
|
"required": false,
|
@@ -935,7 +935,7 @@
|
|
935
935
|
{
|
936
936
|
"disabled": false,
|
937
937
|
"document": "偏移量,默认为0。",
|
938
|
-
"example": "",
|
938
|
+
"example": "0",
|
939
939
|
"member": "int64",
|
940
940
|
"name": "Offset",
|
941
941
|
"required": false,
|
@@ -944,7 +944,7 @@
|
|
944
944
|
{
|
945
945
|
"disabled": false,
|
946
946
|
"document": "返回数量,默认为20,最大值为100。",
|
947
|
-
"example": "",
|
947
|
+
"example": "100",
|
948
948
|
"member": "int64",
|
949
949
|
"name": "Limit",
|
950
950
|
"required": false,
|
@@ -959,7 +959,7 @@
|
|
959
959
|
{
|
960
960
|
"disabled": false,
|
961
961
|
"document": "接入点信息。",
|
962
|
-
"example": "",
|
962
|
+
"example": "[]",
|
963
963
|
"member": "AccessPoint",
|
964
964
|
"name": "AccessPointSet",
|
965
965
|
"type": "list",
|
@@ -967,8 +967,8 @@
|
|
967
967
|
},
|
968
968
|
{
|
969
969
|
"disabled": false,
|
970
|
-
"document": "
|
971
|
-
"example": "",
|
970
|
+
"document": "接入点总数量。",
|
971
|
+
"example": "100",
|
972
972
|
"member": "int64",
|
973
973
|
"name": "TotalCount",
|
974
974
|
"type": "int",
|
@@ -988,8 +988,8 @@
|
|
988
988
|
"members": [
|
989
989
|
{
|
990
990
|
"disabled": false,
|
991
|
-
"document": "专用通道ID",
|
992
|
-
"example": "",
|
991
|
+
"document": "专用通道ID。",
|
992
|
+
"example": "dcx-xxxxxxxx",
|
993
993
|
"member": "string",
|
994
994
|
"name": "DirectConnectTunnelId",
|
995
995
|
"required": true,
|
@@ -1003,8 +1003,8 @@
|
|
1003
1003
|
"members": [
|
1004
1004
|
{
|
1005
1005
|
"disabled": false,
|
1006
|
-
"document": "
|
1007
|
-
"example": "",
|
1006
|
+
"document": "专用通道扩展信息。",
|
1007
|
+
"example": "{}",
|
1008
1008
|
"member": "DirectConnectTunnelExtra",
|
1009
1009
|
"name": "DirectConnectTunnelExtra",
|
1010
1010
|
"type": "object",
|
@@ -3237,8 +3237,8 @@
|
|
3237
3237
|
"members": [
|
3238
3238
|
{
|
3239
3239
|
"disabled": false,
|
3240
|
-
"document": "
|
3241
|
-
"example": "",
|
3240
|
+
"document": "专用通道ID。",
|
3241
|
+
"example": "dcx-xxxxxxxx",
|
3242
3242
|
"member": "string",
|
3243
3243
|
"name": "DirectConnectTunnelId",
|
3244
3244
|
"required": true,
|
@@ -2,7 +2,7 @@
|
|
2
2
|
"actions": {
|
3
3
|
"AcceptDirectConnectTunnel": [
|
4
4
|
{
|
5
|
-
"document": "",
|
5
|
+
"document": "接受专用通道申请",
|
6
6
|
"input": "https://dc.tencentcloudapi.com/?Action=AcceptDirectConnectTunnel\n&DirectConnectTunnelId=dcx-abcdefgh\n&<公共请求参数>",
|
7
7
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
8
8
|
"title": "接受专用通道申请"
|
@@ -100,9 +100,9 @@
|
|
100
100
|
],
|
101
101
|
"DescribeDirectConnectTunnelExtra": [
|
102
102
|
{
|
103
|
-
"document": "",
|
104
|
-
"input": "https://dc.tencentcloudapi.com/?Action=DescribeDirectConnectTunnelExtra\n&DirectConnectTunnelId=dcx-
|
105
|
-
"output": "{\n \"Response\": {\n \"
|
103
|
+
"document": "查询专用通道扩展信息",
|
104
|
+
"input": "https://dc.tencentcloudapi.com/?Action=DescribeDirectConnectTunnelExtra\n&DirectConnectTunnelId=dcx-047zz5e6\n&<公共请求参数>",
|
105
|
+
"output": "{\n \"Response\": {\n \"DirectConnectTunnelExtra\": {\n \"OwnerAccount\": \"100001332514\",\n \"DirectConnectOwnerAccount\": \"100001332514\",\n \"DirectConnectId\": \"dc-n6c9vvv3\",\n \"SignLaw\": true,\n \"DirectConnectTunnelId\": \"dcx-047zz5e6\",\n \"DirectConnectTunnelName\": \"DCXCCNVxlanBgpEcmpTestautotestdcxtwo\",\n \"State\": \"AVAILABLE\",\n \"VpcId\": \"\",\n \"NetworkRegion\": \"ap-chongqing\",\n \"VpcRegion\": \"cq\",\n \"DirectConnectGatewayId\": \"dcg-meljxc9n\",\n \"Bandwidth\": 100,\n \"Vlan\": 2432,\n \"TencentAddress\": \"192.168.0.3/29\",\n \"CustomerAddress\": \"192.168.0.1/29\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetDetectId\": \"\",\n \"EnableBGPCommunity\": false,\n \"NatType\": 0,\n \"BfdEnable\": 0,\n \"AccessPointType\": \"VXLAN\",\n \"DirectConnectGatewayName\": \"\",\n \"VpcName\": \"\",\n \"NqaEnable\": 0,\n \"BfdInfo\": {\n \"ProbeFailedTimes\": -1,\n \"Interval\": -1\n },\n \"NqaInfo\": {\n \"ProbeFailedTimes\": -1,\n \"Interval\": -1,\n \"DestinationIp\": \"0.0.0.0\"\n },\n \"IPv6Enable\": 0,\n \"PublicAddresses\": [],\n \"JumboEnable\": 0,\n \"HighPrecisionBFDEnable\": 0,\n \"TencentBackupAddress\": \"192.168.0.2/29\",\n \"NetworkType\": \"CCN\",\n \"RouteType\": \"BGP\",\n \"BgpPeer\": {\n \"Asn\": 65120,\n \"AuthKey\": \"tencent\"\n },\n \"RouteFilterPrefixes\": [],\n \"BgpStatus\": {\n \"TencentAddressBgpState\": \"Established\",\n \"TencentBackupAddressBgpState\": \"Connect\"\n },\n \"TencentIPv6Address\": \"\",\n \"TencentBackupIPv6Address\": \"\",\n \"CustomerIPv6Address\": \"\",\n \"BgpIPv6Status\": {\n \"TencentAddressBgpState\": \"\",\n \"TencentBackupAddressBgpState\": \"\"\n }\n },\n \"RequestId\": \"8ae32da8-db96-400f-908e-0de2c89e96ea\"\n }\n}",
|
106
106
|
"title": "查询专用通道扩展信息"
|
107
107
|
}
|
108
108
|
],
|
@@ -214,7 +214,7 @@
|
|
214
214
|
],
|
215
215
|
"RejectDirectConnectTunnel": [
|
216
216
|
{
|
217
|
-
"document": "",
|
217
|
+
"document": "拒绝专用通道申请。",
|
218
218
|
"input": "https://dc.tencentcloudapi.com/?Action=RejectDirectConnectTunnel\n&DirectConnectTunnelId=dcx-abcdefgh\n&<公共请求参数>",
|
219
219
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
220
220
|
"title": "拒绝专用通道申请"
|
@@ -1629,6 +1629,58 @@ def doIsolateHourDCDBInstance(args, parsed_globals):
|
|
1629
1629
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1630
1630
|
|
1631
1631
|
|
1632
|
+
def doDescribeBackupConfigs(args, parsed_globals):
|
1633
|
+
g_param = parse_global_arg(parsed_globals)
|
1634
|
+
|
1635
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
1636
|
+
cred = credential.CVMRoleCredential()
|
1637
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
1638
|
+
cred = credential.STSAssumeRoleCredential(
|
1639
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
1640
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
1641
|
+
)
|
1642
|
+
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):
|
1643
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
1644
|
+
else:
|
1645
|
+
cred = credential.Credential(
|
1646
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
1647
|
+
)
|
1648
|
+
http_profile = HttpProfile(
|
1649
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
1650
|
+
reqMethod="POST",
|
1651
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
1652
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
1653
|
+
)
|
1654
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
1655
|
+
if g_param[OptionsDefine.Language]:
|
1656
|
+
profile.language = g_param[OptionsDefine.Language]
|
1657
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
1658
|
+
client = mod.DcdbClient(cred, g_param[OptionsDefine.Region], profile)
|
1659
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
1660
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
1661
|
+
model = models.DescribeBackupConfigsRequest()
|
1662
|
+
model.from_json_string(json.dumps(args))
|
1663
|
+
start_time = time.time()
|
1664
|
+
while True:
|
1665
|
+
rsp = client.DescribeBackupConfigs(model)
|
1666
|
+
result = rsp.to_json_string()
|
1667
|
+
try:
|
1668
|
+
json_obj = json.loads(result)
|
1669
|
+
except TypeError as e:
|
1670
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
1671
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
1672
|
+
break
|
1673
|
+
cur_time = time.time()
|
1674
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
1675
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
1676
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
1677
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
1678
|
+
else:
|
1679
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
1680
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
1681
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1682
|
+
|
1683
|
+
|
1632
1684
|
def doDescribeDBSyncMode(args, parsed_globals):
|
1633
1685
|
g_param = parse_global_arg(parsed_globals)
|
1634
1686
|
|
@@ -3501,6 +3553,58 @@ def doCreateAccount(args, parsed_globals):
|
|
3501
3553
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3502
3554
|
|
3503
3555
|
|
3556
|
+
def doModifyBackupConfigs(args, parsed_globals):
|
3557
|
+
g_param = parse_global_arg(parsed_globals)
|
3558
|
+
|
3559
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
3560
|
+
cred = credential.CVMRoleCredential()
|
3561
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
3562
|
+
cred = credential.STSAssumeRoleCredential(
|
3563
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
3564
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
3565
|
+
)
|
3566
|
+
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):
|
3567
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
3568
|
+
else:
|
3569
|
+
cred = credential.Credential(
|
3570
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
3571
|
+
)
|
3572
|
+
http_profile = HttpProfile(
|
3573
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
3574
|
+
reqMethod="POST",
|
3575
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
3576
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
3577
|
+
)
|
3578
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
3579
|
+
if g_param[OptionsDefine.Language]:
|
3580
|
+
profile.language = g_param[OptionsDefine.Language]
|
3581
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
3582
|
+
client = mod.DcdbClient(cred, g_param[OptionsDefine.Region], profile)
|
3583
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
3584
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
3585
|
+
model = models.ModifyBackupConfigsRequest()
|
3586
|
+
model.from_json_string(json.dumps(args))
|
3587
|
+
start_time = time.time()
|
3588
|
+
while True:
|
3589
|
+
rsp = client.ModifyBackupConfigs(model)
|
3590
|
+
result = rsp.to_json_string()
|
3591
|
+
try:
|
3592
|
+
json_obj = json.loads(result)
|
3593
|
+
except TypeError as e:
|
3594
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
3595
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
3596
|
+
break
|
3597
|
+
cur_time = time.time()
|
3598
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
3599
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
3600
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
3601
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
3602
|
+
else:
|
3603
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
3604
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
3605
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3606
|
+
|
3607
|
+
|
3504
3608
|
def doModifyDBInstanceName(args, parsed_globals):
|
3505
3609
|
g_param = parse_global_arg(parsed_globals)
|
3506
3610
|
|
@@ -3907,6 +4011,7 @@ ACTION_MAP = {
|
|
3907
4011
|
"KillSession": doKillSession,
|
3908
4012
|
"DescribeDBLogFiles": doDescribeDBLogFiles,
|
3909
4013
|
"IsolateHourDCDBInstance": doIsolateHourDCDBInstance,
|
4014
|
+
"DescribeBackupConfigs": doDescribeBackupConfigs,
|
3910
4015
|
"DescribeDBSyncMode": doDescribeDBSyncMode,
|
3911
4016
|
"DescribeDCDBBinlogTime": doDescribeDCDBBinlogTime,
|
3912
4017
|
"UpgradeHourDCDBInstance": doUpgradeHourDCDBInstance,
|
@@ -3943,6 +4048,7 @@ ACTION_MAP = {
|
|
3943
4048
|
"InitDCDBInstances": doInitDCDBInstances,
|
3944
4049
|
"DescribeDCDBInstanceDetail": doDescribeDCDBInstanceDetail,
|
3945
4050
|
"CreateAccount": doCreateAccount,
|
4051
|
+
"ModifyBackupConfigs": doModifyBackupConfigs,
|
3946
4052
|
"ModifyDBInstanceName": doModifyDBInstanceName,
|
3947
4053
|
"DescribeLogFileRetentionPeriod": doDescribeLogFileRetentionPeriod,
|
3948
4054
|
"CreateTmpDCDBInstance": doCreateTmpDCDBInstance,
|