@huaweicloud/huaweicloud-sdk-rds 3.1.177 → 3.1.179
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.
- package/package.json +2 -2
- package/v3/RdsClient.d.ts +284 -2
- package/v3/RdsClient.d.ts.map +1 -1
- package/v3/RdsClient.js +624 -2
- package/v3/RdsClient.js.map +1 -1
- package/v3/model/AutoCesAlarmInfo.d.ts +58 -0
- package/v3/model/AutoCesAlarmInfo.d.ts.map +1 -0
- package/v3/model/AutoCesAlarmInfo.js +143 -0
- package/v3/model/AutoCesAlarmInfo.js.map +1 -0
- package/v3/model/BatchDeleteInstanceRequest.d.ts +11 -0
- package/v3/model/BatchDeleteInstanceRequest.d.ts.map +1 -0
- package/v3/model/BatchDeleteInstanceRequest.js +23 -0
- package/v3/model/BatchDeleteInstanceRequest.js.map +1 -0
- package/v3/model/BatchDeleteInstanceResponse.d.ts +8 -0
- package/v3/model/BatchDeleteInstanceResponse.d.ts.map +1 -0
- package/v3/model/BatchDeleteInstanceResponse.js +15 -0
- package/v3/model/BatchDeleteInstanceResponse.js.map +1 -0
- package/v3/model/BatchExecuteEventsRequest.d.ts +11 -0
- package/v3/model/BatchExecuteEventsRequest.d.ts.map +1 -0
- package/v3/model/BatchExecuteEventsRequest.js +23 -0
- package/v3/model/BatchExecuteEventsRequest.js.map +1 -0
- package/v3/model/BatchExecuteEventsResponse.d.ts +8 -0
- package/v3/model/BatchExecuteEventsResponse.d.ts.map +1 -0
- package/v3/model/BatchExecuteEventsResponse.js +15 -0
- package/v3/model/BatchExecuteEventsResponse.js.map +1 -0
- package/v3/model/CompareConfigurationRequest.d.ts +15 -0
- package/v3/model/CompareConfigurationRequest.d.ts.map +1 -0
- package/v3/model/CompareConfigurationRequest.js +34 -0
- package/v3/model/CompareConfigurationRequest.js.map +1 -0
- package/v3/model/CompareConfigurationRequestBody.d.ts +12 -0
- package/v3/model/CompareConfigurationRequestBody.d.ts.map +1 -0
- package/v3/model/CompareConfigurationRequestBody.js +31 -0
- package/v3/model/CompareConfigurationRequestBody.js.map +1 -0
- package/v3/model/CompareConfigurationResponse.d.ts +24 -0
- package/v3/model/CompareConfigurationResponse.d.ts.map +1 -0
- package/v3/model/CompareConfigurationResponse.js +55 -0
- package/v3/model/CompareConfigurationResponse.js.map +1 -0
- package/v3/model/CreateRebuildSlaveRequest.d.ts +8 -0
- package/v3/model/CreateRebuildSlaveRequest.d.ts.map +1 -0
- package/v3/model/CreateRebuildSlaveRequest.js +20 -0
- package/v3/model/CreateRebuildSlaveRequest.js.map +1 -0
- package/v3/model/CreateRebuildSlaveResponse.d.ts +13 -0
- package/v3/model/CreateRebuildSlaveResponse.d.ts.map +1 -0
- package/v3/model/CreateRebuildSlaveResponse.js +31 -0
- package/v3/model/CreateRebuildSlaveResponse.js.map +1 -0
- package/v3/model/CustomerBatchDeleteInstanceRecord.d.ts +12 -0
- package/v3/model/CustomerBatchDeleteInstanceRecord.d.ts.map +1 -0
- package/v3/model/CustomerBatchDeleteInstanceRecord.js +29 -0
- package/v3/model/CustomerBatchDeleteInstanceRecord.js.map +1 -0
- package/v3/model/EventInstance.d.ts +12 -0
- package/v3/model/EventInstance.d.ts.map +1 -0
- package/v3/model/EventInstance.js +31 -0
- package/v3/model/EventInstance.js.map +1 -0
- package/v3/model/EventJobResult.d.ts +24 -0
- package/v3/model/EventJobResult.d.ts.map +1 -0
- package/v3/model/EventJobResult.js +57 -0
- package/v3/model/EventJobResult.js.map +1 -0
- package/v3/model/EventScheduleWindow.d.ts +16 -0
- package/v3/model/EventScheduleWindow.d.ts.map +1 -0
- package/v3/model/EventScheduleWindow.js +40 -0
- package/v3/model/EventScheduleWindow.js.map +1 -0
- package/v3/model/IntelligentKillSessionStatistic.d.ts +34 -0
- package/v3/model/IntelligentKillSessionStatistic.d.ts.map +1 -0
- package/v3/model/IntelligentKillSessionStatistic.js +79 -0
- package/v3/model/IntelligentKillSessionStatistic.js.map +1 -0
- package/v3/model/ListPackLogInfosRequest.d.ts +16 -0
- package/v3/model/ListPackLogInfosRequest.d.ts.map +1 -0
- package/v3/model/ListPackLogInfosRequest.js +38 -0
- package/v3/model/ListPackLogInfosRequest.js.map +1 -0
- package/v3/model/ListPackLogInfosResponse.d.ts +14 -0
- package/v3/model/ListPackLogInfosResponse.d.ts.map +1 -0
- package/v3/model/ListPackLogInfosResponse.js +31 -0
- package/v3/model/ListPackLogInfosResponse.js.map +1 -0
- package/v3/model/ListScheduleEventsRequest.d.ts +26 -0
- package/v3/model/ListScheduleEventsRequest.d.ts.map +1 -0
- package/v3/model/ListScheduleEventsRequest.js +57 -0
- package/v3/model/ListScheduleEventsRequest.js.map +1 -0
- package/v3/model/ListScheduleEventsResponse.d.ts +28 -0
- package/v3/model/ListScheduleEventsResponse.d.ts.map +1 -0
- package/v3/model/ListScheduleEventsResponse.js +65 -0
- package/v3/model/ListScheduleEventsResponse.js.map +1 -0
- package/v3/model/MultipleDeleteInsReq.d.ts +8 -0
- package/v3/model/MultipleDeleteInsReq.d.ts.map +1 -0
- package/v3/model/MultipleDeleteInsReq.js +20 -0
- package/v3/model/MultipleDeleteInsReq.js.map +1 -0
- package/v3/model/OperateEventReq.d.ts +18 -0
- package/v3/model/OperateEventReq.d.ts.map +1 -0
- package/v3/model/OperateEventReq.js +41 -0
- package/v3/model/OperateEventReq.js.map +1 -0
- package/v3/model/PackLogInfo.d.ts +30 -0
- package/v3/model/PackLogInfo.d.ts.map +1 -0
- package/v3/model/PackLogInfo.js +71 -0
- package/v3/model/PackLogInfo.js.map +1 -0
- package/v3/model/ParamGroupParameterDiff.d.ts +14 -0
- package/v3/model/ParamGroupParameterDiff.d.ts.map +1 -0
- package/v3/model/ParamGroupParameterDiff.js +33 -0
- package/v3/model/ParamGroupParameterDiff.js.map +1 -0
- package/v3/model/ResetConfigurationRequest.d.ts +12 -0
- package/v3/model/ResetConfigurationRequest.d.ts.map +1 -0
- package/v3/model/ResetConfigurationRequest.js +30 -0
- package/v3/model/ResetConfigurationRequest.js.map +1 -0
- package/v3/model/ResetConfigurationResponse.d.ts +13 -0
- package/v3/model/ResetConfigurationResponse.d.ts.map +1 -0
- package/v3/model/ResetConfigurationResponse.js +31 -0
- package/v3/model/ResetConfigurationResponse.js.map +1 -0
- package/v3/model/ScheduleEventInfo.d.ts +44 -0
- package/v3/model/ScheduleEventInfo.d.ts.map +1 -0
- package/v3/model/ScheduleEventInfo.js +114 -0
- package/v3/model/ScheduleEventInfo.js.map +1 -0
- package/v3/model/ShowAutoCesAlarmRequest.d.ts +10 -0
- package/v3/model/ShowAutoCesAlarmRequest.d.ts.map +1 -0
- package/v3/model/ShowAutoCesAlarmRequest.js +23 -0
- package/v3/model/ShowAutoCesAlarmRequest.js.map +1 -0
- package/v3/model/ShowAutoCesAlarmResponse.d.ts +10 -0
- package/v3/model/ShowAutoCesAlarmResponse.d.ts.map +1 -0
- package/v3/model/ShowAutoCesAlarmResponse.js +19 -0
- package/v3/model/ShowAutoCesAlarmResponse.js.map +1 -0
- package/v3/model/ShowIntelligentKillSessionStatisticRequest.d.ts +16 -0
- package/v3/model/ShowIntelligentKillSessionStatisticRequest.d.ts.map +1 -0
- package/v3/model/ShowIntelligentKillSessionStatisticRequest.js +40 -0
- package/v3/model/ShowIntelligentKillSessionStatisticRequest.js.map +1 -0
- package/v3/model/ShowIntelligentKillSessionStatisticResponse.d.ts +8 -0
- package/v3/model/ShowIntelligentKillSessionStatisticResponse.d.ts.map +1 -0
- package/v3/model/ShowIntelligentKillSessionStatisticResponse.js +15 -0
- package/v3/model/ShowIntelligentKillSessionStatisticResponse.js.map +1 -0
- package/v3/model/ShowRebuildSlaveStatusRequest.d.ts +8 -0
- package/v3/model/ShowRebuildSlaveStatusRequest.d.ts.map +1 -0
- package/v3/model/ShowRebuildSlaveStatusRequest.js +20 -0
- package/v3/model/ShowRebuildSlaveStatusRequest.js.map +1 -0
- package/v3/model/ShowRebuildSlaveStatusResponse.d.ts +21 -0
- package/v3/model/ShowRebuildSlaveStatusResponse.d.ts.map +1 -0
- package/v3/model/ShowRebuildSlaveStatusResponse.js +51 -0
- package/v3/model/ShowRebuildSlaveStatusResponse.js.map +1 -0
- package/v3/model/Statistic.d.ts +4 -6
- package/v3/model/Statistic.d.ts.map +1 -1
- package/v3/model/Statistic.js +1 -7
- package/v3/model/Statistic.js.map +1 -1
- package/v3/public-api.d.ts +32 -0
- package/v3/public-api.d.ts.map +1 -1
- package/v3/public-api.js +32 -0
- package/v3/public-api.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huaweicloud/huaweicloud-sdk-rds",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.179",
|
|
4
4
|
"description": "Huaweicloud SDK for rds",
|
|
5
5
|
"main": "huaweicloud-sdk-rds.js",
|
|
6
6
|
"typings": "huaweicloud-sdk-rds.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"author": "HuaweiCloud_SDK",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@huaweicloud/huaweicloud-sdk-core": "^3.1.
|
|
17
|
+
"@huaweicloud/huaweicloud-sdk-core": "^3.1.179"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^14.14.37",
|
package/v3/RdsClient.d.ts
CHANGED
|
@@ -14,8 +14,12 @@ import { AttachEipRequest } from './model/AttachEipRequest';
|
|
|
14
14
|
import { AttachEipResponse } from './model/AttachEipResponse';
|
|
15
15
|
import { BatchAddMsdtcsRequest } from './model/BatchAddMsdtcsRequest';
|
|
16
16
|
import { BatchAddMsdtcsResponse } from './model/BatchAddMsdtcsResponse';
|
|
17
|
+
import { BatchDeleteInstanceRequest } from './model/BatchDeleteInstanceRequest';
|
|
18
|
+
import { BatchDeleteInstanceResponse } from './model/BatchDeleteInstanceResponse';
|
|
17
19
|
import { BatchDeleteManualBackupRequest } from './model/BatchDeleteManualBackupRequest';
|
|
18
20
|
import { BatchDeleteManualBackupResponse } from './model/BatchDeleteManualBackupResponse';
|
|
21
|
+
import { BatchExecuteEventsRequest } from './model/BatchExecuteEventsRequest';
|
|
22
|
+
import { BatchExecuteEventsResponse } from './model/BatchExecuteEventsResponse';
|
|
19
23
|
import { BatchModifyPublicationRequest } from './model/BatchModifyPublicationRequest';
|
|
20
24
|
import { BatchModifyPublicationResponse } from './model/BatchModifyPublicationResponse';
|
|
21
25
|
import { BatchModifySubscriptionRequest } from './model/BatchModifySubscriptionRequest';
|
|
@@ -48,6 +52,8 @@ import { CollectPublicationMonitorRequest } from './model/CollectPublicationMoni
|
|
|
48
52
|
import { CollectPublicationMonitorResponse } from './model/CollectPublicationMonitorResponse';
|
|
49
53
|
import { CollectSubscriptionMonitorRequest } from './model/CollectSubscriptionMonitorRequest';
|
|
50
54
|
import { CollectSubscriptionMonitorResponse } from './model/CollectSubscriptionMonitorResponse';
|
|
55
|
+
import { CompareConfigurationRequest } from './model/CompareConfigurationRequest';
|
|
56
|
+
import { CompareConfigurationResponse } from './model/CompareConfigurationResponse';
|
|
51
57
|
import { CopyConfigurationRequest } from './model/CopyConfigurationRequest';
|
|
52
58
|
import { CopyConfigurationResponse } from './model/CopyConfigurationResponse';
|
|
53
59
|
import { CopyDatabaseRequest } from './model/CopyDatabaseRequest';
|
|
@@ -82,6 +88,8 @@ import { CreatePublicationRequest } from './model/CreatePublicationRequest';
|
|
|
82
88
|
import { CreatePublicationResponse } from './model/CreatePublicationResponse';
|
|
83
89
|
import { CreateRdSforMySqlProxyRequest } from './model/CreateRdSforMySqlProxyRequest';
|
|
84
90
|
import { CreateRdSforMySqlProxyResponse } from './model/CreateRdSforMySqlProxyResponse';
|
|
91
|
+
import { CreateRebuildSlaveRequest } from './model/CreateRebuildSlaveRequest';
|
|
92
|
+
import { CreateRebuildSlaveResponse } from './model/CreateRebuildSlaveResponse';
|
|
85
93
|
import { CreateRestoreInstanceRequest } from './model/CreateRestoreInstanceRequest';
|
|
86
94
|
import { CreateRestoreInstanceResponse } from './model/CreateRestoreInstanceResponse';
|
|
87
95
|
import { CreateSqlLimitRequest } from './model/CreateSqlLimitRequest';
|
|
@@ -244,6 +252,8 @@ import { ListOffSiteInstancesRequest } from './model/ListOffSiteInstancesRequest
|
|
|
244
252
|
import { ListOffSiteInstancesResponse } from './model/ListOffSiteInstancesResponse';
|
|
245
253
|
import { ListOffSiteRestoreTimesRequest } from './model/ListOffSiteRestoreTimesRequest';
|
|
246
254
|
import { ListOffSiteRestoreTimesResponse } from './model/ListOffSiteRestoreTimesResponse';
|
|
255
|
+
import { ListPackLogInfosRequest } from './model/ListPackLogInfosRequest';
|
|
256
|
+
import { ListPackLogInfosResponse } from './model/ListPackLogInfosResponse';
|
|
247
257
|
import { ListPostgresqlDatabaseSchemasRequest } from './model/ListPostgresqlDatabaseSchemasRequest';
|
|
248
258
|
import { ListPostgresqlDatabaseSchemasResponse } from './model/ListPostgresqlDatabaseSchemasResponse';
|
|
249
259
|
import { ListPostgresqlDatabasesRequest } from './model/ListPostgresqlDatabasesRequest';
|
|
@@ -282,6 +292,8 @@ import { ListReplicationProfilesRequest } from './model/ListReplicationProfilesR
|
|
|
282
292
|
import { ListReplicationProfilesResponse } from './model/ListReplicationProfilesResponse';
|
|
283
293
|
import { ListRestoreTimesRequest } from './model/ListRestoreTimesRequest';
|
|
284
294
|
import { ListRestoreTimesResponse } from './model/ListRestoreTimesResponse';
|
|
295
|
+
import { ListScheduleEventsRequest } from './model/ListScheduleEventsRequest';
|
|
296
|
+
import { ListScheduleEventsResponse } from './model/ListScheduleEventsResponse';
|
|
285
297
|
import { ListScheduleTasksRequest } from './model/ListScheduleTasksRequest';
|
|
286
298
|
import { ListScheduleTasksResponse } from './model/ListScheduleTasksResponse';
|
|
287
299
|
import { ListShareBackupsRequest } from './model/ListShareBackupsRequest';
|
|
@@ -348,6 +360,8 @@ import { RefreshPublicationSnapshotRequest } from './model/RefreshPublicationSna
|
|
|
348
360
|
import { RefreshPublicationSnapshotResponse } from './model/RefreshPublicationSnapshotResponse';
|
|
349
361
|
import { RefreshSubscriptionRequest } from './model/RefreshSubscriptionRequest';
|
|
350
362
|
import { RefreshSubscriptionResponse } from './model/RefreshSubscriptionResponse';
|
|
363
|
+
import { ResetConfigurationRequest } from './model/ResetConfigurationRequest';
|
|
364
|
+
import { ResetConfigurationResponse } from './model/ResetConfigurationResponse';
|
|
351
365
|
import { ResetPwdRequest } from './model/ResetPwdRequest';
|
|
352
366
|
import { ResetPwdResponse } from './model/ResetPwdResponse';
|
|
353
367
|
import { ResetViewSqlStatisticsRequest } from './model/ResetViewSqlStatisticsRequest';
|
|
@@ -416,6 +430,8 @@ import { ShowAuditlogDownloadLinkRequest } from './model/ShowAuditlogDownloadLin
|
|
|
416
430
|
import { ShowAuditlogDownloadLinkResponse } from './model/ShowAuditlogDownloadLinkResponse';
|
|
417
431
|
import { ShowAuditlogPolicyRequest } from './model/ShowAuditlogPolicyRequest';
|
|
418
432
|
import { ShowAuditlogPolicyResponse } from './model/ShowAuditlogPolicyResponse';
|
|
433
|
+
import { ShowAutoCesAlarmRequest } from './model/ShowAutoCesAlarmRequest';
|
|
434
|
+
import { ShowAutoCesAlarmResponse } from './model/ShowAutoCesAlarmResponse';
|
|
419
435
|
import { ShowAutoEnlargePolicyRequest } from './model/ShowAutoEnlargePolicyRequest';
|
|
420
436
|
import { ShowAutoEnlargePolicyResponse } from './model/ShowAutoEnlargePolicyResponse';
|
|
421
437
|
import { ShowAutoUpgradePolicyRequest } from './model/ShowAutoUpgradePolicyRequest';
|
|
@@ -446,6 +462,8 @@ import { ShowInstanceConfigurationRequest } from './model/ShowInstanceConfigurat
|
|
|
446
462
|
import { ShowInstanceConfigurationResponse } from './model/ShowInstanceConfigurationResponse';
|
|
447
463
|
import { ShowIntelligentKillSessionHistoryRequest } from './model/ShowIntelligentKillSessionHistoryRequest';
|
|
448
464
|
import { ShowIntelligentKillSessionHistoryResponse } from './model/ShowIntelligentKillSessionHistoryResponse';
|
|
465
|
+
import { ShowIntelligentKillSessionStatisticRequest } from './model/ShowIntelligentKillSessionStatisticRequest';
|
|
466
|
+
import { ShowIntelligentKillSessionStatisticResponse } from './model/ShowIntelligentKillSessionStatisticResponse';
|
|
449
467
|
import { ShowOffSiteBackupPolicyRequest } from './model/ShowOffSiteBackupPolicyRequest';
|
|
450
468
|
import { ShowOffSiteBackupPolicyResponse } from './model/ShowOffSiteBackupPolicyResponse';
|
|
451
469
|
import { ShowPostgresqlParamValueRequest } from './model/ShowPostgresqlParamValueRequest';
|
|
@@ -454,6 +472,8 @@ import { ShowPrecheckResultRequest } from './model/ShowPrecheckResultRequest';
|
|
|
454
472
|
import { ShowPrecheckResultResponse } from './model/ShowPrecheckResultResponse';
|
|
455
473
|
import { ShowQuotasRequest } from './model/ShowQuotasRequest';
|
|
456
474
|
import { ShowQuotasResponse } from './model/ShowQuotasResponse';
|
|
475
|
+
import { ShowRebuildSlaveStatusRequest } from './model/ShowRebuildSlaveStatusRequest';
|
|
476
|
+
import { ShowRebuildSlaveStatusResponse } from './model/ShowRebuildSlaveStatusResponse';
|
|
457
477
|
import { ShowRecoveryTimeWindowRequest } from './model/ShowRecoveryTimeWindowRequest';
|
|
458
478
|
import { ShowRecoveryTimeWindowResponse } from './model/ShowRecoveryTimeWindowResponse';
|
|
459
479
|
import { ShowRecyclePolicyRequest } from './model/ShowRecyclePolicyRequest';
|
|
@@ -615,6 +635,18 @@ export declare class RdsClient {
|
|
|
615
635
|
* @throws {RequiredError}
|
|
616
636
|
*/
|
|
617
637
|
attachEip(attachEipRequest?: AttachEipRequest): Promise<AttachEipResponse>;
|
|
638
|
+
/**
|
|
639
|
+
* 批量删除数据库实例
|
|
640
|
+
*
|
|
641
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
642
|
+
*
|
|
643
|
+
* @summary 批量删除实例
|
|
644
|
+
* @param {MultipleDeleteInsReq} requestBody 批量删除实例请求参数
|
|
645
|
+
* @param {string} [xLanguage] **参数解释**: 请求语言类型。 **约束限制**: 不涉及。 **取值范围**: - en-us - zh-cn **默认取值**: en-us。
|
|
646
|
+
* @param {*} [options] Override http request option.
|
|
647
|
+
* @throws {RequiredError}
|
|
648
|
+
*/
|
|
649
|
+
batchDeleteInstance(batchDeleteInstanceRequest?: BatchDeleteInstanceRequest): Promise<BatchDeleteInstanceResponse>;
|
|
618
650
|
/**
|
|
619
651
|
* 批量删除手动备份。
|
|
620
652
|
*
|
|
@@ -627,6 +659,18 @@ export declare class RdsClient {
|
|
|
627
659
|
* @throws {RequiredError}
|
|
628
660
|
*/
|
|
629
661
|
batchDeleteManualBackup(batchDeleteManualBackupRequest?: BatchDeleteManualBackupRequest): Promise<BatchDeleteManualBackupResponse>;
|
|
662
|
+
/**
|
|
663
|
+
* 操作EG事件中心通知的事件
|
|
664
|
+
*
|
|
665
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
666
|
+
*
|
|
667
|
+
* @summary 操作EG事件中心通知的事件
|
|
668
|
+
* @param {OperateEventReq} batchExecuteEventsRequestBody 操作事件请求体
|
|
669
|
+
* @param {string} [xLanguage] **参数解释**: 请求语言类型。 **约束限制**: 不涉及。 **取值范围**: - en-us - zh-cn **默认取值**: en-us。
|
|
670
|
+
* @param {*} [options] Override http request option.
|
|
671
|
+
* @throws {RequiredError}
|
|
672
|
+
*/
|
|
673
|
+
batchExecuteEvents(batchExecuteEventsRequest?: BatchExecuteEventsRequest): Promise<BatchExecuteEventsResponse>;
|
|
630
674
|
/**
|
|
631
675
|
* 库级时间点恢复
|
|
632
676
|
*
|
|
@@ -750,6 +794,19 @@ export declare class RdsClient {
|
|
|
750
794
|
* @throws {RequiredError}
|
|
751
795
|
*/
|
|
752
796
|
checkWeakpwd(checkWeakpwdRequest?: CheckWeakpwdRequest): Promise<CheckWeakpwdResponse>;
|
|
797
|
+
/**
|
|
798
|
+
* 比较参数模板
|
|
799
|
+
*
|
|
800
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
801
|
+
*
|
|
802
|
+
* @summary 比较参数模板
|
|
803
|
+
* @param {string} contentType **参数解释**: 内容类型。 **约束限制**: 不涉及。 **取值范围**: application/json。 **默认取值**: application/json。
|
|
804
|
+
* @param {string} [xLanguage] **参数解释**: 请求语言类型。 **约束限制**: 不涉及。 **取值范围**: - en-us - zh-cn **默认取值**: en-us。
|
|
805
|
+
* @param {CompareConfigurationRequestBody} [compareConfigurationRequestBody] 比较参数模板请求体。
|
|
806
|
+
* @param {*} [options] Override http request option.
|
|
807
|
+
* @throws {RequiredError}
|
|
808
|
+
*/
|
|
809
|
+
compareConfiguration(compareConfigurationRequest?: CompareConfigurationRequest): Promise<CompareConfigurationResponse>;
|
|
753
810
|
/**
|
|
754
811
|
* 复制参数模板
|
|
755
812
|
*
|
|
@@ -839,6 +896,17 @@ export declare class RdsClient {
|
|
|
839
896
|
* @throws {RequiredError}
|
|
840
897
|
*/
|
|
841
898
|
createRdSforMySqlProxy(createRdSforMySqlProxyRequest?: CreateRdSforMySqlProxyRequest): Promise<CreateRdSforMySqlProxyResponse>;
|
|
899
|
+
/**
|
|
900
|
+
* 重建从机,消除复制延迟
|
|
901
|
+
*
|
|
902
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
903
|
+
*
|
|
904
|
+
* @summary 重建从机
|
|
905
|
+
* @param {string} instanceId **参数解释**: 实例ID **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
|
906
|
+
* @param {*} [options] Override http request option.
|
|
907
|
+
* @throws {RequiredError}
|
|
908
|
+
*/
|
|
909
|
+
createRebuildSlave(createRebuildSlaveRequest?: CreateRebuildSlaveRequest): Promise<CreateRebuildSlaveResponse>;
|
|
842
910
|
/**
|
|
843
911
|
* 恢复到新实例。
|
|
844
912
|
*
|
|
@@ -1493,6 +1561,20 @@ export declare class RdsClient {
|
|
|
1493
1561
|
* @throws {RequiredError}
|
|
1494
1562
|
*/
|
|
1495
1563
|
listOffSiteRestoreTimes(listOffSiteRestoreTimesRequest?: ListOffSiteRestoreTimesRequest): Promise<ListOffSiteRestoreTimesResponse>;
|
|
1564
|
+
/**
|
|
1565
|
+
* 查询binlog合并下载文件
|
|
1566
|
+
*
|
|
1567
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1568
|
+
*
|
|
1569
|
+
* @summary 查询binlog合并下载文件
|
|
1570
|
+
* @param {string} instanceId **参数解释**: 实例ID,此参数是实例的唯一标识。 **约束限制**: 不涉及。 **取值范围**: 只能由英文字母、数字组成,长度为36个字符。 **默认取值**: 不涉及。
|
|
1571
|
+
* @param {string} [xLanguage] **参数解释**: 请求语言类型。 **约束限制**: 不涉及。 **取值范围**: - en-us - zh-cn **默认取值**: en-us。
|
|
1572
|
+
* @param {number} [offset] **参数解释**: 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。 **约束限制**: 不涉及。 **取值范围**: 不涉及 **默认取值**: 0
|
|
1573
|
+
* @param {number} [limit] **参数解释**: 查询记录数。默认为10,不能为负数,最小值为1,最大值为100。 **约束限制**: 不涉及。 **取值范围**: 不涉及 **默认取值**: 10
|
|
1574
|
+
* @param {*} [options] Override http request option.
|
|
1575
|
+
* @throws {RequiredError}
|
|
1576
|
+
*/
|
|
1577
|
+
listPackLogInfos(listPackLogInfosRequest?: ListPackLogInfosRequest): Promise<ListPackLogInfosResponse>;
|
|
1496
1578
|
/**
|
|
1497
1579
|
* 查询实例的pg_hba.conf文件配置
|
|
1498
1580
|
*
|
|
@@ -1618,6 +1700,25 @@ export declare class RdsClient {
|
|
|
1618
1700
|
* @throws {RequiredError}
|
|
1619
1701
|
*/
|
|
1620
1702
|
listRestoreTimes(listRestoreTimesRequest?: ListRestoreTimesRequest): Promise<ListRestoreTimesResponse>;
|
|
1703
|
+
/**
|
|
1704
|
+
* 查询事件列表
|
|
1705
|
+
*
|
|
1706
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1707
|
+
*
|
|
1708
|
+
* @summary 查询事件列表
|
|
1709
|
+
* @param {string} [id] **参数解释**: 事件ID。 **约束限制**: 不涉及。
|
|
1710
|
+
* @param {string} [instanceId] **参数解释**: 实例ID。 **约束限制**: 不涉及。
|
|
1711
|
+
* @param {string} [status] **参数解释**: 事件状态 **约束限制**: 不涉及。 **取值范围**: 枚举值:WAITING 等待中;INQUIRING 待授权; SCHEDULED 待执行; EXECUTING 执行中; COMPLETED 已完成; FAILED 失败; CANCELED 已取消。
|
|
1712
|
+
* @param {string} [type] **参数解释**: 事件类型 **约束限制**: 不涉及。 **取值范围**: 枚举值:RESTAT_NODE 重启实例节点。
|
|
1713
|
+
* @param {string} [level] **参数解释**: 事件级别 **约束限制**: 不涉及。 **取值范围**: CRITICAL 紧急;MAJOR 重要;MINOR 一般;INFO 提示。
|
|
1714
|
+
* @param {string} [sortField] **参数解释**: 排序字段,支持planned_execution_time、created_time、latest_execution_time。 **约束限制**: 不涉及。
|
|
1715
|
+
* @param {string} [order] **参数解释**: 排序顺序 **约束限制**: 不涉及。 **取值范围**: DESC 降序;ASC升序 **默认取值**: DESC 降序
|
|
1716
|
+
* @param {number} [offset] **参数解释**: 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。 **约束限制**: 不涉及。 **取值范围**: 不涉及 **默认取值**: 0
|
|
1717
|
+
* @param {number} [limit] **参数解释**: 查询记录数。默认为10,不能为负数,最小值为1,最大值为100。 **约束限制**: 不涉及。 **取值范围**: 不涉及 **默认取值**: 10
|
|
1718
|
+
* @param {*} [options] Override http request option.
|
|
1719
|
+
* @throws {RequiredError}
|
|
1720
|
+
*/
|
|
1721
|
+
listScheduleEvents(listScheduleEventsRequest?: ListScheduleEventsRequest): Promise<ListScheduleEventsResponse>;
|
|
1621
1722
|
/**
|
|
1622
1723
|
* 查询定时任务列表
|
|
1623
1724
|
*
|
|
@@ -1952,6 +2053,18 @@ export declare class RdsClient {
|
|
|
1952
2053
|
* @throws {RequiredError}
|
|
1953
2054
|
*/
|
|
1954
2055
|
notifyReplaceNode(notifyReplaceNodeRequest?: NotifyReplaceNodeRequest): Promise<NotifyReplaceNodeResponse>;
|
|
2056
|
+
/**
|
|
2057
|
+
* 重置自定义参数模板
|
|
2058
|
+
*
|
|
2059
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2060
|
+
*
|
|
2061
|
+
* @summary 重置自定义参数模板
|
|
2062
|
+
* @param {string} configId **参数解释**: 参数模板id。 **约束限制**: 只允许填写自定义参数模板。
|
|
2063
|
+
* @param {string} [xLanguage] **参数解释**: 请求语言类型。 **约束限制**: 不涉及。 **取值范围**: - en-us - zh-cn **默认取值**: en-us。
|
|
2064
|
+
* @param {*} [options] Override http request option.
|
|
2065
|
+
* @throws {RequiredError}
|
|
2066
|
+
*/
|
|
2067
|
+
resetConfiguration(resetConfigurationRequest?: ResetConfigurationRequest): Promise<ResetConfigurationResponse>;
|
|
1955
2068
|
/**
|
|
1956
2069
|
* 恢复到已有实例。
|
|
1957
2070
|
*
|
|
@@ -2393,6 +2506,17 @@ export declare class RdsClient {
|
|
|
2393
2506
|
* @throws {RequiredError}
|
|
2394
2507
|
*/
|
|
2395
2508
|
showQuotas(showQuotasRequest?: ShowQuotasRequest): Promise<ShowQuotasResponse>;
|
|
2509
|
+
/**
|
|
2510
|
+
* 查询重建从机的状态
|
|
2511
|
+
*
|
|
2512
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2513
|
+
*
|
|
2514
|
+
* @summary 查询重建从机状态
|
|
2515
|
+
* @param {string} instanceId **参数解释**: 实例ID **约束限制**: 不涉及。 **取值范围**: 不涉及。 **默认取值**: 不涉及。
|
|
2516
|
+
* @param {*} [options] Override http request option.
|
|
2517
|
+
* @throws {RequiredError}
|
|
2518
|
+
*/
|
|
2519
|
+
showRebuildSlaveStatus(showRebuildSlaveStatusRequest?: ShowRebuildSlaveStatusRequest): Promise<ShowRebuildSlaveStatusResponse>;
|
|
2396
2520
|
/**
|
|
2397
2521
|
* 查询回收站的回收策略。
|
|
2398
2522
|
*
|
|
@@ -3635,6 +3759,18 @@ export declare class RdsClient {
|
|
|
3635
3759
|
* @throws {RequiredError}
|
|
3636
3760
|
*/
|
|
3637
3761
|
getInstancesNoIndexTables(getInstancesNoIndexTablesRequest?: GetInstancesNoIndexTablesRequest): Promise<GetInstancesNoIndexTablesResponse>;
|
|
3762
|
+
/**
|
|
3763
|
+
* 查询当前用户自动告警配置
|
|
3764
|
+
*
|
|
3765
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3766
|
+
*
|
|
3767
|
+
* @summary 查询当前用户自动告警配置
|
|
3768
|
+
* @param {string} [engine] **参数解释**: 数据库引擎。 **约束限制**: 不涉及。
|
|
3769
|
+
* @param {string} [xLanguage] **参数解释**: 请求语言类型。 **约束限制**: 不涉及。 **取值范围**: - en-us - zh-cn **默认取值**: en-us。
|
|
3770
|
+
* @param {*} [options] Override http request option.
|
|
3771
|
+
* @throws {RequiredError}
|
|
3772
|
+
*/
|
|
3773
|
+
showAutoCesAlarm(showAutoCesAlarmRequest?: ShowAutoCesAlarmRequest): Promise<ShowAutoCesAlarmResponse>;
|
|
3638
3774
|
/**
|
|
3639
3775
|
* 查询一键kill会话历史
|
|
3640
3776
|
*
|
|
@@ -3650,6 +3786,19 @@ export declare class RdsClient {
|
|
|
3650
3786
|
* @throws {RequiredError}
|
|
3651
3787
|
*/
|
|
3652
3788
|
showIntelligentKillSessionHistory(showIntelligentKillSessionHistoryRequest?: ShowIntelligentKillSessionHistoryRequest): Promise<ShowIntelligentKillSessionHistoryResponse>;
|
|
3789
|
+
/**
|
|
3790
|
+
* 查询一键kill会话实时统计信息
|
|
3791
|
+
*
|
|
3792
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3793
|
+
*
|
|
3794
|
+
* @summary 查询一键kill会话实时统计信息
|
|
3795
|
+
* @param {string} instanceId **参数解释**: 实例ID,此参数是实例的唯一标识。 **约束限制**: 不涉及。
|
|
3796
|
+
* @param {string} [xLanguage] **参数解释**: 请求语言类型。 **约束限制**: 不涉及。 **取值范围**: - en-us - zh-cn **默认取值**: en-us。
|
|
3797
|
+
* @param {string} [nodeId] **参数解释**: 节点ID。 **约束限制**: 只有当实例为集群版时该参数有效。
|
|
3798
|
+
* @param {*} [options] Override http request option.
|
|
3799
|
+
* @throws {RequiredError}
|
|
3800
|
+
*/
|
|
3801
|
+
showIntelligentKillSessionStatistic(showIntelligentKillSessionStatisticRequest?: ShowIntelligentKillSessionStatisticRequest): Promise<ShowIntelligentKillSessionStatisticResponse>;
|
|
3653
3802
|
/**
|
|
3654
3803
|
* 授权数据库帐号。
|
|
3655
3804
|
*
|
|
@@ -4129,8 +4278,8 @@ export declare class RdsClient {
|
|
|
4129
4278
|
* @summary 查询可配置为当前实例订阅服务器的实例列表
|
|
4130
4279
|
* @param {string} instanceId 实例ID
|
|
4131
4280
|
* @param {string} [xLanguage] 语言。默认en-us。
|
|
4132
|
-
* @param {string} [subscriberInstanceId]
|
|
4133
|
-
* @param {string} [subscriberInstanceName]
|
|
4281
|
+
* @param {string} [subscriberInstanceId] 订阅实例ID
|
|
4282
|
+
* @param {string} [subscriberInstanceName] 订阅实例名
|
|
4134
4283
|
* @param {number} [offset] 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
|
4135
4284
|
* @param {number} [limit] 查询记录数。默认为10,不能为负数,最小值为1,最大值为100。
|
|
4136
4285
|
* @param {*} [options] Override http request option.
|
|
@@ -4391,6 +4540,20 @@ export declare const ParamCreater: () => {
|
|
|
4391
4540
|
headers: {};
|
|
4392
4541
|
data: {};
|
|
4393
4542
|
};
|
|
4543
|
+
/**
|
|
4544
|
+
* 批量删除数据库实例
|
|
4545
|
+
*
|
|
4546
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4547
|
+
*/
|
|
4548
|
+
batchDeleteInstance(batchDeleteInstanceRequest?: BatchDeleteInstanceRequest): {
|
|
4549
|
+
method: string;
|
|
4550
|
+
url: string;
|
|
4551
|
+
contentType: string;
|
|
4552
|
+
queryParams: {};
|
|
4553
|
+
pathParams: {};
|
|
4554
|
+
headers: {};
|
|
4555
|
+
data: {};
|
|
4556
|
+
};
|
|
4394
4557
|
/**
|
|
4395
4558
|
* 批量删除手动备份。
|
|
4396
4559
|
*
|
|
@@ -4405,6 +4568,20 @@ export declare const ParamCreater: () => {
|
|
|
4405
4568
|
headers: {};
|
|
4406
4569
|
data: {};
|
|
4407
4570
|
};
|
|
4571
|
+
/**
|
|
4572
|
+
* 操作EG事件中心通知的事件
|
|
4573
|
+
*
|
|
4574
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4575
|
+
*/
|
|
4576
|
+
batchExecuteEvents(batchExecuteEventsRequest?: BatchExecuteEventsRequest): {
|
|
4577
|
+
method: string;
|
|
4578
|
+
url: string;
|
|
4579
|
+
contentType: string;
|
|
4580
|
+
queryParams: {};
|
|
4581
|
+
pathParams: {};
|
|
4582
|
+
headers: {};
|
|
4583
|
+
data: {};
|
|
4584
|
+
};
|
|
4408
4585
|
/**
|
|
4409
4586
|
* 库级时间点恢复
|
|
4410
4587
|
*
|
|
@@ -4545,6 +4722,20 @@ export declare const ParamCreater: () => {
|
|
|
4545
4722
|
headers: {};
|
|
4546
4723
|
data: {};
|
|
4547
4724
|
};
|
|
4725
|
+
/**
|
|
4726
|
+
* 比较参数模板
|
|
4727
|
+
*
|
|
4728
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4729
|
+
*/
|
|
4730
|
+
compareConfiguration(compareConfigurationRequest?: CompareConfigurationRequest): {
|
|
4731
|
+
method: string;
|
|
4732
|
+
url: string;
|
|
4733
|
+
contentType: string;
|
|
4734
|
+
queryParams: {};
|
|
4735
|
+
pathParams: {};
|
|
4736
|
+
headers: {};
|
|
4737
|
+
data: {};
|
|
4738
|
+
};
|
|
4548
4739
|
/**
|
|
4549
4740
|
* 复制参数模板
|
|
4550
4741
|
*
|
|
@@ -4643,6 +4834,19 @@ export declare const ParamCreater: () => {
|
|
|
4643
4834
|
headers: {};
|
|
4644
4835
|
data: {};
|
|
4645
4836
|
};
|
|
4837
|
+
/**
|
|
4838
|
+
* 重建从机,消除复制延迟
|
|
4839
|
+
*
|
|
4840
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4841
|
+
*/
|
|
4842
|
+
createRebuildSlave(createRebuildSlaveRequest?: CreateRebuildSlaveRequest): {
|
|
4843
|
+
method: string;
|
|
4844
|
+
url: string;
|
|
4845
|
+
contentType: string;
|
|
4846
|
+
queryParams: {};
|
|
4847
|
+
pathParams: {};
|
|
4848
|
+
headers: {};
|
|
4849
|
+
};
|
|
4646
4850
|
/**
|
|
4647
4851
|
* 恢复到新实例。
|
|
4648
4852
|
*
|
|
@@ -5269,6 +5473,19 @@ export declare const ParamCreater: () => {
|
|
|
5269
5473
|
pathParams: {};
|
|
5270
5474
|
headers: {};
|
|
5271
5475
|
};
|
|
5476
|
+
/**
|
|
5477
|
+
* 查询binlog合并下载文件
|
|
5478
|
+
*
|
|
5479
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
5480
|
+
*/
|
|
5481
|
+
listPackLogInfos(listPackLogInfosRequest?: ListPackLogInfosRequest): {
|
|
5482
|
+
method: string;
|
|
5483
|
+
url: string;
|
|
5484
|
+
contentType: string;
|
|
5485
|
+
queryParams: {};
|
|
5486
|
+
pathParams: {};
|
|
5487
|
+
headers: {};
|
|
5488
|
+
};
|
|
5272
5489
|
/**
|
|
5273
5490
|
* 查询实例的pg_hba.conf文件配置
|
|
5274
5491
|
*
|
|
@@ -5401,6 +5618,19 @@ export declare const ParamCreater: () => {
|
|
|
5401
5618
|
pathParams: {};
|
|
5402
5619
|
headers: {};
|
|
5403
5620
|
};
|
|
5621
|
+
/**
|
|
5622
|
+
* 查询事件列表
|
|
5623
|
+
*
|
|
5624
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
5625
|
+
*/
|
|
5626
|
+
listScheduleEvents(listScheduleEventsRequest?: ListScheduleEventsRequest): {
|
|
5627
|
+
method: string;
|
|
5628
|
+
url: string;
|
|
5629
|
+
contentType: string;
|
|
5630
|
+
queryParams: {};
|
|
5631
|
+
pathParams: {};
|
|
5632
|
+
headers: {};
|
|
5633
|
+
};
|
|
5404
5634
|
/**
|
|
5405
5635
|
* 查询定时任务列表
|
|
5406
5636
|
*
|
|
@@ -5709,6 +5939,19 @@ export declare const ParamCreater: () => {
|
|
|
5709
5939
|
headers: {};
|
|
5710
5940
|
data: {};
|
|
5711
5941
|
};
|
|
5942
|
+
/**
|
|
5943
|
+
* 重置自定义参数模板
|
|
5944
|
+
*
|
|
5945
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
5946
|
+
*/
|
|
5947
|
+
resetConfiguration(resetConfigurationRequest?: ResetConfigurationRequest): {
|
|
5948
|
+
method: string;
|
|
5949
|
+
url: string;
|
|
5950
|
+
contentType: string;
|
|
5951
|
+
queryParams: {};
|
|
5952
|
+
pathParams: {};
|
|
5953
|
+
headers: {};
|
|
5954
|
+
};
|
|
5712
5955
|
/**
|
|
5713
5956
|
* 恢复到已有实例。
|
|
5714
5957
|
*
|
|
@@ -6184,6 +6427,19 @@ export declare const ParamCreater: () => {
|
|
|
6184
6427
|
pathParams: {};
|
|
6185
6428
|
headers: {};
|
|
6186
6429
|
};
|
|
6430
|
+
/**
|
|
6431
|
+
* 查询重建从机的状态
|
|
6432
|
+
*
|
|
6433
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
6434
|
+
*/
|
|
6435
|
+
showRebuildSlaveStatus(showRebuildSlaveStatusRequest?: ShowRebuildSlaveStatusRequest): {
|
|
6436
|
+
method: string;
|
|
6437
|
+
url: string;
|
|
6438
|
+
contentType: string;
|
|
6439
|
+
queryParams: {};
|
|
6440
|
+
pathParams: {};
|
|
6441
|
+
headers: {};
|
|
6442
|
+
};
|
|
6187
6443
|
/**
|
|
6188
6444
|
* 查询回收站的回收策略。
|
|
6189
6445
|
*
|
|
@@ -7513,6 +7769,19 @@ export declare const ParamCreater: () => {
|
|
|
7513
7769
|
pathParams: {};
|
|
7514
7770
|
headers: {};
|
|
7515
7771
|
};
|
|
7772
|
+
/**
|
|
7773
|
+
* 查询当前用户自动告警配置
|
|
7774
|
+
*
|
|
7775
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7776
|
+
*/
|
|
7777
|
+
showAutoCesAlarm(showAutoCesAlarmRequest?: ShowAutoCesAlarmRequest): {
|
|
7778
|
+
method: string;
|
|
7779
|
+
url: string;
|
|
7780
|
+
contentType: string;
|
|
7781
|
+
queryParams: {};
|
|
7782
|
+
pathParams: {};
|
|
7783
|
+
headers: {};
|
|
7784
|
+
};
|
|
7516
7785
|
/**
|
|
7517
7786
|
* 查询一键kill会话历史
|
|
7518
7787
|
*
|
|
@@ -7526,6 +7795,19 @@ export declare const ParamCreater: () => {
|
|
|
7526
7795
|
pathParams: {};
|
|
7527
7796
|
headers: {};
|
|
7528
7797
|
};
|
|
7798
|
+
/**
|
|
7799
|
+
* 查询一键kill会话实时统计信息
|
|
7800
|
+
*
|
|
7801
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7802
|
+
*/
|
|
7803
|
+
showIntelligentKillSessionStatistic(showIntelligentKillSessionStatisticRequest?: ShowIntelligentKillSessionStatisticRequest): {
|
|
7804
|
+
method: string;
|
|
7805
|
+
url: string;
|
|
7806
|
+
contentType: string;
|
|
7807
|
+
queryParams: {};
|
|
7808
|
+
pathParams: {};
|
|
7809
|
+
headers: {};
|
|
7810
|
+
};
|
|
7529
7811
|
/**
|
|
7530
7812
|
* 授权数据库帐号。
|
|
7531
7813
|
*
|