aws-sdk-iotevents 1.43.0 → 1.44.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: 3f97d687187dd3cd80cb6a79029c6fad88e3892acdaf15d1d000cff498e64858
4
- data.tar.gz: c7a3028ee687c873915e6b45df77ca5f59e8f0a7e5a95052f359156c0cfb0772
3
+ metadata.gz: 22425efd1f606f69869f7afd60595b575e62de0269f41743ec5932eaa05b2c69
4
+ data.tar.gz: 1d560c66759c12d146494e32ce1b14f1c2e07e21aa283d4757b81372a3e51d65
5
5
  SHA512:
6
- metadata.gz: 7de14a460d024d91b9011fa6971358633f48adba9b81a15acf0d0d44b4178e4068e87e9365d2f68118f2d3309e2fe7b001b25bdd2332e8b2b507f5db5e24f402
7
- data.tar.gz: aac7a16681e18d8ff0c7be1872dd6996c2e60744e8c6fc1260b08ebd7dd1e4a22b33ccd908bb980e4e2d0d590f9d7544a6b8ea1e3a58dc5bd2af8d1b6c94486f
6
+ metadata.gz: 382313d4e7a0e477b0ebc873929a97c717f1bedeea4a242ae220d7656f70a987e40e1adbb1b499268b1d09cd7deea1534d1c74a0f2670a33361cd4f12d2960cf
7
+ data.tar.gz: bd3afb1ef90869f66444a6d50aa97b581f214e40c42dde22998f8c9916fb627e964548c35878f7a48102b7a8340d53416bc191d256bf40a6d2f5f5195d84f4a6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.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.43.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -3444,7 +3444,7 @@ module Aws::IoTEvents
3444
3444
  params: params,
3445
3445
  config: config)
3446
3446
  context[:gem_name] = 'aws-sdk-iotevents'
3447
- context[:gem_version] = '1.43.0'
3447
+ context[:gem_version] = '1.44.0'
3448
3448
  Seahorse::Client::Request.new(handlers, context)
3449
3449
  end
3450
3450
 
@@ -25,16 +25,17 @@ module Aws::IoTEvents
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-iotevents/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTEvents
54
54
 
55
- GEM_VERSION = '1.43.0'
55
+ GEM_VERSION = '1.44.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotevents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.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