aws-sdk-mwaa 1.13.0 → 1.16.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: e0cad4adf0374cfbdd572fbed39b751e0adbb8a0d0497c5d114eeb0d2c5fd403
4
- data.tar.gz: 27135422b86ed32db6ba4c8e83f6e4bbf7c5949cde0083d2a44be49216983146
3
+ metadata.gz: 30a514a002277dc751dde05cea0d9d98d9c120c758baaac5adf1423de907f150
4
+ data.tar.gz: 6069b5e02e2729f28b430e21098df9a15d16121ea53a89f7324a3fdb57687ed0
5
5
  SHA512:
6
- metadata.gz: 68fc5d66e9e64b6179836dbcdab92febac4e4cabe6f844499c8f8aec7a45935d6c18cf583004981744ac28ad6c192197bd915780943429f238d077bd24bf95a4
7
- data.tar.gz: d32a8aad36230215b070cd64915edbe6011843d846d5d11ec28af3a52f95e77ba32df21161c06dc63740b72fe5f85cd12b2f29d8d61426aad2f2daf7f3f2449e
6
+ metadata.gz: 4a65c091b2b75352c98d91998210f17560295fb47445f14c9d3c0b77348ee45006291b32316729d718a1d9d787848d585ad60fa950b71efb9e20a4a18bf2775b
7
+ data.tar.gz: 92d0379577d9d11ec5af813b151d38f216690692a032d18b1f0a33669bb6f41b911f5aaeedad03d3d9d85e6e931ca77e40cc1aa692a583f8afccf774b1af102d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.0 (2022-06-30)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon Managed Workflows for Apache Airflow.
8
+
9
+ 1.15.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.14.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.13.0 (2022-01-06)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.16.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::MWAA
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -397,9 +401,9 @@ module Aws::MWAA
397
401
  #
398
402
  # @option params [String] :airflow_version
399
403
  # The Apache Airflow version for your environment. If no value is
400
- # specified, defaults to the latest version. Valid values: `1.10.12`,
401
- # `2.0.2`. To learn more, see [Apache Airflow versions on Amazon Managed
402
- # Workflows for Apache Airflow (MWAA)][1].
404
+ # specified, it defaults to the latest version. Valid values: `1.10.12`,
405
+ # `2.0.2`, and `2.2.2`. To learn more, see [Apache Airflow versions on
406
+ # Amazon Managed Workflows for Apache Airflow (MWAA)][1].
403
407
  #
404
408
  #
405
409
  #
@@ -516,9 +520,9 @@ module Aws::MWAA
516
520
  # The number of Apache Airflow schedulers to run in your environment.
517
521
  # Valid values:
518
522
  #
519
- # * v2.0.2 - Accepts between 2 to 5. Defaults to 2.
523
+ # * v2 - Accepts between 2 to 5. Defaults to 2.
520
524
  #
521
- # * v1.10.12 - Accepts 1.
525
+ # * v1 - Accepts 1.
522
526
  #
523
527
  # @option params [required, String] :source_bucket_arn
524
528
  # The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG
@@ -969,7 +973,7 @@ module Aws::MWAA
969
973
  # @option params [String] :airflow_version
970
974
  # The Apache Airflow version for your environment. If no value is
971
975
  # specified, defaults to the latest version. Valid values: `1.10.12`,
972
- # `2.0.2`.
976
+ # `2.0.2`, and `2.2.2`.
973
977
  #
974
978
  # @option params [String] :dag_s3_path
975
979
  # The relative path to the DAGs folder on your Amazon S3 bucket. For
@@ -1174,7 +1178,7 @@ module Aws::MWAA
1174
1178
  params: params,
1175
1179
  config: config)
1176
1180
  context[:gem_name] = 'aws-sdk-mwaa'
1177
- context[:gem_version] = '1.13.0'
1181
+ context[:gem_version] = '1.16.0'
1178
1182
  Seahorse::Client::Request.new(handlers, context)
1179
1183
  end
1180
1184
 
@@ -77,10 +77,6 @@ module Aws::MWAA
77
77
  String = Shapes::StringShape.new(name: 'String')
78
78
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
79
79
  SubnetList = Shapes::ListShape.new(name: 'SubnetList')
