aws-sdk-greengrass 1.61.0 → 1.62.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: 0ac2121d73767eeeac572aa777b27147fe58e74428f2154ece3494451fe981aa
4
- data.tar.gz: 1a7448b9a9ed071090d9493b561496cec6ad8c5c17d4593341c206163bbe933b
3
+ metadata.gz: 05b2e4f2323ef42abcda4acb5924ceae3e32f6e3823100c0dcaee734c153f4cb
4
+ data.tar.gz: 7966f65dabca8ab6575cea428c89a36206689b6b743705e2b7d15b5811e157c3
5
5
  SHA512:
6
- metadata.gz: dc873a72222c8845196090b88cd58bf00471988696ecb01611b3c2dd95de0f45730700febc53ddd64bb9583e5eb6ecc87be14e9bb68932be88e5331d30168650
7
- data.tar.gz: 806a9937f8f9fe63fcb5e14b58eb0eaaa90e4408049ea6b52e80a3478c6490277debd6d05f3d3d4765d931356da9d536ec9cffacc38f29902af0d8da0ca7ebdc
6
+ metadata.gz: 8005d666116223a66a245c2868a7d50e869f932d282816f32e7b74334963ac679ec232b36bee6854869da34f21a72b1b2622ff5fcf28e5a5f66798edd642891a
7
+ data.tar.gz: 92a5c72ac8503a199d421cd26a1c2dfde65740667bd5cdbd6f39ae0dac41d81b8f269faf01ee3e64a489afc4b81c9bd87f183a4eb20ae1060c53a4c54ae4ba17
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.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.61.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.62.0
@@ -4158,7 +4158,7 @@ module Aws::Greengrass
4158
4158
  params: params,
4159
4159
  config: config)
4160
4160
  context[:gem_name] = 'aws-sdk-greengrass'
4161
- context[:gem_version] = '1.61.0'
4161
+ context[:gem_version] = '1.62.0'
4162
4162
  Seahorse::Client::Request.new(handlers, context)
4163
4163
  end
4164
4164
 
@@ -25,16 +25,17 @@ module Aws::Greengrass
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-greengrass/customizations'
52
52
  # @!group service
53
53
  module Aws::Greengrass
54
54
 
55
- GEM_VERSION = '1.61.0'
55
+ GEM_VERSION = '1.62.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-greengrass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.61.0
4
+ version: 1.62.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