@huaweicloud/huaweicloud-sdk-rds 3.1.176 → 3.1.178
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 +542 -2
- package/v3/RdsClient.d.ts.map +1 -1
- package/v3/RdsClient.js +1224 -27
- 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/BatchModifyPublicationRequest.d.ts +11 -0
- package/v3/model/BatchModifyPublicationRequest.d.ts.map +1 -0
- package/v3/model/BatchModifyPublicationRequest.js +24 -0
- package/v3/model/BatchModifyPublicationRequest.js.map +1 -0
- package/v3/model/BatchModifyPublicationResponse.d.ts +8 -0
- package/v3/model/BatchModifyPublicationResponse.d.ts.map +1 -0
- package/v3/model/BatchModifyPublicationResponse.js +15 -0
- package/v3/model/BatchModifyPublicationResponse.js.map +1 -0
- package/v3/model/BatchModifyPublicationsRequestBody.d.ts +13 -0
- package/v3/model/BatchModifyPublicationsRequestBody.d.ts.map +1 -0
- package/v3/model/BatchModifyPublicationsRequestBody.js +31 -0
- package/v3/model/BatchModifyPublicationsRequestBody.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/CreateDistributionRequest.d.ts +11 -0
- package/v3/model/CreateDistributionRequest.d.ts.map +1 -0
- package/v3/model/CreateDistributionRequest.js +24 -0
- package/v3/model/CreateDistributionRequest.js.map +1 -0
- package/v3/model/CreateDistributionRequestBody.d.ts +8 -0
- package/v3/model/CreateDistributionRequestBody.d.ts.map +1 -0
- package/v3/model/CreateDistributionRequestBody.js +20 -0
- package/v3/model/CreateDistributionRequestBody.js.map +1 -0
- package/v3/model/CreateDistributionResponse.d.ts +9 -0
- package/v3/model/CreateDistributionResponse.d.ts.map +1 -0
- package/v3/model/CreateDistributionResponse.js +21 -0
- package/v3/model/CreateDistributionResponse.js.map +1 -0
- package/v3/model/CreatePublicationRequest.d.ts +11 -0
- package/v3/model/CreatePublicationRequest.d.ts.map +1 -0
- package/v3/model/CreatePublicationRequest.js +24 -0
- package/v3/model/CreatePublicationRequest.js.map +1 -0
- package/v3/model/CreatePublicationResponse.d.ts +9 -0
- package/v3/model/CreatePublicationResponse.d.ts.map +1 -0
- package/v3/model/CreatePublicationResponse.js +21 -0
- package/v3/model/CreatePublicationResponse.js.map +1 -0
- package/v3/model/CreatePublicationsRequestBody.d.ts +37 -0
- package/v3/model/CreatePublicationsRequestBody.d.ts.map +1 -0
- package/v3/model/CreatePublicationsRequestBody.js +88 -0
- package/v3/model/CreatePublicationsRequestBody.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/GetInstancesNoIndexTablesRequest.d.ts +4 -0
- package/v3/model/GetInstancesNoIndexTablesRequest.d.ts.map +1 -1
- package/v3/model/GetInstancesNoIndexTablesRequest.js +8 -0
- package/v3/model/GetInstancesNoIndexTablesRequest.js.map +1 -1
- package/v3/model/GetInstancesNoIndexTablesResponse.d.ts +3 -0
- package/v3/model/GetInstancesNoIndexTablesResponse.d.ts.map +1 -1
- package/v3/model/GetInstancesNoIndexTablesResponse.js +4 -0
- package/v3/model/GetInstancesNoIndexTablesResponse.js.map +1 -1
- 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/ListRemoteDbRequest.d.ts +11 -0
- package/v3/model/ListRemoteDbRequest.d.ts.map +1 -0
- package/v3/model/ListRemoteDbRequest.js +24 -0
- package/v3/model/ListRemoteDbRequest.js.map +1 -0
- package/v3/model/ListRemoteDbRequestBody.d.ts +24 -0
- package/v3/model/ListRemoteDbRequestBody.d.ts.map +1 -0
- package/v3/model/ListRemoteDbRequestBody.js +61 -0
- package/v3/model/ListRemoteDbRequestBody.js.map +1 -0
- package/v3/model/ListRemoteDbResponse.d.ts +12 -0
- package/v3/model/ListRemoteDbResponse.d.ts.map +1 -0
- package/v3/model/ListRemoteDbResponse.js +25 -0
- package/v3/model/ListRemoteDbResponse.js.map +1 -0
- package/v3/model/ListReplicationErrorsRequest.d.ts +16 -0
- package/v3/model/ListReplicationErrorsRequest.d.ts.map +1 -0
- package/v3/model/ListReplicationErrorsRequest.js +38 -0
- package/v3/model/ListReplicationErrorsRequest.js.map +1 -0
- package/v3/model/ListReplicationErrorsResponse.d.ts +12 -0
- package/v3/model/ListReplicationErrorsResponse.d.ts.map +1 -0
- package/v3/model/ListReplicationErrorsResponse.js +25 -0
- package/v3/model/ListReplicationErrorsResponse.js.map +1 -0
- package/v3/model/ListReplicationErrorsResult.d.ts +24 -0
- package/v3/model/ListReplicationErrorsResult.d.ts.map +1 -0
- package/v3/model/ListReplicationErrorsResult.js +59 -0
- package/v3/model/ListReplicationErrorsResult.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/ModifyDbAgentJobRequest.d.ts +19 -0
- package/v3/model/ModifyDbAgentJobRequest.d.ts.map +1 -0
- package/v3/model/ModifyDbAgentJobRequest.js +45 -0
- package/v3/model/ModifyDbAgentJobRequest.js.map +1 -0
- package/v3/model/ModifyDbAgentJobRequestBody.d.ts +8 -0
- package/v3/model/ModifyDbAgentJobRequestBody.d.ts.map +1 -0
- package/v3/model/ModifyDbAgentJobRequestBody.js +20 -0
- package/v3/model/ModifyDbAgentJobRequestBody.js.map +1 -0
- package/v3/model/ModifyDbAgentJobResponse.d.ts +45 -0
- package/v3/model/ModifyDbAgentJobResponse.d.ts.map +1 -0
- package/v3/model/ModifyDbAgentJobResponse.js +111 -0
- package/v3/model/ModifyDbAgentJobResponse.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/RestartDbAgentJobRequest.d.ts +16 -0
- package/v3/model/RestartDbAgentJobRequest.d.ts.map +1 -0
- package/v3/model/RestartDbAgentJobRequest.js +41 -0
- package/v3/model/RestartDbAgentJobRequest.js.map +1 -0
- package/v3/model/RestartDbAgentJobResponse.d.ts +5 -0
- package/v3/model/RestartDbAgentJobResponse.d.ts.map +1 -0
- package/v3/model/RestartDbAgentJobResponse.js +11 -0
- package/v3/model/RestartDbAgentJobResponse.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/SwitchDbAgentJobRequest.d.ts +16 -0
- package/v3/model/SwitchDbAgentJobRequest.d.ts.map +1 -0
- package/v3/model/SwitchDbAgentJobRequest.js +41 -0
- package/v3/model/SwitchDbAgentJobRequest.js.map +1 -0
- package/v3/model/SwitchDbAgentJobResponse.d.ts +5 -0
- package/v3/model/SwitchDbAgentJobResponse.d.ts.map +1 -0
- package/v3/model/SwitchDbAgentJobResponse.js +11 -0
- package/v3/model/SwitchDbAgentJobResponse.js.map +1 -0
- package/v3/model/Table.d.ts +16 -0
- package/v3/model/Table.d.ts.map +1 -0
- package/v3/model/Table.js +39 -0
- package/v3/model/Table.js.map +1 -0
- package/v3/model/UpdateStatisticsRequest.d.ts +15 -0
- package/v3/model/UpdateStatisticsRequest.d.ts.map +1 -0
- package/v3/model/UpdateStatisticsRequest.js +34 -0
- package/v3/model/UpdateStatisticsRequest.js.map +1 -0
- package/v3/model/UpdateStatisticsRequestBody.d.ts +8 -0
- package/v3/model/UpdateStatisticsRequestBody.d.ts.map +1 -0
- package/v3/model/UpdateStatisticsRequestBody.js +19 -0
- package/v3/model/UpdateStatisticsRequestBody.js.map +1 -0
- package/v3/model/UpdateStatisticsResponse.d.ts +7 -0
- package/v3/model/UpdateStatisticsResponse.d.ts.map +1 -0
- package/v3/model/UpdateStatisticsResponse.js +15 -0
- package/v3/model/UpdateStatisticsResponse.js.map +1 -0
- package/v3/public-api.d.ts +58 -0
- package/v3/public-api.d.ts.map +1 -1
- package/v3/public-api.js +58 -0
- package/v3/public-api.js.map +1 -1
package/v3/RdsClient.d.ts
CHANGED
|
@@ -14,8 +14,14 @@ 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';
|
|
23
|
+
import { BatchModifyPublicationRequest } from './model/BatchModifyPublicationRequest';
|
|
24
|
+
import { BatchModifyPublicationResponse } from './model/BatchModifyPublicationResponse';
|
|
19
25
|
import { BatchModifySubscriptionRequest } from './model/BatchModifySubscriptionRequest';
|
|
20
26
|
import { BatchModifySubscriptionResponse } from './model/BatchModifySubscriptionResponse';
|
|
21
27
|
import { BatchRestoreDatabaseRequest } from './model/BatchRestoreDatabaseRequest';
|
|
@@ -46,6 +52,8 @@ import { CollectPublicationMonitorRequest } from './model/CollectPublicationMoni
|
|
|
46
52
|
import { CollectPublicationMonitorResponse } from './model/CollectPublicationMonitorResponse';
|
|
47
53
|
import { CollectSubscriptionMonitorRequest } from './model/CollectSubscriptionMonitorRequest';
|
|
48
54
|
import { CollectSubscriptionMonitorResponse } from './model/CollectSubscriptionMonitorResponse';
|
|
55
|
+
import { CompareConfigurationRequest } from './model/CompareConfigurationRequest';
|
|
56
|
+
import { CompareConfigurationResponse } from './model/CompareConfigurationResponse';
|
|
49
57
|
import { CopyConfigurationRequest } from './model/CopyConfigurationRequest';
|
|
50
58
|
import { CopyConfigurationResponse } from './model/CopyConfigurationResponse';
|
|
51
59
|
import { CopyDatabaseRequest } from './model/CopyDatabaseRequest';
|
|
@@ -56,6 +64,8 @@ import { CreateDatabaseRequest } from './model/CreateDatabaseRequest';
|
|
|
56
64
|
import { CreateDatabaseResponse } from './model/CreateDatabaseResponse';
|
|
57
65
|
import { CreateDbUserRequest } from './model/CreateDbUserRequest';
|
|
58
66
|
import { CreateDbUserResponse } from './model/CreateDbUserResponse';
|
|
67
|
+
import { CreateDistributionRequest } from './model/CreateDistributionRequest';
|
|
68
|
+
import { CreateDistributionResponse } from './model/CreateDistributionResponse';
|
|
59
69
|
import { CreateDnsNameRequest } from './model/CreateDnsNameRequest';
|
|
60
70
|
import { CreateDnsNameResponse } from './model/CreateDnsNameResponse';
|
|
61
71
|
import { CreateInstanceIam5Request } from './model/CreateInstanceIam5Request';
|
|
@@ -74,8 +84,12 @@ import { CreatePostgresqlDbUserRequest } from './model/CreatePostgresqlDbUserReq
|
|
|
74
84
|
import { CreatePostgresqlDbUserResponse } from './model/CreatePostgresqlDbUserResponse';
|
|
75
85
|
import { CreatePostgresqlExtensionRequest } from './model/CreatePostgresqlExtensionRequest';
|
|
76
86
|
import { CreatePostgresqlExtensionResponse } from './model/CreatePostgresqlExtensionResponse';
|
|
87
|
+
import { CreatePublicationRequest } from './model/CreatePublicationRequest';
|
|
88
|
+
import { CreatePublicationResponse } from './model/CreatePublicationResponse';
|
|
77
89
|
import { CreateRdSforMySqlProxyRequest } from './model/CreateRdSforMySqlProxyRequest';
|
|
78
90
|
import { CreateRdSforMySqlProxyResponse } from './model/CreateRdSforMySqlProxyResponse';
|
|
91
|
+
import { CreateRebuildSlaveRequest } from './model/CreateRebuildSlaveRequest';
|
|
92
|
+
import { CreateRebuildSlaveResponse } from './model/CreateRebuildSlaveResponse';
|
|
79
93
|
import { CreateRestoreInstanceRequest } from './model/CreateRestoreInstanceRequest';
|
|
80
94
|
import { CreateRestoreInstanceResponse } from './model/CreateRestoreInstanceResponse';
|
|
81
95
|
import { CreateSqlLimitRequest } from './model/CreateSqlLimitRequest';
|
|
@@ -238,6 +252,8 @@ import { ListOffSiteInstancesRequest } from './model/ListOffSiteInstancesRequest
|
|
|
238
252
|
import { ListOffSiteInstancesResponse } from './model/ListOffSiteInstancesResponse';
|
|
239
253
|
import { ListOffSiteRestoreTimesRequest } from './model/ListOffSiteRestoreTimesRequest';
|
|
240
254
|
import { ListOffSiteRestoreTimesResponse } from './model/ListOffSiteRestoreTimesResponse';
|
|
255
|
+
import { ListPackLogInfosRequest } from './model/ListPackLogInfosRequest';
|
|
256
|
+
import { ListPackLogInfosResponse } from './model/ListPackLogInfosResponse';
|
|
241
257
|
import { ListPostgresqlDatabaseSchemasRequest } from './model/ListPostgresqlDatabaseSchemasRequest';
|
|
242
258
|
import { ListPostgresqlDatabaseSchemasResponse } from './model/ListPostgresqlDatabaseSchemasResponse';
|
|
243
259
|
import { ListPostgresqlDatabasesRequest } from './model/ListPostgresqlDatabasesRequest';
|
|
@@ -268,10 +284,16 @@ import { ListReadOnlyReplayDatabaseRequest } from './model/ListReadOnlyReplayDat
|
|
|
268
284
|
import { ListReadOnlyReplayDatabaseResponse } from './model/ListReadOnlyReplayDatabaseResponse';
|
|
269
285
|
import { ListRecycleInstancesRequest } from './model/ListRecycleInstancesRequest';
|
|
270
286
|
import { ListRecycleInstancesResponse } from './model/ListRecycleInstancesResponse';
|
|
287
|
+
import { ListRemoteDbRequest } from './model/ListRemoteDbRequest';
|
|
288
|
+
import { ListRemoteDbResponse } from './model/ListRemoteDbResponse';
|
|
289
|
+
import { ListReplicationErrorsRequest } from './model/ListReplicationErrorsRequest';
|
|
290
|
+
import { ListReplicationErrorsResponse } from './model/ListReplicationErrorsResponse';
|
|
271
291
|
import { ListReplicationProfilesRequest } from './model/ListReplicationProfilesRequest';
|
|
272
292
|
import { ListReplicationProfilesResponse } from './model/ListReplicationProfilesResponse';
|
|
273
293
|
import { ListRestoreTimesRequest } from './model/ListRestoreTimesRequest';
|
|
274
294
|
import { ListRestoreTimesResponse } from './model/ListRestoreTimesResponse';
|
|
295
|
+
import { ListScheduleEventsRequest } from './model/ListScheduleEventsRequest';
|
|
296
|
+
import { ListScheduleEventsResponse } from './model/ListScheduleEventsResponse';
|
|
275
297
|
import { ListScheduleTasksRequest } from './model/ListScheduleTasksRequest';
|
|
276
298
|
import { ListScheduleTasksResponse } from './model/ListScheduleTasksResponse';
|
|
277
299
|
import { ListShareBackupsRequest } from './model/ListShareBackupsRequest';
|
|
@@ -324,6 +346,8 @@ import { MigrateFollowerRequest } from './model/MigrateFollowerRequest';
|
|
|
324
346
|
import { MigrateFollowerResponse } from './model/MigrateFollowerResponse';
|
|
325
347
|
import { ModifyCollationRequest } from './model/ModifyCollationRequest';
|
|
326
348
|
import { ModifyCollationResponse } from './model/ModifyCollationResponse';
|
|
349
|
+
import { ModifyDbAgentJobRequest } from './model/ModifyDbAgentJobRequest';
|
|
350
|
+
import { ModifyDbAgentJobResponse } from './model/ModifyDbAgentJobResponse';
|
|
327
351
|
import { ModifyPostgresqlHbaConfRequest } from './model/ModifyPostgresqlHbaConfRequest';
|
|
328
352
|
import { ModifyPostgresqlHbaConfResponse } from './model/ModifyPostgresqlHbaConfResponse';
|
|
329
353
|
import { ModifyPublicationRequest } from './model/ModifyPublicationRequest';
|
|
@@ -336,10 +360,14 @@ import { RefreshPublicationSnapshotRequest } from './model/RefreshPublicationSna
|
|
|
336
360
|
import { RefreshPublicationSnapshotResponse } from './model/RefreshPublicationSnapshotResponse';
|
|
337
361
|
import { RefreshSubscriptionRequest } from './model/RefreshSubscriptionRequest';
|
|
338
362
|
import { RefreshSubscriptionResponse } from './model/RefreshSubscriptionResponse';
|
|
363
|
+
import { ResetConfigurationRequest } from './model/ResetConfigurationRequest';
|
|
364
|
+
import { ResetConfigurationResponse } from './model/ResetConfigurationResponse';
|
|
339
365
|
import { ResetPwdRequest } from './model/ResetPwdRequest';
|
|
340
366
|
import { ResetPwdResponse } from './model/ResetPwdResponse';
|
|
341
367
|
import { ResetViewSqlStatisticsRequest } from './model/ResetViewSqlStatisticsRequest';
|
|
342
368
|
import { ResetViewSqlStatisticsResponse } from './model/ResetViewSqlStatisticsResponse';
|
|
369
|
+
import { RestartDbAgentJobRequest } from './model/RestartDbAgentJobRequest';
|
|
370
|
+
import { RestartDbAgentJobResponse } from './model/RestartDbAgentJobResponse';
|
|
343
371
|
import { RestoreExistInstanceRequest } from './model/RestoreExistInstanceRequest';
|
|
344
372
|
import { RestoreExistInstanceResponse } from './model/RestoreExistInstanceResponse';
|
|
345
373
|
import { RestoreLogReplayDatabaseRequest } from './model/RestoreLogReplayDatabaseRequest';
|
|
@@ -402,6 +430,8 @@ import { ShowAuditlogDownloadLinkRequest } from './model/ShowAuditlogDownloadLin
|
|
|
402
430
|
import { ShowAuditlogDownloadLinkResponse } from './model/ShowAuditlogDownloadLinkResponse';
|
|
403
431
|
import { ShowAuditlogPolicyRequest } from './model/ShowAuditlogPolicyRequest';
|
|
404
432
|
import { ShowAuditlogPolicyResponse } from './model/ShowAuditlogPolicyResponse';
|
|
433
|
+
import { ShowAutoCesAlarmRequest } from './model/ShowAutoCesAlarmRequest';
|
|
434
|
+
import { ShowAutoCesAlarmResponse } from './model/ShowAutoCesAlarmResponse';
|
|
405
435
|
import { ShowAutoEnlargePolicyRequest } from './model/ShowAutoEnlargePolicyRequest';
|
|
406
436
|
import { ShowAutoEnlargePolicyResponse } from './model/ShowAutoEnlargePolicyResponse';
|
|
407
437
|
import { ShowAutoUpgradePolicyRequest } from './model/ShowAutoUpgradePolicyRequest';
|
|
@@ -432,6 +462,8 @@ import { ShowInstanceConfigurationRequest } from './model/ShowInstanceConfigurat
|
|
|
432
462
|
import { ShowInstanceConfigurationResponse } from './model/ShowInstanceConfigurationResponse';
|
|
433
463
|
import { ShowIntelligentKillSessionHistoryRequest } from './model/ShowIntelligentKillSessionHistoryRequest';
|
|
434
464
|
import { ShowIntelligentKillSessionHistoryResponse } from './model/ShowIntelligentKillSessionHistoryResponse';
|
|
465
|
+
import { ShowIntelligentKillSessionStatisticRequest } from './model/ShowIntelligentKillSessionStatisticRequest';
|
|
466
|
+
import { ShowIntelligentKillSessionStatisticResponse } from './model/ShowIntelligentKillSessionStatisticResponse';
|
|
435
467
|
import { ShowOffSiteBackupPolicyRequest } from './model/ShowOffSiteBackupPolicyRequest';
|
|
436
468
|
import { ShowOffSiteBackupPolicyResponse } from './model/ShowOffSiteBackupPolicyResponse';
|
|
437
469
|
import { ShowPostgresqlParamValueRequest } from './model/ShowPostgresqlParamValueRequest';
|
|
@@ -440,6 +472,8 @@ import { ShowPrecheckResultRequest } from './model/ShowPrecheckResultRequest';
|
|
|
440
472
|
import { ShowPrecheckResultResponse } from './model/ShowPrecheckResultResponse';
|
|
441
473
|
import { ShowQuotasRequest } from './model/ShowQuotasRequest';
|
|
442
474
|
import { ShowQuotasResponse } from './model/ShowQuotasResponse';
|
|
475
|
+
import { ShowRebuildSlaveStatusRequest } from './model/ShowRebuildSlaveStatusRequest';
|
|
476
|
+
import { ShowRebuildSlaveStatusResponse } from './model/ShowRebuildSlaveStatusResponse';
|
|
443
477
|
import { ShowRecoveryTimeWindowRequest } from './model/ShowRecoveryTimeWindowRequest';
|
|
444
478
|
import { ShowRecoveryTimeWindowResponse } from './model/ShowRecoveryTimeWindowResponse';
|
|
445
479
|
import { ShowRecyclePolicyRequest } from './model/ShowRecyclePolicyRequest';
|
|
@@ -486,6 +520,8 @@ import { StopDatabaseProxyRequest } from './model/StopDatabaseProxyRequest';
|
|
|
486
520
|
import { StopDatabaseProxyResponse } from './model/StopDatabaseProxyResponse';
|
|
487
521
|
import { StopInstanceRequest } from './model/StopInstanceRequest';
|
|
488
522
|
import { StopInstanceResponse } from './model/StopInstanceResponse';
|
|
523
|
+
import { SwitchDbAgentJobRequest } from './model/SwitchDbAgentJobRequest';
|
|
524
|
+
import { SwitchDbAgentJobResponse } from './model/SwitchDbAgentJobResponse';
|
|
489
525
|
import { SwitchLogReplayRequest } from './model/SwitchLogReplayRequest';
|
|
490
526
|
import { SwitchLogReplayResponse } from './model/SwitchLogReplayResponse';
|
|
491
527
|
import { SwitchSqlLimitRequest } from './model/SwitchSqlLimitRequest';
|
|
@@ -538,6 +574,8 @@ import { UpdateReadWeightRequest } from './model/UpdateReadWeightRequest';
|
|
|
538
574
|
import { UpdateReadWeightResponse } from './model/UpdateReadWeightResponse';
|
|
539
575
|
import { UpdateSqlLimitRequest } from './model/UpdateSqlLimitRequest';
|
|
540
576
|
import { UpdateSqlLimitResponse } from './model/UpdateSqlLimitResponse';
|
|
577
|
+
import { UpdateStatisticsRequest } from './model/UpdateStatisticsRequest';
|
|
578
|
+
import { UpdateStatisticsResponse } from './model/UpdateStatisticsResponse';
|
|
541
579
|
import { UpdateTdeStatusRequest } from './model/UpdateTdeStatusRequest';
|
|
542
580
|
import { UpdateTdeStatusResponse } from './model/UpdateTdeStatusResponse';
|
|
543
581
|
import { UpdateToPeriodRequest } from './model/UpdateToPeriodRequest';
|
|
@@ -597,6 +635,18 @@ export declare class RdsClient {
|
|
|
597
635
|
* @throws {RequiredError}
|
|
598
636
|
*/
|
|
599
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>;
|
|
600
650
|
/**
|
|
601
651
|
* 批量删除手动备份。
|
|
602
652
|
*
|
|
@@ -609,6 +659,18 @@ export declare class RdsClient {
|
|
|
609
659
|
* @throws {RequiredError}
|
|
610
660
|
*/
|
|
611
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>;
|
|
612
674
|
/**
|
|
613
675
|
* 库级时间点恢复
|
|
614
676
|
*
|
|
@@ -732,6 +794,19 @@ export declare class RdsClient {
|
|
|
732
794
|
* @throws {RequiredError}
|
|
733
795
|
*/
|
|
734
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>;
|
|
735
810
|
/**
|
|
736
811
|
* 复制参数模板
|
|
737
812
|
*
|
|
@@ -821,6 +896,17 @@ export declare class RdsClient {
|
|
|
821
896
|
* @throws {RequiredError}
|
|
822
897
|
*/
|
|
823
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>;
|
|
824
910
|
/**
|
|
825
911
|
* 恢复到新实例。
|
|
826
912
|
*
|
|
@@ -1475,6 +1561,20 @@ export declare class RdsClient {
|
|
|
1475
1561
|
* @throws {RequiredError}
|
|
1476
1562
|
*/
|
|
1477
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>;
|
|
1478
1578
|
/**
|
|
1479
1579
|
* 查询实例的pg_hba.conf文件配置
|
|
1480
1580
|
*
|
|
@@ -1600,6 +1700,25 @@ export declare class RdsClient {
|
|
|
1600
1700
|
* @throws {RequiredError}
|
|
1601
1701
|
*/
|
|
1602
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>;
|
|
1603
1722
|
/**
|
|
1604
1723
|
* 查询定时任务列表
|
|
1605
1724
|
*
|
|
@@ -1934,6 +2053,18 @@ export declare class RdsClient {
|
|
|
1934
2053
|
* @throws {RequiredError}
|
|
1935
2054
|
*/
|
|
1936
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>;
|
|
1937
2068
|
/**
|
|
1938
2069
|
* 恢复到已有实例。
|
|
1939
2070
|
*
|
|
@@ -2375,6 +2506,17 @@ export declare class RdsClient {
|
|
|
2375
2506
|
* @throws {RequiredError}
|
|
2376
2507
|
*/
|
|
2377
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>;
|
|
2378
2520
|
/**
|
|
2379
2521
|
* 查询回收站的回收策略。
|
|
2380
2522
|
*
|
|
@@ -3611,10 +3753,24 @@ export declare class RdsClient {
|
|
|
3611
3753
|
* @param {string} instanceId 实例ID
|
|
3612
3754
|
* @param {boolean} newest 指定查询是否应侧重于检索最新或最新的特殊表。
|
|
3613
3755
|
* @param {string} tableType 表格类型。
|
|
3756
|
+
* @param {string} [offset] 索引位置,偏移量。
|
|
3757
|
+
* @param {string} [limit] 查询记录数。
|
|
3614
3758
|
* @param {*} [options] Override http request option.
|
|
3615
3759
|
* @throws {RequiredError}
|
|
3616
3760
|
*/
|
|
3617
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>;
|
|
3618
3774
|
/**
|
|
3619
3775
|
* 查询一键kill会话历史
|
|
3620
3776
|
*
|
|
@@ -3630,6 +3786,19 @@ export declare class RdsClient {
|
|
|
3630
3786
|
* @throws {RequiredError}
|
|
3631
3787
|
*/
|
|
3632
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>;
|
|
3633
3802
|
/**
|
|
3634
3803
|
* 授权数据库帐号。
|
|
3635
3804
|
*
|
|
@@ -3655,6 +3824,18 @@ export declare class RdsClient {
|
|
|
3655
3824
|
* @throws {RequiredError}
|
|
3656
3825
|
*/
|
|
3657
3826
|
batchAddMsdtcs(batchAddMsdtcsRequest?: BatchAddMsdtcsRequest): Promise<BatchAddMsdtcsResponse>;
|
|
3827
|
+
/**
|
|
3828
|
+
* 批量修改发布。只支持批量修改快照策略
|
|
3829
|
+
*
|
|
3830
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3831
|
+
*
|
|
3832
|
+
* @summary 批量修改发布
|
|
3833
|
+
* @param {string} instanceId 实例ID
|
|
3834
|
+
* @param {BatchModifyPublicationsRequestBody} batchModifyPublicationRequestBody 批量修改发布请求体。
|
|
3835
|
+
* @param {*} [options] Override http request option.
|
|
3836
|
+
* @throws {RequiredError}
|
|
3837
|
+
*/
|
|
3838
|
+
batchModifyPublication(batchModifyPublicationRequest?: BatchModifyPublicationRequest): Promise<BatchModifyPublicationResponse>;
|
|
3658
3839
|
/**
|
|
3659
3840
|
* 批量修改订阅
|
|
3660
3841
|
*
|
|
@@ -3706,6 +3887,30 @@ export declare class RdsClient {
|
|
|
3706
3887
|
* @throws {RequiredError}
|
|
3707
3888
|
*/
|
|
3708
3889
|
copyDatabase(copyDatabaseRequest?: CopyDatabaseRequest): Promise<CopyDatabaseResponse>;
|
|
3890
|
+
/**
|
|
3891
|
+
* 给当前实例配置分发服务器
|
|
3892
|
+
*
|
|
3893
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3894
|
+
*
|
|
3895
|
+
* @summary 给当前实例配置分发服务器
|
|
3896
|
+
* @param {string} instanceId 实例ID
|
|
3897
|
+
* @param {CreateDistributionRequestBody} createDistributionRequestBody 给当前实例配置分发服务器请求体。
|
|
3898
|
+
* @param {*} [options] Override http request option.
|
|
3899
|
+
* @throws {RequiredError}
|
|
3900
|
+
*/
|
|
3901
|
+
createDistribution(createDistributionRequest?: CreateDistributionRequest): Promise<CreateDistributionResponse>;
|
|
3902
|
+
/**
|
|
3903
|
+
* 创建发布
|
|
3904
|
+
*
|
|
3905
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3906
|
+
*
|
|
3907
|
+
* @summary 创建发布
|
|
3908
|
+
* @param {string} instanceId 实例ID
|
|
3909
|
+
* @param {CreatePublicationsRequestBody} createPublicationRequestBody 创建发布请求体。
|
|
3910
|
+
* @param {*} [options] Override http request option.
|
|
3911
|
+
* @throws {RequiredError}
|
|
3912
|
+
*/
|
|
3913
|
+
createPublication(createPublicationRequest?: CreatePublicationRequest): Promise<CreatePublicationResponse>;
|
|
3709
3914
|
/**
|
|
3710
3915
|
* 创建数据库。
|
|
3711
3916
|
*
|
|
@@ -3994,6 +4199,32 @@ export declare class RdsClient {
|
|
|
3994
4199
|
* @throws {RequiredError}
|
|
3995
4200
|
*/
|
|
3996
4201
|
listPublications4Subscription(listPublications4SubscriptionRequest?: ListPublications4SubscriptionRequest): Promise<ListPublications4SubscriptionResponse>;
|
|
4202
|
+
/**
|
|
4203
|
+
* 查询远程SQL Server数据库列表
|
|
4204
|
+
*
|
|
4205
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4206
|
+
*
|
|
4207
|
+
* @summary 查询远程SQL Server数据库列表
|
|
4208
|
+
* @param {string} instanceId 实例ID
|
|
4209
|
+
* @param {ListRemoteDbRequestBody} [listRemoteDbRequestBody] 实例ID
|
|
4210
|
+
* @param {*} [options] Override http request option.
|
|
4211
|
+
* @throws {RequiredError}
|
|
4212
|
+
*/
|
|
4213
|
+
listRemoteDb(listRemoteDbRequest?: ListRemoteDbRequest): Promise<ListRemoteDbResponse>;
|
|
4214
|
+
/**
|
|
4215
|
+
* 查询发布订阅报错列表
|
|
4216
|
+
*
|
|
4217
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4218
|
+
*
|
|
4219
|
+
* @summary 查询发布订阅报错列表
|
|
4220
|
+
* @param {string} instanceId 实例ID。
|
|
4221
|
+
* @param {string} [subscriptionId] 订阅id。 若该参数为空,则查询当前实例作为分发服务器时,分发下的所有报错信息。 若该参数不为空,则查询该订阅的所有报错信息。
|
|
4222
|
+
* @param {number} [offset] 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
|
4223
|
+
* @param {number} [limit] 查询记录数。默认为10,不能为负数,最小值为1,最大值为100。
|
|
4224
|
+
* @param {*} [options] Override http request option.
|
|
4225
|
+
* @throws {RequiredError}
|
|
4226
|
+
*/
|
|
4227
|
+
listReplicationErrors(listReplicationErrorsRequest?: ListReplicationErrorsRequest): Promise<ListReplicationErrorsResponse>;
|
|
3997
4228
|
/**
|
|
3998
4229
|
* 查询发布订阅配置文件列表。
|
|
3999
4230
|
*
|
|
@@ -4047,8 +4278,8 @@ export declare class RdsClient {
|
|
|
4047
4278
|
* @summary 查询可配置为当前实例订阅服务器的实例列表
|
|
4048
4279
|
* @param {string} instanceId 实例ID
|
|
4049
4280
|
* @param {string} [xLanguage] 语言。默认en-us。
|
|
4050
|
-
* @param {string} [subscriberInstanceId]
|
|
4051
|
-
* @param {string} [subscriberInstanceName]
|
|
4281
|
+
* @param {string} [subscriberInstanceId] 订阅实例ID
|
|
4282
|
+
* @param {string} [subscriberInstanceName] 订阅实例名
|
|
4052
4283
|
* @param {number} [offset] 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
|
4053
4284
|
* @param {number} [limit] 查询记录数。默认为10,不能为负数,最小值为1,最大值为100。
|
|
4054
4285
|
* @param {*} [options] Override http request option.
|
|
@@ -4086,6 +4317,20 @@ export declare class RdsClient {
|
|
|
4086
4317
|
* @throws {RequiredError}
|
|
4087
4318
|
*/
|
|
4088
4319
|
modifyCollation(modifyCollationRequest?: ModifyCollationRequest): Promise<ModifyCollationResponse>;
|
|
4320
|
+
/**
|
|
4321
|
+
* 修改数据库代理作业。
|
|
4322
|
+
*
|
|
4323
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4324
|
+
*
|
|
4325
|
+
* @summary 修改数据库代理作业
|
|
4326
|
+
* @param {string} instanceId 实例ID
|
|
4327
|
+
* @param {string} jobId 作业ID
|
|
4328
|
+
* @param {ModifyDbAgentJobRequestBody} modifyDbAgentJobRequestBody 修改数据库代理作业请求体。
|
|
4329
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
4330
|
+
* @param {*} [options] Override http request option.
|
|
4331
|
+
* @throws {RequiredError}
|
|
4332
|
+
*/
|
|
4333
|
+
modifyDbAgentJob(modifyDbAgentJobRequest?: ModifyDbAgentJobRequest): Promise<ModifyDbAgentJobResponse>;
|
|
4089
4334
|
/**
|
|
4090
4335
|
* 修改发布
|
|
4091
4336
|
*
|
|
@@ -4126,6 +4371,19 @@ export declare class RdsClient {
|
|
|
4126
4371
|
* @throws {RequiredError}
|
|
4127
4372
|
*/
|
|
4128
4373
|
refreshSubscription(refreshSubscriptionRequest?: RefreshSubscriptionRequest): Promise<RefreshSubscriptionResponse>;
|
|
4374
|
+
/**
|
|
4375
|
+
* 重启数据库代理作业。
|
|
4376
|
+
*
|
|
4377
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4378
|
+
*
|
|
4379
|
+
* @summary 重启数据库代理作业
|
|
4380
|
+
* @param {string} instanceId 实例ID
|
|
4381
|
+
* @param {string} jobId 作业ID
|
|
4382
|
+
* @param {string} [xLanguage] 语言。
|
|
4383
|
+
* @param {*} [options] Override http request option.
|
|
4384
|
+
* @throws {RequiredError}
|
|
4385
|
+
*/
|
|
4386
|
+
restartDbAgentJob(restartDbAgentJobRequest?: RestartDbAgentJobRequest): Promise<RestartDbAgentJobResponse>;
|
|
4129
4387
|
/**
|
|
4130
4388
|
* 解除数据库帐号权限。
|
|
4131
4389
|
*
|
|
@@ -4163,6 +4421,19 @@ export declare class RdsClient {
|
|
|
4163
4421
|
* @throws {RequiredError}
|
|
4164
4422
|
*/
|
|
4165
4423
|
setInstancesNewDbShrink(setInstancesNewDbShrinkRequest?: SetInstancesNewDbShrinkRequest): Promise<SetInstancesNewDbShrinkResponse>;
|
|
4424
|
+
/**
|
|
4425
|
+
* 禁用启动切换数据库代理作业。
|
|
4426
|
+
*
|
|
4427
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4428
|
+
*
|
|
4429
|
+
* @summary 禁用启动切换数据库代理作业
|
|
4430
|
+
* @param {string} instanceId 实例ID
|
|
4431
|
+
* @param {string} jobId 作业ID
|
|
4432
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
4433
|
+
* @param {*} [options] Override http request option.
|
|
4434
|
+
* @throws {RequiredError}
|
|
4435
|
+
*/
|
|
4436
|
+
switchDbAgentJob(switchDbAgentJobRequest?: SwitchDbAgentJobRequest): Promise<SwitchDbAgentJobResponse>;
|
|
4166
4437
|
/**
|
|
4167
4438
|
* 同步发布订阅元数据。
|
|
4168
4439
|
*
|
|
@@ -4175,6 +4446,19 @@ export declare class RdsClient {
|
|
|
4175
4446
|
* @throws {RequiredError}
|
|
4176
4447
|
*/
|
|
4177
4448
|
syncReplicationMetadata(syncReplicationMetadataRequest?: SyncReplicationMetadataRequest): Promise<SyncReplicationMetadataResponse>;
|
|
4449
|
+
/**
|
|
4450
|
+
* 更新统计信息
|
|
4451
|
+
*
|
|
4452
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4453
|
+
*
|
|
4454
|
+
* @summary 更新统计信息
|
|
4455
|
+
* @param {string} instanceId 实例ID
|
|
4456
|
+
* @param {UpdateStatisticsRequestBody} updateStatisticsRequestBody 更新统计信息
|
|
4457
|
+
* @param {string} [xLanguage] 语言
|
|
4458
|
+
* @param {*} [options] Override http request option.
|
|
4459
|
+
* @throws {RequiredError}
|
|
4460
|
+
*/
|
|
4461
|
+
updateStatistics(updateStatisticsRequest?: UpdateStatisticsRequest): Promise<UpdateStatisticsResponse>;
|
|
4178
4462
|
/**
|
|
4179
4463
|
* RDS for SQL Server实例间或与远程SQL Server数据库的连通性测试
|
|
4180
4464
|
*
|
|
@@ -4256,6 +4540,20 @@ export declare const ParamCreater: () => {
|
|
|
4256
4540
|
headers: {};
|
|
4257
4541
|
data: {};
|
|
4258
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
|
+
};
|
|
4259
4557
|
/**
|
|
4260
4558
|
* 批量删除手动备份。
|
|
4261
4559
|
*
|
|
@@ -4270,6 +4568,20 @@ export declare const ParamCreater: () => {
|
|
|
4270
4568
|
headers: {};
|
|
4271
4569
|
data: {};
|
|
4272
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
|
+
};
|
|
4273
4585
|
/**
|
|
4274
4586
|
* 库级时间点恢复
|
|
4275
4587
|
*
|
|
@@ -4410,6 +4722,20 @@ export declare const ParamCreater: () => {
|
|
|
4410
4722
|
headers: {};
|
|
4411
4723
|
data: {};
|
|
4412
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
|
+
};
|
|
4413
4739
|
/**
|
|
4414
4740
|
* 复制参数模板
|
|
4415
4741
|
*
|
|
@@ -4508,6 +4834,19 @@ export declare const ParamCreater: () => {
|
|
|
4508
4834
|
headers: {};
|
|
4509
4835
|
data: {};
|
|
4510
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
|
+
};
|
|
4511
4850
|
/**
|
|
4512
4851
|
* 恢复到新实例。
|
|
4513
4852
|
*
|
|
@@ -5134,6 +5473,19 @@ export declare const ParamCreater: () => {
|
|
|
5134
5473
|
pathParams: {};
|
|
5135
5474
|
headers: {};
|
|
5136
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
|
+
};
|
|
5137
5489
|
/**
|
|
5138
5490
|
* 查询实例的pg_hba.conf文件配置
|
|
5139
5491
|
*
|
|
@@ -5266,6 +5618,19 @@ export declare const ParamCreater: () => {
|
|
|
5266
5618
|
pathParams: {};
|
|
5267
5619
|
headers: {};
|
|
5268
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
|
+
};
|
|
5269
5634
|
/**
|
|
5270
5635
|
* 查询定时任务列表
|
|
5271
5636
|
*
|
|
@@ -5574,6 +5939,19 @@ export declare const ParamCreater: () => {
|
|
|
5574
5939
|
headers: {};
|
|
5575
5940
|
data: {};
|
|
5576
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
|
+
};
|
|
5577
5955
|
/**
|
|
5578
5956
|
* 恢复到已有实例。
|
|
5579
5957
|
*
|
|
@@ -6049,6 +6427,19 @@ export declare const ParamCreater: () => {
|
|
|
6049
6427
|
pathParams: {};
|
|
6050
6428
|
headers: {};
|
|
6051
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
|
+
};
|
|
6052
6443
|
/**
|
|
6053
6444
|
* 查询回收站的回收策略。
|
|
6054
6445
|
*
|
|
@@ -7378,6 +7769,19 @@ export declare const ParamCreater: () => {
|
|
|
7378
7769
|
pathParams: {};
|
|
7379
7770
|
headers: {};
|
|
7380
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
|
+
};
|
|
7381
7785
|
/**
|
|
7382
7786
|
* 查询一键kill会话历史
|
|
7383
7787
|
*
|
|
@@ -7391,6 +7795,19 @@ export declare const ParamCreater: () => {
|
|
|
7391
7795
|
pathParams: {};
|
|
7392
7796
|
headers: {};
|
|
7393
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
|
+
};
|
|
7394
7811
|
/**
|
|
7395
7812
|
* 授权数据库帐号。
|
|
7396
7813
|
*
|
|
@@ -7419,6 +7836,20 @@ export declare const ParamCreater: () => {
|
|
|
7419
7836
|
headers: {};
|
|
7420
7837
|
data: {};
|
|
7421
7838
|
};
|
|
7839
|
+
/**
|
|
7840
|
+
* 批量修改发布。只支持批量修改快照策略
|
|
7841
|
+
*
|
|
7842
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7843
|
+
*/
|
|
7844
|
+
batchModifyPublication(batchModifyPublicationRequest?: BatchModifyPublicationRequest): {
|
|
7845
|
+
method: string;
|
|
7846
|
+
url: string;
|
|
7847
|
+
contentType: string;
|
|
7848
|
+
queryParams: {};
|
|
7849
|
+
pathParams: {};
|
|
7850
|
+
headers: {};
|
|
7851
|
+
data: {};
|
|
7852
|
+
};
|
|
7422
7853
|
/**
|
|
7423
7854
|
* 批量修改订阅
|
|
7424
7855
|
*
|
|
@@ -7473,6 +7904,34 @@ export declare const ParamCreater: () => {
|
|
|
7473
7904
|
headers: {};
|
|
7474
7905
|
data: {};
|
|
7475
7906
|
};
|
|
7907
|
+
/**
|
|
7908
|
+
* 给当前实例配置分发服务器
|
|
7909
|
+
*
|
|
7910
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7911
|
+
*/
|
|
7912
|
+
createDistribution(createDistributionRequest?: CreateDistributionRequest): {
|
|
7913
|
+
method: string;
|
|
7914
|
+
url: string;
|
|
7915
|
+
contentType: string;
|
|
7916
|
+
queryParams: {};
|
|
7917
|
+
pathParams: {};
|
|
7918
|
+
headers: {};
|
|
7919
|
+
data: {};
|
|
7920
|
+
};
|
|
7921
|
+
/**
|
|
7922
|
+
* 创建发布
|
|
7923
|
+
*
|
|
7924
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7925
|
+
*/
|
|
7926
|
+
createPublication(createPublicationRequest?: CreatePublicationRequest): {
|
|
7927
|
+
method: string;
|
|
7928
|
+
url: string;
|
|
7929
|
+
contentType: string;
|
|
7930
|
+
queryParams: {};
|
|
7931
|
+
pathParams: {};
|
|
7932
|
+
headers: {};
|
|
7933
|
+
data: {};
|
|
7934
|
+
};
|
|
7476
7935
|
/**
|
|
7477
7936
|
* 创建数据库。
|
|
7478
7937
|
*
|
|
@@ -7755,6 +8214,33 @@ export declare const ParamCreater: () => {
|
|
|
7755
8214
|
headers: {};
|
|
7756
8215
|
data: {};
|
|
7757
8216
|
};
|
|
8217
|
+
/**
|
|
8218
|
+
* 查询远程SQL Server数据库列表
|
|
8219
|
+
*
|
|
8220
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8221
|
+
*/
|
|
8222
|
+
listRemoteDb(listRemoteDbRequest?: ListRemoteDbRequest): {
|
|
8223
|
+
method: string;
|
|
8224
|
+
url: string;
|
|
8225
|
+
contentType: string;
|
|
8226
|
+
queryParams: {};
|
|
8227
|
+
pathParams: {};
|
|
8228
|
+
headers: {};
|
|
8229
|
+
data: {};
|
|
8230
|
+
};
|
|
8231
|
+
/**
|
|
8232
|
+
* 查询发布订阅报错列表
|
|
8233
|
+
*
|
|
8234
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8235
|
+
*/
|
|
8236
|
+
listReplicationErrors(listReplicationErrorsRequest?: ListReplicationErrorsRequest): {
|
|
8237
|
+
method: string;
|
|
8238
|
+
url: string;
|
|
8239
|
+
contentType: string;
|
|
8240
|
+
queryParams: {};
|
|
8241
|
+
pathParams: {};
|
|
8242
|
+
headers: {};
|
|
8243
|
+
};
|
|
7758
8244
|
/**
|
|
7759
8245
|
* 查询发布订阅配置文件列表。
|
|
7760
8246
|
*
|
|
@@ -7834,6 +8320,20 @@ export declare const ParamCreater: () => {
|
|
|
7834
8320
|
headers: {};
|
|
7835
8321
|
data: {};
|
|
7836
8322
|
};
|
|
8323
|
+
/**
|
|
8324
|
+
* 修改数据库代理作业。
|
|
8325
|
+
*
|
|
8326
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8327
|
+
*/
|
|
8328
|
+
modifyDbAgentJob(modifyDbAgentJobRequest?: ModifyDbAgentJobRequest): {
|
|
8329
|
+
method: string;
|
|
8330
|
+
url: string;
|
|
8331
|
+
contentType: string;
|
|
8332
|
+
queryParams: {};
|
|
8333
|
+
pathParams: {};
|
|
8334
|
+
headers: {};
|
|
8335
|
+
data: {};
|
|
8336
|
+
};
|
|
7837
8337
|
/**
|
|
7838
8338
|
* 修改发布
|
|
7839
8339
|
*
|
|
@@ -7874,6 +8374,19 @@ export declare const ParamCreater: () => {
|
|
|
7874
8374
|
pathParams: {};
|
|
7875
8375
|
headers: {};
|
|
7876
8376
|
};
|
|
8377
|
+
/**
|
|
8378
|
+
* 重启数据库代理作业。
|
|
8379
|
+
*
|
|
8380
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8381
|
+
*/
|
|
8382
|
+
restartDbAgentJob(restartDbAgentJobRequest?: RestartDbAgentJobRequest): {
|
|
8383
|
+
method: string;
|
|
8384
|
+
url: string;
|
|
8385
|
+
contentType: string;
|
|
8386
|
+
queryParams: {};
|
|
8387
|
+
pathParams: {};
|
|
8388
|
+
headers: {};
|
|
8389
|
+
};
|
|
7877
8390
|
/**
|
|
7878
8391
|
* 解除数据库帐号权限。
|
|
7879
8392
|
*
|
|
@@ -7916,6 +8429,19 @@ export declare const ParamCreater: () => {
|
|
|
7916
8429
|
headers: {};
|
|
7917
8430
|
data: {};
|
|
7918
8431
|
};
|
|
8432
|
+
/**
|
|
8433
|
+
* 禁用启动切换数据库代理作业。
|
|
8434
|
+
*
|
|
8435
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8436
|
+
*/
|
|
8437
|
+
switchDbAgentJob(switchDbAgentJobRequest?: SwitchDbAgentJobRequest): {
|
|
8438
|
+
method: string;
|
|
8439
|
+
url: string;
|
|
8440
|
+
contentType: string;
|
|
8441
|
+
queryParams: {};
|
|
8442
|
+
pathParams: {};
|
|
8443
|
+
headers: {};
|
|
8444
|
+
};
|
|
7919
8445
|
/**
|
|
7920
8446
|
* 同步发布订阅元数据。
|
|
7921
8447
|
*
|
|
@@ -7929,6 +8455,20 @@ export declare const ParamCreater: () => {
|
|
|
7929
8455
|
pathParams: {};
|
|
7930
8456
|
headers: {};
|
|
7931
8457
|
};
|
|
8458
|
+
/**
|
|
8459
|
+
* 更新统计信息
|
|
8460
|
+
*
|
|
8461
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8462
|
+
*/
|
|
8463
|
+
updateStatistics(updateStatisticsRequest?: UpdateStatisticsRequest): {
|
|
8464
|
+
method: string;
|
|
8465
|
+
url: string;
|
|
8466
|
+
contentType: string;
|
|
8467
|
+
queryParams: {};
|
|
8468
|
+
pathParams: {};
|
|
8469
|
+
headers: {};
|
|
8470
|
+
data: {};
|
|
8471
|
+
};
|
|
7932
8472
|
/**
|
|
7933
8473
|
* RDS for SQL Server实例间或与远程SQL Server数据库的连通性测试
|
|
7934
8474
|
*
|