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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mwaa/client.rb +11 -1
- data/lib/aws-sdk-mwaa/types.rb +15 -0
- data/lib/aws-sdk-mwaa.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d10de3d680ae6a653b0f92eab543b1528fa3bf383a5565089f4cf27f47a36b49
|
|
4
|
+
data.tar.gz: e96e292d4bd35f3d09a12a74eccd55f50f76c5cd3d1d7065f70f8de64699508e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3f2979987cebf1485766d72e28921fdd6400195b9a236d0e1e42068fbe05009884385a86443c7543ebccc96e42e5ed90fea9b10736228a8ac374409c5e17197
|
|
7
|
+
data.tar.gz: bf67e7e44bbe3dfe5883426d2945c1e87374bb0b7ab12e71b8bfb8dcc2cd0a817c304d5c33188dff5bb1dcfeb6ac39df03fe4b5158ccbb8f8b62ce250e12b82d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.75.0
|
data/lib/aws-sdk-mwaa/client.rb
CHANGED
|
@@ -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.
|
|
1593
|
+
context[:gem_version] = '1.75.0'
|
|
1584
1594
|
Seahorse::Client::Request.new(handlers, context)
|
|
1585
1595
|
end
|
|
1586
1596
|
|
data/lib/aws-sdk-mwaa/types.rb
CHANGED
|
@@ -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