@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/cs20151215",
3
- "version": "4.7.9",
3
+ "version": "4.7.10",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -1105,6 +1105,13 @@ export class CancelComponentUpgradeResponse extends $tea.Model {
1105
1105
  }
1106
1106
 
1107
1107
  export class CancelOperationPlanResponseBody extends $tea.Model {
1108
+ /**
1109
+ * @remarks
1110
+ * The request ID.
1111
+ *
1112
+ * @example
1113
+ * db82195b-75a8-40e5-9be4-16f1829dc624
1114
+ */
1108
1115
  requestId?: string;
1109
1116
  static names(): { [key: string]: string } {
1110
1117
  return {
@@ -4328,6 +4335,9 @@ export class DeleteClusterNodepoolResponseBody extends $tea.Model {
4328
4335
  */
4329
4336
  requestId?: string;
4330
4337
  /**
4338
+ * @remarks
4339
+ * task IDs
4340
+ *
4331
4341
  * @example
4332
4342
  * T-655ace947e0e6603af000004
4333
4343
  */
@@ -23091,6 +23101,26 @@ export class DescribePolicyInstancesResponseBody extends $tea.Model {
23091
23101
  * deny
23092
23102
  */
23093
23103
  policyAction?: string;
23104
+ /**
23105
+ * @deprecated
23106
+ */
23107
+ created?: string;
23108
+ /**
23109
+ * @deprecated
23110
+ */
23111
+ updated?: string;
23112
+ /**
23113
+ * @deprecated
23114
+ */
23115
+ resourceId?: string;
23116
+ /**
23117
+ * @deprecated
23118
+ */
23119
+ totalViolations?: number;
23120
+ /**
23121
+ * @deprecated
23122
+ */
23123
+ isDeleted?: number;
23094
23124
  static names(): { [key: string]: string } {
23095
23125
  return {
23096
23126
  aliUid: 'ali_uid',
@@ -23103,6 +23133,11 @@ export class DescribePolicyInstancesResponseBody extends $tea.Model {
23103
23133
  policySeverity: 'policy_severity',
23104
23134
  policyScope: 'policy_scope',
23105
23135
  policyAction: 'policy_action',
23136
+ created: 'Created',
23137
+ updated: 'Updated',
23138
+ resourceId: 'resource_id',
23139
+ totalViolations: 'total_violations',
23140
+ isDeleted: 'is_deleted',
23106
23141
  };
23107
23142
  }
23108
23143
 
@@ -23118,6 +23153,11 @@ export class DescribePolicyInstancesResponseBody extends $tea.Model {
23118
23153
  policySeverity: 'string',
23119
23154
  policyScope: 'string',
23120
23155
  policyAction: 'string',
23156
+ created: 'string',
23157
+ updated: 'string',
23158
+ resourceId: 'string',
23159
+ totalViolations: 'number',
23160
+ isDeleted: 'number',
23121
23161
  };
23122
23162
  }
23123
23163
 
@@ -27290,7 +27330,7 @@ export default class Client extends OpenApi {
27290
27330
  }
27291
27331
 
27292
27332
  /**
27293
- * You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\&M plan.
27333
+ * You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\\\\\\\&M plan.
27294
27334
  *
27295
27335
  * @param headers - map
27296
27336
  * @param runtime - runtime options for this request RuntimeOptions
@@ -27315,7 +27355,7 @@ export default class Client extends OpenApi {
27315
27355
  }
27316
27356
 
27317
27357
  /**
27318
- * You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\&M plan.
27358
+ * You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\\\\\\\&M plan.
27319
27359
  * @returns CancelOperationPlanResponse
27320
27360
  */
27321
27361
  async cancelOperationPlan(planId: string): Promise<CancelOperationPlanResponse> {
@@ -28637,7 +28677,7 @@ export default class Client extends OpenApi {
28637
28677
  }
28638
28678
 
28639
28679
  /**
28640
- * You can call the DeleteClusterNodepool operation to delete a node pool by node pool ID.
28680
+ * null
28641
28681
  *
28642
28682
  * @param request - DeleteClusterNodepoolRequest
28643
28683
  * @param headers - map
@@ -28670,7 +28710,7 @@ export default class Client extends OpenApi {
28670
28710
  }
28671
28711
 
28672
28712
  /**
28673
- * You can call the DeleteClusterNodepool operation to delete a node pool by node pool ID.
28713
+ * null
28674
28714
  *
28675
28715
  * @param request - DeleteClusterNodepoolRequest
28676
28716
  * @returns DeleteClusterNodepoolResponse