aws-cdk 2.1017.1 → 2.1018.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-05-30T08:20:49Z by generate.sh",
3
- "commit": "60506e5"
2
+ "comment": "Generated at 2025-06-05T08:54:07Z by generate.sh",
3
+ "commit": "e629e30"
4
4
  }
package/db.json.gz CHANGED
Binary file
@@ -118,20 +118,20 @@ export declare class CdkToolkit {
118
118
  /**
119
119
  * Bootstrap the CDK Toolkit stack in the accounts used by the specified stack(s).
120
120
  *
121
- * @param userEnvironmentSpecs environment names that need to have toolkit support
121
+ * @param userEnvironmentSpecs - environment names that need to have toolkit support
122
122
  * provisioned, as a glob filter. If none is provided, all stacks are implicitly selected.
123
- * @param options The name, role ARN, bootstrapping parameters, etc. to be used for the CDK Toolkit stack.
123
+ * @param options - The name, role ARN, bootstrapping parameters, etc. to be used for the CDK Toolkit stack.
124
124
  */
125
125
  bootstrap(userEnvironmentSpecs: string[], options: BootstrapEnvironmentOptions): Promise<void>;
126
126
  /**
127
127
  * Garbage collects assets from a CDK app's environment
128
- * @param options Options for Garbage Collection
128
+ * @param options - Options for Garbage Collection
129
129
  */
130
130
  garbageCollect(userEnvironmentSpecs: string[], options: GarbageCollectionOptions): Promise<void>;
131
131
  private defineEnvironments;
132
132
  /**
133
133
  * Migrates a CloudFormation stack/template to a CDK app
134
- * @param options Options for CDK app creation
134
+ * @param options - Options for CDK app creation
135
135
  */
136
136
  migrate(options: MigrateOptions): Promise<void>;
137
137
  refactor(options: RefactorOptions): Promise<number>;