@aws-sdk/client-mwaa 3.1050.0 → 3.1051.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -189,7 +189,7 @@ export interface CreateEnvironmentInput {
|
|
|
189
189
|
*/
|
|
190
190
|
Tags?: Record<string, string> | undefined;
|
|
191
191
|
/**
|
|
192
|
-
* <p>Defines the access mode for the Apache Airflow <i>web server</i>. For more information, refer to <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html">Apache Airflow access modes</a>.</p>
|
|
192
|
+
* <p>Defines the access mode for the Apache Airflow <i>web server</i>. For more information, refer to <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html">Apache Airflow access modes</a>.</p> <p>If set to <code>PUBLIC_AND_PRIVATE</code>, creates both a public network load balancer (NLB) for browser access and a private VPC endpoint (VPCE) for worker-to-webserver communication. This mode is only available for Apache Airflow version 3.2 and later.</p>
|
|
193
193
|
* @public
|
|
194
194
|
*/
|
|
195
195
|
WebserverAccessMode?: WebserverAccessMode | undefined;
|
|
@@ -519,7 +519,7 @@ export interface Environment {
|
|
|
519
519
|
*/
|
|
520
520
|
Tags?: Record<string, string> | undefined;
|
|
521
521
|
/**
|
|
522
|
-
* <p>The Apache Airflow <i>web server</i> access mode. For more information, refer to <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html">Apache Airflow access modes</a>.</p>
|
|
522
|
+
* <p>The Apache Airflow <i>web server</i> access mode. For more information, refer to <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html">Apache Airflow access modes</a>.</p> <p>If set to <code>PUBLIC_AND_PRIVATE</code>, creates both a public network load balancer (NLB) for browser access and a private VPC endpoint (VPCE) for worker-to-webserver communication. This mode is only available for Apache Airflow version 3.2 and later.</p>
|
|
523
523
|
* @public
|
|
524
524
|
*/
|
|
525
525
|
WebserverAccessMode?: WebserverAccessMode | undefined;
|
|
@@ -942,7 +942,7 @@ export interface UpdateEnvironmentInput {
|
|
|
942
942
|
*/
|
|
943
943
|
StartupScriptS3ObjectVersion?: string | undefined;
|
|
944
944
|
/**
|
|
945
|
-
* <p>The Apache Airflow <i>Web server</i> access mode. For more information, refer to <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html">Apache Airflow access modes</a>.</p>
|
|
945
|
+
* <p>The Apache Airflow <i>Web server</i> access mode. For more information, refer to <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html">Apache Airflow access modes</a>.</p> <p>If set to <code>PUBLIC_AND_PRIVATE</code>, creates both a public network load balancer (NLB) for browser access and a private VPC endpoint (VPCE) for worker-to-webserver communication. This mode is only available for Apache Airflow version 3.2 and later.</p>
|
|
946
946
|
* @public
|
|
947
947
|
*/
|
|
948
948
|
WebserverAccessMode?: WebserverAccessMode | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mwaa",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mwaa Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1051.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mwaa",
|