@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.
Files changed (177) hide show
  1. package/package.json +2 -2
  2. package/v3/RdsClient.d.ts +377 -0
  3. package/v3/RdsClient.d.ts.map +1 -1
  4. package/v3/RdsClient.js +903 -21
  5. package/v3/RdsClient.js.map +1 -1
  6. package/v3/RdsRegion.d.ts +3 -0
  7. package/v3/RdsRegion.d.ts.map +1 -1
  8. package/v3/RdsRegion.js +7 -1
  9. package/v3/RdsRegion.js.map +1 -1
  10. package/v3/model/BatchModifySubscriptionRequest.d.ts +15 -0
  11. package/v3/model/BatchModifySubscriptionRequest.d.ts.map +1 -0
  12. package/v3/model/BatchModifySubscriptionRequest.js +34 -0
  13. package/v3/model/BatchModifySubscriptionRequest.js.map +1 -0
  14. package/v3/model/BatchModifySubscriptionResponse.d.ts +8 -0
  15. package/v3/model/BatchModifySubscriptionResponse.d.ts.map +1 -0
  16. package/v3/model/BatchModifySubscriptionResponse.js +15 -0
  17. package/v3/model/BatchModifySubscriptionResponse.js.map +1 -0
  18. package/v3/model/BatchOperateResponseInfo.d.ts +12 -0
  19. package/v3/model/BatchOperateResponseInfo.d.ts.map +1 -0
  20. package/v3/model/BatchOperateResponseInfo.js +27 -0
  21. package/v3/model/BatchOperateResponseInfo.js.map +1 -0
  22. package/v3/model/CollectPublicationMonitorRequest.d.ts +16 -0
  23. package/v3/model/CollectPublicationMonitorRequest.d.ts.map +1 -0
  24. package/v3/model/CollectPublicationMonitorRequest.js +41 -0
  25. package/v3/model/CollectPublicationMonitorRequest.js.map +1 -0
  26. package/v3/model/CollectPublicationMonitorResponse.d.ts +31 -0
  27. package/v3/model/CollectPublicationMonitorResponse.d.ts.map +1 -0
  28. package/v3/model/CollectPublicationMonitorResponse.js +75 -0
  29. package/v3/model/CollectPublicationMonitorResponse.js.map +1 -0
  30. package/v3/model/CollectSubscriptionMonitorRequest.d.ts +16 -0
  31. package/v3/model/CollectSubscriptionMonitorRequest.d.ts.map +1 -0
  32. package/v3/model/CollectSubscriptionMonitorRequest.js +41 -0
  33. package/v3/model/CollectSubscriptionMonitorRequest.js.map +1 -0
  34. package/v3/model/CollectSubscriptionMonitorResponse.d.ts +25 -0
  35. package/v3/model/CollectSubscriptionMonitorResponse.d.ts.map +1 -0
  36. package/v3/model/CollectSubscriptionMonitorResponse.js +59 -0
  37. package/v3/model/CollectSubscriptionMonitorResponse.js.map +1 -0
  38. package/v3/model/CreateIntelligentKillSessionRequest.d.ts +11 -0
  39. package/v3/model/CreateIntelligentKillSessionRequest.d.ts.map +1 -0
  40. package/v3/model/CreateIntelligentKillSessionRequest.js +24 -0
  41. package/v3/model/CreateIntelligentKillSessionRequest.js.map +1 -0
  42. package/v3/model/CreateIntelligentKillSessionResponse.d.ts +13 -0
  43. package/v3/model/CreateIntelligentKillSessionResponse.d.ts.map +1 -0
  44. package/v3/model/CreateIntelligentKillSessionResponse.js +31 -0
  45. package/v3/model/CreateIntelligentKillSessionResponse.js.map +1 -0
  46. package/v3/model/DeleteDistributionRequest.d.ts +12 -0
  47. package/v3/model/DeleteDistributionRequest.d.ts.map +1 -0
  48. package/v3/model/DeleteDistributionRequest.js +30 -0
  49. package/v3/model/DeleteDistributionRequest.js.map +1 -0
  50. package/v3/model/DeleteDistributionResponse.d.ts +9 -0
  51. package/v3/model/DeleteDistributionResponse.d.ts.map +1 -0
  52. package/v3/model/DeleteDistributionResponse.js +21 -0
  53. package/v3/model/DeleteDistributionResponse.js.map +1 -0
  54. package/v3/model/DeleteSubscriptionRequest.d.ts +15 -0
  55. package/v3/model/DeleteSubscriptionRequest.d.ts.map +1 -0
  56. package/v3/model/DeleteSubscriptionRequest.js +34 -0
  57. package/v3/model/DeleteSubscriptionRequest.js.map +1 -0
  58. package/v3/model/DeleteSubscriptionRequestBody.d.ts +12 -0
  59. package/v3/model/DeleteSubscriptionRequestBody.d.ts.map +1 -0
  60. package/v3/model/DeleteSubscriptionRequestBody.js +30 -0
  61. package/v3/model/DeleteSubscriptionRequestBody.js.map +1 -0
  62. package/v3/model/DeleteSubscriptionResponse.d.ts +9 -0
  63. package/v3/model/DeleteSubscriptionResponse.d.ts.map +1 -0
  64. package/v3/model/DeleteSubscriptionResponse.js +21 -0
  65. package/v3/model/DeleteSubscriptionResponse.js.map +1 -0
  66. package/v3/model/InstancePublicatiosInfo.d.ts +20 -0
  67. package/v3/model/InstancePublicatiosInfo.d.ts.map +1 -0
  68. package/v3/model/InstancePublicatiosInfo.js +49 -0
  69. package/v3/model/InstancePublicatiosInfo.js.map +1 -0
  70. package/v3/model/IntelligentKillSessionHistory.d.ts +20 -0
  71. package/v3/model/IntelligentKillSessionHistory.d.ts.map +1 -0
  72. package/v3/model/IntelligentKillSessionHistory.js +49 -0
  73. package/v3/model/IntelligentKillSessionHistory.js.map +1 -0
  74. package/v3/model/IntelligentKillSessionReq.d.ts +8 -0
  75. package/v3/model/IntelligentKillSessionReq.d.ts.map +1 -0
  76. package/v3/model/IntelligentKillSessionReq.js +19 -0
  77. package/v3/model/IntelligentKillSessionReq.js.map +1 -0
  78. package/v3/model/ListAutoScalingPolicyRequest.d.ts +12 -0
  79. package/v3/model/ListAutoScalingPolicyRequest.d.ts.map +1 -0
  80. package/v3/model/ListAutoScalingPolicyRequest.js +30 -0
  81. package/v3/model/ListAutoScalingPolicyRequest.js.map +1 -0
  82. package/v3/model/ListAutoScalingPolicyResponse.d.ts +39 -0
  83. package/v3/model/ListAutoScalingPolicyResponse.d.ts.map +1 -0
  84. package/v3/model/ListAutoScalingPolicyResponse.js +95 -0
  85. package/v3/model/ListAutoScalingPolicyResponse.js.map +1 -0
  86. package/v3/model/ListDbAgentJobsRequest.d.ts +20 -0
  87. package/v3/model/ListDbAgentJobsRequest.d.ts.map +1 -0
  88. package/v3/model/ListDbAgentJobsRequest.js +48 -0
  89. package/v3/model/ListDbAgentJobsRequest.js.map +1 -0
  90. package/v3/model/ListDbAgentJobsResponse.d.ts +12 -0
  91. package/v3/model/ListDbAgentJobsResponse.d.ts.map +1 -0
  92. package/v3/model/ListDbAgentJobsResponse.js +25 -0
  93. package/v3/model/ListDbAgentJobsResponse.js.map +1 -0
  94. package/v3/model/ListDbAgentJobsResult.d.ts +44 -0
  95. package/v3/model/ListDbAgentJobsResult.d.ts.map +1 -0
  96. package/v3/model/ListDbAgentJobsResult.js +109 -0
  97. package/v3/model/ListDbAgentJobsResult.js.map +1 -0
  98. package/v3/model/ListPublications4SubscriptionRequest.d.ts +15 -0
  99. package/v3/model/ListPublications4SubscriptionRequest.d.ts.map +1 -0
  100. package/v3/model/ListPublications4SubscriptionRequest.js +34 -0
  101. package/v3/model/ListPublications4SubscriptionRequest.js.map +1 -0
  102. package/v3/model/ListPublications4SubscriptionRequestBody.d.ts +20 -0
  103. package/v3/model/ListPublications4SubscriptionRequestBody.d.ts.map +1 -0
  104. package/v3/model/ListPublications4SubscriptionRequestBody.js +47 -0
  105. package/v3/model/ListPublications4SubscriptionRequestBody.js.map +1 -0
  106. package/v3/model/ListPublications4SubscriptionResponse.d.ts +14 -0
  107. package/v3/model/ListPublications4SubscriptionResponse.d.ts.map +1 -0
  108. package/v3/model/ListPublications4SubscriptionResponse.js +31 -0
  109. package/v3/model/ListPublications4SubscriptionResponse.js.map +1 -0
  110. package/v3/model/ListReplicationProfilesRequest.d.ts +20 -0
  111. package/v3/model/ListReplicationProfilesRequest.d.ts.map +1 -0
  112. package/v3/model/ListReplicationProfilesRequest.js +48 -0
  113. package/v3/model/ListReplicationProfilesRequest.js.map +1 -0
  114. package/v3/model/ListReplicationProfilesResponse.d.ts +12 -0
  115. package/v3/model/ListReplicationProfilesResponse.d.ts.map +1 -0
  116. package/v3/model/ListReplicationProfilesResponse.js +25 -0
  117. package/v3/model/ListReplicationProfilesResponse.js.map +1 -0
  118. package/v3/model/ListReplicationProfilesResult.d.ts +22 -0
  119. package/v3/model/ListReplicationProfilesResult.d.ts.map +1 -0
  120. package/v3/model/ListReplicationProfilesResult.js +53 -0
  121. package/v3/model/ListReplicationProfilesResult.js.map +1 -0
  122. package/v3/model/ListSubscriptionInfo.d.ts +43 -0
  123. package/v3/model/ListSubscriptionInfo.d.ts.map +1 -0
  124. package/v3/model/ListSubscriptionInfo.js +97 -0
  125. package/v3/model/ListSubscriptionInfo.js.map +1 -0
  126. package/v3/model/ListSubscriptionsRequest.d.ts +32 -0
  127. package/v3/model/ListSubscriptionsRequest.d.ts.map +1 -0
  128. package/v3/model/ListSubscriptionsRequest.js +78 -0
  129. package/v3/model/ListSubscriptionsRequest.js.map +1 -0
  130. package/v3/model/ListSubscriptionsResponse.d.ts +12 -0
  131. package/v3/model/ListSubscriptionsResponse.d.ts.map +1 -0
  132. package/v3/model/ListSubscriptionsResponse.js +25 -0
  133. package/v3/model/ListSubscriptionsResponse.js.map +1 -0
  134. package/v3/model/ModifySubscriptionsRequestBody.d.ts +13 -0
  135. package/v3/model/ModifySubscriptionsRequestBody.d.ts.map +1 -0
  136. package/v3/model/ModifySubscriptionsRequestBody.js +31 -0
  137. package/v3/model/ModifySubscriptionsRequestBody.js.map +1 -0
  138. package/v3/model/OperateUsedJobSchedule.d.ts +1 -1
  139. package/v3/model/OperateUsedJobSchedule.d.ts.map +1 -1
  140. package/v3/model/OperateUsedJobSchedule.js +1 -2
  141. package/v3/model/OperateUsedJobSchedule.js.map +1 -1
  142. package/v3/model/ShowIntelligentKillSessionHistoryRequest.d.ts +24 -0
  143. package/v3/model/ShowIntelligentKillSessionHistoryRequest.d.ts.map +1 -0
  144. package/v3/model/ShowIntelligentKillSessionHistoryRequest.js +60 -0
  145. package/v3/model/ShowIntelligentKillSessionHistoryRequest.js.map +1 -0
  146. package/v3/model/ShowIntelligentKillSessionHistoryResponse.d.ts +16 -0
  147. package/v3/model/ShowIntelligentKillSessionHistoryResponse.d.ts.map +1 -0
  148. package/v3/model/ShowIntelligentKillSessionHistoryResponse.js +35 -0
  149. package/v3/model/ShowIntelligentKillSessionHistoryResponse.js.map +1 -0
  150. package/v3/model/Subscription4InstanceInfo.d.ts +12 -0
  151. package/v3/model/Subscription4InstanceInfo.d.ts.map +1 -0
  152. package/v3/model/Subscription4InstanceInfo.js +29 -0
  153. package/v3/model/Subscription4InstanceInfo.js.map +1 -0
  154. package/v3/model/Subscription4PublicationInfo.d.ts +16 -0
  155. package/v3/model/Subscription4PublicationInfo.d.ts.map +1 -0
  156. package/v3/model/Subscription4PublicationInfo.js +39 -0
  157. package/v3/model/Subscription4PublicationInfo.js.map +1 -0
  158. package/v3/model/ValidateConnectionUserInfo.d.ts +20 -0
  159. package/v3/model/ValidateConnectionUserInfo.d.ts.map +1 -0
  160. package/v3/model/ValidateConnectionUserInfo.js +49 -0
  161. package/v3/model/ValidateConnectionUserInfo.js.map +1 -0
  162. package/v3/model/ValidateInstanceConnectionRequest.d.ts +15 -0
  163. package/v3/model/ValidateInstanceConnectionRequest.d.ts.map +1 -0
  164. package/v3/model/ValidateInstanceConnectionRequest.js +34 -0
  165. package/v3/model/ValidateInstanceConnectionRequest.js.map +1 -0
  166. package/v3/model/ValidateInstanceConnectionRequestBody.d.ts +13 -0
  167. package/v3/model/ValidateInstanceConnectionRequestBody.d.ts.map +1 -0
  168. package/v3/model/ValidateInstanceConnectionRequestBody.js +29 -0
  169. package/v3/model/ValidateInstanceConnectionRequestBody.js.map +1 -0
  170. package/v3/model/ValidateInstanceConnectionResponse.d.ts +5 -0
  171. package/v3/model/ValidateInstanceConnectionResponse.d.ts.map +1 -0
  172. package/v3/model/ValidateInstanceConnectionResponse.js +11 -0
  173. package/v3/model/ValidateInstanceConnectionResponse.js.map +1 -0
  174. package/v3/public-api.d.ts +40 -0
  175. package/v3/public-api.d.ts.map +1 -1
  176. package/v3/public-api.js +40 -0
  177. 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.173",
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.173"
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
  *