@alicloud/cs20151215 4.7.1 → 4.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/cs20151215",
3
- "version": "4.7.1",
3
+ "version": "4.7.2",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -9337,6 +9337,7 @@ export class GetClusterAddonInstanceResponse extends $tea.Model {
9337
9337
  }
9338
9338
 
9339
9339
  export class GetClusterAuditProjectResponseBody extends $tea.Model {
9340
+ auditEnabled?: boolean;
9340
9341
  /**
9341
9342
  * @example
9342
9343
  * k8s-log-cad1230511cbb4db4a488e58518******
@@ -9344,12 +9345,14 @@ export class GetClusterAuditProjectResponseBody extends $tea.Model {
9344
9345
  slsProjectName?: string;
9345
9346
  static names(): { [key: string]: string } {
9346
9347
  return {
9348
+ auditEnabled: 'audit_enabled',
9347
9349
  slsProjectName: 'sls_project_name',
9348
9350
  };
9349
9351
  }
9350
9352
 
9351
9353
  static types(): { [key: string]: any } {
9352
9354
  return {
9355
+ auditEnabled: 'boolean',
9353
9356
  slsProjectName: 'string',
9354
9357
  };
9355
9358
  }