@alicloud/sddp20190103 1.2.0 → 1.2.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
@@ -745,6 +745,7 @@ export declare class DescribeDataLimitsRequest extends $tea.Model {
745
745
  engineType?: string;
746
746
  featureType?: number;
747
747
  lang?: string;
748
+ memberAccount?: number;
748
749
  pageSize?: number;
749
750
  parentId?: string;
750
751
  resourceType?: number;
@@ -1004,6 +1005,7 @@ export declare class DescribeDataObjectsRequest extends $tea.Model {
1004
1005
  fileType?: number;
1005
1006
  instanceId?: string;
1006
1007
  lang?: string;
1008
+ memberAccount?: number;
1007
1009
  modelIds?: string;
1008
1010
  modelTagIds?: string;
1009
1011
  pageSize?: number;
@@ -1550,6 +1552,7 @@ export declare class DescribeParentInstanceRequest extends $tea.Model {
1550
1552
  engineType?: string;
1551
1553
  instanceId?: string;
1552
1554
  lang?: string;
1555
+ memberAccount?: number;
1553
1556
  pageSize?: number;
1554
1557
  resourceType?: number;
1555
1558
  serviceRegionId?: string;
@@ -2608,6 +2611,7 @@ export declare class DescribeDataLimitsResponseBodyItems extends $tea.Model {
2608
2611
  lastFinishedTime?: number;
2609
2612
  localName?: string;
2610
2613
  logStoreDay?: number;
2614
+ memberAccount?: number;
2611
2615
  nextStartTime?: number;
2612
2616
  ocrStatus?: number;
2613
2617
  parentId?: string;
@@ -2670,6 +2674,7 @@ export declare class DescribeDataMaskingRunHistoryResponseBodyItems extends $tea
2670
2674
  });
2671
2675
  }
2672
2676
  export declare class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
2677
+ dstMemberAccount?: number;
2673
2678
  dstPath?: string;
2674
2679
  dstType?: number;
2675
2680
  dstTypeCode?: string;
@@ -2679,6 +2684,7 @@ export declare class DescribeDataMaskingTasksResponseBodyItems extends $tea.Mode
2679
2684
  originalTable?: boolean;
2680
2685
  owner?: string;
2681
2686
  runCount?: number;
2687
+ srcMemberAccount?: number;
2682
2688
  srcPath?: string;
2683
2689
  srcType?: number;
2684
2690
  srcTypeCode?: string;
@@ -2801,6 +2807,7 @@ export declare class DescribeDataObjectsResponseBodyItems extends $tea.Model {
2801
2807
  instanceDescription?: string;
2802
2808
  instanceId?: string;
2803
2809
  lastScanTime?: number;
2810
+ memberAccount?: number;
2804
2811
  modelTags?: DescribeDataObjectsResponseBodyItemsModelTags[];
2805
2812
  name?: string;
2806
2813
  objectFileCategory?: string;
@@ -3274,6 +3281,7 @@ export declare class DescribeParentInstanceResponseBodyItems extends $tea.Model
3274
3281
  instanceId?: string;
3275
3282
  instanceSize?: number;
3276
3283
  localName?: string;
3284
+ memberAccount?: number;
3277
3285
  parentId?: string;
3278
3286
  resourceType?: string;
3279
3287
  supportConnectNodes?: string;
@@ -3676,9 +3684,10 @@ export default class Client extends OpenApi {
3676
3684
  */
3677
3685
  describeEvents(request: DescribeEventsRequest): Promise<DescribeEventsResponse>;
3678
3686
  /**
3679
- * You can call this operation to query the data assets that DSC is not authorized to access. This helps you obtain information about the data assets.
3680
- * # Limits
3681
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
3687
+ * You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
3688
+ * This operation is no longer used for the KMS console of the new version.
3689
+ * # [](#qps-)QPS limits
3690
+ * This operation can be called up to 10 times per second for each Alibaba Cloud account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
3682
3691
  *
3683
3692
  * @param request DescribeInstanceSourcesRequest
3684
3693
  * @param runtime runtime options for this request RuntimeOptions
@@ -3686,9 +3695,10 @@ export default class Client extends OpenApi {
3686
3695
  */
3687
3696
  describeInstanceSourcesWithOptions(request: DescribeInstanceSourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSourcesResponse>;
3688
3697
  /**
3689
- * You can call this operation to query the data assets that DSC is not authorized to access. This helps you obtain information about the data assets.
3690
- * # Limits
3691
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
3698
+ * You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
3699
+ * This operation is no longer used for the KMS console of the new version.
3700
+ * # [](#qps-)QPS limits
3701
+ * This operation can be called up to 10 times per second for each Alibaba Cloud account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
3692
3702
  *
3693
3703
  * @param request DescribeInstanceSourcesRequest
3694
3704
  * @return DescribeInstanceSourcesResponse