aws-cdk 2.1019.2 → 2.1020.0

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/build-info.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "comment": "Generated at 2025-06-25T09:02:13Z by generate.sh",
3
- "commit": "c29855e"
2
+ "comment": "Generated at 2025-07-01T07:57:12Z by generate.sh",
3
+ "commit": "3b4d18e"
4
4
  }
package/db.json.gz CHANGED
Binary file
@@ -87,6 +87,7 @@ export declare class CdkToolkit {
87
87
  constructor(props: CdkToolkitProps);
88
88
  metadata(stackName: string, json: boolean): Promise<void>;
89
89
  acknowledge(noticeId: string): Promise<void>;
90
+ cliTelemetry(enable: boolean): Promise<void>;
90
91
  diff(options: DiffOptions): Promise<number>;
91
92
  deploy(options: DeployOptions): Promise<void>;
92
93
  /**