aws-sdk-mwaa 1.50.0 → 1.52.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7cb696e55dc39c20a351dc07a8aaa89c581db546333c26979ef154ba2cffa189
4
- data.tar.gz: a211f945fac560fa9039a1dfa8f2a2689e0ae7c93f6e02e933143c36e0bc89b2
3
+ metadata.gz: 8c0c6f75898f9d40fa634be1fdbe0e8dac87ee79db171b44fb0bc35d3ada1d13
4
+ data.tar.gz: 4c53a3f42e1cb070dab7067542dbe0a3cc7f6ff7613577dfd6de59cbb7c0038c
5
5
  SHA512:
6
- metadata.gz: 8323283022c6ac1f58867a6ff1603b2a83ccef7d56ac85e7b8aba51fee556bc1ca6502ecf5a58730148f4e4dcbbf38e818a695c8bfa00d98837e27120eb24850
7
- data.tar.gz: 139b2dbb7966c966cbf8b824269dbeb434e0e5a47b058f3a9e73701cae97fde708d92035a6abc582e3728e10a0b289d6cdec6097884d6ffcecb8302381e58516
6
+ metadata.gz: eb838265178118e272f3bf85a295f415336c36ed931912adba61ed10802f8552553acd44dc4d4f6e7b13795f2c4e65698bcabbcedba974e0b90cbf0c3921984b
7
+ data.tar.gz: c1f42ff9927581cbe125d96a9d2e20975f0c7186de08fefccd56d7d1868d537a786b80902926c462ded7ba87cd653c5f5535f03ae4cc684ff2e6caa46b316160
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.51.0 (2024-11-19)
10
+ ------------------
11
+
12
+ * Feature - Amazon MWAA now supports a new environment class, mw1.micro, ideal for workloads requiring fewer resources than mw1.small. This class supports a single instance of each Airflow component: Scheduler, Worker, and Webserver.
13
+
4
14
  1.50.0 (2024-10-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.52.0
@@ -610,9 +610,9 @@ module Aws::MWAA
610
610
  # [1]: https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html
611
611
  #
612
612
  # @option params [String] :environment_class
613
- # The environment class type. Valid values: `mw1.small`, `mw1.medium`,
614
- # `mw1.large`, `mw1.xlarge`, and `mw1.2xlarge`. For more information,
615
- # see [Amazon MWAA environment class][1].
613
+ # The environment class type. Valid values: `mw1.micro`, `mw1.small`,
614
+ # `mw1.medium`, `mw1.large`, `mw1.xlarge`, and `mw1.2xlarge`. For more
615
+ # information, see [Amazon MWAA environment class][1].
616
616
  #
617
617
  #
618
618
  #
@@ -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
  #
@@ -688,7 +688,9 @@ module Aws::MWAA
688
688
  # The number of Apache Airflow schedulers to run in your environment.
689
689
  # Valid values:
690
690
  #
691
- # * v2 - Accepts between `2` to `5`. Defaults to `2`.
691
+ # * v2 - For environments larger than mw1.micro, accepts values from `2`
692
+ # to `5`. Defaults to `2` for all environment sizes except mw1.micro,
693
+ # which defaults to `1`.
692
694
  #
693
695
  # * v1 - Accepts `1`.
694
696
  #
@@ -715,7 +717,9 @@ module Aws::MWAA
715
717
  # additional web servers, and scales down to the number set in
716
718
  # `MinxWebserers`.
717
719
  #
718
- # Valid values: Accepts between `2` and `5`. Defaults to `2`.
720
+ # Valid values: For environments larger than mw1.micro, accepts values
721
+ # from `2` to `5`. Defaults to `2` for all environment sizes except
722
+ # mw1.micro, which defaults to `1`.
719
723
  #
720
724
  # @option params [Integer] :max_webservers
721
725
  # The maximum number of web servers that you want to run in your
@@ -730,7 +734,9 @@ module Aws::MWAA
730
734
  # additional web servers, and scales down to the number set in
731
735
  # `MinxWebserers`.
732
736
  #
733
- # Valid values: Accepts between `2` and `5`. Defaults to `2`.
737
+ # Valid values: For environments larger than mw1.micro, accepts values
738
+ # from `2` to `5`. Defaults to `2` for all environment sizes except
739
+ # mw1.micro, which defaults to `1`.
734
740
  #
735
741
  # @return [Types::CreateEnvironmentOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
736
742
  #
@@ -1252,7 +1258,7 @@ module Aws::MWAA
1252
1258
  # environment][1].
1253
1259
  #
1254
1260
  # Valid values: `1.10.12`, `2.0.2`, `2.2.2`, `2.4.3`, `2.5.1`, `2.6.3`,
1255
- # `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`.
1256
1262
  #
1257
1263
  #
1258
1264
  #
@@ -1355,9 +1361,9 @@ module Aws::MWAA
1355
1361
  # [1]: https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html
1356
1362
  #
1357
1363
  # @option params [String] :environment_class
1358
- # The environment class type. Valid values: `mw1.small`, `mw1.medium`,
1359
- # `mw1.large`, `mw1.xlarge`, and `mw1.2xlarge`. For more information,
1360
- # see [Amazon MWAA environment class][1].
1364
+ # The environment class type. Valid values: `mw1.micro`, `mw1.small`,
1365
+ # `mw1.medium`, `mw1.large`, `mw1.xlarge`, and `mw1.2xlarge`. For more
1366
+ # information, see [Amazon MWAA environment class][1].
1361
1367
  #
1362
1368
  #
1363
1369
  #
@@ -1421,7 +1427,9 @@ module Aws::MWAA
1421
1427
  # additional web servers, and scales down to the number set in
1422
1428
  # `MinxWebserers`.
1423
1429
  #
1424
- # Valid values: Accepts between `2` and `5`. Defaults to `2`.
1430
+ # Valid values: For environments larger than mw1.micro, accepts values
1431
+ # from `2` to `5`. Defaults to `2` for all environment sizes except
1432
+ # mw1.micro, which defaults to `1`.
1425
1433
  #
1426
1434
  # @option params [Integer] :max_webservers
1427
1435
  # The maximum number of web servers that you want to run in your
@@ -1436,7 +1444,9 @@ module Aws::MWAA
1436
1444
  # additional web servers, and scales down to the number set in
1437
1445
  # `MinxWebserers`.
1438
1446
  #
1439
- # Valid values: Accepts between `2` and `5`. Defaults to `2`.
1447
+ # Valid values: For environments larger than mw1.micro, accepts values
1448
+ # from `2` to `5`. Defaults to `2` for all environment sizes except
1449
+ # mw1.micro, which defaults to `1`.
1440
1450
  #
1441
1451
  # @return [Types::UpdateEnvironmentOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1442
1452
  #
@@ -1525,7 +1535,7 @@ module Aws::MWAA
1525
1535
  tracer: tracer
1526
1536
  )
