@alicloud/dds20151201 8.1.0 → 8.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/dist/client.d.ts +26 -0
  2. package/dist/client.js +171 -2
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AllocateDbinstanceSrvNetworkAddressRequest.d.ts +35 -0
  5. package/dist/models/AllocateDbinstanceSrvNetworkAddressRequest.js +70 -0
  6. package/dist/models/AllocateDbinstanceSrvNetworkAddressRequest.js.map +1 -0
  7. package/dist/models/AllocateDbinstanceSrvNetworkAddressResponse.d.ts +19 -0
  8. package/dist/models/AllocateDbinstanceSrvNetworkAddressResponse.js +69 -0
  9. package/dist/models/AllocateDbinstanceSrvNetworkAddressResponse.js.map +1 -0
  10. package/dist/models/AllocateDbinstanceSrvNetworkAddressResponseBody.d.ts +18 -0
  11. package/dist/models/AllocateDbinstanceSrvNetworkAddressResponseBody.js +58 -0
  12. package/dist/models/AllocateDbinstanceSrvNetworkAddressResponseBody.js.map +1 -0
  13. package/dist/models/CreateBackupResponseBody.d.ts +5 -0
  14. package/dist/models/CreateBackupResponseBody.js +2 -0
  15. package/dist/models/CreateBackupResponseBody.js.map +1 -1
  16. package/dist/models/DescribeActiveOperationTasksResponseBody.d.ts +1 -0
  17. package/dist/models/DescribeActiveOperationTasksResponseBody.js +2 -0
  18. package/dist/models/DescribeActiveOperationTasksResponseBody.js.map +1 -1
  19. package/dist/models/DescribeBackupsRequest.d.ts +10 -0
  20. package/dist/models/DescribeBackupsRequest.js +4 -0
  21. package/dist/models/DescribeBackupsRequest.js.map +1 -1
  22. package/dist/models/DescribeClusterBackupsRequest.d.ts +10 -0
  23. package/dist/models/DescribeClusterBackupsRequest.js +4 -0
  24. package/dist/models/DescribeClusterBackupsRequest.js.map +1 -1
  25. package/dist/models/DescribeClusterRecoverTimeRequest.d.ts +7 -0
  26. package/dist/models/DescribeClusterRecoverTimeRequest.js +6 -0
  27. package/dist/models/DescribeClusterRecoverTimeRequest.js.map +1 -1
  28. package/dist/models/DescribeDbinstanceAttributeResponseBody.d.ts +15 -0
  29. package/dist/models/DescribeDbinstanceAttributeResponseBody.js +6 -0
  30. package/dist/models/DescribeDbinstanceAttributeResponseBody.js.map +1 -1
  31. package/dist/models/DescribeInstanceRecoverTimeRequest.d.ts +7 -0
  32. package/dist/models/DescribeInstanceRecoverTimeRequest.js +6 -0
  33. package/dist/models/DescribeInstanceRecoverTimeRequest.js.map +1 -1
  34. package/dist/models/DescribePriceResponseBody.d.ts +1 -0
  35. package/dist/models/DescribePriceResponseBody.js +2 -0
  36. package/dist/models/DescribePriceResponseBody.js.map +1 -1
  37. package/dist/models/DescribeUserEncryptionKeyListRequest.d.ts +1 -0
  38. package/dist/models/DescribeUserEncryptionKeyListRequest.js +2 -0
  39. package/dist/models/DescribeUserEncryptionKeyListRequest.js.map +1 -1
  40. package/dist/models/ModifyDbinstanceSpecRequest.d.ts +19 -0
  41. package/dist/models/ModifyDbinstanceSpecRequest.js +14 -0
  42. package/dist/models/ModifyDbinstanceSpecRequest.js.map +1 -1
  43. package/dist/models/ModifyNodeSpecBatchRequest.d.ts +4 -0
  44. package/dist/models/ModifyNodeSpecBatchRequest.js +8 -0
  45. package/dist/models/ModifyNodeSpecBatchRequest.js.map +1 -1
  46. package/dist/models/ModifyNodeSpecRequest.d.ts +4 -0
  47. package/dist/models/ModifyNodeSpecRequest.js +8 -0
  48. package/dist/models/ModifyNodeSpecRequest.js.map +1 -1
  49. package/dist/models/ModifySrvNetworkAddressRequest.d.ts +41 -0
  50. package/dist/models/ModifySrvNetworkAddressRequest.js +70 -0
  51. package/dist/models/ModifySrvNetworkAddressRequest.js.map +1 -0
  52. package/dist/models/ModifySrvNetworkAddressResponse.d.ts +19 -0
  53. package/dist/models/ModifySrvNetworkAddressResponse.js +69 -0
  54. package/dist/models/ModifySrvNetworkAddressResponse.js.map +1 -0
  55. package/dist/models/ModifySrvNetworkAddressResponseBody.d.ts +18 -0
  56. package/dist/models/ModifySrvNetworkAddressResponseBody.js +58 -0
  57. package/dist/models/ModifySrvNetworkAddressResponseBody.js.map +1 -0
  58. package/dist/models/ReleaseNodePrivateNetworkAddressRequest.d.ts +0 -2
  59. package/dist/models/ReleaseNodePrivateNetworkAddressRequest.js.map +1 -1
  60. package/dist/models/model.d.ts +6 -0
  61. package/dist/models/model.js +20 -8
  62. package/dist/models/model.js.map +1 -1
  63. package/package.json +1 -1
  64. package/src/client.ts +209 -2
  65. package/src/models/AllocateDbinstanceSrvNetworkAddressRequest.ts +60 -0
  66. package/src/models/AllocateDbinstanceSrvNetworkAddressResponse.ts +40 -0
  67. package/src/models/AllocateDbinstanceSrvNetworkAddressResponseBody.ts +31 -0
  68. package/src/models/CreateBackupResponseBody.ts +7 -0
  69. package/src/models/DescribeActiveOperationTasksResponseBody.ts +3 -0
  70. package/src/models/DescribeBackupsRequest.ts +14 -0
  71. package/src/models/DescribeClusterBackupsRequest.ts +14 -0
  72. package/src/models/DescribeClusterRecoverTimeRequest.ts +13 -0
  73. package/src/models/DescribeDbinstanceAttributeResponseBody.ts +21 -0
  74. package/src/models/DescribeInstanceRecoverTimeRequest.ts +13 -0
  75. package/src/models/DescribePriceResponseBody.ts +3 -0
  76. package/src/models/DescribeUserEncryptionKeyListRequest.ts +3 -0
  77. package/src/models/ModifyDbinstanceSpecRequest.ts +33 -0
  78. package/src/models/ModifyNodeSpecBatchRequest.ts +12 -0
  79. package/src/models/ModifyNodeSpecRequest.ts +12 -0
  80. package/src/models/ModifySrvNetworkAddressRequest.ts +66 -0
  81. package/src/models/ModifySrvNetworkAddressResponse.ts +40 -0
  82. package/src/models/ModifySrvNetworkAddressResponseBody.ts +31 -0
  83. package/src/models/ReleaseNodePrivateNetworkAddressRequest.ts +0 -2
  84. package/src/models/model.ts +6 -0
