@alicloud/rds20140815 2.3.9 → 2.4.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 +29 -0
- package/dist/client.js +29 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +29 -0
package/dist/client.d.ts
CHANGED
|
@@ -19830,7 +19830,36 @@ export default class Client extends OpenApi {
|
|
|
19830
19830
|
describeHASwitchConfig(request: DescribeHASwitchConfigRequest): Promise<DescribeHASwitchConfigResponse>;
|
|
19831
19831
|
describeHistoryTasksWithOptions(request: DescribeHistoryTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryTasksResponse>;
|
|
19832
19832
|
describeHistoryTasks(request: DescribeHistoryTasksRequest): Promise<DescribeHistoryTasksResponse>;
|
|
19833
|
+
/**
|
|
19834
|
+
* > This operation supports only for ApsaraDB RDS for SQL Server instances and is available only to specific customers. If you want to call this operation, contact **Alibaba Cloud technical support**.
|
|
19835
|
+
* ### Prerequisites
|
|
19836
|
+
* The instance meets the following requirements:
|
|
19837
|
+
* * The instance resides in a region other than the China (Zhangjiakou) region.
|
|
19838
|
+
* * The instance runs RDS Basic Edition, runs SQL Server 2012 or later on RDS High-availability Edition, or runs RDS Cluster Edition.
|
|
19839
|
+
* * The instance belongs to the general-purpose or dedicated instance family. The shared instance family is not supported.
|
|
19840
|
+
* * The instance resides in a virtual private cloud (VPC). For more information about how to change the network type of an instance, see [Change the network type of an ApsaraDB RDS for SQL Server instance](~~95707~~).
|
|
19841
|
+
* * If the instance runs RDS High-availability Edition or RDS Cluster Edition, make sure that the instance is created on or after January 01, 2021. If the instance runs RDS Basic Edition, make sure that the instance is created on or after September 02, 2022. You can view the **Creation Time** parameter of an instance in the **Status** section of the **Basic Information** page in the ApsaraDB RDS console.
|
|
19842
|
+
* Your **Alibaba Cloud account** is used for logons.
|
|
19843
|
+
*
|
|
19844
|
+
* @param request DescribeHostWebShellRequest
|
|
19845
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
19846
|
+
* @return DescribeHostWebShellResponse
|
|
19847
|
+
*/
|
|
19833
19848
|
describeHostWebShellWithOptions(request: DescribeHostWebShellRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHostWebShellResponse>;
|
|
19849
|
+
/**
|
|
19850
|
+
* > This operation supports only for ApsaraDB RDS for SQL Server instances and is available only to specific customers. If you want to call this operation, contact **Alibaba Cloud technical support**.
|
|
19851
|
+
* ### Prerequisites
|
|
19852
|
+
* The instance meets the following requirements:
|
|
19853
|
+
* * The instance resides in a region other than the China (Zhangjiakou) region.
|
|
19854
|
+
* * The instance runs RDS Basic Edition, runs SQL Server 2012 or later on RDS High-availability Edition, or runs RDS Cluster Edition.
|
|
19855
|
+
* * The instance belongs to the general-purpose or dedicated instance family. The shared instance family is not supported.
|
|
19856
|
+
* * The instance resides in a virtual private cloud (VPC). For more information about how to change the network type of an instance, see [Change the network type of an ApsaraDB RDS for SQL Server instance](~~95707~~).
|
|
19857
|
+
* * If the instance runs RDS High-availability Edition or RDS Cluster Edition, make sure that the instance is created on or after January 01, 2021. If the instance runs RDS Basic Edition, make sure that the instance is created on or after September 02, 2022. You can view the **Creation Time** parameter of an instance in the **Status** section of the **Basic Information** page in the ApsaraDB RDS console.
|
|
19858
|
+
* Your **Alibaba Cloud account** is used for logons.
|
|
19859
|
+
*
|
|
19860
|
+
* @param request DescribeHostWebShellRequest
|
|
19861
|
+
* @return DescribeHostWebShellResponse
|
|
19862
|
+
*/
|
|
19834
19863
|
describeHostWebShell(request: DescribeHostWebShellRequest): Promise<DescribeHostWebShellResponse>;
|
|
19835
19864
|
describeInstanceAutoRenewalAttributeWithOptions(request: DescribeInstanceAutoRenewalAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceAutoRenewalAttributeResponse>;
|
|
19836
19865
|
describeInstanceAutoRenewalAttribute(request: DescribeInstanceAutoRenewalAttributeRequest): Promise<DescribeInstanceAutoRenewalAttributeResponse>;
|
package/dist/client.js
CHANGED
|
@@ -33882,6 +33882,21 @@ class Client extends openapi_client_1.default {
|
|
|
33882
33882
|
let runtime = new $Util.RuntimeOptions({});
|
|
33883
33883
|
return await this.describeHistoryTasksWithOptions(request, runtime);
|
|
33884
33884
|
}
|
|
33885
|
+
/**
|
|
33886
|
+
* > This operation supports only for ApsaraDB RDS for SQL Server instances and is available only to specific customers. If you want to call this operation, contact **Alibaba Cloud technical support**.
|
|
33887
|
+
* ### Prerequisites
|
|
33888
|
+
* The instance meets the following requirements:
|
|
33889
|
+
* * The instance resides in a region other than the China (Zhangjiakou) region.
|
|
33890
|
+
* * The instance runs RDS Basic Edition, runs SQL Server 2012 or later on RDS High-availability Edition, or runs RDS Cluster Edition.
|
|
33891
|
+
* * The instance belongs to the general-purpose or dedicated instance family. The shared instance family is not supported.
|
|
33892
|
+
* * The instance resides in a virtual private cloud (VPC). For more information about how to change the network type of an instance, see [Change the network type of an ApsaraDB RDS for SQL Server instance](~~95707~~).
|
|
33893
|
+
* * If the instance runs RDS High-availability Edition or RDS Cluster Edition, make sure that the instance is created on or after January 01, 2021. If the instance runs RDS Basic Edition, make sure that the instance is created on or after September 02, 2022. You can view the **Creation Time** parameter of an instance in the **Status** section of the **Basic Information** page in the ApsaraDB RDS console.
|
|
33894
|
+
* Your **Alibaba Cloud account** is used for logons.
|
|
33895
|
+
*
|
|
33896
|
+
* @param request DescribeHostWebShellRequest
|
|
33897
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
33898
|
+
* @return DescribeHostWebShellResponse
|
|
33899
|
+
*/
|
|
33885
33900
|
async describeHostWebShellWithOptions(request, runtime) {
|
|
33886
33901
|
tea_util_1.default.validateModel(request);
|
|
33887
33902
|
let query = {};
|
|
@@ -33925,6 +33940,20 @@ class Client extends openapi_client_1.default {
|
|
|
33925
33940
|
});
|
|
33926
33941
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeHostWebShellResponse({}));
|
|
33927
33942
|
}
|
|
33943
|
+
/**
|
|
33944
|
+
* > This operation supports only for ApsaraDB RDS for SQL Server instances and is available only to specific customers. If you want to call this operation, contact **Alibaba Cloud technical support**.
|
|
33945
|
+
* ### Prerequisites
|
|
33946
|
+
* The instance meets the following requirements:
|
|
33947
|
+
* * The instance resides in a region other than the China (Zhangjiakou) region.
|
|
33948
|
+
* * The instance runs RDS Basic Edition, runs SQL Server 2012 or later on RDS High-availability Edition, or runs RDS Cluster Edition.
|
|
33949
|
+
* * The instance belongs to the general-purpose or dedicated instance family. The shared instance family is not supported.
|
|
33950
|
+
* * The instance resides in a virtual private cloud (VPC). For more information about how to change the network type of an instance, see [Change the network type of an ApsaraDB RDS for SQL Server instance](~~95707~~).
|
|
33951
|
+
* * If the instance runs RDS High-availability Edition or RDS Cluster Edition, make sure that the instance is created on or after January 01, 2021. If the instance runs RDS Basic Edition, make sure that the instance is created on or after September 02, 2022. You can view the **Creation Time** parameter of an instance in the **Status** section of the **Basic Information** page in the ApsaraDB RDS console.
|
|
33952
|
+
* Your **Alibaba Cloud account** is used for logons.
|
|
33953
|
+
*
|
|
33954
|
+
* @param request DescribeHostWebShellRequest
|
|
33955
|
+
* @return DescribeHostWebShellResponse
|
|
33956
|
+
*/
|
|
33928
33957
|
async describeHostWebShell(request) {
|
|
33929
33958
|
let runtime = new $Util.RuntimeOptions({});
|
|
33930
33959
|
return await this.describeHostWebShellWithOptions(request, runtime);
|