aws-sdk-fis 1.25.0 → 1.26.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: 16b9bf5a8c28250e8db149cb3a5b36340ac37f64a796c3cdb84800926cb5acb8
4
- data.tar.gz: 41af860926698b3c85350c20eb696b404fdfa1a1b70ca6b4775709cba61b0e00
3
+ metadata.gz: 0ca653be92dccc51387d264d54eaa13ecf2864faedcf0564827bafa6ff4de4f8
4
+ data.tar.gz: d845a228dbc24ea13389e26fcb828c880665e688a9337909ede9c25ac43ae022
5
5
  SHA512:
6
- metadata.gz: 2238b0e493ee663de7516f4f9bc38027c570960d2dfa60b3bd2823a6cdc253f11754140346f767f084eb04c13a4dbf33f350b276ae2826c6a6bf839068f5519d
7
- data.tar.gz: 45499ff2d5f154ca0fafba0cbe3f18f6417176e091399ffb022526b267ace458e5ef9af3b27cb4781ed20f987b4911ed97f14f8c97143646c1ae55606c59d6b6
6
+ metadata.gz: 59de709769084d2c614fcf87b605124078540cc0fed69c6f4d350b3b8173945302af0d104f10953e11cba239359db009d0cb79d15bfcbebbd903508eea626843
7
+ data.tar.gz: 383ec14981524d8ef5daf715a0250039fccb175be8eb4a55c8dc221a5ed51daf9e70d9cf6b199e06e9543e5b5c0c4cf935fd757cccb33c3b409abd0f65a597a0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.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.25.0 (2023-11-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.26.0
@@ -1743,7 +1743,7 @@ module Aws::FIS
1743
1743
  params: params,
1744
1744
  config: config)
1745
1745
  context[:gem_name] = 'aws-sdk-fis'
1746
- context[:gem_version] = '1.25.0'
1746
+ context[:gem_version] = '1.26.0'
1747
1747
  Seahorse::Client::Request.new(handlers, context)
1748
1748
  end
1749
1749
 
@@ -25,16 +25,17 @@ module Aws::FIS
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-fis.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-fis/customizations'
52
52
  # @!group service
53
53
  module Aws::FIS
54
54
 
55
- GEM_VERSION = '1.25.0'
55
+ GEM_VERSION = '1.26.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.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-27 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