aws-sdk-inspector 1.80.0 → 1.81.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: 6b2f18a8a8181f15a9f9c49877677638339a68e9858687e561065e50e86c116c
4
- data.tar.gz: fef3303646d2f6cd449970574b4a0cf4b176367004b65fb2b8b558932d7ec1a9
3
+ metadata.gz: 88c1c2550dbfee643a34d1221e653f3ed698f8f8e1cca59d62f003a9ddca3239
4
+ data.tar.gz: aedfc0c0689ed846d928746782f48fd1b1e764336404edf720cdbfb0856a581a
5
5
  SHA512:
6
- metadata.gz: c6bd9433fae219641bf4e3d9c300f6205b1e791c55a5eaf8dbbf57268d45e4f419177479ce823caebdb9a246be9cf5e4d80e65e7e66babb5287ad1a5f80ff5e5
7
- data.tar.gz: 0f9f628c50451a18c9c7fe74fdb6ef8a3ba8514c1008f40999eb1a6ff35524a509d0e9de2243324467423850413a53c46295c4541c89aeec576cf64b3cfe2adc
6
+ metadata.gz: bdf5108b964b49bc59b044b3531d161c051237093890477c204ba8dbe2185245ed2934f895375b21a6d747945ed128aa8806943a5c771d78083cb90e99de3373
7
+ data.tar.gz: e101c7641a7fd9b0b643a9ca9c80ca7eac63fca77db7a71f2fa435b1b67249a1753f81495fd2cf2d7518d58b8dc1a6064ee748f78efec3c042ffb2f2dbc43ad1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.80.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.81.0
@@ -3148,7 +3148,7 @@ module Aws::Inspector
3148
3148
  tracer: tracer
3149
3149
  )
3150
3150
  context[:gem_name] = 'aws-sdk-inspector'
3151
- context[:gem_version] = '1.80.0'
3151
+ context[:gem_version] = '1.81.0'
3152
3152
  Seahorse::Client::Request.new(handlers, context)
3153
3153
  end
3154
3154
 
@@ -28,7 +28,7 @@ module Aws::Inspector
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://inspector-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -54,7 +54,7 @@ module Aws::Inspector
54
54
  autoload :EndpointProvider, 'aws-sdk-inspector/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-inspector/endpoints'
56
56
 
57
- GEM_VERSION = '1.80.0'
57
+ GEM_VERSION = '1.81.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-inspector
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.80.0
4
+ version: 1.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services