@alicloud/cs20151215 3.3.3 → 3.3.5
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 +335 -334
- package/dist/client.js +6 -1
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +342 -335
package/src/client.ts
CHANGED
|
@@ -450,9 +450,9 @@ export class AttachInstancesResponseBody extends $tea.Model {
|
|
|
450
450
|
}
|
|
451
451
|
|
|
452
452
|
export class AttachInstancesResponse extends $tea.Model {
|
|
453
|
-
headers
|
|
454
|
-
statusCode
|
|
455
|
-
body
|
|
453
|
+
headers?: { [key: string]: string };
|
|
454
|
+
statusCode?: number;
|
|
455
|
+
body?: AttachInstancesResponseBody;
|
|
456
456
|
static names(): { [key: string]: string } {
|
|
457
457
|
return {
|
|
458
458
|
headers: 'headers',
|
|
@@ -525,9 +525,9 @@ export class AttachInstancesToNodePoolResponseBody extends $tea.Model {
|
|
|
525
525
|
}
|
|
526
526
|
|
|
527
527
|
export class AttachInstancesToNodePoolResponse extends $tea.Model {
|
|
528
|
-
headers
|
|
529
|
-
statusCode
|
|
530
|
-
body
|
|
528
|
+
headers?: { [key: string]: string };
|
|
529
|
+
statusCode?: number;
|
|
530
|
+
body?: AttachInstancesToNodePoolResponseBody;
|
|
531
531
|
static names(): { [key: string]: string } {
|
|
532
532
|
return {
|
|
533
533
|
headers: 'headers',
|
|
@@ -550,8 +550,8 @@ export class AttachInstancesToNodePoolResponse extends $tea.Model {
|
|
|
550
550
|
}
|
|
551
551
|
|
|
552
552
|
export class CancelClusterUpgradeResponse extends $tea.Model {
|
|
553
|
-
headers
|
|
554
|
-
statusCode
|
|
553
|
+
headers?: { [key: string]: string };
|
|
554
|
+
statusCode?: number;
|
|
555
555
|
static names(): { [key: string]: string } {
|
|
556
556
|
return {
|
|
557
557
|
headers: 'headers',
|
|
@@ -572,8 +572,8 @@ export class CancelClusterUpgradeResponse extends $tea.Model {
|
|
|
572
572
|
}
|
|
573
573
|
|
|
574
574
|
export class CancelComponentUpgradeResponse extends $tea.Model {
|
|
575
|
-
headers
|
|
576
|
-
statusCode
|
|
575
|
+
headers?: { [key: string]: string };
|
|
576
|
+
statusCode?: number;
|
|
577
577
|
static names(): { [key: string]: string } {
|
|
578
578
|
return {
|
|
579
579
|
headers: 'headers',
|
|
@@ -613,9 +613,9 @@ export class CancelOperationPlanResponseBody extends $tea.Model {
|
|
|
613
613
|
}
|
|
614
614
|
|
|
615
615
|
export class CancelOperationPlanResponse extends $tea.Model {
|
|
616
|
-
headers
|
|
617
|
-
statusCode
|
|
618
|
-
body
|
|
616
|
+
headers?: { [key: string]: string };
|
|
617
|
+
statusCode?: number;
|
|
618
|
+
body?: CancelOperationPlanResponseBody;
|
|
619
619
|
static names(): { [key: string]: string } {
|
|
620
620
|
return {
|
|
621
621
|
headers: 'headers',
|
|
@@ -638,8 +638,8 @@ export class CancelOperationPlanResponse extends $tea.Model {
|
|
|
638
638
|
}
|
|
639
639
|
|
|
640
640
|
export class CancelTaskResponse extends $tea.Model {
|
|
641
|
-
headers
|
|
642
|
-
statusCode
|
|
641
|
+
headers?: { [key: string]: string };
|
|
642
|
+
statusCode?: number;
|
|
643
643
|
static names(): { [key: string]: string } {
|
|
644
644
|
return {
|
|
645
645
|
headers: 'headers',
|
|
@@ -679,8 +679,8 @@ export class CancelWorkflowRequest extends $tea.Model {
|
|
|
679
679
|
}
|
|
680
680
|
|
|
681
681
|
export class CancelWorkflowResponse extends $tea.Model {
|
|
682
|
-
headers
|
|
683
|
-
statusCode
|
|
682
|
+
headers?: { [key: string]: string };
|
|
683
|
+
statusCode?: number;
|
|
684
684
|
static names(): { [key: string]: string } {
|
|
685
685
|
return {
|
|
686
686
|
headers: 'headers',
|
|
@@ -729,9 +729,9 @@ export class CheckControlPlaneLogEnableResponseBody extends $tea.Model {
|
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
export class CheckControlPlaneLogEnableResponse extends $tea.Model {
|
|
732
|
-
headers
|
|
733
|
-
statusCode
|
|
734
|
-
body
|
|
732
|
+
headers?: { [key: string]: string };
|
|
733
|
+
statusCode?: number;
|
|
734
|
+
body?: CheckControlPlaneLogEnableResponseBody;
|
|
735
735
|
static names(): { [key: string]: string } {
|
|
736
736
|
return {
|
|
737
737
|
headers: 'headers',
|
|
@@ -812,8 +812,8 @@ export class CreateAutoscalingConfigRequest extends $tea.Model {
|
|
|
812
812
|
}
|
|
813
813
|
|
|
814
814
|
export class CreateAutoscalingConfigResponse extends $tea.Model {
|
|
815
|
-
headers
|
|
816
|
-
statusCode
|
|
815
|
+
headers?: { [key: string]: string };
|
|
816
|
+
statusCode?: number;
|
|
817
817
|
static names(): { [key: string]: string } {
|
|
818
818
|
return {
|
|
819
819
|
headers: 'headers',
|
|
@@ -1145,9 +1145,9 @@ export class CreateClusterResponseBody extends $tea.Model {
|
|
|
1145
1145
|
}
|
|
1146
1146
|
|
|
1147
1147
|
export class CreateClusterResponse extends $tea.Model {
|
|
1148
|
-
headers
|
|
1149
|
-
statusCode
|
|
1150
|
-
body
|
|
1148
|
+
headers?: { [key: string]: string };
|
|
1149
|
+
statusCode?: number;
|
|
1150
|
+
body?: CreateClusterResponseBody;
|
|
1151
1151
|
static names(): { [key: string]: string } {
|
|
1152
1152
|
return {
|
|
1153
1153
|
headers: 'headers',
|
|
@@ -1244,9 +1244,9 @@ export class CreateClusterNodePoolResponseBody extends $tea.Model {
|
|
|
1244
1244
|
}
|
|
1245
1245
|
|
|
1246
1246
|
export class CreateClusterNodePoolResponse extends $tea.Model {
|
|
1247
|
-
headers
|
|
1248
|
-
statusCode
|
|
1249
|
-
body
|
|
1247
|
+
headers?: { [key: string]: string };
|
|
1248
|
+
statusCode?: number;
|
|
1249
|
+
body?: CreateClusterNodePoolResponseBody;
|
|
1250
1250
|
static names(): { [key: string]: string } {
|
|
1251
1251
|
return {
|
|
1252
1252
|
headers: 'headers',
|
|
@@ -1316,9 +1316,9 @@ export class CreateEdgeMachineResponseBody extends $tea.Model {
|
|
|
1316
1316
|
}
|
|
1317
1317
|
|
|
1318
1318
|
export class CreateEdgeMachineResponse extends $tea.Model {
|
|
1319
|
-
headers
|
|
1320
|
-
statusCode
|
|
1321
|
-
body
|
|
1319
|
+
headers?: { [key: string]: string };
|
|
1320
|
+
statusCode?: number;
|
|
1321
|
+
body?: CreateEdgeMachineResponseBody;
|
|
1322
1322
|
static names(): { [key: string]: string } {
|
|
1323
1323
|
return {
|
|
1324
1324
|
headers: 'headers',
|
|
@@ -1400,9 +1400,9 @@ export class CreateKubernetesTriggerResponseBody extends $tea.Model {
|
|
|
1400
1400
|
}
|
|
1401
1401
|
|
|
1402
1402
|
export class CreateKubernetesTriggerResponse extends $tea.Model {
|
|
1403
|
-
headers
|
|
1404
|
-
statusCode
|
|
1405
|
-
body
|
|
1403
|
+
headers?: { [key: string]: string };
|
|
1404
|
+
statusCode?: number;
|
|
1405
|
+
body?: CreateKubernetesTriggerResponseBody;
|
|
1406
1406
|
static names(): { [key: string]: string } {
|
|
1407
1407
|
return {
|
|
1408
1408
|
headers: 'headers',
|
|
@@ -1475,9 +1475,9 @@ export class CreateTemplateResponseBody extends $tea.Model {
|
|
|
1475
1475
|
}
|
|
1476
1476
|
|
|
1477
1477
|
export class CreateTemplateResponse extends $tea.Model {
|
|
1478
|
-
headers
|
|
1479
|
-
statusCode
|
|
1480
|
-
body
|
|
1478
|
+
headers?: { [key: string]: string };
|
|
1479
|
+
statusCode?: number;
|
|
1480
|
+
body?: CreateTemplateResponseBody;
|
|
1481
1481
|
static names(): { [key: string]: string } {
|
|
1482
1482
|
return {
|
|
1483
1483
|
headers: 'headers',
|
|
@@ -1559,9 +1559,9 @@ export class CreateTriggerResponseBody extends $tea.Model {
|
|
|
1559
1559
|
}
|
|
1560
1560
|
|
|
1561
1561
|
export class CreateTriggerResponse extends $tea.Model {
|
|
1562
|
-
headers
|
|
1563
|
-
statusCode
|
|
1564
|
-
body
|
|
1562
|
+
headers?: { [key: string]: string };
|
|
1563
|
+
statusCode?: number;
|
|
1564
|
+
body?: CreateTriggerResponseBody;
|
|
1565
1565
|
static names(): { [key: string]: string } {
|
|
1566
1566
|
return {
|
|
1567
1567
|
headers: 'headers',
|
|
@@ -1584,8 +1584,8 @@ export class CreateTriggerResponse extends $tea.Model {
|
|
|
1584
1584
|
}
|
|
1585
1585
|
|
|
1586
1586
|
export class DeleteAlertContactResponse extends $tea.Model {
|
|
1587
|
-
headers
|
|
1588
|
-
statusCode
|
|
1587
|
+
headers?: { [key: string]: string };
|
|
1588
|
+
statusCode?: number;
|
|
1589
1589
|
static names(): { [key: string]: string } {
|
|
1590
1590
|
return {
|
|
1591
1591
|
headers: 'headers',
|
|
@@ -1606,8 +1606,8 @@ export class DeleteAlertContactResponse extends $tea.Model {
|
|
|
1606
1606
|
}
|
|
1607
1607
|
|
|
1608
1608
|
export class DeleteAlertContactGroupResponse extends $tea.Model {
|
|
1609
|
-
headers
|
|
1610
|
-
statusCode
|
|
1609
|
+
headers?: { [key: string]: string };
|
|
1610
|
+
statusCode?: number;
|
|
1611
1611
|
static names(): { [key: string]: string } {
|
|
1612
1612
|
return {
|
|
1613
1613
|
headers: 'headers',
|
|
@@ -1703,9 +1703,9 @@ export class DeleteClusterResponseBody extends $tea.Model {
|
|
|
1703
1703
|
}
|
|
1704
1704
|
|
|
1705
1705
|
export class DeleteClusterResponse extends $tea.Model {
|
|
1706
|
-
headers
|
|
1707
|
-
statusCode
|
|
1708
|
-
body
|
|
1706
|
+
headers?: { [key: string]: string };
|
|
1707
|
+
statusCode?: number;
|
|
1708
|
+
body?: DeleteClusterResponseBody;
|
|
1709
1709
|
static names(): { [key: string]: string } {
|
|
1710
1710
|
return {
|
|
1711
1711
|
headers: 'headers',
|
|
@@ -1769,9 +1769,9 @@ export class DeleteClusterNodepoolResponseBody extends $tea.Model {
|
|
|
1769
1769
|
}
|
|
1770
1770
|
|
|
1771
1771
|
export class DeleteClusterNodepoolResponse extends $tea.Model {
|
|
1772
|
-
headers
|
|
1773
|
-
statusCode
|
|
1774
|
-
body
|
|
1772
|
+
headers?: { [key: string]: string };
|
|
1773
|
+
statusCode?: number;
|
|
1774
|
+
body?: DeleteClusterNodepoolResponseBody;
|
|
1775
1775
|
static names(): { [key: string]: string } {
|
|
1776
1776
|
return {
|
|
1777
1777
|
headers: 'headers',
|
|
@@ -1844,9 +1844,9 @@ export class DeleteClusterNodesResponseBody extends $tea.Model {
|
|
|
1844
1844
|
}
|
|
1845
1845
|
|
|
1846
1846
|
export class DeleteClusterNodesResponse extends $tea.Model {
|
|
1847
|
-
headers
|
|
1848
|
-
statusCode
|
|
1849
|
-
body
|
|
1847
|
+
headers?: { [key: string]: string };
|
|
1848
|
+
statusCode?: number;
|
|
1849
|
+
body?: DeleteClusterNodesResponseBody;
|
|
1850
1850
|
static names(): { [key: string]: string } {
|
|
1851
1851
|
return {
|
|
1852
1852
|
headers: 'headers',
|
|
@@ -1888,8 +1888,8 @@ export class DeleteEdgeMachineRequest extends $tea.Model {
|
|
|
1888
1888
|
}
|
|
1889
1889
|
|
|
1890
1890
|
export class DeleteEdgeMachineResponse extends $tea.Model {
|
|
1891
|
-
headers
|
|
1892
|
-
statusCode
|
|
1891
|
+
headers?: { [key: string]: string };
|
|
1892
|
+
statusCode?: number;
|
|
1893
1893
|
static names(): { [key: string]: string } {
|
|
1894
1894
|
return {
|
|
1895
1895
|
headers: 'headers',
|
|
@@ -1910,8 +1910,8 @@ export class DeleteEdgeMachineResponse extends $tea.Model {
|
|
|
1910
1910
|
}
|
|
1911
1911
|
|
|
1912
1912
|
export class DeleteKubernetesTriggerResponse extends $tea.Model {
|
|
1913
|
-
headers
|
|
1914
|
-
statusCode
|
|
1913
|
+
headers?: { [key: string]: string };
|
|
1914
|
+
statusCode?: number;
|
|
1915
1915
|
static names(): { [key: string]: string } {
|
|
1916
1916
|
return {
|
|
1917
1917
|
headers: 'headers',
|
|
@@ -1970,9 +1970,9 @@ export class DeletePolicyInstanceResponseBody extends $tea.Model {
|
|
|
1970
1970
|
}
|
|
1971
1971
|
|
|
1972
1972
|
export class DeletePolicyInstanceResponse extends $tea.Model {
|
|
1973
|
-
headers
|
|
1974
|
-
statusCode
|
|
1975
|
-
body
|
|
1973
|
+
headers?: { [key: string]: string };
|
|
1974
|
+
statusCode?: number;
|
|
1975
|
+
body?: DeletePolicyInstanceResponseBody;
|
|
1976
1976
|
static names(): { [key: string]: string } {
|
|
1977
1977
|
return {
|
|
1978
1978
|
headers: 'headers',
|
|
@@ -1995,8 +1995,8 @@ export class DeletePolicyInstanceResponse extends $tea.Model {
|
|
|
1995
1995
|
}
|
|
1996
1996
|
|
|
1997
1997
|
export class DeleteTemplateResponse extends $tea.Model {
|
|
1998
|
-
headers
|
|
1999
|
-
statusCode
|
|
1998
|
+
headers?: { [key: string]: string };
|
|
1999
|
+
statusCode?: number;
|
|
2000
2000
|
static names(): { [key: string]: string } {
|
|
2001
2001
|
return {
|
|
2002
2002
|
headers: 'headers',
|
|
@@ -2017,8 +2017,8 @@ export class DeleteTemplateResponse extends $tea.Model {
|
|
|
2017
2017
|
}
|
|
2018
2018
|
|
|
2019
2019
|
export class DeleteTriggerResponse extends $tea.Model {
|
|
2020
|
-
headers
|
|
2021
|
-
statusCode
|
|
2020
|
+
headers?: { [key: string]: string };
|
|
2021
|
+
statusCode?: number;
|
|
2022
2022
|
static names(): { [key: string]: string } {
|
|
2023
2023
|
return {
|
|
2024
2024
|
headers: 'headers',
|
|
@@ -2083,9 +2083,9 @@ export class DeployPolicyInstanceResponseBody extends $tea.Model {
|
|
|
2083
2083
|
}
|
|
2084
2084
|
|
|
2085
2085
|
export class DeployPolicyInstanceResponse extends $tea.Model {
|
|
2086
|
-
headers
|
|
2087
|
-
statusCode
|
|
2088
|
-
body
|
|
2086
|
+
headers?: { [key: string]: string };
|
|
2087
|
+
statusCode?: number;
|
|
2088
|
+
body?: DeployPolicyInstanceResponseBody;
|
|
2089
2089
|
static names(): { [key: string]: string } {
|
|
2090
2090
|
return {
|
|
2091
2091
|
headers: 'headers',
|
|
@@ -2157,9 +2157,9 @@ export class DescirbeWorkflowResponseBody extends $tea.Model {
|
|
|
2157
2157
|
}
|
|
2158
2158
|
|
|
2159
2159
|
export class DescirbeWorkflowResponse extends $tea.Model {
|
|
2160
|
-
headers
|
|
2161
|
-
statusCode
|
|
2162
|
-
body
|
|
2160
|
+
headers?: { [key: string]: string };
|
|
2161
|
+
statusCode?: number;
|
|
2162
|
+
body?: DescirbeWorkflowResponseBody;
|
|
2163
2163
|
static names(): { [key: string]: string } {
|
|
2164
2164
|
return {
|
|
2165
2165
|
headers: 'headers',
|
|
@@ -2262,9 +2262,9 @@ export class DescribeAddonResponseBody extends $tea.Model {
|
|
|
2262
2262
|
}
|
|
2263
2263
|
|
|
2264
2264
|
export class DescribeAddonResponse extends $tea.Model {
|
|
2265
|
-
headers
|
|
2266
|
-
statusCode
|
|
2267
|
-
body
|
|
2265
|
+
headers?: { [key: string]: string };
|
|
2266
|
+
statusCode?: number;
|
|
2267
|
+
body?: DescribeAddonResponseBody;
|
|
2268
2268
|
static names(): { [key: string]: string } {
|
|
2269
2269
|
return {
|
|
2270
2270
|
headers: 'headers',
|
|
@@ -2340,9 +2340,9 @@ export class DescribeAddonsResponseBody extends $tea.Model {
|
|
|
2340
2340
|
}
|
|
2341
2341
|
|
|
2342
2342
|
export class DescribeAddonsResponse extends $tea.Model {
|
|
2343
|
-
headers
|
|
2344
|
-
statusCode
|
|
2345
|
-
body
|
|
2343
|
+
headers?: { [key: string]: string };
|
|
2344
|
+
statusCode?: number;
|
|
2345
|
+
body?: DescribeAddonsResponseBody;
|
|
2346
2346
|
static names(): { [key: string]: string } {
|
|
2347
2347
|
return {
|
|
2348
2348
|
headers: 'headers',
|
|
@@ -2393,9 +2393,9 @@ export class DescribeClusterAddonInstanceResponseBody extends $tea.Model {
|
|
|
2393
2393
|
}
|
|
2394
2394
|
|
|
2395
2395
|
export class DescribeClusterAddonInstanceResponse extends $tea.Model {
|
|
2396
|
-
headers
|
|
2397
|
-
statusCode
|
|
2398
|
-
body
|
|
2396
|
+
headers?: { [key: string]: string };
|
|
2397
|
+
statusCode?: number;
|
|
2398
|
+
body?: DescribeClusterAddonInstanceResponseBody;
|
|
2399
2399
|
static names(): { [key: string]: string } {
|
|
2400
2400
|
return {
|
|
2401
2401
|
headers: 'headers',
|
|
@@ -2443,9 +2443,9 @@ export class DescribeClusterAddonMetadataResponseBody extends $tea.Model {
|
|
|
2443
2443
|
}
|
|
2444
2444
|
|
|
2445
2445
|
export class DescribeClusterAddonMetadataResponse extends $tea.Model {
|
|
2446
|
-
headers
|
|
2447
|
-
statusCode
|
|
2448
|
-
body
|
|
2446
|
+
headers?: { [key: string]: string };
|
|
2447
|
+
statusCode?: number;
|
|
2448
|
+
body?: DescribeClusterAddonMetadataResponseBody;
|
|
2449
2449
|
static names(): { [key: string]: string } {
|
|
2450
2450
|
return {
|
|
2451
2451
|
headers: 'headers',
|
|
@@ -2468,9 +2468,9 @@ export class DescribeClusterAddonMetadataResponse extends $tea.Model {
|
|
|
2468
2468
|
}
|
|
2469
2469
|
|
|
2470
2470
|
export class DescribeClusterAddonUpgradeStatusResponse extends $tea.Model {
|
|
2471
|
-
headers
|
|
2472
|
-
statusCode
|
|
2473
|
-
body
|
|
2471
|
+
headers?: { [key: string]: string };
|
|
2472
|
+
statusCode?: number;
|
|
2473
|
+
body?: {[key: string]: any};
|
|
2474
2474
|
static names(): { [key: string]: string } {
|
|
2475
2475
|
return {
|
|
2476
2476
|
headers: 'headers',
|
|
@@ -2531,9 +2531,9 @@ export class DescribeClusterAddonsUpgradeStatusShrinkRequest extends $tea.Model
|
|
|
2531
2531
|
}
|
|
2532
2532
|
|
|
2533
2533
|
export class DescribeClusterAddonsUpgradeStatusResponse extends $tea.Model {
|
|
2534
|
-
headers
|
|
2535
|
-
statusCode
|
|
2536
|
-
body
|
|
2534
|
+
headers?: { [key: string]: string };
|
|
2535
|
+
statusCode?: number;
|
|
2536
|
+
body?: {[key: string]: any};
|
|
2537
2537
|
static names(): { [key: string]: string } {
|
|
2538
2538
|
return {
|
|
2539
2539
|
headers: 'headers',
|
|
@@ -2556,9 +2556,9 @@ export class DescribeClusterAddonsUpgradeStatusResponse extends $tea.Model {
|
|
|
2556
2556
|
}
|
|
2557
2557
|
|
|
2558
2558
|
export class DescribeClusterAddonsVersionResponse extends $tea.Model {
|
|
2559
|
-
headers
|
|
2560
|
-
statusCode
|
|
2561
|
-
body
|
|
2559
|
+
headers?: { [key: string]: string };
|
|
2560
|
+
statusCode?: number;
|
|
2561
|
+
body?: {[key: string]: any};
|
|
2562
2562
|
static names(): { [key: string]: string } {
|
|
2563
2563
|
return {
|
|
2564
2564
|
headers: 'headers',
|
|
@@ -2615,9 +2615,9 @@ export class DescribeClusterAttachScriptsRequest extends $tea.Model {
|
|
|
2615
2615
|
}
|
|
2616
2616
|
|
|
2617
2617
|
export class DescribeClusterAttachScriptsResponse extends $tea.Model {
|
|
2618
|
-
headers
|
|
2619
|
-
statusCode
|
|
2620
|
-
body
|
|
2618
|
+
headers?: { [key: string]: string };
|
|
2619
|
+
statusCode?: number;
|
|
2620
|
+
body?: string;
|
|
2621
2621
|
static names(): { [key: string]: string } {
|
|
2622
2622
|
return {
|
|
2623
2623
|
headers: 'headers',
|
|
@@ -2746,9 +2746,9 @@ export class DescribeClusterDetailResponseBody extends $tea.Model {
|
|
|
2746
2746
|
}
|
|
2747
2747
|
|
|
2748
2748
|
export class DescribeClusterDetailResponse extends $tea.Model {
|
|
2749
|
-
headers
|
|
2750
|
-
statusCode
|
|
2751
|
-
body
|
|
2749
|
+
headers?: { [key: string]: string };
|
|
2750
|
+
statusCode?: number;
|
|
2751
|
+
body?: DescribeClusterDetailResponseBody;
|
|
2752
2752
|
static names(): { [key: string]: string } {
|
|
2753
2753
|
return {
|
|
2754
2754
|
headers: 'headers',
|
|
@@ -2818,9 +2818,9 @@ export class DescribeClusterEventsResponseBody extends $tea.Model {
|
|
|
2818
2818
|
}
|
|
2819
2819
|
|
|
2820
2820
|
export class DescribeClusterEventsResponse extends $tea.Model {
|
|
2821
|
-
headers
|
|
2822
|
-
statusCode
|
|
2823
|
-
body
|
|
2821
|
+
headers?: { [key: string]: string };
|
|
2822
|
+
statusCode?: number;
|
|
2823
|
+
body?: DescribeClusterEventsResponseBody;
|
|
2824
2824
|
static names(): { [key: string]: string } {
|
|
2825
2825
|
return {
|
|
2826
2826
|
headers: 'headers',
|
|
@@ -2843,9 +2843,9 @@ export class DescribeClusterEventsResponse extends $tea.Model {
|
|
|
2843
2843
|
}
|
|
2844
2844
|
|
|
2845
2845
|
export class DescribeClusterLogsResponse extends $tea.Model {
|
|
2846
|
-
headers
|
|
2847
|
-
statusCode
|
|
2848
|
-
body
|
|
2846
|
+
headers?: { [key: string]: string };
|
|
2847
|
+
statusCode?: number;
|
|
2848
|
+
body?: DescribeClusterLogsResponseBody[];
|
|
2849
2849
|
static names(): { [key: string]: string } {
|
|
2850
2850
|
return {
|
|
2851
2851
|
headers: 'headers',
|
|
@@ -2917,9 +2917,9 @@ export class DescribeClusterNodePoolDetailResponseBody extends $tea.Model {
|
|
|
2917
2917
|
}
|
|
2918
2918
|
|
|
2919
2919
|
export class DescribeClusterNodePoolDetailResponse extends $tea.Model {
|
|
2920
|
-
headers
|
|
2921
|
-
statusCode
|
|
2922
|
-
body
|
|
2920
|
+
headers?: { [key: string]: string };
|
|
2921
|
+
statusCode?: number;
|
|
2922
|
+
body?: DescribeClusterNodePoolDetailResponseBody;
|
|
2923
2923
|
static names(): { [key: string]: string } {
|
|
2924
2924
|
return {
|
|
2925
2925
|
headers: 'headers',
|
|
@@ -2961,9 +2961,9 @@ export class DescribeClusterNodePoolsResponseBody extends $tea.Model {
|
|
|
2961
2961
|
}
|
|
2962
2962
|
|
|
2963
2963
|
export class DescribeClusterNodePoolsResponse extends $tea.Model {
|
|
2964
|
-
headers
|
|
2965
|
-
statusCode
|
|
2966
|
-
body
|
|
2964
|
+
headers?: { [key: string]: string };
|
|
2965
|
+
statusCode?: number;
|
|
2966
|
+
body?: DescribeClusterNodePoolsResponseBody;
|
|
2967
2967
|
static names(): { [key: string]: string } {
|
|
2968
2968
|
return {
|
|
2969
2969
|
headers: 'headers',
|
|
@@ -3039,9 +3039,9 @@ export class DescribeClusterNodesResponseBody extends $tea.Model {
|
|
|
3039
3039
|
}
|
|
3040
3040
|
|
|
3041
3041
|
export class DescribeClusterNodesResponse extends $tea.Model {
|
|
3042
|
-
headers
|
|
3043
|
-
statusCode
|
|
3044
|
-
body
|
|
3042
|
+
headers?: { [key: string]: string };
|
|
3043
|
+
statusCode?: number;
|
|
3044
|
+
body?: DescribeClusterNodesResponseBody;
|
|
3045
3045
|
static names(): { [key: string]: string } {
|
|
3046
3046
|
return {
|
|
3047
3047
|
headers: 'headers',
|
|
@@ -3064,9 +3064,9 @@ export class DescribeClusterNodesResponse extends $tea.Model {
|
|
|
3064
3064
|
}
|
|
3065
3065
|
|
|
3066
3066
|
export class DescribeClusterResourcesResponse extends $tea.Model {
|
|
3067
|
-
headers
|
|
3068
|
-
statusCode
|
|
3069
|
-
body
|
|
3067
|
+
headers?: { [key: string]: string };
|
|
3068
|
+
statusCode?: number;
|
|
3069
|
+
body?: DescribeClusterResourcesResponseBody[];
|
|
3070
3070
|
static names(): { [key: string]: string } {
|
|
3071
3071
|
return {
|
|
3072
3072
|
headers: 'headers',
|
|
@@ -3136,9 +3136,9 @@ export class DescribeClusterTasksResponseBody extends $tea.Model {
|
|
|
3136
3136
|
}
|
|
3137
3137
|
|
|
3138
3138
|
export class DescribeClusterTasksResponse extends $tea.Model {
|
|
3139
|
-
headers
|
|
3140
|
-
statusCode
|
|
3141
|
-
body
|
|
3139
|
+
headers?: { [key: string]: string };
|
|
3140
|
+
statusCode?: number;
|
|
3141
|
+
body?: DescribeClusterTasksResponseBody;
|
|
3142
3142
|
static names(): { [key: string]: string } {
|
|
3143
3143
|
return {
|
|
3144
3144
|
headers: 'headers',
|
|
@@ -3205,9 +3205,9 @@ export class DescribeClusterUserKubeconfigResponseBody extends $tea.Model {
|
|
|
3205
3205
|
}
|
|
3206
3206
|
|
|
3207
3207
|
export class DescribeClusterUserKubeconfigResponse extends $tea.Model {
|
|
3208
|
-
headers
|
|
3209
|
-
statusCode
|
|
3210
|
-
body
|
|
3208
|
+
headers?: { [key: string]: string };
|
|
3209
|
+
statusCode?: number;
|
|
3210
|
+
body?: DescribeClusterUserKubeconfigResponseBody;
|
|
3211
3211
|
static names(): { [key: string]: string } {
|
|
3212
3212
|
return {
|
|
3213
3213
|
headers: 'headers',
|
|
@@ -3268,9 +3268,9 @@ export class DescribeClusterV2UserKubeconfigResponseBody extends $tea.Model {
|
|
|
3268
3268
|
}
|
|
3269
3269
|
|
|
3270
3270
|
export class DescribeClusterV2UserKubeconfigResponse extends $tea.Model {
|
|
3271
|
-
headers
|
|
3272
|
-
statusCode
|
|
3273
|
-
body
|
|
3271
|
+
headers?: { [key: string]: string };
|
|
3272
|
+
statusCode?: number;
|
|
3273
|
+
body?: DescribeClusterV2UserKubeconfigResponseBody;
|
|
3274
3274
|
static names(): { [key: string]: string } {
|
|
3275
3275
|
return {
|
|
3276
3276
|
headers: 'headers',
|
|
@@ -3312,9 +3312,9 @@ export class DescribeClusterVulsResponseBody extends $tea.Model {
|
|
|
3312
3312
|
}
|
|
3313
3313
|
|
|
3314
3314
|
export class DescribeClusterVulsResponse extends $tea.Model {
|
|
3315
|
-
headers
|
|
3316
|
-
statusCode
|
|
3317
|
-
body
|
|
3315
|
+
headers?: { [key: string]: string };
|
|
3316
|
+
statusCode?: number;
|
|
3317
|
+
body?: DescribeClusterVulsResponseBody;
|
|
3318
3318
|
static names(): { [key: string]: string } {
|
|
3319
3319
|
return {
|
|
3320
3320
|
headers: 'headers',
|
|
@@ -3359,9 +3359,9 @@ export class DescribeClustersRequest extends $tea.Model {
|
|
|
3359
3359
|
}
|
|
3360
3360
|
|
|
3361
3361
|
export class DescribeClustersResponse extends $tea.Model {
|
|
3362
|
-
headers
|
|
3363
|
-
statusCode
|
|
3364
|
-
body
|
|
3362
|
+
headers?: { [key: string]: string };
|
|
3363
|
+
statusCode?: number;
|
|
3364
|
+
body?: DescribeClustersResponseBody[];
|
|
3365
3365
|
static names(): { [key: string]: string } {
|
|
3366
3366
|
return {
|
|
3367
3367
|
headers: 'headers',
|
|
@@ -3446,9 +3446,9 @@ export class DescribeClustersV1ResponseBody extends $tea.Model {
|
|
|
3446
3446
|
}
|
|
3447
3447
|
|
|
3448
3448
|
export class DescribeClustersV1Response extends $tea.Model {
|
|
3449
|
-
headers
|
|
3450
|
-
statusCode
|
|
3451
|
-
body
|
|
3449
|
+
headers?: { [key: string]: string };
|
|
3450
|
+
statusCode?: number;
|
|
3451
|
+
body?: DescribeClustersV1ResponseBody;
|
|
3452
3452
|
static names(): { [key: string]: string } {
|
|
3453
3453
|
return {
|
|
3454
3454
|
headers: 'headers',
|
|
@@ -3502,9 +3502,9 @@ export class DescribeEdgeMachineActiveProcessResponseBody extends $tea.Model {
|
|
|
3502
3502
|
}
|
|
3503
3503
|
|
|
3504
3504
|
export class DescribeEdgeMachineActiveProcessResponse extends $tea.Model {
|
|
3505
|
-
headers
|
|
3506
|
-
statusCode
|
|
3507
|
-
body
|
|
3505
|
+
headers?: { [key: string]: string };
|
|
3506
|
+
statusCode?: number;
|
|
3507
|
+
body?: DescribeEdgeMachineActiveProcessResponseBody;
|
|
3508
3508
|
static names(): { [key: string]: string } {
|
|
3509
3509
|
return {
|
|
3510
3510
|
headers: 'headers',
|
|
@@ -3546,9 +3546,9 @@ export class DescribeEdgeMachineModelsResponseBody extends $tea.Model {
|
|
|
3546
3546
|
}
|
|
3547
3547
|
|
|
3548
3548
|
export class DescribeEdgeMachineModelsResponse extends $tea.Model {
|
|
3549
|
-
headers
|
|
3550
|
-
statusCode
|
|
3551
|
-
body
|
|
3549
|
+
headers?: { [key: string]: string };
|
|
3550
|
+
statusCode?: number;
|
|
3551
|
+
body?: DescribeEdgeMachineModelsResponseBody;
|
|
3552
3552
|
static names(): { [key: string]: string } {
|
|
3553
3553
|
return {
|
|
3554
3554
|
headers: 'headers',
|
|
@@ -3608,9 +3608,9 @@ export class DescribeEdgeMachineTunnelConfigDetailResponseBody extends $tea.Mode
|
|
|
3608
3608
|
}
|
|
3609
3609
|
|
|
3610
3610
|
export class DescribeEdgeMachineTunnelConfigDetailResponse extends $tea.Model {
|
|
3611
|
-
headers
|
|
3612
|
-
statusCode
|
|
3613
|
-
body
|
|
3611
|
+
headers?: { [key: string]: string };
|
|
3612
|
+
statusCode?: number;
|
|
3613
|
+
body?: DescribeEdgeMachineTunnelConfigDetailResponseBody;
|
|
3614
3614
|
static names(): { [key: string]: string } {
|
|
3615
3615
|
return {
|
|
3616
3616
|
headers: 'headers',
|
|
@@ -3689,9 +3689,9 @@ export class DescribeEdgeMachinesResponseBody extends $tea.Model {
|
|
|
3689
3689
|
}
|
|
3690
3690
|
|
|
3691
3691
|
export class DescribeEdgeMachinesResponse extends $tea.Model {
|
|
3692
|
-
headers
|
|
3693
|
-
statusCode
|
|
3694
|
-
body
|
|
3692
|
+
headers?: { [key: string]: string };
|
|
3693
|
+
statusCode?: number;
|
|
3694
|
+
body?: DescribeEdgeMachinesResponseBody;
|
|
3695
3695
|
static names(): { [key: string]: string } {
|
|
3696
3696
|
return {
|
|
3697
3697
|
headers: 'headers',
|
|
@@ -3764,9 +3764,9 @@ export class DescribeEventsResponseBody extends $tea.Model {
|
|
|
3764
3764
|
}
|
|
3765
3765
|
|
|
3766
3766
|
export class DescribeEventsResponse extends $tea.Model {
|
|
3767
|
-
headers
|
|
3768
|
-
statusCode
|
|
3769
|
-
body
|
|
3767
|
+
headers?: { [key: string]: string };
|
|
3768
|
+
statusCode?: number;
|
|
3769
|
+
body?: DescribeEventsResponseBody;
|
|
3770
3770
|
static names(): { [key: string]: string } {
|
|
3771
3771
|
return {
|
|
3772
3772
|
headers: 'headers',
|
|
@@ -3830,9 +3830,9 @@ export class DescribeExternalAgentResponseBody extends $tea.Model {
|
|
|
3830
3830
|
}
|
|
3831
3831
|
|
|
3832
3832
|
export class DescribeExternalAgentResponse extends $tea.Model {
|
|
3833
|
-
headers
|
|
3834
|
-
statusCode
|
|
3835
|
-
body
|
|
3833
|
+
headers?: { [key: string]: string };
|
|
3834
|
+
statusCode?: number;
|
|
3835
|
+
body?: DescribeExternalAgentResponseBody;
|
|
3836
3836
|
static names(): { [key: string]: string } {
|
|
3837
3837
|
return {
|
|
3838
3838
|
headers: 'headers',
|
|
@@ -3889,9 +3889,9 @@ export class DescribeKubernetesVersionMetadataRequest extends $tea.Model {
|
|
|
3889
3889
|
}
|
|
3890
3890
|
|
|
3891
3891
|
export class DescribeKubernetesVersionMetadataResponse extends $tea.Model {
|
|
3892
|
-
headers
|
|
3893
|
-
statusCode
|
|
3894
|
-
body
|
|
3892
|
+
headers?: { [key: string]: string };
|
|
3893
|
+
statusCode?: number;
|
|
3894
|
+
body?: DescribeKubernetesVersionMetadataResponseBody[];
|
|
3895
3895
|
static names(): { [key: string]: string } {
|
|
3896
3896
|
return {
|
|
3897
3897
|
headers: 'headers',
|
|
@@ -3955,9 +3955,9 @@ export class DescribeNodePoolVulsResponseBody extends $tea.Model {
|
|
|
3955
3955
|
}
|
|
3956
3956
|
|
|
3957
3957
|
export class DescribeNodePoolVulsResponse extends $tea.Model {
|
|
3958
|
-
headers
|
|
3959
|
-
statusCode
|
|
3960
|
-
body
|
|
3958
|
+
headers?: { [key: string]: string };
|
|
3959
|
+
statusCode?: number;
|
|
3960
|
+
body?: DescribeNodePoolVulsResponseBody;
|
|
3961
3961
|
static names(): { [key: string]: string } {
|
|
3962
3962
|
return {
|
|
3963
3963
|
headers: 'headers',
|
|
@@ -3980,9 +3980,9 @@ export class DescribeNodePoolVulsResponse extends $tea.Model {
|
|
|
3980
3980
|
}
|
|
3981
3981
|
|
|
3982
3982
|
export class DescribePoliciesResponse extends $tea.Model {
|
|
3983
|
-
headers
|
|
3984
|
-
statusCode
|
|
3985
|
-
body
|
|
3983
|
+
headers?: { [key: string]: string };
|
|
3984
|
+
statusCode?: number;
|
|
3985
|
+
body?: {[key: string]: any};
|
|
3986
3986
|
static names(): { [key: string]: string } {
|
|
3987
3987
|
return {
|
|
3988
3988
|
headers: 'headers',
|
|
@@ -4045,9 +4045,9 @@ export class DescribePolicyDetailsResponseBody extends $tea.Model {
|
|
|
4045
4045
|
}
|
|
4046
4046
|
|
|
4047
4047
|
export class DescribePolicyDetailsResponse extends $tea.Model {
|
|
4048
|
-
headers
|
|
4049
|
-
statusCode
|
|
4050
|
-
body
|
|
4048
|
+
headers?: { [key: string]: string };
|
|
4049
|
+
statusCode?: number;
|
|
4050
|
+
body?: DescribePolicyDetailsResponseBody;
|
|
4051
4051
|
static names(): { [key: string]: string } {
|
|
4052
4052
|
return {
|
|
4053
4053
|
headers: 'headers',
|
|
@@ -4098,9 +4098,9 @@ export class DescribePolicyGovernanceInClusterResponseBody extends $tea.Model {
|
|
|
4098
4098
|
}
|
|
4099
4099
|
|
|
4100
4100
|
export class DescribePolicyGovernanceInClusterResponse extends $tea.Model {
|
|
4101
|
-
headers
|
|
4102
|
-
statusCode
|
|
4103
|
-
body
|
|
4101
|
+
headers?: { [key: string]: string };
|
|
4102
|
+
statusCode?: number;
|
|
4103
|
+
body?: DescribePolicyGovernanceInClusterResponseBody;
|
|
4104
4104
|
static names(): { [key: string]: string } {
|
|
4105
4105
|
return {
|
|
4106
4106
|
headers: 'headers',
|
|
@@ -4145,9 +4145,9 @@ export class DescribePolicyInstancesRequest extends $tea.Model {
|
|
|
4145
4145
|
}
|
|
4146
4146
|
|
|
4147
4147
|
export class DescribePolicyInstancesResponse extends $tea.Model {
|
|
4148
|
-
headers
|
|
4149
|
-
statusCode
|
|
4150
|
-
body
|
|
4148
|
+
headers?: { [key: string]: string };
|
|
4149
|
+
statusCode?: number;
|
|
4150
|
+
body?: DescribePolicyInstancesResponseBody[];
|
|
4151
4151
|
static names(): { [key: string]: string } {
|
|
4152
4152
|
return {
|
|
4153
4153
|
headers: 'headers',
|
|
@@ -4192,9 +4192,9 @@ export class DescribePolicyInstancesStatusResponseBody extends $tea.Model {
|
|
|
4192
4192
|
}
|
|
4193
4193
|
|
|
4194
4194
|
export class DescribePolicyInstancesStatusResponse extends $tea.Model {
|
|
4195
|
-
headers
|
|
4196
|
-
statusCode
|
|
4197
|
-
body
|
|
4195
|
+
headers?: { [key: string]: string };
|
|
4196
|
+
statusCode?: number;
|
|
4197
|
+
body?: DescribePolicyInstancesStatusResponseBody;
|
|
4198
4198
|
static names(): { [key: string]: string } {
|
|
4199
4199
|
return {
|
|
4200
4200
|
headers: 'headers',
|
|
@@ -4261,9 +4261,9 @@ export class DescribeSubaccountK8sClusterUserConfigResponseBody extends $tea.Mod
|
|
|
4261
4261
|
}
|
|
4262
4262
|
|
|
4263
4263
|
export class DescribeSubaccountK8sClusterUserConfigResponse extends $tea.Model {
|
|
4264
|
-
headers
|
|
4265
|
-
statusCode
|
|
4266
|
-
body
|
|
4264
|
+
headers?: { [key: string]: string };
|
|
4265
|
+
statusCode?: number;
|
|
4266
|
+
body?: DescribeSubaccountK8sClusterUserConfigResponseBody;
|
|
4267
4267
|
static names(): { [key: string]: string } {
|
|
4268
4268
|
return {
|
|
4269
4269
|
headers: 'headers',
|
|
@@ -4341,9 +4341,9 @@ export class DescribeTaskInfoResponseBody extends $tea.Model {
|
|
|
4341
4341
|
}
|
|
4342
4342
|
|
|
4343
4343
|
export class DescribeTaskInfoResponse extends $tea.Model {
|
|
4344
|
-
headers
|
|
4345
|
-
statusCode
|
|
4346
|
-
body
|
|
4344
|
+
headers?: { [key: string]: string };
|
|
4345
|
+
statusCode?: number;
|
|
4346
|
+
body?: DescribeTaskInfoResponseBody;
|
|
4347
4347
|
static names(): { [key: string]: string } {
|
|
4348
4348
|
return {
|
|
4349
4349
|
headers: 'headers',
|
|
@@ -4385,9 +4385,9 @@ export class DescribeTemplateAttributeRequest extends $tea.Model {
|
|
|
4385
4385
|
}
|
|
4386
4386
|
|
|
4387
4387
|
export class DescribeTemplateAttributeResponse extends $tea.Model {
|
|
4388
|
-
headers
|
|
4389
|
-
statusCode
|
|
4390
|
-
body
|
|
4388
|
+
headers?: { [key: string]: string };
|
|
4389
|
+
statusCode?: number;
|
|
4390
|
+
body?: DescribeTemplateAttributeResponseBody[];
|
|
4391
4391
|
static names(): { [key: string]: string } {
|
|
4392
4392
|
return {
|
|
4393
4393
|
headers: 'headers',
|
|
@@ -4457,9 +4457,9 @@ export class DescribeTemplatesResponseBody extends $tea.Model {
|
|
|
4457
4457
|
}
|
|
4458
4458
|
|
|
4459
4459
|
export class DescribeTemplatesResponse extends $tea.Model {
|
|
4460
|
-
headers
|
|
4461
|
-
statusCode
|
|
4462
|
-
body
|
|
4460
|
+
headers?: { [key: string]: string };
|
|
4461
|
+
statusCode?: number;
|
|
4462
|
+
body?: DescribeTemplatesResponseBody;
|
|
4463
4463
|
static names(): { [key: string]: string } {
|
|
4464
4464
|
return {
|
|
4465
4465
|
headers: 'headers',
|
|
@@ -4510,9 +4510,9 @@ export class DescribeTriggerRequest extends $tea.Model {
|
|
|
4510
4510
|
}
|
|
4511
4511
|
|
|
4512
4512
|
export class DescribeTriggerResponse extends $tea.Model {
|
|
4513
|
-
headers
|
|
4514
|
-
statusCode
|
|
4515
|
-
body
|
|
4513
|
+
headers?: { [key: string]: string };
|
|
4514
|
+
statusCode?: number;
|
|
4515
|
+
body?: DescribeTriggerResponseBody[];
|
|
4516
4516
|
static names(): { [key: string]: string } {
|
|
4517
4517
|
return {
|
|
4518
4518
|
headers: 'headers',
|
|
@@ -4535,9 +4535,9 @@ export class DescribeTriggerResponse extends $tea.Model {
|
|
|
4535
4535
|
}
|
|
4536
4536
|
|
|
4537
4537
|
export class DescribeUserClusterNamespacesResponse extends $tea.Model {
|
|
4538
|
-
headers
|
|
4539
|
-
statusCode
|
|
4540
|
-
body
|
|
4538
|
+
headers?: { [key: string]: string };
|
|
4539
|
+
statusCode?: number;
|
|
4540
|
+
body?: string[];
|
|
4541
4541
|
static names(): { [key: string]: string } {
|
|
4542
4542
|
return {
|
|
4543
4543
|
headers: 'headers',
|
|
@@ -4560,9 +4560,9 @@ export class DescribeUserClusterNamespacesResponse extends $tea.Model {
|
|
|
4560
4560
|
}
|
|
4561
4561
|
|
|
4562
4562
|
export class DescribeUserPermissionResponse extends $tea.Model {
|
|
4563
|
-
headers
|
|
4564
|
-
statusCode
|
|
4565
|
-
body
|
|
4563
|
+
headers?: { [key: string]: string };
|
|
4564
|
+
statusCode?: number;
|
|
4565
|
+
body?: DescribeUserPermissionResponseBody[];
|
|
4566
4566
|
static names(): { [key: string]: string } {
|
|
4567
4567
|
return {
|
|
4568
4568
|
headers: 'headers',
|
|
@@ -4622,9 +4622,9 @@ export class DescribeUserQuotaResponseBody extends $tea.Model {
|
|
|
4622
4622
|
}
|
|
4623
4623
|
|
|
4624
4624
|
export class DescribeUserQuotaResponse extends $tea.Model {
|
|
4625
|
-
headers
|
|
4626
|
-
statusCode
|
|
4627
|
-
body
|
|
4625
|
+
headers?: { [key: string]: string };
|
|
4626
|
+
statusCode?: number;
|
|
4627
|
+
body?: DescribeUserQuotaResponseBody;
|
|
4628
4628
|
static names(): { [key: string]: string } {
|
|
4629
4629
|
return {
|
|
4630
4630
|
headers: 'headers',
|
|
@@ -4666,9 +4666,9 @@ export class DescribeWorkflowsResponseBody extends $tea.Model {
|
|
|
4666
4666
|
}
|
|
4667
4667
|
|
|
4668
4668
|
export class DescribeWorkflowsResponse extends $tea.Model {
|
|
4669
|
-
headers
|
|
4670
|
-
statusCode
|
|
4671
|
-
body
|
|
4669
|
+
headers?: { [key: string]: string };
|
|
4670
|
+
statusCode?: number;
|
|
4671
|
+
body?: DescribeWorkflowsResponseBody;
|
|
4672
4672
|
static names(): { [key: string]: string } {
|
|
4673
4673
|
return {
|
|
4674
4674
|
headers: 'headers',
|
|
@@ -4738,9 +4738,9 @@ export class EdgeClusterAddEdgeMachineResponseBody extends $tea.Model {
|
|
|
4738
4738
|
}
|
|
4739
4739
|
|
|
4740
4740
|
export class EdgeClusterAddEdgeMachineResponse extends $tea.Model {
|
|
4741
|
-
headers
|
|
4742
|
-
statusCode
|
|
4743
|
-
body
|
|
4741
|
+
headers?: { [key: string]: string };
|
|
4742
|
+
statusCode?: number;
|
|
4743
|
+
body?: EdgeClusterAddEdgeMachineResponseBody;
|
|
4744
4744
|
static names(): { [key: string]: string } {
|
|
4745
4745
|
return {
|
|
4746
4746
|
headers: 'headers',
|
|
@@ -4810,9 +4810,9 @@ export class FixNodePoolVulsResponseBody extends $tea.Model {
|
|
|
4810
4810
|
}
|
|
4811
4811
|
|
|
4812
4812
|
export class FixNodePoolVulsResponse extends $tea.Model {
|
|
4813
|
-
headers
|
|
4814
|
-
statusCode
|
|
4815
|
-
body
|
|
4813
|
+
headers?: { [key: string]: string };
|
|
4814
|
+
statusCode?: number;
|
|
4815
|
+
body?: FixNodePoolVulsResponseBody;
|
|
4816
4816
|
static names(): { [key: string]: string } {
|
|
4817
4817
|
return {
|
|
4818
4818
|
headers: 'headers',
|
|
@@ -4866,9 +4866,9 @@ export class GetClusterAddonInstanceResponseBody extends $tea.Model {
|
|
|
4866
4866
|
}
|
|
4867
4867
|
|
|
4868
4868
|
export class GetClusterAddonInstanceResponse extends $tea.Model {
|
|
4869
|
-
headers
|
|
4870
|
-
statusCode
|
|
4871
|
-
body
|
|
4869
|
+
headers?: { [key: string]: string };
|
|
4870
|
+
statusCode?: number;
|
|
4871
|
+
body?: GetClusterAddonInstanceResponseBody;
|
|
4872
4872
|
static names(): { [key: string]: string } {
|
|
4873
4873
|
return {
|
|
4874
4874
|
headers: 'headers',
|
|
@@ -4928,9 +4928,9 @@ export class GetClusterCheckResponseBody extends $tea.Model {
|
|
|
4928
4928
|
}
|
|
4929
4929
|
|
|
4930
4930
|
export class GetClusterCheckResponse extends $tea.Model {
|
|
4931
|
-
headers
|
|
4932
|
-
statusCode
|
|
4933
|
-
body
|
|
4931
|
+
headers?: { [key: string]: string };
|
|
4932
|
+
statusCode?: number;
|
|
4933
|
+
body?: GetClusterCheckResponseBody;
|
|
4934
4934
|
static names(): { [key: string]: string } {
|
|
4935
4935
|
return {
|
|
4936
4936
|
headers: 'headers',
|
|
@@ -4981,9 +4981,9 @@ export class GetKubernetesTriggerRequest extends $tea.Model {
|
|
|
4981
4981
|
}
|
|
4982
4982
|
|
|
4983
4983
|
export class GetKubernetesTriggerResponse extends $tea.Model {
|
|
4984
|
-
headers
|
|
4985
|
-
statusCode
|
|
4986
|
-
body
|
|
4984
|
+
headers?: { [key: string]: string };
|
|
4985
|
+
statusCode?: number;
|
|
4986
|
+
body?: GetKubernetesTriggerResponseBody[];
|
|
4987
4987
|
static names(): { [key: string]: string } {
|
|
4988
4988
|
return {
|
|
4989
4989
|
headers: 'headers',
|
|
@@ -5037,9 +5037,9 @@ export class GetUpgradeStatusResponseBody extends $tea.Model {
|
|
|
5037
5037
|
}
|
|
5038
5038
|
|
|
5039
5039
|
export class GetUpgradeStatusResponse extends $tea.Model {
|
|
5040
|
-
headers
|
|
5041
|
-
statusCode
|
|
5042
|
-
body
|
|
5040
|
+
headers?: { [key: string]: string };
|
|
5041
|
+
statusCode?: number;
|
|
5042
|
+
body?: GetUpgradeStatusResponseBody;
|
|
5043
5043
|
static names(): { [key: string]: string } {
|
|
5044
5044
|
return {
|
|
5045
5045
|
headers: 'headers',
|
|
@@ -5081,8 +5081,8 @@ export class GrantPermissionsRequest extends $tea.Model {
|
|
|
5081
5081
|
}
|
|
5082
5082
|
|
|
5083
5083
|
export class GrantPermissionsResponse extends $tea.Model {
|
|
5084
|
-
headers
|
|
5085
|
-
statusCode
|
|
5084
|
+
headers?: { [key: string]: string };
|
|
5085
|
+
statusCode?: number;
|
|
5086
5086
|
static names(): { [key: string]: string } {
|
|
5087
5087
|
return {
|
|
5088
5088
|
headers: 'headers',
|
|
@@ -5122,8 +5122,8 @@ export class InstallClusterAddonsRequest extends $tea.Model {
|
|
|
5122
5122
|
}
|
|
5123
5123
|
|
|
5124
5124
|
export class InstallClusterAddonsResponse extends $tea.Model {
|
|
5125
|
-
headers
|
|
5126
|
-
statusCode
|
|
5125
|
+
headers?: { [key: string]: string };
|
|
5126
|
+
statusCode?: number;
|
|
5127
5127
|
static names(): { [key: string]: string } {
|
|
5128
5128
|
return {
|
|
5129
5129
|
headers: 'headers',
|
|
@@ -5197,9 +5197,9 @@ export class ListAddonsResponseBody extends $tea.Model {
|
|
|
5197
5197
|
}
|
|
5198
5198
|
|
|
5199
5199
|
export class ListAddonsResponse extends $tea.Model {
|
|
5200
|
-
headers
|
|
5201
|
-
statusCode
|
|
5202
|
-
body
|
|
5200
|
+
headers?: { [key: string]: string };
|
|
5201
|
+
statusCode?: number;
|
|
5202
|
+
body?: ListAddonsResponseBody;
|
|
5203
5203
|
static names(): { [key: string]: string } {
|
|
5204
5204
|
return {
|
|
5205
5205
|
headers: 'headers',
|
|
@@ -5241,9 +5241,9 @@ export class ListClusterAddonInstancesResponseBody extends $tea.Model {
|
|
|
5241
5241
|
}
|
|
5242
5242
|
|
|
5243
5243
|
export class ListClusterAddonInstancesResponse extends $tea.Model {
|
|
5244
|
-
headers
|
|
5245
|
-
statusCode
|
|
5246
|
-
body
|
|
5244
|
+
headers?: { [key: string]: string };
|
|
5245
|
+
statusCode?: number;
|
|
5246
|
+
body?: ListClusterAddonInstancesResponseBody;
|
|
5247
5247
|
static names(): { [key: string]: string } {
|
|
5248
5248
|
return {
|
|
5249
5249
|
headers: 'headers',
|
|
@@ -5304,9 +5304,9 @@ export class ListClusterChecksResponseBody extends $tea.Model {
|
|
|
5304
5304
|
}
|
|
5305
5305
|
|
|
5306
5306
|
export class ListClusterChecksResponse extends $tea.Model {
|
|
5307
|
-
headers
|
|
5308
|
-
statusCode
|
|
5309
|
-
body
|
|
5307
|
+
headers?: { [key: string]: string };
|
|
5308
|
+
statusCode?: number;
|
|
5309
|
+
body?: ListClusterChecksResponseBody;
|
|
5310
5310
|
static names(): { [key: string]: string } {
|
|
5311
5311
|
return {
|
|
5312
5312
|
headers: 'headers',
|
|
@@ -5370,9 +5370,9 @@ export class ListOperationPlansResponseBody extends $tea.Model {
|
|
|
5370
5370
|
}
|
|
5371
5371
|
|
|
5372
5372
|
export class ListOperationPlansResponse extends $tea.Model {
|
|
5373
|
-
headers
|
|
5374
|
-
statusCode
|
|
5375
|
-
body
|
|
5373
|
+
headers?: { [key: string]: string };
|
|
5374
|
+
statusCode?: number;
|
|
5375
|
+
body?: ListOperationPlansResponseBody;
|
|
5376
5376
|
static names(): { [key: string]: string } {
|
|
5377
5377
|
return {
|
|
5378
5378
|
headers: 'headers',
|
|
@@ -5482,9 +5482,9 @@ export class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
5482
5482
|
}
|
|
5483
5483
|
|
|
5484
5484
|
export class ListTagResourcesResponse extends $tea.Model {
|
|
5485
|
-
headers
|
|
5486
|
-
statusCode
|
|
5487
|
-
body
|
|
5485
|
+
headers?: { [key: string]: string };
|
|
5486
|
+
statusCode?: number;
|
|
5487
|
+
body?: ListTagResourcesResponseBody;
|
|
5488
5488
|
static names(): { [key: string]: string } {
|
|
5489
5489
|
return {
|
|
5490
5490
|
headers: 'headers',
|
|
@@ -5554,9 +5554,9 @@ export class MigrateClusterResponseBody extends $tea.Model {
|
|
|
5554
5554
|
}
|
|
5555
5555
|
|
|
5556
5556
|
export class MigrateClusterResponse extends $tea.Model {
|
|
5557
|
-
headers
|
|
5558
|
-
statusCode
|
|
5559
|
-
body
|
|
5557
|
+
headers?: { [key: string]: string };
|
|
5558
|
+
statusCode?: number;
|
|
5559
|
+
body?: MigrateClusterResponseBody;
|
|
5560
5560
|
static names(): { [key: string]: string } {
|
|
5561
5561
|
return {
|
|
5562
5562
|
headers: 'headers',
|
|
@@ -5659,9 +5659,9 @@ export class ModifyClusterResponseBody extends $tea.Model {
|
|
|
5659
5659
|
}
|
|
5660
5660
|
|
|
5661
5661
|
export class ModifyClusterResponse extends $tea.Model {
|
|
5662
|
-
headers
|
|
5663
|
-
statusCode
|
|
5664
|
-
body
|
|
5662
|
+
headers?: { [key: string]: string };
|
|
5663
|
+
statusCode?: number;
|
|
5664
|
+
body?: ModifyClusterResponseBody;
|
|
5665
5665
|
static names(): { [key: string]: string } {
|
|
5666
5666
|
return {
|
|
5667
5667
|
headers: 'headers',
|
|
@@ -5703,8 +5703,8 @@ export class ModifyClusterAddonRequest extends $tea.Model {
|
|
|
5703
5703
|
}
|
|
5704
5704
|
|
|
5705
5705
|
export class ModifyClusterAddonResponse extends $tea.Model {
|
|
5706
|
-
headers
|
|
5707
|
-
statusCode
|
|
5706
|
+
headers?: { [key: string]: string };
|
|
5707
|
+
statusCode?: number;
|
|
5708
5708
|
static names(): { [key: string]: string } {
|
|
5709
5709
|
return {
|
|
5710
5710
|
headers: 'headers',
|
|
@@ -5744,8 +5744,8 @@ export class ModifyClusterConfigurationRequest extends $tea.Model {
|
|
|
5744
5744
|
}
|
|
5745
5745
|
|
|
5746
5746
|
export class ModifyClusterConfigurationResponse extends $tea.Model {
|
|
5747
|
-
headers
|
|
5748
|
-
statusCode
|
|
5747
|
+
headers?: { [key: string]: string };
|
|
5748
|
+
statusCode?: number;
|
|
5749
5749
|
static names(): { [key: string]: string } {
|
|
5750
5750
|
return {
|
|
5751
5751
|
headers: 'headers',
|
|
@@ -5831,9 +5831,9 @@ export class ModifyClusterNodePoolResponseBody extends $tea.Model {
|
|
|
5831
5831
|
}
|
|
5832
5832
|
|
|
5833
5833
|
export class ModifyClusterNodePoolResponse extends $tea.Model {
|
|
5834
|
-
headers
|
|
5835
|
-
statusCode
|
|
5836
|
-
body
|
|
5834
|
+
headers?: { [key: string]: string };
|
|
5835
|
+
statusCode?: number;
|
|
5836
|
+
body?: ModifyClusterNodePoolResponseBody;
|
|
5837
5837
|
static names(): { [key: string]: string } {
|
|
5838
5838
|
return {
|
|
5839
5839
|
headers: 'headers',
|
|
@@ -5875,8 +5875,8 @@ export class ModifyClusterTagsRequest extends $tea.Model {
|
|
|
5875
5875
|
}
|
|
5876
5876
|
|
|
5877
5877
|
export class ModifyClusterTagsResponse extends $tea.Model {
|
|
5878
|
-
headers
|
|
5879
|
-
statusCode
|
|
5878
|
+
headers?: { [key: string]: string };
|
|
5879
|
+
statusCode?: number;
|
|
5880
5880
|
static names(): { [key: string]: string } {
|
|
5881
5881
|
return {
|
|
5882
5882
|
headers: 'headers',
|
|
@@ -5944,9 +5944,9 @@ export class ModifyNodePoolNodeConfigResponseBody extends $tea.Model {
|
|
|
5944
5944
|
}
|
|
5945
5945
|
|
|
5946
5946
|
export class ModifyNodePoolNodeConfigResponse extends $tea.Model {
|
|
5947
|
-
headers
|
|
5948
|
-
statusCode
|
|
5949
|
-
body
|
|
5947
|
+
headers?: { [key: string]: string };
|
|
5948
|
+
statusCode?: number;
|
|
5949
|
+
body?: ModifyNodePoolNodeConfigResponseBody;
|
|
5950
5950
|
static names(): { [key: string]: string } {
|
|
5951
5951
|
return {
|
|
5952
5952
|
headers: 'headers',
|
|
@@ -6016,9 +6016,9 @@ export class ModifyPolicyInstanceResponseBody extends $tea.Model {
|
|
|
6016
6016
|
}
|
|
6017
6017
|
|
|
6018
6018
|
export class ModifyPolicyInstanceResponse extends $tea.Model {
|
|
6019
|
-
headers
|
|
6020
|
-
statusCode
|
|
6021
|
-
body
|
|
6019
|
+
headers?: { [key: string]: string };
|
|
6020
|
+
statusCode?: number;
|
|
6021
|
+
body?: ModifyPolicyInstanceResponseBody;
|
|
6022
6022
|
static names(): { [key: string]: string } {
|
|
6023
6023
|
return {
|
|
6024
6024
|
headers: 'headers',
|
|
@@ -6082,9 +6082,9 @@ export class OpenAckServiceResponseBody extends $tea.Model {
|
|
|
6082
6082
|
}
|
|
6083
6083
|
|
|
6084
6084
|
export class OpenAckServiceResponse extends $tea.Model {
|
|
6085
|
-
headers
|
|
6086
|
-
statusCode
|
|
6087
|
-
body
|
|
6085
|
+
headers?: { [key: string]: string };
|
|
6086
|
+
statusCode?: number;
|
|
6087
|
+
body?: OpenAckServiceResponseBody;
|
|
6088
6088
|
static names(): { [key: string]: string } {
|
|
6089
6089
|
return {
|
|
6090
6090
|
headers: 'headers',
|
|
@@ -6107,8 +6107,8 @@ export class OpenAckServiceResponse extends $tea.Model {
|
|
|
6107
6107
|
}
|
|
6108
6108
|
|
|
6109
6109
|
export class PauseClusterUpgradeResponse extends $tea.Model {
|
|
6110
|
-
headers
|
|
6111
|
-
statusCode
|
|
6110
|
+
headers?: { [key: string]: string };
|
|
6111
|
+
statusCode?: number;
|
|
6112
6112
|
static names(): { [key: string]: string } {
|
|
6113
6113
|
return {
|
|
6114
6114
|
headers: 'headers',
|
|
@@ -6129,8 +6129,8 @@ export class PauseClusterUpgradeResponse extends $tea.Model {
|
|
|
6129
6129
|
}
|
|
6130
6130
|
|
|
6131
6131
|
export class PauseComponentUpgradeResponse extends $tea.Model {
|
|
6132
|
-
headers
|
|
6133
|
-
statusCode
|
|
6132
|
+
headers?: { [key: string]: string };
|
|
6133
|
+
statusCode?: number;
|
|
6134
6134
|
static names(): { [key: string]: string } {
|
|
6135
6135
|
return {
|
|
6136
6136
|
headers: 'headers',
|
|
@@ -6151,8 +6151,8 @@ export class PauseComponentUpgradeResponse extends $tea.Model {
|
|
|
6151
6151
|
}
|
|
6152
6152
|
|
|
6153
6153
|
export class PauseTaskResponse extends $tea.Model {
|
|
6154
|
-
headers
|
|
6155
|
-
statusCode
|
|
6154
|
+
headers?: { [key: string]: string };
|
|
6155
|
+
statusCode?: number;
|
|
6156
6156
|
static names(): { [key: string]: string } {
|
|
6157
6157
|
return {
|
|
6158
6158
|
headers: 'headers',
|
|
@@ -6198,8 +6198,8 @@ export class RemoveClusterNodesRequest extends $tea.Model {
|
|
|
6198
6198
|
}
|
|
6199
6199
|
|
|
6200
6200
|
export class RemoveClusterNodesResponse extends $tea.Model {
|
|
6201
|
-
headers
|
|
6202
|
-
statusCode
|
|
6201
|
+
headers?: { [key: string]: string };
|
|
6202
|
+
statusCode?: number;
|
|
6203
6203
|
static names(): { [key: string]: string } {
|
|
6204
6204
|
return {
|
|
6205
6205
|
headers: 'headers',
|
|
@@ -6304,9 +6304,9 @@ export class RemoveNodePoolNodesResponseBody extends $tea.Model {
|
|
|
6304
6304
|
}
|
|
6305
6305
|
|
|
6306
6306
|
export class RemoveNodePoolNodesResponse extends $tea.Model {
|
|
6307
|
-
headers
|
|
6308
|
-
statusCode
|
|
6309
|
-
body
|
|
6307
|
+
headers?: { [key: string]: string };
|
|
6308
|
+
statusCode?: number;
|
|
6309
|
+
body?: RemoveNodePoolNodesResponseBody;
|
|
6310
6310
|
static names(): { [key: string]: string } {
|
|
6311
6311
|
return {
|
|
6312
6312
|
headers: 'headers',
|
|
@@ -6329,8 +6329,8 @@ export class RemoveNodePoolNodesResponse extends $tea.Model {
|
|
|
6329
6329
|
}
|
|
6330
6330
|
|
|
6331
6331
|
export class RemoveWorkflowResponse extends $tea.Model {
|
|
6332
|
-
headers
|
|
6333
|
-
statusCode
|
|
6332
|
+
headers?: { [key: string]: string };
|
|
6333
|
+
statusCode?: number;
|
|
6334
6334
|
static names(): { [key: string]: string } {
|
|
6335
6335
|
return {
|
|
6336
6336
|
headers: 'headers',
|
|
@@ -6395,9 +6395,9 @@ export class RepairClusterNodePoolResponseBody extends $tea.Model {
|
|
|
6395
6395
|
}
|
|
6396
6396
|
|
|
6397
6397
|
export class RepairClusterNodePoolResponse extends $tea.Model {
|
|
6398
|
-
headers
|
|
6399
|
-
statusCode
|
|
6400
|
-
body
|
|
6398
|
+
headers?: { [key: string]: string };
|
|
6399
|
+
statusCode?: number;
|
|
6400
|
+
body?: RepairClusterNodePoolResponseBody;
|
|
6401
6401
|
static names(): { [key: string]: string } {
|
|
6402
6402
|
return {
|
|
6403
6403
|
headers: 'headers',
|
|
@@ -6420,8 +6420,8 @@ export class RepairClusterNodePoolResponse extends $tea.Model {
|
|
|
6420
6420
|
}
|
|
6421
6421
|
|
|
6422
6422
|
export class ResumeComponentUpgradeResponse extends $tea.Model {
|
|
6423
|
-
headers
|
|
6424
|
-
statusCode
|
|
6423
|
+
headers?: { [key: string]: string };
|
|
6424
|
+
statusCode?: number;
|
|
6425
6425
|
static names(): { [key: string]: string } {
|
|
6426
6426
|
return {
|
|
6427
6427
|
headers: 'headers',
|
|
@@ -6442,8 +6442,8 @@ export class ResumeComponentUpgradeResponse extends $tea.Model {
|
|
|
6442
6442
|
}
|
|
6443
6443
|
|
|
6444
6444
|
export class ResumeTaskResponse extends $tea.Model {
|
|
6445
|
-
headers
|
|
6446
|
-
statusCode
|
|
6445
|
+
headers?: { [key: string]: string };
|
|
6446
|
+
statusCode?: number;
|
|
6447
6447
|
static names(): { [key: string]: string } {
|
|
6448
6448
|
return {
|
|
6449
6449
|
headers: 'headers',
|
|
@@ -6464,8 +6464,8 @@ export class ResumeTaskResponse extends $tea.Model {
|
|
|
6464
6464
|
}
|
|
6465
6465
|
|
|
6466
6466
|
export class ResumeUpgradeClusterResponse extends $tea.Model {
|
|
6467
|
-
headers
|
|
6468
|
-
statusCode
|
|
6467
|
+
headers?: { [key: string]: string };
|
|
6468
|
+
statusCode?: number;
|
|
6469
6469
|
static names(): { [key: string]: string } {
|
|
6470
6470
|
return {
|
|
6471
6471
|
headers: 'headers',
|
|
@@ -6530,9 +6530,9 @@ export class RunClusterCheckResponseBody extends $tea.Model {
|
|
|
6530
6530
|
}
|
|
6531
6531
|
|
|
6532
6532
|
export class RunClusterCheckResponse extends $tea.Model {
|
|
6533
|
-
headers
|
|
6534
|
-
statusCode
|
|
6535
|
-
body
|
|
6533
|
+
headers?: { [key: string]: string };
|
|
6534
|
+
statusCode?: number;
|
|
6535
|
+
body?: RunClusterCheckResponseBody;
|
|
6536
6536
|
static names(): { [key: string]: string } {
|
|
6537
6537
|
return {
|
|
6538
6538
|
headers: 'headers',
|
|
@@ -6653,9 +6653,9 @@ export class ScaleClusterResponseBody extends $tea.Model {
|
|
|
6653
6653
|
}
|
|
6654
6654
|
|
|
6655
6655
|
export class ScaleClusterResponse extends $tea.Model {
|
|
6656
|
-
headers
|
|
6657
|
-
statusCode
|
|
6658
|
-
body
|
|
6656
|
+
headers?: { [key: string]: string };
|
|
6657
|
+
statusCode?: number;
|
|
6658
|
+
body?: ScaleClusterResponseBody;
|
|
6659
6659
|
static names(): { [key: string]: string } {
|
|
6660
6660
|
return {
|
|
6661
6661
|
headers: 'headers',
|
|
@@ -6716,9 +6716,9 @@ export class ScaleClusterNodePoolResponseBody extends $tea.Model {
|
|
|
6716
6716
|
}
|
|
6717
6717
|
|
|
6718
6718
|
export class ScaleClusterNodePoolResponse extends $tea.Model {
|
|
6719
|
-
headers
|
|
6720
|
-
statusCode
|
|
6721
|
-
body
|
|
6719
|
+
headers?: { [key: string]: string };
|
|
6720
|
+
statusCode?: number;
|
|
6721
|
+
body?: ScaleClusterNodePoolResponseBody;
|
|
6722
6722
|
static names(): { [key: string]: string } {
|
|
6723
6723
|
return {
|
|
6724
6724
|
headers: 'headers',
|
|
@@ -6845,9 +6845,9 @@ export class ScaleOutClusterResponseBody extends $tea.Model {
|
|
|
6845
6845
|
}
|
|
6846
6846
|
|
|
6847
6847
|
export class ScaleOutClusterResponse extends $tea.Model {
|
|
6848
|
-
headers
|
|
6849
|
-
statusCode
|
|
6850
|
-
body
|
|
6848
|
+
headers?: { [key: string]: string };
|
|
6849
|
+
statusCode?: number;
|
|
6850
|
+
body?: ScaleOutClusterResponseBody;
|
|
6851
6851
|
static names(): { [key: string]: string } {
|
|
6852
6852
|
return {
|
|
6853
6853
|
headers: 'headers',
|
|
@@ -6892,9 +6892,9 @@ export class ScanClusterVulsResponseBody extends $tea.Model {
|
|
|
6892
6892
|
}
|
|
6893
6893
|
|
|
6894
6894
|
export class ScanClusterVulsResponse extends $tea.Model {
|
|
6895
|
-
headers
|
|
6896
|
-
statusCode
|
|
6897
|
-
body
|
|
6895
|
+
headers?: { [key: string]: string };
|
|
6896
|
+
statusCode?: number;
|
|
6897
|
+
body?: ScanClusterVulsResponseBody;
|
|
6898
6898
|
static names(): { [key: string]: string } {
|
|
6899
6899
|
return {
|
|
6900
6900
|
headers: 'headers',
|
|
@@ -6939,9 +6939,9 @@ export class StartAlertResponseBody extends $tea.Model {
|
|
|
6939
6939
|
}
|
|
6940
6940
|
|
|
6941
6941
|
export class StartAlertResponse extends $tea.Model {
|
|
6942
|
-
headers
|
|
6943
|
-
statusCode
|
|
6944
|
-
body
|
|
6942
|
+
headers?: { [key: string]: string };
|
|
6943
|
+
statusCode?: number;
|
|
6944
|
+
body?: StartAlertResponseBody;
|
|
6945
6945
|
static names(): { [key: string]: string } {
|
|
6946
6946
|
return {
|
|
6947
6947
|
headers: 'headers',
|
|
@@ -7056,9 +7056,9 @@ export class StartWorkflowResponseBody extends $tea.Model {
|
|
|
7056
7056
|
}
|
|
7057
7057
|
|
|
7058
7058
|
export class StartWorkflowResponse extends $tea.Model {
|
|
7059
|
-
headers
|
|
7060
|
-
statusCode
|
|
7061
|
-
body
|
|
7059
|
+
headers?: { [key: string]: string };
|
|
7060
|
+
statusCode?: number;
|
|
7061
|
+
body?: StartWorkflowResponseBody;
|
|
7062
7062
|
static names(): { [key: string]: string } {
|
|
7063
7063
|
return {
|
|
7064
7064
|
headers: 'headers',
|
|
@@ -7103,9 +7103,9 @@ export class StopAlertResponseBody extends $tea.Model {
|
|
|
7103
7103
|
}
|
|
7104
7104
|
|
|
7105
7105
|
export class StopAlertResponse extends $tea.Model {
|
|
7106
|
-
headers
|
|
7107
|
-
statusCode
|
|
7108
|
-
body
|
|
7106
|
+
headers?: { [key: string]: string };
|
|
7107
|
+
statusCode?: number;
|
|
7108
|
+
body?: StopAlertResponseBody;
|
|
7109
7109
|
static names(): { [key: string]: string } {
|
|
7110
7110
|
return {
|
|
7111
7111
|
headers: 'headers',
|
|
@@ -7147,9 +7147,9 @@ export class SyncClusterNodePoolResponseBody extends $tea.Model {
|
|
|
7147
7147
|
}
|
|
7148
7148
|
|
|
7149
7149
|
export class SyncClusterNodePoolResponse extends $tea.Model {
|
|
7150
|
-
headers
|
|
7151
|
-
statusCode
|
|
7152
|
-
body
|
|
7150
|
+
headers?: { [key: string]: string };
|
|
7151
|
+
statusCode?: number;
|
|
7152
|
+
body?: SyncClusterNodePoolResponseBody;
|
|
7153
7153
|
static names(): { [key: string]: string } {
|
|
7154
7154
|
return {
|
|
7155
7155
|
headers: 'headers',
|
|
@@ -7219,9 +7219,9 @@ export class TagResourcesResponseBody extends $tea.Model {
|
|
|
7219
7219
|
}
|
|
7220
7220
|
|
|
7221
7221
|
export class TagResourcesResponse extends $tea.Model {
|
|
7222
|
-
headers
|
|
7223
|
-
statusCode
|
|
7224
|
-
body
|
|
7222
|
+
headers?: { [key: string]: string };
|
|
7223
|
+
statusCode?: number;
|
|
7224
|
+
body?: TagResourcesResponseBody;
|
|
7225
7225
|
static names(): { [key: string]: string } {
|
|
7226
7226
|
return {
|
|
7227
7227
|
headers: 'headers',
|
|
@@ -7263,8 +7263,8 @@ export class UnInstallClusterAddonsRequest extends $tea.Model {
|
|
|
7263
7263
|
}
|
|
7264
7264
|
|
|
7265
7265
|
export class UnInstallClusterAddonsResponse extends $tea.Model {
|
|
7266
|
-
headers
|
|
7267
|
-
statusCode
|
|
7266
|
+
headers?: { [key: string]: string };
|
|
7267
|
+
statusCode?: number;
|
|
7268
7268
|
static names(): { [key: string]: string } {
|
|
7269
7269
|
return {
|
|
7270
7270
|
headers: 'headers',
|
|
@@ -7366,9 +7366,9 @@ export class UntagResourcesResponseBody extends $tea.Model {
|
|
|
7366
7366
|
}
|
|
7367
7367
|
|
|
7368
7368
|
export class UntagResourcesResponse extends $tea.Model {
|
|
7369
|
-
headers
|
|
7370
|
-
statusCode
|
|
7371
|
-
body
|
|
7369
|
+
headers?: { [key: string]: string };
|
|
7370
|
+
statusCode?: number;
|
|
7371
|
+
body?: UntagResourcesResponseBody;
|
|
7372
7372
|
static names(): { [key: string]: string } {
|
|
7373
7373
|
return {
|
|
7374
7374
|
headers: 'headers',
|
|
@@ -7391,8 +7391,8 @@ export class UntagResourcesResponse extends $tea.Model {
|
|
|
7391
7391
|
}
|
|
7392
7392
|
|
|
7393
7393
|
export class UpdateContactGroupForAlertResponse extends $tea.Model {
|
|
7394
|
-
headers
|
|
7395
|
-
statusCode
|
|
7394
|
+
headers?: { [key: string]: string };
|
|
7395
|
+
statusCode?: number;
|
|
7396
7396
|
static names(): { [key: string]: string } {
|
|
7397
7397
|
return {
|
|
7398
7398
|
headers: 'headers',
|
|
@@ -7466,9 +7466,9 @@ export class UpdateControlPlaneLogResponseBody extends $tea.Model {
|
|
|
7466
7466
|
}
|
|
7467
7467
|
|
|
7468
7468
|
export class UpdateControlPlaneLogResponse extends $tea.Model {
|
|
7469
|
-
headers
|
|
7470
|
-
statusCode
|
|
7471
|
-
body
|
|
7469
|
+
headers?: { [key: string]: string };
|
|
7470
|
+
statusCode?: number;
|
|
7471
|
+
body?: UpdateControlPlaneLogResponseBody;
|
|
7472
7472
|
static names(): { [key: string]: string } {
|
|
7473
7473
|
return {
|
|
7474
7474
|
headers: 'headers',
|
|
@@ -7513,8 +7513,8 @@ export class UpdateK8sClusterUserConfigExpireRequest extends $tea.Model {
|
|
|
7513
7513
|
}
|
|
7514
7514
|
|
|
7515
7515
|
export class UpdateK8sClusterUserConfigExpireResponse extends $tea.Model {
|
|
7516
|
-
headers
|
|
7517
|
-
statusCode
|
|
7516
|
+
headers?: { [key: string]: string };
|
|
7517
|
+
statusCode?: number;
|
|
7518
7518
|
static names(): { [key: string]: string } {
|
|
7519
7519
|
return {
|
|
7520
7520
|
headers: 'headers',
|
|
@@ -7566,8 +7566,8 @@ export class UpdateTemplateRequest extends $tea.Model {
|
|
|
7566
7566
|
}
|
|
7567
7567
|
|
|
7568
7568
|
export class UpdateTemplateResponse extends $tea.Model {
|
|
7569
|
-
headers
|
|
7570
|
-
statusCode
|
|
7569
|
+
headers?: { [key: string]: string };
|
|
7570
|
+
statusCode?: number;
|
|
7571
7571
|
static names(): { [key: string]: string } {
|
|
7572
7572
|
return {
|
|
7573
7573
|
headers: 'headers',
|
|
@@ -7641,9 +7641,9 @@ export class UpgradeClusterResponseBody extends $tea.Model {
|
|
|
7641
7641
|
}
|
|
7642
7642
|
|
|
7643
7643
|
export class UpgradeClusterResponse extends $tea.Model {
|
|
7644
|
-
headers
|
|
7645
|
-
statusCode
|
|
7646
|
-
body
|
|
7644
|
+
headers?: { [key: string]: string };
|
|
7645
|
+
statusCode?: number;
|
|
7646
|
+
body?: UpgradeClusterResponseBody;
|
|
7647
7647
|
static names(): { [key: string]: string } {
|
|
7648
7648
|
return {
|
|
7649
7649
|
headers: 'headers',
|
|
@@ -7685,8 +7685,8 @@ export class UpgradeClusterAddonsRequest extends $tea.Model {
|
|
|
7685
7685
|
}
|
|
7686
7686
|
|
|
7687
7687
|
export class UpgradeClusterAddonsResponse extends $tea.Model {
|
|
7688
|
-
headers
|
|
7689
|
-
statusCode
|
|
7688
|
+
headers?: { [key: string]: string };
|
|
7689
|
+
statusCode?: number;
|
|
7690
7690
|
static names(): { [key: string]: string } {
|
|
7691
7691
|
return {
|
|
7692
7692
|
headers: 'headers',
|
|
@@ -7711,12 +7711,14 @@ export class UpgradeClusterNodepoolRequest extends $tea.Model {
|
|
|
7711
7711
|
kubernetesVersion?: string;
|
|
7712
7712
|
runtimeType?: string;
|
|
7713
7713
|
runtimeVersion?: string;
|
|
7714
|
+
useReplace?: boolean;
|
|
7714
7715
|
static names(): { [key: string]: string } {
|
|
7715
7716
|
return {
|
|
7716
7717
|
imageId: 'image_id',
|
|
7717
7718
|
kubernetesVersion: 'kubernetes_version',
|
|
7718
7719
|
runtimeType: 'runtime_type',
|
|
7719
7720
|
runtimeVersion: 'runtime_version',
|
|
7721
|
+
useReplace: 'use_replace',
|
|
7720
7722
|
};
|
|
7721
7723
|
}
|
|
7722
7724
|
|
|
@@ -7726,6 +7728,7 @@ export class UpgradeClusterNodepoolRequest extends $tea.Model {
|
|
|
7726
7728
|
kubernetesVersion: 'string',
|
|
7727
7729
|
runtimeType: 'string',
|
|
7728
7730
|
runtimeVersion: 'string',
|
|
7731
|
+
useReplace: 'boolean',
|
|
7729
7732
|
};
|
|
7730
7733
|
}
|
|
7731
7734
|
|
|
@@ -7757,9 +7760,9 @@ export class UpgradeClusterNodepoolResponseBody extends $tea.Model {
|
|
|
7757
7760
|
}
|
|
7758
7761
|
|
|
7759
7762
|
export class UpgradeClusterNodepoolResponse extends $tea.Model {
|
|
7760
|
-
headers
|
|
7761
|
-
statusCode
|
|
7762
|
-
body
|
|
7763
|
+
headers?: { [key: string]: string };
|
|
7764
|
+
statusCode?: number;
|
|
7765
|
+
body?: UpgradeClusterNodepoolResponseBody;
|
|
7763
7766
|
static names(): { [key: string]: string } {
|
|
7764
7767
|
return {
|
|
7765
7768
|
headers: 'headers',
|
|
@@ -14159,7 +14162,7 @@ export default class Client extends OpenApi {
|
|
|
14159
14162
|
action: "DeleteTrigger",
|
|
14160
14163
|
version: "2015-12-15",
|
|
14161
14164
|
protocol: "HTTPS",
|
|
14162
|
-
pathname: `/clusters
|
|
14165
|
+
pathname: `/clusters/${OpenApiUtil.getEncodeParam(clusterId)}/triggers/${OpenApiUtil.getEncodeParam(Id)}`,
|
|
14163
14166
|
method: "DELETE",
|
|
14164
14167
|
authType: "AK",
|
|
14165
14168
|
style: "ROA",
|
|
@@ -17975,6 +17978,10 @@ export default class Client extends OpenApi {
|
|
|
17975
17978
|
body["runtime_version"] = request.runtimeVersion;
|
|
17976
17979
|
}
|
|
17977
17980
|
|
|
17981
|
+
if (!Util.isUnset(request.useReplace)) {
|
|
17982
|
+
body["use_replace"] = request.useReplace;
|
|
17983
|
+
}
|
|
17984
|
+
|
|
17978
17985
|
let req = new $OpenApi.OpenApiRequest({
|
|
17979
17986
|
headers: headers,
|
|
17980
17987
|
body: OpenApiUtil.parseToMap(body),
|