@huaweicloud/huaweicloud-sdk-rds 3.1.174 → 3.1.176
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 +436 -0
- package/v3/RdsClient.d.ts.map +1 -1
- package/v3/RdsClient.js +1086 -50
- package/v3/RdsClient.js.map +1 -1
- package/v3/model/AutoEnlargeStrategyForConsoleApi.d.ts +12 -0
- package/v3/model/AutoEnlargeStrategyForConsoleApi.d.ts.map +1 -0
- package/v3/model/AutoEnlargeStrategyForConsoleApi.js +25 -0
- package/v3/model/AutoEnlargeStrategyForConsoleApi.js.map +1 -0
- package/v3/model/BatchModifySubscriptionRequest.d.ts +15 -0
- package/v3/model/BatchModifySubscriptionRequest.d.ts.map +1 -0
- package/v3/model/BatchModifySubscriptionRequest.js +34 -0
- package/v3/model/BatchModifySubscriptionRequest.js.map +1 -0
- package/v3/model/BatchModifySubscriptionResponse.d.ts +8 -0
- package/v3/model/BatchModifySubscriptionResponse.d.ts.map +1 -0
- package/v3/model/BatchModifySubscriptionResponse.js +15 -0
- package/v3/model/BatchModifySubscriptionResponse.js.map +1 -0
- package/v3/model/BatchOperateResponseInfo.d.ts +12 -0
- package/v3/model/BatchOperateResponseInfo.d.ts.map +1 -0
- package/v3/model/BatchOperateResponseInfo.js +27 -0
- package/v3/model/BatchOperateResponseInfo.js.map +1 -0
- package/v3/model/CollectPublicationMonitorRequest.d.ts +16 -0
- package/v3/model/CollectPublicationMonitorRequest.d.ts.map +1 -0
- package/v3/model/CollectPublicationMonitorRequest.js +41 -0
- package/v3/model/CollectPublicationMonitorRequest.js.map +1 -0
- package/v3/model/CollectPublicationMonitorResponse.d.ts +31 -0
- package/v3/model/CollectPublicationMonitorResponse.d.ts.map +1 -0
- package/v3/model/CollectPublicationMonitorResponse.js +75 -0
- package/v3/model/CollectPublicationMonitorResponse.js.map +1 -0
- package/v3/model/CollectSubscriptionMonitorRequest.d.ts +16 -0
- package/v3/model/CollectSubscriptionMonitorRequest.d.ts.map +1 -0
- package/v3/model/CollectSubscriptionMonitorRequest.js +41 -0
- package/v3/model/CollectSubscriptionMonitorRequest.js.map +1 -0
- package/v3/model/CollectSubscriptionMonitorResponse.d.ts +25 -0
- package/v3/model/CollectSubscriptionMonitorResponse.d.ts.map +1 -0
- package/v3/model/CollectSubscriptionMonitorResponse.js +59 -0
- package/v3/model/CollectSubscriptionMonitorResponse.js.map +1 -0
- package/v3/model/DeleteDistributionRequest.d.ts +12 -0
- package/v3/model/DeleteDistributionRequest.d.ts.map +1 -0
- package/v3/model/DeleteDistributionRequest.js +30 -0
- package/v3/model/DeleteDistributionRequest.js.map +1 -0
- package/v3/model/DeleteDistributionResponse.d.ts +9 -0
- package/v3/model/DeleteDistributionResponse.d.ts.map +1 -0
- package/v3/model/DeleteDistributionResponse.js +21 -0
- package/v3/model/DeleteDistributionResponse.js.map +1 -0
- package/v3/model/DeleteSubscriptionRequest.d.ts +15 -0
- package/v3/model/DeleteSubscriptionRequest.d.ts.map +1 -0
- package/v3/model/DeleteSubscriptionRequest.js +34 -0
- package/v3/model/DeleteSubscriptionRequest.js.map +1 -0
- package/v3/model/DeleteSubscriptionRequestBody.d.ts +12 -0
- package/v3/model/DeleteSubscriptionRequestBody.d.ts.map +1 -0
- package/v3/model/DeleteSubscriptionRequestBody.js +30 -0
- package/v3/model/DeleteSubscriptionRequestBody.js.map +1 -0
- package/v3/model/DeleteSubscriptionResponse.d.ts +9 -0
- package/v3/model/DeleteSubscriptionResponse.d.ts.map +1 -0
- package/v3/model/DeleteSubscriptionResponse.js +21 -0
- package/v3/model/DeleteSubscriptionResponse.js.map +1 -0
- package/v3/model/InstancePublicatiosInfo.d.ts +20 -0
- package/v3/model/InstancePublicatiosInfo.d.ts.map +1 -0
- package/v3/model/InstancePublicatiosInfo.js +49 -0
- package/v3/model/InstancePublicatiosInfo.js.map +1 -0
- package/v3/model/InstanceRequest.d.ts +5 -0
- package/v3/model/InstanceRequest.d.ts.map +1 -1
- package/v3/model/InstanceRequest.js +10 -0
- package/v3/model/InstanceRequest.js.map +1 -1
- package/v3/model/ListDbAgentJobHistoryStepsRequest.d.ts +20 -0
- package/v3/model/ListDbAgentJobHistoryStepsRequest.d.ts.map +1 -0
- package/v3/model/ListDbAgentJobHistoryStepsRequest.js +49 -0
- package/v3/model/ListDbAgentJobHistoryStepsRequest.js.map +1 -0
- package/v3/model/ListDbAgentJobHistoryStepsResponse.d.ts +12 -0
- package/v3/model/ListDbAgentJobHistoryStepsResponse.d.ts.map +1 -0
- package/v3/model/ListDbAgentJobHistoryStepsResponse.js +25 -0
- package/v3/model/ListDbAgentJobHistoryStepsResponse.js.map +1 -0
- package/v3/model/ListDbAgentJobHistoryStepsResult.d.ts +26 -0
- package/v3/model/ListDbAgentJobHistoryStepsResult.d.ts.map +1 -0
- package/v3/model/ListDbAgentJobHistoryStepsResult.js +63 -0
- package/v3/model/ListDbAgentJobHistoryStepsResult.js.map +1 -0
- package/v3/model/ListDbAgentJobHistorysRequest.d.ts +24 -0
- package/v3/model/ListDbAgentJobHistorysRequest.d.ts.map +1 -0
- package/v3/model/ListDbAgentJobHistorysRequest.js +59 -0
- package/v3/model/ListDbAgentJobHistorysRequest.js.map +1 -0
- package/v3/model/ListDbAgentJobHistorysResponse.d.ts +12 -0
- package/v3/model/ListDbAgentJobHistorysResponse.d.ts.map +1 -0
- package/v3/model/ListDbAgentJobHistorysResponse.js +25 -0
- package/v3/model/ListDbAgentJobHistorysResponse.js.map +1 -0
- package/v3/model/ListDbAgentJobHistorysResult.d.ts +22 -0
- package/v3/model/ListDbAgentJobHistorysResult.d.ts.map +1 -0
- package/v3/model/ListDbAgentJobHistorysResult.js +53 -0
- package/v3/model/ListDbAgentJobHistorysResult.js.map +1 -0
- package/v3/model/ListDbAgentJobsRequest.d.ts +20 -0
- package/v3/model/ListDbAgentJobsRequest.d.ts.map +1 -0
- package/v3/model/ListDbAgentJobsRequest.js +48 -0
- package/v3/model/ListDbAgentJobsRequest.js.map +1 -0
- package/v3/model/ListDbAgentJobsResponse.d.ts +12 -0
- package/v3/model/ListDbAgentJobsResponse.d.ts.map +1 -0
- package/v3/model/ListDbAgentJobsResponse.js +25 -0
- package/v3/model/ListDbAgentJobsResponse.js.map +1 -0
- package/v3/model/ListDbAgentJobsResult.d.ts +44 -0
- package/v3/model/ListDbAgentJobsResult.d.ts.map +1 -0
- package/v3/model/ListDbAgentJobsResult.js +109 -0
- package/v3/model/ListDbAgentJobsResult.js.map +1 -0
- package/v3/model/ListPublications4SubscriptionRequest.d.ts +15 -0
- package/v3/model/ListPublications4SubscriptionRequest.d.ts.map +1 -0
- package/v3/model/ListPublications4SubscriptionRequest.js +34 -0
- package/v3/model/ListPublications4SubscriptionRequest.js.map +1 -0
- package/v3/model/ListPublications4SubscriptionRequestBody.d.ts +20 -0
- package/v3/model/ListPublications4SubscriptionRequestBody.d.ts.map +1 -0
- package/v3/model/ListPublications4SubscriptionRequestBody.js +47 -0
- package/v3/model/ListPublications4SubscriptionRequestBody.js.map +1 -0
- package/v3/model/ListPublications4SubscriptionResponse.d.ts +14 -0
- package/v3/model/ListPublications4SubscriptionResponse.d.ts.map +1 -0
- package/v3/model/ListPublications4SubscriptionResponse.js +31 -0
- package/v3/model/ListPublications4SubscriptionResponse.js.map +1 -0
- package/v3/model/ListReplicationProfilesRequest.d.ts +20 -0
- package/v3/model/ListReplicationProfilesRequest.d.ts.map +1 -0
- package/v3/model/ListReplicationProfilesRequest.js +48 -0
- package/v3/model/ListReplicationProfilesRequest.js.map +1 -0
- package/v3/model/ListReplicationProfilesResponse.d.ts +12 -0
- package/v3/model/ListReplicationProfilesResponse.d.ts.map +1 -0
- package/v3/model/ListReplicationProfilesResponse.js +25 -0
- package/v3/model/ListReplicationProfilesResponse.js.map +1 -0
- package/v3/model/ListReplicationProfilesResult.d.ts +22 -0
- package/v3/model/ListReplicationProfilesResult.d.ts.map +1 -0
- package/v3/model/ListReplicationProfilesResult.js +53 -0
- package/v3/model/ListReplicationProfilesResult.js.map +1 -0
- package/v3/model/ListSubscriptionInfo.d.ts +43 -0
- package/v3/model/ListSubscriptionInfo.d.ts.map +1 -0
- package/v3/model/ListSubscriptionInfo.js +97 -0
- package/v3/model/ListSubscriptionInfo.js.map +1 -0
- package/v3/model/ListSubscriptionsRequest.d.ts +32 -0
- package/v3/model/ListSubscriptionsRequest.d.ts.map +1 -0
- package/v3/model/ListSubscriptionsRequest.js +78 -0
- package/v3/model/ListSubscriptionsRequest.js.map +1 -0
- package/v3/model/ListSubscriptionsResponse.d.ts +12 -0
- package/v3/model/ListSubscriptionsResponse.d.ts.map +1 -0
- package/v3/model/ListSubscriptionsResponse.js +25 -0
- package/v3/model/ListSubscriptionsResponse.js.map +1 -0
- package/v3/model/ModifySubscriptionsRequestBody.d.ts +13 -0
- package/v3/model/ModifySubscriptionsRequestBody.d.ts.map +1 -0
- package/v3/model/ModifySubscriptionsRequestBody.js +31 -0
- package/v3/model/ModifySubscriptionsRequestBody.js.map +1 -0
- package/v3/model/ReduceVolumeObject.d.ts +5 -1
- package/v3/model/ReduceVolumeObject.d.ts.map +1 -1
- package/v3/model/ReduceVolumeObject.js +12 -1
- package/v3/model/ReduceVolumeObject.js.map +1 -1
- package/v3/model/RefreshPublicationSnapshotRequest.d.ts +16 -0
- package/v3/model/RefreshPublicationSnapshotRequest.d.ts.map +1 -0
- package/v3/model/RefreshPublicationSnapshotRequest.js +41 -0
- package/v3/model/RefreshPublicationSnapshotRequest.js.map +1 -0
- package/v3/model/RefreshPublicationSnapshotResponse.d.ts +5 -0
- package/v3/model/RefreshPublicationSnapshotResponse.d.ts.map +1 -0
- package/v3/model/RefreshPublicationSnapshotResponse.js +11 -0
- package/v3/model/RefreshPublicationSnapshotResponse.js.map +1 -0
- package/v3/model/RefreshSubscriptionRequest.d.ts +16 -0
- package/v3/model/RefreshSubscriptionRequest.d.ts.map +1 -0
- package/v3/model/RefreshSubscriptionRequest.js +41 -0
- package/v3/model/RefreshSubscriptionRequest.js.map +1 -0
- package/v3/model/RefreshSubscriptionResponse.d.ts +5 -0
- package/v3/model/RefreshSubscriptionResponse.d.ts.map +1 -0
- package/v3/model/RefreshSubscriptionResponse.js +11 -0
- package/v3/model/RefreshSubscriptionResponse.js.map +1 -0
- package/v3/model/Subscription4InstanceInfo.d.ts +12 -0
- package/v3/model/Subscription4InstanceInfo.d.ts.map +1 -0
- package/v3/model/Subscription4InstanceInfo.js +29 -0
- package/v3/model/Subscription4InstanceInfo.js.map +1 -0
- package/v3/model/Subscription4PublicationInfo.d.ts +16 -0
- package/v3/model/Subscription4PublicationInfo.d.ts.map +1 -0
- package/v3/model/Subscription4PublicationInfo.js +39 -0
- package/v3/model/Subscription4PublicationInfo.js.map +1 -0
- package/v3/model/SyncReplicationMetadataRequest.d.ts +12 -0
- package/v3/model/SyncReplicationMetadataRequest.d.ts.map +1 -0
- package/v3/model/SyncReplicationMetadataRequest.js +30 -0
- package/v3/model/SyncReplicationMetadataRequest.js.map +1 -0
- package/v3/model/SyncReplicationMetadataResponse.d.ts +9 -0
- package/v3/model/SyncReplicationMetadataResponse.d.ts.map +1 -0
- package/v3/model/SyncReplicationMetadataResponse.js +21 -0
- package/v3/model/SyncReplicationMetadataResponse.js.map +1 -0
- package/v3/model/ValidateConnectionUserInfo.d.ts +20 -0
- package/v3/model/ValidateConnectionUserInfo.d.ts.map +1 -0
- package/v3/model/ValidateConnectionUserInfo.js +49 -0
- package/v3/model/ValidateConnectionUserInfo.js.map +1 -0
- package/v3/model/ValidateInstanceConnectionRequest.d.ts +15 -0
- package/v3/model/ValidateInstanceConnectionRequest.d.ts.map +1 -0
- package/v3/model/ValidateInstanceConnectionRequest.js +34 -0
- package/v3/model/ValidateInstanceConnectionRequest.js.map +1 -0
- package/v3/model/ValidateInstanceConnectionRequestBody.d.ts +13 -0
- package/v3/model/ValidateInstanceConnectionRequestBody.d.ts.map +1 -0
- package/v3/model/ValidateInstanceConnectionRequestBody.js +29 -0
- package/v3/model/ValidateInstanceConnectionRequestBody.js.map +1 -0
- package/v3/model/ValidateInstanceConnectionResponse.d.ts +5 -0
- package/v3/model/ValidateInstanceConnectionResponse.d.ts.map +1 -0
- package/v3/model/ValidateInstanceConnectionResponse.js +11 -0
- package/v3/model/ValidateInstanceConnectionResponse.js.map +1 -0
- package/v3/public-api.d.ts +45 -0
- package/v3/public-api.d.ts.map +1 -1
- package/v3/public-api.js +45 -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.176",
|
|
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.176"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^14.14.37",
|
package/v3/RdsClient.d.ts
CHANGED
|
@@ -16,6 +16,8 @@ import { BatchAddMsdtcsRequest } from './model/BatchAddMsdtcsRequest';
|
|
|
16
16
|
import { BatchAddMsdtcsResponse } from './model/BatchAddMsdtcsResponse';
|
|
17
17
|
import { BatchDeleteManualBackupRequest } from './model/BatchDeleteManualBackupRequest';
|
|
18
18
|
import { BatchDeleteManualBackupResponse } from './model/BatchDeleteManualBackupResponse';
|
|
19
|
+
import { BatchModifySubscriptionRequest } from './model/BatchModifySubscriptionRequest';
|
|
20
|
+
import { BatchModifySubscriptionResponse } from './model/BatchModifySubscriptionResponse';
|
|
19
21
|
import { BatchRestoreDatabaseRequest } from './model/BatchRestoreDatabaseRequest';
|
|
20
22
|
import { BatchRestoreDatabaseResponse } from './model/BatchRestoreDatabaseResponse';
|
|
21
23
|
import { BatchRestorePostgreSqlTablesRequest } from './model/BatchRestorePostgreSqlTablesRequest';
|
|
@@ -40,6 +42,10 @@ import { CheckInstanceForUpgradeRequest } from './model/CheckInstanceForUpgradeR
|
|
|
40
42
|
import { CheckInstanceForUpgradeResponse } from './model/CheckInstanceForUpgradeResponse';
|
|
41
43
|
import { CheckWeakpwdRequest } from './model/CheckWeakpwdRequest';
|
|
42
44
|
import { CheckWeakpwdResponse } from './model/CheckWeakpwdResponse';
|
|
45
|
+
import { CollectPublicationMonitorRequest } from './model/CollectPublicationMonitorRequest';
|
|
46
|
+
import { CollectPublicationMonitorResponse } from './model/CollectPublicationMonitorResponse';
|
|
47
|
+
import { CollectSubscriptionMonitorRequest } from './model/CollectSubscriptionMonitorRequest';
|
|
48
|
+
import { CollectSubscriptionMonitorResponse } from './model/CollectSubscriptionMonitorResponse';
|
|
43
49
|
import { CopyConfigurationRequest } from './model/CopyConfigurationRequest';
|
|
44
50
|
import { CopyConfigurationResponse } from './model/CopyConfigurationResponse';
|
|
45
51
|
import { CopyDatabaseRequest } from './model/CopyDatabaseRequest';
|
|
@@ -90,6 +96,8 @@ import { DeleteDbUserRequest } from './model/DeleteDbUserRequest';
|
|
|
90
96
|
import { DeleteDbUserResponse } from './model/DeleteDbUserResponse';
|
|
91
97
|
import { DeleteDisasterRecoveryRequest } from './model/DeleteDisasterRecoveryRequest';
|
|
92
98
|
import { DeleteDisasterRecoveryResponse } from './model/DeleteDisasterRecoveryResponse';
|
|
99
|
+
import { DeleteDistributionRequest } from './model/DeleteDistributionRequest';
|
|
100
|
+
import { DeleteDistributionResponse } from './model/DeleteDistributionResponse';
|
|
93
101
|
import { DeleteInstanceRequest } from './model/DeleteInstanceRequest';
|
|
94
102
|
import { DeleteInstanceResponse } from './model/DeleteInstanceResponse';
|
|
95
103
|
import { DeleteJobRequest } from './model/DeleteJobRequest';
|
|
@@ -120,6 +128,8 @@ import { DeleteSqlserverDatabaseRequest } from './model/DeleteSqlserverDatabaseR
|
|
|
120
128
|
import { DeleteSqlserverDatabaseResponse } from './model/DeleteSqlserverDatabaseResponse';
|
|
121
129
|
import { DeleteSqlserverDbUserRequest } from './model/DeleteSqlserverDbUserRequest';
|
|
122
130
|
import { DeleteSqlserverDbUserResponse } from './model/DeleteSqlserverDbUserResponse';
|
|
131
|
+
import { DeleteSubscriptionRequest } from './model/DeleteSubscriptionRequest';
|
|
132
|
+
import { DeleteSubscriptionResponse } from './model/DeleteSubscriptionResponse';
|
|
123
133
|
import { DownloadErrorlogRequest } from './model/DownloadErrorlogRequest';
|
|
124
134
|
import { DownloadErrorlogResponse } from './model/DownloadErrorlogResponse';
|
|
125
135
|
import { DownloadSlowlogRequest } from './model/DownloadSlowlogRequest';
|
|
@@ -164,6 +174,12 @@ import { ListDatabasesRequest } from './model/ListDatabasesRequest';
|
|
|
164
174
|
import { ListDatabasesResponse } from './model/ListDatabasesResponse';
|
|
165
175
|
import { ListDatastoresRequest } from './model/ListDatastoresRequest';
|
|
166
176
|
import { ListDatastoresResponse } from './model/ListDatastoresResponse';
|
|
177
|
+
import { ListDbAgentJobHistoryStepsRequest } from './model/ListDbAgentJobHistoryStepsRequest';
|
|
178
|
+
import { ListDbAgentJobHistoryStepsResponse } from './model/ListDbAgentJobHistoryStepsResponse';
|
|
179
|
+
import { ListDbAgentJobHistorysRequest } from './model/ListDbAgentJobHistorysRequest';
|
|
180
|
+
import { ListDbAgentJobHistorysResponse } from './model/ListDbAgentJobHistorysResponse';
|
|
181
|
+
import { ListDbAgentJobsRequest } from './model/ListDbAgentJobsRequest';
|
|
182
|
+
import { ListDbAgentJobsResponse } from './model/ListDbAgentJobsResponse';
|
|
167
183
|
import { ListDbUsersRequest } from './model/ListDbUsersRequest';
|
|
168
184
|
import { ListDbUsersResponse } from './model/ListDbUsersResponse';
|
|
169
185
|
import { ListDistributionRequest } from './model/ListDistributionRequest';
|
|
@@ -240,6 +256,8 @@ import { ListPredefinedTagRequest } from './model/ListPredefinedTagRequest';
|
|
|
240
256
|
import { ListPredefinedTagResponse } from './model/ListPredefinedTagResponse';
|
|
241
257
|
import { ListProjectTagsRequest } from './model/ListProjectTagsRequest';
|
|
242
258
|
import { ListProjectTagsResponse } from './model/ListProjectTagsResponse';
|
|
259
|
+
import { ListPublications4SubscriptionRequest } from './model/ListPublications4SubscriptionRequest';
|
|
260
|
+
import { ListPublications4SubscriptionResponse } from './model/ListPublications4SubscriptionResponse';
|
|
243
261
|
import { ListPublicationsRequest } from './model/ListPublicationsRequest';
|
|
244
262
|
import { ListPublicationsResponse } from './model/ListPublicationsResponse';
|
|
245
263
|
import { ListRdSforMySqlProxyRequest } from './model/ListRdSforMySqlProxyRequest';
|
|
@@ -250,6 +268,8 @@ import { ListReadOnlyReplayDatabaseRequest } from './model/ListReadOnlyReplayDat
|
|
|
250
268
|
import { ListReadOnlyReplayDatabaseResponse } from './model/ListReadOnlyReplayDatabaseResponse';
|
|
251
269
|
import { ListRecycleInstancesRequest } from './model/ListRecycleInstancesRequest';
|
|
252
270
|
import { ListRecycleInstancesResponse } from './model/ListRecycleInstancesResponse';
|
|
271
|
+
import { ListReplicationProfilesRequest } from './model/ListReplicationProfilesRequest';
|
|
272
|
+
import { ListReplicationProfilesResponse } from './model/ListReplicationProfilesResponse';
|
|
253
273
|
import { ListRestoreTimesRequest } from './model/ListRestoreTimesRequest';
|
|
254
274
|
import { ListRestoreTimesResponse } from './model/ListRestoreTimesResponse';
|
|
255
275
|
import { ListScheduleTasksRequest } from './model/ListScheduleTasksRequest';
|
|
@@ -286,6 +306,8 @@ import { ListStorageTypesRequest } from './model/ListStorageTypesRequest';
|
|
|
286
306
|
import { ListStorageTypesResponse } from './model/ListStorageTypesResponse';
|
|
287
307
|
import { ListSubscriberInstancesRequest } from './model/ListSubscriberInstancesRequest';
|
|
288
308
|
import { ListSubscriberInstancesResponse } from './model/ListSubscriberInstancesResponse';
|
|
309
|
+
import { ListSubscriptionsRequest } from './model/ListSubscriptionsRequest';
|
|
310
|
+
import { ListSubscriptionsResponse } from './model/ListSubscriptionsResponse';
|
|
289
311
|
import { ListTasksRequest } from './model/ListTasksRequest';
|
|
290
312
|
import { ListTasksResponse } from './model/ListTasksResponse';
|
|
291
313
|
import { ListTopSqlsRequest } from './model/ListTopSqlsRequest';
|
|
@@ -310,6 +332,10 @@ import { ModifyRdSforMySqlProxyRouteModeRequest } from './model/ModifyRdSforMySq
|
|
|
310
332
|
import { ModifyRdSforMySqlProxyRouteModeResponse } from './model/ModifyRdSforMySqlProxyRouteModeResponse';
|
|
311
333
|
import { NotifyReplaceNodeRequest } from './model/NotifyReplaceNodeRequest';
|
|
312
334
|
import { NotifyReplaceNodeResponse } from './model/NotifyReplaceNodeResponse';
|
|
335
|
+
import { RefreshPublicationSnapshotRequest } from './model/RefreshPublicationSnapshotRequest';
|
|
336
|
+
import { RefreshPublicationSnapshotResponse } from './model/RefreshPublicationSnapshotResponse';
|
|
337
|
+
import { RefreshSubscriptionRequest } from './model/RefreshSubscriptionRequest';
|
|
338
|
+
import { RefreshSubscriptionResponse } from './model/RefreshSubscriptionResponse';
|
|
313
339
|
import { ResetPwdRequest } from './model/ResetPwdRequest';
|
|
314
340
|
import { ResetPwdResponse } from './model/ResetPwdResponse';
|
|
315
341
|
import { ResetViewSqlStatisticsRequest } from './model/ResetViewSqlStatisticsRequest';
|
|
@@ -466,6 +492,8 @@ import { SwitchSqlLimitRequest } from './model/SwitchSqlLimitRequest';
|
|
|
466
492
|
import { SwitchSqlLimitResponse } from './model/SwitchSqlLimitResponse';
|
|
467
493
|
import { SwitchSslRequest } from './model/SwitchSslRequest';
|
|
468
494
|
import { SwitchSslResponse } from './model/SwitchSslResponse';
|
|
495
|
+
import { SyncReplicationMetadataRequest } from './model/SyncReplicationMetadataRequest';
|
|
496
|
+
import { SyncReplicationMetadataResponse } from './model/SyncReplicationMetadataResponse';
|
|
469
497
|
import { TransferBackupRequest } from './model/TransferBackupRequest';
|
|
470
498
|
import { TransferBackupResponse } from './model/TransferBackupResponse';
|
|
471
499
|
import { UnlockNodeReadonlyStatusRequest } from './model/UnlockNodeReadonlyStatusRequest';
|
|
@@ -524,6 +552,8 @@ import { UpgradeDbVersionRequest } from './model/UpgradeDbVersionRequest';
|
|
|
524
552
|
import { UpgradeDbVersionResponse } from './model/UpgradeDbVersionResponse';
|
|
525
553
|
import { UpgradeLargeVersionRequest } from './model/UpgradeLargeVersionRequest';
|
|
526
554
|
import { UpgradeLargeVersionResponse } from './model/UpgradeLargeVersionResponse';
|
|
555
|
+
import { ValidateInstanceConnectionRequest } from './model/ValidateInstanceConnectionRequest';
|
|
556
|
+
import { ValidateInstanceConnectionResponse } from './model/ValidateInstanceConnectionResponse';
|
|
527
557
|
export declare class RdsClient {
|
|
528
558
|
static newBuilder(): ClientBuilder<RdsClient>;
|
|
529
559
|
private hcClient;
|
|
@@ -3625,6 +3655,45 @@ export declare class RdsClient {
|
|
|
3625
3655
|
* @throws {RequiredError}
|
|
3626
3656
|
*/
|
|
3627
3657
|
batchAddMsdtcs(batchAddMsdtcsRequest?: BatchAddMsdtcsRequest): Promise<BatchAddMsdtcsResponse>;
|
|
3658
|
+
/**
|
|
3659
|
+
* 批量修改订阅
|
|
3660
|
+
*
|
|
3661
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3662
|
+
*
|
|
3663
|
+
* @summary 批量修改订阅
|
|
3664
|
+
* @param {string} instanceId 实例ID。
|
|
3665
|
+
* @param {ModifySubscriptionsRequestBody} batchModifySubscriptionRequestBody 批量修改订阅请求体。
|
|
3666
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3667
|
+
* @param {*} [options] Override http request option.
|
|
3668
|
+
* @throws {RequiredError}
|
|
3669
|
+
*/
|
|
3670
|
+
batchModifySubscription(batchModifySubscriptionRequest?: BatchModifySubscriptionRequest): Promise<BatchModifySubscriptionResponse>;
|
|
3671
|
+
/**
|
|
3672
|
+
* 查询发布监控信息。
|
|
3673
|
+
*
|
|
3674
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3675
|
+
*
|
|
3676
|
+
* @summary 查询发布监控信息
|
|
3677
|
+
* @param {string} instanceId 实例ID
|
|
3678
|
+
* @param {string} publicationId 发布ID
|
|
3679
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3680
|
+
* @param {*} [options] Override http request option.
|
|
3681
|
+
* @throws {RequiredError}
|
|
3682
|
+
*/
|
|
3683
|
+
collectPublicationMonitor(collectPublicationMonitorRequest?: CollectPublicationMonitorRequest): Promise<CollectPublicationMonitorResponse>;
|
|
3684
|
+
/**
|
|
3685
|
+
* 查询订阅监控信息。
|
|
3686
|
+
*
|
|
3687
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3688
|
+
*
|
|
3689
|
+
* @summary 查询订阅监控信息
|
|
3690
|
+
* @param {string} instanceId 实例ID
|
|
3691
|
+
* @param {string} subscriptionId 订阅ID
|
|
3692
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3693
|
+
* @param {*} [options] Override http request option.
|
|
3694
|
+
* @throws {RequiredError}
|
|
3695
|
+
*/
|
|
3696
|
+
collectSubscriptionMonitor(collectSubscriptionMonitorRequest?: CollectSubscriptionMonitorRequest): Promise<CollectSubscriptionMonitorResponse>;
|
|
3628
3697
|
/**
|
|
3629
3698
|
* 复制数据库
|
|
3630
3699
|
*
|
|
@@ -3676,6 +3745,18 @@ export declare class RdsClient {
|
|
|
3676
3745
|
* @throws {RequiredError}
|
|
3677
3746
|
*/
|
|
3678
3747
|
createSubscription(createSubscriptionRequest?: CreateSubscriptionRequest): Promise<CreateSubscriptionResponse>;
|
|
3748
|
+
/**
|
|
3749
|
+
* 删除当前实例的分发服务器
|
|
3750
|
+
*
|
|
3751
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3752
|
+
*
|
|
3753
|
+
* @summary 删除当前实例的分发服务器
|
|
3754
|
+
* @param {string} instanceId 实例ID
|
|
3755
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3756
|
+
* @param {*} [options] Override http request option.
|
|
3757
|
+
* @throws {RequiredError}
|
|
3758
|
+
*/
|
|
3759
|
+
deleteDistribution(deleteDistributionRequest?: DeleteDistributionRequest): Promise<DeleteDistributionResponse>;
|
|
3679
3760
|
/**
|
|
3680
3761
|
* 删除MSDTC相关主机host地址
|
|
3681
3762
|
*
|
|
@@ -3742,6 +3823,19 @@ export declare class RdsClient {
|
|
|
3742
3823
|
* @throws {RequiredError}
|
|
3743
3824
|
*/
|
|
3744
3825
|
deleteSqlserverDbUser(deleteSqlserverDbUserRequest?: DeleteSqlserverDbUserRequest): Promise<DeleteSqlserverDbUserResponse>;
|
|
3826
|
+
/**
|
|
3827
|
+
* 删除订阅
|
|
3828
|
+
*
|
|
3829
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3830
|
+
*
|
|
3831
|
+
* @summary 删除订阅
|
|
3832
|
+
* @param {string} instanceId 实例ID
|
|
3833
|
+
* @param {DeleteSubscriptionRequestBody} deleteSubscriptionRequestBody 删除订阅请求体。
|
|
3834
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3835
|
+
* @param {*} [options] Override http request option.
|
|
3836
|
+
* @throws {RequiredError}
|
|
3837
|
+
*/
|
|
3838
|
+
deleteSubscription(deleteSubscriptionRequest?: DeleteSubscriptionRequest): Promise<DeleteSubscriptionResponse>;
|
|
3745
3839
|
/**
|
|
3746
3840
|
* 查询指定数据库的已授权用户。
|
|
3747
3841
|
*
|
|
@@ -3770,6 +3864,52 @@ export declare class RdsClient {
|
|
|
3770
3864
|
* @throws {RequiredError}
|
|
3771
3865
|
*/
|
|
3772
3866
|
listBusinessPartners(listBusinessPartnersRequest?: ListBusinessPartnersRequest): Promise<ListBusinessPartnersResponse>;
|
|
3867
|
+
/**
|
|
3868
|
+
* 查询数据库代理作业执行历史步骤。
|
|
3869
|
+
*
|
|
3870
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3871
|
+
*
|
|
3872
|
+
* @summary 查询数据库代理作业执行历史步骤
|
|
3873
|
+
* @param {string} instanceId 实例ID
|
|
3874
|
+
* @param {string} historyId 作业执行历史ID
|
|
3875
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3876
|
+
* @param {number} [offset] 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
|
3877
|
+
* @param {number} [limit] 查询记录数。默认为10,不能为负数,最小值为1,最大值为100。
|
|
3878
|
+
* @param {*} [options] Override http request option.
|
|
3879
|
+
* @throws {RequiredError}
|
|
3880
|
+
*/
|
|
3881
|
+
listDbAgentJobHistorySteps(listDbAgentJobHistoryStepsRequest?: ListDbAgentJobHistoryStepsRequest): Promise<ListDbAgentJobHistoryStepsResponse>;
|
|
3882
|
+
/**
|
|
3883
|
+
* 查询数据库代理作业执行历史。
|
|
3884
|
+
*
|
|
3885
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3886
|
+
*
|
|
3887
|
+
* @summary 查询数据库代理作业执行历史
|
|
3888
|
+
* @param {string} instanceId 实例ID
|
|
3889
|
+
* @param {string} jobId 作业ID
|
|
3890
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3891
|
+
* @param {string} [runStatus] 作业执行状态。默认不传,查询所有执行历史。 若传,则取值如下: failed:失败。 succeeded:成功。 retrying:重试中。 canceled:已取消。 in_progress:正在运行。
|
|
3892
|
+
* @param {number} [offset] 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
|
3893
|
+
* @param {number} [limit] 查询记录数。默认为10,不能为负数,最小值为1,最大值为100。
|
|
3894
|
+
* @param {*} [options] Override http request option.
|
|
3895
|
+
* @throws {RequiredError}
|
|
3896
|
+
*/
|
|
3897
|
+
listDbAgentJobHistorys(listDbAgentJobHistorysRequest?: ListDbAgentJobHistorysRequest): Promise<ListDbAgentJobHistorysResponse>;
|
|
3898
|
+
/**
|
|
3899
|
+
* 查询数据库代理作业列表。
|
|
3900
|
+
*
|
|
3901
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3902
|
+
*
|
|
3903
|
+
* @summary 查询数据库代理作业列表
|
|
3904
|
+
* @param {string} instanceId 实例ID
|
|
3905
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3906
|
+
* @param {string} [jobType] 作业类型。默认不传,查询所有作业。 若传,则取值如下: replication:发布订阅相关作业。
|
|
3907
|
+
* @param {number} [offset] 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
|
3908
|
+
* @param {number} [limit] 查询记录数。默认为10,不能为负数,最小值为1,最大值为100。
|
|
3909
|
+
* @param {*} [options] Override http request option.
|
|
3910
|
+
* @throws {RequiredError}
|
|
3911
|
+
*/
|
|
3912
|
+
listDbAgentJobs(listDbAgentJobsRequest?: ListDbAgentJobsRequest): Promise<ListDbAgentJobsResponse>;
|
|
3773
3913
|
/**
|
|
3774
3914
|
* 查询当前实例配置的分发服务器
|
|
3775
3915
|
*
|
|
@@ -3841,6 +3981,34 @@ export declare class RdsClient {
|
|
|
3841
3981
|
* @throws {RequiredError}
|
|
3842
3982
|
*/
|
|
3843
3983
|
listPublications(listPublicationsRequest?: ListPublicationsRequest): Promise<ListPublicationsResponse>;
|
|
3984
|
+
/**
|
|
3985
|
+
* 查询实例可选的RDS for SQL Server实例的发布
|
|
3986
|
+
*
|
|
3987
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3988
|
+
*
|
|
3989
|
+
* @summary 查询实例可选的发布
|
|
3990
|
+
* @param {string} instanceId 实例ID
|
|
3991
|
+
* @param {ListPublications4SubscriptionRequestBody} listPublications4SubscriptionRequestBody 实例ID
|
|
3992
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3993
|
+
* @param {*} [options] Override http request option.
|
|
3994
|
+
* @throws {RequiredError}
|
|
3995
|
+
*/
|
|
3996
|
+
listPublications4Subscription(listPublications4SubscriptionRequest?: ListPublications4SubscriptionRequest): Promise<ListPublications4SubscriptionResponse>;
|
|
3997
|
+
/**
|
|
3998
|
+
* 查询发布订阅配置文件列表。
|
|
3999
|
+
*
|
|
4000
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4001
|
+
*
|
|
4002
|
+
* @summary 查询发布订阅配置文件列表
|
|
4003
|
+
* @param {string} instanceId 实例ID。
|
|
4004
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
4005
|
+
* @param {string} [agentType] 代理类型。 snapshot:快照代理 log_reader:日志读取器代理 distribution:分发代理 merge:合并代理 queue_reader:队列读取器代理。
|
|
4006
|
+
* @param {number} [offset] 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
|
4007
|
+
* @param {number} [limit] 查询记录数。默认为10,不能为负数,最小值为1,最大值为100。
|
|
4008
|
+
* @param {*} [options] Override http request option.
|
|
4009
|
+
* @throws {RequiredError}
|
|
4010
|
+
*/
|
|
4011
|
+
listReplicationProfiles(listReplicationProfilesRequest?: ListReplicationProfilesRequest): Promise<ListReplicationProfilesResponse>;
|
|
3844
4012
|
/**
|
|
3845
4013
|
* 查询数据库列表。
|
|
3846
4014
|
*
|
|
@@ -3887,6 +4055,24 @@ export declare class RdsClient {
|
|
|
3887
4055
|
* @throws {RequiredError}
|
|
3888
4056
|
*/
|
|
3889
4057
|
listSubscriberInstances(listSubscriberInstancesRequest?: ListSubscriberInstancesRequest): Promise<ListSubscriberInstancesResponse>;
|
|
4058
|
+
/**
|
|
4059
|
+
* 查询实例订阅信息
|
|
4060
|
+
*
|
|
4061
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4062
|
+
*
|
|
4063
|
+
* @summary 查询实例订阅信息
|
|
4064
|
+
* @param {string} instanceId 实例ID
|
|
4065
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
4066
|
+
* @param {string} [publicationId] 发布id。不为空则查询该发布下的订阅;为空(null)则查询实例本地订阅。
|
|
4067
|
+
* @param {boolean} [isCloud] 订阅服务器来源 true:订阅服务器为云上实例 false:订阅服务器非云上实例 不传该参数(null):全部订阅
|
|
4068
|
+
* @param {string} [publicationName] 发布名(模糊匹配)
|
|
4069
|
+
* @param {string} [subscriptionDbName] 订阅数据库名(模糊匹配)
|
|
4070
|
+
* @param {number} [offset] 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
|
4071
|
+
* @param {number} [limit] 查询记录数。默认为10,不能为负数,最小值为1,最大值为100。
|
|
4072
|
+
* @param {*} [options] Override http request option.
|
|
4073
|
+
* @throws {RequiredError}
|
|
4074
|
+
*/
|
|
4075
|
+
listSubscriptions(listSubscriptionsRequest?: ListSubscriptionsRequest): Promise<ListSubscriptionsResponse>;
|
|
3890
4076
|
/**
|
|
3891
4077
|
* 修改实例字符集。
|
|
3892
4078
|
*
|
|
@@ -3914,6 +4100,32 @@ export declare class RdsClient {
|
|
|
3914
4100
|
* @throws {RequiredError}
|
|
3915
4101
|
*/
|
|
3916
4102
|
modifyPublication(modifyPublicationRequest?: ModifyPublicationRequest): Promise<ModifyPublicationResponse>;
|
|
4103
|
+
/**
|
|
4104
|
+
* 重新生成发布快照。
|
|
4105
|
+
*
|
|
4106
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4107
|
+
*
|
|
4108
|
+
* @summary 重新生成发布快照
|
|
4109
|
+
* @param {string} instanceId 实例ID
|
|
4110
|
+
* @param {string} publicationId 发布ID
|
|
4111
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
4112
|
+
* @param {*} [options] Override http request option.
|
|
4113
|
+
* @throws {RequiredError}
|
|
4114
|
+
*/
|
|
4115
|
+
refreshPublicationSnapshot(refreshPublicationSnapshotRequest?: RefreshPublicationSnapshotRequest): Promise<RefreshPublicationSnapshotResponse>;
|
|
4116
|
+
/**
|
|
4117
|
+
* 重新生成订阅。
|
|
4118
|
+
*
|
|
4119
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4120
|
+
*
|
|
4121
|
+
* @summary 重新生成订阅
|
|
4122
|
+
* @param {string} instanceId 实例ID
|
|
4123
|
+
* @param {string} subscriptionId 订阅ID
|
|
4124
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
4125
|
+
* @param {*} [options] Override http request option.
|
|
4126
|
+
* @throws {RequiredError}
|
|
4127
|
+
*/
|
|
4128
|
+
refreshSubscription(refreshSubscriptionRequest?: RefreshSubscriptionRequest): Promise<RefreshSubscriptionResponse>;
|
|
3917
4129
|
/**
|
|
3918
4130
|
* 解除数据库帐号权限。
|
|
3919
4131
|
*
|
|
@@ -3951,6 +4163,31 @@ export declare class RdsClient {
|
|
|
3951
4163
|
* @throws {RequiredError}
|
|
3952
4164
|
*/
|
|
3953
4165
|
setInstancesNewDbShrink(setInstancesNewDbShrinkRequest?: SetInstancesNewDbShrinkRequest): Promise<SetInstancesNewDbShrinkResponse>;
|
|
4166
|
+
/**
|
|
4167
|
+
* 同步发布订阅元数据。
|
|
4168
|
+
*
|
|
4169
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4170
|
+
*
|
|
4171
|
+
* @summary 同步发布订阅元数据
|
|
4172
|
+
* @param {string} instanceId 实例ID
|
|
4173
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
4174
|
+
* @param {*} [options] Override http request option.
|
|
4175
|
+
* @throws {RequiredError}
|
|
4176
|
+
*/
|
|
4177
|
+
syncReplicationMetadata(syncReplicationMetadataRequest?: SyncReplicationMetadataRequest): Promise<SyncReplicationMetadataResponse>;
|
|
4178
|
+
/**
|
|
4179
|
+
* RDS for SQL Server实例间或与远程SQL Server数据库的连通性测试
|
|
4180
|
+
*
|
|
4181
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4182
|
+
*
|
|
4183
|
+
* @summary 登录测试
|
|
4184
|
+
* @param {string} instanceId 实例ID
|
|
4185
|
+
* @param {ValidateInstanceConnectionRequestBody} validateInstanceConnectionRequestBody 连通性测试请求体。
|
|
4186
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
4187
|
+
* @param {*} [options] Override http request option.
|
|
4188
|
+
* @throws {RequiredError}
|
|
4189
|
+
*/
|
|
4190
|
+
validateInstanceConnection(validateInstanceConnectionRequest?: ValidateInstanceConnectionRequest): Promise<ValidateInstanceConnectionResponse>;
|
|
3954
4191
|
/**
|
|
3955
4192
|
* 查询sql统计列表
|
|
3956
4193
|
*
|
|
@@ -7182,6 +7419,46 @@ export declare const ParamCreater: () => {
|
|
|
7182
7419
|
headers: {};
|
|
7183
7420
|
data: {};
|
|
7184
7421
|
};
|
|
7422
|
+
/**
|
|
7423
|
+
* 批量修改订阅
|
|
7424
|
+
*
|
|
7425
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7426
|
+
*/
|
|
7427
|
+
batchModifySubscription(batchModifySubscriptionRequest?: BatchModifySubscriptionRequest): {
|
|
7428
|
+
method: string;
|
|
7429
|
+
url: string;
|
|
7430
|
+
contentType: string;
|
|
7431
|
+
queryParams: {};
|
|
7432
|
+
pathParams: {};
|
|
7433
|
+
headers: {};
|
|
7434
|
+
data: {};
|
|
7435
|
+
};
|
|
7436
|
+
/**
|
|
7437
|
+
* 查询发布监控信息。
|
|
7438
|
+
*
|
|
7439
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7440
|
+
*/
|
|
7441
|
+
collectPublicationMonitor(collectPublicationMonitorRequest?: CollectPublicationMonitorRequest): {
|
|
7442
|
+
method: string;
|
|
7443
|
+
url: string;
|
|
7444
|
+
contentType: string;
|
|
7445
|
+
queryParams: {};
|
|
7446
|
+
pathParams: {};
|
|
7447
|
+
headers: {};
|
|
7448
|
+
};
|
|
7449
|
+
/**
|
|
7450
|
+
* 查询订阅监控信息。
|
|
7451
|
+
*
|
|
7452
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7453
|
+
*/
|
|
7454
|
+
collectSubscriptionMonitor(collectSubscriptionMonitorRequest?: CollectSubscriptionMonitorRequest): {
|
|
7455
|
+
method: string;
|
|
7456
|
+
url: string;
|
|
7457
|
+
contentType: string;
|
|
7458
|
+
queryParams: {};
|
|
7459
|
+
pathParams: {};
|
|
7460
|
+
headers: {};
|
|
7461
|
+
};
|
|
7185
7462
|
/**
|
|
7186
7463
|
* 复制数据库
|
|
7187
7464
|
*
|
|
@@ -7238,6 +7515,19 @@ export declare const ParamCreater: () => {
|
|
|
7238
7515
|
headers: {};
|
|
7239
7516
|
data: {};
|
|
7240
7517
|
};
|
|
7518
|
+
/**
|
|
7519
|
+
* 删除当前实例的分发服务器
|
|
7520
|
+
*
|
|
7521
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7522
|
+
*/
|
|
7523
|
+
deleteDistribution(deleteDistributionRequest?: DeleteDistributionRequest): {
|
|
7524
|
+
method: string;
|
|
7525
|
+
url: string;
|
|
7526
|
+
contentType: string;
|
|
7527
|
+
queryParams: {};
|
|
7528
|
+
pathParams: {};
|
|
7529
|
+
headers: {};
|
|
7530
|
+
};
|
|
7241
7531
|
/**
|
|
7242
7532
|
* 删除MSDTC相关主机host地址
|
|
7243
7533
|
*
|
|
@@ -7307,6 +7597,20 @@ export declare const ParamCreater: () => {
|
|
|
7307
7597
|
pathParams: {};
|
|
7308
7598
|
headers: {};
|
|
7309
7599
|
};
|
|
7600
|
+
/**
|
|
7601
|
+
* 删除订阅
|
|
7602
|
+
*
|
|
7603
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7604
|
+
*/
|
|
7605
|
+
deleteSubscription(deleteSubscriptionRequest?: DeleteSubscriptionRequest): {
|
|
7606
|
+
method: string;
|
|
7607
|
+
url: string;
|
|
7608
|
+
contentType: string;
|
|
7609
|
+
queryParams: {};
|
|
7610
|
+
pathParams: {};
|
|
7611
|
+
headers: {};
|
|
7612
|
+
data: {};
|
|
7613
|
+
};
|
|
7310
7614
|
/**
|
|
7311
7615
|
* 查询指定数据库的已授权用户。
|
|
7312
7616
|
*
|
|
@@ -7333,6 +7637,45 @@ export declare const ParamCreater: () => {
|
|
|
7333
7637
|
pathParams: {};
|
|
7334
7638
|
headers: {};
|
|
7335
7639
|
};
|
|
7640
|
+
/**
|
|
7641
|
+
* 查询数据库代理作业执行历史步骤。
|
|
7642
|
+
*
|
|
7643
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7644
|
+
*/
|
|
7645
|
+
listDbAgentJobHistorySteps(listDbAgentJobHistoryStepsRequest?: ListDbAgentJobHistoryStepsRequest): {
|
|
7646
|
+
method: string;
|
|
7647
|
+
url: string;
|
|
7648
|
+
contentType: string;
|
|
7649
|
+
queryParams: {};
|
|
7650
|
+
pathParams: {};
|
|
7651
|
+
headers: {};
|
|
7652
|
+
};
|
|
7653
|
+
/**
|
|
7654
|
+
* 查询数据库代理作业执行历史。
|
|
7655
|
+
*
|
|
7656
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7657
|
+
*/
|
|
7658
|
+
listDbAgentJobHistorys(listDbAgentJobHistorysRequest?: ListDbAgentJobHistorysRequest): {
|
|
7659
|
+
method: string;
|
|
7660
|
+
url: string;
|
|
7661
|
+
contentType: string;
|
|
7662
|
+
queryParams: {};
|
|
7663
|
+
pathParams: {};
|
|
7664
|
+
headers: {};
|
|
7665
|
+
};
|
|
7666
|
+
/**
|
|
7667
|
+
* 查询数据库代理作业列表。
|
|
7668
|
+
*
|
|
7669
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7670
|
+
*/
|
|
7671
|
+
listDbAgentJobs(listDbAgentJobsRequest?: ListDbAgentJobsRequest): {
|
|
7672
|
+
method: string;
|
|
7673
|
+
url: string;
|
|
7674
|
+
contentType: string;
|
|
7675
|
+
queryParams: {};
|
|
7676
|
+
pathParams: {};
|
|
7677
|
+
headers: {};
|
|
7678
|
+
};
|
|
7336
7679
|
/**
|
|
7337
7680
|
* 查询当前实例配置的分发服务器
|
|
7338
7681
|
*
|
|
@@ -7398,6 +7741,33 @@ export declare const ParamCreater: () => {
|
|
|
7398
7741
|
pathParams: {};
|
|
7399
7742
|
headers: {};
|
|
7400
7743
|
};
|
|
7744
|
+
/**
|
|
7745
|
+
* 查询实例可选的RDS for SQL Server实例的发布
|
|
7746
|
+
*
|
|
7747
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7748
|
+
*/
|
|
7749
|
+
listPublications4Subscription(listPublications4SubscriptionRequest?: ListPublications4SubscriptionRequest): {
|
|
7750
|
+
method: string;
|
|
7751
|
+
url: string;
|
|
7752
|
+
contentType: string;
|
|
7753
|
+
queryParams: {};
|
|
7754
|
+
pathParams: {};
|
|
7755
|
+
headers: {};
|
|
7756
|
+
data: {};
|
|
7757
|
+
};
|
|
7758
|
+
/**
|
|
7759
|
+
* 查询发布订阅配置文件列表。
|
|
7760
|
+
*
|
|
7761
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7762
|
+
*/
|
|
7763
|
+
listReplicationProfiles(listReplicationProfilesRequest?: ListReplicationProfilesRequest): {
|
|
7764
|
+
method: string;
|
|
7765
|
+
url: string;
|
|
7766
|
+
contentType: string;
|
|
7767
|
+
queryParams: {};
|
|
7768
|
+
pathParams: {};
|
|
7769
|
+
headers: {};
|
|
7770
|
+
};
|
|
7401
7771
|
/**
|
|
7402
7772
|
* 查询数据库列表。
|
|
7403
7773
|
*
|
|
@@ -7437,6 +7807,19 @@ export declare const ParamCreater: () => {
|
|
|
7437
7807
|
pathParams: {};
|
|
7438
7808
|
headers: {};
|
|
7439
7809
|
};
|
|
7810
|
+
/**
|
|
7811
|
+
* 查询实例订阅信息
|
|
7812
|
+
*
|
|
7813
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7814
|
+
*/
|
|
7815
|
+
listSubscriptions(listSubscriptionsRequest?: ListSubscriptionsRequest): {
|
|
7816
|
+
method: string;
|
|
7817
|
+
url: string;
|
|
7818
|
+
contentType: string;
|
|
7819
|
+
queryParams: {};
|
|
7820
|
+
pathParams: {};
|
|
7821
|
+
headers: {};
|
|
7822
|
+
};
|
|
7440
7823
|
/**
|
|
7441
7824
|
* 修改实例字符集。
|
|
7442
7825
|
*
|
|
@@ -7465,6 +7848,32 @@ export declare const ParamCreater: () => {
|
|
|
7465
7848
|
headers: {};
|
|
7466
7849
|
data: {};
|
|
7467
7850
|
};
|
|
7851
|
+
/**
|
|
7852
|
+
* 重新生成发布快照。
|
|
7853
|
+
*
|
|
7854
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7855
|
+
*/
|
|
7856
|
+
refreshPublicationSnapshot(refreshPublicationSnapshotRequest?: RefreshPublicationSnapshotRequest): {
|
|
7857
|
+
method: string;
|
|
7858
|
+
url: string;
|
|
7859
|
+
contentType: string;
|
|
7860
|
+
queryParams: {};
|
|
7861
|
+
pathParams: {};
|
|
7862
|
+
headers: {};
|
|
7863
|
+
};
|
|
7864
|
+
/**
|
|
7865
|
+
* 重新生成订阅。
|
|
7866
|
+
*
|
|
7867
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7868
|
+
*/
|
|
7869
|
+
refreshSubscription(refreshSubscriptionRequest?: RefreshSubscriptionRequest): {
|
|
7870
|
+
method: string;
|
|
7871
|
+
url: string;
|
|
7872
|
+
contentType: string;
|
|
7873
|
+
queryParams: {};
|
|
7874
|
+
pathParams: {};
|
|
7875
|
+
headers: {};
|
|
7876
|
+
};
|
|
7468
7877
|
/**
|
|
7469
7878
|
* 解除数据库帐号权限。
|
|
7470
7879
|
*
|
|
@@ -7507,6 +7916,33 @@ export declare const ParamCreater: () => {
|
|
|
7507
7916
|
headers: {};
|
|
7508
7917
|
data: {};
|
|
7509
7918
|
};
|
|
7919
|
+
/**
|
|
7920
|
+
* 同步发布订阅元数据。
|
|
7921
|
+
*
|
|
7922
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7923
|
+
*/
|
|
7924
|
+
syncReplicationMetadata(syncReplicationMetadataRequest?: SyncReplicationMetadataRequest): {
|
|
7925
|
+
method: string;
|
|
7926
|
+
url: string;
|
|
7927
|
+
contentType: string;
|
|
7928
|
+
queryParams: {};
|
|
7929
|
+
pathParams: {};
|
|
7930
|
+
headers: {};
|
|
7931
|
+
};
|
|
7932
|
+
/**
|
|
7933
|
+
* RDS for SQL Server实例间或与远程SQL Server数据库的连通性测试
|
|
7934
|
+
*
|
|
7935
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7936
|
+
*/
|
|
7937
|
+
validateInstanceConnection(validateInstanceConnectionRequest?: ValidateInstanceConnectionRequest): {
|
|
7938
|
+
method: string;
|
|
7939
|
+
url: string;
|
|
7940
|
+
contentType: string;
|
|
7941
|
+
queryParams: {};
|
|
7942
|
+
pathParams: {};
|
|
7943
|
+
headers: {};
|
|
7944
|
+
data: {};
|
|
7945
|
+
};
|
|
7510
7946
|
/**
|
|
7511
7947
|
* 查询sql统计列表
|
|
7512
7948
|
*
|