aws-sdk-autoscalingplans 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: d5ef531e9382bba5e67f00048504e28354c7f9c91b9908e492e1132947b42546
4
- data.tar.gz: f70ce3d285397c7fec16be1bacef48d59c91302782737e42ef378b18fb8fa6b7
3
+ metadata.gz: 3d8ab304cfc095485d6149b750e3077c40903566a6964970e065874efeabbbaf
4
+ data.tar.gz: 404ce907a3062a1c1bcb971195dbd9af945a970caca99b9eda617be54dd990d1
5
5
  SHA512:
6
- metadata.gz: b5fe6c44d65f5ace6f1e3015be87648018d28bc18d830e717d906edf867dff836ea0410759a6246c963e5c0de254fbea8708e6f34f75b3416dcaa49154a854d0
7
- data.tar.gz: 4374d3a59a325d11291d941d06435ca9be749fbed87273b408becc1d645b493bc323fee4d50b0b29192c24e2476e6ebbe906c0baaa40070aef71fd23f461e951
6
+ metadata.gz: 5d543c7b5b2f4cb326bf251f0985b3b090500a7bd718b4031019bb9534118186484a2c7a25a5fbac65a26debe4b5af7679b2313d7d5313dbf896476ab289961e
7
+ data.tar.gz: e5f52f712f3b70b5585aa936b29a0645f608c81e0addeb6295ccd3cd021535d960ead085706f72acec5e94cb802d1588961e2ff52d06338bdead861b4825c14f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.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.50.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -945,7 +945,7 @@ module Aws::AutoScalingPlans
945
945
  params: params,
946
946
  config: config)
947
947
  context[:gem_name] = 'aws-sdk-autoscalingplans'
948
- context[:gem_version] = '1.50.0'
948
+ context[:gem_version] = '1.51.0'
949
949
  Seahorse::Client::Request.new(handlers, context)
950
950
  end
951
951
 
@@ -25,16 +25,17 @@ module Aws::AutoScalingPlans
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-autoscalingplans/customizations'
52
52
  # @!group service
53
53
  module Aws::AutoScalingPlans
54
54
 
55
- GEM_VERSION = '1.50.0'
55
+ GEM_VERSION = '1.51.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscalingplans
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: 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