aws-sdk-inspectorscan 1.1.0 → 1.2.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: b236967e9a5a3c5329ceae2f0be715319581d78205c95d7f1f56182f02fa88b8
4
- data.tar.gz: 77a60dfbac69cca8fce8319a654590f393ff769e6b1155d2ef340be8d7c6de18
3
+ metadata.gz: 6f4fdf1489fbebc52ac328728ed6ac6df7d60497d07eb7c7bab798fca2dcd1b8
4
+ data.tar.gz: 12e2674a3bcee837cc3a9d116b5917895b332c5bea168251ba03eb9f06e79114
5
5
  SHA512:
6
- metadata.gz: 287352bf43dfc7030672fd7c8c8f138af8d7d68230dd857eae0d90bed825dd8519b0989fe84197c56514f6a0bb274af5d5ad36eedd935b9577a492601fe33900
7
- data.tar.gz: 6ff8a3b3ee319712635c5a4f535d2e9b7186e66091907f4b726e4a1483fb5e5289ab0c231c957c4ec7aee677a6611e17f7103dd2a61eafff7444b6be7454b42e
6
+ metadata.gz: ec050389bac6883d088a634da5158d13d7e2ec2076f98b7c08b078425d24dcf64f036206448a5f84df619055ee39e2c4560df030ceff4425f2107bbee1ab9f8e
7
+ data.tar.gz: 393408e33217c690bc2516b8ffdb6d0327ab638e0965bc9cedb303f3a55eaab05b2d8b4498bc8ef4ff72126c80855650948ab1a07ffd87b25f586cda022ec9bb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.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.1.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -442,7 +442,7 @@ module Aws::InspectorScan
442
442
  params: params,
443
443
  config: config)
444
444
  context[:gem_name] = 'aws-sdk-inspectorscan'
445
- context[:gem_version] = '1.1.0'
445
+ context[:gem_version] = '1.2.0'
446
446
  Seahorse::Client::Request.new(handlers, context)
447
447
  end
448
448
 
@@ -25,16 +25,17 @@ module Aws::InspectorScan
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-inspectorscan/customizations'
52
52
  # @!group service
53
53
  module Aws::InspectorScan
54
54
 
55
- GEM_VERSION = '1.1.0'
55
+ GEM_VERSION = '1.2.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspectorscan
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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