80
- SyntheticCreateCliTokenResponseToken = Shapes::StringShape.new(name: 'SyntheticCreateCliTokenResponseToken')
81
- SyntheticCreateEnvironmentInputAirflowConfigurationOptions = Shapes::MapShape.new(name: 'SyntheticCreateEnvironmentInputAirflowConfigurationOptions')
82
- SyntheticCreateWebLoginTokenResponseToken = Shapes::StringShape.new(name: 'SyntheticCreateWebLoginTokenResponseToken')
83
- SyntheticUpdateEnvironmentInputAirflowConfigurationOptions = Shapes::MapShape.new(name: 'SyntheticUpdateEnvironmentInputAirflowConfigurationOptions')
84
80
  TagKey = Shapes::StringShape.new(name: 'TagKey')
85
81
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
86
82
  TagMap = Shapes::MapShape.new(name: 'TagMap')
@@ -88,6 +84,7 @@ module Aws::MWAA
88
84
  TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
89
85
  TagValue = Shapes::StringShape.new(name: 'TagValue')
90
86
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
87
+ Token = Shapes::StringShape.new(name: 'Token')
91
88
  Unit = Shapes::StringShape.new(name: 'Unit')
92
89
  UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
93
90
  UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
@@ -112,11 +109,11 @@ module Aws::MWAA
112
109
  CreateCliTokenRequest.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentName, required: true, location: "uri", location_name: "Name"))
113
110
  CreateCliTokenRequest.struct_class = Types::CreateCliTokenRequest
114
111
 
115
- CreateCliTokenResponse.add_member(:cli_token, Shapes::ShapeRef.new(shape: SyntheticCreateCliTokenResponseToken, location_name: "CliToken"))
112
+ CreateCliTokenResponse.add_member(:cli_token, Shapes::ShapeRef.new(shape: Token, location_name: "CliToken"))
116
113
  CreateCliTokenResponse.add_member(:web_server_hostname, Shapes::ShapeRef.new(shape: Hostname, location_name: "WebServerHostname"))
117
114
  CreateCliTokenResponse.struct_class = Types::CreateCliTokenResponse
118
115
 
119
- CreateEnvironmentInput.add_member(:airflow_configuration_options, Shapes::ShapeRef.new(shape: SyntheticCreateEnvironmentInputAirflowConfigurationOptions, location_name: "AirflowConfigurationOptions"))
116
+ CreateEnvironmentInput.add_member(:airflow_configuration_options, Shapes::ShapeRef.new(shape: AirflowConfigurationOptions, location_name: "AirflowConfigurationOptions"))
120
117
  CreateEnvironmentInput.add_member(:airflow_version, Shapes::ShapeRef.new(shape: AirflowVersion, location_name: "AirflowVersion"))
121
118
  CreateEnvironmentInput.add_member(:dag_s3_path, Shapes::ShapeRef.new(shape: RelativePath, required: true, location_name: "DagS3Path"))
122
119
  CreateEnvironmentInput.add_member(:environment_class, Shapes::ShapeRef.new(shape: EnvironmentClass, location_name: "EnvironmentClass"))
@@ -145,7 +142,7 @@ module Aws::MWAA
145
142
  CreateWebLoginTokenRequest.struct_class = Types::CreateWebLoginTokenRequest
146
143
 
147
144
  CreateWebLoginTokenResponse.add_member(:web_server_hostname, Shapes::ShapeRef.new(shape: Hostname, location_name: "WebServerHostname"))
148
- CreateWebLoginTokenResponse.add_member(:web_token, Shapes::ShapeRef.new(shape: SyntheticCreateWebLoginTokenResponseToken, location_name: "WebToken"))
145
+ CreateWebLoginTokenResponse.add_member(:web_token, Shapes::ShapeRef.new(shape: Token, location_name: "WebToken"))
149
146
  CreateWebLoginTokenResponse.struct_class = Types::CreateWebLoginTokenResponse
150
147
 
151
148
  DeleteEnvironmentInput.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentName, required: true, location: "uri", location_name: "Name"))
@@ -274,12 +271,6 @@ module Aws::MWAA
274
271
 
275
272
  SubnetList.member = Shapes::ShapeRef.new(shape: SubnetId)
276
273
 
277
- SyntheticCreateEnvironmentInputAirflowConfigurationOptions.key = Shapes::ShapeRef.new(shape: ConfigKey)
278
- SyntheticCreateEnvironmentInputAirflowConfigurationOptions.value = Shapes::ShapeRef.new(shape: ConfigValue)
279
-
280
- SyntheticUpdateEnvironmentInputAirflowConfigurationOptions.key = Shapes::ShapeRef.new(shape: ConfigKey)
281
- SyntheticUpdateEnvironmentInputAirflowConfigurationOptions.value = Shapes::ShapeRef.new(shape: ConfigValue)
282
-
283
274
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
284
275
 