@@ -0,0 +1,60 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class AllocateDBInstanceSrvNetworkAddressRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * This parameter is required.
9
+ *
10
+ * @example
11
+ * dds-2ze5eb9514e31364
12
+ */
13
+ DBInstanceId?: string;
14
+ /**
15
+ * @example
16
+ * d-bp1b7bb3bbe****
17
+ */
18
+ nodeId?: string;
19
+ ownerAccount?: string;
20
+ ownerId?: number;
21
+ resourceOwnerAccount?: string;
22
+ resourceOwnerId?: number;
23
+ /**
24
+ * @example
25
+ * vpc
26
+ */
27
+ srvConnectionType?: string;
28
+ static names(): { [key: string]: string } {
29
+ return {
30
+ DBInstanceId: 'DBInstanceId',
31
+ nodeId: 'NodeId',
32
+ ownerAccount: 'OwnerAccount',
33
+ ownerId: 'OwnerId',
34
+ resourceOwnerAccount: 'ResourceOwnerAccount',
35
+ resourceOwnerId: 'ResourceOwnerId',
36
+ srvConnectionType: 'SrvConnectionType',
37
+ };
38
+ }
39
+
40
+ static types(): { [key: string]: any } {
41
+ return {
42
+ DBInstanceId: 'string',
43
+ nodeId: 'string',
44
+ ownerAccount: 'string',
45
+ ownerId: 'number',
46
+ resourceOwnerAccount: 'string',
47
+ resourceOwnerId: 'number',
48
+ srvConnectionType: 'string',
49
+ };
50
+ }
51
+
52
+ validate() {
53
+ super.validate();
54
+ }
55
+
56
+ constructor(map?: { [key: string]: any }) {
57
+ super(map);
58
+ }
59
+ }
60
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { AllocateDBInstanceSrvNetworkAddressResponseBody } from "./AllocateDbinstanceSrvNetworkAddressResponseBody";
4
+
5
+
6
+ export class AllocateDBInstanceSrvNetworkAddressResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: AllocateDBInstanceSrvNetworkAddressResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: AllocateDBInstanceSrvNetworkAddressResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,31 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class AllocateDBInstanceSrvNetworkAddressResponseBody extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 6B82A9EF-9961-5A31-A19F-009B7098ACCA
9
+ */
10
+ requestId?: string;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ requestId: 'RequestId',
14
+ };
15
+ }
16
+
17
+ static types(): { [key: string]: any } {
18
+ return {
19
+ requestId: 'string',
20
+ };
21
+ }
22
+
23
+ validate() {
24
+ super.validate();
25
+ }
26
+
27
+ constructor(map?: { [key: string]: any }) {
28
+ super(map);
29
+ }
30
+ }
31
+
@@ -11,6 +11,11 @@ export class CreateBackupResponseBody extends $dara.Model {
11
11
  * 5664****
12
12
  */
13
13
  backupId?: string;
14
+ /**
15
+ * @example
16
+ * 775051
17
+ */
18
+ backupJobId?: string;
14
19
  /**
15
20
  * @remarks
16
21
  * The request ID.
@@ -22,6 +27,7 @@ export class CreateBackupResponseBody extends $dara.Model {
22
27
  static names(): { [key: string]: string } {
23
28
  return {
24
29
  backupId: 'BackupId',
30
+ backupJobId: 'BackupJobId',
25
31
  requestId: 'RequestId',
26
32
  };
27
33
  }
@@ -29,6 +35,7 @@ export class CreateBackupResponseBody extends $dara.Model {
29
35
  static types(): { [key: string]: any } {
30
36
  return {
31
37
  backupId: 'string',
38
+ backupJobId: 'string',
32
39
  requestId: 'string',
33
40
  };
34
41
  }
@@ -187,6 +187,7 @@ export class DescribeActiveOperationTasksResponseBodyItems extends $dara.Model {
187
187
  * 2022-11-24T11:20:00Z
188
188
  */
189
189
  switchTime?: string;
190
+ taskParams?: string;
190
191
  /**
191
192
  * @remarks
192
193
  * The task type.
@@ -236,6 +237,7 @@ export class DescribeActiveOperationTasksResponseBodyItems extends $dara.Model {
236
237
  status: 'Status',
237
238
  subInsNames: 'SubInsNames',
238
239
  switchTime: 'SwitchTime',
240
+ taskParams: 'TaskParams',
239
241
  taskType: 'TaskType',
240
242
  taskTypeEn: 'TaskTypeEn',
241
243
  taskTypeZh: 'TaskTypeZh',
@@ -267,6 +269,7 @@ export class DescribeActiveOperationTasksResponseBodyItems extends $dara.Model {
267
269
  status: 'number',
268
270
  subInsNames: { 'type': 'array', 'itemType': 'string' },
269
271
  switchTime: 'string',
272
+ taskParams: 'string',
270
273
  taskType: 'string',
271
274
  taskTypeEn: 'string',
272
275
  taskTypeZh: 'string',
@@ -13,6 +13,11 @@ export class DescribeBackupsRequest extends $dara.Model {
13
13
  * 2072****,2072****,2072****
14
14
  */
15
15
  backupId?: string;
16
+ /**
17
+ * @example
18
+ * 775051
19
+ */
20
+ backupJobId?: string;
16
21
  /**
17
22
  * @remarks
18
23
  * The instance ID.
@@ -75,6 +80,11 @@ export class DescribeBackupsRequest extends $dara.Model {
75
80
  * 30
76
81
  */
77
82
  pageSize?: number;
83
+ /**
84
+ * @example
85
+ * rg-xxxx
86
+ */
87
+ resourceGroupId?: string;
78
88
  resourceOwnerAccount?: string;
79
89
  resourceOwnerId?: number;
80
90
  /**
@@ -99,6 +109,7 @@ export class DescribeBackupsRequest extends $dara.Model {
99
109
  static names(): { [key: string]: string } {
100
110
  return {
101
111
  backupId: 'BackupId',
112
+ backupJobId: 'BackupJobId',
102
113
  DBInstanceId: 'DBInstanceId',
103
114
  destRegion: 'DestRegion',
104
115
  endTime: 'EndTime',
@@ -107,6 +118,7 @@ export class DescribeBackupsRequest extends $dara.Model {
107
118
  ownerId: 'OwnerId',
108
119
  pageNumber: 'PageNumber',
109
120
  pageSize: 'PageSize',
121
+ resourceGroupId: 'ResourceGroupId',
110
122
  resourceOwnerAccount: 'ResourceOwnerAccount',
111
123
  resourceOwnerId: 'ResourceOwnerId',
112
124
  srcRegion: 'SrcRegion',
@@ -117,6 +129,7 @@ export class DescribeBackupsRequest extends $dara.Model {
117
129
  static types(): { [key: string]: any } {
118
130
  return {
119
131
  backupId: 'string',
132
+ backupJobId: 'string',
120
133
  DBInstanceId: 'string',
121
134
  destRegion: 'string',
122
135
  endTime: 'string',
@@ -125,6 +138,7 @@ export class DescribeBackupsRequest extends $dara.Model {
125
138
  ownerId: 'number',
126
139
  pageNumber: 'number',
127
140
  pageSize: 'number',
141
+ resourceGroupId: 'string',
128
142
  resourceOwnerAccount: 'string',
129
143
  resourceOwnerId: 'number',
130
144
  srcRegion: 'string',
@@ -11,6 +11,11 @@ export class DescribeClusterBackupsRequest extends $dara.Model {
11
11
  * 5664****
12
12
  */
13
13
  backupId?: string;
14
+ /**
15
+ * @example
16
+ * 775051
17
+ */
18
+ backupJobId?: string;
14
19
  /**
15
20
  * @remarks
16
21
  * The ID of the instance.
@@ -72,6 +77,11 @@ export class DescribeClusterBackupsRequest extends $dara.Model {
72
77
  * 30
73
78
  */
74
79
  pageSize?: number;
80
+ /**
81
+ * @example
82
+ * rg-xxxx
83
+ */
84
+ resourceGroupId?: string;
75
85
  resourceOwnerAccount?: string;
76
86
  resourceOwnerId?: number;
77
87
  /**
@@ -99,6 +109,7 @@ export class DescribeClusterBackupsRequest extends $dara.Model {
99
109
  static names(): { [key: string]: string } {
100
110
  return {
101
111
  backupId: 'BackupId',
112
+ backupJobId: 'BackupJobId',
102
113
  DBInstanceId: 'DBInstanceId',
103
114
  destRegion: 'DestRegion',
104
115
  endTime: 'EndTime',
@@ -107,6 +118,7 @@ export class DescribeClusterBackupsRequest extends $dara.Model {
107
118
  ownerId: 'OwnerId',
108
119
  pageNo: 'PageNo',
109
120
  pageSize: 'PageSize',
121
+ resourceGroupId: 'ResourceGroupId',
110
122
  resourceOwnerAccount: 'ResourceOwnerAccount',
111
123
  resourceOwnerId: 'ResourceOwnerId',
112
124
  srcRegion: 'SrcRegion',
@@ -117,6 +129,7 @@ export class DescribeClusterBackupsRequest extends $dara.Model {
117
129
  static types(): { [key: string]: any } {
118
130
  return {
119
131
  backupId: 'string',
132
+ backupJobId: 'string',
120
133
  DBInstanceId: 'string',
121
134
  destRegion: 'string',
122
135
  endTime: 'string',
@@ -125,6 +138,7 @@ export class DescribeClusterBackupsRequest extends $dara.Model {
125
138
  ownerId: 'number',
126
139
  pageNo: 'number',
127
140
  pageSize: 'number',
141
+ resourceGroupId: 'string',
128
142
  resourceOwnerAccount: 'string',
129
143
  resourceOwnerId: 'number',
130
144
  srcRegion: 'string',
@@ -13,27 +13,40 @@ export class DescribeClusterRecoverTimeRequest extends $dara.Model {
13
13
  * dds-bp18f7d6b6a7****
14
14
  */
15
15
  DBInstanceId?: string;
16
+ destRegion?: string;
16
17
  ownerAccount?: string;
17
18
  ownerId?: number;
19
+ /**
20
+ * @example
21
+ * rg-xxxx
22
+ */
23
+ resourceGroupId?: string;
18
24
  resourceOwnerAccount?: string;
19
25
  resourceOwnerId?: number;
26
+ srcRegion?: string;
20
27
  static names(): { [key: string]: string } {
21
28
  return {
22
29
  DBInstanceId: 'DBInstanceId',
30
+ destRegion: 'DestRegion',
23
31
  ownerAccount: 'OwnerAccount',
24
32
  ownerId: 'OwnerId',
33
+ resourceGroupId: 'ResourceGroupId',
25
34
  resourceOwnerAccount: 'ResourceOwnerAccount',
26
35
  resourceOwnerId: 'ResourceOwnerId',
36
+ srcRegion: 'SrcRegion',
27
37
  };
28
38
  }
29
39
 
30
40
  static types(): { [key: string]: any } {
31
41
  return {
32
42
  DBInstanceId: 'string',
43
+ destRegion: 'string',
33
44
  ownerAccount: 'string',
34
45
  ownerId: 'number',
46
+ resourceGroupId: 'string',
35
47
  resourceOwnerAccount: 'string',
36
48
  resourceOwnerId: 'number',
49
+ srcRegion: 'string',
37
50
  };
38
51
  }
39
52
 
@@ -1137,6 +1137,21 @@ export class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstance extend
1137
1137
  * rg-acfmyiu4ekp****
1138
1138
  */
1139
1139
  resourceGroupId?: string;
1140
+ /**
1141
+ * @example
1142
+ * mdb.shard.2x.xlarge.d
1143
+ */
1144
+ searchNodeClass?: string;
1145
+ /**
1146
+ * @example
1147
+ * 2
1148
+ */
1149
+ searchNodeCount?: number;
1150
+ /**
1151
+ * @example
1152
+ * 20
1153
+ */
1154
+ searchNodeStorage?: number;
1140
1155
  /**
1141
1156
  * @remarks
1142
1157
  * The ID of the secondary zone 1 of the instance. Valid values:
@@ -1312,6 +1327,9 @@ export class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstance extend
1312
1327
  replicaSets: 'ReplicaSets',
1313
1328
  replicationFactor: 'ReplicationFactor',
1314
1329
  resourceGroupId: 'ResourceGroupId',
1330
+ searchNodeClass: 'SearchNodeClass',
1331
+ searchNodeCount: 'SearchNodeCount',
1332
+ searchNodeStorage: 'SearchNodeStorage',
1315
1333
  secondaryZoneId: 'SecondaryZoneId',
1316
1334
  shardList: 'ShardList',
1317
1335
  storageEngine: 'StorageEngine',
@@ -1370,6 +1388,9 @@ export class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstance extend
1370
1388
  replicaSets: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceReplicaSets,
1371
1389
  replicationFactor: 'string',
1372
1390
  resourceGroupId: 'string',
1391
+ searchNodeClass: 'string',
1392
+ searchNodeCount: 'number',
1393
+ searchNodeStorage: 'number',
1373
1394
  secondaryZoneId: 'string',
1374
1395
  shardList: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceShardList,
1375
1396
  storageEngine: 'string',
@@ -13,30 +13,43 @@ export class DescribeInstanceRecoverTimeRequest extends $dara.Model {
13
13
  * dds-bpxxxxxxxx
14
14
  */
15
15
  DBInstanceId?: string;
16
+ destRegion?: string;
16
17
  ownerAccount?: string;
17
18
  ownerId?: number;
19
+ /**
20
+ * @example
21
+ * rg-xxxx
22
+ */
23
+ resourceGroupId?: string;
18
24
  resourceOwnerAccount?: string;
19
25
  resourceOwnerId?: number;
20
26
  securityToken?: string;
27
+ srcRegion?: string;
21
28
  static names(): { [key: string]: string } {
22
29
  return {
23
30
  DBInstanceId: 'DBInstanceId',
31
+ destRegion: 'DestRegion',
24
32
  ownerAccount: 'OwnerAccount',
25
33
  ownerId: 'OwnerId',
34
+ resourceGroupId: 'ResourceGroupId',
26
35
  resourceOwnerAccount: 'ResourceOwnerAccount',
27
36
  resourceOwnerId: 'ResourceOwnerId',
28
37
  securityToken: 'SecurityToken',
38
+ srcRegion: 'SrcRegion',
29
39
  };
30
40
  }
31
41
 
32
42
  static types(): { [key: string]: any } {
33
43
  return {
34
44
  DBInstanceId: 'string',
45
+ destRegion: 'string',
35
46
  ownerAccount: 'string',
36
47
  ownerId: 'number',
48
+ resourceGroupId: 'string',
37
49
  resourceOwnerAccount: 'string',
38
50
  resourceOwnerId: 'number',
39
51
  securityToken: 'string',
52
+ srcRegion: 'string',
40
53
  };
41
54
  }
42
55
 
@@ -1366,6 +1366,7 @@ export class DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInsta
1366
1366
  * 0.0
1367
1367
  */
1368
1368
  totalProductFee?: number;
1369
+ unitPriceUnit4Buy?: string;
1369
1370
  /**
1370
1371
  * @remarks
1371
1372
  * The price type.
@@ -1399,6 +1400,7 @@ export class DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInsta
1399
1400
  standDiscountPrice: 'StandDiscountPrice',
1400
1401
  standPrice: 'StandPrice',
1401
1402
  totalProductFee: 'TotalProductFee',
1403
+ unitPriceUnit4Buy: 'UnitPriceUnit4Buy',
1402
1404
  priceType: 'priceType',
1403
1405
  priceUnit: 'priceUnit',
1404
1406
  };
@@ -1421,6 +1423,7 @@ export class DescribePriceResponseBodySubOrdersSubOrderModuleInstanceModuleInsta
1421
1423
  standDiscountPrice: 'number',
1422
1424
  standPrice: 'number',
1423
1425
  totalProductFee: 'number',
1426
+ unitPriceUnit4Buy: 'string',
1424
1427
  priceType: 'string',
1425
1428
  priceUnit: 'string',
1426
1429
  };
@@ -17,6 +17,7 @@ export class DescribeUserEncryptionKeyListRequest extends $dara.Model {
17
17
  ownerId?: number;
18
18
  resourceOwnerAccount?: string;
19
19
  resourceOwnerId?: number;
20
+ roleARN?: string;
20
21
  /**
21
22
  * @remarks
22
23
  * The zone ID of the instance. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/61933.html) operation to query the most recent zone list.
@@ -32,6 +33,7 @@ export class DescribeUserEncryptionKeyListRequest extends $dara.Model {
32
33
  ownerId: 'OwnerId',
33
34
  resourceOwnerAccount: 'ResourceOwnerAccount',
34
35
  resourceOwnerId: 'ResourceOwnerId',
36
+ roleARN: 'RoleARN',
35
37
  targetRegionId: 'TargetRegionId',
36
38
  };
37
39
  }
@@ -43,6 +45,7 @@ export class DescribeUserEncryptionKeyListRequest extends $dara.Model {
43
45
  ownerId: 'number',
44
46
  resourceOwnerAccount: 'string',
45
47
  resourceOwnerId: 'number',
48
+ roleARN: 'string',
46
49
  targetRegionId: 'string',
47
50
  };
48
51
  }
@@ -143,6 +143,25 @@ export class ModifyDBInstanceSpecRequest extends $dara.Model {
143
143
  replicationFactor?: string;
144
144
  resourceOwnerAccount?: string;
145
145
  resourceOwnerId?: number;
146
+ /**
147
+ * @example
148
+ * mdb.shard.2x.xlarge.d
149
+ */
150
+ searchNodeClass?: string;
151
+ /**
152
+ * @example
153
+ * 2
154
+ */
155
+ searchNodeCount?: number;
156
+ /**
157
+ * @example
158
+ * 20
159
+ */
160
+ searchNodeStorage?: number;
161
+ targetHiddenZoneId?: string;
162
+ targetSecondaryZoneId?: string;
163
+ targetVswitchId?: string;
164
+ targetZoneId?: string;
146
165
  static names(): { [key: string]: string } {
147
166
  return {
148
167
  autoPay: 'AutoPay',
@@ -160,6 +179,13 @@ export class ModifyDBInstanceSpecRequest extends $dara.Model {
160
179
  replicationFactor: 'ReplicationFactor',
161
180
  resourceOwnerAccount: 'ResourceOwnerAccount',
162
181
  resourceOwnerId: 'ResourceOwnerId',
182
+ searchNodeClass: 'SearchNodeClass',
183
+ searchNodeCount: 'SearchNodeCount',
184
+ searchNodeStorage: 'SearchNodeStorage',
185
+ targetHiddenZoneId: 'TargetHiddenZoneId',
186
+ targetSecondaryZoneId: 'TargetSecondaryZoneId',
187
+ targetVswitchId: 'TargetVswitchId',
188
+ targetZoneId: 'TargetZoneId',
163
189
  };
164
190
  }
165
191
 
@@ -180,6 +206,13 @@ export class ModifyDBInstanceSpecRequest extends $dara.Model {
180
206
  replicationFactor: 'string',
181
207
  resourceOwnerAccount: 'string',
182
208
  resourceOwnerId: 'number',
209
+ searchNodeClass: 'string',
210
+ searchNodeCount: 'number',
211
+ searchNodeStorage: 'number',
212
+ targetHiddenZoneId: 'string',
213
+ targetSecondaryZoneId: 'string',
214
+ targetVswitchId: 'string',
215
+ targetZoneId: 'string',
183
216
  };
184
217
  }
185
218
 
@@ -104,6 +104,10 @@ export class ModifyNodeSpecBatchRequest extends $dara.Model {
104
104
  regionId?: string;
105
105
  resourceOwnerAccount?: string;
106
106
  resourceOwnerId?: number;
107
+ targetHiddenZoneId?: string;
108
+ targetSecondaryZoneId?: string;
109
+ targetVswitchId?: string;
110
+ targetZoneId?: string;
107
111
  static names(): { [key: string]: string } {
108
112
  return {
109
113
  autoPay: 'AutoPay',
@@ -119,6 +123,10 @@ export class ModifyNodeSpecBatchRequest extends $dara.Model {
119
123
  regionId: 'RegionId',
120
124
  resourceOwnerAccount: 'ResourceOwnerAccount',
121
125
  resourceOwnerId: 'ResourceOwnerId',
126
+ targetHiddenZoneId: 'TargetHiddenZoneId',
127
+ targetSecondaryZoneId: 'TargetSecondaryZoneId',
128
+ targetVswitchId: 'TargetVswitchId',
129
+ targetZoneId: 'TargetZoneId',
122
130
  };
123
131
  }
124
132
 
@@ -137,6 +145,10 @@ export class ModifyNodeSpecBatchRequest extends $dara.Model {
137
145
  regionId: 'string',
138
146
  resourceOwnerAccount: 'string',
139
147
  resourceOwnerId: 'number',
148
+ targetHiddenZoneId: 'string',
149
+ targetSecondaryZoneId: 'string',
150
+ targetVswitchId: 'string',
151
+ targetZoneId: 'string',
140
152
  };
141
153
  }
142
154
 
@@ -136,6 +136,10 @@ export class ModifyNodeSpecRequest extends $dara.Model {
136
136
  * 2022-01-05T03:18:53Z
137
137
  */
138
138
  switchTime?: string;
139
+ targetHiddenZoneId?: string;
140
+ targetSecondaryZoneId?: string;
141
+ targetVswitchId?: string;
142
+ targetZoneId?: string;
139
143
  static names(): { [key: string]: string } {
140
144
  return {
141
145
  autoPay: 'AutoPay',
@@ -155,6 +159,10 @@ export class ModifyNodeSpecRequest extends $dara.Model {
155
159
  resourceOwnerAccount: 'ResourceOwnerAccount',
156
160
  resourceOwnerId: 'ResourceOwnerId',
157
161
  switchTime: 'SwitchTime',
162
+ targetHiddenZoneId: 'TargetHiddenZoneId',
163
+ targetSecondaryZoneId: 'TargetSecondaryZoneId',
164
+ targetVswitchId: 'TargetVswitchId',
165
+ targetZoneId: 'TargetZoneId',
158
166
  };
159
167
  }
160
168
 
@@ -177,6 +185,10 @@ export class ModifyNodeSpecRequest extends $dara.Model {
177
185
  resourceOwnerAccount: 'string',
178
186
  resourceOwnerId: 'number',
179
187
  switchTime: 'string',
188
+ targetHiddenZoneId: 'string',
189
+ targetSecondaryZoneId: 'string',
190
+ targetVswitchId: 'string',
191
+ targetZoneId: 'string',
180
192
  };
181
193
  }
182
194
 
@@ -0,0 +1,66 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ModifySrvNetworkAddressRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * This parameter is required.
9
+ *
10
+ * @example
11
+ * VPC
12
+ */
13
+ connectionType?: string;
14
+ /**
15
+ * @remarks
16
+ * This parameter is required.
17
+ *
18
+ * @example
19
+ * dds-bp1fd530f271****
20
+ */
21
+ DBInstanceId?: string;
22
+ /**
23
+ * @remarks
24
+ * This parameter is required.
25
+ *
26
+ * @example
27
+ * aliyuntest111
28
+ */
29
+ newConnectionString?: string;
30
+ ownerAccount?: string;
31
+ ownerId?: number;
32
+ resourceOwnerAccount?: string;
33
+ resourceOwnerId?: number;
34
+ static names(): { [key: string]: string } {
35
+ return {
36
+ connectionType: 'ConnectionType',
37
+ DBInstanceId: 'DBInstanceId',
38
+ newConnectionString: 'NewConnectionString',
39
+ ownerAccount: 'OwnerAccount',
40
+ ownerId: 'OwnerId',
41
+ resourceOwnerAccount: 'ResourceOwnerAccount',
42
+ resourceOwnerId: 'ResourceOwnerId',
43
+ };
44
+ }
45
+
46
+ static types(): { [key: string]: any } {
47
+ return {
48
+ connectionType: 'string',
49
+ DBInstanceId: 'string',
50
+ newConnectionString: 'string',
51
+ ownerAccount: 'string',
52
+ ownerId: 'number',
53
+ resourceOwnerAccount: 'string',
54
+ resourceOwnerId: 'number',
55
+ };
56
+ }
57
+
58
+ validate() {
59
+ super.validate();
60
+ }
61
+
62
+ constructor(map?: { [key: string]: any }) {
63
+ super(map);
64
+ }
65
+ }
66
+