aws-sdk-mwaa 1.73.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 +10 -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
- data/sig/client.rbs +4 -46
- data/sig/params.rbs +36 -0
- metadata +2 -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
|
@@ -1,6 +1,16 @@
|
|
|
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
|
+
|
|
9
|
+
1.74.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.73.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
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
data/sig/client.rbs
CHANGED
|
@@ -114,28 +114,7 @@ module Aws
|
|
|
114
114
|
?max_workers: ::Integer,
|
|
115
115
|
?kms_key: ::String,
|
|
116
116
|
?airflow_version: ::String,
|
|
117
|
-
?logging_configuration:
|
|
118
|
-
dag_processing_logs: {
|
|
119
|
-
enabled: bool,
|
|
120
|
-
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
121
|
-
}?,
|
|
122
|
-
scheduler_logs: {
|
|
123
|
-
enabled: bool,
|
|
124
|
-
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
125
|
-
}?,
|
|
126
|
-
webserver_logs: {
|
|
127
|
-
enabled: bool,
|
|
128
|
-
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
129
|
-
}?,
|
|
130
|
-
worker_logs: {
|
|
131
|
-
enabled: bool,
|
|
132
|
-
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
133
|
-
}?,
|
|
134
|
-
task_logs: {
|
|
135
|
-
enabled: bool,
|
|
136
|
-
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
137
|
-
}?
|
|
138
|
-
},
|
|
117
|
+
?logging_configuration: Params::logging_configuration_input,
|
|
139
118
|
?weekly_maintenance_window_start: ::String,
|
|
140
119
|
?tags: Hash[::String, ::String],
|
|
141
120
|
?webserver_access_mode: ("PRIVATE_ONLY" | "PUBLIC_ONLY" | "PUBLIC_AND_PRIVATE"),
|
|
@@ -232,7 +211,7 @@ module Aws
|
|
|
232
211
|
{
|
|
233
212
|
name: ::String,
|
|
234
213
|
value: ::String
|
|
235
|
-
}
|
|
214
|
+
}
|
|
236
215
|
]?,
|
|
237
216
|
value: ::Float?,
|
|
238
217
|
unit: ("Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")?,
|
|
@@ -242,7 +221,7 @@ module Aws
|
|
|
242
221
|
minimum: ::Float?,
|
|
243
222
|
maximum: ::Float?
|
|
244
223
|
}?
|
|
245
|
-
}
|
|
224
|
+
}
|
|
246
225
|
]
|
|
247
226
|
) -> _PublishMetricsResponseSuccess
|
|
248
227
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PublishMetricsResponseSuccess
|
|
@@ -279,28 +258,7 @@ module Aws
|
|
|
279
258
|
?airflow_version: ::String,
|
|
280
259
|
?dag_s3_path: ::String,
|
|
281
260
|
?environment_class: ::String,
|
|
282
|
-
?logging_configuration:
|
|
283
|
-
dag_processing_logs: {
|
|
284
|
-
enabled: bool,
|
|
285
|
-
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
286
|
-
}?,
|
|
287
|
-
scheduler_logs: {
|
|
288
|
-
enabled: bool,
|
|
289
|
-
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
290
|
-
}?,
|
|
291
|
-
webserver_logs: {
|
|
292
|
-
enabled: bool,
|
|
293
|
-
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
294
|
-
}?,
|
|
295
|
-
worker_logs: {
|
|
296
|
-
enabled: bool,
|
|
297
|
-
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
298
|
-
}?,
|
|
299
|
-
task_logs: {
|
|
300
|
-
enabled: bool,
|
|
301
|
-
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
302
|
-
}?
|
|
303
|
-
},
|
|
261
|
+
?logging_configuration: Params::logging_configuration_input,
|
|
304
262
|
?max_workers: ::Integer,
|
|
305
263
|
?min_workers: ::Integer,
|
|
306
264
|
?max_webservers: ::Integer,
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module MWAA
|
|
10
|
+
module Params
|
|
11
|
+
type logging_configuration_input = {
|
|
12
|
+
dag_processing_logs: {
|
|
13
|
+
enabled: bool,
|
|
14
|
+
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
15
|
+
}?,
|
|
16
|
+
scheduler_logs: {
|
|
17
|
+
enabled: bool,
|
|
18
|
+
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
19
|
+
}?,
|
|
20
|
+
webserver_logs: {
|
|
21
|
+
enabled: bool,
|
|
22
|
+
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
23
|
+
}?,
|
|
24
|
+
worker_logs: {
|
|
25
|
+
enabled: bool,
|
|
26
|
+
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
27
|
+
}?,
|
|
28
|
+
task_logs: {
|
|
29
|
+
enabled: bool,
|
|
30
|
+
log_level: ("CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG")
|
|
31
|
+
}?
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
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.
|
|
4
|
+
version: 1.75.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-mwaa/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|