1527
1537
  context[:gem_name] = 'aws-sdk-mwaa'
1528
- context[:gem_version] = '1.50.0'
1538
+ context[:gem_version] = '1.52.0'
1529
1539
  Seahorse::Client::Request.new(handlers, context)
1530
1540
  end
1531
1541
 
@@ -205,9 +205,9 @@ module Aws::MWAA
205
205
  # @return [Hash<String,String>]
206
206
  #
207
207
  # @!attribute [rw] environment_class
208
- # The environment class type. Valid values: `mw1.small`, `mw1.medium`,
209
- # `mw1.large`, `mw1.xlarge`, and `mw1.2xlarge`. For more information,
210
- # see [Amazon MWAA environment class][1].
208
+ # The environment class type. Valid values: `mw1.micro`, `mw1.small`,
209
+ # `mw1.medium`, `mw1.large`, `mw1.xlarge`, and `mw1.2xlarge`. For more
210
+ # information, see [Amazon MWAA environment class][1].
211
211
  #
212
212
  #
213
213
  #
@@ -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
  #
@@ -293,7 +293,9 @@ module Aws::MWAA
293
293
  # The number of Apache Airflow schedulers to run in your environment.
294
294
  # Valid values:
295
295
  #
296
- # * v2 - Accepts between `2` to `5`. Defaults to `2`.
296
+ # * v2 - For environments larger than mw1.micro, accepts values from
297
+ # `2` to `5`. Defaults to `2` for all environment sizes except
298
+ # mw1.micro, which defaults to `1`.
297
299
  #
298
300
  # * v1 - Accepts `1`.
299
301
  # @return [Integer]
@@ -322,7 +324,9 @@ module Aws::MWAA
322
324
  # additional web servers, and scales down to the number set in
323
325
  # `MinxWebserers`.
324
326
  #
325
- # Valid values: Accepts between `2` and `5`. Defaults to `2`.
327
+ # Valid values: For environments larger than mw1.micro, accepts values
328
+ # from `2` to `5`. Defaults to `2` for all environment sizes except
329
+ # mw1.micro, which defaults to `1`.
326
330
  # @return [Integer]
327
331
  #
328
332
  # @!attribute [rw] max_webservers
@@ -338,7 +342,9 @@ module Aws::MWAA
338
342
  # additional web servers, and scales down to the number set in
339
343
  # `MinxWebserers`.
340
344
  #
341
- # Valid values: Accepts between `2` and `5`. Defaults to `2`.
345
+ # Valid values: For environments larger than mw1.micro, accepts values
346
+ # from `2` to `5`. Defaults to `2` for all environment sizes except
347
+ # mw1.micro, which defaults to `1`.
342
348
  # @return [Integer]
343
349
  #
344
350
  # @see http://docs.aws.amazon.com/goto/WebAPI/mwaa-2020-07-01/CreateEnvironmentInput AWS API Documentation
