Skip to content

Commit 2cfd367

Browse files
author
awstools
committed
docs(client-mwaa): Amazon MWAA adds support for Apache Airflow v2.8.1.
1 parent 6859832 commit 2cfd367

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

clients/client-mwaa/src/models/models_0.ts

+1
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ export interface CreateEnvironmentInput {
306306
* <p>The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version.
307307
* For more information, see <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/airflow-versions.html">Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA)</a>.</p>
308308
* <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>, <code>2.4.3</code>, <code>2.5.1</code>, <code>2.6.3</code>, <code>2.7.2</code>
309+
* <code>2.8.1</code>
309310
* </p>
310311
*/
311312
AirflowVersion?: string;

codegen/sdk-codegen/aws-models/mwaa.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@
11331133
"AirflowVersion": {
11341134
"target": "com.amazonaws.mwaa#AirflowVersion",
11351135
"traits": {
1136-
"smithy.api#documentation": "<p>The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version.\n For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/airflow-versions.html\">Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA)</a>.</p>\n <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>, <code>2.4.3</code>, <code>2.5.1</code>, <code>2.6.3</code>, <code>2.7.2</code>\n </p>"
1136+
"smithy.api#documentation": "<p>The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version.\n For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/airflow-versions.html\">Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA)</a>.</p>\n <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>, <code>2.4.3</code>, <code>2.5.1</code>, <code>2.6.3</code>, <code>2.7.2</code>\n <code>2.8.1</code>\n </p>"
11371137
}
11381138
},
11391139
"LoggingConfiguration": {

0 commit comments

Comments
 (0)