@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 +22 -6
- package/dist/client.js +646 -600
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +62 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alicloud/sddp20190103",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
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": "^
|
|
15
|
+
"@types/node": "^16.0.0",
|
|
16
16
|
"nyc": "^15.0.0",
|
|
17
17
|
"source-map-support": "^0.5.16",
|
|
18
|
-
"ts-node": "^
|
|
19
|
-
"typescript": "^
|
|
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',
|
|
@@ -5363,10 +5384,12 @@ export class DescribeDocTypesResponseBodyDocTypeList extends $tea.Model {
|
|
|
5363
5384
|
export class DescribeEventDetailResponseBodyEventDetailChartData extends $tea.Model {
|
|
5364
5385
|
x?: string[];
|
|
5365
5386
|
y?: string[];
|
|
5387
|
+
z?: string[];
|
|
5366
5388
|
static names(): { [key: string]: string } {
|
|
5367
5389
|
return {
|
|
5368
5390
|
x: 'X',
|
|
5369
5391
|
y: 'Y',
|
|
5392
|
+
z: 'Z',
|
|
5370
5393
|
};
|
|
5371
5394
|
}
|
|
5372
5395
|
|
|
@@ -5374,6 +5397,7 @@ export class DescribeEventDetailResponseBodyEventDetailChartData extends $tea.Mo
|
|
|
5374
5397
|
return {
|
|
5375
5398
|
x: { 'type': 'array', 'itemType': 'string' },
|
|
5376
5399
|
y: { 'type': 'array', 'itemType': 'string' },
|
|
5400
|
+
z: { 'type': 'array', 'itemType': 'string' },
|
|
5377
5401
|
};
|
|
5378
5402
|
}
|
|
5379
5403
|
|
|
@@ -5383,28 +5407,37 @@ export class DescribeEventDetailResponseBodyEventDetailChartData extends $tea.Mo
|
|
|
5383
5407
|
}
|
|
5384
5408
|
|
|
5385
5409
|
export class DescribeEventDetailResponseBodyEventDetailChart extends $tea.Model {
|
|
5410
|
+
chatType?: number;
|
|
5386
5411
|
data?: DescribeEventDetailResponseBodyEventDetailChartData;
|
|
5387
5412
|
label?: string;
|
|
5413
|
+
name?: string;
|
|
5388
5414
|
type?: string;
|
|
5389
5415
|
XLabel?: string;
|
|
5390
5416
|
YLabel?: string;
|
|
5417
|
+
ZLabel?: string;
|
|
5391
5418
|
static names(): { [key: string]: string } {
|
|
5392
5419
|
return {
|
|
5420
|
+
chatType: 'ChatType',
|
|
5393
5421
|
data: 'Data',
|
|
5394
5422
|
label: 'Label',
|
|
5423
|
+
name: 'Name',
|
|
5395
5424
|
type: 'Type',
|
|
5396
5425
|
XLabel: 'XLabel',
|
|
5397
5426
|
YLabel: 'YLabel',
|
|
5427
|
+
ZLabel: 'ZLabel',
|
|
5398
5428
|
};
|
|
5399
5429
|
}
|
|
5400
5430
|
|
|
5401
5431
|
static types(): { [key: string]: any } {
|
|
5402
5432
|
return {
|
|
5433
|
+
chatType: 'number',
|
|
5403
5434
|
data: DescribeEventDetailResponseBodyEventDetailChartData,
|
|
5404
5435
|
label: 'string',
|
|
5436
|
+
name: 'string',
|
|
5405
5437
|
type: 'string',
|
|
5406
5438
|
XLabel: 'string',
|
|
5407
5439
|
YLabel: 'string',
|
|
5440
|
+
ZLabel: 'string',
|
|
5408
5441
|
};
|
|
5409
5442
|
}
|
|
5410
5443
|
|
|
@@ -5415,10 +5448,12 @@ export class DescribeEventDetailResponseBodyEventDetailChart extends $tea.Model
|
|
|
5415
5448
|
|
|
5416
5449
|
export class DescribeEventDetailResponseBodyEventDetailContent extends $tea.Model {
|
|
5417
5450
|
label?: string;
|
|
5451
|
+
name?: string;
|
|
5418
5452
|
value?: string;
|
|
5419
5453
|
static names(): { [key: string]: string } {
|
|
5420
5454
|
return {
|
|
5421
5455
|
label: 'Label',
|
|
5456
|
+
name: 'Name',
|
|
5422
5457
|
value: 'Value',
|
|
5423
5458
|
};
|
|
5424
5459
|
}
|
|
@@ -5426,6 +5461,7 @@ export class DescribeEventDetailResponseBodyEventDetailContent extends $tea.Mode
|
|
|
5426
5461
|
static types(): { [key: string]: any } {
|
|
5427
5462
|
return {
|
|
5428
5463
|
label: 'string',
|
|
5464
|
+
name: 'string',
|
|
5429
5465
|
value: 'string',
|
|
5430
5466
|
};
|
|
5431
5467
|
}
|
|
@@ -5538,6 +5574,7 @@ export class DescribeEventDetailResponseBodyEvent extends $tea.Model {
|
|
|
5538
5574
|
id?: number;
|
|
5539
5575
|
logDetail?: string;
|
|
5540
5576
|
loginName?: string;
|
|
5577
|
+
newAlarm?: boolean;
|
|
5541
5578
|
productCode?: string;
|
|
5542
5579
|
status?: number;
|
|
5543
5580
|
statusName?: string;
|
|
@@ -5563,6 +5600,7 @@ export class DescribeEventDetailResponseBodyEvent extends $tea.Model {
|
|
|
5563
5600
|
id: 'Id',
|
|
5564
5601
|
logDetail: 'LogDetail',
|
|
5565
5602
|
loginName: 'LoginName',
|
|
5603
|
+
newAlarm: 'NewAlarm',
|
|
5566
5604
|
productCode: 'ProductCode',
|
|
5567
5605
|
status: 'Status',
|
|
5568
5606
|
statusName: 'StatusName',
|
|
@@ -5591,6 +5629,7 @@ export class DescribeEventDetailResponseBodyEvent extends $tea.Model {
|
|
|
5591
5629
|
id: 'number',
|
|
5592
5630
|
logDetail: 'string',
|
|
5593
5631
|
loginName: 'string',
|
|
5632
|
+
newAlarm: 'boolean',
|
|
5594
5633
|
productCode: 'string',
|
|
5595
5634
|
status: 'number',
|
|
5596
5635
|
statusName: 'string',
|
|
@@ -6278,6 +6317,7 @@ export class DescribeParentInstanceResponseBodyItems extends $tea.Model {
|
|
|
6278
6317
|
instanceId?: string;
|
|
6279
6318
|
instanceSize?: number;
|
|
6280
6319
|
localName?: string;
|
|
6320
|
+
memberAccount?: number;
|
|
6281
6321
|
parentId?: string;
|
|
6282
6322
|
resourceType?: string;
|
|
6283
6323
|
supportConnectNodes?: string;
|
|
@@ -6297,6 +6337,7 @@ export class DescribeParentInstanceResponseBodyItems extends $tea.Model {
|
|
|
6297
6337
|
instanceId: 'InstanceId',
|
|
6298
6338
|
instanceSize: 'InstanceSize',
|
|
6299
6339
|
localName: 'LocalName',
|
|
6340
|
+
memberAccount: 'MemberAccount',
|
|
6300
6341
|
parentId: 'ParentId',
|
|
6301
6342
|
resourceType: 'ResourceType',
|
|
6302
6343
|
supportConnectNodes: 'SupportConnectNodes',
|
|
@@ -6319,6 +6360,7 @@ export class DescribeParentInstanceResponseBodyItems extends $tea.Model {
|
|
|
6319
6360
|
instanceId: 'string',
|
|
6320
6361
|
instanceSize: 'number',
|
|
6321
6362
|
localName: 'string',
|
|
6363
|
+
memberAccount: 'number',
|
|
6322
6364
|
parentId: 'string',
|
|
6323
6365
|
resourceType: 'string',
|
|
6324
6366
|
supportConnectNodes: 'string',
|
|
@@ -7698,6 +7740,10 @@ export default class Client extends OpenApi {
|
|
|
7698
7740
|
query["Lang"] = request.lang;
|
|
7699
7741
|
}
|
|
7700
7742
|
|
|
7743
|
+
if (!Util.isUnset(request.memberAccount)) {
|
|
7744
|
+
query["MemberAccount"] = request.memberAccount;
|
|
7745
|
+
}
|
|
7746
|
+
|
|
7701
7747
|
if (!Util.isUnset(request.pageSize)) {
|
|
7702
7748
|
query["PageSize"] = request.pageSize;
|
|
7703
7749
|
}
|
|
@@ -8033,6 +8079,10 @@ export default class Client extends OpenApi {
|
|
|
8033
8079
|
query["Lang"] = request.lang;
|
|
8034
8080
|
}
|
|
8035
8081
|
|
|
8082
|
+
if (!Util.isUnset(request.memberAccount)) {
|
|
8083
|
+
query["MemberAccount"] = request.memberAccount;
|
|
8084
|
+
}
|
|
8085
|
+
|
|
8036
8086
|
if (!Util.isUnset(request.modelIds)) {
|
|
8037
8087
|
query["ModelIds"] = request.modelIds;
|
|
8038
8088
|
}
|
|
@@ -8305,9 +8355,10 @@ export default class Client extends OpenApi {
|
|
|
8305
8355
|
}
|
|
8306
8356
|
|
|
8307
8357
|
/**
|
|
8308
|
-
* You can
|
|
8309
|
-
*
|
|
8310
|
-
*
|
|
8358
|
+
* You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
|
|
8359
|
+
* This operation is no longer used for the KMS console of the new version.
|
|
8360
|
+
* # [](#qps-)QPS limits
|
|
8361
|
+
* 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
8362
|
*
|
|
8312
8363
|
* @param request DescribeInstanceSourcesRequest
|
|
8313
8364
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8386,9 +8437,10 @@ export default class Client extends OpenApi {
|
|
|
8386
8437
|
}
|
|
8387
8438
|
|
|
8388
8439
|
/**
|
|
8389
|
-
* You can
|
|
8390
|
-
*
|
|
8391
|
-
*
|
|
8440
|
+
* You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
|
|
8441
|
+
* This operation is no longer used for the KMS console of the new version.
|
|
8442
|
+
* # [](#qps-)QPS limits
|
|
8443
|
+
* 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
8444
|
*
|
|
8393
8445
|
* @param request DescribeInstanceSourcesRequest
|
|
8394
8446
|
* @return DescribeInstanceSourcesResponse
|
|
@@ -8749,6 +8801,10 @@ export default class Client extends OpenApi {
|
|
|
8749
8801
|
query["Lang"] = request.lang;
|
|
8750
8802
|
}
|
|
8751
8803
|
|
|
8804
|
+
if (!Util.isUnset(request.memberAccount)) {
|
|
8805
|
+
query["MemberAccount"] = request.memberAccount;
|
|
8806
|
+
}
|
|
8807
|
+
|
|
8752
8808
|
if (!Util.isUnset(request.pageSize)) {
|
|
8753
8809
|
query["PageSize"] = request.pageSize;
|
|
8754
8810
|
}
|