@alicloud/rds20140815 2.1.3 → 2.1.4

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 CHANGED
@@ -5011,7 +5011,9 @@ export declare class DescribeDBInstancesResponse extends $tea.Model {
5011
5011
  });
5012
5012
  }
5013
5013
  export declare class DescribeDBInstancesAsCsvRequest extends $tea.Model {
5014
+ cachedAsync?: boolean;
5014
5015
  DBInstanceId?: string;
5016
+ exportKey?: string;
5015
5017
  ownerId?: number;
5016
5018
  regionId?: string;
5017
5019
  resourceGroupId?: string;
@@ -14580,6 +14582,18 @@ export declare class DescribeDBInstancesResponseBodyItems extends $tea.Model {
14580
14582
  [key: string]: any;
14581
14583
  });
14582
14584
  }
14585
+ export declare class DescribeDBInstancesAsCsvResponseBodyItemsDBInstanceAttributeSlaveZones extends $tea.Model {
14586
+ slaveRegion?: string[];
14587
+ static names(): {
14588
+ [key: string]: string;
14589
+ };
14590
+ static types(): {
14591
+ [key: string]: any;
14592
+ };
14593
+ constructor(map?: {
14594
+ [key: string]: any;
14595
+ });
14596
+ }
14583
14597
  export declare class DescribeDBInstancesAsCsvResponseBodyItemsDBInstanceAttribute extends $tea.Model {
14584
14598
  accountMaxQuantity?: number;
14585
14599
  accountType?: string;
@@ -14602,6 +14616,7 @@ export declare class DescribeDBInstancesAsCsvResponseBodyItemsDBInstanceAttribut
14602
14616
  engine?: string;
14603
14617
  engineVersion?: string;
14604
14618
  expireTime?: string;
14619
+ exportKey?: string;
14605
14620
  guardDBInstanceId?: string;
14606
14621
  incrementSourceDBInstanceId?: string;
14607
14622
  instanceNetworkType?: string;
@@ -14616,6 +14631,7 @@ export declare class DescribeDBInstancesAsCsvResponseBodyItemsDBInstanceAttribut
14616
14631
  readDelayTime?: string;
14617
14632
  regionId?: string;
14618
14633
  securityIPList?: string;
14634
+ slaveZones?: DescribeDBInstancesAsCsvResponseBodyItemsDBInstanceAttributeSlaveZones;
14619
14635
  supportUpgradeAccountType?: string;
14620
14636
  tags?: string;
14621
14637
  tempDBInstanceId?: string;
@@ -15013,8 +15029,52 @@ export declare class DescribeDatabasesResponseBodyDatabasesDatabaseAccounts exte
15013
15029
  [key: string]: any;
15014
15030
  });
15015
15031
  }
