aws-sdk-mwaa 1.74.0 → 1.75.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d535d71ca76a0d83ff9deaf4677fab0c27b14eae0eb166a0e847a4532db4d3af
4
- data.tar.gz: ed637e86633da1fff6473fb2b05f82ffd8f183b8d22dd4f1d232bc4d95c2c409
3
+ metadata.gz: d10de3d680ae6a653b0f92eab543b1528fa3bf383a5565089f4cf27f47a36b49
4
+ data.tar.gz: e96e292d4bd35f3d09a12a74eccd55f50f76c5cd3d1d7065f70f8de64699508e
5
5
  SHA512:
6
- metadata.gz: c618b146a7168bd06b7d5a934d5154e848947e6954727940a23f1296e338f4a7366a89d490f192e807075650272992a19060f6c3d30574a44cdc174774fa23c2
7
- data.tar.gz: 34c5ef0487043bd9e0c55517d6bedc1041df2acddb1e4062f6390fae984558bbd1661db91f3fe6c7099bfe1c3117d484c6d880b1a8896d10a758f80757f892e2
6
+ metadata.gz: c3f2979987cebf1485766d72e28921fdd6400195b9a236d0e1e42068fbe05009884385a86443c7543ebccc96e42e5ed90fea9b10736228a8ac374409c5e17197
7
+ data.tar.gz: bf67e7e44bbe3dfe5883426d2945c1e87374bb0b7ab12e71b8bfb8dcc2cd0a817c304d5c33188dff5bb1dcfeb6ac39df03fe4b5158ccbb8f8b62ce250e12b82d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2026-05-20)
5
+ ------------------
6
+
7
+ * Feature - Updated API documentation to describe the PublicAndPrivate webserver access mode.
8
+
4
9
  1.74.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -701,6 +701,11 @@ module Aws::MWAA
701
701
  # Defines the access mode for the Apache Airflow *web server*. For more
702
702
  # information, refer to [Apache Airflow access modes][1].
703
703
  #
704
+ # If set to `PUBLIC_AND_PRIVATE`, creates both a public network load
705
+ # balancer (NLB) for browser access and a private VPC endpoint (VPCE)
706
+ # for worker-to-webserver communication. This mode is only available for
707
+ # Apache Airflow version 3.2 and later.
708
+ #
704
709
  #
705
710
  #
706
711
  # [1]: https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html
@@ -1481,6 +1486,11 @@ module Aws::MWAA
1481
1486
  # The Apache Airflow *Web server* access mode. For more information,
1482
1487
  # refer to [Apache Airflow access modes][1].
1483
1488
  #
1489
+ # If set to `PUBLIC_AND_PRIVATE`, creates both a public network load
1490
+ # balancer (NLB) for browser access and a private VPC endpoint (VPCE)
1491
+ # for worker-to-webserver communication. This mode is only available for
1492
+ # Apache Airflow version 3.2 and later.
1493
+ #
1484
1494
  #
1485
1495
  #
1486
1496
  # [1]: https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html
@@ -1580,7 +1590,7 @@ module Aws::MWAA
1580
1590
  tracer: tracer
1581
1591
  )
1582
1592
  context[:gem_name] = 'aws-sdk-mwaa'
1583
- context[:gem_version] = '1.74.0'
1593
+ context[:gem_version] = '1.75.0'
1584
1594
  Seahorse::Client::Request.new(handlers, context)
1585
1595
  end
1586
1596
 
@@ -277,6 +277,11 @@ module Aws::MWAA
277
277
  # Defines the access mode for the Apache Airflow *web server*. For
278
278
  # more information, refer to [Apache Airflow access modes][1].
279
279
  #
280
+ # If set to `PUBLIC_AND_PRIVATE`, creates both a public network load
281
+ # balancer (NLB) for browser access and a private VPC endpoint (VPCE)
282
+ # for worker-to-webserver communication. This mode is only available
283
+ # for Apache Airflow version 3.2 and later.
284
+ #
280
285
  #
281
286
  #
282
287
  # [1]: https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html
@@ -772,6 +777,11 @@ module Aws::MWAA
772
777
  # The Apache Airflow *web server* access mode. For more information,
773
778
  # refer to [Apache Airflow access modes][1].
774
779
  #
780
+ # If set to `PUBLIC_AND_PRIVATE`, creates both a public network load
781
+ # balancer (NLB) for browser access and a private VPC endpoint (VPCE)
782
+ # for worker-to-webserver communication. This mode is only available
783
+ # for Apache Airflow version 3.2 and later.
784
+ #
775
785
  #
776
786
  #
777
787
  # [1]: https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html
@@ -1727,6 +1737,11 @@ module Aws::MWAA
1727
1737
  # The Apache Airflow *Web server* access mode. For more information,
1728
1738
  # refer to [Apache Airflow access modes][1].
1729
1739
  #
1740
+ # If set to `PUBLIC_AND_PRIVATE`, creates both a public network load
1741
+ # balancer (NLB) for browser access and a private VPC endpoint (VPCE)
1742
+ # for worker-to-webserver communication. This mode is only available
1743
+ # for Apache Airflow version 3.2 and later.
1744
+ #
1730
1745
  #
1731
1746
  #
1732
1747
  # [1]: https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html
data/lib/aws-sdk-mwaa.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::MWAA
54
54
  autoload :EndpointProvider, 'aws-sdk-mwaa/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mwaa/endpoints'
56
56
 
57
- GEM_VERSION = '1.74.0'
57
+ GEM_VERSION = '1.75.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mwaa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services