@@ -590,7 +596,7 @@ module Aws::MWAA
590
596
  # The Apache Airflow version on your environment.
591
597
  #
592
598
  # Valid values: `1.10.12`, `2.0.2`, `2.2.2`, `2.4.3`, `2.5.1`,
593
- # `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`.
594
600
  # @return [String]
595
601
  #
596
602
  # @!attribute [rw] source_bucket_arn
@@ -713,9 +719,9 @@ module Aws::MWAA
713
719
  # @return [Hash<String,String>]
714
720
  #
715
721
  # @!attribute [rw] environment_class
716
- # The environment class type. Valid values: `mw1.small`, `mw1.medium`,
717
- # `mw1.large`, `mw1.xlarge`, and `mw1.2xlarge`. For more information,
718
- # see [Amazon MWAA environment class][1].
722
+ # The environment class type. Valid values: `mw1.micro`, `mw1.small`,
723
+ # `mw1.medium`, `mw1.large`, `mw1.xlarge`, and `mw1.2xlarge`. For more
724
+ # information, see [Amazon MWAA environment class][1].
719
725
  #
720
726
  #
721
727
  #
@@ -818,7 +824,9 @@ module Aws::MWAA
818
824
  # additional web servers, and scales down to the number set in
819
825
  # `MinxWebserers`.
820
826
  #
821
- # Valid values: Accepts between `2` and `5`. Defaults to `2`.
827
+ # Valid values: For environments larger than mw1.micro, accepts values
828
+ # from `2` to `5`. Defaults to `2` for all environment sizes except
829
+ # mw1.micro, which defaults to `1`.
822
830
  # @return [Integer]
823
831
  #
824
832
  # @!attribute [rw] max_webservers
@@ -834,7 +842,9 @@ module Aws::MWAA
834
842
  # additional web servers, and scales down to the number set in
835
843
  # `MinxWebserers`.
836
844
  #
837
- # Valid values: Accepts between `2` and `5`. Defaults to `2`.
845
+ # Valid values: For environments larger than mw1.micro, accepts values
846
+ # from `2` to `5`. Defaults to `2` for all environment sizes except
847
+ # mw1.micro, which defaults to `1`.
838
848
  # @return [Integer]
839
849
  #
840
850
  # @see http://docs.aws.amazon.com/goto/WebAPI/mwaa-2020-07-01/Environment AWS API Documentation
@@ -1481,7 +1491,7 @@ module Aws::MWAA
1481
1491
  # environment][1].
1482
1492
  #
1483
1493
  # Valid values: `1.10.12`, `2.0.2`, `2.2.2`, `2.4.3`, `2.5.1`,
1484
- # `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`.
1485
1495
  #
1486
1496
  #
1487
1497
  #
@@ -1595,9 +1605,9 @@ module Aws::MWAA
1595
1605
  # @return [Hash<String,String>]
1596
1606
  #
1597
1607
  # @!attribute [rw] environment_class
1598
- # The environment class type. Valid values: `mw1.small`, `mw1.medium`,
1599
- # `mw1.large`, `mw1.xlarge`, and `mw1.2xlarge`. For more information,
1600
- # see [Amazon MWAA environment class][1].
1608
+ # The environment class type. Valid values: `mw1.micro`, `mw1.small`,
1609
+ # `mw1.medium`, `mw1.large`, `mw1.xlarge`, and `mw1.2xlarge`. For more
1610
+ # information, see [Amazon MWAA environment class][1].
1601
1611
  #
1602
1612
  #
1603
1613
  #
@@ -1670,7 +1680,9 @@ module Aws::MWAA
1670
1680
  # additional web servers, and scales down to the number set in
1671
1681
  # `MinxWebserers`.
1672
1682
  #
1673
- # Valid values: Accepts between `2` and `5`. Defaults to `2`.
1683
+ # Valid values: For environments larger than mw1.micro, accepts values
1684
+ # from `2` to `5`. Defaults to `2` for all environment sizes except
1685
+ # mw1.micro, which defaults to `1`.
1674
1686
  # @return [Integer]
1675
1687
  #
1676
1688
  # @!attribute [rw] max_webservers
@@ -1686,7 +1698,9 @@ module Aws::MWAA
1686
1698
  # additional web servers, and scales down to the number set in
1687
1699
  # `MinxWebserers`.
1688
1700
  #
1689
- # Valid values: Accepts between `2` and `5`. Defaults to `2`.
1701
+ # Valid values: For environments larger than mw1.micro, accepts values
1702
+ # from `2` to `5`. Defaults to `2` for all environment sizes except
1703
+ # mw1.micro, which defaults to `1`.
1690
1704
  # @return [Integer]
1691
1705
  #
1692
1706
  # @see http://docs.aws.amazon.com/goto/WebAPI/mwaa-2020-07-01/UpdateEnvironmentInput AWS API Documentation
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.50.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.50.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-10-23 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