aws-sdk-inspector2 1.23.0 → 1.24.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: 8c45b3769814c5ec5be8815be21b87969532b3c99b6702261d08db1ab76feb6a
4
- data.tar.gz: db2bc419324f76566f48c02f6666e71f60d22b9faa750350b5bf24e756cfccb6
3
+ metadata.gz: 57c242900e33e3aa026f0cca11be9ce16e3fdd654a9fbf872f20954e8fe19dca
4
+ data.tar.gz: 22147d7fbc2a2fe6d6f6d0db7b31b95cac50a09aa4f1d164b083af0dba0e1571
5
5
  SHA512:
6
- metadata.gz: aa0a53445a521d9423d436be994aaf97f10cc9fcc968e486d22d432542a8a15c357870204233678bf53b02d418f3ab812c825f32c92514bdc65bf90faf2bb496
7
- data.tar.gz: cbc50f3cde4ce6640bcd6d4307dab515fd934ceebc3abe1b0b8b554d139b46fa286426d110596ed93b978623237a54585341bd47b2af06c1b826c1936105683f
6
+ metadata.gz: ae116a7763216cb5e631cb6a6ec1c36b1c1f1117aeccea714991cda1b5ff2cbb8c0a86ab4c20d4803182f57d97a9155d3a472ea0b5d14b59ae7b6ce1c65be439
7
+ data.tar.gz: f78dcfaa9358705a116ce168a58b13d7b077a0894751ca1597dd1f3d1a0e4f6e0ca409bb76b9999008168121617925c3b4584f35496d6963e8a77a5f8b1133c2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.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.23.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -4331,7 +4331,7 @@ module Aws::Inspector2
4331
4331
  params: params,
4332
4332
  config: config)
4333
4333
  context[:gem_name] = 'aws-sdk-inspector2'
4334
- context[:gem_version] = '1.23.0'
4334
+ context[:gem_version] = '1.24.0'
4335
4335
  Seahorse::Client::Request.new(handlers, context)
4336
4336
  end
4337
4337
 
@@ -25,16 +25,17 @@ module Aws::Inspector2
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-inspector2/customizations'
52
52
  # @!group service
53
53
  module Aws::Inspector2
54
54
 
55
- GEM_VERSION = '1.23.0'
55
+ GEM_VERSION = '1.24.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspector2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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