aws-sdk-mwaa 1.20.0 → 1.22.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: 91e5511e41997864cfc00d87e8001edf27ca98a48a22f5b9a2390a5dd81aa69d
4
- data.tar.gz: 6cc837dff317800b8e63ff50755162bb0e95bb11b841dcbe6ea3f476b06451be
3
+ metadata.gz: ef5dc9d49ab700ad3f6e185c94718e141f330d6a44f7422c8e4d399cec4b6805
4
+ data.tar.gz: 78f9816a85420a3cb9866d26048297d355e16b0f90cc8dec9bf190bb7f8b5879
5
5
  SHA512:
6
- metadata.gz: 1840f79b7458ffd8decd28ae977f75eaa9e6914c8130ab8f100eba2d128182191e5bc3c94cd40034cf516964781a9e358538c72bcd0cf53268ea43299e11a26d
7
- data.tar.gz: ef636b05e8e96bfd5c5cf9f54f3b21861f9cac09f3c5738d4631e63e9127ca8262a78134074ce3f091ef3522a82ac77a8a69549cb12c7a075974770caee07d3a
6
+ metadata.gz: c31bfe474c90c23f94b4bc5e35ef4700e1dccbb02f4668f41c8b549a3895403f02bb9295e86dfb6f296e2abd655913dd39c67dbca681e532cfbc100f9d3f9c30
7
+ data.tar.gz: '058f4d46827e9f9f03851a1e904888497ded2cbff1f212a5f3a68fc7cad27bb77bdf5af8707b371bb0a35023ecad5e5c848fa8d42b6d5b8c104c1f68a04cd5d1'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2023-06-05)
5
+ ------------------
6
+
7
+ * Feature - This release adds ROLLING_BACK and CREATING_SNAPSHOT environment statuses for Amazon MWAA environments.
8
+
9
+ 1.21.0 (2023-05-31)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.20.0 (2023-04-03)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.22.0
@@ -275,6 +275,11 @@ module Aws::MWAA
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -419,9 +424,9 @@ module Aws::MWAA
419
424
  # @option params [String] :airflow_version
420
425
  # The Apache Airflow version for your environment. If no value is
421
426
  # specified, it defaults to the latest version. Valid values: `1.10.12`,
422
- # `2.0.2`, `2.2.2`, and `2.4.3`. For more information, see [Apache
423
- # Airflow versions on Amazon Managed Workflows for Apache Airflow
424
- # (MWAA)][1].
427
+ # `2.0.2`, `2.2.2`, `2.4.3`, and `2.5.1`. For more information, see
428
+ # [Apache Airflow versions on Amazon Managed Workflows for Apache
429
+ # Airflow (MWAA)][1].
425
430
  #
426
431
  #
427
432
  #
@@ -807,7 +812,7 @@ module Aws::MWAA
807
812
  # resp.environment.source_bucket_arn #=> String
808
813
  # resp.environment.startup_script_s3_object_version #=> String
809
814
  # resp.environment.startup_script_s3_path #=> String
810
- # resp.environment.status #=> String, one of "CREATING", "CREATE_FAILED", "AVAILABLE", "UPDATING", "DELETING", "DELETED", "UNAVAILABLE", "UPDATE_FAILED"
815
+ # resp.environment.status #=> String, one of "CREATING", "CREATE_FAILED", "AVAILABLE", "UPDATING", "DELETING", "DELETED", "UNAVAILABLE", "UPDATE_FAILED", "ROLLING_BACK", "CREATING_SNAPSHOT"
811
816
  # resp.environment.tags #=> Hash
812
817
  # resp.environment.tags["TagKey"] #=> String
813
818
  # resp.environment.webserver_access_mode #=> String, one of "PRIVATE_ONLY", "PUBLIC_ONLY"
@@ -1028,9 +1033,21 @@ module Aws::MWAA
1028
1033
  # [1]: https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html
1029
1034
  #
1030
1035
  # @option params [String] :airflow_version
1031
- # The Apache Airflow version for your environment. If no value is
1032
- # specified, defaults to the latest version. Valid values: `1.10.12`,
1033
- # `2.0.2`, `2.2.2`, and `2.4.3`.
1036
+ # The Apache Airflow version for your environment. To upgrade your
1037
+ # environment, specify a newer version of Apache Airflow supported by
1038
+ # Amazon MWAA.
1039
+ #
1040
+ # Before you upgrade an environment, make sure your requirements, DAGs,
1041
+ # plugins, and other resources used in your workflows are compatible
1042
+ # with the new Apache Airflow version. For more information about
1043
+ # updating your resources, see [Upgrading an Amazon MWAA
1044
+ # environment][1].
1045
+ #
1046
+ # Valid values: `1.10.12`, `2.0.2`, `2.2.2`, `2.4.3`, and `2.5.1`.
1047
+ #
1048
+ #
1049
+ #
1050
+ # [1]: https://docs.aws.amazon.com/mwaa/latest/userguide/upgrading-environment.html
1034
1051
  #
