aws-sdk-inspector 1.53.0 → 1.54.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: 772667a9126e63fb4db1fe78a3b3078c67e6240d9adc7ea9e4903814c10f90a1
4
- data.tar.gz: 493183e865eb858ddca1f004416f5b8cfc5af1513b2403091ea453431ee92fd1
3
+ metadata.gz: 64096b98826fe689c8a7c7924d12dad97cdebd44253328ec7160d61b5cc9412c
4
+ data.tar.gz: 74859bd1a663438aa5417cf2c16e0b035c774301fd9c6987a08f3fa1d4cd28ac
5
5
  SHA512:
6
- metadata.gz: cc8128c9c2688ca02ada3161aa6424b6bbb67b2b1f27c4c0da7dcaa25cb11d337c5c36797a944c8a2a81a2c1da11db70bb7373541ef201fc73173b4267486f9a
7
- data.tar.gz: 8ad61de04df9548cfdf5726c2186a0c44167f8715bc335c5798376949a930b24b7f77ebbcaf1bcd35f2ad2cefa14a74a57c507c88d6a4871ad0bd67e12fa6046
6
+ metadata.gz: a1057d83b6341a2b5df5c278f64cabe26ee7bfa932f41ee53c461dae46d72272ca0fdabae0c5d4dbebc2fb21f956264b19b78eb8bb24f7fef494e1f5fe9a6597
7
+ data.tar.gz: 8637793ff84a8b0e7b3fbeb2391ade57c75a922b4c9753431014f85ae6ad7df3bb8fcd7aad19679dfa7d2a1048a3cbaeeaabb5e7b57dedc69cd24f2cd6450fb4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.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.53.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -3058,7 +3058,7 @@ module Aws::Inspector
3058
3058
  params: params,
3059
3059
  config: config)
3060
3060
  context[:gem_name] = 'aws-sdk-inspector'
3061
- context[:gem_version] = '1.53.0'
3061
+ context[:gem_version] = '1.54.0'
3062
3062
  Seahorse::Client::Request.new(handlers, context)
3063
3063
  end
3064
3064
 
@@ -25,16 +25,17 @@ module Aws::Inspector
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-inspector/customizations'
52
52
  # @!group service
53
53
  module Aws::Inspector
54
54
 
55
- GEM_VERSION = '1.53.0'
55
+ GEM_VERSION = '1.54.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspector
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.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