aws-sdk-snowdevicemanagement 1.42.0 → 1.43.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: 7d4b0bdce5bb7bdddad8bef4523038ef6f57cc8264208fe379c9538efaebc802
4
- data.tar.gz: fed05523b8fc23b6c644fb58c4f9e8997eab61955de6e6175908f6afbd9f2f95
3
+ metadata.gz: daaa32dcdfe21afb4f0ba0b552004cee99aac3601c6758c6a57dc640c1d3dfd8
4
+ data.tar.gz: 7ca503f713a449307a4456a75121fdb27e8c561932e7bf7807dbfa09ae76a469
5
5
  SHA512:
6
- metadata.gz: ffb14a915179bc206b3874f9b91f2e5775349b1eb3850b715b8ac7a17fb431cc01fa82600c2e1adfcc96ada15c75916f299cf726f4361e9a772df770bde61f87
7
- data.tar.gz: d5dfef12ea4989c5777db04b4bc355d47ba626e2af022e9ce08c09583239693ca6470b32c92abaa5f07344d5dc91762ffc64c2accdfaddd1095225628319e996
6
+ metadata.gz: 704d956854ddac054a08e35e76217c95efe10ecc91224179dab3103d86b8db0451f5571034a77c9114566dd0a050a0c75e8cd6329400f5c44ddb430eed91c00d
7
+ data.tar.gz: bea623bbcaee59fbaa8a86c791bd69d781949509bdf147caf91fe79951200c39777330c9f065c014ea6f5fd1d58bc142b0332563d8c5113053ba2509560d460c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.42.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.0
@@ -1078,7 +1078,7 @@ module Aws::SnowDeviceManagement
1078
1078
  tracer: tracer
1079
1079
  )
1080
1080
  context[:gem_name] = 'aws-sdk-snowdevicemanagement'
1081
- context[:gem_version] = '1.42.0'
1081
+ context[:gem_version] = '1.43.0'
1082
1082
  Seahorse::Client::Request.new(handlers, context)
1083
1083
  end
1084
1084
 
@@ -28,7 +28,7 @@ module Aws::SnowDeviceManagement
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://snow-device-management-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::SnowDeviceManagement
54
54
  autoload :EndpointProvider, 'aws-sdk-snowdevicemanagement/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-snowdevicemanagement/endpoints'
56
56
 
57
- GEM_VERSION = '1.42.0'
57
+ GEM_VERSION = '1.43.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-snowdevicemanagement
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services