Skip to content

Commit 4b1e0be

Browse files
authored
chore: rename aws-kinesisfirehose → aws-kinesisfirehose-alpha (#25054)
This PR is part of a refactor to make all directory names equal to the package name of the package inside it. It is a re-roll of #24930, but split into parts (one PR per package), so that we will cut down on merge conflicts. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 27118ff commit 4b1e0be

33 files changed

+5
-5
lines changed

packages/@aws-cdk/aws-kinesisfirehose/package.json renamed to packages/@aws-cdk/aws-kinesisfirehose-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"repository": {
4646
"type": "git",
4747
"url": "https://github.com/aws/aws-cdk.git",
48-
"directory": "packages/@aws-cdk/aws-kinesisfirehose"
48+
"directory": "packages/@aws-cdk/aws-kinesisfirehose-alpha"
4949
},
5050
"scripts": {
5151
"build": "cdk-build",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
To allow rewriting imports when generating v2 experimental packages, `CfnDeliveryStream` must be imported by name and separate from non-L1 imports, since it is being imported from an experimental package: @aws-cdk/aws-kinesisfirehose
1+
To allow rewriting imports when generating v2 experimental packages, `CfnDeliveryStream` must be imported by name and separate from non-L1 imports, since it is being imported from an experimental package: @aws-cdk/aws-kinesisfirehose-alpha
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import * as firehose from '@aws-cdk/aws-kinesisfirehose';
1+
import * as firehose from '@aws-cdk/aws-kinesisfirehose-alpha';
22

33
const x = new firehose.CfnDeliveryStream(scope, 'id');
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
To allow rewriting imports when generating v2 experimental packages, `CfnTable` must be imported by name from its specific .generated location.
2-
To allow rewriting imports when generating v2 experimental packages, `CfnDeliveryStream` must be imported by name and separate from non-L1 imports, since it is being imported from an experimental package: @aws-cdk/aws-kinesisfirehose
2+
To allow rewriting imports when generating v2 experimental packages, `CfnDeliveryStream` must be imported by name and separate from non-L1 imports, since it is being imported from an experimental package: @aws-cdk/aws-kinesisfirehose-alpha

tools/@aws-cdk/eslint-plugin/test/rules/fixtures/invalid-cfn-imports/reference-cfn-construct-on-barrel-import.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as firehose from '@aws-cdk/aws-kinesisfirehose';
1+
import * as firehose from '@aws-cdk/aws-kinesisfirehose-alpha';
22
import * as glue from '../lib';
33

44
let x: firehose.CfnDeliveryStream.CloudWatchLoggingOptionsProperty;

0 commit comments

Comments
 (0)