15032
+ export declare class DescribeDatabasesResponseBodyDatabasesDatabaseAdvancedInfo extends $tea.Model {
15033
+ advancedDbProperty?: {
15034
+ [key: string]: any;
15035
+ }[];
15036
+ static names(): {
15037
+ [key: string]: string;
15038
+ };
15039
+ static types(): {
15040
+ [key: string]: any;
15041
+ };
15042
+ constructor(map?: {
15043
+ [key: string]: any;
15044
+ });
15045
+ }
15046
+ export declare class DescribeDatabasesResponseBodyDatabasesDatabaseBasicInfo extends $tea.Model {
15047
+ basicDbProperty?: {
15048
+ [key: string]: any;
15049
+ }[];
15050
+ static names(): {
15051
+ [key: string]: string;
15052
+ };
15053
+ static types(): {
15054
+ [key: string]: any;
15055
+ };
15056
+ constructor(map?: {
15057
+ [key: string]: any;
15058
+ });
15059
+ }
15060
+ export declare class DescribeDatabasesResponseBodyDatabasesDatabaseRuntimeInfo extends $tea.Model {
15061
+ runtimeDbProperty?: {
15062
+ [key: string]: any;
15063
+ }[];
15064
+ static names(): {
15065
+ [key: string]: string;
15066
+ };
15067
+ static types(): {
15068
+ [key: string]: any;
15069
+ };
15070
+ constructor(map?: {
15071
+ [key: string]: any;
15072
+ });
15073
+ }
15016
15074
  export declare class DescribeDatabasesResponseBodyDatabasesDatabase extends $tea.Model {
15017
15075
  accounts?: DescribeDatabasesResponseBodyDatabasesDatabaseAccounts;
15076
+ advancedInfo?: DescribeDatabasesResponseBodyDatabasesDatabaseAdvancedInfo;
15077
+ basicInfo?: DescribeDatabasesResponseBodyDatabasesDatabaseBasicInfo;
15018
15078
  characterSetName?: string;
15019
15079
  collate?: string;
15020
15080
  connLimit?: string;
@@ -15027,6 +15087,7 @@ export declare class DescribeDatabasesResponseBodyDatabasesDatabase extends $tea
15027
15087
  pageNumber?: number;
15028
15088
  pageSize?: number;
15029
15089
  resourceGroupId?: string;
15090
+ runtimeInfo?: DescribeDatabasesResponseBodyDatabasesDatabaseRuntimeInfo;
15030
15091
  tablespace?: string;
15031
15092
  totalCount?: number;
15032
15093
  static names(): {
@@ -19185,7 +19246,9 @@ export default class Client extends OpenApi {
19185
19246
  * * MySQL
19186
19247
  * * SQL Server 2008 R2
19187
19248
  * * PostgreSQL
19188
- * > The DescribeSQLLogFiles operation cannot be used to query the audit log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
19249
+ * >
19250
+ * * The DescribeSQLLogFiles operation cannot be called to query the log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
19251
+ * * The DescribeSQLLogFiles operation cannot be called to query the log files that are generated by the SQL Explorer feature and manually exported from the ApsaraDB RDS console. The DescribeSQLLogFiles operation can be called to query the SQL Explorer log files that are generated by calling the [DescribeSQLLogRecords](~~610533~~) operation with the request parameter **Form** set to **File**.
19189
19252
  *
19190
19253
  * @param request DescribeSQLLogFilesRequest
19191
19254
  * @param runtime runtime options for this request RuntimeOptions
@@ -19197,7 +19260,9 @@ export default class Client extends OpenApi {
19197
19260
  * * MySQL
19198
19261
  * * SQL Server 2008 R2
19199
19262
  * * PostgreSQL
19200
- * > The DescribeSQLLogFiles operation cannot be used to query the audit log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
19263
+ * >
19264
+ * * The DescribeSQLLogFiles operation cannot be called to query the log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
19265
+ * * The DescribeSQLLogFiles operation cannot be called to query the log files that are generated by the SQL Explorer feature and manually exported from the ApsaraDB RDS console. The DescribeSQLLogFiles operation can be called to query the SQL Explorer log files that are generated by calling the [DescribeSQLLogRecords](~~610533~~) operation with the request parameter **Form** set to **File**.
19201
19266
  *
19202
19267
  * @param request DescribeSQLLogFilesRequest
19203
19268
  * @return DescribeSQLLogFilesResponse
package/dist/client.js CHANGED
@@ -7301,7 +7301,9 @@ class DescribeDBInstancesAsCsvRequest extends $tea.Model {
7301
7301
  }
7302
7302
  static names() {
7303
7303
  return {
7304
+ cachedAsync: 'CachedAsync',
7304
7305
  DBInstanceId: 'DBInstanceId',
7306
+ exportKey: 'ExportKey',
7305
7307
  ownerId: 'OwnerId',
7306
7308
  regionId: 'RegionId',
7307
7309
  resourceGroupId: 'ResourceGroupId',
@@ -7311,7 +7313,9 @@ class DescribeDBInstancesAsCsvRequest extends $tea.Model {
7311
7313
  }
7312
7314
  static types() {
7313
7315
  return {
7316
+ cachedAsync: 'boolean',
7314
7317
  DBInstanceId: 'string',
7318
+ exportKey: 'string',
7315
7319
  ownerId: 'number',
7316
7320
  regionId: 'string',
7317
7321
  resourceGroupId: 'string',
@@ -21151,6 +21155,22 @@ class DescribeDBInstancesResponseBodyItems extends $tea.Model {
21151
21155
  }
21152
21156
  }
21153
21157
  exports.DescribeDBInstancesResponseBodyItems = DescribeDBInstancesResponseBodyItems;
21158
+ class DescribeDBInstancesAsCsvResponseBodyItemsDBInstanceAttributeSlaveZones extends $tea.Model {
21159
+ constructor(map) {
21160
+ super(map);
21161
+ }
21162
+ static names() {
21163
+ return {
21164
+ slaveRegion: 'slaveRegion',
21165
+ };
21166
+ }
21167
+ static types() {
21168
+ return {
21169
+ slaveRegion: { 'type': 'array', 'itemType': 'string' },
21170
+ };
21171
+ }
21172
+ }
21173
+ exports.DescribeDBInstancesAsCsvResponseBodyItemsDBInstanceAttributeSlaveZones = DescribeDBInstancesAsCsvResponseBodyItemsDBInstanceAttributeSlaveZones;
21154
21174
  class DescribeDBInstancesAsCsvResponseBodyItemsDBInstanceAttribute extends $tea.Model {
21155
21175
  constructor(map) {
21156
21176
  super(map);
@@ -21178,6 +21198,7 @@ class DescribeDBInstancesAsCsvResponseBodyItemsDBInstanceAttribute extends $tea.
21178
21198
  engine: 'Engine',
21179
21199
  engineVersion: 'EngineVersion',
21180
21200
  expireTime: 'ExpireTime',
21201
+ exportKey: 'ExportKey',
21181
21202
  guardDBInstanceId: 'GuardDBInstanceId',
21182
21203
  incrementSourceDBInstanceId: 'IncrementSourceDBInstanceId',
21183
21204
  instanceNetworkType: 'InstanceNetworkType',
@@ -21192,6 +21213,7 @@ class DescribeDBInstancesAsCsvResponseBodyItemsDBInstanceAttribute extends $tea.
21192
21213
  readDelayTime: 'ReadDelayTime',
21193
21214
  regionId: 'RegionId',
21194
21215
  securityIPList: 'SecurityIPList',
21216
+ slaveZones: 'SlaveZones',
21195
21217
  supportUpgradeAccountType: 'SupportUpgradeAccountType',
21196
21218
  tags: 'Tags',
21197
21219
  tempDBInstanceId: 'TempDBInstanceId',
@@ -21223,6 +21245,7 @@ class DescribeDBInstancesAsCsvResponseBodyItemsDBInstanceAttribute extends $tea.
21223
21245
  engine: 'string',
21224
21246
  engineVersion: 'string',
21225
21247
  expireTime: 'string',
21248
+ exportKey: 'string',
21226
21249
  guardDBInstanceId: 'string',
21227
21250
  incrementSourceDBInstanceId: 'string',
21228
21251
  instanceNetworkType: 'string',
@@ -21237,6 +21260,7 @@ class DescribeDBInstancesAsCsvResponseBodyItemsDBInstanceAttribute extends $tea.
21237
21260
  readDelayTime: 'string',
21238
21261
  regionId: 'string',
21239
21262
  securityIPList: 'string',
21263
+ slaveZones: DescribeDBInstancesAsCsvResponseBodyItemsDBInstanceAttributeSlaveZones,
21240
21264
  supportUpgradeAccountType: 'string',
21241
21265
  tags: 'string',
21242
21266
  tempDBInstanceId: 'string',
@@ -21801,6 +21825,54 @@ class DescribeDatabasesResponseBodyDatabasesDatabaseAccounts extends $tea.Model
21801
21825
  }
21802
21826
  }
21803
21827
  exports.DescribeDatabasesResponseBodyDatabasesDatabaseAccounts = DescribeDatabasesResponseBodyDatabasesDatabaseAccounts;
21828
+ class DescribeDatabasesResponseBodyDatabasesDatabaseAdvancedInfo extends $tea.Model {
21829
+ constructor(map) {
21830
+ super(map);
21831
+ }
21832
+ static names() {
21833
+ return {
21834
+ advancedDbProperty: 'AdvancedDbProperty',
21835
+ };
21836
+ }
21837
+ static types() {
21838
+ return {
21839
+ advancedDbProperty: { 'type': 'array', 'itemType': { 'type': 'map', 'keyType': 'string', 'valueType': 'any' } },
21840
+ };
21841
+ }
21842
+ }
21843
+ exports.DescribeDatabasesResponseBodyDatabasesDatabaseAdvancedInfo = DescribeDatabasesResponseBodyDatabasesDatabaseAdvancedInfo;
21844
+ class DescribeDatabasesResponseBodyDatabasesDatabaseBasicInfo extends $tea.Model {
21845
+ constructor(map) {
21846
+ super(map);
21847
+ }
21848
+ static names() {
21849
+ return {
21850
+ basicDbProperty: 'BasicDbProperty',
21851
+ };
21852
+ }
21853
+ static types() {
21854
+ return {
21855
+ basicDbProperty: { 'type': 'array', 'itemType': { 'type': 'map', 'keyType': 'string', 'valueType': 'any' } },
21856
+ };
21857
+ }
21858
+ }
21859
+ exports.DescribeDatabasesResponseBodyDatabasesDatabaseBasicInfo = DescribeDatabasesResponseBodyDatabasesDatabaseBasicInfo;
21860
+ class DescribeDatabasesResponseBodyDatabasesDatabaseRuntimeInfo extends $tea.Model {
21861
+ constructor(map) {
21862
+ super(map);
21863
+ }
21864
+ static names() {
21865
+ return {
21866
+ runtimeDbProperty: 'RuntimeDbProperty',
21867
+ };
21868
+ }
21869
+ static types() {
21870
+ return {
21871
+ runtimeDbProperty: { 'type': 'array', 'itemType': { 'type': 'map', 'keyType': 'string', 'valueType': 'any' } },
21872
+ };
21873
+ }
21874
+ }
21875
+ exports.DescribeDatabasesResponseBodyDatabasesDatabaseRuntimeInfo = DescribeDatabasesResponseBodyDatabasesDatabaseRuntimeInfo;
21804
21876
  class DescribeDatabasesResponseBodyDatabasesDatabase extends $tea.Model {
21805
21877
  constructor(map) {
21806
21878
  super(map);
@@ -21808,6 +21880,8 @@ class DescribeDatabasesResponseBodyDatabasesDatabase extends $tea.Model {
21808
21880
  static names() {
21809
21881
  return {
21810
21882
  accounts: 'Accounts',
21883
+ advancedInfo: 'AdvancedInfo',
21884
+ basicInfo: 'BasicInfo',
21811
21885
  characterSetName: 'CharacterSetName',
21812
21886
  collate: 'Collate',
21813
21887
  connLimit: 'ConnLimit',
@@ -21820,6 +21894,7 @@ class DescribeDatabasesResponseBodyDatabasesDatabase extends $tea.Model {
21820
21894
  pageNumber: 'PageNumber',
21821
21895
  pageSize: 'PageSize',
21822
21896
  resourceGroupId: 'ResourceGroupId',
21897
+ runtimeInfo: 'RuntimeInfo',
21823
21898
  tablespace: 'Tablespace',
21824
21899
  totalCount: 'TotalCount',
21825
21900
  };
@@ -21827,6 +21902,8 @@ class DescribeDatabasesResponseBodyDatabasesDatabase extends $tea.Model {
21827
21902
  static types() {
21828
21903
  return {
21829
21904
  accounts: DescribeDatabasesResponseBodyDatabasesDatabaseAccounts,
21905
+ advancedInfo: DescribeDatabasesResponseBodyDatabasesDatabaseAdvancedInfo,
21906
+ basicInfo: DescribeDatabasesResponseBodyDatabasesDatabaseBasicInfo,
21830
21907
  characterSetName: 'string',
21831
21908
  collate: 'string',
21832
21909
  connLimit: 'string',
@@ -21839,6 +21916,7 @@ class DescribeDatabasesResponseBodyDatabasesDatabase extends $tea.Model {
21839
21916
  pageNumber: 'number',
21840
21917
  pageSize: 'number',
21841
21918
  resourceGroupId: 'string',
21919
+ runtimeInfo: DescribeDatabasesResponseBodyDatabasesDatabaseRuntimeInfo,
21842
21920
  tablespace: 'string',
21843
21921
  totalCount: 'number',
21844
21922
  };
@@ -31019,9 +31097,15 @@ class Client extends openapi_client_1.default {
31019
31097
  async describeDBInstancesAsCsvWithOptions(request, runtime) {
31020
31098
  tea_util_1.default.validateModel(request);
31021
31099
  let query = {};
31100
+ if (!tea_util_1.default.isUnset(request.cachedAsync)) {
31101
+ query["CachedAsync"] = request.cachedAsync;
31102
+ }
31022
31103
  if (!tea_util_1.default.isUnset(request.DBInstanceId)) {
31023
31104
  query["DBInstanceId"] = request.DBInstanceId;
31024
31105
  }
31106
+ if (!tea_util_1.default.isUnset(request.exportKey)) {
31107
+ query["ExportKey"] = request.exportKey;
31108
+ }
31025
31109
  if (!tea_util_1.default.isUnset(request.ownerId)) {
31026
31110
  query["OwnerId"] = request.ownerId;
31027
31111
  }
@@ -33741,7 +33825,9 @@ class Client extends openapi_client_1.default {
33741
33825
  * * MySQL
33742
33826
  * * SQL Server 2008 R2
33743
33827
  * * PostgreSQL
33744
- * > The DescribeSQLLogFiles operation cannot be used to query the audit log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
33828
+ * >
33829
+ * * The DescribeSQLLogFiles operation cannot be called to query the log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
33830
+ * * The DescribeSQLLogFiles operation cannot be called to query the log files that are generated by the SQL Explorer feature and manually exported from the ApsaraDB RDS console. The DescribeSQLLogFiles operation can be called to query the SQL Explorer log files that are generated by calling the [DescribeSQLLogRecords](~~610533~~) operation with the request parameter **Form** set to **File**.
33745
33831
  *
33746
33832
  * @param request DescribeSQLLogFilesRequest
33747
33833
  * @param runtime runtime options for this request RuntimeOptions
@@ -33795,7 +33881,9 @@ class Client extends openapi_client_1.default {
33795
33881
  * * MySQL
33796
33882
  * * SQL Server 2008 R2
33797
33883
  * * PostgreSQL
33798
- * > The DescribeSQLLogFiles operation cannot be used to query the audit log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
33884
+ * >
33885
+ * * The DescribeSQLLogFiles operation cannot be called to query the log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
33886
+ * * The DescribeSQLLogFiles operation cannot be called to query the log files that are generated by the SQL Explorer feature and manually exported from the ApsaraDB RDS console. The DescribeSQLLogFiles operation can be called to query the SQL Explorer log files that are generated by calling the [DescribeSQLLogRecords](~~610533~~) operation with the request parameter **Form** set to **File**.
33799
33887
  *
33800
33888
  * @param request DescribeSQLLogFilesRequest
33801
33889
  * @return DescribeSQLLogFilesResponse