285
276
  TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
@@ -297,7 +288,7 @@ module Aws::MWAA
297
288
 
298
289
  UntagResourceOutput.struct_class = Types::UntagResourceOutput
299
290
 
300
- UpdateEnvironmentInput.add_member(:airflow_configuration_options, Shapes::ShapeRef.new(shape: SyntheticUpdateEnvironmentInputAirflowConfigurationOptions, location_name: "AirflowConfigurationOptions"))
291
+ UpdateEnvironmentInput.add_member(:airflow_configuration_options, Shapes::ShapeRef.new(shape: AirflowConfigurationOptions, location_name: "AirflowConfigurationOptions"))
301
292
  UpdateEnvironmentInput.add_member(:airflow_version, Shapes::ShapeRef.new(shape: AirflowVersion, location_name: "AirflowVersion"))
302
293
  UpdateEnvironmentInput.add_member(:dag_s3_path, Shapes::ShapeRef.new(shape: RelativePath, location_name: "DagS3Path"))
303
294
  UpdateEnvironmentInput.add_member(:environment_class, Shapes::ShapeRef.new(shape: EnvironmentClass, location_name: "EnvironmentClass"))
@@ -141,9 +141,9 @@ module Aws::MWAA
141
141
  #
142
142
  # @!attribute [rw] airflow_version
143
143
  # The Apache Airflow version for your environment. If no value is
144
- # specified, defaults to the latest version. Valid values: `1.10.12`,
145
- # `2.0.2`. To learn more, see [Apache Airflow versions on Amazon
146
- # Managed Workflows for Apache Airflow (MWAA)][1].
144
+ # specified, it defaults to the latest version. Valid values:
145
+ # `1.10.12`, `2.0.2`, and `2.2.2`. To learn more, see [Apache Airflow
146
+ # versions on Amazon Managed Workflows for Apache Airflow (MWAA)][1].
147
147
  #
148
148
  #
149
149
  #
@@ -278,9 +278,9 @@ module Aws::MWAA
278
278
  # The number of Apache Airflow schedulers to run in your environment.
279
279
  # Valid values:
280
280
  #
281
- # * v2.0.2 - Accepts between 2 to 5. Defaults to 2.
281
+ # * v2 - Accepts between 2 to 5. Defaults to 2.
282
282
  #
283
- # * v1.10.12 - Accepts 1.
283
+ # * v1 - Accepts 1.
284
284
  # @return [Integer]
285
285
  #
286
286
  # @!attribute [rw] source_bucket_arn
@@ -470,7 +470,7 @@ module Aws::MWAA
470
470
  #
471
471
  # @!attribute [rw] airflow_version
472
472
  # The Apache Airflow version on your environment. Valid values:
473
- # `1.10.12`, `2.0.2`.
473
+ # `1.10.12`, `2.0.2`, and `2.2.2`.
474
474
  # @return [String]
475
475
  #
476
476
  # @!attribute [rw] arn
@@ -715,7 +715,7 @@ module Aws::MWAA
715
715
  :webserver_access_mode,
716
716
  :webserver_url,
717
717
  :weekly_maintenance_window_start)
718
- SENSITIVE = []
718
+ SENSITIVE = [:airflow_configuration_options]
719
719
  include Aws::Structure
720
720
  end
721
721
 
@@ -1393,7 +1393,7 @@ module Aws::MWAA
1393
1393
  # @!attribute [rw] airflow_version
1394
1394
  # The Apache Airflow version for your environment. If no value is
1395
1395
  # specified, defaults to the latest version. Valid values: `1.10.12`,
1396
- # `2.0.2`.
1396
+ # `2.0.2`, and `2.2.2`.
1397
1397
  # @return [String]
1398
1398
  #
1399
1399
  # @!attribute [rw] dag_s3_path
data/lib/aws-sdk-mwaa.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mwaa/customizations'
48
48
  # @!group service
49
49
  module Aws::MWAA
50
50
 
51
- GEM_VERSION = '1.13.0'
51
+ GEM_VERSION = '1.16.0'
52
52
 
53
53
  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.13.0
4
+ version: 1.16.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: 2022-01-06 00:00:00.000000000 Z
11
+ date: 2022-06-30 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.125.0
22
+ version: 3.127.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.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement