aws-sdk-mwaa 1.50.0 → 1.51.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: ce23564a49f8ba7bb9bd4859b1edb379c05a5cc49117be25cb9212f550b50058
4
+ data.tar.gz: '07419756b25d45b76d2fd25ebe92a26e64b1d074fdd4b6ad9b3eff27cfbc98e4'
5
5
  SHA512:
6
- metadata.gz: 8323283022c6ac1f58867a6ff1603b2a83ccef7d56ac85e7b8aba51fee556bc1ca6502ecf5a58730148f4e4dcbbf38e818a695c8bfa00d98837e27120eb24850
7
- data.tar.gz: 139b2dbb7966c966cbf8b824269dbeb434e0e5a47b058f3a9e73701cae97fde708d92035a6abc582e3728e10a0b289d6cdec6097884d6ffcecb8302381e58516
6
+ metadata.gz: 0d858a376e9f0b5e20c497d2030b46ec8b3701a21da12685a62ceb7a105bc20073a5ae596800d276eda658e555df19765a6b2b356e5b45d99ca1f1ff00a857a7
7
+ data.tar.gz: d822cb899560310159db558534215c620fdcec750a87029de1b4822e48e7dc518a896ecdcf95574701096a5c33ae1363869048280198581f5b58147665f5ff85
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2024-11-19)
5
+ ------------------
6
+
7
+ * 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.
8
+
4
9
  1.50.0 (2024-10-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.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
  #
@@ -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
  #
@@ -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.51.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
  #
@@ -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
@@ -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
@@ -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.51.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.51.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-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core