kingsoftcloud-sdk-python 1.5.8.44__py2.py3-none-any.whl → 1.5.8.49__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.
- {kingsoftcloud_sdk_python-1.5.8.44.dist-info → kingsoftcloud_sdk_python-1.5.8.49.dist-info}/METADATA +24 -13
- {kingsoftcloud_sdk_python-1.5.8.44.dist-info → kingsoftcloud_sdk_python-1.5.8.49.dist-info}/RECORD +118 -118
- {kingsoftcloud_sdk_python-1.5.8.44.dist-info → kingsoftcloud_sdk_python-1.5.8.49.dist-info}/WHEEL +1 -1
- ksyun/__init__.py +1 -1
- ksyun/client/actiontrail/v20190401/client.py +1 -3
- ksyun/client/aicp/v20240612/client.py +168 -53
- ksyun/client/aicp/v20240612/models.py +192 -7
- ksyun/client/aicp/v20251212/client.py +2 -2
- ksyun/client/aicp/v20251212/models.py +1 -1
- ksyun/client/bill/v20180601/client.py +3 -5
- ksyun/client/bill/v20220601/client.py +2 -4
- ksyun/client/bill_union/v20200101/client.py +9 -11
- ksyun/client/bill_union/v20200101/models.py +5 -5
- ksyun/client/bill_union/v20221222/client.py +6 -8
- ksyun/client/bill_union/v20250801/client.py +2 -4
- ksyun/client/bill_union/v20250801/models.py +1 -1
- ksyun/client/bws/v20160304/client.py +7 -9
- ksyun/client/cdn/v20160901/client.py +3 -5
- ksyun/client/cdn/v20200630/client.py +17 -19
- ksyun/client/cdn/v20200901/client.py +7 -9
- ksyun/client/cdn/v20211201/client.py +1 -3
- ksyun/client/cdn/v3/client.py +43 -45
- ksyun/client/cdn/v3/models.py +11 -11
- ksyun/client/cen/v20160304/client.py +26 -28
- ksyun/client/clickhouse/v20210101/client.py +39 -41
- ksyun/client/cloud_advisor/v20250610/client.py +3 -5
- ksyun/client/dmp/v20240101/client.py +20 -22
- ksyun/client/dts/v20180108/client.py +19 -21
- ksyun/client/ebs/v20160304/client.py +28 -30
- ksyun/client/ebs/v20160304/models.py +1 -1
- ksyun/client/eip/v20160304/client.py +12 -14
- ksyun/client/epc/v20151101/client.py +105 -107
- ksyun/client/epc/v20151101/models.py +19 -4
- ksyun/client/iam/v20151101/client.py +65 -67
- ksyun/client/iam/v20240513/client.py +1 -3
- ksyun/client/iam/v20240703/client.py +1 -3
- ksyun/client/influxdb/v20191010/client.py +27 -29
- ksyun/client/kad/v20161122/client.py +8 -10
- ksyun/client/kce/v20180314/client.py +17 -19
- ksyun/client/kce/v20190806/client.py +34 -36
- ksyun/client/kce/v20201231/client.py +1 -3
- ksyun/client/kce/v20230101/client.py +9 -11
- ksyun/client/kce/v20230306/client.py +22 -24
- ksyun/client/kce/v20231115/client.py +2 -4
- ksyun/client/kce2/v20230101/client.py +15 -17
- ksyun/client/kcf/v20211215/client.py +9 -11
- ksyun/client/kci/v20200702/client.py +15 -17
- ksyun/client/kci/v20200702/models.py +1 -1
- ksyun/client/kcm/v20160304/client.py +10 -12
- ksyun/client/kcrs/v20211109/client.py +44 -46
- ksyun/client/kcs/v20160701/client.py +66 -68
- ksyun/client/kcs/v20170401/client.py +1 -3
- ksyun/client/kcs/v20240701/client.py +1 -3
- ksyun/client/kead/v20200101/client.py +3 -5
- ksyun/client/kec/v20160304/client.py +565 -105
- ksyun/client/kec/v20160304/models.py +689 -22
- ksyun/client/ked/v1/client.py +44 -46
- ksyun/client/kes/v20201215/client.py +8 -10
- ksyun/client/ket/v20170101/client.py +8 -10
- ksyun/client/kfw/v20160304/client.py +648 -12
- ksyun/client/kfw/v20160304/models.py +1003 -9
- ksyun/client/kingpay/v1/client.py +1 -3
- ksyun/client/kkms/v20160304/client.py +8 -10
- ksyun/client/klog/v20200731/client.py +16 -18
- ksyun/client/kls/v20170101/client.py +8 -10
- ksyun/client/kmr/v20210902/client.py +23 -25
- ksyun/client/kmr/v20231231/client.py +7 -9
- ksyun/client/kmr/v20240814/client.py +19 -21
- ksyun/client/knad/v20230323/client.py +17 -19
- ksyun/client/kpfs/v20240930/client.py +54 -54
- ksyun/client/kpfs/v20240930/models.py +286 -81
- ksyun/client/krds/v20160701/client.py +91 -93
- ksyun/client/krds/v20200825/client.py +10 -12
- ksyun/client/memcached/v20180627/client.py +13 -15
- ksyun/client/milvus/v20231010/client.py +19 -21
- ksyun/client/mongodb/v20170101/client.py +44 -46
- ksyun/client/mongodb/v20250101/client.py +1 -3
- ksyun/client/monitor/v20100525/client.py +2 -4
- ksyun/client/monitor/v20181114/client.py +1 -3
- ksyun/client/monitor/v20210101/client.py +12 -14
- ksyun/client/monitor/v20220101/client.py +2 -4
- ksyun/client/monitor/v20250101/client.py +45 -3
- ksyun/client/monitor/v20250101/models.py +34 -2
- ksyun/client/pdns/v20160304/client.py +35 -37
- ksyun/client/postgresql/v20181225/client.py +50 -52
- ksyun/client/postgresql/v20181225/models.py +1 -1
- ksyun/client/rabbitmq/v20191017/client.py +19 -21
- ksyun/client/relyt/v20240117/client.py +1 -3
- ksyun/client/resourcemanager/v20210320/client.py +8 -10
- ksyun/client/sks/v20151101/client.py +6 -8
- ksyun/client/sks/v20151101/models.py +21 -2
- ksyun/client/slb/v20160304/client.py +93 -95
- ksyun/client/slb/v20160304/models.py +5 -5
- ksyun/client/slb/v20250430/client.py +35 -37
- ksyun/client/sqlserver/v20190425/client.py +46 -48
- ksyun/client/sts/v20151101/client.py +2 -4
- ksyun/client/tagv2/v20200901/client.py +10 -12
- ksyun/client/ter/v20240415/client.py +5 -7
- ksyun/client/tidb/v20210520/client.py +40 -42
- ksyun/client/trade/v20200114/client.py +1 -3
- ksyun/client/trade/v20200831/client.py +1 -3
- ksyun/client/trade/v20250220/client.py +4 -6
- ksyun/client/trade/v20250321/client.py +4 -6
- ksyun/client/trade/v20250828/client.py +1 -3
- ksyun/client/trade/v20250828/models.py +1 -1
- ksyun/client/vpc/v20160304/client.py +132 -134
- ksyun/client/vpc/v20160304/models.py +5 -0
- ksyun/client/waf/v20200707/client.py +20 -22
- ksyun/common/abstract_client.py +15 -3
- ksyun/common/abstract_model.py +3 -3
- ksyun/common/common_client.py +2 -0
- ksyun/common/credential.py +2 -0
- ksyun/common/exception/ksyun_sdk_exception.py +11 -7
- ksyun/common/http/request.py +2 -0
- ksyun/common/profile/client_profile.py +3 -0
- ksyun/common/profile/http_profile.py +2 -0
- {kingsoftcloud_sdk_python-1.5.8.44.dist-info → kingsoftcloud_sdk_python-1.5.8.49.dist-info}/licenses/LICENSE +0 -0
- {kingsoftcloud_sdk_python-1.5.8.44.dist-info → kingsoftcloud_sdk_python-1.5.8.49.dist-info}/top_level.txt +0 -0
|
@@ -28,7 +28,7 @@ class KrdsClient(AbstractClient):
|
|
|
28
28
|
if isinstance(e, KsyunSDKException):
|
|
29
29
|
raise
|
|
30
30
|
else:
|
|
31
|
-
raise KsyunSDKException(
|
|
31
|
+
raise KsyunSDKException(message=str(e))
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
def ModifyDBParameterGroup(self, request):
|
|
@@ -51,7 +51,7 @@ class KrdsClient(AbstractClient):
|
|
|
51
51
|
if isinstance(e, KsyunSDKException):
|
|
52
52
|
raise
|
|
53
53
|
else:
|
|
54
|
-
raise KsyunSDKException(
|
|
54
|
+
raise KsyunSDKException(message=str(e))
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
def ResetDBParameterGroup(self, request):
|
|
@@ -74,7 +74,7 @@ class KrdsClient(AbstractClient):
|
|
|
74
74
|
if isinstance(e, KsyunSDKException):
|
|
75
75
|
raise
|
|
76
76
|
else:
|
|
77
|
-
raise KsyunSDKException(
|
|
77
|
+
raise KsyunSDKException(message=str(e))
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
def DescribeDBParameterGroup(self, request):
|
|
@@ -97,7 +97,7 @@ class KrdsClient(AbstractClient):
|
|
|
97
97
|
if isinstance(e, KsyunSDKException):
|
|
98
98
|
raise
|
|
99
99
|
else:
|
|
100
|
-
raise KsyunSDKException(
|
|
100
|
+
raise KsyunSDKException(message=str(e))
|
|
101
101
|
|
|
102
102
|
|
|
103
103
|
def DescribeEngineDefaultParameters(self, request):
|
|
@@ -120,7 +120,7 @@ class KrdsClient(AbstractClient):
|
|
|
120
120
|
if isinstance(e, KsyunSDKException):
|
|
121
121
|
raise
|
|
122
122
|
else:
|
|
123
|
-
raise KsyunSDKException(
|
|
123
|
+
raise KsyunSDKException(message=str(e))
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
def CreateDBParameterGroup(self, request):
|
|
@@ -143,7 +143,7 @@ class KrdsClient(AbstractClient):
|
|
|
143
143
|
if isinstance(e, KsyunSDKException):
|
|
144
144
|
raise
|
|
145
145
|
else:
|
|
146
|
-
raise KsyunSDKException(
|
|
146
|
+
raise KsyunSDKException(message=str(e))
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
def DeleteDBParameterGroup(self, request):
|
|
@@ -166,7 +166,7 @@ class KrdsClient(AbstractClient):
|
|
|
166
166
|
if isinstance(e, KsyunSDKException):
|
|
167
167
|
raise
|
|
168
168
|
else:
|
|
169
|
-
raise KsyunSDKException(
|
|
169
|
+
raise KsyunSDKException(message=str(e))
|
|
170
170
|
|
|
171
171
|
|
|
172
172
|
def CreateDBInstance(self, request):
|
|
@@ -189,7 +189,7 @@ class KrdsClient(AbstractClient):
|
|
|
189
189
|
if isinstance(e, KsyunSDKException):
|
|
190
190
|
raise
|
|
191
191
|
else:
|
|
192
|
-
raise KsyunSDKException(
|
|
192
|
+
raise KsyunSDKException(message=str(e))
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
def RestoreDBInstanceFromDBBackup(self, request):
|
|
@@ -212,7 +212,7 @@ class KrdsClient(AbstractClient):
|
|
|
212
212
|
if isinstance(e, KsyunSDKException):
|
|
213
213
|
raise
|
|
214
214
|
else:
|
|
215
|
-
raise KsyunSDKException(
|
|
215
|
+
raise KsyunSDKException(message=str(e))
|
|
216
216
|
|
|
217
217
|
|
|
218
218
|
def DeleteDBInstance(self, request):
|
|
@@ -235,7 +235,7 @@ class KrdsClient(AbstractClient):
|
|
|
235
235
|
if isinstance(e, KsyunSDKException):
|
|
236
236
|
raise
|
|
237
237
|
else:
|
|
238
|
-
raise KsyunSDKException(
|
|
238
|
+
raise KsyunSDKException(message=str(e))
|
|
239
239
|
|
|
240
240
|
|
|
241
241
|
def CreateDBInstanceReadReplica(self, request):
|
|
@@ -258,7 +258,7 @@ class KrdsClient(AbstractClient):
|
|
|
258
258
|
if isinstance(e, KsyunSDKException):
|
|
259
259
|
raise
|
|
260
260
|
else:
|
|
261
|
-
raise KsyunSDKException(
|
|
261
|
+
raise KsyunSDKException(message=str(e))
|
|
262
262
|
|
|
263
263
|
|
|
264
264
|
def RestoreDBInstanceToPointInTime(self, request):
|
|
@@ -281,7 +281,7 @@ class KrdsClient(AbstractClient):
|
|
|
281
281
|
if isinstance(e, KsyunSDKException):
|
|
282
282
|
raise
|
|
283
283
|
else:
|
|
284
|
-
raise KsyunSDKException(
|
|
284
|
+
raise KsyunSDKException(message=str(e))
|
|
285
285
|
|
|
286
286
|
|
|
287
287
|
def DescribeDBInstanceRestorableTime(self, request):
|
|
@@ -304,7 +304,7 @@ class KrdsClient(AbstractClient):
|
|
|
304
304
|
if isinstance(e, KsyunSDKException):
|
|
305
305
|
raise
|
|
306
306
|
else:
|
|
307
|
-
raise KsyunSDKException(
|
|
307
|
+
raise KsyunSDKException(message=str(e))
|
|
308
308
|
|
|
309
309
|
|
|
310
310
|
def ModifyDBInstance(self, request):
|
|
@@ -327,7 +327,7 @@ class KrdsClient(AbstractClient):
|
|
|
327
327
|
if isinstance(e, KsyunSDKException):
|
|
328
328
|
raise
|
|
329
329
|
else:
|
|
330
|
-
raise KsyunSDKException(
|
|
330
|
+
raise KsyunSDKException(message=str(e))
|
|
331
331
|
|
|
332
332
|
|
|
333
333
|
def DescribeDBLogFiles(self, request):
|
|
@@ -350,7 +350,7 @@ class KrdsClient(AbstractClient):
|
|
|
350
350
|
if isinstance(e, KsyunSDKException):
|
|
351
351
|
raise
|
|
352
352
|
else:
|
|
353
|
-
raise KsyunSDKException(
|
|
353
|
+
raise KsyunSDKException(message=str(e))
|
|
354
354
|
|
|
355
355
|
|
|
356
356
|
def DescribeDBBackups(self, request):
|
|
@@ -373,7 +373,7 @@ class KrdsClient(AbstractClient):
|
|
|
373
373
|
if isinstance(e, KsyunSDKException):
|
|
374
374
|
raise
|
|
375
375
|
else:
|
|
376
|
-
raise KsyunSDKException(
|
|
376
|
+
raise KsyunSDKException(message=str(e))
|
|
377
377
|
|
|
378
378
|
|
|
379
379
|
def ModifyDBInstanceSpec(self, request):
|
|
@@ -396,7 +396,7 @@ class KrdsClient(AbstractClient):
|
|
|
396
396
|
if isinstance(e, KsyunSDKException):
|
|
397
397
|
raise
|
|
398
398
|
else:
|
|
399
|
-
raise KsyunSDKException(
|
|
399
|
+
raise KsyunSDKException(message=str(e))
|
|
400
400
|
|
|
401
401
|
|
|
402
402
|
def DescribeDBInstances(self, request):
|
|
@@ -419,7 +419,7 @@ class KrdsClient(AbstractClient):
|
|
|
419
419
|
if isinstance(e, KsyunSDKException):
|
|
420
420
|
raise
|
|
421
421
|
else:
|
|
422
|
-
raise KsyunSDKException(
|
|
422
|
+
raise KsyunSDKException(message=str(e))
|
|
423
423
|
|
|
424
424
|
|
|
425
425
|
def OverrideDBInstance(self, request):
|
|
@@ -442,7 +442,7 @@ class KrdsClient(AbstractClient):
|
|
|
442
442
|
if isinstance(e, KsyunSDKException):
|
|
443
443
|
raise
|
|
444
444
|
else:
|
|
445
|
-
raise KsyunSDKException(
|
|
445
|
+
raise KsyunSDKException(message=str(e))
|
|
446
446
|
|
|
447
447
|
|
|
448
448
|
def DescribeDBEngineVersions(self, request):
|
|
@@ -465,7 +465,7 @@ class KrdsClient(AbstractClient):
|
|
|
465
465
|
if isinstance(e, KsyunSDKException):
|
|
466
466
|
raise
|
|
467
467
|
else:
|
|
468
|
-
raise KsyunSDKException(
|
|
468
|
+
raise KsyunSDKException(message=str(e))
|
|
469
469
|
|
|
470
470
|
|
|
471
471
|
def UpgradeDBInstanceEngineVersion(self, request):
|
|
@@ -488,7 +488,7 @@ class KrdsClient(AbstractClient):
|
|
|
488
488
|
if isinstance(e, KsyunSDKException):
|
|
489
489
|
raise
|
|
490
490
|
else:
|
|
491
|
-
raise KsyunSDKException(
|
|
491
|
+
raise KsyunSDKException(message=str(e))
|
|
492
492
|
|
|
493
493
|
|
|
494
494
|
def ModifyDBInstanceType(self, request):
|
|
@@ -511,7 +511,7 @@ class KrdsClient(AbstractClient):
|
|
|
511
511
|
if isinstance(e, KsyunSDKException):
|
|
512
512
|
raise
|
|
513
513
|
else:
|
|
514
|
-
raise KsyunSDKException(
|
|
514
|
+
raise KsyunSDKException(message=str(e))
|
|
515
515
|
|
|
516
516
|
|
|
517
517
|
def DescribeDBInstanceParameters(self, request):
|
|
@@ -534,7 +534,7 @@ class KrdsClient(AbstractClient):
|
|
|
534
534
|
if isinstance(e, KsyunSDKException):
|
|
535
535
|
raise
|
|
536
536
|
else:
|
|
537
|
-
raise KsyunSDKException(
|
|
537
|
+
raise KsyunSDKException(message=str(e))
|
|
538
538
|
|
|
539
539
|
|
|
540
540
|
def ModifyDBBackupPolicy(self, request):
|
|
@@ -557,7 +557,7 @@ class KrdsClient(AbstractClient):
|
|
|
557
557
|
if isinstance(e, KsyunSDKException):
|
|
558
558
|
raise
|
|
559
559
|
else:
|
|
560
|
-
raise KsyunSDKException(
|
|
560
|
+
raise KsyunSDKException(message=str(e))
|
|
561
561
|
|
|
562
562
|
|
|
563
563
|
def DescribeDBBackupPolicy(self, request):
|
|
@@ -580,7 +580,7 @@ class KrdsClient(AbstractClient):
|
|
|
580
580
|
if isinstance(e, KsyunSDKException):
|
|
581
581
|
raise
|
|
582
582
|
else:
|
|
583
|
-
raise KsyunSDKException(
|
|
583
|
+
raise KsyunSDKException(message=str(e))
|
|
584
584
|
|
|
585
585
|
|
|
586
586
|
def DeleteDBBackup(self, request):
|
|
@@ -603,7 +603,7 @@ class KrdsClient(AbstractClient):
|
|
|
603
603
|
if isinstance(e, KsyunSDKException):
|
|
604
604
|
raise
|
|
605
605
|
else:
|
|
606
|
-
raise KsyunSDKException(
|
|
606
|
+
raise KsyunSDKException(message=str(e))
|
|
607
607
|
|
|
608
608
|
|
|
609
609
|
def CreateDBBackup(self, request):
|
|
@@ -626,7 +626,7 @@ class KrdsClient(AbstractClient):
|
|
|
626
626
|
if isinstance(e, KsyunSDKException):
|
|
627
627
|
raise
|
|
628
628
|
else:
|
|
629
|
-
raise KsyunSDKException(
|
|
629
|
+
raise KsyunSDKException(message=str(e))
|
|
630
630
|
|
|
631
631
|
|
|
632
632
|
def SwitchDBInstanceHA(self, request):
|
|
@@ -649,7 +649,7 @@ class KrdsClient(AbstractClient):
|
|
|
649
649
|
if isinstance(e, KsyunSDKException):
|
|
650
650
|
raise
|
|
651
651
|
else:
|
|
652
|
-
raise KsyunSDKException(
|
|
652
|
+
raise KsyunSDKException(message=str(e))
|
|
653
653
|
|
|
654
654
|
|
|
655
655
|
def GenerateDBAdminURL(self, request):
|
|
@@ -672,7 +672,7 @@ class KrdsClient(AbstractClient):
|
|
|
672
672
|
if isinstance(e, KsyunSDKException):
|
|
673
673
|
raise
|
|
674
674
|
else:
|
|
675
|
-
raise KsyunSDKException(
|
|
675
|
+
raise KsyunSDKException(message=str(e))
|
|
676
676
|
|
|
677
677
|
|
|
678
678
|
def AllocateDBInstanceEip(self, request):
|
|
@@ -695,7 +695,7 @@ class KrdsClient(AbstractClient):
|
|
|
695
695
|
if isinstance(e, KsyunSDKException):
|
|
696
696
|
raise
|
|
697
697
|
else:
|
|
698
|
-
raise KsyunSDKException(
|
|
698
|
+
raise KsyunSDKException(message=str(e))
|
|
699
699
|
|
|
700
700
|
|
|
701
701
|
def ReleaseDBInstanceEip(self, request):
|
|
@@ -718,7 +718,7 @@ class KrdsClient(AbstractClient):
|
|
|
718
718
|
if isinstance(e, KsyunSDKException):
|
|
719
719
|
raise
|
|
720
720
|
else:
|
|
721
|
-
raise KsyunSDKException(
|
|
721
|
+
raise KsyunSDKException(message=str(e))
|
|
722
722
|
|
|
723
723
|
|
|
724
724
|
def ModifyDBInstanceAvailabilityZone(self, request):
|
|
@@ -741,7 +741,7 @@ class KrdsClient(AbstractClient):
|
|
|
741
741
|
if isinstance(e, KsyunSDKException):
|
|
742
742
|
raise
|
|
743
743
|
else:
|
|
744
|
-
raise KsyunSDKException(
|
|
744
|
+
raise KsyunSDKException(message=str(e))
|
|
745
745
|
|
|
746
746
|
|
|
747
747
|
def CreateSecurityGroup(self, request):
|
|
@@ -764,7 +764,7 @@ class KrdsClient(AbstractClient):
|
|
|
764
764
|
if isinstance(e, KsyunSDKException):
|
|
765
765
|
raise
|
|
766
766
|
else:
|
|
767
|
-
raise KsyunSDKException(
|
|
767
|
+
raise KsyunSDKException(message=str(e))
|
|
768
768
|
|
|
769
769
|
|
|
770
770
|
def DescribeSecurityGroup(self, request):
|
|
@@ -787,7 +787,7 @@ class KrdsClient(AbstractClient):
|
|
|
787
787
|
if isinstance(e, KsyunSDKException):
|
|
788
788
|
raise
|
|
789
789
|
else:
|
|
790
|
-
raise KsyunSDKException(
|
|
790
|
+
raise KsyunSDKException(message=str(e))
|
|
791
791
|
|
|
792
792
|
|
|
793
793
|
def DeleteSecurityGroup(self, request):
|
|
@@ -810,7 +810,7 @@ class KrdsClient(AbstractClient):
|
|
|
810
810
|
if isinstance(e, KsyunSDKException):
|
|
811
811
|
raise
|
|
812
812
|
else:
|
|
813
|
-
raise KsyunSDKException(
|
|
813
|
+
raise KsyunSDKException(message=str(e))
|
|
814
814
|
|
|
815
815
|
|
|
816
816
|
def ModifySecurityGroup(self, request):
|
|
@@ -833,7 +833,7 @@ class KrdsClient(AbstractClient):
|
|
|
833
833
|
if isinstance(e, KsyunSDKException):
|
|
834
834
|
raise
|
|
835
835
|
else:
|
|
836
|
-
raise KsyunSDKException(
|
|
836
|
+
raise KsyunSDKException(message=str(e))
|
|
837
837
|
|
|
838
838
|
|
|
839
839
|
def CloneSecurityGroup(self, request):
|
|
@@ -856,7 +856,7 @@ class KrdsClient(AbstractClient):
|
|
|
856
856
|
if isinstance(e, KsyunSDKException):
|
|
857
857
|
raise
|
|
858
858
|
else:
|
|
859
|
-
raise KsyunSDKException(
|
|
859
|
+
raise KsyunSDKException(message=str(e))
|
|
860
860
|
|
|
861
861
|
|
|
862
862
|
def ModifySecurityGroupRule(self, request):
|
|
@@ -879,7 +879,7 @@ class KrdsClient(AbstractClient):
|
|
|
879
879
|
if isinstance(e, KsyunSDKException):
|
|
880
880
|
raise
|
|
881
881
|
else:
|
|
882
|
-
raise KsyunSDKException(
|
|
882
|
+
raise KsyunSDKException(message=str(e))
|
|
883
883
|
|
|
884
884
|
|
|
885
885
|
def SecurityGroupRelation(self, request):
|
|
@@ -902,7 +902,7 @@ class KrdsClient(AbstractClient):
|
|
|
902
902
|
if isinstance(e, KsyunSDKException):
|
|
903
903
|
raise
|
|
904
904
|
else:
|
|
905
|
-
raise KsyunSDKException(
|
|
905
|
+
raise KsyunSDKException(message=str(e))
|
|
906
906
|
|
|
907
907
|
|
|
908
908
|
def ModifySecurityGroupRuleName(self, request):
|
|
@@ -925,7 +925,7 @@ class KrdsClient(AbstractClient):
|
|
|
925
925
|
if isinstance(e, KsyunSDKException):
|
|
926
926
|
raise
|
|
927
927
|
else:
|
|
928
|
-
raise KsyunSDKException(
|
|
928
|
+
raise KsyunSDKException(message=str(e))
|
|
929
929
|
|
|
930
930
|
|
|
931
931
|
def DescribeLastLog(self, request):
|
|
@@ -948,7 +948,7 @@ class KrdsClient(AbstractClient):
|
|
|
948
948
|
if isinstance(e, KsyunSDKException):
|
|
949
949
|
raise
|
|
950
950
|
else:
|
|
951
|
-
raise KsyunSDKException(
|
|
951
|
+
raise KsyunSDKException(message=str(e))
|
|
952
952
|
|
|
953
953
|
|
|
954
954
|
def StartAudit(self, request):
|
|
@@ -971,7 +971,7 @@ class KrdsClient(AbstractClient):
|
|
|
971
971
|
if isinstance(e, KsyunSDKException):
|
|
972
972
|
raise
|
|
973
973
|
else:
|
|
974
|
-
raise KsyunSDKException(
|
|
974
|
+
raise KsyunSDKException(message=str(e))
|
|
975
975
|
|
|
976
976
|
|
|
977
977
|
def StopAudit(self, request):
|
|
@@ -994,7 +994,7 @@ class KrdsClient(AbstractClient):
|
|
|
994
994
|
if isinstance(e, KsyunSDKException):
|
|
995
995
|
raise
|
|
996
996
|
else:
|
|
997
|
-
raise KsyunSDKException(
|
|
997
|
+
raise KsyunSDKException(message=str(e))
|
|
998
998
|
|
|
999
999
|
|
|
1000
1000
|
def ListAudit(self, request):
|
|
@@ -1017,7 +1017,7 @@ class KrdsClient(AbstractClient):
|
|
|
1017
1017
|
if isinstance(e, KsyunSDKException):
|
|
1018
1018
|
raise
|
|
1019
1019
|
else:
|
|
1020
|
-
raise KsyunSDKException(
|
|
1020
|
+
raise KsyunSDKException(message=str(e))
|
|
1021
1021
|
|
|
1022
1022
|
|
|
1023
1023
|
def AuditStatistic(self, request):
|
|
@@ -1040,7 +1040,7 @@ class KrdsClient(AbstractClient):
|
|
|
1040
1040
|
if isinstance(e, KsyunSDKException):
|
|
1041
1041
|
raise
|
|
1042
1042
|
else:
|
|
1043
|
-
raise KsyunSDKException(
|
|
1043
|
+
raise KsyunSDKException(message=str(e))
|
|
1044
1044
|
|
|
1045
1045
|
|
|
1046
1046
|
def GetCurrentDatabaseInfo(self, request):
|
|
@@ -1063,7 +1063,7 @@ class KrdsClient(AbstractClient):
|
|
|
1063
1063
|
if isinstance(e, KsyunSDKException):
|
|
1064
1064
|
raise
|
|
1065
1065
|
else:
|
|
1066
|
-
raise KsyunSDKException(
|
|
1066
|
+
raise KsyunSDKException(message=str(e))
|
|
1067
1067
|
|
|
1068
1068
|
|
|
1069
1069
|
def GetTableRestorableTime(self, request):
|
|
@@ -1086,7 +1086,7 @@ class KrdsClient(AbstractClient):
|
|
|
1086
1086
|
if isinstance(e, KsyunSDKException):
|
|
1087
1087
|
raise
|
|
1088
1088
|
else:
|
|
1089
|
-
raise KsyunSDKException(
|
|
1089
|
+
raise KsyunSDKException(message=str(e))
|
|
1090
1090
|
|
|
1091
1091
|
|
|
1092
1092
|
def GetHistoryDatabaseInfo(self, request):
|
|
@@ -1109,7 +1109,7 @@ class KrdsClient(AbstractClient):
|
|
|
1109
1109
|
if isinstance(e, KsyunSDKException):
|
|
1110
1110
|
raise
|
|
1111
1111
|
else:
|
|
1112
|
-
raise KsyunSDKException(
|
|
1112
|
+
raise KsyunSDKException(message=str(e))
|
|
1113
1113
|
|
|
1114
1114
|
|
|
1115
1115
|
def OverrideDBInstanceByPointInTime(self, request):
|
|
@@ -1132,7 +1132,7 @@ class KrdsClient(AbstractClient):
|
|
|
1132
1132
|
if isinstance(e, KsyunSDKException):
|
|
1133
1133
|
raise
|
|
1134
1134
|
else:
|
|
1135
|
-
raise KsyunSDKException(
|
|
1135
|
+
raise KsyunSDKException(message=str(e))
|
|
1136
1136
|
|
|
1137
1137
|
|
|
1138
1138
|
def RestoreToCurInstance(self, request):
|
|
@@ -1155,7 +1155,7 @@ class KrdsClient(AbstractClient):
|
|
|
1155
1155
|
if isinstance(e, KsyunSDKException):
|
|
1156
1156
|
raise
|
|
1157
1157
|
else:
|
|
1158
|
-
raise KsyunSDKException(
|
|
1158
|
+
raise KsyunSDKException(message=str(e))
|
|
1159
1159
|
|
|
1160
1160
|
|
|
1161
1161
|
def RestoreToSgInstance(self, request):
|
|
@@ -1178,7 +1178,7 @@ class KrdsClient(AbstractClient):
|
|
|
1178
1178
|
if isinstance(e, KsyunSDKException):
|
|
1179
1179
|
raise
|
|
1180
1180
|
else:
|
|
1181
|
-
raise KsyunSDKException(
|
|
1181
|
+
raise KsyunSDKException(message=str(e))
|
|
1182
1182
|
|
|
1183
1183
|
|
|
1184
1184
|
def DescribeAuditHotCount(self, request):
|
|
@@ -1201,7 +1201,7 @@ class KrdsClient(AbstractClient):
|
|
|
1201
1201
|
if isinstance(e, KsyunSDKException):
|
|
1202
1202
|
raise
|
|
1203
1203
|
else:
|
|
1204
|
-
raise KsyunSDKException(
|
|
1204
|
+
raise KsyunSDKException(message=str(e))
|
|
1205
1205
|
|
|
1206
1206
|
|
|
1207
1207
|
def DescribeAuditHotDuration(self, request):
|
|
@@ -1224,7 +1224,7 @@ class KrdsClient(AbstractClient):
|
|
|
1224
1224
|
if isinstance(e, KsyunSDKException):
|
|
1225
1225
|
raise
|
|
1226
1226
|
else:
|
|
1227
|
-
raise KsyunSDKException(
|
|
1227
|
+
raise KsyunSDKException(message=str(e))
|
|
1228
1228
|
|
|
1229
1229
|
|
|
1230
1230
|
def SqlAuditReport(self, request):
|
|
@@ -1247,7 +1247,7 @@ class KrdsClient(AbstractClient):
|
|
|
1247
1247
|
if isinstance(e, KsyunSDKException):
|
|
1248
1248
|
raise
|
|
1249
1249
|
else:
|
|
1250
|
-
raise KsyunSDKException(
|
|
1250
|
+
raise KsyunSDKException(message=str(e))
|
|
1251
1251
|
|
|
1252
1252
|
|
|
1253
1253
|
def SqlAuditLineChart(self, request):
|
|
@@ -1270,7 +1270,7 @@ class KrdsClient(AbstractClient):
|
|
|
1270
1270
|
if isinstance(e, KsyunSDKException):
|
|
1271
1271
|
raise
|
|
1272
1272
|
else:
|
|
1273
|
-
raise KsyunSDKException(
|
|
1273
|
+
raise KsyunSDKException(message=str(e))
|
|
1274
1274
|
|
|
1275
1275
|
|
|
1276
1276
|
def SlowLogReport(self, request):
|
|
@@ -1293,7 +1293,7 @@ class KrdsClient(AbstractClient):
|
|
|
1293
1293
|
if isinstance(e, KsyunSDKException):
|
|
1294
1294
|
raise
|
|
1295
1295
|
else:
|
|
1296
|
-
raise KsyunSDKException(
|
|
1296
|
+
raise KsyunSDKException(message=str(e))
|
|
1297
1297
|
|
|
1298
1298
|
|
|
1299
1299
|
def SlowLogLineChart(self, request):
|
|
@@ -1316,7 +1316,7 @@ class KrdsClient(AbstractClient):
|
|
|
1316
1316
|
if isinstance(e, KsyunSDKException):
|
|
1317
1317
|
raise
|
|
1318
1318
|
else:
|
|
1319
|
-
raise KsyunSDKException(
|
|
1319
|
+
raise KsyunSDKException(message=str(e))
|
|
1320
1320
|
|
|
1321
1321
|
|
|
1322
1322
|
def SlowLogDetail(self, request):
|
|
@@ -1339,7 +1339,7 @@ class KrdsClient(AbstractClient):
|
|
|
1339
1339
|
if isinstance(e, KsyunSDKException):
|
|
1340
1340
|
raise
|
|
1341
1341
|
else:
|
|
1342
|
-
raise KsyunSDKException(
|
|
1342
|
+
raise KsyunSDKException(message=str(e))
|
|
1343
1343
|
|
|
1344
1344
|
|
|
1345
1345
|
def StartAuditDetailExportTask(self, request):
|
|
@@ -1362,7 +1362,7 @@ class KrdsClient(AbstractClient):
|
|
|
1362
1362
|
if isinstance(e, KsyunSDKException):
|
|
1363
1363
|
raise
|
|
1364
1364
|
else:
|
|
1365
|
-
raise KsyunSDKException(
|
|
1365
|
+
raise KsyunSDKException(message=str(e))
|
|
1366
1366
|
|
|
1367
1367
|
|
|
1368
1368
|
def ListAuditDetailExportTask(self, request):
|
|
@@ -1385,7 +1385,7 @@ class KrdsClient(AbstractClient):
|
|
|
1385
1385
|
if isinstance(e, KsyunSDKException):
|
|
1386
1386
|
raise
|
|
1387
1387
|
else:
|
|
1388
|
-
raise KsyunSDKException(
|
|
1388
|
+
raise KsyunSDKException(message=str(e))
|
|
1389
1389
|
|
|
1390
1390
|
|
|
1391
1391
|
def CreateInstanceAccount(self, request):
|
|
@@ -1408,7 +1408,7 @@ class KrdsClient(AbstractClient):
|
|
|
1408
1408
|
if isinstance(e, KsyunSDKException):
|
|
1409
1409
|
raise
|
|
1410
1410
|
else:
|
|
1411
|
-
raise KsyunSDKException(
|
|
1411
|
+
raise KsyunSDKException(message=str(e))
|
|
1412
1412
|
|
|
1413
1413
|
|
|
1414
1414
|
def DescribeInstanceAccounts(self, request):
|
|
@@ -1431,7 +1431,7 @@ class KrdsClient(AbstractClient):
|
|
|
1431
1431
|
if isinstance(e, KsyunSDKException):
|
|
1432
1432
|
raise
|
|
1433
1433
|
else:
|
|
1434
|
-
raise KsyunSDKException(
|
|
1434
|
+
raise KsyunSDKException(message=str(e))
|
|
1435
1435
|
|
|
1436
1436
|
|
|
1437
1437
|
def ModifyInstanceAccountInfo(self, request):
|
|
@@ -1454,7 +1454,7 @@ class KrdsClient(AbstractClient):
|
|
|
1454
1454
|
if isinstance(e, KsyunSDKException):
|
|
1455
1455
|
raise
|
|
1456
1456
|
else:
|
|
1457
|
-
raise KsyunSDKException(
|
|
1457
|
+
raise KsyunSDKException(message=str(e))
|
|
1458
1458
|
|
|
1459
1459
|
|
|
1460
1460
|
def ModifyInstanceAccountPrivileges(self, request):
|
|
@@ -1477,7 +1477,7 @@ class KrdsClient(AbstractClient):
|
|
|
1477
1477
|
if isinstance(e, KsyunSDKException):
|
|
1478
1478
|
raise
|
|
1479
1479
|
else:
|
|
1480
|
-
raise KsyunSDKException(
|
|
1480
|
+
raise KsyunSDKException(message=str(e))
|
|
1481
1481
|
|
|
1482
1482
|
|
|
1483
1483
|
def DeleteInstanceAccount(self, request):
|
|
@@ -1500,7 +1500,7 @@ class KrdsClient(AbstractClient):
|
|
|
1500
1500
|
if isinstance(e, KsyunSDKException):
|
|
1501
1501
|
raise
|
|
1502
1502
|
else:
|
|
1503
|
-
raise KsyunSDKException(
|
|
1503
|
+
raise KsyunSDKException(message=str(e))
|
|
1504
1504
|
|
|
1505
1505
|
|
|
1506
1506
|
def DescribeCollations(self, request):
|
|
@@ -1523,7 +1523,7 @@ class KrdsClient(AbstractClient):
|
|
|
1523
1523
|
if isinstance(e, KsyunSDKException):
|
|
1524
1524
|
raise
|
|
1525
1525
|
else:
|
|
1526
|
-
raise KsyunSDKException(
|
|
1526
|
+
raise KsyunSDKException(message=str(e))
|
|
1527
1527
|
|
|
1528
1528
|
|
|
1529
1529
|
def CreateInstanceDatabase(self, request):
|
|
@@ -1546,7 +1546,7 @@ class KrdsClient(AbstractClient):
|
|
|
1546
1546
|
if isinstance(e, KsyunSDKException):
|
|
1547
1547
|
raise
|
|
1548
1548
|
else:
|
|
1549
|
-
raise KsyunSDKException(
|
|
1549
|
+
raise KsyunSDKException(message=str(e))
|
|
1550
1550
|
|
|
1551
1551
|
|
|
1552
1552
|
def ModifyInstanceDatabasePrivileges(self, request):
|
|
@@ -1569,7 +1569,7 @@ class KrdsClient(AbstractClient):
|
|
|
1569
1569
|
if isinstance(e, KsyunSDKException):
|
|
1570
1570
|
raise
|
|
1571
1571
|
else:
|
|
1572
|
-
raise KsyunSDKException(
|
|
1572
|
+
raise KsyunSDKException(message=str(e))
|
|
1573
1573
|
|
|
1574
1574
|
|
|
1575
1575
|
def DescribeInstanceDatabases(self, request):
|
|
@@ -1592,7 +1592,7 @@ class KrdsClient(AbstractClient):
|
|
|
1592
1592
|
if isinstance(e, KsyunSDKException):
|
|
1593
1593
|
raise
|
|
1594
1594
|
else:
|
|
1595
|
-
raise KsyunSDKException(
|
|
1595
|
+
raise KsyunSDKException(message=str(e))
|
|
1596
1596
|
|
|
1597
1597
|
|
|
1598
1598
|
def ModifyInstanceDatabaseInfo(self, request):
|
|
@@ -1615,7 +1615,7 @@ class KrdsClient(AbstractClient):
|
|
|
1615
1615
|
if isinstance(e, KsyunSDKException):
|
|
1616
1616
|
raise
|
|
1617
1617
|
else:
|
|
1618
|
-
raise KsyunSDKException(
|
|
1618
|
+
raise KsyunSDKException(message=str(e))
|
|
1619
1619
|
|
|
1620
1620
|
|
|
1621
1621
|
def StartSlowLogDetailExportTask(self, request):
|
|
@@ -1638,7 +1638,7 @@ class KrdsClient(AbstractClient):
|
|
|
1638
1638
|
if isinstance(e, KsyunSDKException):
|
|
1639
1639
|
raise
|
|
1640
1640
|
else:
|
|
1641
|
-
raise KsyunSDKException(
|
|
1641
|
+
raise KsyunSDKException(message=str(e))
|
|
1642
1642
|
|
|
1643
1643
|
|
|
1644
1644
|
def ListSlowLogDetailExportTask(self, request):
|
|
@@ -1661,7 +1661,7 @@ class KrdsClient(AbstractClient):
|
|
|
1661
1661
|
if isinstance(e, KsyunSDKException):
|
|
1662
1662
|
raise
|
|
1663
1663
|
else:
|
|
1664
|
-
raise KsyunSDKException(
|
|
1664
|
+
raise KsyunSDKException(message=str(e))
|
|
1665
1665
|
|
|
1666
1666
|
|
|
1667
1667
|
def CreateInstanceAccountAction(self, request):
|
|
@@ -1684,7 +1684,7 @@ class KrdsClient(AbstractClient):
|
|
|
1684
1684
|
if isinstance(e, KsyunSDKException):
|
|
1685
1685
|
raise
|
|
1686
1686
|
else:
|
|
1687
|
-
raise KsyunSDKException(
|
|
1687
|
+
raise KsyunSDKException(message=str(e))
|
|
1688
1688
|
|
|
1689
1689
|
|
|
1690
1690
|
def ModifyInstanceAccountPrivilegesAction(self, request):
|
|
@@ -1707,7 +1707,7 @@ class KrdsClient(AbstractClient):
|
|
|
1707
1707
|
if isinstance(e, KsyunSDKException):
|
|
1708
1708
|
raise
|
|
1709
1709
|
else:
|
|
1710
|
-
raise KsyunSDKException(
|
|
1710
|
+
raise KsyunSDKException(message=str(e))
|
|
1711
1711
|
|
|
1712
1712
|
|
|
1713
1713
|
def DeleteInstanceAccountAction(self, request):
|
|
@@ -1730,7 +1730,7 @@ class KrdsClient(AbstractClient):
|
|
|
1730
1730
|
if isinstance(e, KsyunSDKException):
|
|
1731
1731
|
raise
|
|
1732
1732
|
else:
|
|
1733
|
-
raise KsyunSDKException(
|
|
1733
|
+
raise KsyunSDKException(message=str(e))
|
|
1734
1734
|
|
|
1735
1735
|
|
|
1736
1736
|
def DeleteInstanceDatabaseAction(self, request):
|
|
@@ -1753,7 +1753,7 @@ class KrdsClient(AbstractClient):
|
|
|
1753
1753
|
if isinstance(e, KsyunSDKException):
|
|
1754
1754
|
raise
|
|
1755
1755
|
else:
|
|
1756
|
-
raise KsyunSDKException(
|
|
1756
|
+
raise KsyunSDKException(message=str(e))
|
|
1757
1757
|
|
|
1758
1758
|
|
|
1759
1759
|
def ModifyDBNetwork(self, request):
|
|
@@ -1776,7 +1776,7 @@ class KrdsClient(AbstractClient):
|
|
|
1776
1776
|
if isinstance(e, KsyunSDKException):
|
|
1777
1777
|
raise
|
|
1778
1778
|
else:
|
|
1779
|
-
raise KsyunSDKException(
|
|
1779
|
+
raise KsyunSDKException(message=str(e))
|
|
1780
1780
|
|
|
1781
1781
|
|
|
1782
1782
|
def DescribeDBInstanceMonitorPeriod(self, request):
|
|
@@ -1799,7 +1799,7 @@ class KrdsClient(AbstractClient):
|
|
|
1799
1799
|
if isinstance(e, KsyunSDKException):
|
|
1800
1800
|
raise
|
|
1801
1801
|
else:
|
|
1802
|
-
raise KsyunSDKException(
|
|
1802
|
+
raise KsyunSDKException(message=str(e))
|
|
1803
1803
|
|
|
1804
1804
|
|
|
1805
1805
|
def ModifyDBInstanceMonitorPeriod(self, request):
|
|
@@ -1822,7 +1822,7 @@ class KrdsClient(AbstractClient):
|
|
|
1822
1822
|
if isinstance(e, KsyunSDKException):
|
|
1823
1823
|
raise
|
|
1824
1824
|
else:
|
|
1825
|
-
raise KsyunSDKException(
|
|
1825
|
+
raise KsyunSDKException(message=str(e))
|
|
1826
1826
|
|
|
1827
1827
|
|
|
1828
1828
|
def DescribeEngineParametersModifyHistory(self, request):
|
|
@@ -1845,7 +1845,7 @@ class KrdsClient(AbstractClient):
|
|
|
1845
1845
|
if isinstance(e, KsyunSDKException):
|
|
1846
1846
|
raise
|
|
1847
1847
|
else:
|
|
1848
|
-
raise KsyunSDKException(
|
|
1848
|
+
raise KsyunSDKException(message=str(e))
|
|
1849
1849
|
|
|
1850
1850
|
|
|
1851
1851
|
def BatchApplyDBParameterGroup(self, request):
|
|
@@ -1868,7 +1868,7 @@ class KrdsClient(AbstractClient):
|
|
|
1868
1868
|
if isinstance(e, KsyunSDKException):
|
|
1869
1869
|
raise
|
|
1870
1870
|
else:
|
|
1871
|
-
raise KsyunSDKException(
|
|
1871
|
+
raise KsyunSDKException(message=str(e))
|
|
1872
1872
|
|
|
1873
1873
|
|
|
1874
1874
|
def UpgradeDBInstanceLatesVersion(self, request):
|
|
@@ -1891,7 +1891,7 @@ class KrdsClient(AbstractClient):
|
|
|
1891
1891
|
if isinstance(e, KsyunSDKException):
|
|
1892
1892
|
raise
|
|
1893
1893
|
else:
|
|
1894
|
-
raise KsyunSDKException(
|
|
1894
|
+
raise KsyunSDKException(message=str(e))
|
|
1895
1895
|
|
|
1896
1896
|
|
|
1897
1897
|
def DescribeProxyInstance(self, request):
|
|
@@ -1914,7 +1914,7 @@ class KrdsClient(AbstractClient):
|
|
|
1914
1914
|
if isinstance(e, KsyunSDKException):
|
|
1915
1915
|
raise
|
|
1916
1916
|
else:
|
|
1917
|
-
raise KsyunSDKException(
|
|
1917
|
+
raise KsyunSDKException(message=str(e))
|
|
1918
1918
|
|
|
1919
1919
|
|
|
1920
1920
|
def SetUpProxyInstance(self, request):
|
|
@@ -1937,7 +1937,7 @@ class KrdsClient(AbstractClient):
|
|
|
1937
1937
|
if isinstance(e, KsyunSDKException):
|
|
1938
1938
|
raise
|
|
1939
1939
|
else:
|
|
1940
|
-
raise KsyunSDKException(
|
|
1940
|
+
raise KsyunSDKException(message=str(e))
|
|
1941
1941
|
|
|
1942
1942
|
|
|
1943
1943
|
def TemporaryCloseSwitchover(self, request):
|
|
@@ -1960,7 +1960,7 @@ class KrdsClient(AbstractClient):
|
|
|
1960
1960
|
if isinstance(e, KsyunSDKException):
|
|
1961
1961
|
raise
|
|
1962
1962
|
else:
|
|
1963
|
-
raise KsyunSDKException(
|
|
1963
|
+
raise KsyunSDKException(message=str(e))
|
|
1964
1964
|
|
|
1965
1965
|
|
|
1966
1966
|
def DescribeBackupOverview(self, request):
|
|
@@ -1983,7 +1983,7 @@ class KrdsClient(AbstractClient):
|
|
|
1983
1983
|
if isinstance(e, KsyunSDKException):
|
|
1984
1984
|
raise
|
|
1985
1985
|
else:
|
|
1986
|
-
raise KsyunSDKException(
|
|
1986
|
+
raise KsyunSDKException(message=str(e))
|
|
1987
1987
|
|
|
1988
1988
|
|
|
1989
1989
|
def DescribeStatisticBackupDetails(self, request):
|
|
@@ -2006,7 +2006,7 @@ class KrdsClient(AbstractClient):
|
|
|
2006
2006
|
if isinstance(e, KsyunSDKException):
|
|
2007
2007
|
raise
|
|
2008
2008
|
else:
|
|
2009
|
-
raise KsyunSDKException(
|
|
2009
|
+
raise KsyunSDKException(message=str(e))
|
|
2010
2010
|
|
|
2011
2011
|
|
|
2012
2012
|
def ModifyMaintenanceTime(self, request):
|
|
@@ -2029,7 +2029,7 @@ class KrdsClient(AbstractClient):
|
|
|
2029
2029
|
if isinstance(e, KsyunSDKException):
|
|
2030
2030
|
raise
|
|
2031
2031
|
else:
|
|
2032
|
-
raise KsyunSDKException(
|
|
2032
|
+
raise KsyunSDKException(message=str(e))
|
|
2033
2033
|
|
|
2034
2034
|
|
|
2035
2035
|
def ModifyInstanceDatabasePrivilegesAction(self, request):
|
|
@@ -2052,7 +2052,7 @@ class KrdsClient(AbstractClient):
|
|
|
2052
2052
|
if isinstance(e, KsyunSDKException):
|
|
2053
2053
|
raise
|
|
2054
2054
|
else:
|
|
2055
|
-
raise KsyunSDKException(
|
|
2055
|
+
raise KsyunSDKException(message=str(e))
|
|
2056
2056
|
|
|
2057
2057
|
|
|
2058
2058
|
def UpdateDBInstanceOrder(self, request):
|
|
@@ -2075,7 +2075,7 @@ class KrdsClient(AbstractClient):
|
|
|
2075
2075
|
if isinstance(e, KsyunSDKException):
|
|
2076
2076
|
raise
|
|
2077
2077
|
else:
|
|
2078
|
-
raise KsyunSDKException(
|
|
2078
|
+
raise KsyunSDKException(message=str(e))
|
|
2079
2079
|
|
|
2080
2080
|
|
|
2081
2081
|
def UpdateResourceProtection(self, request):
|
|
@@ -2098,6 +2098,4 @@ class KrdsClient(AbstractClient):
|
|
|
2098
2098
|
if isinstance(e, KsyunSDKException):
|
|
2099
2099
|
raise
|
|
2100
2100
|
else:
|
|
2101
|
-
raise KsyunSDKException(
|
|
2102
|
-
|
|
2103
|
-
|
|
2101
|
+
raise KsyunSDKException(message=str(e))
|