aws-sdk-mwaa 1.30.0 → 1.31.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: b39a091ac38dff0d7ac21daf0e8a31942e5d01fa72d8b2be4286cb1a43916294
4
- data.tar.gz: 732e63ef765d2162d872f84715dac272b1b3e7e9e1e4690ce73355d32ac74ce2
3
+ metadata.gz: fea3fd6f8f99182a8963c5c04b12e775eb71b952cbf2f1921968f075a4c9d3ef
4
+ data.tar.gz: 55abcd580d8defad40de3a529389226d275d6ad2710b6974cde9d764c87d1a53
5
5
  SHA512:
6
- metadata.gz: 307f8b15b516d875290cc99a135028a0a14a4f8153a805cd11baeb52eeaa80cf3b86946df15a388b3b8cf5bec21d4455dab8b1ee173fbd5dfa51080b5ce710f8
7
- data.tar.gz: d8ae35ea9ccbe3a7a21423f772c69e452c25d800cd7e7db06b77b01c2606881b87865da1eb40017d2e80adfbd6a81c7d9915338663f7ae162e7bb170f1e4563b
6
+ metadata.gz: 6aa9c60b42a61ab8d7ddbf9cba195e1247bd2c7651ccb8f13f50e1ffbc501a3f3f22aabbdd2df6869ef9d5badadd43c4666e0aa3e321f8ca80dafa42f77db509
7
+ data.tar.gz: d3ceef8ad34a38f0c62a16a8da9bfe2bf71f290d4c22e64cc6bb95dc95300825146cf20ee3a69926121d76e2234578926a741512047851050db977d82b1ac140
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.30.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -1324,7 +1324,7 @@ module Aws::MWAA
1324
1324
  params: params,
1325
1325
  config: config)
1326
1326
  context[:gem_name] = 'aws-sdk-mwaa'
1327
- context[:gem_version] = '1.30.0'
1327
+ context[:gem_version] = '1.31.0'
1328
1328
  Seahorse::Client::Request.new(handlers, context)
1329
1329
  end
1330
1330
 
@@ -25,16 +25,17 @@ module Aws::MWAA
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
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.30.0'
55
+ GEM_VERSION = '1.31.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.30.0
4
+ version: 1.31.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-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core