Skip to content

Commit a472246

Browse files
author
awstools
committed
docs(client-mwaa): Added support for Apache Airflow version 2.10.3 to MWAA.
1 parent 1f0b1f3 commit a472246

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ export interface CreateEnvironmentInput {
308308
* 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 (Amazon MWAA)</a>.</p>
309309
* <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>,
310310
* <code>2.4.3</code>, <code>2.5.1</code>, <code>2.6.3</code>, <code>2.7.2</code>,
311-
* <code>2.8.1</code>, <code>2.9.2</code>, and <code>2.10.1</code>.</p>
311+
* <code>2.8.1</code>, <code>2.9.2</code>, <code>2.10.1</code>, and <code>2.10.3</code>.</p>
312312
* @public
313313
*/
314314
AirflowVersion?: string | undefined;
@@ -779,7 +779,7 @@ export interface Environment {
779779
* <p>The Apache Airflow version on your environment.</p>
780780
* <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>,
781781
* <code>2.4.3</code>, <code>2.5.1</code>, <code>2.6.3</code>, <code>2.7.2</code>,
782-
* <code>2.8.1</code>, <code>2.9.2</code>, and <code>2.10.1</code>.</p>
782+
* <code>2.8.1</code>, <code>2.9.2</code>, <code>2.10.1</code>, and <code>2.10.3</code>.</p>
783783
* @public
784784
*/
785785
AirflowVersion?: string | undefined;
@@ -1457,7 +1457,7 @@ export interface UpdateEnvironmentInput {
14571457
* your resources, see <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/upgrading-environment.html">Upgrading an Amazon MWAA environment</a>.</p>
14581458
* <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>,
14591459
* <code>2.4.3</code>, <code>2.5.1</code>, <code>2.6.3</code>, <code>2.7.2</code>,
1460-
* <code>2.8.1</code>, <code>2.9.2</code>, and <code>2.10.1</code>.</p>
1460+
* <code>2.8.1</code>, <code>2.9.2</code>, <code>2.10.1</code>, and <code>2.10.3</code>.</p>
14611461
* @public
14621462
*/
14631463
AirflowVersion?: string | undefined;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@
11361136
"AirflowVersion": {
11371137
"target": "com.amazonaws.mwaa#AirflowVersion",
11381138
"traits": {
1139-
"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 (Amazon MWAA)</a>.</p>\n <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>,\n <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>, <code>2.9.2</code>, and <code>2.10.1</code>.</p>"
1139+
"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 (Amazon MWAA)</a>.</p>\n <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>,\n <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>, <code>2.9.2</code>, <code>2.10.1</code>, and <code>2.10.3</code>.</p>"
11401140
}
11411141
},
11421142
"LoggingConfiguration": {
@@ -1443,7 +1443,7 @@
14431443
"AirflowVersion": {
14441444
"target": "com.amazonaws.mwaa#AirflowVersion",
14451445
"traits": {
1446-
"smithy.api#documentation": "<p>The Apache Airflow version on your environment.</p>\n <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>,\n <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>, <code>2.9.2</code>, and <code>2.10.1</code>.</p>"
1446+
"smithy.api#documentation": "<p>The Apache Airflow version on your environment.</p>\n <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>,\n <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>, <code>2.9.2</code>, <code>2.10.1</code>, and <code>2.10.3</code>.</p>"
14471447
}
14481448
},
14491449
"SourceBucketArn": {
@@ -2989,7 +2989,7 @@
29892989
"AirflowVersion": {
29902990
"target": "com.amazonaws.mwaa#AirflowVersion",
29912991
"traits": {
2992-
"smithy.api#documentation": "<p>The Apache Airflow version for your environment. To upgrade your environment, specify a newer version of Apache Airflow supported by Amazon MWAA.</p>\n <p>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 <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/upgrading-environment.html\">Upgrading an Amazon MWAA environment</a>.</p>\n <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>,\n <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>, <code>2.9.2</code>, and <code>2.10.1</code>.</p>"
2992+
"smithy.api#documentation": "<p>The Apache Airflow version for your environment. To upgrade your environment, specify a newer version of Apache Airflow supported by Amazon MWAA.</p>\n <p>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 <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/upgrading-environment.html\">Upgrading an Amazon MWAA environment</a>.</p>\n <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>,\n <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>, <code>2.9.2</code>, <code>2.10.1</code>, and <code>2.10.3</code>.</p>"
29932993
}
29942994
},
29952995
"SourceBucketArn": {

0 commit comments

Comments
 (0)