Skip to content

Commit 3b28c50

Browse files
authored
chore(kinesisfirehose-alpha): set module and destinations module to developer preview (#31952)
### Description of changes Set maturity for `aws-kinesisfirehose-alpha` and `aws-kinesisfirehose-destinations-alpha` module to `developer-preview`. Note: These two modules will be combined when officially stabilized into the `aws-cdk-lib/aws-kinesisfirehose` module which will be RENAMED to `aws-firehose`. ### Checklist - [s] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent a235a9f commit 3b28c50

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

packages/@aws-cdk/aws-kinesisfirehose-alpha/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Amazon Data Firehose Construct Library
2-
32
<!--BEGIN STABILITY BANNER-->
43

54
---
65

7-
![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)
6+
![cdk-constructs: Developer Preview](https://img.shields.io/badge/cdk--constructs-developer--preview-informational.svg?style=for-the-badge)
87

9-
> The APIs of higher level constructs in this module are experimental and under active development.
10-
> They are subject to non-backward compatible changes or removal in any future version. These are
11-
> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be
12-
> announced in the release notes. This means that while you may use them, you may need to update
13-
> your source code when upgrading to a newer version of this package.
8+
> The APIs of higher level constructs in this module are in **developer preview** before they
9+
> become stable. We will only make breaking changes to address unforeseen API issues. Therefore,
10+
> these APIs are not subject to [Semantic Versioning](https://semver.org/), and breaking changes
11+
> will be announced in release notes. This means that while you may use them, you may need to
12+
> update your source code when upgrading to a newer version of this package.
1413
1514
---
1615

1716
<!--END STABILITY BANNER-->
1817

18+
1919
[Amazon Data Firehose](https://docs.aws.amazon.com/firehose/latest/dev/what-is-this-service.html), [formerly known as Amazon Kinesis Data Firehose](https://aws.amazon.com/about-aws/whats-new/2024/02/amazon-data-firehose-formerly-kinesis-data-firehose/),
2020
is a service for fully-managed delivery of real-time streaming data to storage services
2121
such as Amazon S3, Amazon Redshift, Amazon Elasticsearch, Splunk, or any custom HTTP

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"node": ">= 14.15.0"
100100
},
101101
"stability": "experimental",
102-
"maturity": "experimental",
102+
"maturity": "developer-preview",
103103
"awscdkio": {
104104
"announce": false
105105
},

packages/@aws-cdk/aws-kinesisfirehose-destinations-alpha/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
---
55

6-
![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)
6+
![cdk-constructs: Developer Preview](https://img.shields.io/badge/cdk--constructs-developer--preview-informational.svg?style=for-the-badge)
77

8-
> The APIs of higher level constructs in this module are experimental and under active development.
9-
> They are subject to non-backward compatible changes or removal in any future version. These are
10-
> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be
11-
> announced in the release notes. This means that while you may use them, you may need to update
12-
> your source code when upgrading to a newer version of this package.
8+
> The APIs of higher level constructs in this module are in **developer preview** before they
9+
> become stable. We will only make breaking changes to address unforeseen API issues. Therefore,
10+
> these APIs are not subject to [Semantic Versioning](https://semver.org/), and breaking changes
11+
> will be announced in release notes. This means that while you may use them, you may need to
12+
> update your source code when upgrading to a newer version of this package.
1313
1414
---
1515

packages/@aws-cdk/aws-kinesisfirehose-destinations-alpha/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"node": ">= 14.15.0"
9696
},
9797
"stability": "experimental",
98-
"maturity": "experimental",
98+
"maturity": "developer-preview",
9999
"awscdkio": {
100100
"announce": false
101101
},

0 commit comments

Comments
 (0)