Skip to content

Commit

Permalink
docs(client-mwaa): Amazon MWAA adds support for Apache Airflow v2.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 6, 2024
1 parent 6859832 commit 2cfd367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions clients/client-mwaa/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ export interface CreateEnvironmentInput {
* <p>The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version.
* 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>
* <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>
* <code>2.8.1</code>
* </p>
*/
AirflowVersion?: string;
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/mwaa.json
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@
"AirflowVersion": {
"target": "com.amazonaws.mwaa#AirflowVersion",
"traits": {
"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>"
"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>"
}
},
"LoggingConfiguration": {
Expand Down

0 comments on commit 2cfd367

Please sign in to comment.