@alicloud/sddp20190103 1.2.0 → 1.2.2

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;
@@ -2839,6 +2846,7 @@ export declare class DescribeDocTypesResponseBodyDocTypeList extends $tea.Model
2839
2846
  export declare class DescribeEventDetailResponseBodyEventDetailChartData extends $tea.Model {
2840
2847
  x?: string[];
2841
2848
  y?: string[];
2849
+ z?: string[];
2842
2850
  static names(): {
2843
2851
  [key: string]: string;
2844
2852
  };
@@ -2850,11 +2858,14 @@ export declare class DescribeEventDetailResponseBodyEventDetailChartData extends
2850
2858
  });
2851
2859
  }
2852
2860
  export declare class DescribeEventDetailResponseBodyEventDetailChart extends $tea.Model {
2861
+ chatType?: number;
2853
2862
  data?: DescribeEventDetailResponseBodyEventDetailChartData;
2854
2863
  label?: string;
2864
+ name?: string;
2855
2865
  type?: string;
2856
2866
  XLabel?: string;
2857
2867
  YLabel?: string;
2868
+ ZLabel?: string;
2858
2869
  static names(): {
2859
2870
  [key: string]: string;
2860
2871
  };
@@ -2867,6 +2878,7 @@ export declare class DescribeEventDetailResponseBodyEventDetailChart extends $te
2867
2878
  }
2868
2879
  export declare class DescribeEventDetailResponseBodyEventDetailContent extends $tea.Model {
2869
2880
  label?: string;
2881
+ name?: string;
2870
2882
  value?: string;
2871
2883
  static names(): {
2872
2884
  [key: string]: string;
@@ -2940,6 +2952,7 @@ export declare class DescribeEventDetailResponseBodyEvent extends $tea.Model {
2940
2952
  id?: number;
2941
2953
  logDetail?: string;
2942
2954
  loginName?: string;
2955
+ newAlarm?: boolean;
2943
2956
  productCode?: string;
2944
2957
  status?: number;
2945
2958
  statusName?: string;
@@ -3274,6 +3287,7 @@ export declare class DescribeParentInstanceResponseBodyItems extends $tea.Model
3274
3287
  instanceId?: string;
3275
3288
  instanceSize?: number;
3276
3289
  localName?: string;
3290
+ memberAccount?: number;
3277
3291
  parentId?: string;
3278
3292
  resourceType?: string;
3279
3293
  supportConnectNodes?: string;
@@ -3676,9 +3690,10 @@ export default class Client extends OpenApi {
3676
3690
  */
3677
3691
  describeEvents(request: DescribeEventsRequest): Promise<DescribeEventsResponse>;
3678
3692
  /**
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.
3693
+ * You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
3694
+ * This operation is no longer used for the KMS console of the new version.
3695
+ * # [](#qps-)QPS limits
3696
+ * 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
3697
  *
3683
3698
  * @param request DescribeInstanceSourcesRequest
3684
3699
  * @param runtime runtime options for this request RuntimeOptions
@@ -3686,9 +3701,10 @@ export default class Client extends OpenApi {
3686
3701
  */
3687
3702
  describeInstanceSourcesWithOptions(request: DescribeInstanceSourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSourcesResponse>;
3688
3703
  /**
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.
3704
+ * You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
3705
+ * This operation is no longer used for the KMS console of the new version.
3706
+ * # [](#qps-)QPS limits
3707
+ * 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
3708
  *
3693
3709
  * @param request DescribeInstanceSourcesRequest
3694
3710
  * @return DescribeInstanceSourcesResponse