@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/sddp20190103",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
@@ -12,11 +12,11 @@
12
12
  "author": "Alibaba Cloud SDK",
13
13
  "license": "Apache-2.0",
14
14
  "devDependencies": {
15
- "@types/node": "^12.12.26",
15
+ "@types/node": "^16.0.0",
16
16
  "nyc": "^15.0.0",
17
17
  "source-map-support": "^0.5.16",
18
- "ts-node": "^8.6.2",
19
- "typescript": "^3.7.5"
18
+ "ts-node": "^10.0.0",
19
+ "typescript": "^5"
20
20
  },
21
21
  "dependencies": {
22
22
  "@alicloud/tea-typescript": "^1.7.1",
package/src/client.ts CHANGED
@@ -1356,6 +1356,7 @@ export class DescribeDataLimitsRequest extends $tea.Model {
1356
1356
  engineType?: string;
1357
1357
  featureType?: number;
1358
1358
  lang?: string;
1359
+ memberAccount?: number;
1359
1360
  pageSize?: number;
1360
1361
  parentId?: string;
1361
1362
  resourceType?: number;
@@ -1372,6 +1373,7 @@ export class DescribeDataLimitsRequest extends $tea.Model {
1372
1373
  engineType: 'EngineType',
1373
1374
  featureType: 'FeatureType',
1374
1375
  lang: 'Lang',
1376
+ memberAccount: 'MemberAccount',
1375
1377
  pageSize: 'PageSize',
1376
1378
  parentId: 'ParentId',
1377
1379
  resourceType: 'ResourceType',
@@ -1391,6 +1393,7 @@ export class DescribeDataLimitsRequest extends $tea.Model {
1391
1393
  engineType: 'string',
1392
1394
  featureType: 'number',
1393
1395
  lang: 'string',
1396
+ memberAccount: 'number',
1394
1397
  pageSize: 'number',
1395
1398
  parentId: 'string',
1396
1399
  resourceType: 'number',
@@ -1852,6 +1855,7 @@ export class DescribeDataObjectsRequest extends $tea.Model {
1852
1855
  fileType?: number;
1853
1856
  instanceId?: string;
1854
1857
  lang?: string;
1858
+ memberAccount?: number;
1855
1859
  modelIds?: string;
1856
1860
  modelTagIds?: string;
1857
1861
  pageSize?: number;
@@ -1870,6 +1874,7 @@ export class DescribeDataObjectsRequest extends $tea.Model {
1870
1874
  fileType: 'FileType',
1871
1875
  instanceId: 'InstanceId',
1872
1876
  lang: 'Lang',
1877
+ memberAccount: 'MemberAccount',
1873
1878
  modelIds: 'ModelIds',
1874
1879
  modelTagIds: 'ModelTagIds',
1875
1880
  pageSize: 'PageSize',
@@ -1891,6 +1896,7 @@ export class DescribeDataObjectsRequest extends $tea.Model {
1891
1896
  fileType: 'number',
1892
1897
  instanceId: 'string',
1893
1898
  lang: 'string',
1899
+ memberAccount: 'number',
1894
1900
  modelIds: 'string',
1895
1901
  modelTagIds: 'string',
1896
1902
  pageSize: 'number',
@@ -2861,6 +2867,7 @@ export class DescribeParentInstanceRequest extends $tea.Model {
2861
2867
  engineType?: string;
2862
2868
  instanceId?: string;
2863
2869
  lang?: string;
2870
+ memberAccount?: number;
2864
2871
  pageSize?: number;
2865
2872
  resourceType?: number;
2866
2873
  serviceRegionId?: string;
@@ -2874,6 +2881,7 @@ export class DescribeParentInstanceRequest extends $tea.Model {
2874
2881
  engineType: 'EngineType',
2875
2882
  instanceId: 'InstanceId',
2876
2883
  lang: 'Lang',
2884
+ memberAccount: 'MemberAccount',
2877
2885
  pageSize: 'PageSize',
2878
2886
  resourceType: 'ResourceType',
2879
2887
  serviceRegionId: 'ServiceRegionId',
@@ -2890,6 +2898,7 @@ export class DescribeParentInstanceRequest extends $tea.Model {
2890
2898
  engineType: 'string',
2891
2899
  instanceId: 'string',
2892
2900
  lang: 'string',
2901
+ memberAccount: 'number',
2893
2902
  pageSize: 'number',
2894
2903
  resourceType: 'number',
2895
2904
  serviceRegionId: 'string',
@@ -4825,6 +4834,7 @@ export class DescribeDataLimitsResponseBodyItems extends $tea.Model {
4825
4834
  lastFinishedTime?: number;
4826
4835
  localName?: string;
4827
4836
  logStoreDay?: number;
4837
+ memberAccount?: number;
4828
4838
  nextStartTime?: number;
4829
4839
  ocrStatus?: number;
4830
4840
  parentId?: string;
@@ -4866,6 +4876,7 @@ export class DescribeDataLimitsResponseBodyItems extends $tea.Model {
4866
4876
  lastFinishedTime: 'LastFinishedTime',
4867
4877
  localName: 'LocalName',
4868
4878
  logStoreDay: 'LogStoreDay',
4879
+ memberAccount: 'MemberAccount',
4869
4880
  nextStartTime: 'NextStartTime',
4870
4881
  ocrStatus: 'OcrStatus',
4871
4882
  parentId: 'ParentId',
@@ -4910,6 +4921,7 @@ export class DescribeDataLimitsResponseBodyItems extends $tea.Model {
4910
4921
  lastFinishedTime: 'number',
4911
4922
  localName: 'string',
4912
4923
  logStoreDay: 'number',
4924
+ memberAccount: 'number',
4913
4925
  nextStartTime: 'number',
4914
4926
  ocrStatus: 'number',
4915
4927
  parentId: 'string',
@@ -5013,6 +5025,7 @@ export class DescribeDataMaskingRunHistoryResponseBodyItems extends $tea.Model {
5013
5025
  }
5014
5026
 
5015
5027
  export class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
5028
+ dstMemberAccount?: number;
5016
5029
  dstPath?: string;
5017
5030
  dstType?: number;
5018
5031
  dstTypeCode?: string;
@@ -5022,6 +5035,7 @@ export class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
5022
5035
  originalTable?: boolean;
5023
5036
  owner?: string;
5024
5037
  runCount?: number;
5038
+ srcMemberAccount?: number;
5025
5039
  srcPath?: string;
5026
5040
  srcType?: number;
5027
5041
  srcTypeCode?: string;
@@ -5031,6 +5045,7 @@ export class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
5031
5045
  triggerType?: number;
5032
5046
  static names(): { [key: string]: string } {
5033
5047
  return {
5048
+ dstMemberAccount: 'DstMemberAccount',
5034
5049
  dstPath: 'DstPath',
5035
5050
  dstType: 'DstType',
5036
5051
  dstTypeCode: 'DstTypeCode',
@@ -5040,6 +5055,7 @@ export class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
5040
5055
  originalTable: 'OriginalTable',
5041
5056
  owner: 'Owner',
5042
5057
  runCount: 'RunCount',
5058
+ srcMemberAccount: 'SrcMemberAccount',
5043
5059
  srcPath: 'SrcPath',
5044
5060
  srcType: 'SrcType',
5045
5061
  srcTypeCode: 'SrcTypeCode',
@@ -5052,6 +5068,7 @@ export class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
5052
5068
 
5053
5069
  static types(): { [key: string]: any } {
5054
5070
  return {
5071
+ dstMemberAccount: 'number',
5055
5072
  dstPath: 'string',
5056
5073
  dstType: 'number',
5057
5074
  dstTypeCode: 'string',
@@ -5061,6 +5078,7 @@ export class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
5061
5078
  originalTable: 'boolean',
5062
5079
  owner: 'string',
5063
5080
  runCount: 'number',
5081
+ srcMemberAccount: 'number',
5064
5082
  srcPath: 'string',
5065
5083
  srcType: 'number',
5066
5084
  srcTypeCode: 'string',
@@ -5277,6 +5295,7 @@ export class DescribeDataObjectsResponseBodyItems extends $tea.Model {
5277
5295
  instanceDescription?: string;
5278
5296
  instanceId?: string;
5279
5297
  lastScanTime?: number;
5298
+ memberAccount?: number;
5280
5299
  modelTags?: DescribeDataObjectsResponseBodyItemsModelTags[];
5281
5300
  name?: string;
5282
5301
  objectFileCategory?: string;
@@ -5295,6 +5314,7 @@ export class DescribeDataObjectsResponseBodyItems extends $tea.Model {
5295
5314
  instanceDescription: 'InstanceDescription',
5296
5315
  instanceId: 'InstanceId',
5297
5316
  lastScanTime: 'LastScanTime',
5317
+ memberAccount: 'MemberAccount',
5298
5318
  modelTags: 'ModelTags',
5299
5319
  name: 'Name',
5300
5320
  objectFileCategory: 'ObjectFileCategory',
@@ -5316,6 +5336,7 @@ export class DescribeDataObjectsResponseBodyItems extends $tea.Model {
5316
5336
  instanceDescription: 'string',
5317
5337
  instanceId: 'string',
5318
5338
  lastScanTime: 'number',
5339
+ memberAccount: 'number',
5319
5340
  modelTags: { 'type': 'array', 'itemType': DescribeDataObjectsResponseBodyItemsModelTags },
5320
5341
  name: 'string',
5321
5342
  objectFileCategory: 'string',
@@ -6278,6 +6299,7 @@ export class DescribeParentInstanceResponseBodyItems extends $tea.Model {
6278
6299
  instanceId?: string;
6279
6300
  instanceSize?: number;
6280
6301
  localName?: string;
6302
+ memberAccount?: number;
6281
6303
  parentId?: string;
6282
6304
  resourceType?: string;
6283
6305
  supportConnectNodes?: string;
@@ -6297,6 +6319,7 @@ export class DescribeParentInstanceResponseBodyItems extends $tea.Model {
6297
6319
  instanceId: 'InstanceId',
6298
6320
  instanceSize: 'InstanceSize',
6299
6321
  localName: 'LocalName',
6322
+ memberAccount: 'MemberAccount',
6300
6323
  parentId: 'ParentId',
6301
6324
  resourceType: 'ResourceType',
6302
6325
  supportConnectNodes: 'SupportConnectNodes',
@@ -6319,6 +6342,7 @@ export class DescribeParentInstanceResponseBodyItems extends $tea.Model {
6319
6342
  instanceId: 'string',
6320
6343
  instanceSize: 'number',
6321
6344
  localName: 'string',
6345
+ memberAccount: 'number',
6322
6346
  parentId: 'string',
6323
6347
  resourceType: 'string',
6324
6348
  supportConnectNodes: 'string',
@@ -7698,6 +7722,10 @@ export default class Client extends OpenApi {
7698
7722
  query["Lang"] = request.lang;
7699
7723
  }
7700
7724
 
7725
+ if (!Util.isUnset(request.memberAccount)) {
7726
+ query["MemberAccount"] = request.memberAccount;
7727
+ }
7728
+
7701
7729
  if (!Util.isUnset(request.pageSize)) {
7702
7730
  query["PageSize"] = request.pageSize;
7703
7731
  }
@@ -8033,6 +8061,10 @@ export default class Client extends OpenApi {
8033
8061
  query["Lang"] = request.lang;
8034
8062
  }
8035
8063
 
8064
+ if (!Util.isUnset(request.memberAccount)) {
8065
+ query["MemberAccount"] = request.memberAccount;
8066
+ }
8067
+
8036
8068
  if (!Util.isUnset(request.modelIds)) {
8037
8069
  query["ModelIds"] = request.modelIds;
8038
8070
  }
@@ -8305,9 +8337,10 @@ export default class Client extends OpenApi {
8305
8337
  }
8306
8338
 
8307
8339
  /**
8308
- * 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.
8309
- * # Limits
8310
- * 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.
8340
+ * You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
8341
+ * This operation is no longer used for the KMS console of the new version.
8342
+ * # [](#qps-)QPS limits
8343
+ * 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.
8311
8344
  *
8312
8345
  * @param request DescribeInstanceSourcesRequest
8313
8346
  * @param runtime runtime options for this request RuntimeOptions
@@ -8386,9 +8419,10 @@ export default class Client extends OpenApi {
8386
8419
  }
8387
8420
 
8388
8421
  /**
8389
- * 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.
8390
- * # Limits
8391
- * 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.
8422
+ * You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
8423
+ * This operation is no longer used for the KMS console of the new version.
8424
+ * # [](#qps-)QPS limits
8425
+ * 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.
8392
8426
  *
8393
8427
  * @param request DescribeInstanceSourcesRequest
8394
8428
  * @return DescribeInstanceSourcesResponse
@@ -8749,6 +8783,10 @@ export default class Client extends OpenApi {
8749
8783
  query["Lang"] = request.lang;
8750
8784
  }
8751
8785
 
8786
+ if (!Util.isUnset(request.memberAccount)) {
8787
+ query["MemberAccount"] = request.memberAccount;
8788
+ }
8789
+
8752
8790
  if (!Util.isUnset(request.pageSize)) {
8753
8791
  query["PageSize"] = request.pageSize;
8754
8792
  }