aws-sdk-chimesdkmessaging 1.52.0 → 1.53.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: 0e39b9f14d87370174a185dadf0a7c4161505cc0fc160b188d77cbb8a35fa64c
4
- data.tar.gz: a6ced8e9a46b4198264d2139210af7698eeb875df6cb3c1d88723ef7a4f7e5e4
3
+ metadata.gz: e25874263626c26e9f7ccf23f0283ed0225d2d5b8c9b934ed6961cee3c325bf6
4
+ data.tar.gz: e2447f058278ee391dc5ad03daa3af28fb8b54c7175b1ad7441e749dca1dd67b
5
5
  SHA512:
6
- metadata.gz: bfeecdef87355acc7297863f5cfa882521e1ed28e3aa4bd54cb1f4074cfd63e559c1d434668045b6dfce80a2eb7b54f9ad80da756f50517f5fd612495d11bc8a
7
- data.tar.gz: 05333e72900da4506c452907c8601541c455ce10a6183bba76cb5aab16108dd15e89408eaff42e2fe8eaf595c2ffda1c891eb0dda6a56a45e798229e59cb978c
6
+ metadata.gz: 7bfe98fa7f0dc9d062966a27e095fe8607f6751f795e4d6e258c2170ad218f9ca334df481881e44c77d81bf0710dd8533d6969c5e95174a57af4bc0e6c826068
7
+ data.tar.gz: 99bf38ee13f38c3055fd30b4d86a571c8882b2ce7cc60ceae6df1ef952e71d8e96bd95c16007ea313eaa63df8f9122fe1aff1ec3fa8a71c9b9f87b024d3e28de
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.52.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -3312,7 +3312,7 @@ module Aws::ChimeSDKMessaging
3312
3312
  tracer: tracer
3313
3313
  )
3314
3314
  context[:gem_name] = 'aws-sdk-chimesdkmessaging'
3315
- context[:gem_version] = '1.52.0'
3315
+ context[:gem_version] = '1.53.0'
3316
3316
  Seahorse::Client::Request.new(handlers, context)
3317
3317
  end
3318
3318
 
@@ -28,7 +28,7 @@ module Aws::ChimeSDKMessaging
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://messaging-chime-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::ChimeSDKMessaging
54
54
  autoload :EndpointProvider, 'aws-sdk-chimesdkmessaging/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chimesdkmessaging/endpoints'
56
56
 
57
- GEM_VERSION = '1.52.0'
57
+ GEM_VERSION = '1.53.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-chimesdkmessaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services