From a4722467823d69baaee2da5e13c167a5afba63dc Mon Sep 17 00:00:00 2001 From: awstools Date: Wed, 18 Dec 2024 19:12:48 +0000 Subject: [PATCH] docs(client-mwaa): Added support for Apache Airflow version 2.10.3 to MWAA. --- clients/client-mwaa/src/models/models_0.ts | 6 +++--- codegen/sdk-codegen/aws-models/mwaa.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clients/client-mwaa/src/models/models_0.ts b/clients/client-mwaa/src/models/models_0.ts index e1a10b2be58c..1644c06283f2 100644 --- a/clients/client-mwaa/src/models/models_0.ts +++ b/clients/client-mwaa/src/models/models_0.ts @@ -308,7 +308,7 @@ export interface CreateEnvironmentInput { * For more information, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (Amazon 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, 2.9.2, and 2.10.1.

+ * 2.8.1, 2.9.2, 2.10.1, and 2.10.3.

* @public */ AirflowVersion?: string | undefined; @@ -779,7 +779,7 @@ export interface Environment { *

The Apache Airflow version on your environment.

*

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, 2.9.2, and 2.10.1.

+ * 2.8.1, 2.9.2, 2.10.1, and 2.10.3.

* @public */ AirflowVersion?: string | undefined; @@ -1457,7 +1457,7 @@ export interface UpdateEnvironmentInput { * your resources, see Upgrading an Amazon MWAA environment.

*

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, 2.9.2, and 2.10.1.

+ * 2.8.1, 2.9.2, 2.10.1, and 2.10.3.

* @public */ AirflowVersion?: string | undefined; diff --git a/codegen/sdk-codegen/aws-models/mwaa.json b/codegen/sdk-codegen/aws-models/mwaa.json index 9b789300a20e..e38895d90735 100644 --- a/codegen/sdk-codegen/aws-models/mwaa.json +++ b/codegen/sdk-codegen/aws-models/mwaa.json @@ -1136,7 +1136,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 (Amazon MWAA).

\n

Valid values: 1.10.12, 2.0.2, 2.2.2,\n 2.4.3, 2.5.1, 2.6.3, 2.7.2,\n 2.8.1, 2.9.2, and 2.10.1.

" + "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 (Amazon MWAA).

\n

Valid values: 1.10.12, 2.0.2, 2.2.2,\n 2.4.3, 2.5.1, 2.6.3, 2.7.2,\n 2.8.1, 2.9.2, 2.10.1, and 2.10.3.

" } }, "LoggingConfiguration": { @@ -1443,7 +1443,7 @@ "AirflowVersion": { "target": "com.amazonaws.mwaa#AirflowVersion", "traits": { - "smithy.api#documentation": "

The Apache Airflow version on your environment.

\n

Valid values: 1.10.12, 2.0.2, 2.2.2,\n 2.4.3, 2.5.1, 2.6.3, 2.7.2,\n 2.8.1, 2.9.2, and 2.10.1.

" + "smithy.api#documentation": "

The Apache Airflow version on your environment.

\n

Valid values: 1.10.12, 2.0.2, 2.2.2,\n 2.4.3, 2.5.1, 2.6.3, 2.7.2,\n 2.8.1, 2.9.2, 2.10.1, and 2.10.3.

" } }, "SourceBucketArn": { @@ -2989,7 +2989,7 @@ "AirflowVersion": { "target": "com.amazonaws.mwaa#AirflowVersion", "traits": { - "smithy.api#documentation": "

The Apache Airflow version for your environment. To upgrade your environment, specify a newer version of Apache Airflow supported by Amazon MWAA.

\n

Before you upgrade an environment, make sure your requirements, DAGs, plugins, and other resources used in your workflows are compatible with the new Apache Airflow version. For more information about updating\n your resources, see Upgrading an Amazon MWAA environment.

\n

Valid values: 1.10.12, 2.0.2, 2.2.2,\n 2.4.3, 2.5.1, 2.6.3, 2.7.2,\n 2.8.1, 2.9.2, and 2.10.1.

" + "smithy.api#documentation": "

The Apache Airflow version for your environment. To upgrade your environment, specify a newer version of Apache Airflow supported by Amazon MWAA.

\n

Before you upgrade an environment, make sure your requirements, DAGs, plugins, and other resources used in your workflows are compatible with the new Apache Airflow version. For more information about updating\n your resources, see Upgrading an Amazon MWAA environment.

\n

Valid values: 1.10.12, 2.0.2, 2.2.2,\n 2.4.3, 2.5.1, 2.6.3, 2.7.2,\n 2.8.1, 2.9.2, 2.10.1, and 2.10.3.

" } }, "SourceBucketArn": {