@huaweicloud/huaweicloud-sdk-rds 3.1.177 → 3.1.178
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/v3/RdsClient.d.ts +284 -2
- package/v3/RdsClient.d.ts.map +1 -1
- package/v3/RdsClient.js +624 -2
- package/v3/RdsClient.js.map +1 -1
- package/v3/model/AutoCesAlarmInfo.d.ts +58 -0
- package/v3/model/AutoCesAlarmInfo.d.ts.map +1 -0
- package/v3/model/AutoCesAlarmInfo.js +143 -0
- package/v3/model/AutoCesAlarmInfo.js.map +1 -0
- package/v3/model/BatchDeleteInstanceRequest.d.ts +11 -0
- package/v3/model/BatchDeleteInstanceRequest.d.ts.map +1 -0
- package/v3/model/BatchDeleteInstanceRequest.js +23 -0
- package/v3/model/BatchDeleteInstanceRequest.js.map +1 -0
- package/v3/model/BatchDeleteInstanceResponse.d.ts +8 -0
- package/v3/model/BatchDeleteInstanceResponse.d.ts.map +1 -0
- package/v3/model/BatchDeleteInstanceResponse.js +15 -0
- package/v3/model/BatchDeleteInstanceResponse.js.map +1 -0
- package/v3/model/BatchExecuteEventsRequest.d.ts +11 -0
- package/v3/model/BatchExecuteEventsRequest.d.ts.map +1 -0
- package/v3/model/BatchExecuteEventsRequest.js +23 -0
- package/v3/model/BatchExecuteEventsRequest.js.map +1 -0
- package/v3/model/BatchExecuteEventsResponse.d.ts +8 -0
- package/v3/model/BatchExecuteEventsResponse.d.ts.map +1 -0
- package/v3/model/BatchExecuteEventsResponse.js +15 -0
- package/v3/model/BatchExecuteEventsResponse.js.map +1 -0
- package/v3/model/CompareConfigurationRequest.d.ts +15 -0
- package/v3/model/CompareConfigurationRequest.d.ts.map +1 -0
- package/v3/model/CompareConfigurationRequest.js +34 -0
- package/v3/model/CompareConfigurationRequest.js.map +1 -0
- package/v3/model/CompareConfigurationRequestBody.d.ts +12 -0
- package/v3/model/CompareConfigurationRequestBody.d.ts.map +1 -0
- package/v3/model/CompareConfigurationRequestBody.js +31 -0
- package/v3/model/CompareConfigurationRequestBody.js.map +1 -0
- package/v3/model/CompareConfigurationResponse.d.ts +24 -0
- package/v3/model/CompareConfigurationResponse.d.ts.map +1 -0
- package/v3/model/CompareConfigurationResponse.js +55 -0
- package/v3/model/CompareConfigurationResponse.js.map +1 -0
- package/v3/model/CreateRebuildSlaveRequest.d.ts +8 -0
- package/v3/model/CreateRebuildSlaveRequest.d.ts.map +1 -0
- package/v3/model/CreateRebuildSlaveRequest.js +20 -0
- package/v3/model/CreateRebuildSlaveRequest.js.map +1 -0
- package/v3/model/CreateRebuildSlaveResponse.d.ts +13 -0
- package/v3/model/CreateRebuildSlaveResponse.d.ts.map +1 -0
- package/v3/model/CreateRebuildSlaveResponse.js +31 -0
- package/v3/model/CreateRebuildSlaveResponse.js.map +1 -0
- package/v3/model/CustomerBatchDeleteInstanceRecord.d.ts +12 -0
- package/v3/model/CustomerBatchDeleteInstanceRecord.d.ts.map +1 -0
- package/v3/model/CustomerBatchDeleteInstanceRecord.js +29 -0
- package/v3/model/CustomerBatchDeleteInstanceRecord.js.map +1 -0
- package/v3/model/EventInstance.d.ts +12 -0
- package/v3/model/EventInstance.d.ts.map +1 -0
- package/v3/model/EventInstance.js +31 -0
- package/v3/model/EventInstance.js.map +1 -0
- package/v3/model/EventJobResult.d.ts +24 -0
- package/v3/model/EventJobResult.d.ts.map +1 -0
- package/v3/model/EventJobResult.js +57 -0
- package/v3/model/EventJobResult.js.map +1 -0
- package/v3/model/EventScheduleWindow.d.ts +16 -0
- package/v3/model/EventScheduleWindow.d.ts.map +1 -0
- package/v3/model/EventScheduleWindow.js +40 -0
- package/v3/model/EventScheduleWindow.js.map +1 -0
- package/v3/model/IntelligentKillSessionStatistic.d.ts +34 -0
- package/v3/model/IntelligentKillSessionStatistic.d.ts.map +1 -0
- package/v3/model/IntelligentKillSessionStatistic.js +79 -0
- package/v3/model/IntelligentKillSessionStatistic.js.map +1 -0
- package/v3/model/ListPackLogInfosRequest.d.ts +16 -0
- package/v3/model/ListPackLogInfosRequest.d.ts.map +1 -0
- package/v3/model/ListPackLogInfosRequest.js +38 -0
- package/v3/model/ListPackLogInfosRequest.js.map +1 -0
- package/v3/model/ListPackLogInfosResponse.d.ts +14 -0
- package/v3/model/ListPackLogInfosResponse.d.ts.map +1 -0
- package/v3/model/ListPackLogInfosResponse.js +31 -0
- package/v3/model/ListPackLogInfosResponse.js.map +1 -0
- package/v3/model/ListScheduleEventsRequest.d.ts +26 -0
- package/v3/model/ListScheduleEventsRequest.d.ts.map +1 -0
- package/v3/model/ListScheduleEventsRequest.js +57 -0
- package/v3/model/ListScheduleEventsRequest.js.map +1 -0
- package/v3/model/ListScheduleEventsResponse.d.ts +28 -0
- package/v3/model/ListScheduleEventsResponse.d.ts.map +1 -0
- package/v3/model/ListScheduleEventsResponse.js +65 -0
- package/v3/model/ListScheduleEventsResponse.js.map +1 -0
- package/v3/model/MultipleDeleteInsReq.d.ts +8 -0
- package/v3/model/MultipleDeleteInsReq.d.ts.map +1 -0
- package/v3/model/MultipleDeleteInsReq.js +20 -0
- package/v3/model/MultipleDeleteInsReq.js.map +1 -0
- package/v3/model/OperateEventReq.d.ts +18 -0
- package/v3/model/OperateEventReq.d.ts.map +1 -0
- package/v3/model/OperateEventReq.js +41 -0
- package/v3/model/OperateEventReq.js.map +1 -0
- package/v3/model/PackLogInfo.d.ts +30 -0
- package/v3/model/PackLogInfo.d.ts.map +1 -0
- package/v3/model/PackLogInfo.js +71 -0
- package/v3/model/PackLogInfo.js.map +1 -0
- package/v3/model/ParamGroupParameterDiff.d.ts +14 -0
- package/v3/model/ParamGroupParameterDiff.d.ts.map +1 -0
- package/v3/model/ParamGroupParameterDiff.js +33 -0
- package/v3/model/ParamGroupParameterDiff.js.map +1 -0
- package/v3/model/ResetConfigurationRequest.d.ts +12 -0
- package/v3/model/ResetConfigurationRequest.d.ts.map +1 -0
- package/v3/model/ResetConfigurationRequest.js +30 -0
- package/v3/model/ResetConfigurationRequest.js.map +1 -0
- package/v3/model/ResetConfigurationResponse.d.ts +13 -0
- package/v3/model/ResetConfigurationResponse.d.ts.map +1 -0
- package/v3/model/ResetConfigurationResponse.js +31 -0
- package/v3/model/ResetConfigurationResponse.js.map +1 -0
- package/v3/model/ScheduleEventInfo.d.ts +44 -0
- package/v3/model/ScheduleEventInfo.d.ts.map +1 -0
- package/v3/model/ScheduleEventInfo.js +114 -0
- package/v3/model/ScheduleEventInfo.js.map +1 -0
- package/v3/model/ShowAutoCesAlarmRequest.d.ts +10 -0
- package/v3/model/ShowAutoCesAlarmRequest.d.ts.map +1 -0
- package/v3/model/ShowAutoCesAlarmRequest.js +23 -0
- package/v3/model/ShowAutoCesAlarmRequest.js.map +1 -0
- package/v3/model/ShowAutoCesAlarmResponse.d.ts +10 -0
- package/v3/model/ShowAutoCesAlarmResponse.d.ts.map +1 -0
- package/v3/model/ShowAutoCesAlarmResponse.js +19 -0
- package/v3/model/ShowAutoCesAlarmResponse.js.map +1 -0
- package/v3/model/ShowIntelligentKillSessionStatisticRequest.d.ts +16 -0
- package/v3/model/ShowIntelligentKillSessionStatisticRequest.d.ts.map +1 -0
- package/v3/model/ShowIntelligentKillSessionStatisticRequest.js +40 -0
- package/v3/model/ShowIntelligentKillSessionStatisticRequest.js.map +1 -0
- package/v3/model/ShowIntelligentKillSessionStatisticResponse.d.ts +8 -0
- package/v3/model/ShowIntelligentKillSessionStatisticResponse.d.ts.map +1 -0
- package/v3/model/ShowIntelligentKillSessionStatisticResponse.js +15 -0
- package/v3/model/ShowIntelligentKillSessionStatisticResponse.js.map +1 -0
- package/v3/model/ShowRebuildSlaveStatusRequest.d.ts +8 -0
- package/v3/model/ShowRebuildSlaveStatusRequest.d.ts.map +1 -0
- package/v3/model/ShowRebuildSlaveStatusRequest.js +20 -0
- package/v3/model/ShowRebuildSlaveStatusRequest.js.map +1 -0
- package/v3/model/ShowRebuildSlaveStatusResponse.d.ts +21 -0
- package/v3/model/ShowRebuildSlaveStatusResponse.d.ts.map +1 -0
- package/v3/model/ShowRebuildSlaveStatusResponse.js +51 -0
- package/v3/model/ShowRebuildSlaveStatusResponse.js.map +1 -0
- package/v3/public-api.d.ts +32 -0
- package/v3/public-api.d.ts.map +1 -1
- package/v3/public-api.js +32 -0
- package/v3/public-api.js.map +1 -1
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ScheduleEventInfo = void 0;
|
|
4
|
+
class ScheduleEventInfo {
|
|
5
|
+
constructor(id, instanceId, instanceName, dbType, createdTime, updateTime, type, impact, status, reason, level) {
|
|
6
|
+
this['id'] = id;
|
|
7
|
+
this['instance_id'] = instanceId;
|
|
8
|
+
this['instance_name'] = instanceName;
|
|
9
|
+
this['db_type'] = dbType;
|
|
10
|
+
this['created_time'] = createdTime;
|
|
11
|
+
this['update_time'] = updateTime;
|
|
12
|
+
this['type'] = type;
|
|
13
|
+
this['impact'] = impact;
|
|
14
|
+
this['status'] = status;
|
|
15
|
+
this['reason'] = reason;
|
|
16
|
+
this['level'] = level;
|
|
17
|
+
}
|
|
18
|
+
withId(id) {
|
|
19
|
+
this['id'] = id;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
withInstanceId(instanceId) {
|
|
23
|
+
this['instance_id'] = instanceId;
|
|
24
|
+
return this;
|
|
25
|
+
}
|
|
26
|
+
set instanceId(instanceId) {
|
|
27
|
+
this['instance_id'] = instanceId;
|
|
28
|
+
}
|
|
29
|
+
get instanceId() {
|
|
30
|
+
return this['instance_id'];
|
|
31
|
+
}
|
|
32
|
+
withInstanceName(instanceName) {
|
|
33
|
+
this['instance_name'] = instanceName;
|
|
34
|
+
return this;
|
|
35
|
+
}
|
|
36
|
+
set instanceName(instanceName) {
|
|
37
|
+
this['instance_name'] = instanceName;
|
|
38
|
+
}
|
|
39
|
+
get instanceName() {
|
|
40
|
+
return this['instance_name'];
|
|
41
|
+
}
|
|
42
|
+
withDbType(dbType) {
|
|
43
|
+
this['db_type'] = dbType;
|
|
44
|
+
return this;
|
|
45
|
+
}
|
|
46
|
+
set dbType(dbType) {
|
|
47
|
+
this['db_type'] = dbType;
|
|
48
|
+
}
|
|
49
|
+
get dbType() {
|
|
50
|
+
return this['db_type'];
|
|
51
|
+
}
|
|
52
|
+
withCreatedTime(createdTime) {
|
|
53
|
+
this['created_time'] = createdTime;
|
|
54
|
+
return this;
|
|
55
|
+
}
|
|
56
|
+
set createdTime(createdTime) {
|
|
57
|
+
this['created_time'] = createdTime;
|
|
58
|
+
}
|
|
59
|
+
get createdTime() {
|
|
60
|
+
return this['created_time'];
|
|
61
|
+
}
|
|
62
|
+
withUpdateTime(updateTime) {
|
|
63
|
+
this['update_time'] = updateTime;
|
|
64
|
+
return this;
|
|
65
|
+
}
|
|
66
|
+
set updateTime(updateTime) {
|
|
67
|
+
this['update_time'] = updateTime;
|
|
68
|
+
}
|
|
69
|
+
get updateTime() {
|
|
70
|
+
return this['update_time'];
|
|
71
|
+
}
|
|
72
|
+
withType(type) {
|
|
73
|
+
this['type'] = type;
|
|
74
|
+
return this;
|
|
75
|
+
}
|
|
76
|
+
withImpact(impact) {
|
|
77
|
+
this['impact'] = impact;
|
|
78
|
+
return this;
|
|
79
|
+
}
|
|
80
|
+
withStatus(status) {
|
|
81
|
+
this['status'] = status;
|
|
82
|
+
return this;
|
|
83
|
+
}
|
|
84
|
+
withReason(reason) {
|
|
85
|
+
this['reason'] = reason;
|
|
86
|
+
return this;
|
|
87
|
+
}
|
|
88
|
+
withLevel(level) {
|
|
89
|
+
this['level'] = level;
|
|
90
|
+
return this;
|
|
91
|
+
}
|
|
92
|
+
withExecuteTime(executeTime) {
|
|
93
|
+
this['execute_time'] = executeTime;
|
|
94
|
+
return this;
|
|
95
|
+
}
|
|
96
|
+
set executeTime(executeTime) {
|
|
97
|
+
this['execute_time'] = executeTime;
|
|
98
|
+
}
|
|
99
|
+
get executeTime() {
|
|
100
|
+
return this['execute_time'];
|
|
101
|
+
}
|
|
102
|
+
withLatestExecutionTime(latestExecutionTime) {
|
|
103
|
+
this['latest_execution_time'] = latestExecutionTime;
|
|
104
|
+
return this;
|
|
105
|
+
}
|
|
106
|
+
set latestExecutionTime(latestExecutionTime) {
|
|
107
|
+
this['latest_execution_time'] = latestExecutionTime;
|
|
108
|
+
}
|
|
109
|
+
get latestExecutionTime() {
|
|
110
|
+
return this['latest_execution_time'];
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
exports.ScheduleEventInfo = ScheduleEventInfo;
|
|
114
|
+
//# sourceMappingURL=ScheduleEventInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleEventInfo.js","sourceRoot":"","sources":["../../../../../services/rds/v3/model/ScheduleEventInfo.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare class ShowAutoCesAlarmRequest {
|
|
2
|
+
engine?: string;
|
|
3
|
+
private 'X-Language'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withEngine(engine: string): ShowAutoCesAlarmRequest;
|
|
6
|
+
withXLanguage(xLanguage: string): ShowAutoCesAlarmRequest;
|
|
7
|
+
set xLanguage(xLanguage: string | undefined);
|
|
8
|
+
get xLanguage(): string | undefined;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=ShowAutoCesAlarmRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowAutoCesAlarmRequest.d.ts","sourceRoot":"","sources":["../../../../../services/rds/v3/model/ShowAutoCesAlarmRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,uBAAuB;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,YAAY,CAAC,CAAS;;IAGvB,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,uBAAuB;IAInD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,uBAAuB;IAIhE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;CACJ"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowAutoCesAlarmRequest = void 0;
|
|
4
|
+
class ShowAutoCesAlarmRequest {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withEngine(engine) {
|
|
8
|
+
this['engine'] = engine;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
withXLanguage(xLanguage) {
|
|
12
|
+
this['X-Language'] = xLanguage;
|
|
13
|
+
return this;
|
|
14
|
+
}
|
|
15
|
+
set xLanguage(xLanguage) {
|
|
16
|
+
this['X-Language'] = xLanguage;
|
|
17
|
+
}
|
|
18
|
+
get xLanguage() {
|
|
19
|
+
return this['X-Language'];
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.ShowAutoCesAlarmRequest = ShowAutoCesAlarmRequest;
|
|
23
|
+
//# sourceMappingURL=ShowAutoCesAlarmRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowAutoCesAlarmRequest.js","sourceRoot":"","sources":["../../../../../services/rds/v3/model/ShowAutoCesAlarmRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,uBAAuB;IAGhC;IACA,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;CACJ;AAnBD,0DAmBC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AutoCesAlarmInfo } from './AutoCesAlarmInfo';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ShowAutoCesAlarmResponse extends SdkResponse {
|
|
4
|
+
entities?: Array<AutoCesAlarmInfo>;
|
|
5
|
+
count?: number;
|
|
6
|
+
constructor();
|
|
7
|
+
withEntities(entities: Array<AutoCesAlarmInfo>): ShowAutoCesAlarmResponse;
|
|
8
|
+
withCount(count: number): ShowAutoCesAlarmResponse;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=ShowAutoCesAlarmResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowAutoCesAlarmResponse.d.ts","sourceRoot":"","sources":["../../../../../services/rds/v3/model/ShowAutoCesAlarmResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,wBAAyB,SAAQ,WAAW;IAC9C,QAAQ,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;;IAIf,YAAY,CAAC,QAAQ,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,wBAAwB;IAIzE,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,wBAAwB;CAI5D"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowAutoCesAlarmResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ShowAutoCesAlarmResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withEntities(entities) {
|
|
10
|
+
this['entities'] = entities;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withCount(count) {
|
|
14
|
+
this['count'] = count;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.ShowAutoCesAlarmResponse = ShowAutoCesAlarmResponse;
|
|
19
|
+
//# sourceMappingURL=ShowAutoCesAlarmResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowAutoCesAlarmResponse.js","sourceRoot":"","sources":["../../../../../services/rds/v3/model/ShowAutoCesAlarmResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,wBAAyB,SAAQ,yBAAW;IAGrD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,YAAY,CAAC,QAAiC;QACjD,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAdD,4DAcC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class ShowIntelligentKillSessionStatisticRequest {
|
|
2
|
+
private 'instance_id'?;
|
|
3
|
+
private 'X-Language'?;
|
|
4
|
+
private 'node_id'?;
|
|
5
|
+
constructor(instanceId?: string);
|
|
6
|
+
withInstanceId(instanceId: string): ShowIntelligentKillSessionStatisticRequest;
|
|
7
|
+
set instanceId(instanceId: string | undefined);
|
|
8
|
+
get instanceId(): string | undefined;
|
|
9
|
+
withXLanguage(xLanguage: string): ShowIntelligentKillSessionStatisticRequest;
|
|
10
|
+
set xLanguage(xLanguage: string | undefined);
|
|
11
|
+
get xLanguage(): string | undefined;
|
|
12
|
+
withNodeId(nodeId: string): ShowIntelligentKillSessionStatisticRequest;
|
|
13
|
+
set nodeId(nodeId: string | undefined);
|
|
14
|
+
get nodeId(): string | undefined;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=ShowIntelligentKillSessionStatisticRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowIntelligentKillSessionStatisticRequest.d.ts","sourceRoot":"","sources":["../../../../../services/rds/v3/model/ShowIntelligentKillSessionStatisticRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,0CAA0C;IACnD,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,SAAS,CAAC,CAAS;gBACR,UAAU,CAAC,EAAE,MAAM;IAG/B,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,0CAA0C;IAIrF,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,0CAA0C;IAInF,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,0CAA0C;IAI7E,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;CACJ"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowIntelligentKillSessionStatisticRequest = void 0;
|
|
4
|
+
class ShowIntelligentKillSessionStatisticRequest {
|
|
5
|
+
constructor(instanceId) {
|
|
6
|
+
this['instance_id'] = instanceId;
|
|
7
|
+
}
|
|
8
|
+
withInstanceId(instanceId) {
|
|
9
|
+
this['instance_id'] = instanceId;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set instanceId(instanceId) {
|
|
13
|
+
this['instance_id'] = instanceId;
|
|
14
|
+
}
|
|
15
|
+
get instanceId() {
|
|
16
|
+
return this['instance_id'];
|
|
17
|
+
}
|
|
18
|
+
withXLanguage(xLanguage) {
|
|
19
|
+
this['X-Language'] = xLanguage;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
set xLanguage(xLanguage) {
|
|
23
|
+
this['X-Language'] = xLanguage;
|
|
24
|
+
}
|
|
25
|
+
get xLanguage() {
|
|
26
|
+
return this['X-Language'];
|
|
27
|
+
}
|
|
28
|
+
withNodeId(nodeId) {
|
|
29
|
+
this['node_id'] = nodeId;
|
|
30
|
+
return this;
|
|
31
|
+
}
|
|
32
|
+
set nodeId(nodeId) {
|
|
33
|
+
this['node_id'] = nodeId;
|
|
34
|
+
}
|
|
35
|
+
get nodeId() {
|
|
36
|
+
return this['node_id'];
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
exports.ShowIntelligentKillSessionStatisticRequest = ShowIntelligentKillSessionStatisticRequest;
|
|
40
|
+
//# sourceMappingURL=ShowIntelligentKillSessionStatisticRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowIntelligentKillSessionStatisticRequest.js","sourceRoot":"","sources":["../../../../../services/rds/v3/model/ShowIntelligentKillSessionStatisticRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,0CAA0C;IAInD,YAAmB,UAAmB;QAClC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;CACJ;AArCD,gGAqCC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IntelligentKillSessionStatistic } from './IntelligentKillSessionStatistic';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ShowIntelligentKillSessionStatisticResponse extends SdkResponse {
|
|
4
|
+
statistics?: Array<IntelligentKillSessionStatistic>;
|
|
5
|
+
constructor();
|
|
6
|
+
withStatistics(statistics: Array<IntelligentKillSessionStatistic>): ShowIntelligentKillSessionStatisticResponse;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=ShowIntelligentKillSessionStatisticResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowIntelligentKillSessionStatisticResponse.d.ts","sourceRoot":"","sources":["../../../../../services/rds/v3/model/ShowIntelligentKillSessionStatisticResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAEpF,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,2CAA4C,SAAQ,WAAW;IACjE,UAAU,CAAC,EAAE,KAAK,CAAC,+BAA+B,CAAC,CAAC;;IAIpD,cAAc,CAAC,UAAU,EAAE,KAAK,CAAC,+BAA+B,CAAC,GAAG,2CAA2C;CAIzH"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowIntelligentKillSessionStatisticResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ShowIntelligentKillSessionStatisticResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withStatistics(statistics) {
|
|
10
|
+
this['statistics'] = statistics;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.ShowIntelligentKillSessionStatisticResponse = ShowIntelligentKillSessionStatisticResponse;
|
|
15
|
+
//# sourceMappingURL=ShowIntelligentKillSessionStatisticResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowIntelligentKillSessionStatisticResponse.js","sourceRoot":"","sources":["../../../../../services/rds/v3/model/ShowIntelligentKillSessionStatisticResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,2CAA4C,SAAQ,yBAAW;IAExE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,cAAc,CAAC,UAAkD;QACpE,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AATD,kGASC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare class ShowRebuildSlaveStatusRequest {
|
|
2
|
+
private 'instance_id'?;
|
|
3
|
+
constructor(instanceId?: string);
|
|
4
|
+
withInstanceId(instanceId: string): ShowRebuildSlaveStatusRequest;
|
|
5
|
+
set instanceId(instanceId: string | undefined);
|
|
6
|
+
get instanceId(): string | undefined;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=ShowRebuildSlaveStatusRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowRebuildSlaveStatusRequest.d.ts","sourceRoot":"","sources":["../../../../../services/rds/v3/model/ShowRebuildSlaveStatusRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,6BAA6B;IACtC,OAAO,CAAC,aAAa,CAAC,CAAS;gBACZ,UAAU,CAAC,EAAE,MAAM;IAG/B,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,6BAA6B;IAIxE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowRebuildSlaveStatusRequest = void 0;
|
|
4
|
+
class ShowRebuildSlaveStatusRequest {
|
|
5
|
+
constructor(instanceId) {
|
|
6
|
+
this['instance_id'] = instanceId;
|
|
7
|
+
}
|
|
8
|
+
withInstanceId(instanceId) {
|
|
9
|
+
this['instance_id'] = instanceId;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set instanceId(instanceId) {
|
|
13
|
+
this['instance_id'] = instanceId;
|
|
14
|
+
}
|
|
15
|
+
get instanceId() {
|
|
16
|
+
return this['instance_id'];
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.ShowRebuildSlaveStatusRequest = ShowRebuildSlaveStatusRequest;
|
|
20
|
+
//# sourceMappingURL=ShowRebuildSlaveStatusRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowRebuildSlaveStatusRequest.js","sourceRoot":"","sources":["../../../../../services/rds/v3/model/ShowRebuildSlaveStatusRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,6BAA6B;IAEtC,YAAmB,UAAmB;QAClC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;CACJ;AAfD,sEAeC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class ShowRebuildSlaveStatusResponse extends SdkResponse {
|
|
3
|
+
private 'instance_id'?;
|
|
4
|
+
private 'workflow_id'?;
|
|
5
|
+
private 'last_rebuild_time'?;
|
|
6
|
+
private 'next_rebuild_time'?;
|
|
7
|
+
constructor();
|
|
8
|
+
withInstanceId(instanceId: string): ShowRebuildSlaveStatusResponse;
|
|
9
|
+
set instanceId(instanceId: string | undefined);
|
|
10
|
+
get instanceId(): string | undefined;
|
|
11
|
+
withWorkflowId(workflowId: string): ShowRebuildSlaveStatusResponse;
|
|
12
|
+
set workflowId(workflowId: string | undefined);
|
|
13
|
+
get workflowId(): string | undefined;
|
|
14
|
+
withLastRebuildTime(lastRebuildTime: string): ShowRebuildSlaveStatusResponse;
|
|
15
|
+
set lastRebuildTime(lastRebuildTime: string | undefined);
|
|
16
|
+
get lastRebuildTime(): string | undefined;
|
|
17
|
+
withNextRebuildTime(nextRebuildTime: string): ShowRebuildSlaveStatusResponse;
|
|
18
|
+
set nextRebuildTime(nextRebuildTime: string | undefined);
|
|
19
|
+
get nextRebuildTime(): string | undefined;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=ShowRebuildSlaveStatusResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowRebuildSlaveStatusResponse.d.ts","sourceRoot":"","sources":["../../../../../services/rds/v3/model/ShowRebuildSlaveStatusResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,8BAA+B,SAAQ,WAAW;IAC3D,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,mBAAmB,CAAC,CAAS;IACrC,OAAO,CAAC,mBAAmB,CAAC,CAAS;;IAI9B,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,8BAA8B;IAIzE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,8BAA8B;IAIzE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,mBAAmB,CAAC,eAAe,EAAE,MAAM,GAAG,8BAA8B;IAInF,IAAW,eAAe,CAAC,eAAe,EAAE,MAAM,GAAI,SAAS,EAE9D;IACD,IAAW,eAAe,IAAI,MAAM,GAAG,SAAS,CAE/C;IACM,mBAAmB,CAAC,eAAe,EAAE,MAAM,GAAG,8BAA8B;IAInF,IAAW,eAAe,CAAC,eAAe,EAAE,MAAM,GAAI,SAAS,EAE9D;IACD,IAAW,eAAe,IAAI,MAAM,GAAG,SAAS,CAE/C;CACJ"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowRebuildSlaveStatusResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ShowRebuildSlaveStatusResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withInstanceId(instanceId) {
|
|
10
|
+
this['instance_id'] = instanceId;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set instanceId(instanceId) {
|
|
14
|
+
this['instance_id'] = instanceId;
|
|
15
|
+
}
|
|
16
|
+
get instanceId() {
|
|
17
|
+
return this['instance_id'];
|
|
18
|
+
}
|
|
19
|
+
withWorkflowId(workflowId) {
|
|
20
|
+
this['workflow_id'] = workflowId;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set workflowId(workflowId) {
|
|
24
|
+
this['workflow_id'] = workflowId;
|
|
25
|
+
}
|
|
26
|
+
get workflowId() {
|
|
27
|
+
return this['workflow_id'];
|
|
28
|
+
}
|
|
29
|
+
withLastRebuildTime(lastRebuildTime) {
|
|
30
|
+
this['last_rebuild_time'] = lastRebuildTime;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
set lastRebuildTime(lastRebuildTime) {
|
|
34
|
+
this['last_rebuild_time'] = lastRebuildTime;
|
|
35
|
+
}
|
|
36
|
+
get lastRebuildTime() {
|
|
37
|
+
return this['last_rebuild_time'];
|
|
38
|
+
}
|
|
39
|
+
withNextRebuildTime(nextRebuildTime) {
|
|
40
|
+
this['next_rebuild_time'] = nextRebuildTime;
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
set nextRebuildTime(nextRebuildTime) {
|
|
44
|
+
this['next_rebuild_time'] = nextRebuildTime;
|
|
45
|
+
}
|
|
46
|
+
get nextRebuildTime() {
|
|
47
|
+
return this['next_rebuild_time'];
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
exports.ShowRebuildSlaveStatusResponse = ShowRebuildSlaveStatusResponse;
|
|
51
|
+
//# sourceMappingURL=ShowRebuildSlaveStatusResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowRebuildSlaveStatusResponse.js","sourceRoot":"","sources":["../../../../../services/rds/v3/model/ShowRebuildSlaveStatusResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,8BAA+B,SAAQ,yBAAW;IAK3D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;IACM,mBAAmB,CAAC,eAAuB;QAC9C,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,eAAe,CAAC,eAAoC;QAC3D,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACD,IAAW,eAAe;QACtB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;IACM,mBAAmB,CAAC,eAAuB;QAC9C,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,eAAe,CAAC,eAAoC;QAC3D,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACD,IAAW,eAAe;QACtB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;CACJ;AAhDD,wEAgDC"}
|
package/v3/public-api.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export * from './model/ArticlePropertiesResponse';
|
|
|
25
25
|
export * from './model/AttachEipRequest';
|
|
26
26
|
export * from './model/AttachEipResponse';
|
|
27
27
|
export * from './model/Auditlog';
|
|
28
|
+
export * from './model/AutoCesAlarmInfo';
|
|
28
29
|
export * from './model/AutoEnlargeStrategyForConsoleApi';
|
|
29
30
|
export * from './model/AvailableZone';
|
|
30
31
|
export * from './model/BackupDatabase';
|
|
@@ -38,8 +39,12 @@ export * from './model/BackupTransferInfo';
|
|
|
38
39
|
export * from './model/BatchAddMsdtcsRequest';
|
|
39
40
|
export * from './model/BatchAddMsdtcsResponse';
|
|
40
41
|
export * from './model/BatchDeleteBackupRequestBody';
|
|
42
|
+
export * from './model/BatchDeleteInstanceRequest';
|
|
43
|
+
export * from './model/BatchDeleteInstanceResponse';
|
|
41
44
|
export * from './model/BatchDeleteManualBackupRequest';
|
|
42
45
|
export * from './model/BatchDeleteManualBackupResponse';
|
|
46
|
+
export * from './model/BatchExecuteEventsRequest';
|
|
47
|
+
export * from './model/BatchExecuteEventsResponse';
|
|
43
48
|
export * from './model/BatchModifyPublicationRequest';
|
|
44
49
|
export * from './model/BatchModifyPublicationResponse';
|
|
45
50
|
export * from './model/BatchModifyPublicationsRequestBody';
|
|
@@ -84,6 +89,9 @@ export * from './model/CollectPublicationMonitorRequest';
|
|
|
84
89
|
export * from './model/CollectPublicationMonitorResponse';
|
|
85
90
|
export * from './model/CollectSubscriptionMonitorRequest';
|
|
86
91
|
export * from './model/CollectSubscriptionMonitorResponse';
|
|
92
|
+
export * from './model/CompareConfigurationRequest';
|
|
93
|
+
export * from './model/CompareConfigurationRequestBody';
|
|
94
|
+
export * from './model/CompareConfigurationResponse';
|
|
87
95
|
export * from './model/ComputeFlavor';
|
|
88
96
|
export * from './model/ComputeFlavorGroup';
|
|
89
97
|
export * from './model/Computes';
|
|
@@ -133,6 +141,8 @@ export * from './model/CreatePublicationResponse';
|
|
|
133
141
|
export * from './model/CreatePublicationsRequestBody';
|
|
134
142
|
export * from './model/CreateRdSforMySqlProxyRequest';
|
|
135
143
|
export * from './model/CreateRdSforMySqlProxyResponse';
|
|
144
|
+
export * from './model/CreateRebuildSlaveRequest';
|
|
145
|
+
export * from './model/CreateRebuildSlaveResponse';
|
|
136
146
|
export * from './model/CreateRestoreInstanceRequest';
|
|
137
147
|
export * from './model/CreateRestoreInstanceRequestBody';
|
|
138
148
|
export * from './model/CreateRestoreInstanceResponse';
|
|
@@ -154,6 +164,7 @@ export * from './model/CreateXelLogDownloadRequest';
|
|
|
154
164
|
export * from './model/CreateXelLogDownloadRequestBody';
|
|
155
165
|
export * from './model/CreateXelLogDownloadResponse';
|
|
156
166
|
export * from './model/CreateXelLogDownloadResult';
|
|
167
|
+
export * from './model/CustomerBatchDeleteInstanceRecord';
|
|
157
168
|
export * from './model/CustomerCreateInstanceReq';
|
|
158
169
|
export * from './model/CustomerModifyAutoEnlargePolicyReq';
|
|
159
170
|
export * from './model/CustomerModifyAutoUpgradePolicyReq';
|
|
@@ -247,6 +258,9 @@ export * from './model/ErrorResponse';
|
|
|
247
258
|
export * from './model/ErrorRsp';
|
|
248
259
|
export * from './model/ErrorlogDownloadInfo';
|
|
249
260
|
export * from './model/ErrorlogForLtsRequest';
|
|
261
|
+
export * from './model/EventInstance';
|
|
262
|
+
export * from './model/EventJobResult';
|
|
263
|
+
export * from './model/EventScheduleWindow';
|
|
250
264
|
export * from './model/ExecutePrivilegeDatabaseUserRoleRequest';
|
|
251
265
|
export * from './model/ExecutePrivilegeDatabaseUserRoleResponse';
|
|
252
266
|
export * from './model/ExecuteRevokeDatabaseUserRoleRequest';
|
|
@@ -290,6 +304,7 @@ export * from './model/InstanceRestartRequsetBody';
|
|
|
290
304
|
export * from './model/InstancesWeight';
|
|
291
305
|
export * from './model/IntelligentKillSessionHistory';
|
|
292
306
|
export * from './model/IntelligentKillSessionReq';
|
|
307
|
+
export * from './model/IntelligentKillSessionStatistic';
|
|
293
308
|
export * from './model/JobScheduleDailyFrequencyInfo';
|
|
294
309
|
export * from './model/JobScheduleDurationInfo';
|
|
295
310
|
export * from './model/JobScheduleFrequencyInfo';
|
|
@@ -396,6 +411,8 @@ export * from './model/ListOffSiteInstancesRequest';
|
|
|
396
411
|
export * from './model/ListOffSiteInstancesResponse';
|
|
397
412
|
export * from './model/ListOffSiteRestoreTimesRequest';
|
|
398
413
|
export * from './model/ListOffSiteRestoreTimesResponse';
|
|
414
|
+
export * from './model/ListPackLogInfosRequest';
|
|
415
|
+
export * from './model/ListPackLogInfosResponse';
|
|
399
416
|
export * from './model/ListPostgresqlDatabaseSchemasRequest';
|
|
400
417
|
export * from './model/ListPostgresqlDatabaseSchemasResponse';
|
|
401
418
|
export * from './model/ListPostgresqlDatabasesRequest';
|
|
@@ -438,6 +455,8 @@ export * from './model/ListReplicationProfilesResponse';
|
|
|
438
455
|
export * from './model/ListReplicationProfilesResult';
|
|
439
456
|
export * from './model/ListRestoreTimesRequest';
|
|
440
457
|
export * from './model/ListRestoreTimesResponse';
|
|
458
|
+
export * from './model/ListScheduleEventsRequest';
|
|
459
|
+
export * from './model/ListScheduleEventsResponse';
|
|
441
460
|
export * from './model/ListScheduleTasksRequest';
|
|
442
461
|
export * from './model/ListScheduleTasksResponse';
|
|
443
462
|
export * from './model/ListShareBackupsRequest';
|
|
@@ -513,6 +532,7 @@ export * from './model/ModifyRdSforMySqlProxyRouteModeRequest';
|
|
|
513
532
|
export * from './model/ModifyRdSforMySqlProxyRouteModeResponse';
|
|
514
533
|
export * from './model/ModifySubscriptionsRequestBody';
|
|
515
534
|
export * from './model/MsdtcHostOption';
|
|
535
|
+
export * from './model/MultipleDeleteInsReq';
|
|
516
536
|
export * from './model/MysqlAvailableZoneInfo';
|
|
517
537
|
export * from './model/MysqlProxyFlavorsResponseComputeFlavorGroups';
|
|
518
538
|
export * from './model/MysqlProxyFlavorsResponseComputeFlavors';
|
|
@@ -526,10 +546,13 @@ export * from './model/OffSiteBackupForList';
|
|
|
526
546
|
export * from './model/OffSiteBackupPolicy';
|
|
527
547
|
export * from './model/OffsiteBackupInstance';
|
|
528
548
|
export * from './model/OpenProxyRequest';
|
|
549
|
+
export * from './model/OperateEventReq';
|
|
529
550
|
export * from './model/OperateUsedJobSchedule';
|
|
530
551
|
export * from './model/OpsWindowRequest';
|
|
552
|
+
export * from './model/PackLogInfo';
|
|
531
553
|
export * from './model/ParaGroupDatastore';
|
|
532
554
|
export * from './model/ParamGroupHistoryResult';
|
|
555
|
+
export * from './model/ParamGroupParameterDiff';
|
|
533
556
|
export * from './model/Policy';
|
|
534
557
|
export * from './model/PostgreSQLHistoryDatabase';
|
|
535
558
|
export * from './model/PostgreSQLHistoryDatabaseRequest';
|
|
@@ -587,6 +610,8 @@ export * from './model/RelatedInstance';
|
|
|
587
610
|
export * from './model/ReplaceNodeRequest';
|
|
588
611
|
export * from './model/ReplicationInstanceInfo';
|
|
589
612
|
export * from './model/ReplicationUserInfo';
|
|
613
|
+
export * from './model/ResetConfigurationRequest';
|
|
614
|
+
export * from './model/ResetConfigurationResponse';
|
|
590
615
|
export * from './model/ResetPwdRequest';
|
|
591
616
|
export * from './model/ResetPwdResponse';
|
|
592
617
|
export * from './model/ResetViewSqlStatisticsRequest';
|
|
@@ -637,6 +662,7 @@ export * from './model/RevokeSqlserverDbUserPrivilegeRequest';
|
|
|
637
662
|
export * from './model/RevokeSqlserverDbUserPrivilegeResponse';
|
|
638
663
|
export * from './model/ScaleFlavors';
|
|
639
664
|
export * from './model/ScaleProxyRequestBody';
|
|
665
|
+
export * from './model/ScheduleEventInfo';
|
|
640
666
|
export * from './model/ScheduleTaskInfo';
|
|
641
667
|
export * from './model/SearchQueryScaleComputeFlavorsRequest';
|
|
642
668
|
export * from './model/SearchQueryScaleComputeFlavorsResponse';
|
|
@@ -695,6 +721,8 @@ export * from './model/ShowAuditlogDownloadLinkRequest';
|
|
|
695
721
|
export * from './model/ShowAuditlogDownloadLinkResponse';
|
|
696
722
|
export * from './model/ShowAuditlogPolicyRequest';
|
|
697
723
|
export * from './model/ShowAuditlogPolicyResponse';
|
|
724
|
+
export * from './model/ShowAutoCesAlarmRequest';
|
|
725
|
+
export * from './model/ShowAutoCesAlarmResponse';
|
|
698
726
|
export * from './model/ShowAutoEnlargePolicyRequest';
|
|
699
727
|
export * from './model/ShowAutoEnlargePolicyResponse';
|
|
700
728
|
export * from './model/ShowAutoUpgradePolicyRequest';
|
|
@@ -726,6 +754,8 @@ export * from './model/ShowInstanceConfigurationRequest';
|
|
|
726
754
|
export * from './model/ShowInstanceConfigurationResponse';
|
|
727
755
|
export * from './model/ShowIntelligentKillSessionHistoryRequest';
|
|
728
756
|
export * from './model/ShowIntelligentKillSessionHistoryResponse';
|
|
757
|
+
export * from './model/ShowIntelligentKillSessionStatisticRequest';
|
|
758
|
+
export * from './model/ShowIntelligentKillSessionStatisticResponse';
|
|
729
759
|
export * from './model/ShowOffSiteBackupPolicyRequest';
|
|
730
760
|
export * from './model/ShowOffSiteBackupPolicyResponse';
|
|
731
761
|
export * from './model/ShowPostgresqlParamValueRequest';
|
|
@@ -734,6 +764,8 @@ export * from './model/ShowPrecheckResultRequest';
|
|
|
734
764
|
export * from './model/ShowPrecheckResultResponse';
|
|
735
765
|
export * from './model/ShowQuotasRequest';
|
|
736
766
|
export * from './model/ShowQuotasResponse';
|
|
767
|
+
export * from './model/ShowRebuildSlaveStatusRequest';
|
|
768
|
+
export * from './model/ShowRebuildSlaveStatusResponse';
|
|
737
769
|
export * from './model/ShowRecoveryTimeWindowRequest';
|
|
738
770
|
export * from './model/ShowRecoveryTimeWindowResponse';
|
|
739
771
|
export * from './model/ShowRecyclePolicyRequest';
|