aws-sdk-inspectorscan 1.20.0 → 1.21.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: f54e1a4874fc617b411e2dabbd5f683eb330d5e7986c524fd9c033b901b32497
4
- data.tar.gz: f5430f1f0db556f4798fc246673a01ab72be140df5659639faabc0dc8179fc69
3
+ metadata.gz: c508098200a5402ec9a14ddd0e1a5a9ab6a82a3cc4f18959b5dc9306c04d38a2
4
+ data.tar.gz: a7a729dd6817d7f4628170cc0531f2b3ea4c90a3772fd0e184f0d4154aebc727
5
5
  SHA512:
6
- metadata.gz: 2f943949064aaaa9a0414e0d275459d3dbb44d74b37f4dce96dcf6f1fffb44f44a44f908e82c8fc7b3e8f1532d224e0c19b8f4e53e560ce780e6768b60ff9f41
7
- data.tar.gz: 23b4357cfa548d281c555f78529f4b3135996c43935dc86c288c0c07b78f9d7cb8110c1814194451384d1af6e3601fbd227d5b94e107a9132961154e93ac122b
6
+ metadata.gz: cbbc574b9de431ae1583b656c10b28a896d52d50963d9a713387472417bbe165bfb58f15ec90d0169ee587c728aab493a01d4bb99f1a6d813e1360a54e492801
7
+ data.tar.gz: 33f4ffa39f3f64d5baee61d119a16f770a71f34d23e924b6b3f849f4416802ab297664ce1c1a67dde4eb99486f0798c68220130507213b836283e9617d7e228a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.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.20.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.0
@@ -200,8 +200,7 @@ module Aws::InspectorScan
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
@@ -529,7 +528,7 @@ module Aws::InspectorScan
529
528
  tracer: tracer
530
529
  )
531
530
  context[:gem_name] = 'aws-sdk-inspectorscan'
532
- context[:gem_version] = '1.20.0'
531
+ context[:gem_version] = '1.21.0'
533
532
  Seahorse::Client::Request.new(handlers, context)
534
533
  end
535
534
 
@@ -54,7 +54,7 @@ module Aws::InspectorScan
54
54
  autoload :EndpointProvider, 'aws-sdk-inspectorscan/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-inspectorscan/endpoints'
56
56
 
57
- GEM_VERSION = '1.20.0'
57
+ GEM_VERSION = '1.21.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-inspectorscan
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services