From 2cfd3677499d47f6c9f17f2b9e608df2f9f82a88 Mon Sep 17 00:00:00 2001 From: awstools Date: Wed, 6 Mar 2024 19:46:36 +0000 Subject: [PATCH] docs(client-mwaa): Amazon MWAA adds support for Apache Airflow v2.8.1. --- clients/client-mwaa/src/models/models_0.ts | 1 + codegen/sdk-codegen/aws-models/mwaa.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/client-mwaa/src/models/models_0.ts b/clients/client-mwaa/src/models/models_0.ts index 678157f26ebf..a3a1bf3089e5 100644 --- a/clients/client-mwaa/src/models/models_0.ts +++ b/clients/client-mwaa/src/models/models_0.ts @@ -306,6 +306,7 @@ export interface CreateEnvironmentInput { *

The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. * For more information, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA).

*

Valid values: 1.10.12, 2.0.2, 2.2.2, 2.4.3, 2.5.1, 2.6.3, 2.7.2 + * 2.8.1 *

*/ AirflowVersion?: string; diff --git a/codegen/sdk-codegen/aws-models/mwaa.json b/codegen/sdk-codegen/aws-models/mwaa.json index 0510fba9288c..67e342427c70 100644 --- a/codegen/sdk-codegen/aws-models/mwaa.json +++ b/codegen/sdk-codegen/aws-models/mwaa.json @@ -1133,7 +1133,7 @@ "AirflowVersion": { "target": "com.amazonaws.mwaa#AirflowVersion", "traits": { - "smithy.api#documentation": "

The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version.\n For more information, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA).

\n

Valid values: 1.10.12, 2.0.2, 2.2.2, 2.4.3, 2.5.1, 2.6.3, 2.7.2\n

" + "smithy.api#documentation": "

The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version.\n For more information, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA).

\n

Valid values: 1.10.12, 2.0.2, 2.2.2, 2.4.3, 2.5.1, 2.6.3, 2.7.2\n 2.8.1\n

" } }, "LoggingConfiguration": {