@huaweicloud/huaweicloud-sdk-rds 3.1.173 → 3.1.175
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 +377 -0
- package/v3/RdsClient.d.ts.map +1 -1
- package/v3/RdsClient.js +903 -21
- package/v3/RdsClient.js.map +1 -1
- package/v3/RdsRegion.d.ts +3 -0
- package/v3/RdsRegion.d.ts.map +1 -1
- package/v3/RdsRegion.js +7 -1
- package/v3/RdsRegion.js.map +1 -1
- 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/CreateIntelligentKillSessionRequest.d.ts +11 -0
- package/v3/model/CreateIntelligentKillSessionRequest.d.ts.map +1 -0
- package/v3/model/CreateIntelligentKillSessionRequest.js +24 -0
- package/v3/model/CreateIntelligentKillSessionRequest.js.map +1 -0
- package/v3/model/CreateIntelligentKillSessionResponse.d.ts +13 -0
- package/v3/model/CreateIntelligentKillSessionResponse.d.ts.map +1 -0
- package/v3/model/CreateIntelligentKillSessionResponse.js +31 -0
- package/v3/model/CreateIntelligentKillSessionResponse.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/IntelligentKillSessionHistory.d.ts +20 -0
- package/v3/model/IntelligentKillSessionHistory.d.ts.map +1 -0
- package/v3/model/IntelligentKillSessionHistory.js +49 -0
- package/v3/model/IntelligentKillSessionHistory.js.map +1 -0
- package/v3/model/IntelligentKillSessionReq.d.ts +8 -0
- package/v3/model/IntelligentKillSessionReq.d.ts.map +1 -0
- package/v3/model/IntelligentKillSessionReq.js +19 -0
- package/v3/model/IntelligentKillSessionReq.js.map +1 -0
- package/v3/model/ListAutoScalingPolicyRequest.d.ts +12 -0
- package/v3/model/ListAutoScalingPolicyRequest.d.ts.map +1 -0
- package/v3/model/ListAutoScalingPolicyRequest.js +30 -0
- package/v3/model/ListAutoScalingPolicyRequest.js.map +1 -0
- package/v3/model/ListAutoScalingPolicyResponse.d.ts +39 -0
- package/v3/model/ListAutoScalingPolicyResponse.d.ts.map +1 -0
- package/v3/model/ListAutoScalingPolicyResponse.js +95 -0
- package/v3/model/ListAutoScalingPolicyResponse.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/OperateUsedJobSchedule.d.ts +1 -1
- package/v3/model/OperateUsedJobSchedule.d.ts.map +1 -1
- package/v3/model/OperateUsedJobSchedule.js +1 -2
- package/v3/model/OperateUsedJobSchedule.js.map +1 -1
- package/v3/model/ShowIntelligentKillSessionHistoryRequest.d.ts +24 -0
- package/v3/model/ShowIntelligentKillSessionHistoryRequest.d.ts.map +1 -0
- package/v3/model/ShowIntelligentKillSessionHistoryRequest.js +60 -0
- package/v3/model/ShowIntelligentKillSessionHistoryRequest.js.map +1 -0
- package/v3/model/ShowIntelligentKillSessionHistoryResponse.d.ts +16 -0
- package/v3/model/ShowIntelligentKillSessionHistoryResponse.d.ts.map +1 -0
- package/v3/model/ShowIntelligentKillSessionHistoryResponse.js +35 -0
- package/v3/model/ShowIntelligentKillSessionHistoryResponse.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/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 +40 -0
- package/v3/public-api.d.ts.map +1 -1
- package/v3/public-api.js +40 -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.175",
|
|
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.175"
|
|
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';
|
|
@@ -56,6 +62,8 @@ import { CreateInstanceIam5Request } from './model/CreateInstanceIam5Request';
|
|
|
56
62
|
import { CreateInstanceIam5Response } from './model/CreateInstanceIam5Response';
|
|
57
63
|
import { CreateInstanceRequest } from './model/CreateInstanceRequest';
|
|
58
64
|
import { CreateInstanceResponse } from './model/CreateInstanceResponse';
|
|
65
|
+
import { CreateIntelligentKillSessionRequest } from './model/CreateIntelligentKillSessionRequest';
|
|
66
|
+
import { CreateIntelligentKillSessionResponse } from './model/CreateIntelligentKillSessionResponse';
|
|
59
67
|
import { CreateManualBackupRequest } from './model/CreateManualBackupRequest';
|
|
60
68
|
import { CreateManualBackupResponse } from './model/CreateManualBackupResponse';
|
|
61
69
|
import { CreatePostgresqlDatabaseRequest } from './model/CreatePostgresqlDatabaseRequest';
|
|
@@ -88,6 +96,8 @@ import { DeleteDbUserRequest } from './model/DeleteDbUserRequest';
|
|
|
88
96
|
import { DeleteDbUserResponse } from './model/DeleteDbUserResponse';
|
|
89
97
|
import { DeleteDisasterRecoveryRequest } from './model/DeleteDisasterRecoveryRequest';
|
|
90
98
|
import { DeleteDisasterRecoveryResponse } from './model/DeleteDisasterRecoveryResponse';
|
|
99
|
+
import { DeleteDistributionRequest } from './model/DeleteDistributionRequest';
|
|
100
|
+
import { DeleteDistributionResponse } from './model/DeleteDistributionResponse';
|
|
91
101
|
import { DeleteInstanceRequest } from './model/DeleteInstanceRequest';
|
|
92
102
|
import { DeleteInstanceResponse } from './model/DeleteInstanceResponse';
|
|
93
103
|
import { DeleteJobRequest } from './model/DeleteJobRequest';
|
|
@@ -118,6 +128,8 @@ import { DeleteSqlserverDatabaseRequest } from './model/DeleteSqlserverDatabaseR
|
|
|
118
128
|
import { DeleteSqlserverDatabaseResponse } from './model/DeleteSqlserverDatabaseResponse';
|
|
119
129
|
import { DeleteSqlserverDbUserRequest } from './model/DeleteSqlserverDbUserRequest';
|
|
120
130
|
import { DeleteSqlserverDbUserResponse } from './model/DeleteSqlserverDbUserResponse';
|
|
131
|
+
import { DeleteSubscriptionRequest } from './model/DeleteSubscriptionRequest';
|
|
132
|
+
import { DeleteSubscriptionResponse } from './model/DeleteSubscriptionResponse';
|
|
121
133
|
import { DownloadErrorlogRequest } from './model/DownloadErrorlogRequest';
|
|
122
134
|
import { DownloadErrorlogResponse } from './model/DownloadErrorlogResponse';
|
|
123
135
|
import { DownloadSlowlogRequest } from './model/DownloadSlowlogRequest';
|
|
@@ -142,6 +154,8 @@ import { ListAuthorizedDbUsersRequest } from './model/ListAuthorizedDbUsersReque
|
|
|
142
154
|
import { ListAuthorizedDbUsersResponse } from './model/ListAuthorizedDbUsersResponse';
|
|
143
155
|
import { ListAuthorizedSqlserverDbUsersRequest } from './model/ListAuthorizedSqlserverDbUsersRequest';
|
|
144
156
|
import { ListAuthorizedSqlserverDbUsersResponse } from './model/ListAuthorizedSqlserverDbUsersResponse';
|
|
157
|
+
import { ListAutoScalingPolicyRequest } from './model/ListAutoScalingPolicyRequest';
|
|
158
|
+
import { ListAutoScalingPolicyResponse } from './model/ListAutoScalingPolicyResponse';
|
|
145
159
|
import { ListBackupTransfersRequest } from './model/ListBackupTransfersRequest';
|
|
146
160
|
import { ListBackupTransfersResponse } from './model/ListBackupTransfersResponse';
|
|
147
161
|
import { ListBackupsRequest } from './model/ListBackupsRequest';
|
|
@@ -160,6 +174,8 @@ import { ListDatabasesRequest } from './model/ListDatabasesRequest';
|
|
|
160
174
|
import { ListDatabasesResponse } from './model/ListDatabasesResponse';
|
|
161
175
|
import { ListDatastoresRequest } from './model/ListDatastoresRequest';
|
|
162
176
|
import { ListDatastoresResponse } from './model/ListDatastoresResponse';
|
|
177
|
+
import { ListDbAgentJobsRequest } from './model/ListDbAgentJobsRequest';
|
|
178
|
+
import { ListDbAgentJobsResponse } from './model/ListDbAgentJobsResponse';
|
|
163
179
|
import { ListDbUsersRequest } from './model/ListDbUsersRequest';
|
|
164
180
|
import { ListDbUsersResponse } from './model/ListDbUsersResponse';
|
|
165
181
|
import { ListDistributionRequest } from './model/ListDistributionRequest';
|
|
@@ -236,6 +252,8 @@ import { ListPredefinedTagRequest } from './model/ListPredefinedTagRequest';
|
|
|
236
252
|
import { ListPredefinedTagResponse } from './model/ListPredefinedTagResponse';
|
|
237
253
|
import { ListProjectTagsRequest } from './model/ListProjectTagsRequest';
|
|
238
254
|
import { ListProjectTagsResponse } from './model/ListProjectTagsResponse';
|
|
255
|
+
import { ListPublications4SubscriptionRequest } from './model/ListPublications4SubscriptionRequest';
|
|
256
|
+
import { ListPublications4SubscriptionResponse } from './model/ListPublications4SubscriptionResponse';
|
|
239
257
|
import { ListPublicationsRequest } from './model/ListPublicationsRequest';
|
|
240
258
|
import { ListPublicationsResponse } from './model/ListPublicationsResponse';
|
|
241
259
|
import { ListRdSforMySqlProxyRequest } from './model/ListRdSforMySqlProxyRequest';
|
|
@@ -246,6 +264,8 @@ import { ListReadOnlyReplayDatabaseRequest } from './model/ListReadOnlyReplayDat
|
|
|
246
264
|
import { ListReadOnlyReplayDatabaseResponse } from './model/ListReadOnlyReplayDatabaseResponse';
|
|
247
265
|
import { ListRecycleInstancesRequest } from './model/ListRecycleInstancesRequest';
|
|
248
266
|
import { ListRecycleInstancesResponse } from './model/ListRecycleInstancesResponse';
|
|
267
|
+
import { ListReplicationProfilesRequest } from './model/ListReplicationProfilesRequest';
|
|
268
|
+
import { ListReplicationProfilesResponse } from './model/ListReplicationProfilesResponse';
|
|
249
269
|
import { ListRestoreTimesRequest } from './model/ListRestoreTimesRequest';
|
|
250
270
|
import { ListRestoreTimesResponse } from './model/ListRestoreTimesResponse';
|
|
251
271
|
import { ListScheduleTasksRequest } from './model/ListScheduleTasksRequest';
|
|
@@ -282,6 +302,8 @@ import { ListStorageTypesRequest } from './model/ListStorageTypesRequest';
|
|
|
282
302
|
import { ListStorageTypesResponse } from './model/ListStorageTypesResponse';
|
|
283
303
|
import { ListSubscriberInstancesRequest } from './model/ListSubscriberInstancesRequest';
|
|
284
304
|
import { ListSubscriberInstancesResponse } from './model/ListSubscriberInstancesResponse';
|
|
305
|
+
import { ListSubscriptionsRequest } from './model/ListSubscriptionsRequest';
|
|
306
|
+
import { ListSubscriptionsResponse } from './model/ListSubscriptionsResponse';
|
|
285
307
|
import { ListTasksRequest } from './model/ListTasksRequest';
|
|
286
308
|
import { ListTasksResponse } from './model/ListTasksResponse';
|
|
287
309
|
import { ListTopSqlsRequest } from './model/ListTopSqlsRequest';
|
|
@@ -400,6 +422,8 @@ import { ShowInformationAboutDatabaseProxyRequest } from './model/ShowInformatio
|
|
|
400
422
|
import { ShowInformationAboutDatabaseProxyResponse } from './model/ShowInformationAboutDatabaseProxyResponse';
|
|
401
423
|
import { ShowInstanceConfigurationRequest } from './model/ShowInstanceConfigurationRequest';
|
|
402
424
|
import { ShowInstanceConfigurationResponse } from './model/ShowInstanceConfigurationResponse';
|
|
425
|
+
import { ShowIntelligentKillSessionHistoryRequest } from './model/ShowIntelligentKillSessionHistoryRequest';
|
|
426
|
+
import { ShowIntelligentKillSessionHistoryResponse } from './model/ShowIntelligentKillSessionHistoryResponse';
|
|
403
427
|
import { ShowOffSiteBackupPolicyRequest } from './model/ShowOffSiteBackupPolicyRequest';
|
|
404
428
|
import { ShowOffSiteBackupPolicyResponse } from './model/ShowOffSiteBackupPolicyResponse';
|
|
405
429
|
import { ShowPostgresqlParamValueRequest } from './model/ShowPostgresqlParamValueRequest';
|
|
@@ -518,6 +542,8 @@ import { UpgradeDbVersionRequest } from './model/UpgradeDbVersionRequest';
|
|
|
518
542
|
import { UpgradeDbVersionResponse } from './model/UpgradeDbVersionResponse';
|
|
519
543
|
import { UpgradeLargeVersionRequest } from './model/UpgradeLargeVersionRequest';
|
|
520
544
|
import { UpgradeLargeVersionResponse } from './model/UpgradeLargeVersionResponse';
|
|
545
|
+
import { ValidateInstanceConnectionRequest } from './model/ValidateInstanceConnectionRequest';
|
|
546
|
+
import { ValidateInstanceConnectionResponse } from './model/ValidateInstanceConnectionResponse';
|
|
521
547
|
export declare class RdsClient {
|
|
522
548
|
static newBuilder(): ClientBuilder<RdsClient>;
|
|
523
549
|
private hcClient;
|
|
@@ -986,6 +1012,18 @@ export declare class RdsClient {
|
|
|
986
1012
|
* @throws {RequiredError}
|
|
987
1013
|
*/
|
|
988
1014
|
listAuditlogs(listAuditlogsRequest?: ListAuditlogsRequest): Promise<ListAuditlogsResponse>;
|
|
1015
|
+
/**
|
|
1016
|
+
* 查询自动变配策略
|
|
1017
|
+
*
|
|
1018
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1019
|
+
*
|
|
1020
|
+
* @summary 查询自动变配策略
|
|
1021
|
+
* @param {string} instanceId **参数解释**: 实例ID,此参数是实例的唯一标识。 **约束限制**: 不涉及。 **取值范围**: 只能由英文字母、数字组成,长度为36个字符。 **默认取值**: 不涉及。
|
|
1022
|
+
* @param {string} [xLanguage] **参数解释**: 请求语言类型。 **约束限制**: 不涉及。 **取值范围**: - en-us - zh-cn **默认取值**: en-us。
|
|
1023
|
+
* @param {*} [options] Override http request option.
|
|
1024
|
+
* @throws {RequiredError}
|
|
1025
|
+
*/
|
|
1026
|
+
listAutoScalingPolicy(listAutoScalingPolicyRequest?: ListAutoScalingPolicyRequest): Promise<ListAutoScalingPolicyResponse>;
|
|
989
1027
|
/**
|
|
990
1028
|
* 查询转储任务列表
|
|
991
1029
|
*
|
|
@@ -3542,6 +3580,18 @@ export declare class RdsClient {
|
|
|
3542
3580
|
* @throws {RequiredError}
|
|
3543
3581
|
*/
|
|
3544
3582
|
updateReadWeight(updateReadWeightRequest?: UpdateReadWeightRequest): Promise<UpdateReadWeightResponse>;
|
|
3583
|
+
/**
|
|
3584
|
+
* 一键kill会话
|
|
3585
|
+
*
|
|
3586
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3587
|
+
*
|
|
3588
|
+
* @summary 一键kill会话
|
|
3589
|
+
* @param {string} instanceId 实例id
|
|
3590
|
+
* @param {IntelligentKillSessionReq} [createIntelligentKillSessionRequestBody] 一键自动kill会话请求体
|
|
3591
|
+
* @param {*} [options] Override http request option.
|
|
3592
|
+
* @throws {RequiredError}
|
|
3593
|
+
*/
|
|
3594
|
+
createIntelligentKillSession(createIntelligentKillSessionRequest?: CreateIntelligentKillSessionRequest): Promise<CreateIntelligentKillSessionResponse>;
|
|
3545
3595
|
/**
|
|
3546
3596
|
* 查询无索引表诊断数据
|
|
3547
3597
|
*
|
|
@@ -3555,6 +3605,21 @@ export declare class RdsClient {
|
|
|
3555
3605
|
* @throws {RequiredError}
|
|
3556
3606
|
*/
|
|
3557
3607
|
getInstancesNoIndexTables(getInstancesNoIndexTablesRequest?: GetInstancesNoIndexTablesRequest): Promise<GetInstancesNoIndexTablesResponse>;
|
|
3608
|
+
/**
|
|
3609
|
+
* 查询一键kill会话历史
|
|
3610
|
+
*
|
|
3611
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3612
|
+
*
|
|
3613
|
+
* @summary 查询一键kill会话历史
|
|
3614
|
+
* @param {string} instanceId 实例id
|
|
3615
|
+
* @param {number} [startTime] 查询开始时间
|
|
3616
|
+
* @param {number} [endTime] 查询结束时间
|
|
3617
|
+
* @param {number} [pageNum] 查询页编号
|
|
3618
|
+
* @param {number} [pageSize] 查询分页大小
|
|
3619
|
+
* @param {*} [options] Override http request option.
|
|
3620
|
+
* @throws {RequiredError}
|
|
3621
|
+
*/
|
|
3622
|
+
showIntelligentKillSessionHistory(showIntelligentKillSessionHistoryRequest?: ShowIntelligentKillSessionHistoryRequest): Promise<ShowIntelligentKillSessionHistoryResponse>;
|
|
3558
3623
|
/**
|
|
3559
3624
|
* 授权数据库帐号。
|
|
3560
3625
|
*
|
|
@@ -3580,6 +3645,45 @@ export declare class RdsClient {
|
|
|
3580
3645
|
* @throws {RequiredError}
|
|
3581
3646
|
*/
|
|
3582
3647
|
batchAddMsdtcs(batchAddMsdtcsRequest?: BatchAddMsdtcsRequest): Promise<BatchAddMsdtcsResponse>;
|
|
3648
|
+
/**
|
|
3649
|
+
* 批量修改订阅
|
|
3650
|
+
*
|
|
3651
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3652
|
+
*
|
|
3653
|
+
* @summary 批量修改订阅
|
|
3654
|
+
* @param {string} instanceId 实例ID。
|
|
3655
|
+
* @param {ModifySubscriptionsRequestBody} batchModifySubscriptionRequestBody 批量修改订阅请求体。
|
|
3656
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3657
|
+
* @param {*} [options] Override http request option.
|
|
3658
|
+
* @throws {RequiredError}
|
|
3659
|
+
*/
|
|
3660
|
+
batchModifySubscription(batchModifySubscriptionRequest?: BatchModifySubscriptionRequest): Promise<BatchModifySubscriptionResponse>;
|
|
3661
|
+
/**
|
|
3662
|
+
* 查询发布监控信息。
|
|
3663
|
+
*
|
|
3664
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3665
|
+
*
|
|
3666
|
+
* @summary 查询发布监控信息
|
|
3667
|
+
* @param {string} instanceId 实例ID
|
|
3668
|
+
* @param {string} publicationId 发布ID
|
|
3669
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3670
|
+
* @param {*} [options] Override http request option.
|
|
3671
|
+
* @throws {RequiredError}
|
|
3672
|
+
*/
|
|
3673
|
+
collectPublicationMonitor(collectPublicationMonitorRequest?: CollectPublicationMonitorRequest): Promise<CollectPublicationMonitorResponse>;
|
|
3674
|
+
/**
|
|
3675
|
+
* 查询订阅监控信息。
|
|
3676
|
+
*
|
|
3677
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3678
|
+
*
|
|
3679
|
+
* @summary 查询订阅监控信息
|
|
3680
|
+
* @param {string} instanceId 实例ID
|
|
3681
|
+
* @param {string} subscriptionId 订阅ID
|
|
3682
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3683
|
+
* @param {*} [options] Override http request option.
|
|
3684
|
+
* @throws {RequiredError}
|
|
3685
|
+
*/
|
|
3686
|
+
collectSubscriptionMonitor(collectSubscriptionMonitorRequest?: CollectSubscriptionMonitorRequest): Promise<CollectSubscriptionMonitorResponse>;
|
|
3583
3687
|
/**
|
|
3584
3688
|
* 复制数据库
|
|
3585
3689
|
*
|
|
@@ -3631,6 +3735,18 @@ export declare class RdsClient {
|
|
|
3631
3735
|
* @throws {RequiredError}
|
|
3632
3736
|
*/
|
|
3633
3737
|
createSubscription(createSubscriptionRequest?: CreateSubscriptionRequest): Promise<CreateSubscriptionResponse>;
|
|
3738
|
+
/**
|
|
3739
|
+
* 删除当前实例的分发服务器
|
|
3740
|
+
*
|
|
3741
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3742
|
+
*
|
|
3743
|
+
* @summary 删除当前实例的分发服务器
|
|
3744
|
+
* @param {string} instanceId 实例ID
|
|
3745
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3746
|
+
* @param {*} [options] Override http request option.
|
|
3747
|
+
* @throws {RequiredError}
|
|
3748
|
+
*/
|
|
3749
|
+
deleteDistribution(deleteDistributionRequest?: DeleteDistributionRequest): Promise<DeleteDistributionResponse>;
|
|
3634
3750
|
/**
|
|
3635
3751
|
* 删除MSDTC相关主机host地址
|
|
3636
3752
|
*
|
|
@@ -3697,6 +3813,19 @@ export declare class RdsClient {
|
|
|
3697
3813
|
* @throws {RequiredError}
|
|
3698
3814
|
*/
|
|
3699
3815
|
deleteSqlserverDbUser(deleteSqlserverDbUserRequest?: DeleteSqlserverDbUserRequest): Promise<DeleteSqlserverDbUserResponse>;
|
|
3816
|
+
/**
|
|
3817
|
+
* 删除订阅
|
|
3818
|
+
*
|
|
3819
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3820
|
+
*
|
|
3821
|
+
* @summary 删除订阅
|
|
3822
|
+
* @param {string} instanceId 实例ID
|
|
3823
|
+
* @param {DeleteSubscriptionRequestBody} deleteSubscriptionRequestBody 删除订阅请求体。
|
|
3824
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3825
|
+
* @param {*} [options] Override http request option.
|
|
3826
|
+
* @throws {RequiredError}
|
|
3827
|
+
*/
|
|
3828
|
+
deleteSubscription(deleteSubscriptionRequest?: DeleteSubscriptionRequest): Promise<DeleteSubscriptionResponse>;
|
|
3700
3829
|
/**
|
|
3701
3830
|
* 查询指定数据库的已授权用户。
|
|
3702
3831
|
*
|
|
@@ -3725,6 +3854,21 @@ export declare class RdsClient {
|
|
|
3725
3854
|
* @throws {RequiredError}
|
|
3726
3855
|
*/
|
|
3727
3856
|
listBusinessPartners(listBusinessPartnersRequest?: ListBusinessPartnersRequest): Promise<ListBusinessPartnersResponse>;
|
|
3857
|
+
/**
|
|
3858
|
+
* 查询数据库代理作业列表。
|
|
3859
|
+
*
|
|
3860
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3861
|
+
*
|
|
3862
|
+
* @summary 查询数据库代理作业列表
|
|
3863
|
+
* @param {string} instanceId 实例ID
|
|
3864
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3865
|
+
* @param {string} [jobType] 作业类型。默认不传,查询所有作业。 若传,则取值如下: replication:发布订阅相关作业。
|
|
3866
|
+
* @param {number} [offset] 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
|
3867
|
+
* @param {number} [limit] 查询记录数。默认为10,不能为负数,最小值为1,最大值为100。
|
|
3868
|
+
* @param {*} [options] Override http request option.
|
|
3869
|
+
* @throws {RequiredError}
|
|
3870
|
+
*/
|
|
3871
|
+
listDbAgentJobs(listDbAgentJobsRequest?: ListDbAgentJobsRequest): Promise<ListDbAgentJobsResponse>;
|
|
3728
3872
|
/**
|
|
3729
3873
|
* 查询当前实例配置的分发服务器
|
|
3730
3874
|
*
|
|
@@ -3796,6 +3940,34 @@ export declare class RdsClient {
|
|
|
3796
3940
|
* @throws {RequiredError}
|
|
3797
3941
|
*/
|
|
3798
3942
|
listPublications(listPublicationsRequest?: ListPublicationsRequest): Promise<ListPublicationsResponse>;
|
|
3943
|
+
/**
|
|
3944
|
+
* 查询实例可选的RDS for SQL Server实例的发布
|
|
3945
|
+
*
|
|
3946
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3947
|
+
*
|
|
3948
|
+
* @summary 查询实例可选的发布
|
|
3949
|
+
* @param {string} instanceId 实例ID
|
|
3950
|
+
* @param {ListPublications4SubscriptionRequestBody} listPublications4SubscriptionRequestBody 实例ID
|
|
3951
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3952
|
+
* @param {*} [options] Override http request option.
|
|
3953
|
+
* @throws {RequiredError}
|
|
3954
|
+
*/
|
|
3955
|
+
listPublications4Subscription(listPublications4SubscriptionRequest?: ListPublications4SubscriptionRequest): Promise<ListPublications4SubscriptionResponse>;
|
|
3956
|
+
/**
|
|
3957
|
+
* 查询发布订阅配置文件列表。
|
|
3958
|
+
*
|
|
3959
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3960
|
+
*
|
|
3961
|
+
* @summary 查询发布订阅配置文件列表
|
|
3962
|
+
* @param {string} instanceId 实例ID。
|
|
3963
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
3964
|
+
* @param {string} [agentType] 代理类型。 snapshot:快照代理 log_reader:日志读取器代理 distribution:分发代理 merge:合并代理 queue_reader:队列读取器代理。
|
|
3965
|
+
* @param {number} [offset] 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
|
3966
|
+
* @param {number} [limit] 查询记录数。默认为10,不能为负数,最小值为1,最大值为100。
|
|
3967
|
+
* @param {*} [options] Override http request option.
|
|
3968
|
+
* @throws {RequiredError}
|
|
3969
|
+
*/
|
|
3970
|
+
listReplicationProfiles(listReplicationProfilesRequest?: ListReplicationProfilesRequest): Promise<ListReplicationProfilesResponse>;
|
|
3799
3971
|
/**
|
|
3800
3972
|
* 查询数据库列表。
|
|
3801
3973
|
*
|
|
@@ -3842,6 +4014,24 @@ export declare class RdsClient {
|
|
|
3842
4014
|
* @throws {RequiredError}
|
|
3843
4015
|
*/
|
|
3844
4016
|
listSubscriberInstances(listSubscriberInstancesRequest?: ListSubscriberInstancesRequest): Promise<ListSubscriberInstancesResponse>;
|
|
4017
|
+
/**
|
|
4018
|
+
* 查询实例订阅信息
|
|
4019
|
+
*
|
|
4020
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4021
|
+
*
|
|
4022
|
+
* @summary 查询实例订阅信息
|
|
4023
|
+
* @param {string} instanceId 实例ID
|
|
4024
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
4025
|
+
* @param {string} [publicationId] 发布id。不为空则查询该发布下的订阅;为空(null)则查询实例本地订阅。
|
|
4026
|
+
* @param {boolean} [isCloud] 订阅服务器来源 true:订阅服务器为云上实例 false:订阅服务器非云上实例 不传该参数(null):全部订阅
|
|
4027
|
+
* @param {string} [publicationName] 发布名(模糊匹配)
|
|
4028
|
+
* @param {string} [subscriptionDbName] 订阅数据库名(模糊匹配)
|
|
4029
|
+
* @param {number} [offset] 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
|
4030
|
+
* @param {number} [limit] 查询记录数。默认为10,不能为负数,最小值为1,最大值为100。
|
|
4031
|
+
* @param {*} [options] Override http request option.
|
|
4032
|
+
* @throws {RequiredError}
|
|
4033
|
+
*/
|
|
4034
|
+
listSubscriptions(listSubscriptionsRequest?: ListSubscriptionsRequest): Promise<ListSubscriptionsResponse>;
|
|
3845
4035
|
/**
|
|
3846
4036
|
* 修改实例字符集。
|
|
3847
4037
|
*
|
|
@@ -3906,6 +4096,19 @@ export declare class RdsClient {
|
|
|
3906
4096
|
* @throws {RequiredError}
|
|
3907
4097
|
*/
|
|
3908
4098
|
setInstancesNewDbShrink(setInstancesNewDbShrinkRequest?: SetInstancesNewDbShrinkRequest): Promise<SetInstancesNewDbShrinkResponse>;
|
|
4099
|
+
/**
|
|
4100
|
+
* RDS for SQL Server实例间或与远程SQL Server数据库的连通性测试
|
|
4101
|
+
*
|
|
4102
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4103
|
+
*
|
|
4104
|
+
* @summary 登录测试
|
|
4105
|
+
* @param {string} instanceId 实例ID
|
|
4106
|
+
* @param {ValidateInstanceConnectionRequestBody} validateInstanceConnectionRequestBody 连通性测试请求体。
|
|
4107
|
+
* @param {string} [xLanguage] 语言。默认en-us。
|
|
4108
|
+
* @param {*} [options] Override http request option.
|
|
4109
|
+
* @throws {RequiredError}
|
|
4110
|
+
*/
|
|
4111
|
+
validateInstanceConnection(validateInstanceConnectionRequest?: ValidateInstanceConnectionRequest): Promise<ValidateInstanceConnectionResponse>;
|
|
3909
4112
|
/**
|
|
3910
4113
|
* 查询sql统计列表
|
|
3911
4114
|
*
|
|
@@ -4442,6 +4645,19 @@ export declare const ParamCreater: () => {
|
|
|
4442
4645
|
pathParams: {};
|
|
4443
4646
|
headers: {};
|
|
4444
4647
|
};
|
|
4648
|
+
/**
|
|
4649
|
+
* 查询自动变配策略
|
|
4650
|
+
*
|
|
4651
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4652
|
+
*/
|
|
4653
|
+
listAutoScalingPolicy(listAutoScalingPolicyRequest?: ListAutoScalingPolicyRequest): {
|
|
4654
|
+
method: string;
|
|
4655
|
+
url: string;
|
|
4656
|
+
contentType: string;
|
|
4657
|
+
queryParams: {};
|
|
4658
|
+
pathParams: {};
|
|
4659
|
+
headers: {};
|
|
4660
|
+
};
|
|
4445
4661
|
/**
|
|
4446
4662
|
* 查询转储任务列表
|
|
4447
4663
|
*
|
|
@@ -7056,6 +7272,20 @@ export declare const ParamCreater: () => {
|
|
|
7056
7272
|
headers: {};
|
|
7057
7273
|
data: {};
|
|
7058
7274
|
};
|
|
7275
|
+
/**
|
|
7276
|
+
* 一键kill会话
|
|
7277
|
+
*
|
|
7278
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7279
|
+
*/
|
|
7280
|
+
createIntelligentKillSession(createIntelligentKillSessionRequest?: CreateIntelligentKillSessionRequest): {
|
|
7281
|
+
method: string;
|
|
7282
|
+
url: string;
|
|
7283
|
+
contentType: string;
|
|
7284
|
+
queryParams: {};
|
|
7285
|
+
pathParams: {};
|
|
7286
|
+
headers: {};
|
|
7287
|
+
data: {};
|
|
7288
|
+
};
|
|
7059
7289
|
/**
|
|
7060
7290
|
* 查询无索引表诊断数据
|
|
7061
7291
|
*
|
|
@@ -7069,6 +7299,19 @@ export declare const ParamCreater: () => {
|
|
|
7069
7299
|
pathParams: {};
|
|
7070
7300
|
headers: {};
|
|
7071
7301
|
};
|
|
7302
|
+
/**
|
|
7303
|
+
* 查询一键kill会话历史
|
|
7304
|
+
*
|
|
7305
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7306
|
+
*/
|
|
7307
|
+
showIntelligentKillSessionHistory(showIntelligentKillSessionHistoryRequest?: ShowIntelligentKillSessionHistoryRequest): {
|
|
7308
|
+
method: string;
|
|
7309
|
+
url: string;
|
|
7310
|
+
contentType: string;
|
|
7311
|
+
queryParams: {};
|
|
7312
|
+
pathParams: {};
|
|
7313
|
+
headers: {};
|
|
7314
|
+
};
|
|
7072
7315
|
/**
|
|
7073
7316
|
* 授权数据库帐号。
|
|
7074
7317
|
*
|
|
@@ -7097,6 +7340,46 @@ export declare const ParamCreater: () => {
|
|
|
7097
7340
|
headers: {};
|
|
7098
7341
|
data: {};
|
|
7099
7342
|
};
|
|
7343
|
+
/**
|
|
7344
|
+
* 批量修改订阅
|
|
7345
|
+
*
|
|
7346
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7347
|
+
*/
|
|
7348
|
+
batchModifySubscription(batchModifySubscriptionRequest?: BatchModifySubscriptionRequest): {
|
|
7349
|
+
method: string;
|
|
7350
|
+
url: string;
|
|
7351
|
+
contentType: string;
|
|
7352
|
+
queryParams: {};
|
|
7353
|
+
pathParams: {};
|
|
7354
|
+
headers: {};
|
|
7355
|
+
data: {};
|
|
7356
|
+
};
|
|
7357
|
+
/**
|
|
7358
|
+
* 查询发布监控信息。
|
|
7359
|
+
*
|
|
7360
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7361
|
+
*/
|
|
7362
|
+
collectPublicationMonitor(collectPublicationMonitorRequest?: CollectPublicationMonitorRequest): {
|
|
7363
|
+
method: string;
|
|
7364
|
+
url: string;
|
|
7365
|
+
contentType: string;
|
|
7366
|
+
queryParams: {};
|
|
7367
|
+
pathParams: {};
|
|
7368
|
+
headers: {};
|
|
7369
|
+
};
|
|
7370
|
+
/**
|
|
7371
|
+
* 查询订阅监控信息。
|
|
7372
|
+
*
|
|
7373
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7374
|
+
*/
|
|
7375
|
+
collectSubscriptionMonitor(collectSubscriptionMonitorRequest?: CollectSubscriptionMonitorRequest): {
|
|
7376
|
+
method: string;
|
|
7377
|
+
url: string;
|
|
7378
|
+
contentType: string;
|
|
7379
|
+
queryParams: {};
|
|
7380
|
+
pathParams: {};
|
|
7381
|
+
headers: {};
|
|
7382
|
+
};
|
|
7100
7383
|
/**
|
|
7101
7384
|
* 复制数据库
|
|
7102
7385
|
*
|
|
@@ -7153,6 +7436,19 @@ export declare const ParamCreater: () => {
|
|
|
7153
7436
|
headers: {};
|
|
7154
7437
|
data: {};
|
|
7155
7438
|
};
|
|
7439
|
+
/**
|
|
7440
|
+
* 删除当前实例的分发服务器
|
|
7441
|
+
*
|
|
7442
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7443
|
+
*/
|
|
7444
|
+
deleteDistribution(deleteDistributionRequest?: DeleteDistributionRequest): {
|
|
7445
|
+
method: string;
|
|
7446
|
+
url: string;
|
|
7447
|
+
contentType: string;
|
|
7448
|
+
queryParams: {};
|
|
7449
|
+
pathParams: {};
|
|
7450
|
+
headers: {};
|
|
7451
|
+
};
|
|
7156
7452
|
/**
|
|
7157
7453
|
* 删除MSDTC相关主机host地址
|
|
7158
7454
|
*
|
|
@@ -7222,6 +7518,20 @@ export declare const ParamCreater: () => {
|
|
|
7222
7518
|
pathParams: {};
|
|
7223
7519
|
headers: {};
|
|
7224
7520
|
};
|
|
7521
|
+
/**
|
|
7522
|
+
* 删除订阅
|
|
7523
|
+
*
|
|
7524
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7525
|
+
*/
|
|
7526
|
+
deleteSubscription(deleteSubscriptionRequest?: DeleteSubscriptionRequest): {
|
|
7527
|
+
method: string;
|
|
7528
|
+
url: string;
|
|
7529
|
+
contentType: string;
|
|
7530
|
+
queryParams: {};
|
|
7531
|
+
pathParams: {};
|
|
7532
|
+
headers: {};
|
|
7533
|
+
data: {};
|
|
7534
|
+
};
|
|
7225
7535
|
/**
|
|
7226
7536
|
* 查询指定数据库的已授权用户。
|
|
7227
7537
|
*
|
|
@@ -7248,6 +7558,19 @@ export declare const ParamCreater: () => {
|
|
|
7248
7558
|
pathParams: {};
|
|
7249
7559
|
headers: {};
|
|
7250
7560
|
};
|
|
7561
|
+
/**
|
|
7562
|
+
* 查询数据库代理作业列表。
|
|
7563
|
+
*
|
|
7564
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7565
|
+
*/
|
|
7566
|
+
listDbAgentJobs(listDbAgentJobsRequest?: ListDbAgentJobsRequest): {
|
|
7567
|
+
method: string;
|
|
7568
|
+
url: string;
|
|
7569
|
+
contentType: string;
|
|
7570
|
+
queryParams: {};
|
|
7571
|
+
pathParams: {};
|
|
7572
|
+
headers: {};
|
|
7573
|
+
};
|
|
7251
7574
|
/**
|
|
7252
7575
|
* 查询当前实例配置的分发服务器
|
|
7253
7576
|
*
|
|
@@ -7313,6 +7636,33 @@ export declare const ParamCreater: () => {
|
|
|
7313
7636
|
pathParams: {};
|
|
7314
7637
|
headers: {};
|
|
7315
7638
|
};
|
|
7639
|
+
/**
|
|
7640
|
+
* 查询实例可选的RDS for SQL Server实例的发布
|
|
7641
|
+
*
|
|
7642
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7643
|
+
*/
|
|
7644
|
+
listPublications4Subscription(listPublications4SubscriptionRequest?: ListPublications4SubscriptionRequest): {
|
|
7645
|
+
method: string;
|
|
7646
|
+
url: string;
|
|
7647
|
+
contentType: string;
|
|
7648
|
+
queryParams: {};
|
|
7649
|
+
pathParams: {};
|
|
7650
|
+
headers: {};
|
|
7651
|
+
data: {};
|
|
7652
|
+
};
|
|
7653
|
+
/**
|
|
7654
|
+
* 查询发布订阅配置文件列表。
|
|
7655
|
+
*
|
|
7656
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7657
|
+
*/
|
|
7658
|
+
listReplicationProfiles(listReplicationProfilesRequest?: ListReplicationProfilesRequest): {
|
|
7659
|
+
method: string;
|
|
7660
|
+
url: string;
|
|
7661
|
+
contentType: string;
|
|
7662
|
+
queryParams: {};
|
|
7663
|
+
pathParams: {};
|
|
7664
|
+
headers: {};
|
|
7665
|
+
};
|
|
7316
7666
|
/**
|
|
7317
7667
|
* 查询数据库列表。
|
|
7318
7668
|
*
|
|
@@ -7352,6 +7702,19 @@ export declare const ParamCreater: () => {
|
|
|
7352
7702
|
pathParams: {};
|
|
7353
7703
|
headers: {};
|
|
7354
7704
|
};
|
|
7705
|
+
/**
|
|
7706
|
+
* 查询实例订阅信息
|
|
7707
|
+
*
|
|
7708
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7709
|
+
*/
|
|
7710
|
+
listSubscriptions(listSubscriptionsRequest?: ListSubscriptionsRequest): {
|
|
7711
|
+
method: string;
|
|
7712
|
+
url: string;
|
|
7713
|
+
contentType: string;
|
|
7714
|
+
queryParams: {};
|
|
7715
|
+
pathParams: {};
|
|
7716
|
+
headers: {};
|
|
7717
|
+
};
|
|
7355
7718
|
/**
|
|
7356
7719
|
* 修改实例字符集。
|
|
7357
7720
|
*
|
|
@@ -7422,6 +7785,20 @@ export declare const ParamCreater: () => {
|
|
|
7422
7785
|
headers: {};
|
|
7423
7786
|
data: {};
|
|
7424
7787
|
};
|
|
7788
|
+
/**
|
|
7789
|
+
* RDS for SQL Server实例间或与远程SQL Server数据库的连通性测试
|
|
7790
|
+
*
|
|
7791
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
7792
|
+
*/
|
|
7793
|
+
validateInstanceConnection(validateInstanceConnectionRequest?: ValidateInstanceConnectionRequest): {
|
|
7794
|
+
method: string;
|
|
7795
|
+
url: string;
|
|
7796
|
+
contentType: string;
|
|
7797
|
+
queryParams: {};
|
|
7798
|
+
pathParams: {};
|
|
7799
|
+
headers: {};
|
|
7800
|
+
data: {};
|
|
7801
|
+
};
|
|
7425
7802
|
/**
|
|
7426
7803
|
* 查询sql统计列表
|
|
7427
7804
|
*
|