aws-sdk-securityir 1.4.0 → 1.5.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: eb802d5ef242fd6b5f4af853263d6e5acd47e8af3ddf04bb54c9b35da0be0a69
4
- data.tar.gz: 9e2d2ff47e6cf2020129395550167669b143adcf5db775abe9a19e35b8fe19a7
3
+ metadata.gz: b5b2239d3f0a2af29d1a8fb1bf482467c2652c80978fb0ffdc2af42a5ee3310b
4
+ data.tar.gz: ecbdad2483b5f8bc6c877b36797bc492ff08a8cd5fa61ece2436b3281bcd3c99
5
5
  SHA512:
6
- metadata.gz: de73ff3e36960be220e60220aa8f2a0e6bf2d4e55506eaeca40e8503067c800a19acfa7b44c36a6d3a8544b616ea96e3d404335896c2b8d65d202cefc99c3249
7
- data.tar.gz: 8dcbb6e5979800112d72c96b03aa9fd46c19ea93b901b01045caa4b3c90deadb9386c17cff06163a847bb0c0214a50244cbb98a3835c61816415f92131a68fa8
6
+ metadata.gz: 38d8bdf65205a006783d7cc1d1a1096bb8c8851b25fbdf69c88878249a580da3d2e96ec7ee128069a19d2c9b3a5dbfba72c76583ac2a7057f0760812c7255b09
7
+ data.tar.gz: 7ff68d1ba82f81e5cfd546238d52d5dbc00df6c4f0865f194afdf308ffc3df4bc7e38256378cceafdfaf593f4a52b94a072615298a456534e9c533f7aff4d18f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.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.4.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
@@ -200,8 +200,7 @@ module Aws::SecurityIR
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
@@ -2091,7 +2090,7 @@ module Aws::SecurityIR
2091
2090
  tracer: tracer
2092
2091
  )
2093
2092
  context[:gem_name] = 'aws-sdk-securityir'
2094
- context[:gem_version] = '1.4.0'
2093
+ context[:gem_version] = '1.5.0'
2095
2094
  Seahorse::Client::Request.new(handlers, context)
2096
2095
  end
2097
2096
 
@@ -55,7 +55,7 @@ module Aws::SecurityIR
55
55
  autoload :EndpointProvider, 'aws-sdk-securityir/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-securityir/endpoints'
57
57
 
58
- GEM_VERSION = '1.4.0'
58
+ GEM_VERSION = '1.5.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securityir
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services