@alicloud/rds20140815 3.0.0 → 3.0.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.
- 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
|
@@ -5489,6 +5489,7 @@ export declare class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
5489
5489
|
clientCACertExpireTime?: string;
|
|
5490
5490
|
clientCertRevocationList?: string;
|
|
5491
5491
|
connectionString?: string;
|
|
5492
|
+
forceEncryption?: string;
|
|
5492
5493
|
lastModifyStatus?: string;
|
|
5493
5494
|
modifyStatusReason?: string;
|
|
5494
5495
|
replicationACL?: string;
|
|
@@ -5502,6 +5503,7 @@ export declare class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
5502
5503
|
serverCAUrl?: string;
|
|
5503
5504
|
serverCert?: string;
|
|
5504
5505
|
serverKey?: string;
|
|
5506
|
+
tlsVersion?: string;
|
|
5505
5507
|
static names(): {
|
|
5506
5508
|
[key: string]: string;
|
|
5507
5509
|
};
|
|
@@ -11434,6 +11436,7 @@ export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
11434
11436
|
clientCrlEnabled?: number;
|
|
11435
11437
|
connectionString?: string;
|
|
11436
11438
|
DBInstanceId?: string;
|
|
11439
|
+
forceEncryption?: string;
|
|
11437
11440
|
ownerAccount?: string;
|
|
11438
11441
|
ownerId?: number;
|
|
11439
11442
|
replicationACL?: string;
|
|
@@ -11442,6 +11445,7 @@ export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
11442
11445
|
SSLEnabled?: number;
|
|
11443
11446
|
serverCert?: string;
|
|
11444
11447
|
serverKey?: string;
|
|
11448
|
+
tlsVersion?: string;
|
|
11445
11449
|
static names(): {
|
|
11446
11450
|
[key: string]: string;
|
|
11447
11451
|
};
|
package/dist/client.js
CHANGED
|
@@ -8003,6 +8003,7 @@ class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
8003
8003
|
clientCACertExpireTime: 'ClientCACertExpireTime',
|
|
8004
8004
|
clientCertRevocationList: 'ClientCertRevocationList',
|
|
8005
8005
|
connectionString: 'ConnectionString',
|
|
8006
|
+
forceEncryption: 'ForceEncryption',
|
|
8006
8007
|
lastModifyStatus: 'LastModifyStatus',
|
|
8007
8008
|
modifyStatusReason: 'ModifyStatusReason',
|
|
8008
8009
|
replicationACL: 'ReplicationACL',
|
|
@@ -8016,6 +8017,7 @@ class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
8016
8017
|
serverCAUrl: 'ServerCAUrl',
|
|
8017
8018
|
serverCert: 'ServerCert',
|
|
8018
8019
|
serverKey: 'ServerKey',
|
|
8020
|
+
tlsVersion: 'TlsVersion',
|
|
8019
8021
|
};
|
|
8020
8022
|
}
|
|
8021
8023
|
static types() {
|
|
@@ -8026,6 +8028,7 @@ class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
8026
8028
|
clientCACertExpireTime: 'string',
|
|
8027
8029
|
clientCertRevocationList: 'string',
|
|
8028
8030
|
connectionString: 'string',
|
|
8031
|
+
forceEncryption: 'string',
|
|
8029
8032
|
lastModifyStatus: 'string',
|
|
8030
8033
|
modifyStatusReason: 'string',
|
|
8031
8034
|
replicationACL: 'string',
|
|
@@ -8039,6 +8042,7 @@ class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
8039
8042
|
serverCAUrl: 'string',
|
|
8040
8043
|
serverCert: 'string',
|
|
8041
8044
|
serverKey: 'string',
|
|
8045
|
+
tlsVersion: 'string',
|
|
8042
8046
|
};
|
|
8043
8047
|
}
|
|
8044
8048
|
}
|
|
@@ -16599,6 +16603,7 @@ class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
16599
16603
|
clientCrlEnabled: 'ClientCrlEnabled',
|
|
16600
16604
|
connectionString: 'ConnectionString',
|
|
16601
16605
|
DBInstanceId: 'DBInstanceId',
|
|
16606
|
+
forceEncryption: 'ForceEncryption',
|
|
16602
16607
|
ownerAccount: 'OwnerAccount',
|
|
16603
16608
|
ownerId: 'OwnerId',
|
|
16604
16609
|
replicationACL: 'ReplicationACL',
|
|
@@ -16607,6 +16612,7 @@ class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
16607
16612
|
SSLEnabled: 'SSLEnabled',
|
|
16608
16613
|
serverCert: 'ServerCert',
|
|
16609
16614
|
serverKey: 'ServerKey',
|
|
16615
|
+
tlsVersion: 'TlsVersion',
|
|
16610
16616
|
};
|
|
16611
16617
|
}
|
|
16612
16618
|
static types() {
|
|
@@ -16619,6 +16625,7 @@ class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
16619
16625
|
clientCrlEnabled: 'number',
|
|
16620
16626
|
connectionString: 'string',
|
|
16621
16627
|
DBInstanceId: 'string',
|
|
16628
|
+
forceEncryption: 'string',
|
|
16622
16629
|
ownerAccount: 'string',
|
|
16623
16630
|
ownerId: 'number',
|
|
16624
16631
|
replicationACL: 'string',
|
|
@@ -16627,6 +16634,7 @@ class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
16627
16634
|
SSLEnabled: 'number',
|
|
16628
16635
|
serverCert: 'string',
|
|
16629
16636
|
serverKey: 'string',
|
|
16637
|
+
tlsVersion: 'string',
|
|
16630
16638
|
};
|
|
16631
16639
|
}
|
|
16632
16640
|
}
|
|
@@ -43947,6 +43955,9 @@ class Client extends openapi_client_1.default {
|
|
|
43947
43955
|
if (!tea_util_1.default.isUnset(request.DBInstanceId)) {
|
|
43948
43956
|
query["DBInstanceId"] = request.DBInstanceId;
|
|
43949
43957
|
}
|
|
43958
|
+
if (!tea_util_1.default.isUnset(request.forceEncryption)) {
|
|
43959
|
+
query["ForceEncryption"] = request.forceEncryption;
|
|
43960
|
+
}
|
|
43950
43961
|
if (!tea_util_1.default.isUnset(request.ownerAccount)) {
|
|
43951
43962
|
query["OwnerAccount"] = request.ownerAccount;
|
|
43952
43963
|
}
|
|
@@ -43971,6 +43982,9 @@ class Client extends openapi_client_1.default {
|
|
|
43971
43982
|
if (!tea_util_1.default.isUnset(request.serverKey)) {
|
|
43972
43983
|
query["ServerKey"] = request.serverKey;
|
|
43973
43984
|
}
|
|
43985
|
+
if (!tea_util_1.default.isUnset(request.tlsVersion)) {
|
|
43986
|
+
query["TlsVersion"] = request.tlsVersion;
|
|
43987
|
+
}
|
|
43974
43988
|
let req = new $OpenApi.OpenApiRequest({
|
|
43975
43989
|
query: openapi_util_1.default.query(query),
|
|
43976
43990
|
});
|