@alicloud/adb20211201 2.0.0 → 2.0.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
@@ -3360,6 +3360,7 @@ export declare class DescribeRegionsRequest extends $tea.Model {
3360
3360
  acceptLanguage?: string;
3361
3361
  ownerAccount?: string;
3362
3362
  ownerId?: number;
3363
+ regionId?: string;
3363
3364
  resourceOwnerAccount?: string;
3364
3365
  resourceOwnerId?: number;
3365
3366
  static names(): {
@@ -10785,12 +10786,20 @@ export default class Client extends OpenApi {
10785
10786
  */
10786
10787
  preloadSparkAppMetrics(request: PreloadSparkAppMetricsRequest): Promise<PreloadSparkAppMetricsResponse>;
10787
10788
  /**
10789
+ * @summary Releases the public endpoint of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10790
+ *
10791
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10792
+ *
10788
10793
  * @param request ReleaseClusterPublicConnectionRequest
10789
10794
  * @param runtime runtime options for this request RuntimeOptions
10790
10795
  * @return ReleaseClusterPublicConnectionResponse
10791
10796
  */
10792
10797
  releaseClusterPublicConnectionWithOptions(request: ReleaseClusterPublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseClusterPublicConnectionResponse>;
10793
10798
  /**
10799
+ * @summary Releases the public endpoint of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
10800
+ *
10801
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
10802
+ *
10794
10803
  * @param request ReleaseClusterPublicConnectionRequest
10795
10804
  * @return ReleaseClusterPublicConnectionResponse
10796
10805
  */
package/dist/client.js CHANGED
@@ -4848,6 +4848,7 @@ class DescribeRegionsRequest extends $tea.Model {
4848
4848
  acceptLanguage: 'AcceptLanguage',
4849
4849
  ownerAccount: 'OwnerAccount',
4850
4850
  ownerId: 'OwnerId',
4851
+ regionId: 'RegionId',
4851
4852
  resourceOwnerAccount: 'ResourceOwnerAccount',
4852
4853
  resourceOwnerId: 'ResourceOwnerId',
4853
4854
  };
@@ -4857,6 +4858,7 @@ class DescribeRegionsRequest extends $tea.Model {
4857
4858
  acceptLanguage: 'string',
4858
4859
  ownerAccount: 'string',
4859
4860
  ownerId: 'number',
4861
+ regionId: 'string',
4860
4862
  resourceOwnerAccount: 'string',
4861
4863
  resourceOwnerId: 'number',
4862
4864
  };
@@ -15550,6 +15552,9 @@ class Client extends openapi_client_1.default {
15550
15552
  if (!tea_util_1.default.isUnset(request.ownerId)) {
15551
15553
  query["OwnerId"] = request.ownerId;
15552
15554
  }
15555
+ if (!tea_util_1.default.isUnset(request.regionId)) {
15556
+ query["RegionId"] = request.regionId;
15557
+ }
15553
15558
  if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
15554
15559
  query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
15555
15560
  }
@@ -18640,6 +18645,10 @@ class Client extends openapi_client_1.default {
18640
18645
  return await this.preloadSparkAppMetricsWithOptions(request, runtime);
18641
18646
  }
18642
18647
  /**
18648
+ * @summary Releases the public endpoint of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
18649
+ *
18650
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
18651
+ *
18643
18652
  * @param request ReleaseClusterPublicConnectionRequest
18644
18653
  * @param runtime runtime options for this request RuntimeOptions
18645
18654
  * @return ReleaseClusterPublicConnectionResponse
@@ -18670,6 +18679,10 @@ class Client extends openapi_client_1.default {
18670
18679
  return $tea.cast(await this.callApi(params, req, runtime), new ReleaseClusterPublicConnectionResponse({}));
18671
18680
  }
18672
18681
  /**
18682
+ * @summary Releases the public endpoint of an AnalyticDB for MySQL Data Lakehouse Edition (V3.0) cluster.
18683
+ *
18684
+ * @description For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
18685
+ *
18673
18686
  * @param request ReleaseClusterPublicConnectionRequest
18674
18687
  * @return ReleaseClusterPublicConnectionResponse
18675
18688
  */