@alicloud/polardb20170801 5.1.0 → 5.1.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 CHANGED
@@ -2697,6 +2697,9 @@ export declare class DescribeDBClusterServerlessConfResponseBody extends $tea.Mo
2697
2697
  scaleRoNumMax?: string;
2698
2698
  scaleRoNumMin?: string;
2699
2699
  secondsUntilAutoPause?: string;
2700
+ serverlessRuleCpuEnlargeThreshold?: string;
2701
+ serverlessRuleCpuShrinkThreshold?: string;
2702
+ serverlessRuleMode?: string;
2700
2703
  switchs?: string;
2701
2704
  static names(): {
2702
2705
  [key: string]: string;
@@ -5653,6 +5656,9 @@ export declare class ModifyDBClusterServerlessConfRequest extends $tea.Model {
5653
5656
  scaleRoNumMax?: string;
5654
5657
  scaleRoNumMin?: string;
5655
5658
  secondsUntilAutoPause?: string;
5659
+ serverlessRuleCpuEnlargeThreshold?: string;
5660
+ serverlessRuleCpuShrinkThreshold?: string;
5661
+ serverlessRuleMode?: string;
5656
5662
  static names(): {
5657
5663
  [key: string]: string;
5658
5664
  };
@@ -8877,881 +8883,2413 @@ export default class Client extends OpenApi {
8877
8883
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
8878
8884
  [key: string]: string;
8879
8885
  }, endpoint: string): string;
8886
+ /**
8887
+ * @summary Cancels scheduled tasks that are not yet started.
8888
+ *
8889
+ * @param request CancelScheduleTasksRequest
8890
+ * @param runtime runtime options for this request RuntimeOptions
8891
+ * @return CancelScheduleTasksResponse
8892
+ */
8880
8893
  cancelScheduleTasksWithOptions(request: CancelScheduleTasksRequest, runtime: $Util.RuntimeOptions): Promise<CancelScheduleTasksResponse>;
8894
+ /**
8895
+ * @summary Cancels scheduled tasks that are not yet started.
8896
+ *
8897
+ * @param request CancelScheduleTasksRequest
8898
+ * @return CancelScheduleTasksResponse
8899
+ */
8881
8900
  cancelScheduleTasks(request: CancelScheduleTasksRequest): Promise<CancelScheduleTasksResponse>;
8901
+ /**
8902
+ * @summary Checks whether an account name is valid or unique in a cluster.
8903
+ *
8904
+ * @param request CheckAccountNameRequest
8905
+ * @param runtime runtime options for this request RuntimeOptions
8906
+ * @return CheckAccountNameResponse
8907
+ */
8882
8908
  checkAccountNameWithOptions(request: CheckAccountNameRequest, runtime: $Util.RuntimeOptions): Promise<CheckAccountNameResponse>;
8909
+ /**
8910
+ * @summary Checks whether an account name is valid or unique in a cluster.
8911
+ *
8912
+ * @param request CheckAccountNameRequest
8913
+ * @return CheckAccountNameResponse
8914
+ */
8883
8915
  checkAccountName(request: CheckAccountNameRequest): Promise<CheckAccountNameResponse>;
8916
+ /**
8917
+ * @summary Checks whether a database name is valid or whether the name is already used by another database in the current cluster.
8918
+ *
8919
+ * @param request CheckDBNameRequest
8920
+ * @param runtime runtime options for this request RuntimeOptions
8921
+ * @return CheckDBNameResponse
8922
+ */
8884
8923
  checkDBNameWithOptions(request: CheckDBNameRequest, runtime: $Util.RuntimeOptions): Promise<CheckDBNameResponse>;
8924
+ /**
8925
+ * @summary Checks whether a database name is valid or whether the name is already used by another database in the current cluster.
8926
+ *
8927
+ * @param request CheckDBNameRequest
8928
+ * @return CheckDBNameResponse
8929
+ */
8885
8930
  checkDBName(request: CheckDBNameRequest): Promise<CheckDBNameResponse>;
8931
+ /**
8932
+ * @summary Queries whether the cluster is authorized to use Key Management Service (KMS).
8933
+ *
8934
+ * @param request CheckKMSAuthorizedRequest
8935
+ * @param runtime runtime options for this request RuntimeOptions
8936
+ * @return CheckKMSAuthorizedResponse
8937
+ */
8886
8938
  checkKMSAuthorizedWithOptions(request: CheckKMSAuthorizedRequest, runtime: $Util.RuntimeOptions): Promise<CheckKMSAuthorizedResponse>;
8939
+ /**
8940
+ * @summary Queries whether the cluster is authorized to use Key Management Service (KMS).
8941
+ *
8942
+ * @param request CheckKMSAuthorizedRequest
8943
+ * @return CheckKMSAuthorizedResponse
8944
+ */
8887
8945
  checkKMSAuthorized(request: CheckKMSAuthorizedRequest): Promise<CheckKMSAuthorizedResponse>;
8946
+ /**
8947
+ * @summary Checks whether a service-linked role (SLR) is created.
8948
+ *
8949
+ * @param request CheckServiceLinkedRoleRequest
8950
+ * @param runtime runtime options for this request RuntimeOptions
8951
+ * @return CheckServiceLinkedRoleResponse
8952
+ */
8888
8953
  checkServiceLinkedRoleWithOptions(request: CheckServiceLinkedRoleRequest, runtime: $Util.RuntimeOptions): Promise<CheckServiceLinkedRoleResponse>;
8954
+ /**
8955
+ * @summary Checks whether a service-linked role (SLR) is created.
8956
+ *
8957
+ * @param request CheckServiceLinkedRoleRequest
8958
+ * @return CheckServiceLinkedRoleResponse
8959
+ */
8889
8960
  checkServiceLinkedRole(request: CheckServiceLinkedRoleRequest): Promise<CheckServiceLinkedRoleResponse>;
8961
+ /**
8962
+ * @summary 关闭DB4AI
8963
+ *
8964
+ * @param request CloseAITaskRequest
8965
+ * @param runtime runtime options for this request RuntimeOptions
8966
+ * @return CloseAITaskResponse
8967
+ */
8890
8968
  closeAITaskWithOptions(request: CloseAITaskRequest, runtime: $Util.RuntimeOptions): Promise<CloseAITaskResponse>;
8969
+ /**
8970
+ * @summary 关闭DB4AI
8971
+ *
8972
+ * @param request CloseAITaskRequest
8973
+ * @return CloseAITaskResponse
8974
+ */
8891
8975
  closeAITask(request: CloseAITaskRequest): Promise<CloseAITaskResponse>;
8892
8976
  /**
8893
- * * You can call this operation to cancel the migration task before data migration.
8894
- * * You can call this operation to perform the migration task after data migration.
8895
- * > Before you call this operation, ensure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](~~98169~~) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**. For more information, see [Create a PolarDB for MySQL cluster by using the Migration from RDS method](~~121582~~).
8896
- *
8897
- * @param request CloseDBClusterMigrationRequest
8898
- * @param runtime runtime options for this request RuntimeOptions
8899
- * @return CloseDBClusterMigrationResponse
8977
+ * @summary Cancels or completes the migration task that upgrades an RDS cluster to a PolarDB cluster.
8978
+ *
8979
+ * @description * You can call this operation to cancel the migration task before data migration.
8980
+ * * You can call this operation to perform the migration task after data migration.
8981
+ * > Before you call this operation, ensure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](https://help.aliyun.com/document_detail/98169.html) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**. For more information, see [Create a PolarDB for MySQL cluster by using the Migration from RDS method](https://help.aliyun.com/document_detail/121582.html).
8982
+ *
8983
+ * @param request CloseDBClusterMigrationRequest
8984
+ * @param runtime runtime options for this request RuntimeOptions
8985
+ * @return CloseDBClusterMigrationResponse
8900
8986
  */
8901
8987
  closeDBClusterMigrationWithOptions(request: CloseDBClusterMigrationRequest, runtime: $Util.RuntimeOptions): Promise<CloseDBClusterMigrationResponse>;
8902
8988
  /**
8903
- * * You can call this operation to cancel the migration task before data migration.
8904
- * * You can call this operation to perform the migration task after data migration.
8905
- * > Before you call this operation, ensure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](~~98169~~) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**. For more information, see [Create a PolarDB for MySQL cluster by using the Migration from RDS method](~~121582~~).
8906
- *
8907
- * @param request CloseDBClusterMigrationRequest
8908
- * @return CloseDBClusterMigrationResponse
8989
+ * @summary Cancels or completes the migration task that upgrades an RDS cluster to a PolarDB cluster.
8990
+ *
8991
+ * @description * You can call this operation to cancel the migration task before data migration.
8992
+ * * You can call this operation to perform the migration task after data migration.
8993
+ * > Before you call this operation, ensure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](https://help.aliyun.com/document_detail/98169.html) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**. For more information, see [Create a PolarDB for MySQL cluster by using the Migration from RDS method](https://help.aliyun.com/document_detail/121582.html).
8994
+ *
8995
+ * @param request CloseDBClusterMigrationRequest
8996
+ * @return CloseDBClusterMigrationResponse
8909
8997
  */
8910
8998
  closeDBClusterMigration(request: CloseDBClusterMigrationRequest): Promise<CloseDBClusterMigrationResponse>;
8999
+ /**
9000
+ * @summary Creates a database account for a PolarDB cluster.
9001
+ *
9002
+ * @param request CreateAccountRequest
9003
+ * @param runtime runtime options for this request RuntimeOptions
9004
+ * @return CreateAccountResponse
9005
+ */
8911
9006
  createAccountWithOptions(request: CreateAccountRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccountResponse>;
9007
+ /**
9008
+ * @summary Creates a database account for a PolarDB cluster.
9009
+ *
9010
+ * @param request CreateAccountRequest
9011
+ * @return CreateAccountResponse
9012
+ */
8912
9013
  createAccount(request: CreateAccountRequest): Promise<CreateAccountResponse>;
8913
9014
  /**
8914
- * >
8915
- * * You can manually create up to three backups for each cluster.
8916
- * * The `Exceeding the daily backup times of this DB cluster` error message indicates that three manual backups already exist in your cluster. You must delete existing backups before you call this operation to manually create backups. For more information about how to delete backups, see [Delete backups](~~98101~~).
8917
- * * After you call this operation, a backup task is created in the backend. The task may be time-consuming if you want to back up large amounts of data.
8918
- *
8919
- * @param request CreateBackupRequest
8920
- * @param runtime runtime options for this request RuntimeOptions
8921
- * @return CreateBackupResponse
9015
+ * @summary Creates a full snapshot backup for a PolarDB cluster.
9016
+ *
9017
+ * @description >
9018
+ * * You can manually create up to three backups for each cluster.
9019
+ * * The `Exceeding the daily backup times of this DB cluster` error message indicates that three manual backups already exist in your cluster. You must delete existing backups before you call this operation to manually create backups. For more information about how to delete backups, see [Delete backups](https://help.aliyun.com/document_detail/98101.html).
9020
+ * * After you call this operation, a backup task is created in the backend. The task may be time-consuming if you want to back up large amounts of data.
9021
+ *
9022
+ * @param request CreateBackupRequest
9023
+ * @param runtime runtime options for this request RuntimeOptions
9024
+ * @return CreateBackupResponse
8922
9025
  */
8923
9026
  createBackupWithOptions(request: CreateBackupRequest, runtime: $Util.RuntimeOptions): Promise<CreateBackupResponse>;
8924
9027
  /**
8925
- * >
8926
- * * You can manually create up to three backups for each cluster.
8927
- * * The `Exceeding the daily backup times of this DB cluster` error message indicates that three manual backups already exist in your cluster. You must delete existing backups before you call this operation to manually create backups. For more information about how to delete backups, see [Delete backups](~~98101~~).
8928
- * * After you call this operation, a backup task is created in the backend. The task may be time-consuming if you want to back up large amounts of data.
8929
- *
8930
- * @param request CreateBackupRequest
8931
- * @return CreateBackupResponse
9028
+ * @summary Creates a full snapshot backup for a PolarDB cluster.
9029
+ *
9030
+ * @description >
9031
+ * * You can manually create up to three backups for each cluster.
9032
+ * * The `Exceeding the daily backup times of this DB cluster` error message indicates that three manual backups already exist in your cluster. You must delete existing backups before you call this operation to manually create backups. For more information about how to delete backups, see [Delete backups](https://help.aliyun.com/document_detail/98101.html).
9033
+ * * After you call this operation, a backup task is created in the backend. The task may be time-consuming if you want to back up large amounts of data.
9034
+ *
9035
+ * @param request CreateBackupRequest
9036
+ * @return CreateBackupResponse
8932
9037
  */
8933
9038
  createBackup(request: CreateBackupRequest): Promise<CreateBackupResponse>;
9039
+ /**
9040
+ * @summary 创建冷存储实例
9041
+ *
9042
+ * @param request CreateColdStorageInstanceRequest
9043
+ * @param runtime runtime options for this request RuntimeOptions
9044
+ * @return CreateColdStorageInstanceResponse
9045
+ */
8934
9046
  createColdStorageInstanceWithOptions(request: CreateColdStorageInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateColdStorageInstanceResponse>;
9047
+ /**
9048
+ * @summary 创建冷存储实例
9049
+ *
9050
+ * @param request CreateColdStorageInstanceRequest
9051
+ * @return CreateColdStorageInstanceResponse
9052
+ */
8935
9053
  createColdStorageInstance(request: CreateColdStorageInstanceRequest): Promise<CreateColdStorageInstanceResponse>;
9054
+ /**
9055
+ * @summary Creates a PolarDB cluster.
9056
+ *
9057
+ * @param request CreateDBClusterRequest
9058
+ * @param runtime runtime options for this request RuntimeOptions
9059
+ * @return CreateDBClusterResponse
9060
+ */
8936
9061
  createDBClusterWithOptions(request: CreateDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBClusterResponse>;
9062
+ /**
9063
+ * @summary Creates a PolarDB cluster.
9064
+ *
9065
+ * @param request CreateDBClusterRequest
9066
+ * @return CreateDBClusterResponse
9067
+ */
8937
9068
  createDBCluster(request: CreateDBClusterRequest): Promise<CreateDBClusterResponse>;
9069
+ /**
9070
+ * @summary Creates a custom cluster endpoint for a PolarDB cluster.
9071
+ *
9072
+ * @param request CreateDBClusterEndpointRequest
9073
+ * @param runtime runtime options for this request RuntimeOptions
9074
+ * @return CreateDBClusterEndpointResponse
9075
+ */
8938
9076
  createDBClusterEndpointWithOptions(request: CreateDBClusterEndpointRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBClusterEndpointResponse>;
9077
+ /**
9078
+ * @summary Creates a custom cluster endpoint for a PolarDB cluster.
9079
+ *
9080
+ * @param request CreateDBClusterEndpointRequest
9081
+ * @return CreateDBClusterEndpointResponse
9082
+ */
8939
9083
  createDBClusterEndpoint(request: CreateDBClusterEndpointRequest): Promise<CreateDBClusterEndpointResponse>;
8940
9084
  /**
8941
- * > You can create a public endpoint for the primary endpoint, the default cluster endpoint, or a custom cluster endpoint.
8942
- *
8943
- * @param request CreateDBEndpointAddressRequest
8944
- * @param runtime runtime options for this request RuntimeOptions
8945
- * @return CreateDBEndpointAddressResponse
9085
+ * @summary Creates a public endpoint for the primary endpoint, the default cluster endpoint, or a custom cluster endpoint.
9086
+ *
9087
+ * @description > You can create a public endpoint for the primary endpoint, the default cluster endpoint, or a custom cluster endpoint.
9088
+ *
9089
+ * @param request CreateDBEndpointAddressRequest
9090
+ * @param runtime runtime options for this request RuntimeOptions
9091
+ * @return CreateDBEndpointAddressResponse
8946
9092
  */
8947
9093
  createDBEndpointAddressWithOptions(request: CreateDBEndpointAddressRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBEndpointAddressResponse>;
8948
9094
  /**
8949
- * > You can create a public endpoint for the primary endpoint, the default cluster endpoint, or a custom cluster endpoint.
8950
- *
8951
- * @param request CreateDBEndpointAddressRequest
8952
- * @return CreateDBEndpointAddressResponse
9095
+ * @summary Creates a public endpoint for the primary endpoint, the default cluster endpoint, or a custom cluster endpoint.
9096
+ *
9097
+ * @description > You can create a public endpoint for the primary endpoint, the default cluster endpoint, or a custom cluster endpoint.
9098
+ *
9099
+ * @param request CreateDBEndpointAddressRequest
9100
+ * @return CreateDBEndpointAddressResponse
8953
9101
  */
8954
9102
  createDBEndpointAddress(request: CreateDBEndpointAddressRequest): Promise<CreateDBEndpointAddressResponse>;
8955
9103
  /**
8956
- * A database link can be used to connect two PolarDB for PostgreSQL(Compatible with Oracle) clusters, or connect a PolarDB for PostgreSQL(Compatible with Oracle) cluster to a user-created PostgreSQL database that is hosted on an Elastic Compute Service (ECS) instance. You can use database links to query data across clusters.
8957
- * > * You can create up to 10 database links for a cluster.
8958
- * > * Each database link connects a source cluster and a destination cluster.
8959
- * > * The source cluster and the destination cluster or the destination ECS instance must be located in the same region.
8960
- *
8961
- * @param request CreateDBLinkRequest
8962
- * @param runtime runtime options for this request RuntimeOptions
8963
- * @return CreateDBLinkResponse
9104
+ * @summary Creates a database link.
9105
+ *
9106
+ * @description A database link can be used to connect two PolarDB for PostgreSQL(Compatible with Oracle) clusters, or connect a PolarDB for PostgreSQL(Compatible with Oracle) cluster to a user-created PostgreSQL database that is hosted on an Elastic Compute Service (ECS) instance. You can use database links to query data across clusters.
9107
+ * > * You can create up to 10 database links for a cluster.
9108
+ * > * Each database link connects a source cluster and a destination cluster.
9109
+ * > * The source cluster and the destination cluster or the destination ECS instance must be located in the same region.
9110
+ *
9111
+ * @param request CreateDBLinkRequest
9112
+ * @param runtime runtime options for this request RuntimeOptions
9113
+ * @return CreateDBLinkResponse
8964
9114
  */
8965
9115
  createDBLinkWithOptions(request: CreateDBLinkRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBLinkResponse>;
8966
9116
  /**
8967
- * A database link can be used to connect two PolarDB for PostgreSQL(Compatible with Oracle) clusters, or connect a PolarDB for PostgreSQL(Compatible with Oracle) cluster to a user-created PostgreSQL database that is hosted on an Elastic Compute Service (ECS) instance. You can use database links to query data across clusters.
8968
- * > * You can create up to 10 database links for a cluster.
8969
- * > * Each database link connects a source cluster and a destination cluster.
8970
- * > * The source cluster and the destination cluster or the destination ECS instance must be located in the same region.
8971
- *
8972
- * @param request CreateDBLinkRequest
8973
- * @return CreateDBLinkResponse
9117
+ * @summary Creates a database link.
9118
+ *
9119
+ * @description A database link can be used to connect two PolarDB for PostgreSQL(Compatible with Oracle) clusters, or connect a PolarDB for PostgreSQL(Compatible with Oracle) cluster to a user-created PostgreSQL database that is hosted on an Elastic Compute Service (ECS) instance. You can use database links to query data across clusters.
9120
+ * > * You can create up to 10 database links for a cluster.
9121
+ * > * Each database link connects a source cluster and a destination cluster.
9122
+ * > * The source cluster and the destination cluster or the destination ECS instance must be located in the same region.
9123
+ *
9124
+ * @param request CreateDBLinkRequest
9125
+ * @return CreateDBLinkResponse
8974
9126
  */
8975
9127
  createDBLink(request: CreateDBLinkRequest): Promise<CreateDBLinkResponse>;
9128
+ /**
9129
+ * @summary Adds a read-only node to a PolarDB cluster.
9130
+ *
9131
+ * @param request CreateDBNodesRequest
9132
+ * @param runtime runtime options for this request RuntimeOptions
9133
+ * @return CreateDBNodesResponse
9134
+ */
8976
9135
  createDBNodesWithOptions(request: CreateDBNodesRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBNodesResponse>;
9136
+ /**
9137
+ * @summary Adds a read-only node to a PolarDB cluster.
9138
+ *
9139
+ * @param request CreateDBNodesRequest
9140
+ * @return CreateDBNodesResponse
9141
+ */
8977
9142
  createDBNodes(request: CreateDBNodesRequest): Promise<CreateDBNodesResponse>;
8978
9143
  /**
8979
- * Before you call this operation, make sure that the following requirements are met:
8980
- * * The cluster is in the Running state.
8981
- * * The cluster is unlocked.
8982
- *
8983
- * @param request CreateDatabaseRequest
8984
- * @param runtime runtime options for this request RuntimeOptions
8985
- * @return CreateDatabaseResponse
9144
+ * @summary Creates a database for a PolarDB cluster.
9145
+ *
9146
+ * @description Before you call this operation, make sure that the following requirements are met:
9147
+ * * The cluster is in the Running state.
9148
+ * * The cluster is unlocked.
9149
+ *
9150
+ * @param request CreateDatabaseRequest
9151
+ * @param runtime runtime options for this request RuntimeOptions
9152
+ * @return CreateDatabaseResponse
8986
9153
  */
8987
9154
  createDatabaseWithOptions(request: CreateDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<CreateDatabaseResponse>;
8988
9155
  /**
8989
- * Before you call this operation, make sure that the following requirements are met:
8990
- * * The cluster is in the Running state.
8991
- * * The cluster is unlocked.
8992
- *
8993
- * @param request CreateDatabaseRequest
8994
- * @return CreateDatabaseResponse
9156
+ * @summary Creates a database for a PolarDB cluster.
9157
+ *
9158
+ * @description Before you call this operation, make sure that the following requirements are met:
9159
+ * * The cluster is in the Running state.
9160
+ * * The cluster is unlocked.
9161
+ *
9162
+ * @param request CreateDatabaseRequest
9163
+ * @return CreateDatabaseResponse
8995
9164
  */
8996
9165
  createDatabase(request: CreateDatabaseRequest): Promise<CreateDatabaseResponse>;
8997
9166
  /**
8998
- * > A cluster belongs to only one GDN.
8999
- *
9000
- * @param request CreateGlobalDatabaseNetworkRequest
9001
- * @param runtime runtime options for this request RuntimeOptions
9002
- * @return CreateGlobalDatabaseNetworkResponse
9167
+ * @summary Creates a global database network (GDN).
9168
+ *
9169
+ * @description > A cluster belongs to only one GDN.
9170
+ *
9171
+ * @param request CreateGlobalDatabaseNetworkRequest
9172
+ * @param runtime runtime options for this request RuntimeOptions
9173
+ * @return CreateGlobalDatabaseNetworkResponse
9003
9174
  */
9004
9175
  createGlobalDatabaseNetworkWithOptions(request: CreateGlobalDatabaseNetworkRequest, runtime: $Util.RuntimeOptions): Promise<CreateGlobalDatabaseNetworkResponse>;
9005
9176
  /**
9006
- * > A cluster belongs to only one GDN.
9007
- *
9008
- * @param request CreateGlobalDatabaseNetworkRequest
9009
- * @return CreateGlobalDatabaseNetworkResponse
9177
+ * @summary Creates a global database network (GDN).
9178
+ *
9179
+ * @description > A cluster belongs to only one GDN.
9180
+ *
9181
+ * @param request CreateGlobalDatabaseNetworkRequest
9182
+ * @return CreateGlobalDatabaseNetworkResponse
9010
9183
  */
9011
9184
  createGlobalDatabaseNetwork(request: CreateGlobalDatabaseNetworkRequest): Promise<CreateGlobalDatabaseNetworkResponse>;
9185
+ /**
9186
+ * @summary Creates a global IP whitelist template.
9187
+ *
9188
+ * @param request CreateGlobalSecurityIPGroupRequest
9189
+ * @param runtime runtime options for this request RuntimeOptions
9190
+ * @return CreateGlobalSecurityIPGroupResponse
9191
+ */
9012
9192
  createGlobalSecurityIPGroupWithOptions(request: CreateGlobalSecurityIPGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateGlobalSecurityIPGroupResponse>;
9193
+ /**
9194
+ * @summary Creates a global IP whitelist template.
9195
+ *
9196
+ * @param request CreateGlobalSecurityIPGroupRequest
9197
+ * @return CreateGlobalSecurityIPGroupResponse
9198
+ */
9013
9199
  createGlobalSecurityIPGroup(request: CreateGlobalSecurityIPGroupRequest): Promise<CreateGlobalSecurityIPGroupResponse>;
9014
9200
  /**
9015
- * You can use parameter templates to manage multiple parameters at a time and apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](~~207009~~).
9016
- * > You can call this operation only on a PolarDB for MySQL cluster.
9017
- *
9018
- * @param request CreateParameterGroupRequest
9019
- * @param runtime runtime options for this request RuntimeOptions
9020
- * @return CreateParameterGroupResponse
9201
+ * @summary Creates a parameter template.
9202
+ *
9203
+ * @description You can use parameter templates to manage multiple parameters at a time and apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](https://help.aliyun.com/document_detail/207009.html).
9204
+ * > You can call this operation only on a PolarDB for MySQL cluster.
9205
+ *
9206
+ * @param request CreateParameterGroupRequest
9207
+ * @param runtime runtime options for this request RuntimeOptions
9208
+ * @return CreateParameterGroupResponse
9021
9209
  */
9022
9210
  createParameterGroupWithOptions(request: CreateParameterGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateParameterGroupResponse>;
9023
9211
  /**
9024
- * You can use parameter templates to manage multiple parameters at a time and apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](~~207009~~).
9025
- * > You can call this operation only on a PolarDB for MySQL cluster.
9026
- *
9027
- * @param request CreateParameterGroupRequest
9028
- * @return CreateParameterGroupResponse
9212
+ * @summary Creates a parameter template.
9213
+ *
9214
+ * @description You can use parameter templates to manage multiple parameters at a time and apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](https://help.aliyun.com/document_detail/207009.html).
9215
+ * > You can call this operation only on a PolarDB for MySQL cluster.
9216
+ *
9217
+ * @param request CreateParameterGroupRequest
9218
+ * @return CreateParameterGroupResponse
9029
9219
  */
9030
9220
  createParameterGroup(request: CreateParameterGroupRequest): Promise<CreateParameterGroupResponse>;
9221
+ /**
9222
+ * @summary Creates a service-linked role (SLR).
9223
+ *
9224
+ * @param request CreateServiceLinkedRoleRequest
9225
+ * @param runtime runtime options for this request RuntimeOptions
9226
+ * @return CreateServiceLinkedRoleResponse
9227
+ */
9031
9228
  createServiceLinkedRoleWithOptions(request: CreateServiceLinkedRoleRequest, runtime: $Util.RuntimeOptions): Promise<CreateServiceLinkedRoleResponse>;
9229
+ /**
9230
+ * @summary Creates a service-linked role (SLR).
9231
+ *
9232
+ * @param request CreateServiceLinkedRoleRequest
9233
+ * @return CreateServiceLinkedRoleResponse
9234
+ */
9032
9235
  createServiceLinkedRole(request: CreateServiceLinkedRoleRequest): Promise<CreateServiceLinkedRoleResponse>;
9236
+ /**
9237
+ * @summary Purchases a storage plan.
9238
+ *
9239
+ * @param request CreateStoragePlanRequest
9240
+ * @param runtime runtime options for this request RuntimeOptions
9241
+ * @return CreateStoragePlanResponse
9242
+ */
9033
9243
  createStoragePlanWithOptions(request: CreateStoragePlanRequest, runtime: $Util.RuntimeOptions): Promise<CreateStoragePlanResponse>;
9244
+ /**
9245
+ * @summary Purchases a storage plan.
9246
+ *
9247
+ * @param request CreateStoragePlanRequest
9248
+ * @return CreateStoragePlanResponse
9249
+ */
9034
9250
  createStoragePlan(request: CreateStoragePlanRequest): Promise<CreateStoragePlanResponse>;
9035
9251
  /**
9036
- * > Before you call this operation, make sure that the cluster is in the Running state. Otherwise, the operation fails.
9037
- *
9038
- * @param request DeleteAccountRequest
9039
- * @param runtime runtime options for this request RuntimeOptions
9040
- * @return DeleteAccountResponse
9252
+ * @summary Deletes a database account for a PolarDB cluster.
9253
+ *
9254
+ * @description > Before you call this operation, make sure that the cluster is in the Running state. Otherwise, the operation fails.
9255
+ *
9256
+ * @param request DeleteAccountRequest
9257
+ * @param runtime runtime options for this request RuntimeOptions
9258
+ * @return DeleteAccountResponse
9041
9259
  */
9042
9260
  deleteAccountWithOptions(request: DeleteAccountRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccountResponse>;
9043
9261
  /**
9044
- * > Before you call this operation, make sure that the cluster is in the Running state. Otherwise, the operation fails.
9045
- *
9046
- * @param request DeleteAccountRequest
9047
- * @return DeleteAccountResponse
9262
+ * @summary Deletes a database account for a PolarDB cluster.
9263
+ *
9264
+ * @description > Before you call this operation, make sure that the cluster is in the Running state. Otherwise, the operation fails.
9265
+ *
9266
+ * @param request DeleteAccountRequest
9267
+ * @return DeleteAccountResponse
9048
9268
  */
9049
9269
  deleteAccount(request: DeleteAccountRequest): Promise<DeleteAccountResponse>;
9050
9270
  /**
9051
- * Before you call this operation, make sure that the cluster meets the following requirements:
9052
- * * The cluster is in the Running state.
9053
- * * The backup sets are in the Success state.
9054
- * > * You can call the [DescribeBackups](~~98102~~) operation to query the status of backup sets.
9055
- * >* After you delete the backup set file, the storage space that is occupied by the file is released. The released storage space is smaller than the size of the file because your snapshots share some data blocks
9056
- *
9057
- * @param request DeleteBackupRequest
9058
- * @param runtime runtime options for this request RuntimeOptions
9059
- * @return DeleteBackupResponse
9271
+ * @summary Deletes the backup sets of a PolarDB cluster.
9272
+ *
9273
+ * @description Before you call this operation, make sure that the cluster meets the following requirements:
9274
+ * * The cluster is in the Running state.
9275
+ * * The backup sets are in the Success state.
9276
+ * > * You can call the [DescribeBackups](https://help.aliyun.com/document_detail/98102.html) operation to query the status of backup sets.
9277
+ * >* After you delete the backup set file, the storage space that is occupied by the file is released. The released storage space is smaller than the size of the file because your snapshots share some data blocks
9278
+ *
9279
+ * @param request DeleteBackupRequest
9280
+ * @param runtime runtime options for this request RuntimeOptions
9281
+ * @return DeleteBackupResponse
9060
9282
  */
9061
9283
  deleteBackupWithOptions(request: DeleteBackupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBackupResponse>;
9062
9284
  /**
9063
- * Before you call this operation, make sure that the cluster meets the following requirements:
9064
- * * The cluster is in the Running state.
9065
- * * The backup sets are in the Success state.
9066
- * > * You can call the [DescribeBackups](~~98102~~) operation to query the status of backup sets.
9067
- * >* After you delete the backup set file, the storage space that is occupied by the file is released. The released storage space is smaller than the size of the file because your snapshots share some data blocks
9068
- *
9069
- * @param request DeleteBackupRequest
9070
- * @return DeleteBackupResponse
9285
+ * @summary Deletes the backup sets of a PolarDB cluster.
9286
+ *
9287
+ * @description Before you call this operation, make sure that the cluster meets the following requirements:
9288
+ * * The cluster is in the Running state.
9289
+ * * The backup sets are in the Success state.
9290
+ * > * You can call the [DescribeBackups](https://help.aliyun.com/document_detail/98102.html) operation to query the status of backup sets.
9291
+ * >* After you delete the backup set file, the storage space that is occupied by the file is released. The released storage space is smaller than the size of the file because your snapshots share some data blocks
9292
+ *
9293
+ * @param request DeleteBackupRequest
9294
+ * @return DeleteBackupResponse
9071
9295
  */
9072
9296
  deleteBackup(request: DeleteBackupRequest): Promise<DeleteBackupResponse>;
9297
+ /**
9298
+ * @summary Releases a pay-as-you-go PolarDB cluster.
9299
+ *
9300
+ * @param request DeleteDBClusterRequest
9301
+ * @param runtime runtime options for this request RuntimeOptions
9302
+ * @return DeleteDBClusterResponse
9303
+ */
9073
9304
  deleteDBClusterWithOptions(request: DeleteDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBClusterResponse>;
9305
+ /**
9306
+ * @summary Releases a pay-as-you-go PolarDB cluster.
9307
+ *
9308
+ * @param request DeleteDBClusterRequest
9309
+ * @return DeleteDBClusterResponse
9310
+ */
9074
9311
  deleteDBCluster(request: DeleteDBClusterRequest): Promise<DeleteDBClusterResponse>;
9312
+ /**
9313
+ * @summary Releases a custom cluster endpoint of a PolarDB cluster.
9314
+ *
9315
+ * @param request DeleteDBClusterEndpointRequest
9316
+ * @param runtime runtime options for this request RuntimeOptions
9317
+ * @return DeleteDBClusterEndpointResponse
9318
+ */
9075
9319
  deleteDBClusterEndpointWithOptions(request: DeleteDBClusterEndpointRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBClusterEndpointResponse>;
9320
+ /**
9321
+ * @summary Releases a custom cluster endpoint of a PolarDB cluster.
9322
+ *
9323
+ * @param request DeleteDBClusterEndpointRequest
9324
+ * @return DeleteDBClusterEndpointResponse
9325
+ */
9076
9326
  deleteDBClusterEndpoint(request: DeleteDBClusterEndpointRequest): Promise<DeleteDBClusterEndpointResponse>;
9077
9327
  /**
9078
- * > * You can delete a public-facing or classic network endpoint of the primary endpoint, the default cluster endpoint, or a custom cluster endpoint.
9079
- * > * Classic network endpoints are supported only on the China site (aliyun.com). Therefore, you do not need to delete classic network endpoints on the International site (alibabacloud.com).
9080
- *
9081
- * @param request DeleteDBEndpointAddressRequest
9082
- * @param runtime runtime options for this request RuntimeOptions
9083
- * @return DeleteDBEndpointAddressResponse
9328
+ * @summary Releases the public endpoints of a PolarDB cluster, including the primary endpoint, default cluster endpoint, and custom cluster endpoint.
9329
+ *
9330
+ * @description > * You can delete a public-facing or classic network endpoint of the primary endpoint, the default cluster endpoint, or a custom cluster endpoint.
9331
+ * > * Classic network endpoints are supported only on the China site (aliyun.com). Therefore, you do not need to delete classic network endpoints on the International site (alibabacloud.com).
9332
+ *
9333
+ * @param request DeleteDBEndpointAddressRequest
9334
+ * @param runtime runtime options for this request RuntimeOptions
9335
+ * @return DeleteDBEndpointAddressResponse
9084
9336
  */
9085
9337
  deleteDBEndpointAddressWithOptions(request: DeleteDBEndpointAddressRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBEndpointAddressResponse>;
9086
9338
  /**
9087
- * > * You can delete a public-facing or classic network endpoint of the primary endpoint, the default cluster endpoint, or a custom cluster endpoint.
9088
- * > * Classic network endpoints are supported only on the China site (aliyun.com). Therefore, you do not need to delete classic network endpoints on the International site (alibabacloud.com).
9089
- *
9090
- * @param request DeleteDBEndpointAddressRequest
9091
- * @return DeleteDBEndpointAddressResponse
9339
+ * @summary Releases the public endpoints of a PolarDB cluster, including the primary endpoint, default cluster endpoint, and custom cluster endpoint.
9340
+ *
9341
+ * @description > * You can delete a public-facing or classic network endpoint of the primary endpoint, the default cluster endpoint, or a custom cluster endpoint.
9342
+ * > * Classic network endpoints are supported only on the China site (aliyun.com). Therefore, you do not need to delete classic network endpoints on the International site (alibabacloud.com).
9343
+ *
9344
+ * @param request DeleteDBEndpointAddressRequest
9345
+ * @return DeleteDBEndpointAddressResponse
9092
9346
  */
9093
9347
  deleteDBEndpointAddress(request: DeleteDBEndpointAddressRequest): Promise<DeleteDBEndpointAddressResponse>;
9348
+ /**
9349
+ * @summary Deletes a database link from a PolarDB for PostgreSQL (Compatible with Oracle) cluster.
9350
+ *
9351
+ * @param request DeleteDBLinkRequest
9352
+ * @param runtime runtime options for this request RuntimeOptions
9353
+ * @return DeleteDBLinkResponse
9354
+ */
9094
9355
  deleteDBLinkWithOptions(request: DeleteDBLinkRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBLinkResponse>;
9356
+ /**
9357
+ * @summary Deletes a database link from a PolarDB for PostgreSQL (Compatible with Oracle) cluster.
9358
+ *
9359
+ * @param request DeleteDBLinkRequest
9360
+ * @return DeleteDBLinkResponse
9361
+ */
9095
9362
  deleteDBLink(request: DeleteDBLinkRequest): Promise<DeleteDBLinkResponse>;
9363
+ /**
9364
+ * @summary Deletes a read-only node from a PolarDB cluster.
9365
+ *
9366
+ * @param request DeleteDBNodesRequest
9367
+ * @param runtime runtime options for this request RuntimeOptions
9368
+ * @return DeleteDBNodesResponse
9369
+ */
9096
9370
  deleteDBNodesWithOptions(request: DeleteDBNodesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBNodesResponse>;
9371
+ /**
9372
+ * @summary Deletes a read-only node from a PolarDB cluster.
9373
+ *
9374
+ * @param request DeleteDBNodesRequest
9375
+ * @return DeleteDBNodesResponse
9376
+ */
9097
9377
  deleteDBNodes(request: DeleteDBNodesRequest): Promise<DeleteDBNodesResponse>;
9098
9378
  /**
9099
- * >- The cluster must be in the Running state and unlocked. Otherwise, the specified database cannot be deleted.
9100
- * >- The delete operation is performed in an asynchronous manner. A long period of time may be required to delete a large database. A success response for this operation only indicates that the request to delete the database is sent. You must query the database to check whether the database is deleted.
9101
- *
9102
- * @param request DeleteDatabaseRequest
9103
- * @param runtime runtime options for this request RuntimeOptions
9104
- * @return DeleteDatabaseResponse
9379
+ * @summary Deletes a database from a PolarDB cluster.
9380
+ *
9381
+ * @description >- The cluster must be in the Running state and unlocked. Otherwise, the specified database cannot be deleted.
9382
+ * >- The delete operation is performed in an asynchronous manner. A long period of time may be required to delete a large database. A success response for this operation only indicates that the request to delete the database is sent. You must query the database to check whether the database is deleted.
9383
+ *
9384
+ * @param request DeleteDatabaseRequest
9385
+ * @param runtime runtime options for this request RuntimeOptions
9386
+ * @return DeleteDatabaseResponse
9105
9387
  */
9106
9388
  deleteDatabaseWithOptions(request: DeleteDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDatabaseResponse>;
9107
9389
  /**
9108
- * >- The cluster must be in the Running state and unlocked. Otherwise, the specified database cannot be deleted.
9109
- * >- The delete operation is performed in an asynchronous manner. A long period of time may be required to delete a large database. A success response for this operation only indicates that the request to delete the database is sent. You must query the database to check whether the database is deleted.
9110
- *
9111
- * @param request DeleteDatabaseRequest
9112
- * @return DeleteDatabaseResponse
9390
+ * @summary Deletes a database from a PolarDB cluster.
9391
+ *
9392
+ * @description >- The cluster must be in the Running state and unlocked. Otherwise, the specified database cannot be deleted.
9393
+ * >- The delete operation is performed in an asynchronous manner. A long period of time may be required to delete a large database. A success response for this operation only indicates that the request to delete the database is sent. You must query the database to check whether the database is deleted.
9394
+ *
9395
+ * @param request DeleteDatabaseRequest
9396
+ * @return DeleteDatabaseResponse
9113
9397
  */
9114
9398
  deleteDatabase(request: DeleteDatabaseRequest): Promise<DeleteDatabaseResponse>;
9115
9399
  /**
9116
- * > You can delete a GDN only when the GDN includes only a primary cluster.
9117
- *
9118
- * @param request DeleteGlobalDatabaseNetworkRequest
9119
- * @param runtime runtime options for this request RuntimeOptions
9120
- * @return DeleteGlobalDatabaseNetworkResponse
9400
+ * @summary Deletes a global database network (GDN).
9401
+ *
9402
+ * @description > You can delete a GDN only when the GDN includes only a primary cluster.
9403
+ *
9404
+ * @param request DeleteGlobalDatabaseNetworkRequest
9405
+ * @param runtime runtime options for this request RuntimeOptions
9406
+ * @return DeleteGlobalDatabaseNetworkResponse
9121
9407
  */
9122
9408
  deleteGlobalDatabaseNetworkWithOptions(request: DeleteGlobalDatabaseNetworkRequest, runtime: $Util.RuntimeOptions): Promise<DeleteGlobalDatabaseNetworkResponse>;
9123
9409
  /**
9124
- * > You can delete a GDN only when the GDN includes only a primary cluster.
9125
- *
9126
- * @param request DeleteGlobalDatabaseNetworkRequest
9127
- * @return DeleteGlobalDatabaseNetworkResponse
9410
+ * @summary Deletes a global database network (GDN).
9411
+ *
9412
+ * @description > You can delete a GDN only when the GDN includes only a primary cluster.
9413
+ *
9414
+ * @param request DeleteGlobalDatabaseNetworkRequest
9415
+ * @return DeleteGlobalDatabaseNetworkResponse
9128
9416
  */
9129
9417
  deleteGlobalDatabaseNetwork(request: DeleteGlobalDatabaseNetworkRequest): Promise<DeleteGlobalDatabaseNetworkResponse>;
9418
+ /**
9419
+ * @summary Deletes a global IP whitelist template.
9420
+ *
9421
+ * @param request DeleteGlobalSecurityIPGroupRequest
9422
+ * @param runtime runtime options for this request RuntimeOptions
9423
+ * @return DeleteGlobalSecurityIPGroupResponse
9424
+ */
9130
9425
  deleteGlobalSecurityIPGroupWithOptions(request: DeleteGlobalSecurityIPGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteGlobalSecurityIPGroupResponse>;
9426
+ /**
9427
+ * @summary Deletes a global IP whitelist template.
9428
+ *
9429
+ * @param request DeleteGlobalSecurityIPGroupRequest
9430
+ * @return DeleteGlobalSecurityIPGroupResponse
9431
+ */
9131
9432
  deleteGlobalSecurityIPGroup(request: DeleteGlobalSecurityIPGroupRequest): Promise<DeleteGlobalSecurityIPGroupResponse>;
9433
+ /**
9434
+ * @summary Deletes a data masking rule.
9435
+ *
9436
+ * @param request DeleteMaskingRulesRequest
9437
+ * @param runtime runtime options for this request RuntimeOptions
9438
+ * @return DeleteMaskingRulesResponse
9439
+ */
9132
9440
  deleteMaskingRulesWithOptions(request: DeleteMaskingRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMaskingRulesResponse>;
9441
+ /**
9442
+ * @summary Deletes a data masking rule.
9443
+ *
9444
+ * @param request DeleteMaskingRulesRequest
9445
+ * @return DeleteMaskingRulesResponse
9446
+ */
9133
9447
  deleteMaskingRules(request: DeleteMaskingRulesRequest): Promise<DeleteMaskingRulesResponse>;
9134
9448
  /**
9135
- * You can use parameter templates to manage multiple parameters at a time and quickly apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](~~207009~~).
9136
- * > When you delete a parameter template, the parameter settings that are applied to PolarDB clusters are not affected.
9137
- *
9138
- * @param request DeleteParameterGroupRequest
9139
- * @param runtime runtime options for this request RuntimeOptions
9140
- * @return DeleteParameterGroupResponse
9449
+ * @summary Deletes a parameter template of a PolarDB cluster.
9450
+ *
9451
+ * @description You can use parameter templates to manage multiple parameters at a time and quickly apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](https://help.aliyun.com/document_detail/207009.html).
9452
+ * > When you delete a parameter template, the parameter settings that are applied to PolarDB clusters are not affected.
9453
+ *
9454
+ * @param request DeleteParameterGroupRequest
9455
+ * @param runtime runtime options for this request RuntimeOptions
9456
+ * @return DeleteParameterGroupResponse
9141
9457
  */
9142
9458
  deleteParameterGroupWithOptions(request: DeleteParameterGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteParameterGroupResponse>;
9143
9459
  /**
9144
- * You can use parameter templates to manage multiple parameters at a time and quickly apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](~~207009~~).
9145
- * > When you delete a parameter template, the parameter settings that are applied to PolarDB clusters are not affected.
9146
- *
9147
- * @param request DeleteParameterGroupRequest
9148
- * @return DeleteParameterGroupResponse
9460
+ * @summary Deletes a parameter template of a PolarDB cluster.
9461
+ *
9462
+ * @description You can use parameter templates to manage multiple parameters at a time and quickly apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](https://help.aliyun.com/document_detail/207009.html).
9463
+ * > When you delete a parameter template, the parameter settings that are applied to PolarDB clusters are not affected.
9464
+ *
9465
+ * @param request DeleteParameterGroupRequest
9466
+ * @return DeleteParameterGroupResponse
9149
9467
  */
9150
9468
  deleteParameterGroup(request: DeleteParameterGroupRequest): Promise<DeleteParameterGroupResponse>;
9469
+ /**
9470
+ * @summary Queries the state of the PolarDB for AI feature for a cluster.
9471
+ *
9472
+ * @param request DescribeAITaskStatusRequest
9473
+ * @param runtime runtime options for this request RuntimeOptions
9474
+ * @return DescribeAITaskStatusResponse
9475
+ */
9151
9476
  describeAITaskStatusWithOptions(request: DescribeAITaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAITaskStatusResponse>;
9477
+ /**
9478
+ * @summary Queries the state of the PolarDB for AI feature for a cluster.
9479
+ *
9480
+ * @param request DescribeAITaskStatusRequest
9481
+ * @return DescribeAITaskStatusResponse
9482
+ */
9152
9483
  describeAITaskStatus(request: DescribeAITaskStatusRequest): Promise<DescribeAITaskStatusResponse>;
9484
+ /**
9485
+ * @summary Queries information about a database account of a PolarDB cluster.
9486
+ *
9487
+ * @param request DescribeAccountsRequest
9488
+ * @param runtime runtime options for this request RuntimeOptions
9489
+ * @return DescribeAccountsResponse
9490
+ */
9153
9491
  describeAccountsWithOptions(request: DescribeAccountsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountsResponse>;
9492
+ /**
9493
+ * @summary Queries information about a database account of a PolarDB cluster.
9494
+ *
9495
+ * @param request DescribeAccountsRequest
9496
+ * @return DescribeAccountsResponse
9497
+ */
9154
9498
  describeAccounts(request: DescribeAccountsRequest): Promise<DescribeAccountsResponse>;
9499
+ /**
9500
+ * @summary Queries the auto-renewal attributes of a subscription PolarDB cluster.
9501
+ *
9502
+ * @param request DescribeAutoRenewAttributeRequest
9503
+ * @param runtime runtime options for this request RuntimeOptions
9504
+ * @return DescribeAutoRenewAttributeResponse
9505
+ */
9155
9506
  describeAutoRenewAttributeWithOptions(request: DescribeAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAutoRenewAttributeResponse>;
9507
+ /**
9508
+ * @summary Queries the auto-renewal attributes of a subscription PolarDB cluster.
9509
+ *
9510
+ * @param request DescribeAutoRenewAttributeRequest
9511
+ * @return DescribeAutoRenewAttributeResponse
9512
+ */
9156
9513
  describeAutoRenewAttribute(request: DescribeAutoRenewAttributeRequest): Promise<DescribeAutoRenewAttributeResponse>;
9514
+ /**
9515
+ * @summary Queries backup logs and the URLs to download the backup logs.
9516
+ *
9517
+ * @param request DescribeBackupLogsRequest
9518
+ * @param runtime runtime options for this request RuntimeOptions
9519
+ * @return DescribeBackupLogsResponse
9520
+ */
9157
9521
  describeBackupLogsWithOptions(request: DescribeBackupLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupLogsResponse>;
9522
+ /**
9523
+ * @summary Queries backup logs and the URLs to download the backup logs.
9524
+ *
9525
+ * @param request DescribeBackupLogsRequest
9526
+ * @return DescribeBackupLogsResponse
9527
+ */
9158
9528
  describeBackupLogs(request: DescribeBackupLogsRequest): Promise<DescribeBackupLogsResponse>;
9529
+ /**
9530
+ * @summary Queries the automatic backup policy of a PolarDB cluster.
9531
+ *
9532
+ * @param request DescribeBackupPolicyRequest
9533
+ * @param runtime runtime options for this request RuntimeOptions
9534
+ * @return DescribeBackupPolicyResponse
9535
+ */
9159
9536
  describeBackupPolicyWithOptions(request: DescribeBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPolicyResponse>;
9537
+ /**
9538
+ * @summary Queries the automatic backup policy of a PolarDB cluster.
9539
+ *
9540
+ * @param request DescribeBackupPolicyRequest
9541
+ * @return DescribeBackupPolicyResponse
9542
+ */
9160
9543
  describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
9544
+ /**
9545
+ * @summary Queries the backup tasks of a PolarDB cluster.
9546
+ *
9547
+ * @param request DescribeBackupTasksRequest
9548
+ * @param runtime runtime options for this request RuntimeOptions
9549
+ * @return DescribeBackupTasksResponse
9550
+ */
9161
9551
  describeBackupTasksWithOptions(request: DescribeBackupTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupTasksResponse>;
9552
+ /**
9553
+ * @summary Queries the backup tasks of a PolarDB cluster.
9554
+ *
9555
+ * @param request DescribeBackupTasksRequest
9556
+ * @return DescribeBackupTasksResponse
9557
+ */
9162
9558
  describeBackupTasks(request: DescribeBackupTasksRequest): Promise<DescribeBackupTasksResponse>;
9559
+ /**
9560
+ * @summary Queries the backup details of a PolarDB cluster.
9561
+ *
9562
+ * @param request DescribeBackupsRequest
9563
+ * @param runtime runtime options for this request RuntimeOptions
9564
+ * @return DescribeBackupsResponse
9565
+ */
9163
9566
  describeBackupsWithOptions(request: DescribeBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupsResponse>;
9567
+ /**
9568
+ * @summary Queries the backup details of a PolarDB cluster.
9569
+ *
9570
+ * @param request DescribeBackupsRequest
9571
+ * @return DescribeBackupsResponse
9572
+ */
9164
9573
  describeBackups(request: DescribeBackupsRequest): Promise<DescribeBackupsResponse>;
9574
+ /**
9575
+ * @summary Queries character sets that are supported by a PolarDB for MySQL cluster.
9576
+ *
9577
+ * @param request DescribeCharacterSetNameRequest
9578
+ * @param runtime runtime options for this request RuntimeOptions
9579
+ * @return DescribeCharacterSetNameResponse
9580
+ */
9165
9581
  describeCharacterSetNameWithOptions(request: DescribeCharacterSetNameRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCharacterSetNameResponse>;
9582
+ /**
9583
+ * @summary Queries character sets that are supported by a PolarDB for MySQL cluster.
9584
+ *
9585
+ * @param request DescribeCharacterSetNameRequest
9586
+ * @return DescribeCharacterSetNameResponse
9587
+ */
9166
9588
  describeCharacterSetName(request: DescribeCharacterSetNameRequest): Promise<DescribeCharacterSetNameResponse>;
9589
+ /**
9590
+ * @summary Queries the specifications of a cluster.
9591
+ *
9592
+ * @param request DescribeClassListRequest
9593
+ * @param runtime runtime options for this request RuntimeOptions
9594
+ * @return DescribeClassListResponse
9595
+ */
9167
9596
  describeClassListWithOptions(request: DescribeClassListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClassListResponse>;
9597
+ /**
9598
+ * @summary Queries the specifications of a cluster.
9599
+ *
9600
+ * @param request DescribeClassListRequest
9601
+ * @return DescribeClassListResponse
9602
+ */
9168
9603
  describeClassList(request: DescribeClassListRequest): Promise<DescribeClassListResponse>;
9604
+ /**
9605
+ * @summary Queries the IP address whitelists and security groups of a PolarDB cluster.
9606
+ *
9607
+ * @param request DescribeDBClusterAccessWhitelistRequest
9608
+ * @param runtime runtime options for this request RuntimeOptions
9609
+ * @return DescribeDBClusterAccessWhitelistResponse
9610
+ */
9169
9611
  describeDBClusterAccessWhitelistWithOptions(request: DescribeDBClusterAccessWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterAccessWhitelistResponse>;
9612
+ /**
9613
+ * @summary Queries the IP address whitelists and security groups of a PolarDB cluster.
9614
+ *
9615
+ * @param request DescribeDBClusterAccessWhitelistRequest
9616
+ * @return DescribeDBClusterAccessWhitelistResponse
9617
+ */
9170
9618
  describeDBClusterAccessWhitelist(request: DescribeDBClusterAccessWhitelistRequest): Promise<DescribeDBClusterAccessWhitelistResponse>;
9619
+ /**
9620
+ * @summary Queries information about a PolarDB cluster.
9621
+ *
9622
+ * @param request DescribeDBClusterAttributeRequest
9623
+ * @param runtime runtime options for this request RuntimeOptions
9624
+ * @return DescribeDBClusterAttributeResponse
9625
+ */
9171
9626
  describeDBClusterAttributeWithOptions(request: DescribeDBClusterAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterAttributeResponse>;
9627
+ /**
9628
+ * @summary Queries information about a PolarDB cluster.
9629
+ *
9630
+ * @param request DescribeDBClusterAttributeRequest
9631
+ * @return DescribeDBClusterAttributeResponse
9632
+ */
9172
9633
  describeDBClusterAttribute(request: DescribeDBClusterAttributeRequest): Promise<DescribeDBClusterAttributeResponse>;
9634
+ /**
9635
+ * @summary Describe SQL collector for a PolarDB cluster. Features related to SQL collector include audit log and SQL Explorer.
9636
+ *
9637
+ * @param request DescribeDBClusterAuditLogCollectorRequest
9638
+ * @param runtime runtime options for this request RuntimeOptions
9639
+ * @return DescribeDBClusterAuditLogCollectorResponse
9640
+ */
9173
9641
  describeDBClusterAuditLogCollectorWithOptions(request: DescribeDBClusterAuditLogCollectorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterAuditLogCollectorResponse>;
9642
+ /**
9643
+ * @summary Describe SQL collector for a PolarDB cluster. Features related to SQL collector include audit log and SQL Explorer.
9644
+ *
9645
+ * @param request DescribeDBClusterAuditLogCollectorRequest
9646
+ * @return DescribeDBClusterAuditLogCollectorResponse
9647
+ */
9174
9648
  describeDBClusterAuditLogCollector(request: DescribeDBClusterAuditLogCollectorRequest): Promise<DescribeDBClusterAuditLogCollectorResponse>;
9649
+ /**
9650
+ * @summary Queries available resources in a PolarDB cluster.
9651
+ *
9652
+ * @param request DescribeDBClusterAvailableResourcesRequest
9653
+ * @param runtime runtime options for this request RuntimeOptions
9654
+ * @return DescribeDBClusterAvailableResourcesResponse
9655
+ */
9175
9656
  describeDBClusterAvailableResourcesWithOptions(request: DescribeDBClusterAvailableResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterAvailableResourcesResponse>;
9657
+ /**
9658
+ * @summary Queries available resources in a PolarDB cluster.
9659
+ *
9660
+ * @param request DescribeDBClusterAvailableResourcesRequest
9661
+ * @return DescribeDBClusterAvailableResourcesResponse
9662
+ */
9176
9663
  describeDBClusterAvailableResources(request: DescribeDBClusterAvailableResourcesRequest): Promise<DescribeDBClusterAvailableResourcesResponse>;
9664
+ /**
9665
+ * @summary Queries whether the source IP address can access a cluster.
9666
+ *
9667
+ * @param request DescribeDBClusterConnectivityRequest
9668
+ * @param runtime runtime options for this request RuntimeOptions
9669
+ * @return DescribeDBClusterConnectivityResponse
9670
+ */
9177
9671
  describeDBClusterConnectivityWithOptions(request: DescribeDBClusterConnectivityRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterConnectivityResponse>;
9672
+ /**
9673
+ * @summary Queries whether the source IP address can access a cluster.
9674
+ *
9675
+ * @param request DescribeDBClusterConnectivityRequest
9676
+ * @return DescribeDBClusterConnectivityResponse
9677
+ */
9178
9678
  describeDBClusterConnectivity(request: DescribeDBClusterConnectivityRequest): Promise<DescribeDBClusterConnectivityResponse>;
9679
+ /**
9680
+ * @summary Queries the endpoints of a PolarDB cluster.
9681
+ *
9682
+ * @param request DescribeDBClusterEndpointsRequest
9683
+ * @param runtime runtime options for this request RuntimeOptions
9684
+ * @return DescribeDBClusterEndpointsResponse
9685
+ */
9179
9686
  describeDBClusterEndpointsWithOptions(request: DescribeDBClusterEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterEndpointsResponse>;
9687
+ /**
9688
+ * @summary Queries the endpoints of a PolarDB cluster.
9689
+ *
9690
+ * @param request DescribeDBClusterEndpointsRequest
9691
+ * @return DescribeDBClusterEndpointsResponse
9692
+ */
9180
9693
  describeDBClusterEndpoints(request: DescribeDBClusterEndpointsRequest): Promise<DescribeDBClusterEndpointsResponse>;
9181
9694
  /**
9182
- * * You can call this operation to query the status of data migration from an ApsaraDB RDS instance to a PolarDB cluster. For more information, see [Upgrade ApsaraDB RDS for MySQL to PolarDB for MySQL with one click](~~121582~~).
9183
- * * Before you call this operation, make sure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](~~98169~~) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**.
9184
- *
9185
- * @param request DescribeDBClusterMigrationRequest
9186
- * @param runtime runtime options for this request RuntimeOptions
9187
- * @return DescribeDBClusterMigrationResponse
9695
+ * @summary Queries the migration status of PolarDB clusters.
9696
+ *
9697
+ * @description * You can call this operation to query the status of data migration from an ApsaraDB RDS instance to a PolarDB cluster. For more information, see [Upgrade ApsaraDB RDS for MySQL to PolarDB for MySQL with one click](https://help.aliyun.com/document_detail/121582.html).
9698
+ * * Before you call this operation, make sure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](https://help.aliyun.com/document_detail/98169.html) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**.
9699
+ *
9700
+ * @param request DescribeDBClusterMigrationRequest
9701
+ * @param runtime runtime options for this request RuntimeOptions
9702
+ * @return DescribeDBClusterMigrationResponse
9188
9703
  */
9189
9704
  describeDBClusterMigrationWithOptions(request: DescribeDBClusterMigrationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterMigrationResponse>;
9190
9705
  /**
9191
- * * You can call this operation to query the status of data migration from an ApsaraDB RDS instance to a PolarDB cluster. For more information, see [Upgrade ApsaraDB RDS for MySQL to PolarDB for MySQL with one click](~~121582~~).
9192
- * * Before you call this operation, make sure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](~~98169~~) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**.
9193
- *
9194
- * @param request DescribeDBClusterMigrationRequest
9195
- * @return DescribeDBClusterMigrationResponse
9706
+ * @summary Queries the migration status of PolarDB clusters.
9707
+ *
9708
+ * @description * You can call this operation to query the status of data migration from an ApsaraDB RDS instance to a PolarDB cluster. For more information, see [Upgrade ApsaraDB RDS for MySQL to PolarDB for MySQL with one click](https://help.aliyun.com/document_detail/121582.html).
9709
+ * * Before you call this operation, make sure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](https://help.aliyun.com/document_detail/98169.html) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**.
9710
+ *
9711
+ * @param request DescribeDBClusterMigrationRequest
9712
+ * @return DescribeDBClusterMigrationResponse
9196
9713
  */
9197
9714
  describeDBClusterMigration(request: DescribeDBClusterMigrationRequest): Promise<DescribeDBClusterMigrationResponse>;
9715
+ /**
9716
+ * @summary Queries the interval at which the monitoring data of a PolarDB cluster is collected.
9717
+ *
9718
+ * @param request DescribeDBClusterMonitorRequest
9719
+ * @param runtime runtime options for this request RuntimeOptions
9720
+ * @return DescribeDBClusterMonitorResponse
9721
+ */
9198
9722
  describeDBClusterMonitorWithOptions(request: DescribeDBClusterMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterMonitorResponse>;
9723
+ /**
9724
+ * @summary Queries the interval at which the monitoring data of a PolarDB cluster is collected.
9725
+ *
9726
+ * @param request DescribeDBClusterMonitorRequest
9727
+ * @return DescribeDBClusterMonitorResponse
9728
+ */
9199
9729
  describeDBClusterMonitor(request: DescribeDBClusterMonitorRequest): Promise<DescribeDBClusterMonitorResponse>;
9730
+ /**
9731
+ * @summary Queries the parameters of a PolarDB cluster.
9732
+ *
9733
+ * @param request DescribeDBClusterParametersRequest
9734
+ * @param runtime runtime options for this request RuntimeOptions
9735
+ * @return DescribeDBClusterParametersResponse
9736
+ */
9200
9737
  describeDBClusterParametersWithOptions(request: DescribeDBClusterParametersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterParametersResponse>;
9738
+ /**
9739
+ * @summary Queries the parameters of a PolarDB cluster.
9740
+ *
9741
+ * @param request DescribeDBClusterParametersRequest
9742
+ * @return DescribeDBClusterParametersResponse
9743
+ */
9201
9744
  describeDBClusterParameters(request: DescribeDBClusterParametersRequest): Promise<DescribeDBClusterParametersResponse>;
9202
9745
  /**
9203
- * * When the monitoring data is collected every 5 seconds:
9204
- * * If the query time range is less than or equal to 1 hour, the data is displayed at intervals of 5 seconds.
9205
- * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9206
- * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9207
- * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9208
- * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9209
- * * When the monitoring data is collected every 60 seconds:
9210
- * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9211
- * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9212
- * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9213
- * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9214
- * > By default, the monitoring data is collected once every 60 seconds. You can call the [ModifyDBClusterMonitor](~~159557~~) operation to set the data collection interval to every 5 seconds.
9215
- *
9216
- * @param request DescribeDBClusterPerformanceRequest
9217
- * @param runtime runtime options for this request RuntimeOptions
9218
- * @return DescribeDBClusterPerformanceResponse
9746
+ * @summary Queries the performance data of a PolarDB cluster.
9747
+ *
9748
+ * @description * When the monitoring data is collected every 5 seconds:
9749
+ * * If the query time range is less than or equal to 1 hour, the data is displayed at intervals of 5 seconds.
9750
+ * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9751
+ * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9752
+ * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9753
+ * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9754
+ * * When the monitoring data is collected every 60 seconds:
9755
+ * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9756
+ * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9757
+ * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9758
+ * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9759
+ * > By default, the monitoring data is collected once every 60 seconds. You can call the [ModifyDBClusterMonitor](https://help.aliyun.com/document_detail/159557.html) operation to set the data collection interval to every 5 seconds.
9760
+ *
9761
+ * @param request DescribeDBClusterPerformanceRequest
9762
+ * @param runtime runtime options for this request RuntimeOptions
9763
+ * @return DescribeDBClusterPerformanceResponse
9219
9764
  */
9220
9765
  describeDBClusterPerformanceWithOptions(request: DescribeDBClusterPerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterPerformanceResponse>;
9221
9766
  /**
9222
- * * When the monitoring data is collected every 5 seconds:
9223
- * * If the query time range is less than or equal to 1 hour, the data is displayed at intervals of 5 seconds.
9224
- * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9225
- * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9226
- * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9227
- * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9228
- * * When the monitoring data is collected every 60 seconds:
9229
- * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9230
- * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9231
- * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9232
- * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9233
- * > By default, the monitoring data is collected once every 60 seconds. You can call the [ModifyDBClusterMonitor](~~159557~~) operation to set the data collection interval to every 5 seconds.
9234
- *
9235
- * @param request DescribeDBClusterPerformanceRequest
9236
- * @return DescribeDBClusterPerformanceResponse
9767
+ * @summary Queries the performance data of a PolarDB cluster.
9768
+ *
9769
+ * @description * When the monitoring data is collected every 5 seconds:
9770
+ * * If the query time range is less than or equal to 1 hour, the data is displayed at intervals of 5 seconds.
9771
+ * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9772
+ * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9773
+ * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9774
+ * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9775
+ * * When the monitoring data is collected every 60 seconds:
9776
+ * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9777
+ * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9778
+ * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9779
+ * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9780
+ * > By default, the monitoring data is collected once every 60 seconds. You can call the [ModifyDBClusterMonitor](https://help.aliyun.com/document_detail/159557.html) operation to set the data collection interval to every 5 seconds.
9781
+ *
9782
+ * @param request DescribeDBClusterPerformanceRequest
9783
+ * @return DescribeDBClusterPerformanceResponse
9237
9784
  */
9238
9785
  describeDBClusterPerformance(request: DescribeDBClusterPerformanceRequest): Promise<DescribeDBClusterPerformanceResponse>;
9786
+ /**
9787
+ * @summary Queries the Secure Sockets Layer (SSL) settings of a PolarDB cluster.
9788
+ *
9789
+ * @param request DescribeDBClusterSSLRequest
9790
+ * @param runtime runtime options for this request RuntimeOptions
9791
+ * @return DescribeDBClusterSSLResponse
9792
+ */
9239
9793
  describeDBClusterSSLWithOptions(request: DescribeDBClusterSSLRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterSSLResponse>;
9794
+ /**
9795
+ * @summary Queries the Secure Sockets Layer (SSL) settings of a PolarDB cluster.
9796
+ *
9797
+ * @param request DescribeDBClusterSSLRequest
9798
+ * @return DescribeDBClusterSSLResponse
9799
+ */
9240
9800
  describeDBClusterSSL(request: DescribeDBClusterSSLRequest): Promise<DescribeDBClusterSSLResponse>;
9801
+ /**
9802
+ * @summary Queries the configurations of a serverless cluster.
9803
+ *
9804
+ * @param request DescribeDBClusterServerlessConfRequest
9805
+ * @param runtime runtime options for this request RuntimeOptions
9806
+ * @return DescribeDBClusterServerlessConfResponse
9807
+ */
9241
9808
  describeDBClusterServerlessConfWithOptions(request: DescribeDBClusterServerlessConfRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterServerlessConfResponse>;
9809
+ /**
9810
+ * @summary Queries the configurations of a serverless cluster.
9811
+ *
9812
+ * @param request DescribeDBClusterServerlessConfRequest
9813
+ * @return DescribeDBClusterServerlessConfResponse
9814
+ */
9242
9815
  describeDBClusterServerlessConf(request: DescribeDBClusterServerlessConfRequest): Promise<DescribeDBClusterServerlessConfResponse>;
9816
+ /**
9817
+ * @summary Queries the Transparent Data Encryption (TDE) settings of a PolarDB for MySQL cluster.
9818
+ *
9819
+ * @param request DescribeDBClusterTDERequest
9820
+ * @param runtime runtime options for this request RuntimeOptions
9821
+ * @return DescribeDBClusterTDEResponse
9822
+ */
9243
9823
  describeDBClusterTDEWithOptions(request: DescribeDBClusterTDERequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterTDEResponse>;
9824
+ /**
9825
+ * @summary Queries the Transparent Data Encryption (TDE) settings of a PolarDB for MySQL cluster.
9826
+ *
9827
+ * @param request DescribeDBClusterTDERequest
9828
+ * @return DescribeDBClusterTDEResponse
9829
+ */
9244
9830
  describeDBClusterTDE(request: DescribeDBClusterTDERequest): Promise<DescribeDBClusterTDEResponse>;
9831
+ /**
9832
+ * @summary Queries the information about the database engine version of a PolarDB for MySQL cluster.
9833
+ *
9834
+ * @param request DescribeDBClusterVersionRequest
9835
+ * @param runtime runtime options for this request RuntimeOptions
9836
+ * @return DescribeDBClusterVersionResponse
9837
+ */
9245
9838
  describeDBClusterVersionWithOptions(request: DescribeDBClusterVersionRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterVersionResponse>;
9839
+ /**
9840
+ * @summary Queries the information about the database engine version of a PolarDB for MySQL cluster.
9841
+ *
9842
+ * @param request DescribeDBClusterVersionRequest
9843
+ * @return DescribeDBClusterVersionResponse
9844
+ */
9246
9845
  describeDBClusterVersion(request: DescribeDBClusterVersionRequest): Promise<DescribeDBClusterVersionResponse>;
9846
+ /**
9847
+ * @summary Queries PolarDB clusters or the clusters that can be accessed by an authorized RAM user.
9848
+ *
9849
+ * @param request DescribeDBClustersRequest
9850
+ * @param runtime runtime options for this request RuntimeOptions
9851
+ * @return DescribeDBClustersResponse
9852
+ */
9247
9853
  describeDBClustersWithOptions(request: DescribeDBClustersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClustersResponse>;
9854
+ /**
9855
+ * @summary Queries PolarDB clusters or the clusters that can be accessed by an authorized RAM user.
9856
+ *
9857
+ * @param request DescribeDBClustersRequest
9858
+ * @return DescribeDBClustersResponse
9859
+ */
9248
9860
  describeDBClusters(request: DescribeDBClustersRequest): Promise<DescribeDBClustersResponse>;
9861
+ /**
9862
+ * @summary Queries the information about PolarDB clusters that contain backup sets in a region.
9863
+ *
9864
+ * @param request DescribeDBClustersWithBackupsRequest
9865
+ * @param runtime runtime options for this request RuntimeOptions
9866
+ * @return DescribeDBClustersWithBackupsResponse
9867
+ */
9249
9868
  describeDBClustersWithBackupsWithOptions(request: DescribeDBClustersWithBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClustersWithBackupsResponse>;
9869
+ /**
9870
+ * @summary Queries the information about PolarDB clusters that contain backup sets in a region.
9871
+ *
9872
+ * @param request DescribeDBClustersWithBackupsRequest
9873
+ * @return DescribeDBClustersWithBackupsResponse
9874
+ */
9250
9875
  describeDBClustersWithBackups(request: DescribeDBClustersWithBackupsRequest): Promise<DescribeDBClustersWithBackupsResponse>;
9876
+ /**
9877
+ * @summary Queries the attributes that are supported by a PolarDB for PostgreSQL (Compatible with Oracle) cluster or a PolarDB for PostgreSQL cluster, such as the character sets and collations.
9878
+ *
9879
+ * @param request DescribeDBInitializeVariableRequest
9880
+ * @param runtime runtime options for this request RuntimeOptions
9881
+ * @return DescribeDBInitializeVariableResponse
9882
+ */
9251
9883
  describeDBInitializeVariableWithOptions(request: DescribeDBInitializeVariableRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInitializeVariableResponse>;
9884
+ /**
9885
+ * @summary Queries the attributes that are supported by a PolarDB for PostgreSQL (Compatible with Oracle) cluster or a PolarDB for PostgreSQL cluster, such as the character sets and collations.
9886
+ *
9887
+ * @param request DescribeDBInitializeVariableRequest
9888
+ * @return DescribeDBInitializeVariableResponse
9889
+ */
9252
9890
  describeDBInitializeVariable(request: DescribeDBInitializeVariableRequest): Promise<DescribeDBInitializeVariableResponse>;
9253
9891
  /**
9254
- * > You can query only the database links that use a PolarDB for Oracle cluster as the source.
9255
- *
9256
- * @param request DescribeDBLinksRequest
9257
- * @param runtime runtime options for this request RuntimeOptions
9258
- * @return DescribeDBLinksResponse
9892
+ * @summary Queries the database links of a PolarDB for PostgreSQL (Compatible with Oracle) cluster.
9893
+ *
9894
+ * @description > You can query only the database links that use a PolarDB for Oracle cluster as the source.
9895
+ *
9896
+ * @param request DescribeDBLinksRequest
9897
+ * @param runtime runtime options for this request RuntimeOptions
9898
+ * @return DescribeDBLinksResponse
9259
9899
  */
9260
9900
  describeDBLinksWithOptions(request: DescribeDBLinksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBLinksResponse>;
9261
9901
  /**
9262
- * > You can query only the database links that use a PolarDB for Oracle cluster as the source.
9263
- *
9264
- * @param request DescribeDBLinksRequest
9265
- * @return DescribeDBLinksResponse
9902
+ * @summary Queries the database links of a PolarDB for PostgreSQL (Compatible with Oracle) cluster.
9903
+ *
9904
+ * @description > You can query only the database links that use a PolarDB for Oracle cluster as the source.
9905
+ *
9906
+ * @param request DescribeDBLinksRequest
9907
+ * @return DescribeDBLinksResponse
9266
9908
  */
9267
9909
  describeDBLinks(request: DescribeDBLinksRequest): Promise<DescribeDBLinksResponse>;
9268
9910
  /**
9269
- * * When the monitoring data is collected every 5 seconds:
9270
- * * If the query time range is less than or equal to 1 hour, the data is displayed at intervals of 5 seconds.
9271
- * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9272
- * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9273
- * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9274
- * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9275
- * * When the monitoring data is collected every 60 seconds:
9276
- * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9277
- * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9278
- * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9279
- * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9280
- * > By default, the monitoring data is collected once every 60 seconds. You can call the [ModifyDBClusterMonitor](~~159557~~) operation to set the data collection interval to every 5 seconds.
9281
- *
9282
- * @param request DescribeDBNodePerformanceRequest
9283
- * @param runtime runtime options for this request RuntimeOptions
9284
- * @return DescribeDBNodePerformanceResponse
9911
+ * @summary Queries the performance data of a node in a PolarDB cluster.
9912
+ *
9913
+ * @description * When the monitoring data is collected every 5 seconds:
9914
+ * * If the query time range is less than or equal to 1 hour, the data is displayed at intervals of 5 seconds.
9915
+ * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9916
+ * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9917
+ * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9918
+ * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9919
+ * * When the monitoring data is collected every 60 seconds:
9920
+ * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9921
+ * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9922
+ * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9923
+ * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9924
+ * > By default, the monitoring data is collected once every 60 seconds. You can call the [ModifyDBClusterMonitor](https://help.aliyun.com/document_detail/159557.html) operation to set the data collection interval to every 5 seconds.
9925
+ *
9926
+ * @param request DescribeDBNodePerformanceRequest
9927
+ * @param runtime runtime options for this request RuntimeOptions
9928
+ * @return DescribeDBNodePerformanceResponse
9285
9929
  */
9286
9930
  describeDBNodePerformanceWithOptions(request: DescribeDBNodePerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBNodePerformanceResponse>;
9287
9931
  /**
9288
- * * When the monitoring data is collected every 5 seconds:
9289
- * * If the query time range is less than or equal to 1 hour, the data is displayed at intervals of 5 seconds.
9290
- * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9291
- * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9292
- * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9293
- * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9294
- * * When the monitoring data is collected every 60 seconds:
9295
- * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9296
- * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9297
- * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9298
- * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9299
- * > By default, the monitoring data is collected once every 60 seconds. You can call the [ModifyDBClusterMonitor](~~159557~~) operation to set the data collection interval to every 5 seconds.
9300
- *
9301
- * @param request DescribeDBNodePerformanceRequest
9302
- * @return DescribeDBNodePerformanceResponse
9932
+ * @summary Queries the performance data of a node in a PolarDB cluster.
9933
+ *
9934
+ * @description * When the monitoring data is collected every 5 seconds:
9935
+ * * If the query time range is less than or equal to 1 hour, the data is displayed at intervals of 5 seconds.
9936
+ * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9937
+ * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9938
+ * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9939
+ * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9940
+ * * When the monitoring data is collected every 60 seconds:
9941
+ * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9942
+ * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9943
+ * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9944
+ * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9945
+ * > By default, the monitoring data is collected once every 60 seconds. You can call the [ModifyDBClusterMonitor](https://help.aliyun.com/document_detail/159557.html) operation to set the data collection interval to every 5 seconds.
9946
+ *
9947
+ * @param request DescribeDBNodePerformanceRequest
9948
+ * @return DescribeDBNodePerformanceResponse
9303
9949
  */
9304
9950
  describeDBNodePerformance(request: DescribeDBNodePerformanceRequest): Promise<DescribeDBNodePerformanceResponse>;
9951
+ /**
9952
+ * @summary Queries the parameters of a specified node in a cluster.
9953
+ *
9954
+ * @param request DescribeDBNodesParametersRequest
9955
+ * @param runtime runtime options for this request RuntimeOptions
9956
+ * @return DescribeDBNodesParametersResponse
9957
+ */
9305
9958
  describeDBNodesParametersWithOptions(request: DescribeDBNodesParametersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBNodesParametersResponse>;
9959
+ /**
9960
+ * @summary Queries the parameters of a specified node in a cluster.
9961
+ *
9962
+ * @param request DescribeDBNodesParametersRequest
9963
+ * @return DescribeDBNodesParametersResponse
9964
+ */
9306
9965
  describeDBNodesParameters(request: DescribeDBNodesParametersRequest): Promise<DescribeDBNodesParametersResponse>;
9307
9966
  /**
9308
- * > This operation is applicable only to PolarDB for MySQL clusters.
9309
- *
9310
- * @param request DescribeDBProxyPerformanceRequest
9311
- * @param runtime runtime options for this request RuntimeOptions
9312
- * @return DescribeDBProxyPerformanceResponse
9967
+ * @summary Queries the performance data of PolarProxy.
9968
+ *
9969
+ * @description > This operation is applicable only to PolarDB for MySQL clusters.
9970
+ *
9971
+ * @param request DescribeDBProxyPerformanceRequest
9972
+ * @param runtime runtime options for this request RuntimeOptions
9973
+ * @return DescribeDBProxyPerformanceResponse
9313
9974
  */
9314
9975
  describeDBProxyPerformanceWithOptions(request: DescribeDBProxyPerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBProxyPerformanceResponse>;
9315
9976
  /**
9316
- * > This operation is applicable only to PolarDB for MySQL clusters.
9317
- *
9318
- * @param request DescribeDBProxyPerformanceRequest
9319
- * @return DescribeDBProxyPerformanceResponse
9977
+ * @summary Queries the performance data of PolarProxy.
9978
+ *
9979
+ * @description > This operation is applicable only to PolarDB for MySQL clusters.
9980
+ *
9981
+ * @param request DescribeDBProxyPerformanceRequest
9982
+ * @return DescribeDBProxyPerformanceResponse
9320
9983
  */
9321
9984
  describeDBProxyPerformance(request: DescribeDBProxyPerformanceRequest): Promise<DescribeDBProxyPerformanceResponse>;
9985
+ /**
9986
+ * @summary 查看实例的 DAS 配置
9987
+ *
9988
+ * @param request DescribeDasConfigRequest
9989
+ * @param runtime runtime options for this request RuntimeOptions
9990
+ * @return DescribeDasConfigResponse
9991
+ */
9322
9992
  describeDasConfigWithOptions(request: DescribeDasConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDasConfigResponse>;
9993
+ /**
9994
+ * @summary 查看实例的 DAS 配置
9995
+ *
9996
+ * @param request DescribeDasConfigRequest
9997
+ * @return DescribeDasConfigResponse
9998
+ */
9323
9999
  describeDasConfig(request: DescribeDasConfigRequest): Promise<DescribeDasConfigResponse>;
10000
+ /**
10001
+ * @summary Queries the information about databases in a PolarDB cluster.
10002
+ *
10003
+ * @param request DescribeDatabasesRequest
10004
+ * @param runtime runtime options for this request RuntimeOptions
10005
+ * @return DescribeDatabasesResponse
10006
+ */
9324
10007
  describeDatabasesWithOptions(request: DescribeDatabasesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDatabasesResponse>;
10008
+ /**
10009
+ * @summary Queries the information about databases in a PolarDB cluster.
10010
+ *
10011
+ * @param request DescribeDatabasesRequest
10012
+ * @return DescribeDatabasesResponse
10013
+ */
9325
10014
  describeDatabases(request: DescribeDatabasesRequest): Promise<DescribeDatabasesResponse>;
9326
10015
  /**
9327
- * Before you call this operation, make sure that the PolarDB cluster is in the **Released** state. You must also confirm that the **Retain All Backups Permanently** or **Retain Last Automatic Backup Permanently** backup retention policy takes effect after you release the cluster. If you delete all backup sets after the cluster is released, you cannot use this API operation to query the cluster.
9328
- * > You can call the [DescribeDBClusterAttribute](~~98181~~) operation to query the cluster status.
9329
- *
9330
- * @param request DescribeDetachedBackupsRequest
9331
- * @param runtime runtime options for this request RuntimeOptions
9332
- * @return DescribeDetachedBackupsResponse
10016
+ * @summary Queries the information about the backup sets in a released PolarDB cluster.
10017
+ *
10018
+ * @description Before you call this operation, make sure that the PolarDB cluster is in the **Released** state. You must also confirm that the **Retain All Backups Permanently** or **Retain Last Automatic Backup Permanently** backup retention policy takes effect after you release the cluster. If you delete all backup sets after the cluster is released, you cannot use this API operation to query the cluster.
10019
+ * > You can call the [DescribeDBClusterAttribute](https://help.aliyun.com/document_detail/98181.html) operation to query the cluster status.
10020
+ *
10021
+ * @param request DescribeDetachedBackupsRequest
10022
+ * @param runtime runtime options for this request RuntimeOptions
10023
+ * @return DescribeDetachedBackupsResponse
9333
10024
  */
9334
10025
  describeDetachedBackupsWithOptions(request: DescribeDetachedBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDetachedBackupsResponse>;
9335
10026
  /**
9336
- * Before you call this operation, make sure that the PolarDB cluster is in the **Released** state. You must also confirm that the **Retain All Backups Permanently** or **Retain Last Automatic Backup Permanently** backup retention policy takes effect after you release the cluster. If you delete all backup sets after the cluster is released, you cannot use this API operation to query the cluster.
9337
- * > You can call the [DescribeDBClusterAttribute](~~98181~~) operation to query the cluster status.
9338
- *
9339
- * @param request DescribeDetachedBackupsRequest
9340
- * @return DescribeDetachedBackupsResponse
10027
+ * @summary Queries the information about the backup sets in a released PolarDB cluster.
10028
+ *
10029
+ * @description Before you call this operation, make sure that the PolarDB cluster is in the **Released** state. You must also confirm that the **Retain All Backups Permanently** or **Retain Last Automatic Backup Permanently** backup retention policy takes effect after you release the cluster. If you delete all backup sets after the cluster is released, you cannot use this API operation to query the cluster.
10030
+ * > You can call the [DescribeDBClusterAttribute](https://help.aliyun.com/document_detail/98181.html) operation to query the cluster status.
10031
+ *
10032
+ * @param request DescribeDetachedBackupsRequest
10033
+ * @return DescribeDetachedBackupsResponse
9341
10034
  */
9342
10035
  describeDetachedBackups(request: DescribeDetachedBackupsRequest): Promise<DescribeDetachedBackupsResponse>;
10036
+ /**
10037
+ * @summary Queries the information about a Global Database Network (GDN).
10038
+ *
10039
+ * @param request DescribeGlobalDatabaseNetworkRequest
10040
+ * @param runtime runtime options for this request RuntimeOptions
10041
+ * @return DescribeGlobalDatabaseNetworkResponse
10042
+ */
9343
10043
  describeGlobalDatabaseNetworkWithOptions(request: DescribeGlobalDatabaseNetworkRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGlobalDatabaseNetworkResponse>;
10044
+ /**
10045
+ * @summary Queries the information about a Global Database Network (GDN).
10046
+ *
10047
+ * @param request DescribeGlobalDatabaseNetworkRequest
10048
+ * @return DescribeGlobalDatabaseNetworkResponse
10049
+ */
9344
10050
  describeGlobalDatabaseNetwork(request: DescribeGlobalDatabaseNetworkRequest): Promise<DescribeGlobalDatabaseNetworkResponse>;
10051
+ /**
10052
+ * @summary Queries the information about all Global Database Networks (GDNs) that belong to an account.
10053
+ *
10054
+ * @param request DescribeGlobalDatabaseNetworksRequest
10055
+ * @param runtime runtime options for this request RuntimeOptions
10056
+ * @return DescribeGlobalDatabaseNetworksResponse
10057
+ */
9345
10058
  describeGlobalDatabaseNetworksWithOptions(request: DescribeGlobalDatabaseNetworksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGlobalDatabaseNetworksResponse>;
10059
+ /**
10060
+ * @summary Queries the information about all Global Database Networks (GDNs) that belong to an account.
10061
+ *
10062
+ * @param request DescribeGlobalDatabaseNetworksRequest
10063
+ * @return DescribeGlobalDatabaseNetworksResponse
10064
+ */
9346
10065
  describeGlobalDatabaseNetworks(request: DescribeGlobalDatabaseNetworksRequest): Promise<DescribeGlobalDatabaseNetworksResponse>;
10066
+ /**
10067
+ * @summary Queries global IP whitelist templates.
10068
+ *
10069
+ * @param request DescribeGlobalSecurityIPGroupRequest
10070
+ * @param runtime runtime options for this request RuntimeOptions
10071
+ * @return DescribeGlobalSecurityIPGroupResponse
10072
+ */
9347
10073
  describeGlobalSecurityIPGroupWithOptions(request: DescribeGlobalSecurityIPGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGlobalSecurityIPGroupResponse>;
10074
+ /**
10075
+ * @summary Queries global IP whitelist templates.
10076
+ *
10077
+ * @param request DescribeGlobalSecurityIPGroupRequest
10078
+ * @return DescribeGlobalSecurityIPGroupResponse
10079
+ */
9348
10080
  describeGlobalSecurityIPGroup(request: DescribeGlobalSecurityIPGroupRequest): Promise<DescribeGlobalSecurityIPGroupResponse>;
10081
+ /**
10082
+ * @summary Queries the relationship between a cluster and a global IP whitelist template.
10083
+ *
10084
+ * @param request DescribeGlobalSecurityIPGroupRelationRequest
10085
+ * @param runtime runtime options for this request RuntimeOptions
10086
+ * @return DescribeGlobalSecurityIPGroupRelationResponse
10087
+ */
9349
10088
  describeGlobalSecurityIPGroupRelationWithOptions(request: DescribeGlobalSecurityIPGroupRelationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGlobalSecurityIPGroupRelationResponse>;
10089
+ /**
10090
+ * @summary Queries the relationship between a cluster and a global IP whitelist template.
10091
+ *
10092
+ * @param request DescribeGlobalSecurityIPGroupRelationRequest
10093
+ * @return DescribeGlobalSecurityIPGroupRelationResponse
10094
+ */
9350
10095
  describeGlobalSecurityIPGroupRelation(request: DescribeGlobalSecurityIPGroupRelationRequest): Promise<DescribeGlobalSecurityIPGroupRelationResponse>;
10096
+ /**
10097
+ * @summary Queries the retention policy of log backups in a PolarDB cluster.
10098
+ *
10099
+ * @param request DescribeLogBackupPolicyRequest
10100
+ * @param runtime runtime options for this request RuntimeOptions
10101
+ * @return DescribeLogBackupPolicyResponse
10102
+ */
9351
10103
  describeLogBackupPolicyWithOptions(request: DescribeLogBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogBackupPolicyResponse>;
10104
+ /**
10105
+ * @summary Queries the retention policy of log backups in a PolarDB cluster.
10106
+ *
10107
+ * @param request DescribeLogBackupPolicyRequest
10108
+ * @return DescribeLogBackupPolicyResponse
10109
+ */
9352
10110
  describeLogBackupPolicy(request: DescribeLogBackupPolicyRequest): Promise<DescribeLogBackupPolicyResponse>;
10111
+ /**
10112
+ * @summary Queries the data masking rules of a PolarDB cluster or the information about a specified masking rule.
10113
+ *
10114
+ * @param request DescribeMaskingRulesRequest
10115
+ * @param runtime runtime options for this request RuntimeOptions
10116
+ * @return DescribeMaskingRulesResponse
10117
+ */
9353
10118
  describeMaskingRulesWithOptions(request: DescribeMaskingRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMaskingRulesResponse>;
10119
+ /**
10120
+ * @summary Queries the data masking rules of a PolarDB cluster or the information about a specified masking rule.
10121
+ *
10122
+ * @param request DescribeMaskingRulesRequest
10123
+ * @return DescribeMaskingRulesResponse
10124
+ */
9354
10125
  describeMaskingRules(request: DescribeMaskingRulesRequest): Promise<DescribeMaskingRulesResponse>;
10126
+ /**
10127
+ * @summary Queries the details of the databases or tables that can be restored.
10128
+ *
10129
+ * @param request DescribeMetaListRequest
10130
+ * @param runtime runtime options for this request RuntimeOptions
10131
+ * @return DescribeMetaListResponse
10132
+ */
9355
10133
  describeMetaListWithOptions(request: DescribeMetaListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMetaListResponse>;
10134
+ /**
10135
+ * @summary Queries the details of the databases or tables that can be restored.
10136
+ *
10137
+ * @param request DescribeMetaListRequest
10138
+ * @return DescribeMetaListResponse
10139
+ */
9356
10140
  describeMetaList(request: DescribeMetaListRequest): Promise<DescribeMetaListResponse>;
9357
10141
  /**
9358
- * You can use parameter templates to manage multiple parameters at a time and apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](~~207009~~).
9359
- * > This parameter is valid only for a PolarDB for MySQL cluster.
9360
- *
9361
- * @param request DescribeParameterGroupRequest
9362
- * @param runtime runtime options for this request RuntimeOptions
9363
- * @return DescribeParameterGroupResponse
10142
+ * @summary Queries the information about a parameter template.
10143
+ *
10144
+ * @description You can use parameter templates to manage multiple parameters at a time and apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](https://help.aliyun.com/document_detail/207009.html).
10145
+ * > This parameter is valid only for a PolarDB for MySQL cluster.
10146
+ *
10147
+ * @param request DescribeParameterGroupRequest
10148
+ * @param runtime runtime options for this request RuntimeOptions
10149
+ * @return DescribeParameterGroupResponse
9364
10150
  */
9365
10151
  describeParameterGroupWithOptions(request: DescribeParameterGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeParameterGroupResponse>;
9366
10152
  /**
9367
- * You can use parameter templates to manage multiple parameters at a time and apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](~~207009~~).
9368
- * > This parameter is valid only for a PolarDB for MySQL cluster.
9369
- *
9370
- * @param request DescribeParameterGroupRequest
9371
- * @return DescribeParameterGroupResponse
10153
+ * @summary Queries the information about a parameter template.
10154
+ *
10155
+ * @description You can use parameter templates to manage multiple parameters at a time and apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](https://help.aliyun.com/document_detail/207009.html).
10156
+ * > This parameter is valid only for a PolarDB for MySQL cluster.
10157
+ *
10158
+ * @param request DescribeParameterGroupRequest
10159
+ * @return DescribeParameterGroupResponse
9372
10160
  */
9373
10161
  describeParameterGroup(request: DescribeParameterGroupRequest): Promise<DescribeParameterGroupResponse>;
9374
10162
  /**
9375
- * You can use parameter templates to manage multiple parameters at a time and apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](~~207009~~).
9376
- * > This operation is applicable only to PolarDB for MySQL clusters.
9377
- *
9378
- * @param request DescribeParameterGroupsRequest
9379
- * @param runtime runtime options for this request RuntimeOptions
9380
- * @return DescribeParameterGroupsResponse
10163
+ * @summary Queries parameter templates that are available in a specified region.
10164
+ *
10165
+ * @description You can use parameter templates to manage multiple parameters at a time and apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](https://help.aliyun.com/document_detail/207009.html).
10166
+ * > This operation is applicable only to PolarDB for MySQL clusters.
10167
+ *
10168
+ * @param request DescribeParameterGroupsRequest
10169
+ * @param runtime runtime options for this request RuntimeOptions
10170
+ * @return DescribeParameterGroupsResponse
9381
10171
  */
9382
10172
  describeParameterGroupsWithOptions(request: DescribeParameterGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeParameterGroupsResponse>;
9383
10173
  /**
9384
- * You can use parameter templates to manage multiple parameters at a time and apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](~~207009~~).
9385
- * > This operation is applicable only to PolarDB for MySQL clusters.
9386
- *
9387
- * @param request DescribeParameterGroupsRequest
9388
- * @return DescribeParameterGroupsResponse
10174
+ * @summary Queries parameter templates that are available in a specified region.
10175
+ *
10176
+ * @description You can use parameter templates to manage multiple parameters at a time and apply existing parameters to a PolarDB cluster. For more information, see [Use a parameter template](https://help.aliyun.com/document_detail/207009.html).
10177
+ * > This operation is applicable only to PolarDB for MySQL clusters.
10178
+ *
10179
+ * @param request DescribeParameterGroupsRequest
10180
+ * @return DescribeParameterGroupsResponse
9389
10181
  */
9390
10182
  describeParameterGroups(request: DescribeParameterGroupsRequest): Promise<DescribeParameterGroupsResponse>;
10183
+ /**
10184
+ * @summary Queries the default parameters in a cluster.
10185
+ *
10186
+ * @param request DescribeParameterTemplatesRequest
10187
+ * @param runtime runtime options for this request RuntimeOptions
10188
+ * @return DescribeParameterTemplatesResponse
10189
+ */
9391
10190
  describeParameterTemplatesWithOptions(request: DescribeParameterTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeParameterTemplatesResponse>;
10191
+ /**
10192
+ * @summary Queries the default parameters in a cluster.
10193
+ *
10194
+ * @param request DescribeParameterTemplatesRequest
10195
+ * @return DescribeParameterTemplatesResponse
10196
+ */
9392
10197
  describeParameterTemplates(request: DescribeParameterTemplatesRequest): Promise<DescribeParameterTemplatesResponse>;
10198
+ /**
10199
+ * @summary Queries the information about a pending event.
10200
+ *
10201
+ * @param request DescribePendingMaintenanceActionRequest
10202
+ * @param runtime runtime options for this request RuntimeOptions
10203
+ * @return DescribePendingMaintenanceActionResponse
10204
+ */
9393
10205
  describePendingMaintenanceActionWithOptions(request: DescribePendingMaintenanceActionRequest, runtime: $Util.RuntimeOptions): Promise<DescribePendingMaintenanceActionResponse>;
10206
+ /**
10207
+ * @summary Queries the information about a pending event.
10208
+ *
10209
+ * @param request DescribePendingMaintenanceActionRequest
10210
+ * @return DescribePendingMaintenanceActionResponse
10211
+ */
9394
10212
  describePendingMaintenanceAction(request: DescribePendingMaintenanceActionRequest): Promise<DescribePendingMaintenanceActionResponse>;
10213
+ /**
10214
+ * @summary Queries the numbers of pending events of different task types.
10215
+ *
10216
+ * @param request DescribePendingMaintenanceActionsRequest
10217
+ * @param runtime runtime options for this request RuntimeOptions
10218
+ * @return DescribePendingMaintenanceActionsResponse
10219
+ */
9395
10220
  describePendingMaintenanceActionsWithOptions(request: DescribePendingMaintenanceActionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePendingMaintenanceActionsResponse>;
10221
+ /**
10222
+ * @summary Queries the numbers of pending events of different task types.
10223
+ *
10224
+ * @param request DescribePendingMaintenanceActionsRequest
10225
+ * @return DescribePendingMaintenanceActionsResponse
10226
+ */
9396
10227
  describePendingMaintenanceActions(request: DescribePendingMaintenanceActionsRequest): Promise<DescribePendingMaintenanceActionsResponse>;
10228
+ /**
10229
+ * @summary Queries whether the SQL Explorer feature is enabled for the cluster.
10230
+ *
10231
+ * @param request DescribePolarSQLCollectorPolicyRequest
10232
+ * @param runtime runtime options for this request RuntimeOptions
10233
+ * @return DescribePolarSQLCollectorPolicyResponse
10234
+ */
9397
10235
  describePolarSQLCollectorPolicyWithOptions(request: DescribePolarSQLCollectorPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribePolarSQLCollectorPolicyResponse>;
10236
+ /**
10237
+ * @summary Queries whether the SQL Explorer feature is enabled for the cluster.
10238
+ *
10239
+ * @param request DescribePolarSQLCollectorPolicyRequest
10240
+ * @return DescribePolarSQLCollectorPolicyResponse
10241
+ */
9398
10242
  describePolarSQLCollectorPolicy(request: DescribePolarSQLCollectorPolicyRequest): Promise<DescribePolarSQLCollectorPolicyResponse>;
10243
+ /**
10244
+ * @summary Queries the regions and zones available for PolarDB.
10245
+ *
10246
+ * @param request DescribeRegionsRequest
10247
+ * @param runtime runtime options for this request RuntimeOptions
10248
+ * @return DescribeRegionsResponse
10249
+ */
9399
10250
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
10251
+ /**
10252
+ * @summary Queries the regions and zones available for PolarDB.
10253
+ *
10254
+ * @param request DescribeRegionsRequest
10255
+ * @return DescribeRegionsResponse
10256
+ */
9400
10257
  describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
10258
+ /**
10259
+ * @summary Queries the details of all scheduled tasks.
10260
+ *
10261
+ * @param request DescribeScheduleTasksRequest
10262
+ * @param runtime runtime options for this request RuntimeOptions
10263
+ * @return DescribeScheduleTasksResponse
10264
+ */
9401
10265
  describeScheduleTasksWithOptions(request: DescribeScheduleTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeScheduleTasksResponse>;
10266
+ /**
10267
+ * @summary Queries the details of all scheduled tasks.
10268
+ *
10269
+ * @param request DescribeScheduleTasksRequest
10270
+ * @return DescribeScheduleTasksResponse
10271
+ */
9402
10272
  describeScheduleTasks(request: DescribeScheduleTasksRequest): Promise<DescribeScheduleTasksResponse>;
9403
10273
  /**
9404
- * > This operation is applicable only to PolarDB for MySQL clusters.
9405
- *
9406
- * @param request DescribeSlowLogRecordsRequest
9407
- * @param runtime runtime options for this request RuntimeOptions
9408
- * @return DescribeSlowLogRecordsResponse
10274
+ * @summary Queries the details of the slow query logs of a PolarDB cluster.
10275
+ *
10276
+ * @description > This operation is applicable only to PolarDB for MySQL clusters.
10277
+ *
10278
+ * @param request DescribeSlowLogRecordsRequest
10279
+ * @param runtime runtime options for this request RuntimeOptions
10280
+ * @return DescribeSlowLogRecordsResponse
9409
10281
  */
9410
10282
  describeSlowLogRecordsWithOptions(request: DescribeSlowLogRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlowLogRecordsResponse>;
9411
10283
  /**
9412
- * > This operation is applicable only to PolarDB for MySQL clusters.
9413
- *
9414
- * @param request DescribeSlowLogRecordsRequest
9415
- * @return DescribeSlowLogRecordsResponse
10284
+ * @summary Queries the details of the slow query logs of a PolarDB cluster.
10285
+ *
10286
+ * @description > This operation is applicable only to PolarDB for MySQL clusters.
10287
+ *
10288
+ * @param request DescribeSlowLogRecordsRequest
10289
+ * @return DescribeSlowLogRecordsResponse
9416
10290
  */
9417
10291
  describeSlowLogRecords(request: DescribeSlowLogRecordsRequest): Promise<DescribeSlowLogRecordsResponse>;
9418
10292
  /**
9419
- * > This operation is applicable only to PolarDB for MySQL clusters.
9420
- *
9421
- * @param request DescribeSlowLogsRequest
9422
- * @param runtime runtime options for this request RuntimeOptions
9423
- * @return DescribeSlowLogsResponse
10293
+ * @summary Queries the statistics about the slow query logs of a PolarDB cluster.
10294
+ *
10295
+ * @description > This operation is applicable only to PolarDB for MySQL clusters.
10296
+ *
10297
+ * @param request DescribeSlowLogsRequest
10298
+ * @param runtime runtime options for this request RuntimeOptions
10299
+ * @return DescribeSlowLogsResponse
9424
10300
  */
9425
10301
  describeSlowLogsWithOptions(request: DescribeSlowLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlowLogsResponse>;
9426
10302
  /**
9427
- * > This operation is applicable only to PolarDB for MySQL clusters.
9428
- *
9429
- * @param request DescribeSlowLogsRequest
9430
- * @return DescribeSlowLogsResponse
10303
+ * @summary Queries the statistics about the slow query logs of a PolarDB cluster.
10304
+ *
10305
+ * @description > This operation is applicable only to PolarDB for MySQL clusters.
10306
+ *
10307
+ * @param request DescribeSlowLogsRequest
10308
+ * @return DescribeSlowLogsResponse
9431
10309
  */
9432
10310
  describeSlowLogs(request: DescribeSlowLogsRequest): Promise<DescribeSlowLogsResponse>;
9433
10311
  /**
9434
- * * You can call this operation to view the details of a task that is generated by a specific API operation or in the console. The system calls the specific API operation when you perform an operation in the console. For example, you can view the details of the task when you call the [CreateDBCluster](~~98169~~) operation or [create a cluster](~~58769~~) in the console.
9435
- * * You can view the details of tasks that are generated only when you call the [CreateDBCluster](~~98169~~) operation to create a cluster and `CreationOption` is not set to `CreateGdnStandby`.
9436
- *
9437
- * @param request DescribeTasksRequest
9438
- * @param runtime runtime options for this request RuntimeOptions
9439
- * @return DescribeTasksResponse
10312
+ * @summary Queries the details of the tasks that are generated by calling API operations. For example, you can call this operation to view the details of the task when you create a cluster.
10313
+ *
10314
+ * @description * You can call this operation to view the details of a task that is generated by a specific API operation or in the console. The system calls the specific API operation when you perform an operation in the console. For example, you can view the details of the task when you call the [CreateDBCluster](https://help.aliyun.com/document_detail/98169.html) operation or [create a cluster](https://help.aliyun.com/document_detail/58769.html) in the console.
10315
+ * * You can view the details of tasks that are generated only when you call the [CreateDBCluster](https://help.aliyun.com/document_detail/98169.html) operation to create a cluster and `CreationOption` is not set to `CreateGdnStandby`.
10316
+ *
10317
+ * @param request DescribeTasksRequest
10318
+ * @param runtime runtime options for this request RuntimeOptions
10319
+ * @return DescribeTasksResponse
9440
10320
  */
9441
10321
  describeTasksWithOptions(request: DescribeTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTasksResponse>;
9442
10322
  /**
9443
- * * You can call this operation to view the details of a task that is generated by a specific API operation or in the console. The system calls the specific API operation when you perform an operation in the console. For example, you can view the details of the task when you call the [CreateDBCluster](~~98169~~) operation or [create a cluster](~~58769~~) in the console.
9444
- * * You can view the details of tasks that are generated only when you call the [CreateDBCluster](~~98169~~) operation to create a cluster and `CreationOption` is not set to `CreateGdnStandby`.
9445
- *
9446
- * @param request DescribeTasksRequest
9447
- * @return DescribeTasksResponse
10323
+ * @summary Queries the details of the tasks that are generated by calling API operations. For example, you can call this operation to view the details of the task when you create a cluster.
10324
+ *
10325
+ * @description * You can call this operation to view the details of a task that is generated by a specific API operation or in the console. The system calls the specific API operation when you perform an operation in the console. For example, you can view the details of the task when you call the [CreateDBCluster](https://help.aliyun.com/document_detail/98169.html) operation or [create a cluster](https://help.aliyun.com/document_detail/58769.html) in the console.
10326
+ * * You can view the details of tasks that are generated only when you call the [CreateDBCluster](https://help.aliyun.com/document_detail/98169.html) operation to create a cluster and `CreationOption` is not set to `CreateGdnStandby`.
10327
+ *
10328
+ * @param request DescribeTasksRequest
10329
+ * @return DescribeTasksResponse
9448
10330
  */
9449
10331
  describeTasks(request: DescribeTasksRequest): Promise<DescribeTasksResponse>;
10332
+ /**
10333
+ * @summary Queries the Key Management Service (KMS)-managed customer master keys (CMKs) that are used to encrypt data in a PolarDB cluster.
10334
+ *
10335
+ * @param request DescribeUserEncryptionKeyListRequest
10336
+ * @param runtime runtime options for this request RuntimeOptions
10337
+ * @return DescribeUserEncryptionKeyListResponse
10338
+ */
9450
10339
  describeUserEncryptionKeyListWithOptions(request: DescribeUserEncryptionKeyListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserEncryptionKeyListResponse>;
10340
+ /**
10341
+ * @summary Queries the Key Management Service (KMS)-managed customer master keys (CMKs) that are used to encrypt data in a PolarDB cluster.
10342
+ *
10343
+ * @param request DescribeUserEncryptionKeyListRequest
10344
+ * @return DescribeUserEncryptionKeyListResponse
10345
+ */
9451
10346
  describeUserEncryptionKeyList(request: DescribeUserEncryptionKeyListRequest): Promise<DescribeUserEncryptionKeyListResponse>;
10347
+ /**
10348
+ * @summary Queries a vSwitch.
10349
+ *
10350
+ * @param request DescribeVSwitchesRequest
10351
+ * @param runtime runtime options for this request RuntimeOptions
10352
+ * @return DescribeVSwitchesResponse
10353
+ */
9452
10354
  describeVSwitchesWithOptions(request: DescribeVSwitchesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVSwitchesResponse>;
10355
+ /**
10356
+ * @summary Queries a vSwitch.
10357
+ *
10358
+ * @param request DescribeVSwitchesRequest
10359
+ * @return DescribeVSwitchesResponse
10360
+ */
9453
10361
  describeVSwitches(request: DescribeVSwitchesRequest): Promise<DescribeVSwitchesResponse>;
10362
+ /**
10363
+ * @summary Disables a stable serverless cluster.
10364
+ *
10365
+ * @param request DisableDBClusterServerlessRequest
10366
+ * @param runtime runtime options for this request RuntimeOptions
10367
+ * @return DisableDBClusterServerlessResponse
10368
+ */
9454
10369
  disableDBClusterServerlessWithOptions(request: DisableDBClusterServerlessRequest, runtime: $Util.RuntimeOptions): Promise<DisableDBClusterServerlessResponse>;
10370
+ /**
10371
+ * @summary Disables a stable serverless cluster.
10372
+ *
10373
+ * @param request DisableDBClusterServerlessRequest
10374
+ * @return DisableDBClusterServerlessResponse
10375
+ */
9455
10376
  disableDBClusterServerless(request: DisableDBClusterServerlessRequest): Promise<DisableDBClusterServerlessResponse>;
10377
+ /**
10378
+ * @summary Enables a stable serverless cluster.
10379
+ *
10380
+ * @param request EnableDBClusterServerlessRequest
10381
+ * @param runtime runtime options for this request RuntimeOptions
10382
+ * @return EnableDBClusterServerlessResponse
10383
+ */
9456
10384
  enableDBClusterServerlessWithOptions(request: EnableDBClusterServerlessRequest, runtime: $Util.RuntimeOptions): Promise<EnableDBClusterServerlessResponse>;
10385
+ /**
10386
+ * @summary Enables a stable serverless cluster.
10387
+ *
10388
+ * @param request EnableDBClusterServerlessRequest
10389
+ * @return EnableDBClusterServerlessResponse
10390
+ */
9457
10391
  enableDBClusterServerless(request: EnableDBClusterServerlessRequest): Promise<EnableDBClusterServerlessResponse>;
10392
+ /**
10393
+ * @summary 修改sql防火墙状态
10394
+ *
10395
+ * @param request EnableFirewallRulesRequest
10396
+ * @param runtime runtime options for this request RuntimeOptions
10397
+ * @return EnableFirewallRulesResponse
10398
+ */
9458
10399
  enableFirewallRulesWithOptions(request: EnableFirewallRulesRequest, runtime: $Util.RuntimeOptions): Promise<EnableFirewallRulesResponse>;
10400
+ /**
10401
+ * @summary 修改sql防火墙状态
10402
+ *
10403
+ * @param request EnableFirewallRulesRequest
10404
+ * @return EnableFirewallRulesResponse
10405
+ */
9459
10406
  enableFirewallRules(request: EnableFirewallRulesRequest): Promise<EnableFirewallRulesResponse>;
10407
+ /**
10408
+ * @summary Evaluates available resources.
10409
+ *
10410
+ * @param request EvaluateRegionResourceRequest
10411
+ * @param runtime runtime options for this request RuntimeOptions
10412
+ * @return EvaluateRegionResourceResponse
10413
+ */
9460
10414
  evaluateRegionResourceWithOptions(request: EvaluateRegionResourceRequest, runtime: $Util.RuntimeOptions): Promise<EvaluateRegionResourceResponse>;
10415
+ /**
10416
+ * @summary Evaluates available resources.
10417
+ *
10418
+ * @param request EvaluateRegionResourceRequest
10419
+ * @return EvaluateRegionResourceResponse
10420
+ */
9461
10421
  evaluateRegionResource(request: EvaluateRegionResourceRequest): Promise<EvaluateRegionResourceResponse>;
10422
+ /**
10423
+ * @summary Performs a manual failover to promote a read-only node to the primary node in a PolarDB cluster.
10424
+ *
10425
+ * @param request FailoverDBClusterRequest
10426
+ * @param runtime runtime options for this request RuntimeOptions
10427
+ * @return FailoverDBClusterResponse
10428
+ */
9462
10429
  failoverDBClusterWithOptions(request: FailoverDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<FailoverDBClusterResponse>;
10430
+ /**
10431
+ * @summary Performs a manual failover to promote a read-only node to the primary node in a PolarDB cluster.
10432
+ *
10433
+ * @param request FailoverDBClusterRequest
10434
+ * @return FailoverDBClusterResponse
10435
+ */
9463
10436
  failoverDBCluster(request: FailoverDBClusterRequest): Promise<FailoverDBClusterResponse>;
9464
10437
  /**
9465
- * > * An account can be authorized to access one or more databases.
9466
- * > * If the specified account already has the access permissions on the specified databases, the operation returns a successful response.
9467
- * > * Before you call this operation, make sure that the cluster is in the Running state. Otherwise, the operation fails.
9468
- * > * You can call this operation only on a PolarDB for MySQL cluster.
9469
- * > * By default, a privileged account for a cluster has all the permissions on the databases in the cluster.
9470
- *
9471
- * @param request GrantAccountPrivilegeRequest
9472
- * @param runtime runtime options for this request RuntimeOptions
9473
- * @return GrantAccountPrivilegeResponse
10438
+ * @summary Grants a standard account the permissions to access one or more databases in a specified PolarDB cluster.
10439
+ *
10440
+ * @description > * An account can be authorized to access one or more databases.
10441
+ * > * If the specified account already has the access permissions on the specified databases, the operation returns a successful response.
10442
+ * > * Before you call this operation, make sure that the cluster is in the Running state. Otherwise, the operation fails.
10443
+ * > * You can call this operation only on a PolarDB for MySQL cluster.
10444
+ * > * By default, a privileged account for a cluster has all the permissions on the databases in the cluster.
10445
+ *
10446
+ * @param request GrantAccountPrivilegeRequest
10447
+ * @param runtime runtime options for this request RuntimeOptions
10448
+ * @return GrantAccountPrivilegeResponse
9474
10449
  */
9475
10450
  grantAccountPrivilegeWithOptions(request: GrantAccountPrivilegeRequest, runtime: $Util.RuntimeOptions): Promise<GrantAccountPrivilegeResponse>;
9476
10451
  /**
9477
- * > * An account can be authorized to access one or more databases.
9478
- * > * If the specified account already has the access permissions on the specified databases, the operation returns a successful response.
9479
- * > * Before you call this operation, make sure that the cluster is in the Running state. Otherwise, the operation fails.
9480
- * > * You can call this operation only on a PolarDB for MySQL cluster.
9481
- * > * By default, a privileged account for a cluster has all the permissions on the databases in the cluster.
9482
- *
9483
- * @param request GrantAccountPrivilegeRequest
9484
- * @return GrantAccountPrivilegeResponse
10452
+ * @summary Grants a standard account the permissions to access one or more databases in a specified PolarDB cluster.
10453
+ *
10454
+ * @description > * An account can be authorized to access one or more databases.
10455
+ * > * If the specified account already has the access permissions on the specified databases, the operation returns a successful response.
10456
+ * > * Before you call this operation, make sure that the cluster is in the Running state. Otherwise, the operation fails.
10457
+ * > * You can call this operation only on a PolarDB for MySQL cluster.
10458
+ * > * By default, a privileged account for a cluster has all the permissions on the databases in the cluster.
10459
+ *
10460
+ * @param request GrantAccountPrivilegeRequest
10461
+ * @return GrantAccountPrivilegeResponse
9485
10462
  */
9486
10463
  grantAccountPrivilege(request: GrantAccountPrivilegeRequest): Promise<GrantAccountPrivilegeResponse>;
10464
+ /**
10465
+ * @summary Queries the tags that are bound to one or more PolarDB clusters, or queries the PolarDB clusters to which one or more tags are bound.
10466
+ *
10467
+ * @param request ListTagResourcesRequest
10468
+ * @param runtime runtime options for this request RuntimeOptions
10469
+ * @return ListTagResourcesResponse
10470
+ */
9487
10471
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
10472
+ /**
10473
+ * @summary Queries the tags that are bound to one or more PolarDB clusters, or queries the PolarDB clusters to which one or more tags are bound.
10474
+ *
10475
+ * @param request ListTagResourcesRequest
10476
+ * @return ListTagResourcesResponse
10477
+ */
9488
10478
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
10479
+ /**
10480
+ * @summary Manually starts a cluster.
10481
+ *
10482
+ * @param request ManuallyStartDBClusterRequest
10483
+ * @param runtime runtime options for this request RuntimeOptions
10484
+ * @return ManuallyStartDBClusterResponse
10485
+ */
9489
10486
  manuallyStartDBClusterWithOptions(request: ManuallyStartDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<ManuallyStartDBClusterResponse>;
10487
+ /**
10488
+ * @summary Manually starts a cluster.
10489
+ *
10490
+ * @param request ManuallyStartDBClusterRequest
10491
+ * @return ManuallyStartDBClusterResponse
10492
+ */
9490
10493
  manuallyStartDBCluster(request: ManuallyStartDBClusterRequest): Promise<ManuallyStartDBClusterResponse>;
10494
+ /**
10495
+ * @summary Modifies the description of a database account of a PolarDB cluster.
10496
+ *
10497
+ * @param request ModifyAccountDescriptionRequest
10498
+ * @param runtime runtime options for this request RuntimeOptions
10499
+ * @return ModifyAccountDescriptionResponse
10500
+ */
9491
10501
  modifyAccountDescriptionWithOptions(request: ModifyAccountDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAccountDescriptionResponse>;
10502
+ /**
10503
+ * @summary Modifies the description of a database account of a PolarDB cluster.
10504
+ *
10505
+ * @param request ModifyAccountDescriptionRequest
10506
+ * @return ModifyAccountDescriptionResponse
10507
+ */
9492
10508
  modifyAccountDescription(request: ModifyAccountDescriptionRequest): Promise<ModifyAccountDescriptionResponse>;
10509
+ /**
10510
+ * @summary Changes the password of a database account for a specified PolarDB cluster.
10511
+ *
10512
+ * @param request ModifyAccountPasswordRequest
10513
+ * @param runtime runtime options for this request RuntimeOptions
10514
+ * @return ModifyAccountPasswordResponse
10515
+ */
9493
10516
  modifyAccountPasswordWithOptions(request: ModifyAccountPasswordRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAccountPasswordResponse>;
10517
+ /**
10518
+ * @summary Changes the password of a database account for a specified PolarDB cluster.
10519
+ *
10520
+ * @param request ModifyAccountPasswordRequest
10521
+ * @return ModifyAccountPasswordResponse
10522
+ */
9494
10523
  modifyAccountPassword(request: ModifyAccountPasswordRequest): Promise<ModifyAccountPasswordResponse>;
10524
+ /**
10525
+ * @summary Modifies the auto-renewal attributes of a subscription PolarDB cluster.
10526
+ *
10527
+ * @param request ModifyAutoRenewAttributeRequest
10528
+ * @param runtime runtime options for this request RuntimeOptions
10529
+ * @return ModifyAutoRenewAttributeResponse
10530
+ */
9495
10531
  modifyAutoRenewAttributeWithOptions(request: ModifyAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAutoRenewAttributeResponse>;
10532
+ /**
10533
+ * @summary Modifies the auto-renewal attributes of a subscription PolarDB cluster.
10534
+ *
10535
+ * @param request ModifyAutoRenewAttributeRequest
10536
+ * @return ModifyAutoRenewAttributeResponse
10537
+ */
9496
10538
  modifyAutoRenewAttribute(request: ModifyAutoRenewAttributeRequest): Promise<ModifyAutoRenewAttributeResponse>;
9497
10539
  /**
9498
- * > You can also modify the automatic backup policy of a PolarDB cluster in the console. For more information, see [Backup settings](~~280422~~).
9499
- *
9500
- * @param request ModifyBackupPolicyRequest
9501
- * @param runtime runtime options for this request RuntimeOptions
9502
- * @return ModifyBackupPolicyResponse
10540
+ * @summary Modifies the automatic backup policy of a PolarDB cluster.
10541
+ *
10542
+ * @description > You can also modify the automatic backup policy of a PolarDB cluster in the console. For more information, see [Backup settings](https://help.aliyun.com/document_detail/280422.html).
10543
+ *
10544
+ * @param request ModifyBackupPolicyRequest
10545
+ * @param runtime runtime options for this request RuntimeOptions
10546
+ * @return ModifyBackupPolicyResponse
9503
10547
  */
9504
10548
  modifyBackupPolicyWithOptions(request: ModifyBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackupPolicyResponse>;
9505
10549
  /**
9506
- * > You can also modify the automatic backup policy of a PolarDB cluster in the console. For more information, see [Backup settings](~~280422~~).
9507
- *
9508
- * @param request ModifyBackupPolicyRequest
9509
- * @return ModifyBackupPolicyResponse
10550
+ * @summary Modifies the automatic backup policy of a PolarDB cluster.
10551
+ *
10552
+ * @description > You can also modify the automatic backup policy of a PolarDB cluster in the console. For more information, see [Backup settings](https://help.aliyun.com/document_detail/280422.html).
10553
+ *
10554
+ * @param request ModifyBackupPolicyRequest
10555
+ * @return ModifyBackupPolicyResponse
9510
10556
  */
9511
10557
  modifyBackupPolicy(request: ModifyBackupPolicyRequest): Promise<ModifyBackupPolicyResponse>;
10558
+ /**
10559
+ * @summary Modifies the configurations of a PolarDB for MySQL cluster.
10560
+ *
10561
+ * @param request ModifyDBClusterRequest
10562
+ * @param runtime runtime options for this request RuntimeOptions
10563
+ * @return ModifyDBClusterResponse
10564
+ */
9512
10565
  modifyDBClusterWithOptions(request: ModifyDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterResponse>;
10566
+ /**
10567
+ * @summary Modifies the configurations of a PolarDB for MySQL cluster.
10568
+ *
10569
+ * @param request ModifyDBClusterRequest
10570
+ * @return ModifyDBClusterResponse
10571
+ */
9513
10572
  modifyDBCluster(request: ModifyDBClusterRequest): Promise<ModifyDBClusterResponse>;
10573
+ /**
10574
+ * @summary Creates or modifies the whitelists (IP whitelists and security groups) of a specified cluster.
10575
+ *
10576
+ * @param request ModifyDBClusterAccessWhitelistRequest
10577
+ * @param runtime runtime options for this request RuntimeOptions
10578
+ * @return ModifyDBClusterAccessWhitelistResponse
10579
+ */
9514
10580
  modifyDBClusterAccessWhitelistWithOptions(request: ModifyDBClusterAccessWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterAccessWhitelistResponse>;
10581
+ /**
10582
+ * @summary Creates or modifies the whitelists (IP whitelists and security groups) of a specified cluster.
10583
+ *
10584
+ * @param request ModifyDBClusterAccessWhitelistRequest
10585
+ * @return ModifyDBClusterAccessWhitelistResponse
10586
+ */
9515
10587
  modifyDBClusterAccessWhitelist(request: ModifyDBClusterAccessWhitelistRequest): Promise<ModifyDBClusterAccessWhitelistResponse>;
10588
+ /**
10589
+ * @summary Modifies cluster parameters and applies them to specified nodes.
10590
+ *
10591
+ * @param request ModifyDBClusterAndNodesParametersRequest
10592
+ * @param runtime runtime options for this request RuntimeOptions
10593
+ * @return ModifyDBClusterAndNodesParametersResponse
10594
+ */
9516
10595
  modifyDBClusterAndNodesParametersWithOptions(request: ModifyDBClusterAndNodesParametersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterAndNodesParametersResponse>;
10596
+ /**
10597
+ * @summary Modifies cluster parameters and applies them to specified nodes.
10598
+ *
10599
+ * @param request ModifyDBClusterAndNodesParametersRequest
10600
+ * @return ModifyDBClusterAndNodesParametersResponse
10601
+ */
9517
10602
  modifyDBClusterAndNodesParameters(request: ModifyDBClusterAndNodesParametersRequest): Promise<ModifyDBClusterAndNodesParametersResponse>;
10603
+ /**
10604
+ * @summary Enables or disables SQL collector for a PolarDB cluster. The features related to SQL collector include Audit Logs and SQL Explorer.
10605
+ *
10606
+ * @param request ModifyDBClusterAuditLogCollectorRequest
10607
+ * @param runtime runtime options for this request RuntimeOptions
10608
+ * @return ModifyDBClusterAuditLogCollectorResponse
10609
+ */
9518
10610
  modifyDBClusterAuditLogCollectorWithOptions(request: ModifyDBClusterAuditLogCollectorRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterAuditLogCollectorResponse>;
10611
+ /**
10612
+ * @summary Enables or disables SQL collector for a PolarDB cluster. The features related to SQL collector include Audit Logs and SQL Explorer.
10613
+ *
10614
+ * @param request ModifyDBClusterAuditLogCollectorRequest
10615
+ * @return ModifyDBClusterAuditLogCollectorResponse
10616
+ */
9519
10617
  modifyDBClusterAuditLogCollector(request: ModifyDBClusterAuditLogCollectorRequest): Promise<ModifyDBClusterAuditLogCollectorResponse>;
10618
+ /**
10619
+ * @summary Enables or disables the cluster lock feature for a PolarDB cluster.
10620
+ *
10621
+ * @param request ModifyDBClusterDeletionRequest
10622
+ * @param runtime runtime options for this request RuntimeOptions
10623
+ * @return ModifyDBClusterDeletionResponse
10624
+ */
9520
10625
  modifyDBClusterDeletionWithOptions(request: ModifyDBClusterDeletionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterDeletionResponse>;
10626
+ /**
10627
+ * @summary Enables or disables the cluster lock feature for a PolarDB cluster.
10628
+ *
10629
+ * @param request ModifyDBClusterDeletionRequest
10630
+ * @return ModifyDBClusterDeletionResponse
10631
+ */
9521
10632
  modifyDBClusterDeletion(request: ModifyDBClusterDeletionRequest): Promise<ModifyDBClusterDeletionResponse>;
10633
+ /**
10634
+ * @summary Modifies the name of a PolarDB cluster.
10635
+ *
10636
+ * @param request ModifyDBClusterDescriptionRequest
10637
+ * @param runtime runtime options for this request RuntimeOptions
10638
+ * @return ModifyDBClusterDescriptionResponse
10639
+ */
9522
10640
  modifyDBClusterDescriptionWithOptions(request: ModifyDBClusterDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterDescriptionResponse>;
10641
+ /**
10642
+ * @summary Modifies the name of a PolarDB cluster.
10643
+ *
10644
+ * @param request ModifyDBClusterDescriptionRequest
10645
+ * @return ModifyDBClusterDescriptionResponse
10646
+ */
9523
10647
  modifyDBClusterDescription(request: ModifyDBClusterDescriptionRequest): Promise<ModifyDBClusterDescriptionResponse>;
10648
+ /**
10649
+ * @summary Modifies the attributes of a specified PolarDB cluster endpoint. For example, you can modify the following attributes for the specified cluster endpoint: read/write mode, consistency level, transaction splitting, primary node accepts read requests, and connection pool. You can also call the operation to specify whether newly added nodes are automatically associated with the specified cluster endpoint.
10650
+ *
10651
+ * @param request ModifyDBClusterEndpointRequest
10652
+ * @param runtime runtime options for this request RuntimeOptions
10653
+ * @return ModifyDBClusterEndpointResponse
10654
+ */
9524
10655
  modifyDBClusterEndpointWithOptions(request: ModifyDBClusterEndpointRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterEndpointResponse>;
10656
+ /**
10657
+ * @summary Modifies the attributes of a specified PolarDB cluster endpoint. For example, you can modify the following attributes for the specified cluster endpoint: read/write mode, consistency level, transaction splitting, primary node accepts read requests, and connection pool. You can also call the operation to specify whether newly added nodes are automatically associated with the specified cluster endpoint.
10658
+ *
10659
+ * @param request ModifyDBClusterEndpointRequest
10660
+ * @return ModifyDBClusterEndpointResponse
10661
+ */
9525
10662
  modifyDBClusterEndpoint(request: ModifyDBClusterEndpointRequest): Promise<ModifyDBClusterEndpointResponse>;
9526
10663
  /**
9527
- * > We recommend that you set the routine maintenance window to off-peak hours. Alibaba Cloud maintains your cluster within the specified maintenance window to minimize the negative impacts on your business.
9528
- *
9529
- * @param request ModifyDBClusterMaintainTimeRequest
9530
- * @param runtime runtime options for this request RuntimeOptions
9531
- * @return ModifyDBClusterMaintainTimeResponse
10664
+ * @summary Modifies the maintenance window of a PolarDB cluster.
10665
+ *
10666
+ * @description > We recommend that you set the routine maintenance window to off-peak hours. Alibaba Cloud maintains your cluster within the specified maintenance window to minimize the negative impacts on your business.
10667
+ *
10668
+ * @param request ModifyDBClusterMaintainTimeRequest
10669
+ * @param runtime runtime options for this request RuntimeOptions
10670
+ * @return ModifyDBClusterMaintainTimeResponse
9532
10671
  */
9533
10672
  modifyDBClusterMaintainTimeWithOptions(request: ModifyDBClusterMaintainTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterMaintainTimeResponse>;
9534
10673
  /**
9535
- * > We recommend that you set the routine maintenance window to off-peak hours. Alibaba Cloud maintains your cluster within the specified maintenance window to minimize the negative impacts on your business.
9536
- *
9537
- * @param request ModifyDBClusterMaintainTimeRequest
9538
- * @return ModifyDBClusterMaintainTimeResponse
10674
+ * @summary Modifies the maintenance window of a PolarDB cluster.
10675
+ *
10676
+ * @description > We recommend that you set the routine maintenance window to off-peak hours. Alibaba Cloud maintains your cluster within the specified maintenance window to minimize the negative impacts on your business.
10677
+ *
10678
+ * @param request ModifyDBClusterMaintainTimeRequest
10679
+ * @return ModifyDBClusterMaintainTimeResponse
9539
10680
  */
9540
10681
  modifyDBClusterMaintainTime(request: ModifyDBClusterMaintainTimeRequest): Promise<ModifyDBClusterMaintainTimeResponse>;
9541
10682
  /**
9542
- * * You can call this operation to switch the task that migrates data from ApsaraDB for RDS to PolarDB.
9543
- * * You can call this operation to roll back the task that migrates data from ApsaraDB for RDS to PolarDB.
9544
- * > Before you call this operation, ensure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](~~98169~~) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**. For more information, see [Create a PolarDB for MySQL cluster by using the Migration from RDS method](~~121582~~).
9545
- *
9546
- * @param request ModifyDBClusterMigrationRequest
9547
- * @param runtime runtime options for this request RuntimeOptions
9548
- * @return ModifyDBClusterMigrationResponse
10683
+ * @summary Switches or rolls back the task that migrates data from ApsaraDB for RDS to PolarDB.
10684
+ *
10685
+ * @description * You can call this operation to switch the task that migrates data from ApsaraDB for RDS to PolarDB.
10686
+ * * You can call this operation to roll back the task that migrates data from ApsaraDB for RDS to PolarDB.
10687
+ * > Before you call this operation, ensure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](https://help.aliyun.com/document_detail/98169.html) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**. For more information, see [Create a PolarDB for MySQL cluster by using the Migration from RDS method](https://help.aliyun.com/document_detail/121582.html).
10688
+ *
10689
+ * @param request ModifyDBClusterMigrationRequest
10690
+ * @param runtime runtime options for this request RuntimeOptions
10691
+ * @return ModifyDBClusterMigrationResponse
9549
10692
  */
9550
10693
  modifyDBClusterMigrationWithOptions(request: ModifyDBClusterMigrationRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterMigrationResponse>;
9551
10694
  /**
9552
- * * You can call this operation to switch the task that migrates data from ApsaraDB for RDS to PolarDB.
9553
- * * You can call this operation to roll back the task that migrates data from ApsaraDB for RDS to PolarDB.
9554
- * > Before you call this operation, ensure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](~~98169~~) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**. For more information, see [Create a PolarDB for MySQL cluster by using the Migration from RDS method](~~121582~~).
9555
- *
9556
- * @param request ModifyDBClusterMigrationRequest
9557
- * @return ModifyDBClusterMigrationResponse
10695
+ * @summary Switches or rolls back the task that migrates data from ApsaraDB for RDS to PolarDB.
10696
+ *
10697
+ * @description * You can call this operation to switch the task that migrates data from ApsaraDB for RDS to PolarDB.
10698
+ * * You can call this operation to roll back the task that migrates data from ApsaraDB for RDS to PolarDB.
10699
+ * > Before you call this operation, ensure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](https://help.aliyun.com/document_detail/98169.html) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**. For more information, see [Create a PolarDB for MySQL cluster by using the Migration from RDS method](https://help.aliyun.com/document_detail/121582.html).
10700
+ *
10701
+ * @param request ModifyDBClusterMigrationRequest
10702
+ * @return ModifyDBClusterMigrationResponse
9558
10703
  */
9559
10704
  modifyDBClusterMigration(request: ModifyDBClusterMigrationRequest): Promise<ModifyDBClusterMigrationResponse>;
9560
10705
  /**
9561
- * * When the monitoring data is collected every 5 seconds:
9562
- * * If the query time range is less than or equal to 1 hour, the data is displayed at intervals of 5 seconds.
9563
- * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9564
- * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9565
- * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9566
- * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9567
- * * When the monitoring data is collected every 60 seconds:
9568
- * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9569
- * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9570
- * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9571
- * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9572
- *
9573
- * @param request ModifyDBClusterMonitorRequest
9574
- * @param runtime runtime options for this request RuntimeOptions
9575
- * @return ModifyDBClusterMonitorResponse
10706
+ * @summary Modifies the interval at which the monitoring data of a PolarDB cluster is collected.
10707
+ *
10708
+ * @description * When the monitoring data is collected every 5 seconds:
10709
+ * * If the query time range is less than or equal to 1 hour, the data is displayed at intervals of 5 seconds.
10710
+ * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
10711
+ * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
10712
+ * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
10713
+ * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
10714
+ * * When the monitoring data is collected every 60 seconds:
10715
+ * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
10716
+ * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
10717
+ * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
10718
+ * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
10719
+ *
10720
+ * @param request ModifyDBClusterMonitorRequest
10721
+ * @param runtime runtime options for this request RuntimeOptions
10722
+ * @return ModifyDBClusterMonitorResponse
9576
10723
  */
9577
10724
  modifyDBClusterMonitorWithOptions(request: ModifyDBClusterMonitorRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterMonitorResponse>;
9578
10725
  /**
9579
- * * When the monitoring data is collected every 5 seconds:
9580
- * * If the query time range is less than or equal to 1 hour, the data is displayed at intervals of 5 seconds.
9581
- * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9582
- * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9583
- * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9584
- * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9585
- * * When the monitoring data is collected every 60 seconds:
9586
- * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
9587
- * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
9588
- * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
9589
- * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
9590
- *
9591
- * @param request ModifyDBClusterMonitorRequest
9592
- * @return ModifyDBClusterMonitorResponse
10726
+ * @summary Modifies the interval at which the monitoring data of a PolarDB cluster is collected.
10727
+ *
10728
+ * @description * When the monitoring data is collected every 5 seconds:
10729
+ * * If the query time range is less than or equal to 1 hour, the data is displayed at intervals of 5 seconds.
10730
+ * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
10731
+ * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
10732
+ * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
10733
+ * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
10734
+ * * When the monitoring data is collected every 60 seconds:
10735
+ * * If the query time range is less than or equal to one day, the data is displayed at intervals of 1 minute.
10736
+ * * If the query time range is less than or equal to seven days, the data is displayed at intervals of 10 minutes.
10737
+ * * If the query time range is less than or equal to 30 days, the data is displayed at intervals of 1 hour.
10738
+ * * When the query time range is greater than 30 days, the data is displayed at intervals of 1 day.
10739
+ *
10740
+ * @param request ModifyDBClusterMonitorRequest
10741
+ * @return ModifyDBClusterMonitorResponse
9593
10742
  */
9594
10743
  modifyDBClusterMonitor(request: ModifyDBClusterMonitorRequest): Promise<ModifyDBClusterMonitorResponse>;
9595
10744
  /**
9596
- * PolarDB supports the parameter template feature to centrally manage clusters. You can configure a number of parameters at a time by using a parameter template and apply the template to a PolarDB cluster. For more information, see [Use a parameter template](~~207009~~).
9597
- * **
9598
- * **Only PolarDB for MySQL clusters support parameter templates.
9599
- *
9600
- * @param request ModifyDBClusterParametersRequest
9601
- * @param runtime runtime options for this request RuntimeOptions
9602
- * @return ModifyDBClusterParametersResponse
10745
+ * @summary Modifies the parameters of a specified PolarDB cluster or applies existing parameter templates to a specified cluster.
10746
+ *
10747
+ * @description PolarDB supports the parameter template feature to centrally manage clusters. You can configure a number of parameters at a time by using a parameter template and apply the template to a PolarDB cluster. For more information, see [Use a parameter template](https://help.aliyun.com/document_detail/207009.html).
10748
+ * **
10749
+ * **Only PolarDB for MySQL clusters support parameter templates.
10750
+ *
10751
+ * @param request ModifyDBClusterParametersRequest
10752
+ * @param runtime runtime options for this request RuntimeOptions
10753
+ * @return ModifyDBClusterParametersResponse
9603
10754
  */
9604
10755
  modifyDBClusterParametersWithOptions(request: ModifyDBClusterParametersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterParametersResponse>;
9605
10756
  /**
9606
- * PolarDB supports the parameter template feature to centrally manage clusters. You can configure a number of parameters at a time by using a parameter template and apply the template to a PolarDB cluster. For more information, see [Use a parameter template](~~207009~~).
9607
- * **
9608
- * **Only PolarDB for MySQL clusters support parameter templates.
9609
- *
9610
- * @param request ModifyDBClusterParametersRequest
9611
- * @return ModifyDBClusterParametersResponse
10757
+ * @summary Modifies the parameters of a specified PolarDB cluster or applies existing parameter templates to a specified cluster.
10758
+ *
10759
+ * @description PolarDB supports the parameter template feature to centrally manage clusters. You can configure a number of parameters at a time by using a parameter template and apply the template to a PolarDB cluster. For more information, see [Use a parameter template](https://help.aliyun.com/document_detail/207009.html).
10760
+ * **
10761
+ * **Only PolarDB for MySQL clusters support parameter templates.
10762
+ *
10763
+ * @param request ModifyDBClusterParametersRequest
10764
+ * @return ModifyDBClusterParametersResponse
9612
10765
  */
9613
10766
  modifyDBClusterParameters(request: ModifyDBClusterParametersRequest): Promise<ModifyDBClusterParametersResponse>;
10767
+ /**
10768
+ * @summary Modifies the primary zone of a PolarDB cluster.
10769
+ *
10770
+ * @param request ModifyDBClusterPrimaryZoneRequest
10771
+ * @param runtime runtime options for this request RuntimeOptions
10772
+ * @return ModifyDBClusterPrimaryZoneResponse
10773
+ */
9614
10774
  modifyDBClusterPrimaryZoneWithOptions(request: ModifyDBClusterPrimaryZoneRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterPrimaryZoneResponse>;
10775
+ /**
10776
+ * @summary Modifies the primary zone of a PolarDB cluster.
10777
+ *
10778
+ * @param request ModifyDBClusterPrimaryZoneRequest
10779
+ * @return ModifyDBClusterPrimaryZoneResponse
10780
+ */
9615
10781
  modifyDBClusterPrimaryZone(request: ModifyDBClusterPrimaryZoneRequest): Promise<ModifyDBClusterPrimaryZoneResponse>;
10782
+ /**
10783
+ * @param request ModifyDBClusterResourceGroupRequest
10784
+ * @param runtime runtime options for this request RuntimeOptions
10785
+ * @return ModifyDBClusterResourceGroupResponse
10786
+ */
9616
10787
  modifyDBClusterResourceGroupWithOptions(request: ModifyDBClusterResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterResourceGroupResponse>;
10788
+ /**
10789
+ * @param request ModifyDBClusterResourceGroupRequest
10790
+ * @return ModifyDBClusterResourceGroupResponse
10791
+ */
9617
10792
  modifyDBClusterResourceGroup(request: ModifyDBClusterResourceGroupRequest): Promise<ModifyDBClusterResourceGroupResponse>;
10793
+ /**
10794
+ * @summary Enables or disables Secure Sockets Layer (SSL) encryption or updates the Certificate Authorities (CA) certificate for a specified PolarDB cluster.
10795
+ *
10796
+ * @param request ModifyDBClusterSSLRequest
10797
+ * @param runtime runtime options for this request RuntimeOptions
10798
+ * @return ModifyDBClusterSSLResponse
10799
+ */
9618
10800
  modifyDBClusterSSLWithOptions(request: ModifyDBClusterSSLRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterSSLResponse>;
10801
+ /**
10802
+ * @summary Enables or disables Secure Sockets Layer (SSL) encryption or updates the Certificate Authorities (CA) certificate for a specified PolarDB cluster.
10803
+ *
10804
+ * @param request ModifyDBClusterSSLRequest
10805
+ * @return ModifyDBClusterSSLResponse
10806
+ */
9619
10807
  modifyDBClusterSSL(request: ModifyDBClusterSSLRequest): Promise<ModifyDBClusterSSLResponse>;
10808
+ /**
10809
+ * @summary Modifies the configurations of a serverless cluster.
10810
+ *
10811
+ * @param request ModifyDBClusterServerlessConfRequest
10812
+ * @param runtime runtime options for this request RuntimeOptions
10813
+ * @return ModifyDBClusterServerlessConfResponse
10814
+ */
9620
10815
  modifyDBClusterServerlessConfWithOptions(request: ModifyDBClusterServerlessConfRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterServerlessConfResponse>;
10816
+ /**
10817
+ * @summary Modifies the configurations of a serverless cluster.
10818
+ *
10819
+ * @param request ModifyDBClusterServerlessConfRequest
10820
+ * @return ModifyDBClusterServerlessConfResponse
10821
+ */
9621
10822
  modifyDBClusterServerlessConf(request: ModifyDBClusterServerlessConfRequest): Promise<ModifyDBClusterServerlessConfResponse>;
10823
+ /**
10824
+ * @summary Changes the storage capacity of a pay-as-you-go cluster of Enterprise Edition or a cluster of Standard Edition.
10825
+ *
10826
+ * @param request ModifyDBClusterStorageSpaceRequest
10827
+ * @param runtime runtime options for this request RuntimeOptions
10828
+ * @return ModifyDBClusterStorageSpaceResponse
10829
+ */
9622
10830
  modifyDBClusterStorageSpaceWithOptions(request: ModifyDBClusterStorageSpaceRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterStorageSpaceResponse>;
10831
+ /**
10832
+ * @summary Changes the storage capacity of a pay-as-you-go cluster of Enterprise Edition or a cluster of Standard Edition.
10833
+ *
10834
+ * @param request ModifyDBClusterStorageSpaceRequest
10835
+ * @return ModifyDBClusterStorageSpaceResponse
10836
+ */
9623
10837
  modifyDBClusterStorageSpace(request: ModifyDBClusterStorageSpaceRequest): Promise<ModifyDBClusterStorageSpaceResponse>;
9624
10838
  /**
9625
- * > * To perform this operation, you must activate KMS first. For more information, see [Purchase a dedicated KMS instance](~~153781~~).
9626
- * > * After TDE is enabled, you cannot disable TDE.
9627
- *
9628
- * @param request ModifyDBClusterTDERequest
9629
- * @param runtime runtime options for this request RuntimeOptions
9630
- * @return ModifyDBClusterTDEResponse
10839
+ * @summary Enables the TDE feature or changes the encryption method for a specified PolarDB for MySQL cluster.
10840
+ *
10841
+ * @description > * To perform this operation, you must activate KMS first. For more information, see [Purchase a dedicated KMS instance](https://help.aliyun.com/document_detail/153781.html).
10842
+ * > * After TDE is enabled, you cannot disable TDE.
10843
+ *
10844
+ * @param request ModifyDBClusterTDERequest
10845
+ * @param runtime runtime options for this request RuntimeOptions
10846
+ * @return ModifyDBClusterTDEResponse
9631
10847
  */
9632
10848
  modifyDBClusterTDEWithOptions(request: ModifyDBClusterTDERequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterTDEResponse>;
9633
10849
  /**
9634
- * > * To perform this operation, you must activate KMS first. For more information, see [Purchase a dedicated KMS instance](~~153781~~).
9635
- * > * After TDE is enabled, you cannot disable TDE.
9636
- *
9637
- * @param request ModifyDBClusterTDERequest
9638
- * @return ModifyDBClusterTDEResponse
10850
+ * @summary Enables the TDE feature or changes the encryption method for a specified PolarDB for MySQL cluster.
10851
+ *
10852
+ * @description > * To perform this operation, you must activate KMS first. For more information, see [Purchase a dedicated KMS instance](https://help.aliyun.com/document_detail/153781.html).
10853
+ * > * After TDE is enabled, you cannot disable TDE.
10854
+ *
10855
+ * @param request ModifyDBClusterTDERequest
10856
+ * @return ModifyDBClusterTDEResponse
9639
10857
  */
9640
10858
  modifyDBClusterTDE(request: ModifyDBClusterTDERequest): Promise<ModifyDBClusterTDEResponse>;
10859
+ /**
10860
+ * @summary Modifies the description of a database in a PolarDB for MySQL cluster.
10861
+ *
10862
+ * @param request ModifyDBDescriptionRequest
10863
+ * @param runtime runtime options for this request RuntimeOptions
10864
+ * @return ModifyDBDescriptionResponse
10865
+ */
9641
10866
  modifyDBDescriptionWithOptions(request: ModifyDBDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBDescriptionResponse>;
10867
+ /**
10868
+ * @summary Modifies the description of a database in a PolarDB for MySQL cluster.
10869
+ *
10870
+ * @param request ModifyDBDescriptionRequest
10871
+ * @return ModifyDBDescriptionResponse
10872
+ */
9642
10873
  modifyDBDescription(request: ModifyDBDescriptionRequest): Promise<ModifyDBDescriptionResponse>;
10874
+ /**
10875
+ * @summary Modifies the endpoints of a PolarDB cluster, including the primary endpoint, default cluster endpoint, custom cluster endpoint, and private domain name.
10876
+ *
10877
+ * @param request ModifyDBEndpointAddressRequest
10878
+ * @param runtime runtime options for this request RuntimeOptions
10879
+ * @return ModifyDBEndpointAddressResponse
10880
+ */
9643
10881
  modifyDBEndpointAddressWithOptions(request: ModifyDBEndpointAddressRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBEndpointAddressResponse>;
10882
+ /**
10883
+ * @summary Modifies the endpoints of a PolarDB cluster, including the primary endpoint, default cluster endpoint, custom cluster endpoint, and private domain name.
10884
+ *
10885
+ * @param request ModifyDBEndpointAddressRequest
10886
+ * @return ModifyDBEndpointAddressResponse
10887
+ */
9644
10888
  modifyDBEndpointAddress(request: ModifyDBEndpointAddressRequest): Promise<ModifyDBEndpointAddressResponse>;
10889
+ /**
10890
+ * @summary Changes the node specifications of a PolarDB cluster.
10891
+ *
10892
+ * @param request ModifyDBNodeClassRequest
10893
+ * @param runtime runtime options for this request RuntimeOptions
10894
+ * @return ModifyDBNodeClassResponse
10895
+ */
9645
10896
  modifyDBNodeClassWithOptions(request: ModifyDBNodeClassRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBNodeClassResponse>;
10897
+ /**
10898
+ * @summary Changes the node specifications of a PolarDB cluster.
10899
+ *
10900
+ * @param request ModifyDBNodeClassRequest
10901
+ * @return ModifyDBNodeClassResponse
10902
+ */
9646
10903
  modifyDBNodeClass(request: ModifyDBNodeClassRequest): Promise<ModifyDBNodeClassResponse>;
10904
+ /**
10905
+ * @summary Enables or disables a cluster node.
10906
+ *
10907
+ * @param request ModifyDBNodeHotReplicaModeRequest
10908
+ * @param runtime runtime options for this request RuntimeOptions
10909
+ * @return ModifyDBNodeHotReplicaModeResponse
10910
+ */
9647
10911
  modifyDBNodeHotReplicaModeWithOptions(request: ModifyDBNodeHotReplicaModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBNodeHotReplicaModeResponse>;
10912
+ /**
10913
+ * @summary Enables or disables a cluster node.
10914
+ *
10915
+ * @param request ModifyDBNodeHotReplicaModeRequest
10916
+ * @return ModifyDBNodeHotReplicaModeResponse
10917
+ */
9648
10918
  modifyDBNodeHotReplicaMode(request: ModifyDBNodeHotReplicaModeRequest): Promise<ModifyDBNodeHotReplicaModeResponse>;
10919
+ /**
10920
+ * @summary Changes the specifications of a node in a PolarDB cluster.
10921
+ *
10922
+ * @param request ModifyDBNodesClassRequest
10923
+ * @param runtime runtime options for this request RuntimeOptions
10924
+ * @return ModifyDBNodesClassResponse
10925
+ */
9649
10926
  modifyDBNodesClassWithOptions(request: ModifyDBNodesClassRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBNodesClassResponse>;
10927
+ /**
10928
+ * @summary Changes the specifications of a node in a PolarDB cluster.
10929
+ *
10930
+ * @param request ModifyDBNodesClassRequest
10931
+ * @return ModifyDBNodesClassResponse
10932
+ */
9650
10933
  modifyDBNodesClass(request: ModifyDBNodesClassRequest): Promise<ModifyDBNodesClassResponse>;
10934
+ /**
10935
+ * @summary Modifies the parameters of a node and applies them to specified nodes.
10936
+ *
10937
+ * @param request ModifyDBNodesParametersRequest
10938
+ * @param runtime runtime options for this request RuntimeOptions
10939
+ * @return ModifyDBNodesParametersResponse
10940
+ */
9651
10941
  modifyDBNodesParametersWithOptions(request: ModifyDBNodesParametersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBNodesParametersResponse>;
10942
+ /**
10943
+ * @summary Modifies the parameters of a node and applies them to specified nodes.
10944
+ *
10945
+ * @param request ModifyDBNodesParametersRequest
10946
+ * @return ModifyDBNodesParametersResponse
10947
+ */
9652
10948
  modifyDBNodesParameters(request: ModifyDBNodesParametersRequest): Promise<ModifyDBNodesParametersResponse>;
10949
+ /**
10950
+ * @summary Modifies a Global Database Network (GDN).
10951
+ *
10952
+ * @param request ModifyGlobalDatabaseNetworkRequest
10953
+ * @param runtime runtime options for this request RuntimeOptions
10954
+ * @return ModifyGlobalDatabaseNetworkResponse
10955
+ */
9653
10956
  modifyGlobalDatabaseNetworkWithOptions(request: ModifyGlobalDatabaseNetworkRequest, runtime: $Util.RuntimeOptions): Promise<ModifyGlobalDatabaseNetworkResponse>;
10957
+ /**
10958
+ * @summary Modifies a Global Database Network (GDN).
10959
+ *
10960
+ * @param request ModifyGlobalDatabaseNetworkRequest
10961
+ * @return ModifyGlobalDatabaseNetworkResponse
10962
+ */
9654
10963
  modifyGlobalDatabaseNetwork(request: ModifyGlobalDatabaseNetworkRequest): Promise<ModifyGlobalDatabaseNetworkResponse>;
10964
+ /**
10965
+ * @summary Modifies an IP whitelist template.
10966
+ *
10967
+ * @param request ModifyGlobalSecurityIPGroupRequest
10968
+ * @param runtime runtime options for this request RuntimeOptions
10969
+ * @return ModifyGlobalSecurityIPGroupResponse
10970
+ */
9655
10971
  modifyGlobalSecurityIPGroupWithOptions(request: ModifyGlobalSecurityIPGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyGlobalSecurityIPGroupResponse>;
10972
+ /**
10973
+ * @summary Modifies an IP whitelist template.
10974
+ *
10975
+ * @param request ModifyGlobalSecurityIPGroupRequest
10976
+ * @return ModifyGlobalSecurityIPGroupResponse
10977
+ */
9656
10978
  modifyGlobalSecurityIPGroup(request: ModifyGlobalSecurityIPGroupRequest): Promise<ModifyGlobalSecurityIPGroupResponse>;
10979
+ /**
10980
+ * @summary Modifies the name of a global IP whitelist template.
10981
+ *
10982
+ * @param request ModifyGlobalSecurityIPGroupNameRequest
10983
+ * @param runtime runtime options for this request RuntimeOptions
10984
+ * @return ModifyGlobalSecurityIPGroupNameResponse
10985
+ */
9657
10986
  modifyGlobalSecurityIPGroupNameWithOptions(request: ModifyGlobalSecurityIPGroupNameRequest, runtime: $Util.RuntimeOptions): Promise<ModifyGlobalSecurityIPGroupNameResponse>;
10987
+ /**
10988
+ * @summary Modifies the name of a global IP whitelist template.
10989
+ *
10990
+ * @param request ModifyGlobalSecurityIPGroupNameRequest
10991
+ * @return ModifyGlobalSecurityIPGroupNameResponse
10992
+ */
9658
10993
  modifyGlobalSecurityIPGroupName(request: ModifyGlobalSecurityIPGroupNameRequest): Promise<ModifyGlobalSecurityIPGroupNameResponse>;
10994
+ /**
10995
+ * @summary Modifies the relationship between a cluster and a global IP whitelist template.
10996
+ *
10997
+ * @param request ModifyGlobalSecurityIPGroupRelationRequest
10998
+ * @param runtime runtime options for this request RuntimeOptions
10999
+ * @return ModifyGlobalSecurityIPGroupRelationResponse
11000
+ */
9659
11001
  modifyGlobalSecurityIPGroupRelationWithOptions(request: ModifyGlobalSecurityIPGroupRelationRequest, runtime: $Util.RuntimeOptions): Promise<ModifyGlobalSecurityIPGroupRelationResponse>;
11002
+ /**
11003
+ * @summary Modifies the relationship between a cluster and a global IP whitelist template.
11004
+ *
11005
+ * @param request ModifyGlobalSecurityIPGroupRelationRequest
11006
+ * @return ModifyGlobalSecurityIPGroupRelationResponse
11007
+ */
9660
11008
  modifyGlobalSecurityIPGroupRelation(request: ModifyGlobalSecurityIPGroupRelationRequest): Promise<ModifyGlobalSecurityIPGroupRelationResponse>;
11009
+ /**
11010
+ * @summary Modifies the retention policy of the log backups in a PolarDB cluster.
11011
+ *
11012
+ * @param request ModifyLogBackupPolicyRequest
11013
+ * @param runtime runtime options for this request RuntimeOptions
11014
+ * @return ModifyLogBackupPolicyResponse
11015
+ */
9661
11016
  modifyLogBackupPolicyWithOptions(request: ModifyLogBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLogBackupPolicyResponse>;
11017
+ /**
11018
+ * @summary Modifies the retention policy of the log backups in a PolarDB cluster.
11019
+ *
11020
+ * @param request ModifyLogBackupPolicyRequest
11021
+ * @return ModifyLogBackupPolicyResponse
11022
+ */
9662
11023
  modifyLogBackupPolicy(request: ModifyLogBackupPolicyRequest): Promise<ModifyLogBackupPolicyResponse>;
11024
+ /**
11025
+ * @summary Modifies or adds a data masking rule.
11026
+ *
11027
+ * @param request ModifyMaskingRulesRequest
11028
+ * @param runtime runtime options for this request RuntimeOptions
11029
+ * @return ModifyMaskingRulesResponse
11030
+ */
9663
11031
  modifyMaskingRulesWithOptions(request: ModifyMaskingRulesRequest, runtime: $Util.RuntimeOptions): Promise<ModifyMaskingRulesResponse>;
11032
+ /**
11033
+ * @summary Modifies or adds a data masking rule.
11034
+ *
11035
+ * @param request ModifyMaskingRulesRequest
11036
+ * @return ModifyMaskingRulesResponse
11037
+ */
9664
11038
  modifyMaskingRules(request: ModifyMaskingRulesRequest): Promise<ModifyMaskingRulesResponse>;
11039
+ /**
11040
+ * @summary Modifies the switching time of a pending event.
11041
+ *
11042
+ * @param request ModifyPendingMaintenanceActionRequest
11043
+ * @param runtime runtime options for this request RuntimeOptions
11044
+ * @return ModifyPendingMaintenanceActionResponse
11045
+ */
9665
11046
  modifyPendingMaintenanceActionWithOptions(request: ModifyPendingMaintenanceActionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPendingMaintenanceActionResponse>;
11047
+ /**
11048
+ * @summary Modifies the switching time of a pending event.
11049
+ *
11050
+ * @param request ModifyPendingMaintenanceActionRequest
11051
+ * @return ModifyPendingMaintenanceActionResponse
11052
+ */
9666
11053
  modifyPendingMaintenanceAction(request: ModifyPendingMaintenanceActionRequest): Promise<ModifyPendingMaintenanceActionResponse>;
11054
+ /**
11055
+ * @summary Enables the PolarDB for AI feature for a cluster.
11056
+ *
11057
+ * @param request OpenAITaskRequest
11058
+ * @param runtime runtime options for this request RuntimeOptions
11059
+ * @return OpenAITaskResponse
11060
+ */
9667
11061
  openAITaskWithOptions(request: OpenAITaskRequest, runtime: $Util.RuntimeOptions): Promise<OpenAITaskResponse>;
11062
+ /**
11063
+ * @summary Enables the PolarDB for AI feature for a cluster.
11064
+ *
11065
+ * @param request OpenAITaskRequest
11066
+ * @return OpenAITaskResponse
11067
+ */
9668
11068
  openAITask(request: OpenAITaskRequest): Promise<OpenAITaskResponse>;
11069
+ /**
11070
+ * @summary Updates the storage usage of a cluster.
11071
+ *
11072
+ * @param request RefreshDBClusterStorageUsageRequest
11073
+ * @param runtime runtime options for this request RuntimeOptions
11074
+ * @return RefreshDBClusterStorageUsageResponse
11075
+ */
9669
11076
  refreshDBClusterStorageUsageWithOptions(request: RefreshDBClusterStorageUsageRequest, runtime: $Util.RuntimeOptions): Promise<RefreshDBClusterStorageUsageResponse>;
11077
+ /**
11078
+ * @summary Updates the storage usage of a cluster.
11079
+ *
11080
+ * @param request RefreshDBClusterStorageUsageRequest
11081
+ * @return RefreshDBClusterStorageUsageResponse
11082
+ */
9670
11083
  refreshDBClusterStorageUsage(request: RefreshDBClusterStorageUsageRequest): Promise<RefreshDBClusterStorageUsageResponse>;
9671
11084
  /**
9672
- * > You cannot remove the primary cluster from a GDN.
9673
- *
9674
- * @param request RemoveDBClusterFromGDNRequest
9675
- * @param runtime runtime options for this request RuntimeOptions
9676
- * @return RemoveDBClusterFromGDNResponse
11085
+ * @summary Removes a secondary cluster from a GDN.
11086
+ *
11087
+ * @description > You cannot remove the primary cluster from a GDN.
11088
+ *
11089
+ * @param request RemoveDBClusterFromGDNRequest
11090
+ * @param runtime runtime options for this request RuntimeOptions
11091
+ * @return RemoveDBClusterFromGDNResponse
9677
11092
  */
9678
11093
  removeDBClusterFromGDNWithOptions(request: RemoveDBClusterFromGDNRequest, runtime: $Util.RuntimeOptions): Promise<RemoveDBClusterFromGDNResponse>;
9679
11094
  /**
9680
- * > You cannot remove the primary cluster from a GDN.
9681
- *
9682
- * @param request RemoveDBClusterFromGDNRequest
9683
- * @return RemoveDBClusterFromGDNResponse
11095
+ * @summary Removes a secondary cluster from a GDN.
11096
+ *
11097
+ * @description > You cannot remove the primary cluster from a GDN.
11098
+ *
11099
+ * @param request RemoveDBClusterFromGDNRequest
11100
+ * @return RemoveDBClusterFromGDNResponse
9684
11101
  */
9685
11102
  removeDBClusterFromGDN(request: RemoveDBClusterFromGDNRequest): Promise<RemoveDBClusterFromGDNResponse>;
9686
11103
  /**
9687
- * >- Only PolarDB for MySQL clusters support this operation.
9688
- * >- If the privileged account of your cluster encounters exceptions, you can call this operation to reset the permissions. For example, the permissions are accidentally revoked.
9689
- *
9690
- * @param request ResetAccountRequest
9691
- * @param runtime runtime options for this request RuntimeOptions
9692
- * @return ResetAccountResponse
11104
+ * @summary Resets the permissions of a privileged account for a PolarDB cluster.
11105
+ *
11106
+ * @description >- Only PolarDB for MySQL clusters support this operation.
11107
+ * >- If the privileged account of your cluster encounters exceptions, you can call this operation to reset the permissions. For example, the permissions are accidentally revoked.
11108
+ *
11109
+ * @param request ResetAccountRequest
11110
+ * @param runtime runtime options for this request RuntimeOptions
11111
+ * @return ResetAccountResponse
9693
11112
  */
9694
11113
  resetAccountWithOptions(request: ResetAccountRequest, runtime: $Util.RuntimeOptions): Promise<ResetAccountResponse>;
9695
11114
  /**
9696
- * >- Only PolarDB for MySQL clusters support this operation.
9697
- * >- If the privileged account of your cluster encounters exceptions, you can call this operation to reset the permissions. For example, the permissions are accidentally revoked.
9698
- *
9699
- * @param request ResetAccountRequest
9700
- * @return ResetAccountResponse
11115
+ * @summary Resets the permissions of a privileged account for a PolarDB cluster.
11116
+ *
11117
+ * @description >- Only PolarDB for MySQL clusters support this operation.
11118
+ * >- If the privileged account of your cluster encounters exceptions, you can call this operation to reset the permissions. For example, the permissions are accidentally revoked.
11119
+ *
11120
+ * @param request ResetAccountRequest
11121
+ * @return ResetAccountResponse
9701
11122
  */
9702
11123
  resetAccount(request: ResetAccountRequest): Promise<ResetAccountResponse>;
11124
+ /**
11125
+ * @summary Rebuilds a secondary cluster in a Global Database Network (GDN).
11126
+ *
11127
+ * @param request ResetGlobalDatabaseNetworkRequest
11128
+ * @param runtime runtime options for this request RuntimeOptions
11129
+ * @return ResetGlobalDatabaseNetworkResponse
11130
+ */
9703
11131
  resetGlobalDatabaseNetworkWithOptions(request: ResetGlobalDatabaseNetworkRequest, runtime: $Util.RuntimeOptions): Promise<ResetGlobalDatabaseNetworkResponse>;
11132
+ /**
11133
+ * @summary Rebuilds a secondary cluster in a Global Database Network (GDN).
11134
+ *
11135
+ * @param request ResetGlobalDatabaseNetworkRequest
11136
+ * @return ResetGlobalDatabaseNetworkResponse
11137
+ */
9704
11138
  resetGlobalDatabaseNetwork(request: ResetGlobalDatabaseNetworkRequest): Promise<ResetGlobalDatabaseNetworkResponse>;
11139
+ /**
11140
+ * @summary 重启代理
11141
+ *
11142
+ * @param request RestartDBLinkRequest
11143
+ * @param runtime runtime options for this request RuntimeOptions
11144
+ * @return RestartDBLinkResponse
11145
+ */
9705
11146
  restartDBLinkWithOptions(request: RestartDBLinkRequest, runtime: $Util.RuntimeOptions): Promise<RestartDBLinkResponse>;
11147
+ /**
11148
+ * @summary 重启代理
11149
+ *
11150
+ * @param request RestartDBLinkRequest
11151
+ * @return RestartDBLinkResponse
11152
+ */
9706
11153
  restartDBLink(request: RestartDBLinkRequest): Promise<RestartDBLinkResponse>;
11154
+ /**
11155
+ * @summary Restarts a node in a PolarDB cluster.
11156
+ *
11157
+ * @param request RestartDBNodeRequest
11158
+ * @param runtime runtime options for this request RuntimeOptions
11159
+ * @return RestartDBNodeResponse
11160
+ */
9707
11161
  restartDBNodeWithOptions(request: RestartDBNodeRequest, runtime: $Util.RuntimeOptions): Promise<RestartDBNodeResponse>;
11162
+ /**
11163
+ * @summary Restarts a node in a PolarDB cluster.
11164
+ *
11165
+ * @param request RestartDBNodeRequest
11166
+ * @return RestartDBNodeResponse
11167
+ */
9708
11168
  restartDBNode(request: RestartDBNodeRequest): Promise<RestartDBNodeResponse>;
11169
+ /**
11170
+ * @summary Restores PolarDB databases and tables.
11171
+ *
11172
+ * @param request RestoreTableRequest
11173
+ * @param runtime runtime options for this request RuntimeOptions
11174
+ * @return RestoreTableResponse
11175
+ */
9709
11176
  restoreTableWithOptions(request: RestoreTableRequest, runtime: $Util.RuntimeOptions): Promise<RestoreTableResponse>;
11177
+ /**
11178
+ * @summary Restores PolarDB databases and tables.
11179
+ *
11180
+ * @param request RestoreTableRequest
11181
+ * @return RestoreTableResponse
11182
+ */
9710
11183
  restoreTable(request: RestoreTableRequest): Promise<RestoreTableResponse>;
11184
+ /**
11185
+ * @summary Revokes the access permissions on one or more databases from a specified PolarDB standard account.
11186
+ *
11187
+ * @param request RevokeAccountPrivilegeRequest
11188
+ * @param runtime runtime options for this request RuntimeOptions
11189
+ * @return RevokeAccountPrivilegeResponse
11190
+ */
9711
11191
  revokeAccountPrivilegeWithOptions(request: RevokeAccountPrivilegeRequest, runtime: $Util.RuntimeOptions): Promise<RevokeAccountPrivilegeResponse>;
11192
+ /**
11193
+ * @summary Revokes the access permissions on one or more databases from a specified PolarDB standard account.
11194
+ *
11195
+ * @param request RevokeAccountPrivilegeRequest
11196
+ * @return RevokeAccountPrivilegeResponse
11197
+ */
9712
11198
  revokeAccountPrivilege(request: RevokeAccountPrivilegeRequest): Promise<RevokeAccountPrivilegeResponse>;
11199
+ /**
11200
+ * @param request SwitchOverGlobalDatabaseNetworkRequest
11201
+ * @param runtime runtime options for this request RuntimeOptions
11202
+ * @return SwitchOverGlobalDatabaseNetworkResponse
11203
+ */
9713
11204
  switchOverGlobalDatabaseNetworkWithOptions(request: SwitchOverGlobalDatabaseNetworkRequest, runtime: $Util.RuntimeOptions): Promise<SwitchOverGlobalDatabaseNetworkResponse>;
11205
+ /**
11206
+ * @param request SwitchOverGlobalDatabaseNetworkRequest
11207
+ * @return SwitchOverGlobalDatabaseNetworkResponse
11208
+ */
9714
11209
  switchOverGlobalDatabaseNetwork(request: SwitchOverGlobalDatabaseNetworkRequest): Promise<SwitchOverGlobalDatabaseNetworkResponse>;
11210
+ /**
11211
+ * @param request TagResourcesRequest
11212
+ * @param runtime runtime options for this request RuntimeOptions
11213
+ * @return TagResourcesResponse
11214
+ */
9715
11215
  tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
11216
+ /**
11217
+ * @param request TagResourcesRequest
11218
+ * @return TagResourcesResponse
11219
+ */
9716
11220
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
11221
+ /**
11222
+ * @summary Temporarily upgrades the configuration of a PolarDB cluster or adds one or more nodes to a cluster.
11223
+ *
11224
+ * @param request TempModifyDBNodeRequest
11225
+ * @param runtime runtime options for this request RuntimeOptions
11226
+ * @return TempModifyDBNodeResponse
11227
+ */
9717
11228
  tempModifyDBNodeWithOptions(request: TempModifyDBNodeRequest, runtime: $Util.RuntimeOptions): Promise<TempModifyDBNodeResponse>;
11229
+ /**
11230
+ * @summary Temporarily upgrades the configuration of a PolarDB cluster or adds one or more nodes to a cluster.
11231
+ *
11232
+ * @param request TempModifyDBNodeRequest
11233
+ * @return TempModifyDBNodeResponse
11234
+ */
9718
11235
  tempModifyDBNode(request: TempModifyDBNodeRequest): Promise<TempModifyDBNodeResponse>;
9719
11236
  /**
9720
- * > * PolarDB clusters support the subscription and pay-as-you-go billing methods. You can change the billing method from subscription to pay-as-you-go or from pay-as-you-go to subscription based on your business requirements. For more information, see [Change the billing method from subscription to pay-as-you-go](~~172886~~) and [Change the billing method from pay-as-you-go to subscription](~~84076~~).
9721
- * >* You cannot change the billing method from pay-as-you-go to subscription if your account balance is insufficient.
9722
- * >* If you change the billing method from subscription to pay-as-you-go, the system automatically refunds the balance of the prepaid subscription fees.
9723
- *
9724
- * @param request TransformDBClusterPayTypeRequest
9725
- * @param runtime runtime options for this request RuntimeOptions
9726
- * @return TransformDBClusterPayTypeResponse
11237
+ * @summary Changes the billing method of a PolarDB cluster.
11238
+ *
11239
+ * @description > * PolarDB clusters support the subscription and pay-as-you-go billing methods. You can change the billing method from subscription to pay-as-you-go or from pay-as-you-go to subscription based on your business requirements. For more information, see [Change the billing method from subscription to pay-as-you-go](https://help.aliyun.com/document_detail/172886.html) and [Change the billing method from pay-as-you-go to subscription](https://help.aliyun.com/document_detail/84076.html).
11240
+ * >* You cannot change the billing method from pay-as-you-go to subscription if your account balance is insufficient.
11241
+ * >* If you change the billing method from subscription to pay-as-you-go, the system automatically refunds the balance of the prepaid subscription fees.
11242
+ *
11243
+ * @param request TransformDBClusterPayTypeRequest
11244
+ * @param runtime runtime options for this request RuntimeOptions
11245
+ * @return TransformDBClusterPayTypeResponse
9727
11246
  */
9728
11247
  transformDBClusterPayTypeWithOptions(request: TransformDBClusterPayTypeRequest, runtime: $Util.RuntimeOptions): Promise<TransformDBClusterPayTypeResponse>;
9729
11248
  /**
9730
- * > * PolarDB clusters support the subscription and pay-as-you-go billing methods. You can change the billing method from subscription to pay-as-you-go or from pay-as-you-go to subscription based on your business requirements. For more information, see [Change the billing method from subscription to pay-as-you-go](~~172886~~) and [Change the billing method from pay-as-you-go to subscription](~~84076~~).
9731
- * >* You cannot change the billing method from pay-as-you-go to subscription if your account balance is insufficient.
9732
- * >* If you change the billing method from subscription to pay-as-you-go, the system automatically refunds the balance of the prepaid subscription fees.
9733
- *
9734
- * @param request TransformDBClusterPayTypeRequest
9735
- * @return TransformDBClusterPayTypeResponse
11249
+ * @summary Changes the billing method of a PolarDB cluster.
11250
+ *
11251
+ * @description > * PolarDB clusters support the subscription and pay-as-you-go billing methods. You can change the billing method from subscription to pay-as-you-go or from pay-as-you-go to subscription based on your business requirements. For more information, see [Change the billing method from subscription to pay-as-you-go](https://help.aliyun.com/document_detail/172886.html) and [Change the billing method from pay-as-you-go to subscription](https://help.aliyun.com/document_detail/84076.html).
11252
+ * >* You cannot change the billing method from pay-as-you-go to subscription if your account balance is insufficient.
11253
+ * >* If you change the billing method from subscription to pay-as-you-go, the system automatically refunds the balance of the prepaid subscription fees.
11254
+ *
11255
+ * @param request TransformDBClusterPayTypeRequest
11256
+ * @return TransformDBClusterPayTypeResponse
9736
11257
  */
9737
11258
  transformDBClusterPayType(request: TransformDBClusterPayTypeRequest): Promise<TransformDBClusterPayTypeResponse>;
11259
+ /**
11260
+ * @summary Unbinds tags from PolarDB clusters.
11261
+ *
11262
+ * @param request UntagResourcesRequest
11263
+ * @param runtime runtime options for this request RuntimeOptions
11264
+ * @return UntagResourcesResponse
11265
+ */
9738
11266
  untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
11267
+ /**
11268
+ * @summary Unbinds tags from PolarDB clusters.
11269
+ *
11270
+ * @param request UntagResourcesRequest
11271
+ * @return UntagResourcesResponse
11272
+ */
9739
11273
  untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
9740
11274
  /**
9741
- * > * You can update only the revision version of a PolarDB for MySQL cluster, for example, from 8.0.1.1.3 to 8.0.1.1.4.
9742
- * >* You can use only your Alibaba Cloud account to create scheduled tasks that update the kernel version of a PolarDB for MySQL cluster. RAM users are not authorized to update the kernel version of a PolarDB for MySQL cluster.
9743
- *
9744
- * @param request UpgradeDBClusterVersionRequest
9745
- * @param runtime runtime options for this request RuntimeOptions
9746
- * @return UpgradeDBClusterVersionResponse
11275
+ * @summary Upgrades the kernel version of a PolarDB for MySQL cluster.
11276
+ *
11277
+ * @description > * You can update only the revision version of a PolarDB for MySQL cluster, for example, from 8.0.1.1.3 to 8.0.1.1.4.
11278
+ * >* You can use only your Alibaba Cloud account to create scheduled tasks that update the kernel version of a PolarDB for MySQL cluster. RAM users are not authorized to update the kernel version of a PolarDB for MySQL cluster.
11279
+ *
11280
+ * @param request UpgradeDBClusterVersionRequest
11281
+ * @param runtime runtime options for this request RuntimeOptions
11282
+ * @return UpgradeDBClusterVersionResponse
9747
11283
  */
9748
11284
  upgradeDBClusterVersionWithOptions(request: UpgradeDBClusterVersionRequest, runtime: $Util.RuntimeOptions): Promise<UpgradeDBClusterVersionResponse>;
9749
11285
  /**
9750
- * > * You can update only the revision version of a PolarDB for MySQL cluster, for example, from 8.0.1.1.3 to 8.0.1.1.4.
9751
- * >* You can use only your Alibaba Cloud account to create scheduled tasks that update the kernel version of a PolarDB for MySQL cluster. RAM users are not authorized to update the kernel version of a PolarDB for MySQL cluster.
9752
- *
9753
- * @param request UpgradeDBClusterVersionRequest
9754
- * @return UpgradeDBClusterVersionResponse
11286
+ * @summary Upgrades the kernel version of a PolarDB for MySQL cluster.
11287
+ *
11288
+ * @description > * You can update only the revision version of a PolarDB for MySQL cluster, for example, from 8.0.1.1.3 to 8.0.1.1.4.
11289
+ * >* You can use only your Alibaba Cloud account to create scheduled tasks that update the kernel version of a PolarDB for MySQL cluster. RAM users are not authorized to update the kernel version of a PolarDB for MySQL cluster.
11290
+ *
11291
+ * @param request UpgradeDBClusterVersionRequest
11292
+ * @return UpgradeDBClusterVersionResponse
9755
11293
  */
9756
11294
  upgradeDBClusterVersion(request: UpgradeDBClusterVersionRequest): Promise<UpgradeDBClusterVersionResponse>;
9757
11295
  }