aws-sdk-mwaa 1.51.0 → 1.52.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: ce23564a49f8ba7bb9bd4859b1edb379c05a5cc49117be25cb9212f550b50058
4
- data.tar.gz: '07419756b25d45b76d2fd25ebe92a26e64b1d074fdd4b6ad9b3eff27cfbc98e4'
3
+ metadata.gz: 8c0c6f75898f9d40fa634be1fdbe0e8dac87ee79db171b44fb0bc35d3ada1d13
4
+ data.tar.gz: 4c53a3f42e1cb070dab7067542dbe0a3cc7f6ff7613577dfd6de59cbb7c0038c
5
5
  SHA512:
6
- metadata.gz: 0d858a376e9f0b5e20c497d2030b46ec8b3701a21da12685a62ceb7a105bc20073a5ae596800d276eda658e555df19765a6b2b356e5b45d99ca1f1ff00a857a7
7
- data.tar.gz: d822cb899560310159db558534215c620fdcec750a87029de1b4822e48e7dc518a896ecdcf95574701096a5c33ae1363869048280198581f5b58147665f5ff85
6
+ metadata.gz: eb838265178118e272f3bf85a295f415336c36ed931912adba61ed10802f8552553acd44dc4d4f6e7b13795f2c4e65698bcabbcedba974e0b90cbf0c3921984b
7
+ data.tar.gz: c1f42ff9927581cbe125d96a9d2e20975f0c7186de08fefccd56d7d1868d537a786b80902926c462ded7ba87cd653c5f5535f03ae4cc684ff2e6caa46b316160
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2024-12-18)
5
+ ------------------
6
+
7
+ * Feature - Added support for Apache Airflow version 2.10.3 to MWAA.
8
+
4
9
  1.51.0 (2024-11-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -643,7 +643,7 @@ module Aws::MWAA
643
643
  # Airflow (Amazon MWAA)][1].
644
644
  #
645
645
  # Valid values: `1.10.12`, `2.0.2`, `2.2.2`, `2.4.3`, `2.5.1`, `2.6.3`,
646
- # `2.7.2`, `2.8.1`, `2.9.2`, and `2.10.1`.
646
+ # `2.7.2`, `2.8.1`, `2.9.2`, `2.10.1`, and `2.10.3`.
647
647
  #
648
648
  #
649
649
  #
@@ -1258,7 +1258,7 @@ module Aws::MWAA
1258
1258
  # environment][1].
1259
1259
  #
1260
1260
  # Valid values: `1.10.12`, `2.0.2`, `2.2.2`, `2.4.3`, `2.5.1`, `2.6.3`,
1261
- # `2.7.2`, `2.8.1`, `2.9.2`, and `2.10.1`.
1261
+ # `2.7.2`, `2.8.1`, `2.9.2`, `2.10.1`, and `2.10.3`.
1262
1262
  #
1263
1263
  #
1264
1264
  #
@@ -1535,7 +1535,7 @@ module Aws::MWAA
1535
1535
  tracer: tracer
1536
1536
  )
1537
1537
  context[:gem_name] = 'aws-sdk-mwaa'
1538
- context[:gem_version] = '1.51.0'
1538
+ context[:gem_version] = '1.52.0'
1539
1539
  Seahorse::Client::Request.new(handlers, context)
1540
1540
  end
1541
1541
 
@@ -242,7 +242,7 @@ module Aws::MWAA
242
242
  # Airflow (Amazon MWAA)][1].
243
243
  #
244
244
  # Valid values: `1.10.12`, `2.0.2`, `2.2.2`, `2.4.3`, `2.5.1`,
245
- # `2.6.3`, `2.7.2`, `2.8.1`, `2.9.2`, and `2.10.1`.
245
+ # `2.6.3`, `2.7.2`, `2.8.1`, `2.9.2`, `2.10.1`, and `2.10.3`.
246
246
  #
247
247
  #
248
248
  #
@@ -596,7 +596,7 @@ module Aws::MWAA
596
596
  # The Apache Airflow version on your environment.
597
597
  #
598
598
  # Valid values: `1.10.12`, `2.0.2`, `2.2.2`, `2.4.3`, `2.5.1`,
599
- # `2.6.3`, `2.7.2`, `2.8.1`, `2.9.2`, and `2.10.1`.
599
+ # `2.6.3`, `2.7.2`, `2.8.1`, `2.9.2`, `2.10.1`, and `2.10.3`.
600
600
  # @return [String]
601
601
  #
602
602
  # @!attribute [rw] source_bucket_arn
@@ -1491,7 +1491,7 @@ module Aws::MWAA
1491
1491
  # environment][1].
1492
1492
  #
1493
1493
  # Valid values: `1.10.12`, `2.0.2`, `2.2.2`, `2.4.3`, `2.5.1`,
1494
- # `2.6.3`, `2.7.2`, `2.8.1`, `2.9.2`, and `2.10.1`.
1494
+ # `2.6.3`, `2.7.2`, `2.8.1`, `2.9.2`, `2.10.1`, and `2.10.3`.
1495
1495
  #
1496
1496
  #
1497
1497
  #
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.51.0'
57
+ GEM_VERSION = '1.52.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mwaa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-19 00:00:00.000000000 Z
11
+ date: 2024-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core