@alicloud/gpdb20160503 3.11.0 → 3.11.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.
Files changed (103) hide show
  1. package/dist/client.d.ts +56 -56
  2. package/dist/client.js +61 -59
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateApiKeyRequest.d.ts +14 -0
  5. package/dist/models/CreateApiKeyRequest.js.map +1 -1
  6. package/dist/models/CreateApiKeyResponseBody.d.ts +9 -0
  7. package/dist/models/CreateApiKeyResponseBody.js.map +1 -1
  8. package/dist/models/CreateApiKeyShrinkRequest.d.ts +14 -0
  9. package/dist/models/CreateApiKeyShrinkRequest.js.map +1 -1
  10. package/dist/models/CreateDbinstanceRequest.d.ts +116 -171
  11. package/dist/models/CreateDbinstanceRequest.js.map +1 -1
  12. package/dist/models/CreateDbinstanceResponseBody.d.ts +3 -3
  13. package/dist/models/CreateSupabaseProjectRequest.d.ts +20 -5
  14. package/dist/models/CreateSupabaseProjectRequest.js +27 -1
  15. package/dist/models/CreateSupabaseProjectRequest.js.map +1 -1
  16. package/dist/models/CreateSupabaseProjectResponseBody.d.ts +2 -2
  17. package/dist/models/DeleteApiKeyRequest.d.ts +5 -0
  18. package/dist/models/DeleteApiKeyRequest.js.map +1 -1
  19. package/dist/models/DeleteApiKeyResponseBody.d.ts +6 -0
  20. package/dist/models/DeleteApiKeyResponseBody.js.map +1 -1
  21. package/dist/models/DeleteWorkspaceRequest.d.ts +5 -0
  22. package/dist/models/DeleteWorkspaceRequest.js.map +1 -1
  23. package/dist/models/DeleteWorkspaceResponseBody.d.ts +6 -0
  24. package/dist/models/DeleteWorkspaceResponseBody.js.map +1 -1
  25. package/dist/models/GetApiKeyRequest.d.ts +5 -0
  26. package/dist/models/GetApiKeyRequest.js.map +1 -1
  27. package/dist/models/GetApiKeyResponseBody.d.ts +34 -0
  28. package/dist/models/GetApiKeyResponseBody.js.map +1 -1
  29. package/dist/models/GetSaasServiceRequest.d.ts +5 -0
  30. package/dist/models/GetSaasServiceRequest.js.map +1 -1
  31. package/dist/models/GetSaasServiceResponseBody.d.ts +38 -0
  32. package/dist/models/GetSaasServiceResponseBody.js.map +1 -1
  33. package/dist/models/GetServiceAccessInfoRequest.d.ts +5 -0
  34. package/dist/models/GetServiceAccessInfoRequest.js.map +1 -1
  35. package/dist/models/GetServiceAccessInfoResponseBody.d.ts +9 -0
  36. package/dist/models/GetServiceAccessInfoResponseBody.js.map +1 -1
  37. package/dist/models/GetWorkspaceRequest.d.ts +5 -0
  38. package/dist/models/GetWorkspaceRequest.js.map +1 -1
  39. package/dist/models/GetWorkspaceResponseBody.d.ts +83 -0
  40. package/dist/models/GetWorkspaceResponseBody.js.map +1 -1
  41. package/dist/models/ListApiKeysRequest.d.ts +14 -0
  42. package/dist/models/ListApiKeysRequest.js.map +1 -1
  43. package/dist/models/ListApiKeysResponseBody.d.ts +45 -0
  44. package/dist/models/ListApiKeysResponseBody.js.map +1 -1
  45. package/dist/models/ListSaasServiceRequest.d.ts +1 -1
  46. package/dist/models/ListSaasServiceResponseBody.d.ts +21 -1
  47. package/dist/models/ListSaasServiceResponseBody.js +37 -1
  48. package/dist/models/ListSaasServiceResponseBody.js.map +1 -1
  49. package/dist/models/ListWorkspacesResponseBody.d.ts +21 -1
  50. package/dist/models/ListWorkspacesResponseBody.js +37 -1
  51. package/dist/models/ListWorkspacesResponseBody.js.map +1 -1
  52. package/dist/models/PauseSaasServiceRequest.d.ts +5 -0
  53. package/dist/models/PauseSaasServiceRequest.js.map +1 -1
  54. package/dist/models/PauseSaasServiceResponseBody.d.ts +6 -0
  55. package/dist/models/PauseSaasServiceResponseBody.js.map +1 -1
  56. package/dist/models/QueryContentAdvanceRequest.d.ts +26 -27
  57. package/dist/models/QueryContentAdvanceRequest.js.map +1 -1
  58. package/dist/models/QueryContentRequest.d.ts +26 -27
  59. package/dist/models/QueryContentRequest.js.map +1 -1
  60. package/dist/models/QueryContentResponseBody.d.ts +2 -2
  61. package/dist/models/QueryContentShrinkRequest.d.ts +24 -24
  62. package/dist/models/ResumeSaasServiceRequest.d.ts +5 -0
  63. package/dist/models/ResumeSaasServiceRequest.js.map +1 -1
  64. package/dist/models/ResumeSaasServiceResponseBody.d.ts +6 -0
  65. package/dist/models/ResumeSaasServiceResponseBody.js.map +1 -1
  66. package/dist/models/model.d.ts +3 -0
  67. package/dist/models/model.js +38 -32
  68. package/dist/models/model.js.map +1 -1
  69. package/package.json +2 -2
  70. package/src/client.ts +62 -59
  71. package/src/models/CreateApiKeyRequest.ts +14 -0
  72. package/src/models/CreateApiKeyResponseBody.ts +9 -0
  73. package/src/models/CreateApiKeyShrinkRequest.ts +14 -0
  74. package/src/models/CreateDbinstanceRequest.ts +124 -179
  75. package/src/models/CreateDbinstanceResponseBody.ts +3 -3
  76. package/src/models/CreateSupabaseProjectRequest.ts +37 -5
  77. package/src/models/CreateSupabaseProjectResponseBody.ts +2 -2
  78. package/src/models/DeleteApiKeyRequest.ts +5 -0
  79. package/src/models/DeleteApiKeyResponseBody.ts +6 -0
  80. package/src/models/DeleteWorkspaceRequest.ts +5 -0
  81. package/src/models/DeleteWorkspaceResponseBody.ts +6 -0
  82. package/src/models/GetApiKeyRequest.ts +5 -0
  83. package/src/models/GetApiKeyResponseBody.ts +34 -0
  84. package/src/models/GetSaasServiceRequest.ts +5 -0
  85. package/src/models/GetSaasServiceResponseBody.ts +38 -0
  86. package/src/models/GetServiceAccessInfoRequest.ts +5 -0
  87. package/src/models/GetServiceAccessInfoResponseBody.ts +9 -0
  88. package/src/models/GetWorkspaceRequest.ts +5 -0
  89. package/src/models/GetWorkspaceResponseBody.ts +83 -0
  90. package/src/models/ListApiKeysRequest.ts +14 -0
  91. package/src/models/ListApiKeysResponseBody.ts +45 -0
  92. package/src/models/ListSaasServiceRequest.ts +1 -1
  93. package/src/models/ListSaasServiceResponseBody.ts +48 -1
  94. package/src/models/ListWorkspacesResponseBody.ts +48 -1
  95. package/src/models/PauseSaasServiceRequest.ts +5 -0
  96. package/src/models/PauseSaasServiceResponseBody.ts +6 -0
  97. package/src/models/QueryContentAdvanceRequest.ts +26 -27
  98. package/src/models/QueryContentRequest.ts +26 -27
  99. package/src/models/QueryContentResponseBody.ts +2 -2
  100. package/src/models/QueryContentShrinkRequest.ts +24 -24
  101. package/src/models/ResumeSaasServiceRequest.ts +5 -0
  102. package/src/models/ResumeSaasServiceResponseBody.ts +6 -0
  103. package/src/models/model.ts +3 -0
