@alicloud/gpdb20160503 3.13.0 → 3.13.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
@@ -4817,10 +4817,10 @@ export default class Client extends OpenApi {
4817
4817
  */
4818
4818
  resetIMVMonitorData(request: $_model.ResetIMVMonitorDataRequest): Promise<$_model.ResetIMVMonitorDataResponse>;
4819
4819
  /**
4820
- * Reset the password of a Supabase database
4820
+ * Resets the password of a Supabase database.
4821
4821
  *
4822
4822
  * @remarks
4823
- * Call this API to reset the password of the Supabase database.
4823
+ * Resets the password of a Supabase database.
4824
4824
  *
4825
4825
  * @param request - ResetSupabaseProjectPasswordRequest
4826
4826
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4828,10 +4828,10 @@ export default class Client extends OpenApi {
4828
4828
  */
4829
4829
  resetSupabaseProjectPasswordWithOptions(request: $_model.ResetSupabaseProjectPasswordRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ResetSupabaseProjectPasswordResponse>;
4830
4830
  /**
4831
- * Reset the password of a Supabase database
4831
+ * Resets the password of a Supabase database.
4832
4832
  *
4833
4833
  * @remarks
4834
- * Call this API to reset the password of the Supabase database.
4834
+ * Resets the password of a Supabase database.
4835
4835
  *
4836
4836
  * @param request - ResetSupabaseProjectPasswordRequest
4837
4837
  * @returns ResetSupabaseProjectPasswordResponse
package/dist/client.js CHANGED
@@ -103,30 +103,6 @@ class Client extends openapi_core_1.default {
103
103
  'cn-zhengzhou-nebula-1': "gpdb.aliyuncs.com",
104
104
  'eu-west-1-oxs': "gpdb.aliyuncs.com",
105
105
  'rus-west-1-pop': "gpdb.aliyuncs.com",
106
- 'cn-wulanchabu': "gpdb.cn-wulanchabu.aliyuncs.com",
107
- 'cn-beijing': "gpdb.cn-beijing.aliyuncs.com",
108
- 'cn-qingdao': "gpdb.cn-qingdao.aliyuncs.com",
109
- 'cn-shanghai': "gpdb.cn-shanghai.aliyuncs.com",
110
- 'cn-hongkong': "gpdb.cn-hongkong.aliyuncs.com",
111
- 'cn-zhangjiakou': "gpdb.cn-zhangjiakou.aliyuncs.com",
112
- 'cn-shenzhen': "gpdb.cn-shenzhen.aliyuncs.com",
113
- 'ap-northeast-2': "gpdb.ap-northeast-2.aliyuncs.com",
114
- 'ap-northeast-1': "gpdb.ap-northeast-1.aliyuncs.com",
115
- 'cn-chengdu': "gpdb.cn-chengdu.aliyuncs.com",
116
- 'ap-southeast-1': "gpdb.ap-southeast-1.aliyuncs.com",
117
- 'ap-southeast-3': "gpdb.ap-southeast-3.aliyuncs.com",
118
- 'cn-huhehaote': "gpdb.cn-huhehaote.aliyuncs.com",
119
- 'ap-southeast-5': "gpdb.ap-southeast-5.aliyuncs.com",
120
- 'ap-southeast-7': "gpdb.ap-southeast-7.aliyuncs.com",
121
- 'us-east-1': "gpdb.us-east-1.aliyuncs.com",
122
- 'eu-west-1': "gpdb.eu-west-1.aliyuncs.com",
123
- 'us-west-1': "gpdb.us-west-1.aliyuncs.com",
124
- 'eu-central-1': "gpdb.eu-central-1.aliyuncs.com",
125
- 'me-east-1': "gpdb.me-east-1.aliyuncs.com",
126
- 'me-central-1': "gpdb.me-central-1.aliyuncs.com",
127
- 'cn-shenzhen-finance-1': "gpdb.cn-shenzhen-finance-1.aliyuncs.com",
128
- 'cn-shanghai-finance-1': "gpdb.cn-shanghai-finance-1.aliyuncs.com",
129
- 'cn-north-2-gov-1': "gpdb.cn-north-2-gov-1.aliyuncs.com",
130
106
  };
131
107
  this.checkConfig(config);
132
108
  this._endpoint = this.getEndpoint("gpdb", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
@@ -14058,6 +14034,9 @@ class Client extends openapi_core_1.default {
14058
14034
  if (!$dara.isNull(request.autoScale)) {
14059
14035
  query["AutoScale"] = request.autoScale;
14060
14036
  }
14037
+ if (!$dara.isNull(request.idleTimeHours)) {
14038
+ query["IdleTimeHours"] = request.idleTimeHours;
14039
+ }
14061
14040
  if (!$dara.isNull(request.projectId)) {
14062
14041
  query["ProjectId"] = request.projectId;
14063
14042
  }
@@ -15199,10 +15178,10 @@ class Client extends openapi_core_1.default {
15199
15178
  return await this.resetIMVMonitorDataWithOptions(request, runtime);
15200
15179
  }
15201
15180
  /**
15202
- * Reset the password of a Supabase database
15181
+ * Resets the password of a Supabase database.
15203
15182
  *
15204
15183
  * @remarks
15205
- * Call this API to reset the password of the Supabase database.
15184
+ * Resets the password of a Supabase database.
15206
15185
  *
15207
15186
  * @param request - ResetSupabaseProjectPasswordRequest
15208
15187
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15214,6 +15193,9 @@ class Client extends openapi_core_1.default {
15214
15193
  if (!$dara.isNull(request.accountPassword)) {
15215
15194
  query["AccountPassword"] = request.accountPassword;
15216
15195
  }
15196
+ if (!$dara.isNull(request.dashboardPassword)) {
15197
+ query["DashboardPassword"] = request.dashboardPassword;
15198
+ }
15217
15199
  if (!$dara.isNull(request.projectId)) {
15218
15200
  query["ProjectId"] = request.projectId;
15219
15201
  }
@@ -15237,10 +15219,10 @@ class Client extends openapi_core_1.default {
15237
15219
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResetSupabaseProjectPasswordResponse({}));
15238
15220
  }
15239
15221
  /**
15240
- * Reset the password of a Supabase database
15222
+ * Resets the password of a Supabase database.
15241
15223
  *
15242
15224
  * @remarks
15243
- * Call this API to reset the password of the Supabase database.
15225
+ * Resets the password of a Supabase database.
15244
15226
  *
15245
15227
  * @param request - ResetSupabaseProjectPasswordRequest
15246
15228
  * @returns ResetSupabaseProjectPasswordResponse