1035
1052
  # @option params [String] :dag_s3_path
1036
1053
  # The relative path to the DAGs folder on your Amazon S3 bucket. For
@@ -1271,7 +1288,7 @@ module Aws::MWAA
1271
1288
  params: params,
1272
1289
  config: config)
1273
1290
  context[:gem_name] = 'aws-sdk-mwaa'
1274
- context[:gem_version] = '1.20.0'
1291
+ context[:gem_version] = '1.22.0'
1275
1292
  Seahorse::Client::Request.new(handlers, context)
1276
1293
  end
1277
1294
 
@@ -81,9 +81,9 @@ module Aws::MWAA
81
81
  # @!attribute [rw] airflow_version
82
82
  # The Apache Airflow version for your environment. If no value is
83
83
  # specified, it defaults to the latest version. Valid values:
84
- # `1.10.12`, `2.0.2`, `2.2.2`, and `2.4.3`. For more information, see
85
- # [Apache Airflow versions on Amazon Managed Workflows for Apache
86
- # Airflow (MWAA)][1].
84
+ # `1.10.12`, `2.0.2`, `2.2.2`, `2.4.3`, and `2.5.1`. For more
85
+ # information, see [Apache Airflow versions on Amazon Managed
86
+ # Workflows for Apache Airflow (MWAA)][1].
87
87
  #
88
88
  #
89
89
  #
@@ -425,7 +425,7 @@ module Aws::MWAA
425
425
  #
426
426
  # @!attribute [rw] airflow_version
427
427
  # The Apache Airflow version on your environment. Valid values:
428
- # `1.10.12`, `2.0.2`, `2.2.2`, and `2.4.3`.
428
+ # `1.10.12`, `2.0.2`, `2.2.2`, `2.4.3`, and `2.5.1`.
429
429
  # @return [String]
430
430
  #
431
431
  # @!attribute [rw] arn
@@ -627,6 +627,14 @@ module Aws::MWAA
627
627
  # * `CREATING` - Indicates the request to create the environment is in
628
628
  # progress.
629
629
  #
630
+ # * `CREATING_SNAPSHOT` - Indicates the request to update environment
631
+ # details, or upgrade the environment version, is in progress and
632
+ # Amazon MWAA is creating a storage volume snapshot of the Amazon
633
+ # RDS database cluster associated with the environment. A database
634
+ # snapshot is a backup created at a specific point in time. Amazon
635
+ # MWAA uses snapshots to recover environment metadata if the process
636
+ # to update or upgrade an environment fails.
637
+ #
630
638
  # * `CREATE_FAILED` - Indicates the request to create the environment
631
639
  # failed, and the environment could not be created.
632
640
  #
@@ -636,6 +644,11 @@ module Aws::MWAA
636
644
  # * `UPDATING` - Indicates the request to update the environment is in
637
645
  # progress.
638
646
  #
647
+ # * `ROLLING_BACK` - Indicates the request to update environment
648
+ # details, or upgrade the environment version, failed and Amazon
649
+ # MWAA is restoring the environment using the latest storage volume
650
+ # snapshot.
651
+ #
639
652
  # * `DELETING` - Indicates the request to delete the environment is in
640
653
  # progress.
641
654
  #
@@ -1211,9 +1224,21 @@ module Aws::MWAA
1211
1224
  # @return [Hash<String,String>]
1212
1225
  #
1213
1226
  # @!attribute [rw] airflow_version
1214
- # The Apache Airflow version for your environment. If no value is
1215
- # specified, defaults to the latest version. Valid values: `1.10.12`,
1216
- # `2.0.2`, `2.2.2`, and `2.4.3`.
1227
+ # The Apache Airflow version for your environment. To upgrade your
1228
+ # environment, specify a newer version of Apache Airflow supported by
1229
+ # Amazon MWAA.
1230
+ #
1231
+ # Before you upgrade an environment, make sure your requirements,
1232
+ # DAGs, plugins, and other resources used in your workflows are
1233
+ # compatible with the new Apache Airflow version. For more information
1234
+ # about updating your resources, see [Upgrading an Amazon MWAA
1235
+ # environment][1].
1236
+ #
1237
+ # Valid values: `1.10.12`, `2.0.2`, `2.2.2`, `2.4.3`, and `2.5.1`.
1238
+ #
1239
+ #
1240
+ #
1241
+ # [1]: https://docs.aws.amazon.com/mwaa/latest/userguide/upgrading-environment.html
1217
1242
  # @return [String]
1218
1243
  #
1219
1244
  # @!attribute [rw] dag_s3_path
data/lib/aws-sdk-mwaa.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mwaa/customizations'
52
52
  # @!group service
53
53
  module Aws::MWAA
54
54
 
55
- GEM_VERSION = '1.20.0'
55
+ GEM_VERSION = '1.22.0'
56
56
 
57
57
  end
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.20.0
4
+ version: 1.22.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: 2023-04-03 00:00:00.000000000 Z
11
+ date: 2023-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement