@alicloud/cs20151215 4.7.9 → 4.7.10
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 +34 -4
- package/dist/client.js +14 -4
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +44 -4
package/dist/client.d.ts
CHANGED
|
@@ -812,6 +812,13 @@ export declare class CancelComponentUpgradeResponse extends $tea.Model {
|
|
|
812
812
|
});
|
|
813
813
|
}
|
|
814
814
|
export declare class CancelOperationPlanResponseBody extends $tea.Model {
|
|
815
|
+
/**
|
|
816
|
+
* @remarks
|
|
817
|
+
* The request ID.
|
|
818
|
+
*
|
|
819
|
+
* @example
|
|
820
|
+
* db82195b-75a8-40e5-9be4-16f1829dc624
|
|
821
|
+
*/
|
|
815
822
|
requestId?: string;
|
|
816
823
|
static names(): {
|
|
817
824
|
[key: string]: string;
|
|
@@ -3351,6 +3358,9 @@ export declare class DeleteClusterNodepoolResponseBody extends $tea.Model {
|
|
|
3351
3358
|
*/
|
|
3352
3359
|
requestId?: string;
|
|
3353
3360
|
/**
|
|
3361
|
+
* @remarks
|
|
3362
|
+
* task IDs
|
|
3363
|
+
*
|
|
3354
3364
|
* @example
|
|
3355
3365
|
* T-655ace947e0e6603af000004
|
|
3356
3366
|
*/
|
|
@@ -17464,6 +17474,26 @@ export declare class DescribePolicyInstancesResponseBody extends $tea.Model {
|
|
|
17464
17474
|
* deny
|
|
17465
17475
|
*/
|
|
17466
17476
|
policyAction?: string;
|
|
17477
|
+
/**
|
|
17478
|
+
* @deprecated
|
|
17479
|
+
*/
|
|
17480
|
+
created?: string;
|
|
17481
|
+
/**
|
|
17482
|
+
* @deprecated
|
|
17483
|
+
*/
|
|
17484
|
+
updated?: string;
|
|
17485
|
+
/**
|
|
17486
|
+
* @deprecated
|
|
17487
|
+
*/
|
|
17488
|
+
resourceId?: string;
|
|
17489
|
+
/**
|
|
17490
|
+
* @deprecated
|
|
17491
|
+
*/
|
|
17492
|
+
totalViolations?: number;
|
|
17493
|
+
/**
|
|
17494
|
+
* @deprecated
|
|
17495
|
+
*/
|
|
17496
|
+
isDeleted?: number;
|
|
17467
17497
|
static names(): {
|
|
17468
17498
|
[key: string]: string;
|
|
17469
17499
|
};
|
|
@@ -20597,7 +20627,7 @@ export default class Client extends OpenApi {
|
|
|
20597
20627
|
*/
|
|
20598
20628
|
cancelComponentUpgrade(clusterId: string, componentId: string): Promise<CancelComponentUpgradeResponse>;
|
|
20599
20629
|
/**
|
|
20600
|
-
* You can call the CancelOperationPlan operation to cancel a pending auto O
|
|
20630
|
+
* You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\\\\\\\&M plan.
|
|
20601
20631
|
*
|
|
20602
20632
|
* @param headers - map
|
|
20603
20633
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -20607,7 +20637,7 @@ export default class Client extends OpenApi {
|
|
|
20607
20637
|
[key: string]: string;
|
|
20608
20638
|
}, runtime: $Util.RuntimeOptions): Promise<CancelOperationPlanResponse>;
|
|
20609
20639
|
/**
|
|
20610
|
-
* You can call the CancelOperationPlan operation to cancel a pending auto O
|
|
20640
|
+
* You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\\\\\\\&M plan.
|
|
20611
20641
|
* @returns CancelOperationPlanResponse
|
|
20612
20642
|
*/
|
|
20613
20643
|
cancelOperationPlan(planId: string): Promise<CancelOperationPlanResponse>;
|
|
@@ -20934,7 +20964,7 @@ export default class Client extends OpenApi {
|
|
|
20934
20964
|
*/
|
|
20935
20965
|
deleteCluster(ClusterId: string, request: DeleteClusterRequest): Promise<DeleteClusterResponse>;
|
|
20936
20966
|
/**
|
|
20937
|
-
*
|
|
20967
|
+
* null
|
|
20938
20968
|
*
|
|
20939
20969
|
* @param request - DeleteClusterNodepoolRequest
|
|
20940
20970
|
* @param headers - map
|
|
@@ -20945,7 +20975,7 @@ export default class Client extends OpenApi {
|
|
|
20945
20975
|
[key: string]: string;
|
|
20946
20976
|
}, runtime: $Util.RuntimeOptions): Promise<DeleteClusterNodepoolResponse>;
|
|
20947
20977
|
/**
|
|
20948
|
-
*
|
|
20978
|
+
* null
|
|
20949
20979
|
*
|
|
20950
20980
|
* @param request - DeleteClusterNodepoolRequest
|
|
20951
20981
|
* @returns DeleteClusterNodepoolResponse
|
package/dist/client.js
CHANGED
|
@@ -9937,6 +9937,11 @@ class DescribePolicyInstancesResponseBody extends $tea.Model {
|
|
|
9937
9937
|
policySeverity: 'policy_severity',
|
|
9938
9938
|
policyScope: 'policy_scope',
|
|
9939
9939
|
policyAction: 'policy_action',
|
|
9940
|
+
created: 'Created',
|
|
9941
|
+
updated: 'Updated',
|
|
9942
|
+
resourceId: 'resource_id',
|
|
9943
|
+
totalViolations: 'total_violations',
|
|
9944
|
+
isDeleted: 'is_deleted',
|
|
9940
9945
|
};
|
|
9941
9946
|
}
|
|
9942
9947
|
static types() {
|
|
@@ -9951,6 +9956,11 @@ class DescribePolicyInstancesResponseBody extends $tea.Model {
|
|
|
9951
9956
|
policySeverity: 'string',
|
|
9952
9957
|
policyScope: 'string',
|
|
9953
9958
|
policyAction: 'string',
|
|
9959
|
+
created: 'string',
|
|
9960
|
+
updated: 'string',
|
|
9961
|
+
resourceId: 'string',
|
|
9962
|
+
totalViolations: 'number',
|
|
9963
|
+
isDeleted: 'number',
|
|
9954
9964
|
};
|
|
9955
9965
|
}
|
|
9956
9966
|
constructor(map) {
|
|
@@ -11591,7 +11601,7 @@ class Client extends openapi_client_1.default {
|
|
|
11591
11601
|
return await this.cancelComponentUpgradeWithOptions(clusterId, componentId, headers, runtime);
|
|
11592
11602
|
}
|
|
11593
11603
|
/**
|
|
11594
|
-
* You can call the CancelOperationPlan operation to cancel a pending auto O
|
|
11604
|
+
* You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\\\\\\\&M plan.
|
|
11595
11605
|
*
|
|
11596
11606
|
* @param headers - map
|
|
11597
11607
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11615,7 +11625,7 @@ class Client extends openapi_client_1.default {
|
|
|
11615
11625
|
return $tea.cast(await this.callApi(params, req, runtime), new CancelOperationPlanResponse({}));
|
|
11616
11626
|
}
|
|
11617
11627
|
/**
|
|
11618
|
-
* You can call the CancelOperationPlan operation to cancel a pending auto O
|
|
11628
|
+
* You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\\\\\\\&M plan.
|
|
11619
11629
|
* @returns CancelOperationPlanResponse
|
|
11620
11630
|
*/
|
|
11621
11631
|
async cancelOperationPlan(planId) {
|
|
@@ -12749,7 +12759,7 @@ class Client extends openapi_client_1.default {
|
|
|
12749
12759
|
return await this.deleteClusterWithOptions(ClusterId, request, headers, runtime);
|
|
12750
12760
|
}
|
|
12751
12761
|
/**
|
|
12752
|
-
*
|
|
12762
|
+
* null
|
|
12753
12763
|
*
|
|
12754
12764
|
* @param request - DeleteClusterNodepoolRequest
|
|
12755
12765
|
* @param headers - map
|
|
@@ -12780,7 +12790,7 @@ class Client extends openapi_client_1.default {
|
|
|
12780
12790
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteClusterNodepoolResponse({}));
|
|
12781
12791
|
}
|
|
12782
12792
|
/**
|
|
12783
|
-
*
|
|
12793
|
+
* null
|
|
12784
12794
|
*
|
|
12785
12795
|
* @param request - DeleteClusterNodepoolRequest
|
|
12786
12796
|
* @returns DeleteClusterNodepoolResponse
|