@alicloud/gpdb20160503 1.2.5 → 1.2.7
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 +4 -0
- package/dist/client.js +14 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +20 -0
package/dist/client.d.ts
CHANGED
|
@@ -202,6 +202,7 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
|
|
|
202
202
|
DBInstanceDescription?: string;
|
|
203
203
|
DBInstanceGroupCount?: string;
|
|
204
204
|
DBInstanceMode?: string;
|
|
205
|
+
enableSSL?: boolean;
|
|
205
206
|
encryptionKey?: string;
|
|
206
207
|
encryptionType?: string;
|
|
207
208
|
engine?: string;
|
|
@@ -215,6 +216,7 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
|
|
|
215
216
|
payType?: string;
|
|
216
217
|
period?: string;
|
|
217
218
|
privateIpAddress?: string;
|
|
219
|
+
prodType?: string;
|
|
218
220
|
regionId?: string;
|
|
219
221
|
resourceGroupId?: string;
|
|
220
222
|
securityIPList?: string;
|
|
@@ -5660,6 +5662,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttri
|
|
|
5660
5662
|
minorVersion?: string;
|
|
5661
5663
|
payType?: string;
|
|
5662
5664
|
port?: string;
|
|
5665
|
+
prodType?: string;
|
|
5663
5666
|
readDelayTime?: string;
|
|
5664
5667
|
regionId?: string;
|
|
5665
5668
|
resourceGroupId?: string;
|
|
@@ -6026,6 +6029,7 @@ export declare class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea
|
|
|
6026
6029
|
lockReason?: string;
|
|
6027
6030
|
masterNodeNum?: number;
|
|
6028
6031
|
payType?: string;
|
|
6032
|
+
prodType?: string;
|
|
6029
6033
|
regionId?: string;
|
|
6030
6034
|
resourceGroupId?: string;
|
|
6031
6035
|
segNodeNum?: string;
|
package/dist/client.js
CHANGED
|
@@ -299,6 +299,7 @@ class CreateDBInstanceRequest extends $tea.Model {
|
|
|
299
299
|
DBInstanceDescription: 'DBInstanceDescription',
|
|
300
300
|
DBInstanceGroupCount: 'DBInstanceGroupCount',
|
|
301
301
|
DBInstanceMode: 'DBInstanceMode',
|
|
302
|
+
enableSSL: 'EnableSSL',
|
|
302
303
|
encryptionKey: 'EncryptionKey',
|
|
303
304
|
encryptionType: 'EncryptionType',
|
|
304
305
|
engine: 'Engine',
|
|
@@ -312,6 +313,7 @@ class CreateDBInstanceRequest extends $tea.Model {
|
|
|
312
313
|
payType: 'PayType',
|
|
313
314
|
period: 'Period',
|
|
314
315
|
privateIpAddress: 'PrivateIpAddress',
|
|
316
|
+
prodType: 'ProdType',
|
|
315
317
|
regionId: 'RegionId',
|
|
316
318
|
resourceGroupId: 'ResourceGroupId',
|
|
317
319
|
securityIPList: 'SecurityIPList',
|
|
@@ -341,6 +343,7 @@ class CreateDBInstanceRequest extends $tea.Model {
|
|
|
341
343
|
DBInstanceDescription: 'string',
|
|
342
344
|
DBInstanceGroupCount: 'string',
|
|
343
345
|
DBInstanceMode: 'string',
|
|
346
|
+
enableSSL: 'boolean',
|
|
344
347
|
encryptionKey: 'string',
|
|
345
348
|
encryptionType: 'string',
|
|
346
349
|
engine: 'string',
|
|
@@ -354,6 +357,7 @@ class CreateDBInstanceRequest extends $tea.Model {
|
|
|
354
357
|
payType: 'string',
|
|
355
358
|
period: 'string',
|
|
356
359
|
privateIpAddress: 'string',
|
|
360
|
+
prodType: 'string',
|
|
357
361
|
regionId: 'string',
|
|
358
362
|
resourceGroupId: 'string',
|
|
359
363
|
securityIPList: 'string',
|
|
@@ -7986,6 +7990,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
7986
7990
|
minorVersion: 'MinorVersion',
|
|
7987
7991
|
payType: 'PayType',
|
|
7988
7992
|
port: 'Port',
|
|
7993
|
+
prodType: 'ProdType',
|
|
7989
7994
|
readDelayTime: 'ReadDelayTime',
|
|
7990
7995
|
regionId: 'RegionId',
|
|
7991
7996
|
resourceGroupId: 'ResourceGroupId',
|
|
@@ -8052,6 +8057,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
8052
8057
|
minorVersion: 'string',
|
|
8053
8058
|
payType: 'string',
|
|
8054
8059
|
port: 'string',
|
|
8060
|
+
prodType: 'string',
|
|
8055
8061
|
readDelayTime: 'string',
|
|
8056
8062
|
regionId: 'string',
|
|
8057
8063
|
resourceGroupId: 'string',
|
|
@@ -8574,6 +8580,7 @@ class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
8574
8580
|
lockReason: 'LockReason',
|
|
8575
8581
|
masterNodeNum: 'MasterNodeNum',
|
|
8576
8582
|
payType: 'PayType',
|
|
8583
|
+
prodType: 'ProdType',
|
|
8577
8584
|
regionId: 'RegionId',
|
|
8578
8585
|
resourceGroupId: 'ResourceGroupId',
|
|
8579
8586
|
segNodeNum: 'SegNodeNum',
|
|
@@ -8605,6 +8612,7 @@ class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
8605
8612
|
lockReason: 'string',
|
|
8606
8613
|
masterNodeNum: 'number',
|
|
8607
8614
|
payType: 'string',
|
|
8615
|
+
prodType: 'string',
|
|
8608
8616
|
regionId: 'string',
|
|
8609
8617
|
resourceGroupId: 'string',
|
|
8610
8618
|
segNodeNum: 'string',
|
|
@@ -10400,6 +10408,9 @@ class Client extends openapi_client_1.default {
|
|
|
10400
10408
|
if (!tea_util_1.default.isUnset(request.DBInstanceMode)) {
|
|
10401
10409
|
query["DBInstanceMode"] = request.DBInstanceMode;
|
|
10402
10410
|
}
|
|
10411
|
+
if (!tea_util_1.default.isUnset(request.enableSSL)) {
|
|
10412
|
+
query["EnableSSL"] = request.enableSSL;
|
|
10413
|
+
}
|
|
10403
10414
|
if (!tea_util_1.default.isUnset(request.encryptionKey)) {
|
|
10404
10415
|
query["EncryptionKey"] = request.encryptionKey;
|
|
10405
10416
|
}
|
|
@@ -10439,6 +10450,9 @@ class Client extends openapi_client_1.default {
|
|
|
10439
10450
|
if (!tea_util_1.default.isUnset(request.privateIpAddress)) {
|
|
10440
10451
|
query["PrivateIpAddress"] = request.privateIpAddress;
|
|
10441
10452
|
}
|
|
10453
|
+
if (!tea_util_1.default.isUnset(request.prodType)) {
|
|
10454
|
+
query["ProdType"] = request.prodType;
|
|
10455
|
+
}
|
|
10442
10456
|
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
10443
10457
|
query["RegionId"] = request.regionId;
|
|
10444
10458
|
}
|