@alicloud/polardb20170801 7.4.0 → 7.5.0
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/dist/client.d.ts +51 -40
- package/dist/client.js +170 -40
- package/dist/client.js.map +1 -1
- package/dist/models/CreateAidbclusterTaskRequest.d.ts +13 -17
- package/dist/models/CreateAidbclusterTaskRequest.js +2 -0
- package/dist/models/CreateAidbclusterTaskRequest.js.map +1 -1
- package/dist/models/CreateAidbclusterTaskResponseBody.d.ts +2 -2
- package/dist/models/CreateBackupRequest.d.ts +2 -1
- package/dist/models/CreateBackupRequest.js +2 -0
- package/dist/models/CreateBackupRequest.js.map +1 -1
- package/dist/models/CreateBackupResponseBody.d.ts +1 -1
- package/dist/models/DescribeAidbclusterAttributeResponseBody.d.ts +91 -18
- package/dist/models/DescribeAidbclusterAttributeResponseBody.js +127 -1
- package/dist/models/DescribeAidbclusterAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribeAidbclusterTaskAttributeRequest.d.ts +3 -3
- package/dist/models/DescribeAidbclusterTaskAttributeResponseBody.d.ts +37 -45
- package/dist/models/DescribeAidbclusterTaskAttributeResponseBody.js +2 -0
- package/dist/models/DescribeAidbclusterTaskAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribeAidbclusterTasksRequest.d.ts +2 -2
- package/dist/models/DescribeAidbclusterTasksResponseBody.d.ts +18 -17
- package/dist/models/DescribeAidbclusterTasksResponseBody.js +2 -0
- package/dist/models/DescribeAidbclusterTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationLogsRequest.d.ts +10 -10
- package/dist/models/DescribeApplicationLogsResponseBody.d.ts +2 -6
- package/dist/models/DescribeApplicationLogsResponseBody.js.map +1 -1
- package/dist/models/DescribeAvailableModelsRequest.d.ts +1 -1
- package/dist/models/DescribeAvailableModelsResponseBody.d.ts +7 -6
- package/dist/models/DescribeAvailableModelsResponseBody.js +2 -0
- package/dist/models/DescribeAvailableModelsResponseBody.js.map +1 -1
- package/dist/models/DescribeBackupsRequest.d.ts +12 -19
- package/dist/models/DescribeBackupsRequest.js.map +1 -1
- package/dist/models/DescribeBackupsResponseBody.d.ts +5 -7
- package/dist/models/DescribeBackupsResponseBody.js +2 -0
- package/dist/models/DescribeBackupsResponseBody.js.map +1 -1
- package/dist/models/DescribeBudgetPoliciesRequest.d.ts +10 -14
- package/dist/models/DescribeBudgetPoliciesRequest.js +2 -0
- package/dist/models/DescribeBudgetPoliciesRequest.js.map +1 -1
- package/dist/models/DescribeBudgetPoliciesResponseBody.d.ts +18 -22
- package/dist/models/DescribeBudgetPoliciesResponseBody.js.map +1 -1
- package/dist/models/DescribeConsumersRequest.d.ts +10 -10
- package/dist/models/DescribeConsumersRequest.js +4 -0
- package/dist/models/DescribeConsumersRequest.js.map +1 -1
- package/dist/models/DescribeConsumersResponseBody.d.ts +17 -17
- package/dist/models/DescribeDbclusterAccessWhitelistRequest.d.ts +5 -0
- package/dist/models/DescribeDbclusterAccessWhitelistRequest.js +2 -0
- package/dist/models/DescribeDbclusterAccessWhitelistRequest.js.map +1 -1
- package/dist/models/DescribeDbclusterPriceRequest.d.ts +244 -0
- package/dist/models/DescribeDbclusterPriceRequest.js +125 -0
- package/dist/models/DescribeDbclusterPriceRequest.js.map +1 -0
- package/dist/models/DescribeDbclusterPriceResponse.d.ts +19 -0
- package/dist/models/DescribeDbclusterPriceResponse.js +69 -0
- package/dist/models/DescribeDbclusterPriceResponse.js.map +1 -0
- package/dist/models/DescribeDbclusterPriceResponseBody.d.ts +161 -0
- package/dist/models/DescribeDbclusterPriceResponseBody.js +217 -0
- package/dist/models/DescribeDbclusterPriceResponseBody.js.map +1 -0
- package/dist/models/DescribeDbclusterPriceShrinkRequest.d.ts +216 -0
- package/dist/models/DescribeDbclusterPriceShrinkRequest.js +101 -0
- package/dist/models/DescribeDbclusterPriceShrinkRequest.js.map +1 -0
- package/dist/models/DescribeDbclusterSslrequest.d.ts +6 -2
- package/dist/models/DescribeDbclusterSslrequest.js +2 -0
- package/dist/models/DescribeDbclusterSslrequest.js.map +1 -1
- package/dist/models/DescribeDbclusterSslresponseBody.d.ts +13 -14
- package/dist/models/DescribeDbclusterSslresponseBody.js.map +1 -1
- package/dist/models/DescribePolarFsAttributeResponseBody.d.ts +75 -19
- package/dist/models/DescribePolarFsAttributeResponseBody.js +73 -1
- package/dist/models/DescribePolarFsAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribePolarFsRequest.d.ts +39 -0
- package/dist/models/DescribePolarFsRequest.js.map +1 -1
- package/dist/models/DescribePolarFsResponseBody.d.ts +12 -0
- package/dist/models/DescribePolarFsResponseBody.js.map +1 -1
- package/dist/models/ModifyDbclusterAccessWhitelistRequest.d.ts +27 -32
- package/dist/models/ModifyDbclusterAccessWhitelistRequest.js +2 -0
- package/dist/models/ModifyDbclusterAccessWhitelistRequest.js.map +1 -1
- package/dist/models/ModifyDbclusterSslrequest.d.ts +28 -27
- package/dist/models/ModifyDbclusterSslrequest.js +4 -0
- package/dist/models/ModifyDbclusterSslrequest.js.map +1 -1
- package/dist/models/model.d.ts +18 -0
- package/dist/models/model.js +76 -40
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +204 -40
- package/src/models/CreateAidbclusterTaskRequest.ts +15 -17
- package/src/models/CreateAidbclusterTaskResponseBody.ts +2 -2
- package/src/models/CreateBackupRequest.ts +4 -1
- package/src/models/CreateBackupResponseBody.ts +1 -1
- package/src/models/DescribeAidbclusterAttributeResponseBody.ts +172 -18
- package/src/models/DescribeAidbclusterTaskAttributeRequest.ts +3 -3
- package/src/models/DescribeAidbclusterTaskAttributeResponseBody.ts +39 -45
- package/src/models/DescribeAidbclusterTasksRequest.ts +2 -2
- package/src/models/DescribeAidbclusterTasksResponseBody.ts +20 -17
- package/src/models/DescribeApplicationLogsRequest.ts +10 -10
- package/src/models/DescribeApplicationLogsResponseBody.ts +2 -6
- package/src/models/DescribeAvailableModelsRequest.ts +1 -1
- package/src/models/DescribeAvailableModelsResponseBody.ts +9 -6
- package/src/models/DescribeBackupsRequest.ts +14 -21
- package/src/models/DescribeBackupsResponseBody.ts +7 -7
- package/src/models/DescribeBudgetPoliciesRequest.ts +13 -15
- package/src/models/DescribeBudgetPoliciesResponseBody.ts +19 -23
- package/src/models/DescribeConsumersRequest.ts +14 -10
- package/src/models/DescribeConsumersResponseBody.ts +17 -17
- package/src/models/DescribeDbclusterAccessWhitelistRequest.ts +7 -0
- package/src/models/DescribeDbclusterPriceRequest.ts +315 -0
- package/src/models/DescribeDbclusterPriceResponse.ts +40 -0
- package/src/models/DescribeDbclusterPriceResponseBody.ts +279 -0
- package/src/models/DescribeDbclusterPriceShrinkRequest.ts +272 -0
- package/src/models/DescribeDbclusterSslrequest.ts +8 -2
- package/src/models/DescribeDbclusterSslresponseBody.ts +13 -14
- package/src/models/DescribePolarFsAttributeResponseBody.ts +129 -19
- package/src/models/DescribePolarFsRequest.ts +39 -0
- package/src/models/DescribePolarFsResponseBody.ts +12 -0
- package/src/models/ModifyDbclusterAccessWhitelistRequest.ts +29 -32
- package/src/models/ModifyDbclusterSslrequest.ts +32 -27
- package/src/models/model.ts +18 -0
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.DescribeDBClusterPriceResponseBody = exports.DescribeDBClusterPriceResponseBodyRules = exports.DescribeDBClusterPriceResponseBodyRulesRule = exports.DescribeDBClusterPriceResponseBodyPriceInfo = exports.DescribeDBClusterPriceResponseBodyPriceInfoRuleIds = exports.DescribeDBClusterPriceResponseBodyPriceInfoCoupons = exports.DescribeDBClusterPriceResponseBodyPriceInfoCouponsCoupon = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribeDBClusterPriceResponseBodyPriceInfoCouponsCoupon extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
couponNo: 'CouponNo',
|
|
43
|
+
isSelected: 'IsSelected',
|
|
44
|
+
name: 'Name',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
couponNo: 'string',
|
|
50
|
+
isSelected: 'string',
|
|
51
|
+
name: 'string',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.DescribeDBClusterPriceResponseBodyPriceInfoCouponsCoupon = DescribeDBClusterPriceResponseBodyPriceInfoCouponsCoupon;
|
|
62
|
+
class DescribeDBClusterPriceResponseBodyPriceInfoCoupons extends $dara.Model {
|
|
63
|
+
static names() {
|
|
64
|
+
return {
|
|
65
|
+
coupon: 'Coupon',
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
static types() {
|
|
69
|
+
return {
|
|
70
|
+
coupon: { 'type': 'array', 'itemType': DescribeDBClusterPriceResponseBodyPriceInfoCouponsCoupon },
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
validate() {
|
|
74
|
+
if (Array.isArray(this.coupon)) {
|
|
75
|
+
$dara.Model.validateArray(this.coupon);
|
|
76
|
+
}
|
|
77
|
+
super.validate();
|
|
78
|
+
}
|
|
79
|
+
constructor(map) {
|
|
80
|
+
super(map);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.DescribeDBClusterPriceResponseBodyPriceInfoCoupons = DescribeDBClusterPriceResponseBodyPriceInfoCoupons;
|
|
84
|
+
class DescribeDBClusterPriceResponseBodyPriceInfoRuleIds extends $dara.Model {
|
|
85
|
+
static names() {
|
|
86
|
+
return {
|
|
87
|
+
ruleId: 'RuleId',
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
static types() {
|
|
91
|
+
return {
|
|
92
|
+
ruleId: { 'type': 'array', 'itemType': 'string' },
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
validate() {
|
|
96
|
+
if (Array.isArray(this.ruleId)) {
|
|
97
|
+
$dara.Model.validateArray(this.ruleId);
|
|
98
|
+
}
|
|
99
|
+
super.validate();
|
|
100
|
+
}
|
|
101
|
+
constructor(map) {
|
|
102
|
+
super(map);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
exports.DescribeDBClusterPriceResponseBodyPriceInfoRuleIds = DescribeDBClusterPriceResponseBodyPriceInfoRuleIds;
|
|
106
|
+
class DescribeDBClusterPriceResponseBodyPriceInfo extends $dara.Model {
|
|
107
|
+
static names() {
|
|
108
|
+
return {
|
|
109
|
+
coupons: 'Coupons',
|
|
110
|
+
currency: 'Currency',
|
|
111
|
+
discountPrice: 'DiscountPrice',
|
|
112
|
+
originalPrice: 'OriginalPrice',
|
|
113
|
+
ruleIds: 'RuleIds',
|
|
114
|
+
tradePrice: 'TradePrice',
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
static types() {
|
|
118
|
+
return {
|
|
119
|
+
coupons: DescribeDBClusterPriceResponseBodyPriceInfoCoupons,
|
|
120
|
+
currency: 'string',
|
|
121
|
+
discountPrice: 'number',
|
|
122
|
+
originalPrice: 'number',
|
|
123
|
+
ruleIds: DescribeDBClusterPriceResponseBodyPriceInfoRuleIds,
|
|
124
|
+
tradePrice: 'number',
|
|
125
|
+
};
|
|
126
|
+
}
|
|
127
|
+
validate() {
|
|
128
|
+
if (this.coupons && typeof this.coupons.validate === 'function') {
|
|
129
|
+
this.coupons.validate();
|
|
130
|
+
}
|
|
131
|
+
if (this.ruleIds && typeof this.ruleIds.validate === 'function') {
|
|
132
|
+
this.ruleIds.validate();
|
|
133
|
+
}
|
|
134
|
+
super.validate();
|
|
135
|
+
}
|
|
136
|
+
constructor(map) {
|
|
137
|
+
super(map);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
exports.DescribeDBClusterPriceResponseBodyPriceInfo = DescribeDBClusterPriceResponseBodyPriceInfo;
|
|
141
|
+
class DescribeDBClusterPriceResponseBodyRulesRule extends $dara.Model {
|
|
142
|
+
static names() {
|
|
143
|
+
return {
|
|
144
|
+
name: 'Name',
|
|
145
|
+
ruleId: 'RuleId',
|
|
146
|
+
};
|
|
147
|
+
}
|
|
148
|
+
static types() {
|
|
149
|
+
return {
|
|
150
|
+
name: 'string',
|
|
151
|
+
ruleId: 'number',
|
|
152
|
+
};
|
|
153
|
+
}
|
|
154
|
+
validate() {
|
|
155
|
+
super.validate();
|
|
156
|
+
}
|
|
157
|
+
constructor(map) {
|
|
158
|
+
super(map);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
exports.DescribeDBClusterPriceResponseBodyRulesRule = DescribeDBClusterPriceResponseBodyRulesRule;
|
|
162
|
+
class DescribeDBClusterPriceResponseBodyRules extends $dara.Model {
|
|
163
|
+
static names() {
|
|
164
|
+
return {
|
|
165
|
+
rule: 'Rule',
|
|
166
|
+
};
|
|
167
|
+
}
|
|
168
|
+
static types() {
|
|
169
|
+
return {
|
|
170
|
+
rule: { 'type': 'array', 'itemType': DescribeDBClusterPriceResponseBodyRulesRule },
|
|
171
|
+
};
|
|
172
|
+
}
|
|
173
|
+
validate() {
|
|
174
|
+
if (Array.isArray(this.rule)) {
|
|
175
|
+
$dara.Model.validateArray(this.rule);
|
|
176
|
+
}
|
|
177
|
+
super.validate();
|
|
178
|
+
}
|
|
179
|
+
constructor(map) {
|
|
180
|
+
super(map);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
exports.DescribeDBClusterPriceResponseBodyRules = DescribeDBClusterPriceResponseBodyRules;
|
|
184
|
+
class DescribeDBClusterPriceResponseBody extends $dara.Model {
|
|
185
|
+
static names() {
|
|
186
|
+
return {
|
|
187
|
+
orderType: 'OrderType',
|
|
188
|
+
priceInfo: 'PriceInfo',
|
|
189
|
+
requestId: 'RequestId',
|
|
190
|
+
rules: 'Rules',
|
|
191
|
+
showDiscount: 'ShowDiscount',
|
|
192
|
+
};
|
|
193
|
+
}
|
|
194
|
+
static types() {
|
|
195
|
+
return {
|
|
196
|
+
orderType: 'string',
|
|
197
|
+
priceInfo: DescribeDBClusterPriceResponseBodyPriceInfo,
|
|
198
|
+
requestId: 'string',
|
|
199
|
+
rules: DescribeDBClusterPriceResponseBodyRules,
|
|
200
|
+
showDiscount: 'boolean',
|
|
201
|
+
};
|
|
202
|
+
}
|
|
203
|
+
validate() {
|
|
204
|
+
if (this.priceInfo && typeof this.priceInfo.validate === 'function') {
|
|
205
|
+
this.priceInfo.validate();
|
|
206
|
+
}
|
|
207
|
+
if (this.rules && typeof this.rules.validate === 'function') {
|
|
208
|
+
this.rules.validate();
|
|
209
|
+
}
|
|
210
|
+
super.validate();
|
|
211
|
+
}
|
|
212
|
+
constructor(map) {
|
|
213
|
+
super(map);
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
exports.DescribeDBClusterPriceResponseBody = DescribeDBClusterPriceResponseBody;
|
|
217
|
+
//# sourceMappingURL=DescribeDbclusterPriceResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeDbclusterPriceResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeDbclusterPriceResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribeDBClusterPriceShrinkRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The cluster edition. Valid values:
|
|
6
|
+
* - Normal: Cluster Edition.
|
|
7
|
+
* - Basic: Single Node Edition.
|
|
8
|
+
* - ArchiveNormal: Archive Database.
|
|
9
|
+
* - SENormal: Standard Edition.
|
|
10
|
+
* - NormalMultimaster: Multi-master Cluster.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* Normal
|
|
14
|
+
*/
|
|
15
|
+
creationCategory?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* The cluster ID. Required for non-BUY scenarios.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* pc-**************
|
|
22
|
+
*/
|
|
23
|
+
DBClusterId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* The node specifications. Required for the BUY scenario. Example format: polar.mysql.x4.large.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* polar.mysql.x4.large
|
|
30
|
+
*/
|
|
31
|
+
DBNodeClass?: string;
|
|
32
|
+
/**
|
|
33
|
+
* @remarks
|
|
34
|
+
* The list of node IDs to delete. Used when ModifyType is set to DELETE.
|
|
35
|
+
*
|
|
36
|
+
* @example
|
|
37
|
+
* pi-**************
|
|
38
|
+
*/
|
|
39
|
+
DBNodeIds?: string[];
|
|
40
|
+
/**
|
|
41
|
+
* @remarks
|
|
42
|
+
* The number of nodes. Valid for the BUY scenario. This value includes the read/write node. Minimum value: 1. Default value: 1.
|
|
43
|
+
*
|
|
44
|
+
* @example
|
|
45
|
+
* 2
|
|
46
|
+
*/
|
|
47
|
+
DBNodeNum?: number;
|
|
48
|
+
/**
|
|
49
|
+
* @remarks
|
|
50
|
+
* The list of heterogeneous specification change nodes. Used for specification change scenarios to specify the target specifications for each node.
|
|
51
|
+
*/
|
|
52
|
+
DBNodesShrink?: string;
|
|
53
|
+
/**
|
|
54
|
+
* @remarks
|
|
55
|
+
* The database engine type. Required for the BUY scenario. Valid values: MySQL, PostgreSQL, and Oracle.
|
|
56
|
+
*
|
|
57
|
+
* @example
|
|
58
|
+
* MySQL
|
|
59
|
+
*/
|
|
60
|
+
DBType?: string;
|
|
61
|
+
/**
|
|
62
|
+
* @remarks
|
|
63
|
+
* The database engine version. Required for the BUY scenario. Valid values for MySQL: 5.6, 5.7, and 8.0. Valid values for PostgreSQL: 11 and 14. Valid values for Oracle: 11 and 14.
|
|
64
|
+
*
|
|
65
|
+
* @example
|
|
66
|
+
* 8.0
|
|
67
|
+
*/
|
|
68
|
+
DBVersion?: string;
|
|
69
|
+
/**
|
|
70
|
+
* @remarks
|
|
71
|
+
* Specifies whether to enable the hot standby cluster. Valid values:
|
|
72
|
+
* - ON: Enable.
|
|
73
|
+
* - OFF: Disable.
|
|
74
|
+
*
|
|
75
|
+
* Valid for the BUY and specification change scenarios.
|
|
76
|
+
*
|
|
77
|
+
* @example
|
|
78
|
+
* ON
|
|
79
|
+
*/
|
|
80
|
+
hotStandbyCluster?: string;
|
|
81
|
+
/**
|
|
82
|
+
* @remarks
|
|
83
|
+
* The specification change direction. Valid values:
|
|
84
|
+
* - ADD: add nodes.
|
|
85
|
+
* - DELETE: remove nodes.
|
|
86
|
+
* - UPGRADE: upgrade specifications.
|
|
87
|
+
* - DOWNGRADE: downgrade specifications.
|
|
88
|
+
* - HOT_STANDBY: hot standby change.
|
|
89
|
+
* - STORAGE: storage space change.
|
|
90
|
+
* - STORAGE_TYPE: storage type change.
|
|
91
|
+
*
|
|
92
|
+
* @example
|
|
93
|
+
* UPGRADE
|
|
94
|
+
*/
|
|
95
|
+
modifyType?: string;
|
|
96
|
+
/**
|
|
97
|
+
* @remarks
|
|
98
|
+
* The order type. Valid values:
|
|
99
|
+
* - BUY: new purchase.
|
|
100
|
+
* - CONVERT: billing method conversion.
|
|
101
|
+
* - RENEW: renewal.
|
|
102
|
+
* - UPGRADE: upgrade specifications or add nodes.
|
|
103
|
+
* - DOWNGRADE: downgrade specifications or remove nodes.
|
|
104
|
+
*
|
|
105
|
+
* This parameter is required.
|
|
106
|
+
*
|
|
107
|
+
* @example
|
|
108
|
+
* BUY
|
|
109
|
+
*/
|
|
110
|
+
orderType?: string;
|
|
111
|
+
/**
|
|
112
|
+
* @remarks
|
|
113
|
+
* The billing method. Required for the BUY and CONVERT scenarios. Valid values:
|
|
114
|
+
* - Prepaid: subscription.
|
|
115
|
+
* - Postpaid: pay-as-you-go.
|
|
116
|
+
*
|
|
117
|
+
* @example
|
|
118
|
+
* Prepaid
|
|
119
|
+
*/
|
|
120
|
+
payType?: string;
|
|
121
|
+
/**
|
|
122
|
+
* @remarks
|
|
123
|
+
* The subscription cycle. Valid values:
|
|
124
|
+
* - Month: monthly.
|
|
125
|
+
* - Year: yearly.
|
|
126
|
+
*
|
|
127
|
+
* @example
|
|
128
|
+
* Month
|
|
129
|
+
*/
|
|
130
|
+
period?: string;
|
|
131
|
+
/**
|
|
132
|
+
* @remarks
|
|
133
|
+
* The provisioned IOPS. Used for the Standard Edition (SENormal) scenario.
|
|
134
|
+
*
|
|
135
|
+
* @example
|
|
136
|
+
* 1000
|
|
137
|
+
*/
|
|
138
|
+
provisionedIops?: string;
|
|
139
|
+
/**
|
|
140
|
+
* @remarks
|
|
141
|
+
* The region ID.
|
|
142
|
+
*
|
|
143
|
+
* This parameter is required.
|
|
144
|
+
*
|
|
145
|
+
* @example
|
|
146
|
+
* cn-hangzhou
|
|
147
|
+
*/
|
|
148
|
+
regionId?: string;
|
|
149
|
+
/**
|
|
150
|
+
* @remarks
|
|
151
|
+
* The serverless type. Valid values: AgileServerless.
|
|
152
|
+
*
|
|
153
|
+
* @example
|
|
154
|
+
* AgileServerless
|
|
155
|
+
*/
|
|
156
|
+
serverlessType?: string;
|
|
157
|
+
/**
|
|
158
|
+
* @remarks
|
|
159
|
+
* The storage billing type. Valid values:
|
|
160
|
+
* - Prepaid: subscription.
|
|
161
|
+
* - Postpaid: pay-as-you-go.
|
|
162
|
+
*
|
|
163
|
+
* @example
|
|
164
|
+
* Prepaid
|
|
165
|
+
*/
|
|
166
|
+
storageChargeType?: string;
|
|
167
|
+
/**
|
|
168
|
+
* @remarks
|
|
169
|
+
* The storage space, in GB. Used for prepaid storage or storage specification change scenarios.
|
|
170
|
+
*
|
|
171
|
+
* @example
|
|
172
|
+
* 50
|
|
173
|
+
*/
|
|
174
|
+
storageSpace?: string;
|
|
175
|
+
/**
|
|
176
|
+
* @remarks
|
|
177
|
+
* The storage type. Valid values:
|
|
178
|
+
* - PSL5: high performance.
|
|
179
|
+
* - PSL4: standard.
|
|
180
|
+
* - ESSDPL0
|
|
181
|
+
* - ESSDPL1
|
|
182
|
+
* - ESSDPL2
|
|
183
|
+
* - ESSDPL3
|
|
184
|
+
* - ESSDAUTOPL
|
|
185
|
+
*
|
|
186
|
+
* @example
|
|
187
|
+
* PSL5
|
|
188
|
+
*/
|
|
189
|
+
storageType?: string;
|
|
190
|
+
/**
|
|
191
|
+
* @remarks
|
|
192
|
+
* The subscription duration. Used together with Period. Valid for the BUY, CONVERT, and RENEW scenarios when the billing method is Prepaid.
|
|
193
|
+
*
|
|
194
|
+
* @example
|
|
195
|
+
* 1
|
|
196
|
+
*/
|
|
197
|
+
usedTime?: string;
|
|
198
|
+
/**
|
|
199
|
+
* @remarks
|
|
200
|
+
* The zone ID. We recommend that you specify this parameter for the BUY scenario.
|
|
201
|
+
*
|
|
202
|
+
* @example
|
|
203
|
+
* cn-hangzhou-h
|
|
204
|
+
*/
|
|
205
|
+
zoneId?: string;
|
|
206
|
+
static names(): {
|
|
207
|
+
[key: string]: string;
|
|
208
|
+
};
|
|
209
|
+
static types(): {
|
|
210
|
+
[key: string]: any;
|
|
211
|
+
};
|
|
212
|
+
validate(): void;
|
|
213
|
+
constructor(map?: {
|
|
214
|
+
[key: string]: any;
|
|
215
|
+
});
|
|
216
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.DescribeDBClusterPriceShrinkRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribeDBClusterPriceShrinkRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
creationCategory: 'CreationCategory',
|
|
43
|
+
DBClusterId: 'DBClusterId',
|
|
44
|
+
DBNodeClass: 'DBNodeClass',
|
|
45
|
+
DBNodeIds: 'DBNodeIds',
|
|
46
|
+
DBNodeNum: 'DBNodeNum',
|
|
47
|
+
DBNodesShrink: 'DBNodes',
|
|
48
|
+
DBType: 'DBType',
|
|
49
|
+
DBVersion: 'DBVersion',
|
|
50
|
+
hotStandbyCluster: 'HotStandbyCluster',
|
|
51
|
+
modifyType: 'ModifyType',
|
|
52
|
+
orderType: 'OrderType',
|
|
53
|
+
payType: 'PayType',
|
|
54
|
+
period: 'Period',
|
|
55
|
+
provisionedIops: 'ProvisionedIops',
|
|
56
|
+
regionId: 'RegionId',
|
|
57
|
+
serverlessType: 'ServerlessType',
|
|
58
|
+
storageChargeType: 'StorageChargeType',
|
|
59
|
+
storageSpace: 'StorageSpace',
|
|
60
|
+
storageType: 'StorageType',
|
|
61
|
+
usedTime: 'UsedTime',
|
|
62
|
+
zoneId: 'ZoneId',
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
static types() {
|
|
66
|
+
return {
|
|
67
|
+
creationCategory: 'string',
|
|
68
|
+
DBClusterId: 'string',
|
|
69
|
+
DBNodeClass: 'string',
|
|
70
|
+
DBNodeIds: { 'type': 'array', 'itemType': 'string' },
|
|
71
|
+
DBNodeNum: 'number',
|
|
72
|
+
DBNodesShrink: 'string',
|
|
73
|
+
DBType: 'string',
|
|
74
|
+
DBVersion: 'string',
|
|
75
|
+
hotStandbyCluster: 'string',
|
|
76
|
+
modifyType: 'string',
|
|
77
|
+
orderType: 'string',
|
|
78
|
+
payType: 'string',
|
|
79
|
+
period: 'string',
|
|
80
|
+
provisionedIops: 'string',
|
|
81
|
+
regionId: 'string',
|
|
82
|
+
serverlessType: 'string',
|
|
83
|
+
storageChargeType: 'string',
|
|
84
|
+
storageSpace: 'string',
|
|
85
|
+
storageType: 'string',
|
|
86
|
+
usedTime: 'string',
|
|
87
|
+
zoneId: 'string',
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
validate() {
|
|
91
|
+
if (Array.isArray(this.DBNodeIds)) {
|
|
92
|
+
$dara.Model.validateArray(this.DBNodeIds);
|
|
93
|
+
}
|
|
94
|
+
super.validate();
|
|
95
|
+
}
|
|
96
|
+
constructor(map) {
|
|
97
|
+
super(map);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
exports.DescribeDBClusterPriceShrinkRequest = DescribeDBClusterPriceShrinkRequest;
|
|
101
|
+
//# sourceMappingURL=DescribeDbclusterPriceShrinkRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeDbclusterPriceShrinkRequest.js","sourceRoot":"","sources":["../../src/models/DescribeDbclusterPriceShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IA4MlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,kBAAkB;YACpC,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,aAAa,EAAE,SAAS;YACxB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;YACtB,iBAAiB,EAAE,mBAAmB;YACtC,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,QAAQ;YAChB,eAAe,EAAE,iBAAiB;YAClC,QAAQ,EAAE,UAAU;YACpB,cAAc,EAAE,gBAAgB;YAChC,iBAAiB,EAAE,mBAAmB;YACtC,YAAY,EAAE,cAAc;YAC5B,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,QAAQ;YAC1B,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACpD,SAAS,EAAE,QAAQ;YACnB,aAAa,EAAE,QAAQ;YACvB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,QAAQ;YACnB,iBAAiB,EAAE,QAAQ;YAC3B,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,QAAQ;YACjB,MAAM,EAAE,QAAQ;YAChB,eAAe,EAAE,QAAQ;YACzB,QAAQ,EAAE,QAAQ;YAClB,cAAc,EAAE,QAAQ;YACxB,iBAAiB,EAAE,QAAQ;YAC3B,YAAY,EAAE,QAAQ;YACtB,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;YAClB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1QD,kFA0QC"}
|
|
@@ -3,8 +3,7 @@ export declare class DescribeDBClusterSSLRequest extends $dara.Model {
|
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
5
|
* The cluster ID.
|
|
6
|
-
*
|
|
7
|
-
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/98094.html) operation to view detailed information about all clusters under your account, including cluster IDs.
|
|
6
|
+
* >You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/98094.html) operation to query the details of all clusters under your account, including the cluster ID.
|
|
8
7
|
*
|
|
9
8
|
* This parameter is required.
|
|
10
9
|
*
|
|
@@ -14,6 +13,11 @@ export declare class DescribeDBClusterSSLRequest extends $dara.Model {
|
|
|
14
13
|
DBClusterId?: string;
|
|
15
14
|
ownerAccount?: string;
|
|
16
15
|
ownerId?: number;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* pfs-xxx
|
|
19
|
+
*/
|
|
20
|
+
pfsInstanceId?: string;
|
|
17
21
|
resourceOwnerAccount?: string;
|
|
18
22
|
resourceOwnerId?: number;
|
|
19
23
|
static names(): {
|
|
@@ -42,6 +42,7 @@ class DescribeDBClusterSSLRequest extends $dara.Model {
|
|
|
42
42
|
DBClusterId: 'DBClusterId',
|
|
43
43
|
ownerAccount: 'OwnerAccount',
|
|
44
44
|
ownerId: 'OwnerId',
|
|
45
|
+
pfsInstanceId: 'PfsInstanceId',
|
|
45
46
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
46
47
|
resourceOwnerId: 'ResourceOwnerId',
|
|
47
48
|
};
|
|
@@ -51,6 +52,7 @@ class DescribeDBClusterSSLRequest extends $dara.Model {
|
|
|
51
52
|
DBClusterId: 'string',
|
|
52
53
|
ownerAccount: 'string',
|
|
53
54
|
ownerId: 'number',
|
|
55
|
+
pfsInstanceId: 'string',
|
|
54
56
|
resourceOwnerAccount: 'string',
|
|
55
57
|
resourceOwnerId: 'number',
|
|
56
58
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeDbclusterSslrequest.js","sourceRoot":"","sources":["../../src/models/DescribeDbclusterSslrequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeDbclusterSslrequest.js","sourceRoot":"","sources":["../../src/models/DescribeDbclusterSslrequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IAqB1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,aAAa,EAAE,eAAe;YAC9B,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;SACnC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,aAAa,EAAE,QAAQ;YACvB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;SAC1B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAlDD,kEAkDC"}
|
|
@@ -10,13 +10,13 @@ export declare class DescribeDBClusterSSLResponseBodyItems extends $dara.Model {
|
|
|
10
10
|
DBEndpointId?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* Indicates whether automatic
|
|
13
|
+
* Indicates whether automatic SSL certificate rotation is enabled. Valid values:
|
|
14
14
|
*
|
|
15
|
-
* - **Enable**:
|
|
15
|
+
* - **Enable**: Enabled.
|
|
16
16
|
*
|
|
17
|
-
* - **Disable**:
|
|
17
|
+
* - **Disable**: Disabled.
|
|
18
18
|
*
|
|
19
|
-
* > This parameter is supported only when the database engine is compatible
|
|
19
|
+
* > This parameter is supported only when the database engine is PostgreSQL-compatible or Oracle-syntax-compatible.
|
|
20
20
|
*
|
|
21
21
|
* @example
|
|
22
22
|
* Enable
|
|
@@ -24,7 +24,7 @@ export declare class DescribeDBClusterSSLResponseBodyItems extends $dara.Model {
|
|
|
24
24
|
SSLAutoRotate?: string;
|
|
25
25
|
/**
|
|
26
26
|
* @remarks
|
|
27
|
-
* The SSL connection
|
|
27
|
+
* The SSL connection address.
|
|
28
28
|
*
|
|
29
29
|
* @example
|
|
30
30
|
* pc-************.mysql.polardb.rds.aliyuncs.com
|
|
@@ -32,11 +32,10 @@ export declare class DescribeDBClusterSSLResponseBodyItems extends $dara.Model {
|
|
|
32
32
|
SSLConnectionString?: string;
|
|
33
33
|
/**
|
|
34
34
|
* @remarks
|
|
35
|
-
* Indicates whether SSL encryption is enabled. Valid values:
|
|
35
|
+
* Indicates whether Secure Sockets Layer (SSL) encryption is enabled. Valid values:
|
|
36
36
|
*
|
|
37
|
-
* - **Enabled**:
|
|
38
|
-
*
|
|
39
|
-
* - **Disabled**: disabled.
|
|
37
|
+
* - **Enabled**: Enabled.
|
|
38
|
+
* - **Disabled**: Shutdown.
|
|
40
39
|
*
|
|
41
40
|
* @example
|
|
42
41
|
* Enabled
|
|
@@ -44,7 +43,7 @@ export declare class DescribeDBClusterSSLResponseBodyItems extends $dara.Model {
|
|
|
44
43
|
SSLEnabled?: string;
|
|
45
44
|
/**
|
|
46
45
|
* @remarks
|
|
47
|
-
* The
|
|
46
|
+
* The expiration time of the SSL certificate. The time is in the `yyyy-MM-ddTHH:mm:ssZ` format (UTC).
|
|
48
47
|
*
|
|
49
48
|
* @example
|
|
50
49
|
* 2021-11-13T07:14:22Z
|
|
@@ -64,7 +63,7 @@ export declare class DescribeDBClusterSSLResponseBodyItems extends $dara.Model {
|
|
|
64
63
|
export declare class DescribeDBClusterSSLResponseBody extends $dara.Model {
|
|
65
64
|
/**
|
|
66
65
|
* @remarks
|
|
67
|
-
*
|
|
66
|
+
* The list of SSL connection information.
|
|
68
67
|
*/
|
|
69
68
|
items?: DescribeDBClusterSSLResponseBodyItems[];
|
|
70
69
|
/**
|
|
@@ -77,11 +76,11 @@ export declare class DescribeDBClusterSSLResponseBody extends $dara.Model {
|
|
|
77
76
|
requestId?: string;
|
|
78
77
|
/**
|
|
79
78
|
* @remarks
|
|
80
|
-
* Indicates whether automatic
|
|
79
|
+
* Indicates whether automatic SSL certificate rotation is enabled. Valid values:
|
|
81
80
|
*
|
|
82
|
-
* - **Enable**:
|
|
81
|
+
* - **Enable**: Enabled.
|
|
83
82
|
*
|
|
84
|
-
* - **Disable**:
|
|
83
|
+
* - **Disable**: Disabled.
|
|
85
84
|
*
|
|
86
85
|
* > This parameter is supported only for PolarDB for MySQL.
|
|
87
86
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeDbclusterSslresponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeDbclusterSslresponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeDbclusterSslresponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeDbclusterSslresponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IAkDpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,aAAa,EAAE,eAAe;YAC9B,mBAAmB,EAAE,qBAAqB;YAC1C,UAAU,EAAE,YAAY;YACxB,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,aAAa,EAAE,QAAQ;YACvB,mBAAmB,EAAE,QAAQ;YAC7B,UAAU,EAAE,QAAQ;YACpB,aAAa,EAAE,QAAQ;SACxB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7ED,sFA6EC;AAED,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IA4B/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,SAAS,EAAE,WAAW;YACtB,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,qCAAqC,EAAE;YAC7E,SAAS,EAAE,QAAQ;YACnB,aAAa,EAAE,QAAQ;SACxB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;YAC7B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QACxC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtDD,4EAsDC"}
|