aws-sdk-inspector2 1.50.0 → 1.51.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: 618e1c6f08443a1c8fb7e1182bcded36e766e9ebc9d7bd44730c833073711743
4
- data.tar.gz: ac4b73c85f94fb16335edf87d98cfb19aff2333769e8378bcdf4b88a068dbe76
3
+ metadata.gz: 10bb9f48780463c706838b027eee83cdd1ba1dbcba97e98fa49574ee72bd9bce
4
+ data.tar.gz: d1f969ff8a9423721092e2591fde2af1598c4ad9c06db3ade4183cc1682e2a95
5
5
  SHA512:
6
- metadata.gz: 7b3f077b4cbf16783e1afb1fde3d9006762de589394f46d380281399ae262053d3465452cd940f6fe6d7732a0eb162a6f15b30ead62594677ae08c0b1e754fa4
7
- data.tar.gz: 2dff9713bae8542447047e6e0eaaf1c642b1c60c636e4659381f601c774ba5379fa75fa07f6a99bef71d8f237833509f972eae40b6db4ba9770994e331c38c21
6
+ metadata.gz: a9c7656e2ea721db0861b215fb0776b00466d04524530ee36042eae51007e8fc2dd18ce509e10c92295d4d1f70686a636b68a244889b72247cfbc23a57f83405
7
+ data.tar.gz: 2b0aabf3cf95caecb86446a52e4b170848649ead55fbf598b20ff99236d91d393c0d31081abc193dbc10629d82e3281f8b33541d55af3ad999faf26bdd0aaa2c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.50.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -200,8 +200,7 @@ module Aws::Inspector2
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -5395,7 +5394,7 @@ module Aws::Inspector2
5395
5394
  tracer: tracer
5396
5395
  )
5397
5396
  context[:gem_name] = 'aws-sdk-inspector2'
5398
- context[:gem_version] = '1.50.0'
5397
+ context[:gem_version] = '1.51.0'
5399
5398
  Seahorse::Client::Request.new(handlers, context)
5400
5399
  end
5401
5400
 
@@ -54,7 +54,7 @@ module Aws::Inspector2
54
54
  autoload :EndpointProvider, 'aws-sdk-inspector2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-inspector2/endpoints'
56
56
 
57
- GEM_VERSION = '1.50.0'
57
+ GEM_VERSION = '1.51.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspector2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services