aws-sdk-autoscaling 1.101.0 → 1.102.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: f4354c185fd53233c1641dbe29a02d9bce1bbad55e98f1bbc4a26a9d687b0624
4
- data.tar.gz: 6c7a015a232ffa3e3b92def3838fedfc50698b66ef95f9127c9b2a6411a78d13
3
+ metadata.gz: 695edc765686ea8a13ea91221ebf6adfe465b6409b0831aa9e3a18662c00d8d2
4
+ data.tar.gz: 6ae35bbb3f6ef4f2a1e85e4a034d412b80d97dcdf81af89b815b520882b0c83e
5
5
  SHA512:
6
- metadata.gz: 638153662117d526fac2e3f4d12cf43e4b4b2f0a293dd3314697f408d2c5543fdc140341b8cb3d90128912abe92304168eeb70c76e8e61cd9e0234d245029154
7
- data.tar.gz: e88b4b2620d31645e890a350434d099a4c69ece9c04d0b82eee772ab35878d094bbcde82ae534a0d0f102f682cfbd002a40d64a5c6bc5cba1aafb9e11ffdcb1e
6
+ metadata.gz: 7d7d5763e4c958d8a2b405b271976edc840766bba822ba6173653a3de6f3d0ad74ef168b47e733e27ff7f3629e69258596a511b305432877645ae753832b2e41
7
+ data.tar.gz: dd2ed876346cf02ff998118522ef265c96ea6db5b61d51dd9c79c2b7bb24e737a065775d9a57e85512dbf694ad46d6b30ea698119fedf9b1273e23a3c0eb0349
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.102.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.101.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
1
+ 1.102.0
@@ -7164,7 +7164,7 @@ module Aws::AutoScaling
7164
7164
  params: params,
7165
7165
  config: config)
7166
7166
  context[:gem_name] = 'aws-sdk-autoscaling'
7167
- context[:gem_version] = '1.101.0'
7167
+ context[:gem_version] = '1.102.0'
7168
7168
  Seahorse::Client::Request.new(handlers, context)
7169
7169
  end
7170
7170
 
@@ -25,16 +25,17 @@ module Aws::AutoScaling
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
 
@@ -63,6 +63,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
63
63
  # @!group service
64
64
  module Aws::AutoScaling
65
65
 
66
- GEM_VERSION = '1.101.0'
66
+ GEM_VERSION = '1.102.0'
67
67
 
68
68
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.101.0
4
+ version: 1.102.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