package/dist/client.js CHANGED
@@ -85,14 +85,13 @@ class Client extends openapi_core_1.default {
85
85
  'eu-west-1': "gpdb.eu-west-1.aliyuncs.com",
86
86
  'eu-central-1': "gpdb.eu-central-1.aliyuncs.com",
87
87
  'cn-zhangjiakou': "gpdb.cn-zhangjiakou.aliyuncs.com",
88
+ 'cn-wulanchabu': "gpdb.cn-wulanchabu.aliyuncs.com",
88
89
  'cn-huhehaote': "gpdb.cn-huhehaote.aliyuncs.com",
89
90
  'cn-chengdu': "gpdb.cn-chengdu.aliyuncs.com",
90
- 'cn-beijing-finance-1': "gpdb.aliyuncs.com",
91
+ 'cn-beijing-finance-1': "gpdb.cn-beijing-finance-1.aliyuncs.com",
91
92
  'ap-southeast-7': "gpdb.ap-southeast-7.aliyuncs.com",
92
93
  'ap-southeast-5': "gpdb.ap-southeast-5.aliyuncs.com",
93
94
  'ap-southeast-3': "gpdb.ap-southeast-3.aliyuncs.com",
94
- 'ap-southeast-2': "gpdb.ap-southeast-2.aliyuncs.com",
95
- 'ap-south-1': "gpdb.ap-south-1.aliyuncs.com",
96
95
  'ap-northeast-2': "gpdb.ap-northeast-2.aliyuncs.com",
97
96
  'ap-northeast-1': "gpdb.ap-northeast-1.aliyuncs.com",
98
97
  };
