@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModifyDbclusterAccessWhitelistRequest.js","sourceRoot":"","sources":["../../src/models/ModifyDbclusterAccessWhitelistRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ModifyDbclusterAccessWhitelistRequest.js","sourceRoot":"","sources":["../../src/models/ModifyDbclusterAccessWhitelistRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IAgGpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,yBAAyB,EAAE,2BAA2B;YACtD,oBAAoB,EAAE,sBAAsB;YAC5C,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,aAAa,EAAE,eAAe;YAC9B,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;YAClC,gBAAgB,EAAE,kBAAkB;YACpC,WAAW,EAAE,aAAa;YAC1B,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,yBAAyB,EAAE,QAAQ;YACnC,oBAAoB,EAAE,QAAQ;YAC9B,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,aAAa,EAAE,QAAQ;YACvB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;YACzB,gBAAgB,EAAE,QAAQ;YAC1B,WAAW,EAAE,QAAQ;YACrB,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;AAzID,sFAyIC"}
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class ModifyDBClusterSSLRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* xxx
|
|
6
|
+
*/
|
|
7
|
+
connectionString?: string;
|
|
3
8
|
/**
|
|
4
9
|
* @remarks
|
|
5
10
|
* The cluster ID.
|
|
@@ -12,13 +17,11 @@ export declare class ModifyDBClusterSSLRequest extends $dara.Model {
|
|
|
12
17
|
DBClusterId?: string;
|
|
13
18
|
/**
|
|
14
19
|
* @remarks
|
|
15
|
-
* The ID
|
|
20
|
+
* The endpoint ID.
|
|
16
21
|
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* >
|
|
21
|
-
* > - You can call the [DescribeDBClusterSSL](https://help.aliyun.com/document_detail/2319159.html) operation to view the details of the endpoint.
|
|
22
|
+
* >* If the cluster is a PolarDB for MySQL cluster, this parameter is required.
|
|
23
|
+
* >* If the cluster is a PolarDB for PostgreSQL cluster or a PolarDB for PostgreSQL (Compatible with Oracle) cluster, you do not need to specify this parameter. SSL encryption is enabled for all endpoints by default.
|
|
24
|
+
* >* You can call the [DescribeDBClusterSSL](https://help.aliyun.com/document_detail/2319159.html) operation to query endpoint details.
|
|
22
25
|
*
|
|
23
26
|
* @example
|
|
24
27
|
* pe-******************
|
|
@@ -26,17 +29,13 @@ export declare class ModifyDBClusterSSLRequest extends $dara.Model {
|
|
|
26
29
|
DBEndpointId?: string;
|
|
27
30
|
/**
|
|
28
31
|
* @remarks
|
|
29
|
-
* The network type of the endpoint. The value must be the same as the network type of the endpoint specified by
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* - **Private**
|
|
34
|
-
*
|
|
35
|
-
* - **Inner**
|
|
32
|
+
* The network type of the endpoint. The value must be the same as the network type of the endpoint specified by **DBEndpointId**. Valid values:
|
|
33
|
+
* * **Public**: public network
|
|
34
|
+
* * **Private**: private network
|
|
35
|
+
* * **Inner**: private network (classic network)
|
|
36
36
|
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
* > * This parameter is not required for PolarDB for PostgreSQL or PolarDB for PostgreSQL (Compatible with Oracle) clusters. By default, SSL encryption is enabled for all endpoints of the clusters.
|
|
37
|
+
* >* If the cluster is a PolarDB for MySQL cluster, this parameter is required.
|
|
38
|
+
* >* If the cluster is a PolarDB for PostgreSQL cluster or a PolarDB for PostgreSQL (Compatible with Oracle) cluster, you do not need to specify this parameter. SSL encryption is enabled for all endpoints by default.
|
|
40
39
|
*
|
|
41
40
|
* @example
|
|
42
41
|
* Public
|
|
@@ -44,15 +43,20 @@ export declare class ModifyDBClusterSSLRequest extends $dara.Model {
|
|
|
44
43
|
netType?: string;
|
|
45
44
|
ownerAccount?: string;
|
|
46
45
|
ownerId?: number;
|
|
46
|
+
/**
|
|
47
|
+
* @example
|
|
48
|
+
* pfs-xxx
|
|
49
|
+
*/
|
|
50
|
+
pfsInstanceId?: string;
|
|
47
51
|
resourceOwnerAccount?: string;
|
|
48
52
|
resourceOwnerId?: number;
|
|
49
53
|
/**
|
|
50
54
|
* @remarks
|
|
51
|
-
* Specifies whether
|
|
55
|
+
* Specifies whether to enable automatic SSL certificate rotation. Valid values:
|
|
52
56
|
*
|
|
53
|
-
* - **Enable
|
|
57
|
+
* - **Enable**: enables automatic SSL certificate rotation.
|
|
54
58
|
*
|
|
55
|
-
* - **Disable
|
|
59
|
+
* - **Disable**: disables automatic SSL certificate rotation.
|
|
56
60
|
*
|
|
57
61
|
* @example
|
|
58
62
|
* Enable
|
|
@@ -60,15 +64,12 @@ export declare class ModifyDBClusterSSLRequest extends $dara.Model {
|
|
|
60
64
|
SSLAutoRotate?: string;
|
|
61
65
|
/**
|
|
62
66
|
* @remarks
|
|
63
|
-
* The SSL
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
* - **Enabled**
|
|
68
|
-
*
|
|
69
|
-
* - **Update**: The SSL certificate is updated.
|
|
67
|
+
* The SSL status. Valid values:
|
|
68
|
+
* * **Disable**: shutdown SSL encryption.
|
|
69
|
+
* * **Enable**: enables SSL encryption.
|
|
70
|
+
* * **Update**: updates the CA certificate.
|
|
70
71
|
*
|
|
71
|
-
* > After you enable SSL encryption or update the
|
|
72
|
+
* > After you enable SSL encryption or update the CA certificate, you must download and configure the certificate. For details, see [Settings for SSL encryption](https://help.aliyun.com/document_detail/153182.html).
|
|
72
73
|
*
|
|
73
74
|
* @example
|
|
74
75
|
* Enable
|
|
@@ -39,11 +39,13 @@ const $dara = __importStar(require("@darabonba/typescript"));
|
|
|
39
39
|
class ModifyDBClusterSSLRequest extends $dara.Model {
|
|
40
40
|
static names() {
|
|
41
41
|
return {
|
|
42
|
+
connectionString: 'ConnectionString',
|
|
42
43
|
DBClusterId: 'DBClusterId',
|
|
43
44
|
DBEndpointId: 'DBEndpointId',
|
|
44
45
|
netType: 'NetType',
|
|
45
46
|
ownerAccount: 'OwnerAccount',
|
|
46
47
|
ownerId: 'OwnerId',
|
|
48
|
+
pfsInstanceId: 'PfsInstanceId',
|
|
47
49
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
48
50
|
resourceOwnerId: 'ResourceOwnerId',
|
|
49
51
|
SSLAutoRotate: 'SSLAutoRotate',
|
|
@@ -52,11 +54,13 @@ class ModifyDBClusterSSLRequest extends $dara.Model {
|
|
|
52
54
|
}
|
|
53
55
|
static types() {
|
|
54
56
|
return {
|
|
57
|
+
connectionString: 'string',
|
|
55
58
|
DBClusterId: 'string',
|
|
56
59
|
DBEndpointId: 'string',
|
|
57
60
|
netType: 'string',
|
|
58
61
|
ownerAccount: 'string',
|
|
59
62
|
ownerId: 'number',
|
|
63
|
+
pfsInstanceId: 'string',
|
|
60
64
|
resourceOwnerAccount: 'string',
|
|
61
65
|
resourceOwnerId: 'number',
|
|
62
66
|
SSLAutoRotate: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModifyDbclusterSslrequest.js","sourceRoot":"","sources":["../../src/models/ModifyDbclusterSslrequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ModifyDbclusterSslrequest.js","sourceRoot":"","sources":["../../src/models/ModifyDbclusterSslrequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IA4ExD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,kBAAkB;YACpC,WAAW,EAAE,aAAa;YAC1B,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,aAAa,EAAE,eAAe;YAC9B,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;YAClC,aAAa,EAAE,eAAe;YAC9B,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,QAAQ;YAC1B,WAAW,EAAE,QAAQ;YACrB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,aAAa,EAAE,QAAQ;YACvB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;YACzB,aAAa,EAAE,QAAQ;YACvB,UAAU,EAAE,QAAQ;SACrB,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;AAnHD,8DAmHC"}
|
package/dist/models/model.d.ts
CHANGED
|
@@ -39,6 +39,11 @@ export { DescribeAIDBClusterAttributeResponseBodyDBNodesChildVolumes } from './D
|
|
|
39
39
|
export { DescribeAIDBClusterAttributeResponseBodyDBNodes } from './DescribeAidbclusterAttributeResponseBody';
|
|
40
40
|
export { DescribeAIDBClusterAttributeResponseBodyEndpointListNetInfoItems } from './DescribeAidbclusterAttributeResponseBody';
|
|
41
41
|
export { DescribeAIDBClusterAttributeResponseBodyEndpointList } from './DescribeAidbclusterAttributeResponseBody';
|
|
42
|
+
export { DescribeAIDBClusterAttributeResponseBodyTimeSlicesInfoTimeSlices } from './DescribeAidbclusterAttributeResponseBody';
|
|
43
|
+
export { DescribeAIDBClusterAttributeResponseBodyTimeSlicesInfo } from './DescribeAidbclusterAttributeResponseBody';
|
|
44
|
+
export { DescribeAIDBClusterAttributeResponseBodyVnodeKubernetesConfigLabels } from './DescribeAidbclusterAttributeResponseBody';
|
|
45
|
+
export { DescribeAIDBClusterAttributeResponseBodyVnodeKubernetesConfigTaints } from './DescribeAidbclusterAttributeResponseBody';
|
|
46
|
+
export { DescribeAIDBClusterAttributeResponseBodyVnodeKubernetesConfig } from './DescribeAidbclusterAttributeResponseBody';
|
|
42
47
|
export { DescribeAIDBClusterAttributeResponseBodyVolumes } from './DescribeAidbclusterAttributeResponseBody';
|
|
43
48
|
export { DescribeAIDBClusterDatasetsResponseBodyDatasets } from './DescribeAidbclusterDatasetsResponseBody';
|
|
44
49
|
export { DescribeAIDBClusterPerformanceResponseBodyPerformanceKeysPoints } from './DescribeAidbclusterPerformanceResponseBody';
|
|
@@ -167,6 +172,13 @@ export { DescribeDBClusterPerformanceResponseBodyPerformanceKeysPerformanceItemP
|
|
|
167
172
|
export { DescribeDBClusterPerformanceResponseBodyPerformanceKeysPerformanceItemPoints } from './DescribeDbclusterPerformanceResponseBody';
|
|
168
173
|
export { DescribeDBClusterPerformanceResponseBodyPerformanceKeysPerformanceItem } from './DescribeDbclusterPerformanceResponseBody';
|
|
169
174
|
export { DescribeDBClusterPerformanceResponseBodyPerformanceKeys } from './DescribeDbclusterPerformanceResponseBody';
|
|
175
|
+
export { DescribeDBClusterPriceRequestDBNodes } from './DescribeDbclusterPriceRequest';
|
|
176
|
+
export { DescribeDBClusterPriceResponseBodyPriceInfoCouponsCoupon } from './DescribeDbclusterPriceResponseBody';
|
|
177
|
+
export { DescribeDBClusterPriceResponseBodyPriceInfoCoupons } from './DescribeDbclusterPriceResponseBody';
|
|
178
|
+
export { DescribeDBClusterPriceResponseBodyPriceInfoRuleIds } from './DescribeDbclusterPriceResponseBody';
|
|
179
|
+
export { DescribeDBClusterPriceResponseBodyPriceInfo } from './DescribeDbclusterPriceResponseBody';
|
|
180
|
+
export { DescribeDBClusterPriceResponseBodyRulesRule } from './DescribeDbclusterPriceResponseBody';
|
|
181
|
+
export { DescribeDBClusterPriceResponseBodyRules } from './DescribeDbclusterPriceResponseBody';
|
|
170
182
|
export { DescribeDBClusterProxyResponseBodyChildInstances } from './DescribeDbclusterProxyResponseBody';
|
|
171
183
|
export { DescribeDBClusterSSLResponseBodyItems } from './DescribeDbclusterSslresponseBody';
|
|
172
184
|
export { DescribeDBClusterVersionResponseBodyDBRevisionVersionList } from './DescribeDbclusterVersionResponseBody';
|
|
@@ -302,6 +314,8 @@ export { DescribePolarFsResponseBodyItemsPolarFsPathsTags } from './DescribePola
|
|
|
302
314
|
export { DescribePolarFsResponseBodyItemsPolarFsPaths } from './DescribePolarFsResponseBody';
|
|
303
315
|
export { DescribePolarFsResponseBodyItems } from './DescribePolarFsResponseBody';
|
|
304
316
|
export { DescribePolarFsAttributeResponseBodyCustomBucketPathList } from './DescribePolarFsAttributeResponseBody';
|
|
317
|
+
export { DescribePolarFsAttributeResponseBodyEndpointItemsAddressItems } from './DescribePolarFsAttributeResponseBody';
|
|
318
|
+
export { DescribePolarFsAttributeResponseBodyEndpointItems } from './DescribePolarFsAttributeResponseBody';
|
|
305
319
|
export { DescribePolarFsAttributeResponseBodyMountInfo } from './DescribePolarFsAttributeResponseBody';
|
|
306
320
|
export { DescribePolarFsObjectsResponseBodyItems } from './DescribePolarFsObjectsResponseBody';
|
|
307
321
|
export { DescribePolarFsQuotaResponseBodyPolicyItems } from './DescribePolarFsQuotaResponseBody';
|
|
@@ -945,6 +959,10 @@ export { DescribeDBClusterParametersResponse } from './DescribeDbclusterParamete
|
|
|
945
959
|
export { DescribeDBClusterPerformanceRequest } from './DescribeDbclusterPerformanceRequest';
|
|
946
960
|
export { DescribeDBClusterPerformanceResponseBody } from './DescribeDbclusterPerformanceResponseBody';
|
|
947
961
|
export { DescribeDBClusterPerformanceResponse } from './DescribeDbclusterPerformanceResponse';
|
|
962
|
+
export { DescribeDBClusterPriceRequest } from './DescribeDbclusterPriceRequest';
|
|
963
|
+
export { DescribeDBClusterPriceShrinkRequest } from './DescribeDbclusterPriceShrinkRequest';
|
|
964
|
+
export { DescribeDBClusterPriceResponseBody } from './DescribeDbclusterPriceResponseBody';
|
|
965
|
+
export { DescribeDBClusterPriceResponse } from './DescribeDbclusterPriceResponse';
|
|
948
966
|
export { DescribeDBClusterProxyRequest } from './DescribeDbclusterProxyRequest';
|
|
949
967
|
export { DescribeDBClusterProxyResponseBody } from './DescribeDbclusterProxyResponseBody';
|
|
950
968
|
export { DescribeDBClusterProxyResponse } from './DescribeDbclusterProxyResponse';
|