tencentcloud-sdk-nodejs-postgres 4.1.56 → 4.1.70
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/package.json
CHANGED
|
@@ -4,7 +4,7 @@ exports.Client = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
6
6
|
/*
|
|
7
|
-
* Copyright (c) 2018
|
|
7
|
+
* Copyright (c) 2018 Tencent. All Rights Reserved.
|
|
8
8
|
*
|
|
9
9
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
10
|
* you may not use this file except in compliance with the License.
|
|
@@ -2070,6 +2070,7 @@ export interface DescribeLogBackupsRequest {
|
|
|
2070
2070
|
db-instance-id:按照实例ID过滤,类型为string。
|
|
2071
2071
|
db-instance-name:按照实例名过滤,类型为string。
|
|
2072
2072
|
db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
|
|
2073
|
+
db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
|
|
2073
2074
|
*/
|
|
2074
2075
|
Filters?: Array<Filter>;
|
|
2075
2076
|
/**
|
|
@@ -5732,6 +5733,7 @@ export interface DescribeBaseBackupsRequest {
|
|
|
5732
5733
|
db-instance-name:按照实例名过滤,类型为string。
|
|
5733
5734
|
db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
|
|
5734
5735
|
base-backup-id:按照备份集ID过滤,类型为string。
|
|
5736
|
+
db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
|
|
5735
5737
|
*/
|
|
5736
5738
|
Filters?: Array<Filter>;
|
|
5737
5739
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/*
|
|
3
|
-
* Copyright (c) 2018
|
|
3
|
+
* Copyright (c) 2018 Tencent. All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
* you may not use this file except in compliance with the License.
|