@alicloud/sddp20190103 1.1.3 → 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 +241 -147
- package/dist/client.js +816 -585
- package/dist/client.js.map +1 -1
- package/package.json +6 -6
- package/src/client.ts +426 -147
package/src/client.ts
CHANGED
|
@@ -65,9 +65,9 @@ export class CreateConfigResponseBody extends $tea.Model {
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
export class CreateConfigResponse extends $tea.Model {
|
|
68
|
-
headers
|
|
69
|
-
statusCode
|
|
70
|
-
body
|
|
68
|
+
headers?: { [key: string]: string };
|
|
69
|
+
statusCode?: number;
|
|
70
|
+
body?: CreateConfigResponseBody;
|
|
71
71
|
static names(): { [key: string]: string } {
|
|
72
72
|
return {
|
|
73
73
|
headers: 'headers',
|
|
@@ -182,9 +182,9 @@ export class CreateDataLimitResponseBody extends $tea.Model {
|
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
export class CreateDataLimitResponse extends $tea.Model {
|
|
185
|
-
headers
|
|
186
|
-
statusCode
|
|
187
|
-
body
|
|
185
|
+
headers?: { [key: string]: string };
|
|
186
|
+
statusCode?: number;
|
|
187
|
+
body?: CreateDataLimitResponseBody;
|
|
188
188
|
static names(): { [key: string]: string } {
|
|
189
189
|
return {
|
|
190
190
|
headers: 'headers',
|
|
@@ -296,9 +296,9 @@ export class CreateRuleResponseBody extends $tea.Model {
|
|
|
296
296
|
}
|
|
297
297
|
|
|
298
298
|
export class CreateRuleResponse extends $tea.Model {
|
|
299
|
-
headers
|
|
300
|
-
statusCode
|
|
301
|
-
body
|
|
299
|
+
headers?: { [key: string]: string };
|
|
300
|
+
statusCode?: number;
|
|
301
|
+
body?: CreateRuleResponseBody;
|
|
302
302
|
static names(): { [key: string]: string } {
|
|
303
303
|
return {
|
|
304
304
|
headers: 'headers',
|
|
@@ -398,9 +398,9 @@ export class CreateScanTaskResponseBody extends $tea.Model {
|
|
|
398
398
|
}
|
|
399
399
|
|
|
400
400
|
export class CreateScanTaskResponse extends $tea.Model {
|
|
401
|
-
headers
|
|
402
|
-
statusCode
|
|
403
|
-
body
|
|
401
|
+
headers?: { [key: string]: string };
|
|
402
|
+
statusCode?: number;
|
|
403
|
+
body?: CreateScanTaskResponseBody;
|
|
404
404
|
static names(): { [key: string]: string } {
|
|
405
405
|
return {
|
|
406
406
|
headers: 'headers',
|
|
@@ -470,9 +470,9 @@ export class CreateSlrRoleResponseBody extends $tea.Model {
|
|
|
470
470
|
}
|
|
471
471
|
|
|
472
472
|
export class CreateSlrRoleResponse extends $tea.Model {
|
|
473
|
-
headers
|
|
474
|
-
statusCode
|
|
475
|
-
body
|
|
473
|
+
headers?: { [key: string]: string };
|
|
474
|
+
statusCode?: number;
|
|
475
|
+
body?: CreateSlrRoleResponseBody;
|
|
476
476
|
static names(): { [key: string]: string } {
|
|
477
477
|
return {
|
|
478
478
|
headers: 'headers',
|
|
@@ -542,9 +542,9 @@ export class DeleteDataLimitResponseBody extends $tea.Model {
|
|
|
542
542
|
}
|
|
543
543
|
|
|
544
544
|
export class DeleteDataLimitResponse extends $tea.Model {
|
|
545
|
-
headers
|
|
546
|
-
statusCode
|
|
547
|
-
body
|
|
545
|
+
headers?: { [key: string]: string };
|
|
546
|
+
statusCode?: number;
|
|
547
|
+
body?: DeleteDataLimitResponseBody;
|
|
548
548
|
static names(): { [key: string]: string } {
|
|
549
549
|
return {
|
|
550
550
|
headers: 'headers',
|
|
@@ -614,9 +614,9 @@ export class DeleteRuleResponseBody extends $tea.Model {
|
|
|
614
614
|
}
|
|
615
615
|
|
|
616
616
|
export class DeleteRuleResponse extends $tea.Model {
|
|
617
|
-
headers
|
|
618
|
-
statusCode
|
|
619
|
-
body
|
|
617
|
+
headers?: { [key: string]: string };
|
|
618
|
+
statusCode?: number;
|
|
619
|
+
body?: DeleteRuleResponseBody;
|
|
620
620
|
static names(): { [key: string]: string } {
|
|
621
621
|
return {
|
|
622
622
|
headers: 'headers',
|
|
@@ -701,9 +701,9 @@ export class DescribeCategoryTemplateListResponseBody extends $tea.Model {
|
|
|
701
701
|
}
|
|
702
702
|
|
|
703
703
|
export class DescribeCategoryTemplateListResponse extends $tea.Model {
|
|
704
|
-
headers
|
|
705
|
-
statusCode
|
|
706
|
-
body
|
|
704
|
+
headers?: { [key: string]: string };
|
|
705
|
+
statusCode?: number;
|
|
706
|
+
body?: DescribeCategoryTemplateListResponseBody;
|
|
707
707
|
static names(): { [key: string]: string } {
|
|
708
708
|
return {
|
|
709
709
|
headers: 'headers',
|
|
@@ -791,9 +791,9 @@ export class DescribeCategoryTemplateRuleListResponseBody extends $tea.Model {
|
|
|
791
791
|
}
|
|
792
792
|
|
|
793
793
|
export class DescribeCategoryTemplateRuleListResponse extends $tea.Model {
|
|
794
|
-
headers
|
|
795
|
-
statusCode
|
|
796
|
-
body
|
|
794
|
+
headers?: { [key: string]: string };
|
|
795
|
+
statusCode?: number;
|
|
796
|
+
body?: DescribeCategoryTemplateRuleListResponseBody;
|
|
797
797
|
static names(): { [key: string]: string } {
|
|
798
798
|
return {
|
|
799
799
|
headers: 'headers',
|
|
@@ -902,9 +902,9 @@ export class DescribeColumnsResponseBody extends $tea.Model {
|
|
|
902
902
|
}
|
|
903
903
|
|
|
904
904
|
export class DescribeColumnsResponse extends $tea.Model {
|
|
905
|
-
headers
|
|
906
|
-
statusCode
|
|
907
|
-
body
|
|
905
|
+
headers?: { [key: string]: string };
|
|
906
|
+
statusCode?: number;
|
|
907
|
+
body?: DescribeColumnsResponseBody;
|
|
908
908
|
static names(): { [key: string]: string } {
|
|
909
909
|
return {
|
|
910
910
|
headers: 'headers',
|
|
@@ -1013,9 +1013,9 @@ export class DescribeColumnsV2ResponseBody extends $tea.Model {
|
|
|
1013
1013
|
}
|
|
1014
1014
|
|
|
1015
1015
|
export class DescribeColumnsV2Response extends $tea.Model {
|
|
1016
|
-
headers
|
|
1017
|
-
statusCode
|
|
1018
|
-
body
|
|
1016
|
+
headers?: { [key: string]: string };
|
|
1017
|
+
statusCode?: number;
|
|
1018
|
+
body?: DescribeColumnsV2ResponseBody;
|
|
1019
1019
|
static names(): { [key: string]: string } {
|
|
1020
1020
|
return {
|
|
1021
1021
|
headers: 'headers',
|
|
@@ -1079,9 +1079,9 @@ export class DescribeConfigsResponseBody extends $tea.Model {
|
|
|
1079
1079
|
}
|
|
1080
1080
|
|
|
1081
1081
|
export class DescribeConfigsResponse extends $tea.Model {
|
|
1082
|
-
headers
|
|
1083
|
-
statusCode
|
|
1084
|
-
body
|
|
1082
|
+
headers?: { [key: string]: string };
|
|
1083
|
+
statusCode?: number;
|
|
1084
|
+
body?: DescribeConfigsResponseBody;
|
|
1085
1085
|
static names(): { [key: string]: string } {
|
|
1086
1086
|
return {
|
|
1087
1087
|
headers: 'headers',
|
|
@@ -1172,9 +1172,9 @@ export class DescribeDataAssetsResponseBody extends $tea.Model {
|
|
|
1172
1172
|
}
|
|
1173
1173
|
|
|
1174
1174
|
export class DescribeDataAssetsResponse extends $tea.Model {
|
|
1175
|
-
headers
|
|
1176
|
-
statusCode
|
|
1177
|
-
body
|
|
1175
|
+
headers?: { [key: string]: string };
|
|
1176
|
+
statusCode?: number;
|
|
1177
|
+
body?: DescribeDataAssetsResponseBody;
|
|
1178
1178
|
static names(): { [key: string]: string } {
|
|
1179
1179
|
return {
|
|
1180
1180
|
headers: 'headers',
|
|
@@ -1247,9 +1247,9 @@ export class DescribeDataLimitDetailResponseBody extends $tea.Model {
|
|
|
1247
1247
|
}
|
|
1248
1248
|
|
|
1249
1249
|
export class DescribeDataLimitDetailResponse extends $tea.Model {
|
|
1250
|
-
headers
|
|
1251
|
-
statusCode
|
|
1252
|
-
body
|
|
1250
|
+
headers?: { [key: string]: string };
|
|
1251
|
+
statusCode?: number;
|
|
1252
|
+
body?: DescribeDataLimitDetailResponseBody;
|
|
1253
1253
|
static names(): { [key: string]: string } {
|
|
1254
1254
|
return {
|
|
1255
1255
|
headers: 'headers',
|
|
@@ -1322,9 +1322,9 @@ export class DescribeDataLimitSetResponseBody extends $tea.Model {
|
|
|
1322
1322
|
}
|
|
1323
1323
|
|
|
1324
1324
|
export class DescribeDataLimitSetResponse extends $tea.Model {
|
|
1325
|
-
headers
|
|
1326
|
-
statusCode
|
|
1327
|
-
body
|
|
1325
|
+
headers?: { [key: string]: string };
|
|
1326
|
+
statusCode?: number;
|
|
1327
|
+
body?: DescribeDataLimitSetResponseBody;
|
|
1328
1328
|
static names(): { [key: string]: string } {
|
|
1329
1329
|
return {
|
|
1330
1330
|
headers: 'headers',
|
|
@@ -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',
|
|
@@ -1436,9 +1439,9 @@ export class DescribeDataLimitsResponseBody extends $tea.Model {
|
|
|
1436
1439
|
}
|
|
1437
1440
|
|
|
1438
1441
|
export class DescribeDataLimitsResponse extends $tea.Model {
|
|
1439
|
-
headers
|
|
1440
|
-
statusCode
|
|
1441
|
-
body
|
|
1442
|
+
headers?: { [key: string]: string };
|
|
1443
|
+
statusCode?: number;
|
|
1444
|
+
body?: DescribeDataLimitsResponseBody;
|
|
1442
1445
|
static names(): { [key: string]: string } {
|
|
1443
1446
|
return {
|
|
1444
1447
|
headers: 'headers',
|
|
@@ -1541,9 +1544,9 @@ export class DescribeDataMaskingRunHistoryResponseBody extends $tea.Model {
|
|
|
1541
1544
|
}
|
|
1542
1545
|
|
|
1543
1546
|
export class DescribeDataMaskingRunHistoryResponse extends $tea.Model {
|
|
1544
|
-
headers
|
|
1545
|
-
statusCode
|
|
1546
|
-
body
|
|
1547
|
+
headers?: { [key: string]: string };
|
|
1548
|
+
statusCode?: number;
|
|
1549
|
+
body?: DescribeDataMaskingRunHistoryResponseBody;
|
|
1547
1550
|
static names(): { [key: string]: string } {
|
|
1548
1551
|
return {
|
|
1549
1552
|
headers: 'headers',
|
|
@@ -1634,9 +1637,9 @@ export class DescribeDataMaskingTasksResponseBody extends $tea.Model {
|
|
|
1634
1637
|
}
|
|
1635
1638
|
|
|
1636
1639
|
export class DescribeDataMaskingTasksResponse extends $tea.Model {
|
|
1637
|
-
headers
|
|
1638
|
-
statusCode
|
|
1639
|
-
body
|
|
1640
|
+
headers?: { [key: string]: string };
|
|
1641
|
+
statusCode?: number;
|
|
1642
|
+
body?: DescribeDataMaskingTasksResponseBody;
|
|
1640
1643
|
static names(): { [key: string]: string } {
|
|
1641
1644
|
return {
|
|
1642
1645
|
headers: 'headers',
|
|
@@ -1727,9 +1730,9 @@ export class DescribeDataObjectColumnDetailResponseBody extends $tea.Model {
|
|
|
1727
1730
|
}
|
|
1728
1731
|
|
|
1729
1732
|
export class DescribeDataObjectColumnDetailResponse extends $tea.Model {
|
|
1730
|
-
headers
|
|
1731
|
-
statusCode
|
|
1732
|
-
body
|
|
1733
|
+
headers?: { [key: string]: string };
|
|
1734
|
+
statusCode?: number;
|
|
1735
|
+
body?: DescribeDataObjectColumnDetailResponseBody;
|
|
1733
1736
|
static names(): { [key: string]: string } {
|
|
1734
1737
|
return {
|
|
1735
1738
|
headers: 'headers',
|
|
@@ -1820,9 +1823,9 @@ export class DescribeDataObjectColumnDetailV2ResponseBody extends $tea.Model {
|
|
|
1820
1823
|
}
|
|
1821
1824
|
|
|
1822
1825
|
export class DescribeDataObjectColumnDetailV2Response extends $tea.Model {
|
|
1823
|
-
headers
|
|
1824
|
-
statusCode
|
|
1825
|
-
body
|
|
1826
|
+
headers?: { [key: string]: string };
|
|
1827
|
+
statusCode?: number;
|
|
1828
|
+
body?: DescribeDataObjectColumnDetailV2ResponseBody;
|
|
1826
1829
|
static names(): { [key: string]: string } {
|
|
1827
1830
|
return {
|
|
1828
1831
|
headers: 'headers',
|
|
@@ -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',
|
|
@@ -1940,9 +1946,9 @@ export class DescribeDataObjectsResponseBody extends $tea.Model {
|
|
|
1940
1946
|
}
|
|
1941
1947
|
|
|
1942
1948
|
export class DescribeDataObjectsResponse extends $tea.Model {
|
|
1943
|
-
headers
|
|
1944
|
-
statusCode
|
|
1945
|
-
body
|
|
1949
|
+
headers?: { [key: string]: string };
|
|
1950
|
+
statusCode?: number;
|
|
1951
|
+
body?: DescribeDataObjectsResponseBody;
|
|
1946
1952
|
static names(): { [key: string]: string } {
|
|
1947
1953
|
return {
|
|
1948
1954
|
headers: 'headers',
|
|
@@ -2006,9 +2012,9 @@ export class DescribeDocTypesResponseBody extends $tea.Model {
|
|
|
2006
2012
|
}
|
|
2007
2013
|
|
|
2008
2014
|
export class DescribeDocTypesResponse extends $tea.Model {
|
|
2009
|
-
headers
|
|
2010
|
-
statusCode
|
|
2011
|
-
body
|
|
2015
|
+
headers?: { [key: string]: string };
|
|
2016
|
+
statusCode?: number;
|
|
2017
|
+
body?: DescribeDocTypesResponseBody;
|
|
2012
2018
|
static names(): { [key: string]: string } {
|
|
2013
2019
|
return {
|
|
2014
2020
|
headers: 'headers',
|
|
@@ -2075,9 +2081,9 @@ export class DescribeEventDetailResponseBody extends $tea.Model {
|
|
|
2075
2081
|
}
|
|
2076
2082
|
|
|
2077
2083
|
export class DescribeEventDetailResponse extends $tea.Model {
|
|
2078
|
-
headers
|
|
2079
|
-
statusCode
|
|
2080
|
-
body
|
|
2084
|
+
headers?: { [key: string]: string };
|
|
2085
|
+
statusCode?: number;
|
|
2086
|
+
body?: DescribeEventDetailResponseBody;
|
|
2081
2087
|
static names(): { [key: string]: string } {
|
|
2082
2088
|
return {
|
|
2083
2089
|
headers: 'headers',
|
|
@@ -2153,9 +2159,9 @@ export class DescribeEventTypesResponseBody extends $tea.Model {
|
|
|
2153
2159
|
}
|
|
2154
2160
|
|
|
2155
2161
|
export class DescribeEventTypesResponse extends $tea.Model {
|
|
2156
|
-
headers
|
|
2157
|
-
statusCode
|
|
2158
|
-
body
|
|
2162
|
+
headers?: { [key: string]: string };
|
|
2163
|
+
statusCode?: number;
|
|
2164
|
+
body?: DescribeEventTypesResponseBody;
|
|
2159
2165
|
static names(): { [key: string]: string } {
|
|
2160
2166
|
return {
|
|
2161
2167
|
headers: 'headers',
|
|
@@ -2273,9 +2279,9 @@ export class DescribeEventsResponseBody extends $tea.Model {
|
|
|
2273
2279
|
}
|
|
2274
2280
|
|
|
2275
2281
|
export class DescribeEventsResponse extends $tea.Model {
|
|
2276
|
-
headers
|
|
2277
|
-
statusCode
|
|
2278
|
-
body
|
|
2282
|
+
headers?: { [key: string]: string };
|
|
2283
|
+
statusCode?: number;
|
|
2284
|
+
body?: DescribeEventsResponseBody;
|
|
2279
2285
|
static names(): { [key: string]: string } {
|
|
2280
2286
|
return {
|
|
2281
2287
|
headers: 'headers',
|
|
@@ -2384,9 +2390,9 @@ export class DescribeInstanceSourcesResponseBody extends $tea.Model {
|
|
|
2384
2390
|
}
|
|
2385
2391
|
|
|
2386
2392
|
export class DescribeInstanceSourcesResponse extends $tea.Model {
|
|
2387
|
-
headers
|
|
2388
|
-
statusCode
|
|
2389
|
-
body
|
|
2393
|
+
headers?: { [key: string]: string };
|
|
2394
|
+
statusCode?: number;
|
|
2395
|
+
body?: DescribeInstanceSourcesResponseBody;
|
|
2390
2396
|
static names(): { [key: string]: string } {
|
|
2391
2397
|
return {
|
|
2392
2398
|
headers: 'headers',
|
|
@@ -2486,9 +2492,9 @@ export class DescribeInstancesResponseBody extends $tea.Model {
|
|
|
2486
2492
|
}
|
|
2487
2493
|
|
|
2488
2494
|
export class DescribeInstancesResponse extends $tea.Model {
|
|
2489
|
-
headers
|
|
2490
|
-
statusCode
|
|
2491
|
-
body
|
|
2495
|
+
headers?: { [key: string]: string };
|
|
2496
|
+
statusCode?: number;
|
|
2497
|
+
body?: DescribeInstancesResponseBody;
|
|
2492
2498
|
static names(): { [key: string]: string } {
|
|
2493
2499
|
return {
|
|
2494
2500
|
headers: 'headers',
|
|
@@ -2555,9 +2561,9 @@ export class DescribeOssObjectDetailResponseBody extends $tea.Model {
|
|
|
2555
2561
|
}
|
|
2556
2562
|
|
|
2557
2563
|
export class DescribeOssObjectDetailResponse extends $tea.Model {
|
|
2558
|
-
headers
|
|
2559
|
-
statusCode
|
|
2560
|
-
body
|
|
2564
|
+
headers?: { [key: string]: string };
|
|
2565
|
+
statusCode?: number;
|
|
2566
|
+
body?: DescribeOssObjectDetailResponseBody;
|
|
2561
2567
|
static names(): { [key: string]: string } {
|
|
2562
2568
|
return {
|
|
2563
2569
|
headers: 'headers',
|
|
@@ -2624,9 +2630,9 @@ export class DescribeOssObjectDetailV2ResponseBody extends $tea.Model {
|
|
|
2624
2630
|
}
|
|
2625
2631
|
|
|
2626
2632
|
export class DescribeOssObjectDetailV2Response extends $tea.Model {
|
|
2627
|
-
headers
|
|
2628
|
-
statusCode
|
|
2629
|
-
body
|
|
2633
|
+
headers?: { [key: string]: string };
|
|
2634
|
+
statusCode?: number;
|
|
2635
|
+
body?: DescribeOssObjectDetailV2ResponseBody;
|
|
2630
2636
|
static names(): { [key: string]: string } {
|
|
2631
2637
|
return {
|
|
2632
2638
|
headers: 'headers',
|
|
@@ -2732,9 +2738,9 @@ export class DescribeOssObjectsResponseBody extends $tea.Model {
|
|
|
2732
2738
|
}
|
|
2733
2739
|
|
|
2734
2740
|
export class DescribeOssObjectsResponse extends $tea.Model {
|
|
2735
|
-
headers
|
|
2736
|
-
statusCode
|
|
2737
|
-
body
|
|
2741
|
+
headers?: { [key: string]: string };
|
|
2742
|
+
statusCode?: number;
|
|
2743
|
+
body?: DescribeOssObjectsResponseBody;
|
|
2738
2744
|
static names(): { [key: string]: string } {
|
|
2739
2745
|
return {
|
|
2740
2746
|
headers: 'headers',
|
|
@@ -2828,9 +2834,9 @@ export class DescribePackagesResponseBody extends $tea.Model {
|
|
|
2828
2834
|
}
|
|
2829
2835
|
|
|
2830
2836
|
export class DescribePackagesResponse extends $tea.Model {
|
|
2831
|
-
headers
|
|
2832
|
-
statusCode
|
|
2833
|
-
body
|
|
2837
|
+
headers?: { [key: string]: string };
|
|
2838
|
+
statusCode?: number;
|
|
2839
|
+
body?: DescribePackagesResponseBody;
|
|
2834
2840
|
static names(): { [key: string]: string } {
|
|
2835
2841
|
return {
|
|
2836
2842
|
headers: 'headers',
|
|
@@ -2852,6 +2858,114 @@ export class DescribePackagesResponse extends $tea.Model {
|
|
|
2852
2858
|
}
|
|
2853
2859
|
}
|
|
2854
2860
|
|
|
2861
|
+
export class DescribeParentInstanceRequest extends $tea.Model {
|
|
2862
|
+
authStatus?: number;
|
|
2863
|
+
checkStatus?: number;
|
|
2864
|
+
clusterStatus?: string;
|
|
2865
|
+
currentPage?: number;
|
|
2866
|
+
dbName?: string;
|
|
2867
|
+
engineType?: string;
|
|
2868
|
+
instanceId?: string;
|
|
2869
|
+
lang?: string;
|
|
2870
|
+
memberAccount?: number;
|
|
2871
|
+
pageSize?: number;
|
|
2872
|
+
resourceType?: number;
|
|
2873
|
+
serviceRegionId?: string;
|
|
2874
|
+
static names(): { [key: string]: string } {
|
|
2875
|
+
return {
|
|
2876
|
+
authStatus: 'AuthStatus',
|
|
2877
|
+
checkStatus: 'CheckStatus',
|
|
2878
|
+
clusterStatus: 'ClusterStatus',
|
|
2879
|
+
currentPage: 'CurrentPage',
|
|
2880
|
+
dbName: 'DbName',
|
|
2881
|
+
engineType: 'EngineType',
|
|
2882
|
+
instanceId: 'InstanceId',
|
|
2883
|
+
lang: 'Lang',
|
|
2884
|
+
memberAccount: 'MemberAccount',
|
|
2885
|
+
pageSize: 'PageSize',
|
|
2886
|
+
resourceType: 'ResourceType',
|
|
2887
|
+
serviceRegionId: 'ServiceRegionId',
|
|
2888
|
+
};
|
|
2889
|
+
}
|
|
2890
|
+
|
|
2891
|
+
static types(): { [key: string]: any } {
|
|
2892
|
+
return {
|
|
2893
|
+
authStatus: 'number',
|
|
2894
|
+
checkStatus: 'number',
|
|
2895
|
+
clusterStatus: 'string',
|
|
2896
|
+
currentPage: 'number',
|
|
2897
|
+
dbName: 'string',
|
|
2898
|
+
engineType: 'string',
|
|
2899
|
+
instanceId: 'string',
|
|
2900
|
+
lang: 'string',
|
|
2901
|
+
memberAccount: 'number',
|
|
2902
|
+
pageSize: 'number',
|
|
2903
|
+
resourceType: 'number',
|
|
2904
|
+
serviceRegionId: 'string',
|
|
2905
|
+
};
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
constructor(map?: { [key: string]: any }) {
|
|
2909
|
+
super(map);
|
|
2910
|
+
}
|
|
2911
|
+
}
|
|
2912
|
+
|
|
2913
|
+
export class DescribeParentInstanceResponseBody extends $tea.Model {
|
|
2914
|
+
currentPage?: number;
|
|
2915
|
+
items?: DescribeParentInstanceResponseBodyItems[];
|
|
2916
|
+
pageSize?: number;
|
|
2917
|
+
requestId?: string;
|
|
2918
|
+
totalCount?: number;
|
|
2919
|
+
static names(): { [key: string]: string } {
|
|
2920
|
+
return {
|
|
2921
|
+
currentPage: 'CurrentPage',
|
|
2922
|
+
items: 'Items',
|
|
2923
|
+
pageSize: 'PageSize',
|
|
2924
|
+
requestId: 'RequestId',
|
|
2925
|
+
totalCount: 'TotalCount',
|
|
2926
|
+
};
|
|
2927
|
+
}
|
|
2928
|
+
|
|
2929
|
+
static types(): { [key: string]: any } {
|
|
2930
|
+
return {
|
|
2931
|
+
currentPage: 'number',
|
|
2932
|
+
items: { 'type': 'array', 'itemType': DescribeParentInstanceResponseBodyItems },
|
|
2933
|
+
pageSize: 'number',
|
|
2934
|
+
requestId: 'string',
|
|
2935
|
+
totalCount: 'number',
|
|
2936
|
+
};
|
|
2937
|
+
}
|
|
2938
|
+
|
|
2939
|
+
constructor(map?: { [key: string]: any }) {
|
|
2940
|
+
super(map);
|
|
2941
|
+
}
|
|
2942
|
+
}
|
|
2943
|
+
|
|
2944
|
+
export class DescribeParentInstanceResponse extends $tea.Model {
|
|
2945
|
+
headers?: { [key: string]: string };
|
|
2946
|
+
statusCode?: number;
|
|
2947
|
+
body?: DescribeParentInstanceResponseBody;
|
|
2948
|
+
static names(): { [key: string]: string } {
|
|
2949
|
+
return {
|
|
2950
|
+
headers: 'headers',
|
|
2951
|
+
statusCode: 'statusCode',
|
|
2952
|
+
body: 'body',
|
|
2953
|
+
};
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2956
|
+
static types(): { [key: string]: any } {
|
|
2957
|
+
return {
|
|
2958
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2959
|
+
statusCode: 'number',
|
|
2960
|
+
body: DescribeParentInstanceResponseBody,
|
|
2961
|
+
};
|
|
2962
|
+
}
|
|
2963
|
+
|
|
2964
|
+
constructor(map?: { [key: string]: any }) {
|
|
2965
|
+
super(map);
|
|
2966
|
+
}
|
|
2967
|
+
}
|
|
2968
|
+
|
|
2855
2969
|
export class DescribeRiskLevelsRequest extends $tea.Model {
|
|
2856
2970
|
featureType?: number;
|
|
2857
2971
|
lang?: string;
|
|
@@ -2900,9 +3014,9 @@ export class DescribeRiskLevelsResponseBody extends $tea.Model {
|
|
|
2900
3014
|
}
|
|
2901
3015
|
|
|
2902
3016
|
export class DescribeRiskLevelsResponse extends $tea.Model {
|
|
2903
|
-
headers
|
|
2904
|
-
statusCode
|
|
2905
|
-
body
|
|
3017
|
+
headers?: { [key: string]: string };
|
|
3018
|
+
statusCode?: number;
|
|
3019
|
+
body?: DescribeRiskLevelsResponseBody;
|
|
2906
3020
|
static names(): { [key: string]: string } {
|
|
2907
3021
|
return {
|
|
2908
3022
|
headers: 'headers',
|
|
@@ -3026,9 +3140,9 @@ export class DescribeRulesResponseBody extends $tea.Model {
|
|
|
3026
3140
|
}
|
|
3027
3141
|
|
|
3028
3142
|
export class DescribeRulesResponse extends $tea.Model {
|
|
3029
|
-
headers
|
|
3030
|
-
statusCode
|
|
3031
|
-
body
|
|
3143
|
+
headers?: { [key: string]: string };
|
|
3144
|
+
statusCode?: number;
|
|
3145
|
+
body?: DescribeRulesResponseBody;
|
|
3032
3146
|
static names(): { [key: string]: string } {
|
|
3033
3147
|
return {
|
|
3034
3148
|
headers: 'headers',
|
|
@@ -3134,9 +3248,9 @@ export class DescribeTablesResponseBody extends $tea.Model {
|
|
|
3134
3248
|
}
|
|
3135
3249
|
|
|
3136
3250
|
export class DescribeTablesResponse extends $tea.Model {
|
|
3137
|
-
headers
|
|
3138
|
-
statusCode
|
|
3139
|
-
body
|
|
3251
|
+
headers?: { [key: string]: string };
|
|
3252
|
+
statusCode?: number;
|
|
3253
|
+
body?: DescribeTablesResponseBody;
|
|
3140
3254
|
static names(): { [key: string]: string } {
|
|
3141
3255
|
return {
|
|
3142
3256
|
headers: 'headers',
|
|
@@ -3206,9 +3320,9 @@ export class DescribeTemplateAllRulesResponseBody extends $tea.Model {
|
|
|
3206
3320
|
}
|
|
3207
3321
|
|
|
3208
3322
|
export class DescribeTemplateAllRulesResponse extends $tea.Model {
|
|
3209
|
-
headers
|
|
3210
|
-
statusCode
|
|
3211
|
-
body
|
|
3323
|
+
headers?: { [key: string]: string };
|
|
3324
|
+
statusCode?: number;
|
|
3325
|
+
body?: DescribeTemplateAllRulesResponseBody;
|
|
3212
3326
|
static names(): { [key: string]: string } {
|
|
3213
3327
|
return {
|
|
3214
3328
|
headers: 'headers',
|
|
@@ -3275,9 +3389,9 @@ export class DescribeUserStatusResponseBody extends $tea.Model {
|
|
|
3275
3389
|
}
|
|
3276
3390
|
|
|
3277
3391
|
export class DescribeUserStatusResponse extends $tea.Model {
|
|
3278
|
-
headers
|
|
3279
|
-
statusCode
|
|
3280
|
-
body
|
|
3392
|
+
headers?: { [key: string]: string };
|
|
3393
|
+
statusCode?: number;
|
|
3394
|
+
body?: DescribeUserStatusResponseBody;
|
|
3281
3395
|
static names(): { [key: string]: string } {
|
|
3282
3396
|
return {
|
|
3283
3397
|
headers: 'headers',
|
|
@@ -3344,9 +3458,9 @@ export class DisableUserConfigResponseBody extends $tea.Model {
|
|
|
3344
3458
|
}
|
|
3345
3459
|
|
|
3346
3460
|
export class DisableUserConfigResponse extends $tea.Model {
|
|
3347
|
-
headers
|
|
3348
|
-
statusCode
|
|
3349
|
-
body
|
|
3461
|
+
headers?: { [key: string]: string };
|
|
3462
|
+
statusCode?: number;
|
|
3463
|
+
body?: DisableUserConfigResponseBody;
|
|
3350
3464
|
static names(): { [key: string]: string } {
|
|
3351
3465
|
return {
|
|
3352
3466
|
headers: 'headers',
|
|
@@ -3419,9 +3533,9 @@ export class ExecDatamaskResponseBody extends $tea.Model {
|
|
|
3419
3533
|
}
|
|
3420
3534
|
|
|
3421
3535
|
export class ExecDatamaskResponse extends $tea.Model {
|
|
3422
|
-
headers
|
|
3423
|
-
statusCode
|
|
3424
|
-
body
|
|
3536
|
+
headers?: { [key: string]: string };
|
|
3537
|
+
statusCode?: number;
|
|
3538
|
+
body?: ExecDatamaskResponseBody;
|
|
3425
3539
|
static names(): { [key: string]: string } {
|
|
3426
3540
|
return {
|
|
3427
3541
|
headers: 'headers',
|
|
@@ -3485,9 +3599,9 @@ export class ManualTriggerMaskingProcessResponseBody extends $tea.Model {
|
|
|
3485
3599
|
}
|
|
3486
3600
|
|
|
3487
3601
|
export class ManualTriggerMaskingProcessResponse extends $tea.Model {
|
|
3488
|
-
headers
|
|
3489
|
-
statusCode
|
|
3490
|
-
body
|
|
3602
|
+
headers?: { [key: string]: string };
|
|
3603
|
+
statusCode?: number;
|
|
3604
|
+
body?: ManualTriggerMaskingProcessResponseBody;
|
|
3491
3605
|
static names(): { [key: string]: string } {
|
|
3492
3606
|
return {
|
|
3493
3607
|
headers: 'headers',
|
|
@@ -3596,9 +3710,9 @@ export class ModifyDataLimitResponseBody extends $tea.Model {
|
|
|
3596
3710
|
}
|
|
3597
3711
|
|
|
3598
3712
|
export class ModifyDataLimitResponse extends $tea.Model {
|
|
3599
|
-
headers
|
|
3600
|
-
statusCode
|
|
3601
|
-
body
|
|
3713
|
+
headers?: { [key: string]: string };
|
|
3714
|
+
statusCode?: number;
|
|
3715
|
+
body?: ModifyDataLimitResponseBody;
|
|
3602
3716
|
static names(): { [key: string]: string } {
|
|
3603
3717
|
return {
|
|
3604
3718
|
headers: 'headers',
|
|
@@ -3665,9 +3779,9 @@ export class ModifyDefaultLevelResponseBody extends $tea.Model {
|
|
|
3665
3779
|
}
|
|
3666
3780
|
|
|
3667
3781
|
export class ModifyDefaultLevelResponse extends $tea.Model {
|
|
3668
|
-
headers
|
|
3669
|
-
statusCode
|
|
3670
|
-
body
|
|
3782
|
+
headers?: { [key: string]: string };
|
|
3783
|
+
statusCode?: number;
|
|
3784
|
+
body?: ModifyDefaultLevelResponseBody;
|
|
3671
3785
|
static names(): { [key: string]: string } {
|
|
3672
3786
|
return {
|
|
3673
3787
|
headers: 'headers',
|
|
@@ -3740,9 +3854,9 @@ export class ModifyEventStatusResponseBody extends $tea.Model {
|
|
|
3740
3854
|
}
|
|
3741
3855
|
|
|
3742
3856
|
export class ModifyEventStatusResponse extends $tea.Model {
|
|
3743
|
-
headers
|
|
3744
|
-
statusCode
|
|
3745
|
-
body
|
|
3857
|
+
headers?: { [key: string]: string };
|
|
3858
|
+
statusCode?: number;
|
|
3859
|
+
body?: ModifyEventStatusResponseBody;
|
|
3746
3860
|
static names(): { [key: string]: string } {
|
|
3747
3861
|
return {
|
|
3748
3862
|
headers: 'headers',
|
|
@@ -3809,9 +3923,9 @@ export class ModifyEventTypeStatusResponseBody extends $tea.Model {
|
|
|
3809
3923
|
}
|
|
3810
3924
|
|
|
3811
3925
|
export class ModifyEventTypeStatusResponse extends $tea.Model {
|
|
3812
|
-
headers
|
|
3813
|
-
statusCode
|
|
3814
|
-
body
|
|
3926
|
+
headers?: { [key: string]: string };
|
|
3927
|
+
statusCode?: number;
|
|
3928
|
+
body?: ModifyEventTypeStatusResponseBody;
|
|
3815
3929
|
static names(): { [key: string]: string } {
|
|
3816
3930
|
return {
|
|
3817
3931
|
headers: 'headers',
|
|
@@ -3878,9 +3992,9 @@ export class ModifyReportTaskStatusResponseBody extends $tea.Model {
|
|
|
3878
3992
|
}
|
|
3879
3993
|
|
|
3880
3994
|
export class ModifyReportTaskStatusResponse extends $tea.Model {
|
|
3881
|
-
headers
|
|
3882
|
-
statusCode
|
|
3883
|
-
body
|
|
3995
|
+
headers?: { [key: string]: string };
|
|
3996
|
+
statusCode?: number;
|
|
3997
|
+
body?: ModifyReportTaskStatusResponseBody;
|
|
3884
3998
|
static names(): { [key: string]: string } {
|
|
3885
3999
|
return {
|
|
3886
4000
|
headers: 'headers',
|
|
@@ -3974,9 +4088,9 @@ export class ModifyRuleResponseBody extends $tea.Model {
|
|
|
3974
4088
|
}
|
|
3975
4089
|
|
|
3976
4090
|
export class ModifyRuleResponse extends $tea.Model {
|
|
3977
|
-
headers
|
|
3978
|
-
statusCode
|
|
3979
|
-
body
|
|
4091
|
+
headers?: { [key: string]: string };
|
|
4092
|
+
statusCode?: number;
|
|
4093
|
+
body?: ModifyRuleResponseBody;
|
|
3980
4094
|
static names(): { [key: string]: string } {
|
|
3981
4095
|
return {
|
|
3982
4096
|
headers: 'headers',
|
|
@@ -4049,9 +4163,9 @@ export class ModifyRuleStatusResponseBody extends $tea.Model {
|
|
|
4049
4163
|
}
|
|
4050
4164
|
|
|
4051
4165
|
export class ModifyRuleStatusResponse extends $tea.Model {
|
|
4052
|
-
headers
|
|
4053
|
-
statusCode
|
|
4054
|
-
body
|
|
4166
|
+
headers?: { [key: string]: string };
|
|
4167
|
+
statusCode?: number;
|
|
4168
|
+
body?: ModifyRuleStatusResponseBody;
|
|
4055
4169
|
static names(): { [key: string]: string } {
|
|
4056
4170
|
return {
|
|
4057
4171
|
headers: 'headers',
|
|
@@ -4115,9 +4229,9 @@ export class StopMaskingProcessResponseBody extends $tea.Model {
|
|
|
4115
4229
|
}
|
|
4116
4230
|
|
|
4117
4231
|
export class StopMaskingProcessResponse extends $tea.Model {
|
|
4118
|
-
headers
|
|
4119
|
-
statusCode
|
|
4120
|
-
body
|
|
4232
|
+
headers?: { [key: string]: string };
|
|
4233
|
+
statusCode?: number;
|
|
4234
|
+
body?: StopMaskingProcessResponseBody;
|
|
4121
4235
|
static names(): { [key: string]: string } {
|
|
4122
4236
|
return {
|
|
4123
4237
|
headers: 'headers',
|
|
@@ -4720,6 +4834,7 @@ export class DescribeDataLimitsResponseBodyItems extends $tea.Model {
|
|
|
4720
4834
|
lastFinishedTime?: number;
|
|
4721
4835
|
localName?: string;
|
|
4722
4836
|
logStoreDay?: number;
|
|
4837
|
+
memberAccount?: number;
|
|
4723
4838
|
nextStartTime?: number;
|
|
4724
4839
|
ocrStatus?: number;
|
|
4725
4840
|
parentId?: string;
|
|
@@ -4761,6 +4876,7 @@ export class DescribeDataLimitsResponseBodyItems extends $tea.Model {
|
|
|
4761
4876
|
lastFinishedTime: 'LastFinishedTime',
|
|
4762
4877
|
localName: 'LocalName',
|
|
4763
4878
|
logStoreDay: 'LogStoreDay',
|
|
4879
|
+
memberAccount: 'MemberAccount',
|
|
4764
4880
|
nextStartTime: 'NextStartTime',
|
|
4765
4881
|
ocrStatus: 'OcrStatus',
|
|
4766
4882
|
parentId: 'ParentId',
|
|
@@ -4805,6 +4921,7 @@ export class DescribeDataLimitsResponseBodyItems extends $tea.Model {
|
|
|
4805
4921
|
lastFinishedTime: 'number',
|
|
4806
4922
|
localName: 'string',
|
|
4807
4923
|
logStoreDay: 'number',
|
|
4924
|
+
memberAccount: 'number',
|
|
4808
4925
|
nextStartTime: 'number',
|
|
4809
4926
|
ocrStatus: 'number',
|
|
4810
4927
|
parentId: 'string',
|
|
@@ -4908,6 +5025,7 @@ export class DescribeDataMaskingRunHistoryResponseBodyItems extends $tea.Model {
|
|
|
4908
5025
|
}
|
|
4909
5026
|
|
|
4910
5027
|
export class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
|
|
5028
|
+
dstMemberAccount?: number;
|
|
4911
5029
|
dstPath?: string;
|
|
4912
5030
|
dstType?: number;
|
|
4913
5031
|
dstTypeCode?: string;
|
|
@@ -4917,6 +5035,7 @@ export class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
|
|
|
4917
5035
|
originalTable?: boolean;
|
|
4918
5036
|
owner?: string;
|
|
4919
5037
|
runCount?: number;
|
|
5038
|
+
srcMemberAccount?: number;
|
|
4920
5039
|
srcPath?: string;
|
|
4921
5040
|
srcType?: number;
|
|
4922
5041
|
srcTypeCode?: string;
|
|
@@ -4926,6 +5045,7 @@ export class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
|
|
|
4926
5045
|
triggerType?: number;
|
|
4927
5046
|
static names(): { [key: string]: string } {
|
|
4928
5047
|
return {
|
|
5048
|
+
dstMemberAccount: 'DstMemberAccount',
|
|
4929
5049
|
dstPath: 'DstPath',
|
|
4930
5050
|
dstType: 'DstType',
|
|
4931
5051
|
dstTypeCode: 'DstTypeCode',
|
|
@@ -4935,6 +5055,7 @@ export class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
|
|
|
4935
5055
|
originalTable: 'OriginalTable',
|
|
4936
5056
|
owner: 'Owner',
|
|
4937
5057
|
runCount: 'RunCount',
|
|
5058
|
+
srcMemberAccount: 'SrcMemberAccount',
|
|
4938
5059
|
srcPath: 'SrcPath',
|
|
4939
5060
|
srcType: 'SrcType',
|
|
4940
5061
|
srcTypeCode: 'SrcTypeCode',
|
|
@@ -4947,6 +5068,7 @@ export class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
|
|
|
4947
5068
|
|
|
4948
5069
|
static types(): { [key: string]: any } {
|
|
4949
5070
|
return {
|
|
5071
|
+
dstMemberAccount: 'number',
|
|
4950
5072
|
dstPath: 'string',
|
|
4951
5073
|
dstType: 'number',
|
|
4952
5074
|
dstTypeCode: 'string',
|
|
@@ -4956,6 +5078,7 @@ export class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
|
|
|
4956
5078
|
originalTable: 'boolean',
|
|
4957
5079
|
owner: 'string',
|
|
4958
5080
|
runCount: 'number',
|
|
5081
|
+
srcMemberAccount: 'number',
|
|
4959
5082
|
srcPath: 'string',
|
|
4960
5083
|
srcType: 'number',
|
|
4961
5084
|
srcTypeCode: 'string',
|
|
@@ -5172,6 +5295,7 @@ export class DescribeDataObjectsResponseBodyItems extends $tea.Model {
|
|
|
5172
5295
|
instanceDescription?: string;
|
|
5173
5296
|
instanceId?: string;
|
|
5174
5297
|
lastScanTime?: number;
|
|
5298
|
+
memberAccount?: number;
|
|
5175
5299
|
modelTags?: DescribeDataObjectsResponseBodyItemsModelTags[];
|
|
5176
5300
|
name?: string;
|
|
5177
5301
|
objectFileCategory?: string;
|
|
@@ -5190,6 +5314,7 @@ export class DescribeDataObjectsResponseBodyItems extends $tea.Model {
|
|
|
5190
5314
|
instanceDescription: 'InstanceDescription',
|
|
5191
5315
|
instanceId: 'InstanceId',
|
|
5192
5316
|
lastScanTime: 'LastScanTime',
|
|
5317
|
+
memberAccount: 'MemberAccount',
|
|
5193
5318
|
modelTags: 'ModelTags',
|
|
5194
5319
|
name: 'Name',
|
|
5195
5320
|
objectFileCategory: 'ObjectFileCategory',
|
|
@@ -5211,6 +5336,7 @@ export class DescribeDataObjectsResponseBodyItems extends $tea.Model {
|
|
|
5211
5336
|
instanceDescription: 'string',
|
|
5212
5337
|
instanceId: 'string',
|
|
5213
5338
|
lastScanTime: 'number',
|
|
5339
|
+
memberAccount: 'number',
|
|
5214
5340
|
modelTags: { 'type': 'array', 'itemType': DescribeDataObjectsResponseBodyItemsModelTags },
|
|
5215
5341
|
name: 'string',
|
|
5216
5342
|
objectFileCategory: 'string',
|
|
@@ -6162,6 +6288,76 @@ export class DescribePackagesResponseBodyItems extends $tea.Model {
|
|
|
6162
6288
|
}
|
|
6163
6289
|
}
|
|
6164
6290
|
|
|
6291
|
+
export class DescribeParentInstanceResponseBodyItems extends $tea.Model {
|
|
6292
|
+
auditStatus?: number;
|
|
6293
|
+
authStatus?: number;
|
|
6294
|
+
clusterStatus?: string;
|
|
6295
|
+
connectNode?: string;
|
|
6296
|
+
dbNum?: string;
|
|
6297
|
+
engineType?: string;
|
|
6298
|
+
instanceDescription?: string;
|
|
6299
|
+
instanceId?: string;
|
|
6300
|
+
instanceSize?: number;
|
|
6301
|
+
localName?: string;
|
|
6302
|
+
memberAccount?: number;
|
|
6303
|
+
parentId?: string;
|
|
6304
|
+
resourceType?: string;
|
|
6305
|
+
supportConnectNodes?: string;
|
|
6306
|
+
tenantId?: string;
|
|
6307
|
+
tenantName?: string;
|
|
6308
|
+
unConnectDbCount?: string;
|
|
6309
|
+
unSupportOneClickAuthReason?: string;
|
|
6310
|
+
static names(): { [key: string]: string } {
|
|
6311
|
+
return {
|
|
6312
|
+
auditStatus: 'AuditStatus',
|
|
6313
|
+
authStatus: 'AuthStatus',
|
|
6314
|
+
clusterStatus: 'ClusterStatus',
|
|
6315
|
+
connectNode: 'ConnectNode',
|
|
6316
|
+
dbNum: 'DbNum',
|
|
6317
|
+
engineType: 'EngineType',
|
|
6318
|
+
instanceDescription: 'InstanceDescription',
|
|
6319
|
+
instanceId: 'InstanceId',
|
|
6320
|
+
instanceSize: 'InstanceSize',
|
|
6321
|
+
localName: 'LocalName',
|
|
6322
|
+
memberAccount: 'MemberAccount',
|
|
6323
|
+
parentId: 'ParentId',
|
|
6324
|
+
resourceType: 'ResourceType',
|
|
6325
|
+
supportConnectNodes: 'SupportConnectNodes',
|
|
6326
|
+
tenantId: 'TenantId',
|
|
6327
|
+
tenantName: 'TenantName',
|
|
6328
|
+
unConnectDbCount: 'UnConnectDbCount',
|
|
6329
|
+
unSupportOneClickAuthReason: 'UnSupportOneClickAuthReason',
|
|
6330
|
+
};
|
|
6331
|
+
}
|
|
6332
|
+
|
|
6333
|
+
static types(): { [key: string]: any } {
|
|
6334
|
+
return {
|
|
6335
|
+
auditStatus: 'number',
|
|
6336
|
+
authStatus: 'number',
|
|
6337
|
+
clusterStatus: 'string',
|
|
6338
|
+
connectNode: 'string',
|
|
6339
|
+
dbNum: 'string',
|
|
6340
|
+
engineType: 'string',
|
|
6341
|
+
instanceDescription: 'string',
|
|
6342
|
+
instanceId: 'string',
|
|
6343
|
+
instanceSize: 'number',
|
|
6344
|
+
localName: 'string',
|
|
6345
|
+
memberAccount: 'number',
|
|
6346
|
+
parentId: 'string',
|
|
6347
|
+
resourceType: 'string',
|
|
6348
|
+
supportConnectNodes: 'string',
|
|
6349
|
+
tenantId: 'string',
|
|
6350
|
+
tenantName: 'string',
|
|
6351
|
+
unConnectDbCount: 'string',
|
|
6352
|
+
unSupportOneClickAuthReason: 'string',
|
|
6353
|
+
};
|
|
6354
|
+
}
|
|
6355
|
+
|
|
6356
|
+
constructor(map?: { [key: string]: any }) {
|
|
6357
|
+
super(map);
|
|
6358
|
+
}
|
|
6359
|
+
}
|
|
6360
|
+
|
|
6165
6361
|
export class DescribeRiskLevelsResponseBodyRiskLevelList extends $tea.Model {
|
|
6166
6362
|
description?: string;
|
|
6167
6363
|
id?: number;
|
|
@@ -7526,6 +7722,10 @@ export default class Client extends OpenApi {
|
|
|
7526
7722
|
query["Lang"] = request.lang;
|
|
7527
7723
|
}
|
|
7528
7724
|
|
|
7725
|
+
if (!Util.isUnset(request.memberAccount)) {
|
|
7726
|
+
query["MemberAccount"] = request.memberAccount;
|
|
7727
|
+
}
|
|
7728
|
+
|
|
7529
7729
|
if (!Util.isUnset(request.pageSize)) {
|
|
7530
7730
|
query["PageSize"] = request.pageSize;
|
|
7531
7731
|
}
|
|
@@ -7861,6 +8061,10 @@ export default class Client extends OpenApi {
|
|
|
7861
8061
|
query["Lang"] = request.lang;
|
|
7862
8062
|
}
|
|
7863
8063
|
|
|
8064
|
+
if (!Util.isUnset(request.memberAccount)) {
|
|
8065
|
+
query["MemberAccount"] = request.memberAccount;
|
|
8066
|
+
}
|
|
8067
|
+
|
|
7864
8068
|
if (!Util.isUnset(request.modelIds)) {
|
|
7865
8069
|
query["ModelIds"] = request.modelIds;
|
|
7866
8070
|
}
|
|
@@ -8133,9 +8337,10 @@ export default class Client extends OpenApi {
|
|
|
8133
8337
|
}
|
|
8134
8338
|
|
|
8135
8339
|
/**
|
|
8136
|
-
* You can
|
|
8137
|
-
*
|
|
8138
|
-
*
|
|
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.
|
|
8139
8344
|
*
|
|
8140
8345
|
* @param request DescribeInstanceSourcesRequest
|
|
8141
8346
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8214,9 +8419,10 @@ export default class Client extends OpenApi {
|
|
|
8214
8419
|
}
|
|
8215
8420
|
|
|
8216
8421
|
/**
|
|
8217
|
-
* You can
|
|
8218
|
-
*
|
|
8219
|
-
*
|
|
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.
|
|
8220
8426
|
*
|
|
8221
8427
|
* @param request DescribeInstanceSourcesRequest
|
|
8222
8428
|
* @return DescribeInstanceSourcesResponse
|
|
@@ -8542,6 +8748,79 @@ export default class Client extends OpenApi {
|
|
|
8542
8748
|
return await this.describePackagesWithOptions(request, runtime);
|
|
8543
8749
|
}
|
|
8544
8750
|
|
|
8751
|
+
async describeParentInstanceWithOptions(request: DescribeParentInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeParentInstanceResponse> {
|
|
8752
|
+
Util.validateModel(request);
|
|
8753
|
+
let query = { };
|
|
8754
|
+
if (!Util.isUnset(request.authStatus)) {
|
|
8755
|
+
query["AuthStatus"] = request.authStatus;
|
|
8756
|
+
}
|
|
8757
|
+
|
|
8758
|
+
if (!Util.isUnset(request.checkStatus)) {
|
|
8759
|
+
query["CheckStatus"] = request.checkStatus;
|
|
8760
|
+
}
|
|
8761
|
+
|
|
8762
|
+
if (!Util.isUnset(request.clusterStatus)) {
|
|
8763
|
+
query["ClusterStatus"] = request.clusterStatus;
|
|
8764
|
+
}
|
|
8765
|
+
|
|
8766
|
+
if (!Util.isUnset(request.currentPage)) {
|
|
8767
|
+
query["CurrentPage"] = request.currentPage;
|
|
8768
|
+
}
|
|
8769
|
+
|
|
8770
|
+
if (!Util.isUnset(request.dbName)) {
|
|
8771
|
+
query["DbName"] = request.dbName;
|
|
8772
|
+
}
|
|
8773
|
+
|
|
8774
|
+
if (!Util.isUnset(request.engineType)) {
|
|
8775
|
+
query["EngineType"] = request.engineType;
|
|
8776
|
+
}
|
|
8777
|
+
|
|
8778
|
+
if (!Util.isUnset(request.instanceId)) {
|
|
8779
|
+
query["InstanceId"] = request.instanceId;
|
|
8780
|
+
}
|
|
8781
|
+
|
|
8782
|
+
if (!Util.isUnset(request.lang)) {
|
|
8783
|
+
query["Lang"] = request.lang;
|
|
8784
|
+
}
|
|
8785
|
+
|
|
8786
|
+
if (!Util.isUnset(request.memberAccount)) {
|
|
8787
|
+
query["MemberAccount"] = request.memberAccount;
|
|
8788
|
+
}
|
|
8789
|
+
|
|
8790
|
+
if (!Util.isUnset(request.pageSize)) {
|
|
8791
|
+
query["PageSize"] = request.pageSize;
|
|
8792
|
+
}
|
|
8793
|
+
|
|
8794
|
+
if (!Util.isUnset(request.resourceType)) {
|
|
8795
|
+
query["ResourceType"] = request.resourceType;
|
|
8796
|
+
}
|
|
8797
|
+
|
|
8798
|
+
if (!Util.isUnset(request.serviceRegionId)) {
|
|
8799
|
+
query["ServiceRegionId"] = request.serviceRegionId;
|
|
8800
|
+
}
|
|
8801
|
+
|
|
8802
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
8803
|
+
query: OpenApiUtil.query(query),
|
|
8804
|
+
});
|
|
8805
|
+
let params = new $OpenApi.Params({
|
|
8806
|
+
action: "DescribeParentInstance",
|
|
8807
|
+
version: "2019-01-03",
|
|
8808
|
+
protocol: "HTTPS",
|
|
8809
|
+
pathname: "/",
|
|
8810
|
+
method: "POST",
|
|
8811
|
+
authType: "AK",
|
|
8812
|
+
style: "RPC",
|
|
8813
|
+
reqBodyType: "formData",
|
|
8814
|
+
bodyType: "json",
|
|
8815
|
+
});
|
|
8816
|
+
return $tea.cast<DescribeParentInstanceResponse>(await this.callApi(params, req, runtime), new DescribeParentInstanceResponse({}));
|
|
8817
|
+
}
|
|
8818
|
+
|
|
8819
|
+
async describeParentInstance(request: DescribeParentInstanceRequest): Promise<DescribeParentInstanceResponse> {
|
|
8820
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
8821
|
+
return await this.describeParentInstanceWithOptions(request, runtime);
|
|
8822
|
+
}
|
|
8823
|
+
|
|
8545
8824
|
/**
|
|
8546
8825
|
* You can call this operation to query the sensitivity levels that are defined in the current rule template provided by DSC. This helps you learn about the number of times that each sensitivity level is referenced in the rule template and the highest sensitivity level.
|
|
8547
8826
|
* # Limits
|