aws-sdk-iotfleethub 1.21.0 → 1.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d848a2150055d9f54fd526907c86b1f10432fdd33e0abb7889ee05a2644bf184
4
- data.tar.gz: 1777474b0811b0c6f6e95393c6c2cdca7d8c09453dcea26fd705c1c90277ae3a
3
+ metadata.gz: 2ef421cddfb28356a11e67660fb11291f5a7f48ca6a91b049945550ee7fd30dd
4
+ data.tar.gz: b03d29f605fbe3622c25d6f39ea749dd26efd1c94165474b3eca1cfba6c6cfc0
5
5
  SHA512:
6
- metadata.gz: e198af29d69c6e6fc0db75f6b6da9431685ebe5cb3753696a1d31329cd08716d17b515c226f03eb4d240d72db645bda41caa22eacf808b5879b58376929b2677
7
- data.tar.gz: d9275df514875df8100c8fef8bd82e95242a6f64987949f7769a78006b3698535137633ee03b2af6c7a29ea4148a0ba2a4db918fdc04dbc92eb6f842627ba808
6
+ metadata.gz: fa0317991fd59af2749b24e3592eed8a45426b8354840df507bee49e65e63120acd96f287c3437c408db80b246c2a74c2bed1e0122ec7e10c8ab860ae895be4e
7
+ data.tar.gz: 93d63c7bf65a2eeab7692c60fd9fd72247a64b52971ea988d747f546d472bbb3dd2d06495549e20f506767cbd0c1394c1c16e18e27aec1cc5080835e0b1e5fd9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.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.21.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -732,7 +732,7 @@ module Aws::IoTFleetHub
732
732
  params: params,
733
733
  config: config)
734
734
  context[:gem_name] = 'aws-sdk-iotfleethub'
735
- context[:gem_version] = '1.21.0'
735
+ context[:gem_version] = '1.22.0'
736
736
  Seahorse::Client::Request.new(handlers, context)
737
737
  end
738
738
 
@@ -25,16 +25,17 @@ module Aws::IoTFleetHub
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-iotfleethub/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTFleetHub
54
54
 
55
- GEM_VERSION = '1.21.0'
55
+ GEM_VERSION = '1.22.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotfleethub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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