@alicloud/dds20151201 5.2.0 → 5.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.
- package/dist/client.d.ts +10 -4
- package/dist/client.js +10 -4
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +10 -4
package/dist/client.d.ts
CHANGED
|
@@ -8499,8 +8499,11 @@ export default class Client extends OpenApi {
|
|
|
8499
8499
|
describeUserEncryptionKeyList(request: DescribeUserEncryptionKeyListRequest): Promise<DescribeUserEncryptionKeyListResponse>;
|
|
8500
8500
|
/**
|
|
8501
8501
|
* Before you call this operation, make sure that the instance meets the following requirements:
|
|
8502
|
+
* * The instance is a replica set instance or a sharded cluster instance that uses local disks.
|
|
8502
8503
|
* * The billing method of the instance is subscription.
|
|
8503
8504
|
* * The instance has expired and is in the **Locking** state.
|
|
8505
|
+
* **
|
|
8506
|
+
* **Warning** Data cannot be restored after the instance is destroyed. Proceed with caution.
|
|
8504
8507
|
*
|
|
8505
8508
|
* @param request DestroyInstanceRequest
|
|
8506
8509
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8509,8 +8512,11 @@ export default class Client extends OpenApi {
|
|
|
8509
8512
|
destroyInstanceWithOptions(request: DestroyInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DestroyInstanceResponse>;
|
|
8510
8513
|
/**
|
|
8511
8514
|
* Before you call this operation, make sure that the instance meets the following requirements:
|
|
8515
|
+
* * The instance is a replica set instance or a sharded cluster instance that uses local disks.
|
|
8512
8516
|
* * The billing method of the instance is subscription.
|
|
8513
8517
|
* * The instance has expired and is in the **Locking** state.
|
|
8518
|
+
* **
|
|
8519
|
+
* **Warning** Data cannot be restored after the instance is destroyed. Proceed with caution.
|
|
8514
8520
|
*
|
|
8515
8521
|
* @param request DestroyInstanceRequest
|
|
8516
8522
|
* @return DestroyInstanceResponse
|
|
@@ -8917,8 +8923,8 @@ export default class Client extends OpenApi {
|
|
|
8917
8923
|
releasePublicNetworkAddressWithOptions(request: ReleasePublicNetworkAddressRequest, runtime: $Util.RuntimeOptions): Promise<ReleasePublicNetworkAddressResponse>;
|
|
8918
8924
|
releasePublicNetworkAddress(request: ReleasePublicNetworkAddressRequest): Promise<ReleasePublicNetworkAddressResponse>;
|
|
8919
8925
|
/**
|
|
8920
|
-
* Make sure that you fully understand the billing methods and [pricing](https://www.alibabacloud.com/zh/product/apsaradb-for-mongodb/pricing)
|
|
8921
|
-
* This
|
|
8926
|
+
* Make sure that you fully understand the billing methods and pricing of ApsaraDB for MongoDB before you call this operation. For more information about the pricing of ApsaraDB for MongoDB, visit the [pricing tab of the product buy page](https://www.alibabacloud.com/zh/product/apsaradb-for-mongodb/pricing).
|
|
8927
|
+
* This operation is only applicable to instances that use the subscription billing method.
|
|
8922
8928
|
*
|
|
8923
8929
|
* @param request RenewDBInstanceRequest
|
|
8924
8930
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8926,8 +8932,8 @@ export default class Client extends OpenApi {
|
|
|
8926
8932
|
*/
|
|
8927
8933
|
renewDBInstanceWithOptions(request: RenewDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<RenewDBInstanceResponse>;
|
|
8928
8934
|
/**
|
|
8929
|
-
* Make sure that you fully understand the billing methods and [pricing](https://www.alibabacloud.com/zh/product/apsaradb-for-mongodb/pricing)
|
|
8930
|
-
* This
|
|
8935
|
+
* Make sure that you fully understand the billing methods and pricing of ApsaraDB for MongoDB before you call this operation. For more information about the pricing of ApsaraDB for MongoDB, visit the [pricing tab of the product buy page](https://www.alibabacloud.com/zh/product/apsaradb-for-mongodb/pricing).
|
|
8936
|
+
* This operation is only applicable to instances that use the subscription billing method.
|
|
8931
8937
|
*
|
|
8932
8938
|
* @param request RenewDBInstanceRequest
|
|
8933
8939
|
* @return RenewDBInstanceResponse
|
package/dist/client.js
CHANGED
|
@@ -15202,8 +15202,11 @@ class Client extends openapi_client_1.default {
|
|
|
15202
15202
|
}
|
|
15203
15203
|
/**
|
|
15204
15204
|
* Before you call this operation, make sure that the instance meets the following requirements:
|
|
15205
|
+
* * The instance is a replica set instance or a sharded cluster instance that uses local disks.
|
|
15205
15206
|
* * The billing method of the instance is subscription.
|
|
15206
15207
|
* * The instance has expired and is in the **Locking** state.
|
|
15208
|
+
* **
|
|
15209
|
+
* **Warning** Data cannot be restored after the instance is destroyed. Proceed with caution.
|
|
15207
15210
|
*
|
|
15208
15211
|
* @param request DestroyInstanceRequest
|
|
15209
15212
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -15254,8 +15257,11 @@ class Client extends openapi_client_1.default {
|
|
|
15254
15257
|
}
|
|
15255
15258
|
/**
|
|
15256
15259
|
* Before you call this operation, make sure that the instance meets the following requirements:
|
|
15260
|
+
* * The instance is a replica set instance or a sharded cluster instance that uses local disks.
|
|
15257
15261
|
* * The billing method of the instance is subscription.
|
|
15258
15262
|
* * The instance has expired and is in the **Locking** state.
|
|
15263
|
+
* **
|
|
15264
|
+
* **Warning** Data cannot be restored after the instance is destroyed. Proceed with caution.
|
|
15259
15265
|
*
|
|
15260
15266
|
* @param request DestroyInstanceRequest
|
|
15261
15267
|
* @return DestroyInstanceResponse
|
|
@@ -17177,8 +17183,8 @@ class Client extends openapi_client_1.default {
|
|
|
17177
17183
|
return await this.releasePublicNetworkAddressWithOptions(request, runtime);
|
|
17178
17184
|
}
|
|
17179
17185
|
/**
|
|
17180
|
-
* Make sure that you fully understand the billing methods and [pricing](https://www.alibabacloud.com/zh/product/apsaradb-for-mongodb/pricing)
|
|
17181
|
-
* This
|
|
17186
|
+
* Make sure that you fully understand the billing methods and pricing of ApsaraDB for MongoDB before you call this operation. For more information about the pricing of ApsaraDB for MongoDB, visit the [pricing tab of the product buy page](https://www.alibabacloud.com/zh/product/apsaradb-for-mongodb/pricing).
|
|
17187
|
+
* This operation is only applicable to instances that use the subscription billing method.
|
|
17182
17188
|
*
|
|
17183
17189
|
* @param request RenewDBInstanceRequest
|
|
17184
17190
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -17237,8 +17243,8 @@ class Client extends openapi_client_1.default {
|
|
|
17237
17243
|
return $tea.cast(await this.callApi(params, req, runtime), new RenewDBInstanceResponse({}));
|
|
17238
17244
|
}
|
|
17239
17245
|
/**
|
|
17240
|
-
* Make sure that you fully understand the billing methods and [pricing](https://www.alibabacloud.com/zh/product/apsaradb-for-mongodb/pricing)
|
|
17241
|
-
* This
|
|
17246
|
+
* Make sure that you fully understand the billing methods and pricing of ApsaraDB for MongoDB before you call this operation. For more information about the pricing of ApsaraDB for MongoDB, visit the [pricing tab of the product buy page](https://www.alibabacloud.com/zh/product/apsaradb-for-mongodb/pricing).
|
|
17247
|
+
* This operation is only applicable to instances that use the subscription billing method.
|
|
17242
17248
|
*
|
|
17243
17249
|
* @param request RenewDBInstanceRequest
|
|
17244
17250
|
* @return RenewDBInstanceResponse
|