@@ -1159,10 +1158,10 @@ class Client extends openapi_core_1.default {
1159
1158
  return await this.createAccountWithOptions(request, runtime);
1160
1159
  }
1161
1160
  /**
1162
- * 创建API密钥
1161
+ * Creates an API key.
1163
1162
  *
1164
1163
  * @remarks
1165
- * 创建API密钥。
1164
+ * Creates an API key.
1166
1165
  *
1167
1166
  * @param tmpReq - CreateApiKeyRequest
1168
1167
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1208,10 +1207,10 @@ class Client extends openapi_core_1.default {
1208
1207
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateApiKeyResponse({}));
1209
1208
  }
1210
1209
  /**
1211
- * 创建API密钥
1210
+ * Creates an API key.
1212
1211
  *
1213
1212
  * @remarks
1214
- * 创建API密钥。
1213
+ * Creates an API key.
1215
1214
  *
1216
1215
  * @param request - CreateApiKeyRequest
1217
1216
  * @returns CreateApiKeyResponse
@@ -1448,10 +1447,10 @@ class Client extends openapi_core_1.default {
1448
1447
  return await this.createCollectionWithOptions(request, runtime);
1449
1448
  }
1450
1449
  /**
1451
- * Create an AnalyticDB for PostgreSQL instance.
1450
+ * Creates an AnalyticDB for PostgreSQL instance.
1452
1451
  *
1453
1452
  * @remarks
1454
- * Before you call this operation, review the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) for AnalyticDB for PostgreSQL.
1453
+ * Before you call this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
1455
1454
  *
1456
1455
  * @param request - CreateDBInstanceRequest
1457
1456
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1615,10 +1614,10 @@ class Client extends openapi_core_1.default {
1615
1614
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDBInstanceResponse({}));
1616
1615
  }
1617
1616
  /**
1618
- * Create an AnalyticDB for PostgreSQL instance.
1617
+ * Creates an AnalyticDB for PostgreSQL instance.
1619
1618
  *
1620
1619
  * @remarks
1621
- * Before you call this operation, review the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) for AnalyticDB for PostgreSQL.
1620
+ * Before you call this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
1622
1621
  *
1623
1622
  * @param request - CreateDBInstanceRequest
1624
1623
  * @returns CreateDBInstanceResponse
@@ -3103,6 +3102,9 @@ class Client extends openapi_core_1.default {
3103
3102
  if (!$dara.isNull(request.storageSize)) {
3104
3103
  query["StorageSize"] = request.storageSize;
3105
3104
  }
3105
+ if (!$dara.isNull(request.tags)) {
3106
+ query["Tags"] = request.tags;
3107
+ }
3106
3108
  if (!$dara.isNull(request.usedTime)) {
3107
3109
  query["UsedTime"] = request.usedTime;
3108
3110
  }
@@ -3423,10 +3425,10 @@ class Client extends openapi_core_1.default {
3423
3425
  return await this.deleteAccountWithOptions(request, runtime);
3424
3426
  }
3425
3427
  /**
3426
- * 删除API密钥
3428
+ * Deletes an API key.
3427
3429
  *
3428
3430
  * @remarks
3429
- * 删除API密钥。
3431
+ * Deletes an API key.
3430
3432
  *
3431
3433
  * @param request - DeleteApiKeyRequest
3432
3434
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3458,10 +3460,10 @@ class Client extends openapi_core_1.default {
3458
3460
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteApiKeyResponse({}));
3459
3461
  }
3460
3462
  /**
3461
- * 删除API密钥
3463
+ * Deletes an API key.
3462
3464
  *
3463
3465
  * @remarks
3464
- * 删除API密钥。
3466
+ * Deletes an API key.
3465
3467
  *
3466
3468
  * @param request - DeleteApiKeyRequest
3467
3469
  * @returns DeleteApiKeyResponse
@@ -4923,10 +4925,10 @@ class Client extends openapi_core_1.default {
4923
4925
  return await this.deleteVectorIndexWithOptions(request, runtime);
4924
4926
  }
4925
4927
  /**
4926
- * 删除SaaS工作空间
4928
+ * Deletes a SaaS workspace.
4927
4929
  *
4928
4930
  * @remarks
4929
- * 此接口为删除上下文服务工作空间
4931
+ * Deletes a context service workspace.
4930
4932
  *
4931
4933
  * @param request - DeleteWorkspaceRequest
4932
4934
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4958,10 +4960,10 @@ class Client extends openapi_core_1.default {
4958
4960
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteWorkspaceResponse({}));
4959
4961
  }
4960
4962
  /**
4961
- * 删除SaaS工作空间
4963
+ * Deletes a SaaS workspace.
4962
4964
  *
4963
4965
  * @remarks
4964
- * 此接口为删除上下文服务工作空间
4966
+ * Deletes a context service workspace.
4965
4967
  *
4966
4968
  * @param request - DeleteWorkspaceRequest
4967
4969
  * @returns DeleteWorkspaceResponse
@@ -9640,10 +9642,10 @@ class Client extends openapi_core_1.default {
9640
9642
  return await this.getAccountWithOptions(request, runtime);
9641
9643
  }
9642
9644
  /**
9643
- * 获取API密钥详情
9645
+ * Retrieves the details of an API key.
9644
9646
  *
9645
9647
  * @remarks
9646
- * 获取API密钥详情。
9648
+ * Retrieves the details of an API key.
9647
9649
  *
9648
9650
  * @param request - GetApiKeyRequest
9649
9651
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9675,10 +9677,10 @@ class Client extends openapi_core_1.default {
9675
9677
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetApiKeyResponse({}));
9676
9678
  }
9677
9679
  /**
9678
- * 获取API密钥详情
9680
+ * Retrieves the details of an API key.
9679
9681
  *
9680
9682
  * @remarks
9681
- * 获取API密钥详情。
9683
+ * Retrieves the details of an API key.
9682
9684
  *
9683
9685
  * @param request - GetApiKeyRequest
9684
9686
  * @returns GetApiKeyResponse
@@ -9799,10 +9801,10 @@ class Client extends openapi_core_1.default {
9799
9801
  return await this.getGraphRAGJobWithOptions(request, runtime);
9800
9802
  }
9801
9803
  /**
9802
- * 获取SaaS服务信息
9804
+ * Retrieves SaaS service information.
9803
9805
  *
9804
9806
  * @remarks
9805
- * 删除模型服务。
9807
+ * Deletes a model service.
9806
9808
  *
9807
9809
  * @param request - GetSaasServiceRequest
9808
9810
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9834,10 +9836,10 @@ class Client extends openapi_core_1.default {
9834
9836
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSaasServiceResponse({}));
9835
9837
  }
9836
9838
  /**
9837
- * 获取SaaS服务信息
9839
+ * Retrieves SaaS service information.
9838
9840
  *
9839
9841
  * @remarks
9840
- * 删除模型服务。
9842
+ * Deletes a model service.
9841
9843
  *
9842
9844
  * @param request - GetSaasServiceRequest
9843
9845
  * @returns GetSaasServiceResponse
@@ -9901,13 +9903,13 @@ class Client extends openapi_core_1.default {
9901
9903
  return await this.getSecretValueWithOptions(request, runtime);
9902
9904
  }
9903
9905
  /**
9904
- * 获取SaaS服务访问信息
9906
+ * Retrieves access information for a SaaS service.
9905
9907
  *
9906
9908
  * @remarks
9907
- * ## 使用说明
9908
- * 本接口用于查看所有模型服务信息。
9909
- * ## QPS限制
9910
- * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
9909
+ * ## Operation description
9910
+ * This operation is used to query information about all model services.
9911
+ * ## QPS limit
9912
+ * The default single-user QPS limit for this operation is 1,000 calls per second. If this limit is exceeded, the API calls are throttled, which may affect your business. Call this operation as needed.
9911
9913
  *
9912
9914
  * @param request - GetServiceAccessInfoRequest
9913
9915
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9939,13 +9941,13 @@ class Client extends openapi_core_1.default {
9939
9941
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetServiceAccessInfoResponse({}));
9940
9942
  }
9941
9943
  /**
9942
- * 获取SaaS服务访问信息
9944
+ * Retrieves access information for a SaaS service.
9943
9945
  *
9944
9946
  * @remarks
9945
- * ## 使用说明
9946
- * 本接口用于查看所有模型服务信息。
9947
- * ## QPS限制
9948
- * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
9947
+ * ## Operation description
9948
+ * This operation is used to query information about all model services.
9949
+ * ## QPS limit
9950
+ * The default single-user QPS limit for this operation is 1,000 calls per second. If this limit is exceeded, the API calls are throttled, which may affect your business. Call this operation as needed.
9949
9951
  *
9950
9952
  * @param request - GetServiceAccessInfoRequest
9951
9953
  * @returns GetServiceAccessInfoResponse
@@ -10292,11 +10294,11 @@ class Client extends openapi_core_1.default {
10292
10294
  return await this.getUpsertCollectionDataJobWithOptions(request, runtime);
10293
10295
  }
10294
10296
  /**
10295
- * 查询SaaS工作空间
10297
+ * Queries a SaaS workspace.
10296
10298
  *
10297
10299
  * @remarks
10298
- * ## 使用说明
10299
- * 本接口用于查看指定工作空间信息。
10300
+ * ## Operation description
10301
+ * This operation is used to query information about a specified workspace.
10300
10302
  *
10301
10303
  * @param request - GetWorkspaceRequest
10302
10304
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10328,11 +10330,11 @@ class Client extends openapi_core_1.default {
10328
10330
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetWorkspaceResponse({}));
10329
10331
  }
10330
10332
  /**
10331
- * 查询SaaS工作空间
10333
+ * Queries a SaaS workspace.
10332
10334
  *
10333
10335
  * @remarks
10334
- * ## 使用说明
10335
- * 本接口用于查看指定工作空间信息。
10336
+ * ## Operation description
10337
+ * This operation is used to query information about a specified workspace.
10336
10338
  *
10337
10339
  * @param request - GetWorkspaceRequest
10338
10340
  * @returns GetWorkspaceResponse
@@ -10600,10 +10602,10 @@ class Client extends openapi_core_1.default {
10600
10602
  return await this.listAIServicesWithOptions(request, runtime);
10601
10603
  }
10602
10604
  /**
10603
- * 查询API密钥列表
10605
+ * Queries a list of API keys.
10604
10606
  *
10605
10607
  * @remarks
10606
- * 查询API密钥列表。
10608
+ * Queries a list of API keys.
10607
10609
  *
10608
10610
  * @param request - ListApiKeysRequest
10609
10611
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10644,10 +10646,10 @@ class Client extends openapi_core_1.default {
10644
10646
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApiKeysResponse({}));
10645
10647
  }
10646
10648
  /**
10647
- * 查询API密钥列表
10649
+ * Queries a list of API keys.
10648
10650
  *
10649
10651
  * @remarks
10650
- * 查询API密钥列表。
10652
+ * Queries a list of API keys.
10651
10653
  *
10652
10654
  * @param request - ListApiKeysRequest
10653
10655
  * @returns ListApiKeysResponse
@@ -11596,7 +11598,7 @@ class Client extends openapi_core_1.default {
11596
11598
  * Queries the list of SaaS services.
11597
11599
  *
11598
11600
  * @remarks
11599
- * ## Operation description
11601
+ * ## Usage notes
11600
11602
  * This operation is used to query information about all SaaS services.
11601
11603
  *
11602
11604
  * @param request - ListSaasServiceRequest
@@ -11641,7 +11643,7 @@ class Client extends openapi_core_1.default {
11641
11643
  * Queries the list of SaaS services.
11642
11644
  *
11643
11645
  * @remarks
11644
- * ## Operation description
11646
+ * ## Usage notes
11645
11647
  * This operation is used to query information about all SaaS services.
11646
11648
  *
11647
11649
  * @param request - ListSaasServiceRequest
@@ -12277,7 +12279,7 @@ class Client extends openapi_core_1.default {
12277
12279
  *
12278
12280
  * @remarks
12279
12281
  * ## Operation description
12280
- * This operation is used to query information about all workspaces.
12282
+ * This operation is used to view information about all workspaces.
12281
12283
  *
12282
12284
  * @param request - ListWorkspacesRequest
12283
12285
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12322,7 +12324,7 @@ class Client extends openapi_core_1.default {
12322
12324
  *
12323
12325
  * @remarks
12324
12326
  * ## Operation description
12325
- * This operation is used to query information about all workspaces.
12327
+ * This operation is used to view information about all workspaces.
12326
12328
  *
12327
12329
  * @param request - ListWorkspacesRequest
12328
12330
  * @returns ListWorkspacesResponse
@@ -14113,10 +14115,10 @@ class Client extends openapi_core_1.default {
14113
14115
  return await this.pauseInstanceWithOptions(request, runtime);
14114
14116
  }
14115
14117
  /**
14116
- * 暂停SaaS服务
14118
+ * Pauses a SaaS service.
14117
14119
  *
14118
14120
  * @remarks
14119
- * 删除模型服务。
14121
+ * Deletes a model service.
14120
14122
  *
14121
14123
  * @param request - PauseSaasServiceRequest
14122
14124
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14148,10 +14150,10 @@ class Client extends openapi_core_1.default {
14148
14150
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PauseSaasServiceResponse({}));
14149
14151
  }
14150
14152
  /**
14151
- * 暂停SaaS服务
14153
+ * Pauses a SaaS service.
14152
14154
  *
14153
14155
  * @remarks
14154
- * 删除模型服务。
14156
+ * Deletes a model service.
14155
14157
  *
14156
14158
  * @param request - PauseSaasServiceRequest
14157
14159
  * @returns PauseSaasServiceResponse
@@ -15288,10 +15290,10 @@ class Client extends openapi_core_1.default {
15288
15290
  return await this.resumeInstanceWithOptions(request, runtime);
15289
15291
  }
15290
15292
  /**
15291
- * 恢复SaaS服务
15293
+ * Resumes a SaaS service.
15292
15294
  *
15293
15295
  * @remarks
15294
- * 删除模型服务。
15296
+ * Deletes a model service.
15295
15297
  *
15296
15298
  * @param request - ResumeSaasServiceRequest
15297
15299
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15323,10 +15325,10 @@ class Client extends openapi_core_1.default {
15323
15325
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResumeSaasServiceResponse({}));
15324
15326
  }
15325
15327
  /**
15326
- * 恢复SaaS服务
15328
+ * Resumes a SaaS service.
15327
15329
  *
15328
15330
  * @remarks
15329
- * 删除模型服务。
15331
+ * Deletes a model service.
15330
15332
  *
15331
15333
  * @param request - ResumeSaasServiceRequest
15332
15334
  * @returns ResumeSaasServiceResponse