aws-sdk-chimesdkidentity 1.47.0 → 1.48.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: 0db6ba868c3fb3f23f9ea89dc4953a6086f0e6dddd1f8b4541aa6c60605b6444
4
- data.tar.gz: d51a28ef77000b786b10f6f77d0b4c2556cb476d0f5ec3f9f8cdc3266cb4103a
3
+ metadata.gz: 654c2254bfc1f5f5822190c375ed4539b3524f59baeb4e1b76d39585ce2fb54f
4
+ data.tar.gz: 64169e901affea7d381729069983411cfe31779532a7b71687601aa72992cb70
5
5
  SHA512:
6
- metadata.gz: f7fa243e88c11a0b052ad0364c37ad4713ef916a6499e7647defa35490c55c3e685f19b4a3cec091b2c618450a5f1390a9ae9804f6ff057ff84c4e64d62ac799
7
- data.tar.gz: cb1960f01abf922e1f0f86118905f106657fc27653ba662cd26e4f8491f48a897ed9a99e79b4f14f03a04ebad81deeb6211abedff5da5a156f4aef7cad531916
6
+ metadata.gz: c0e005e20d7ac8762e93d628208fd7f2ad75859f26c67de559ff63b462b8f174a3418987b14da6afc84e691caa1d3591efe3330e267b674fc9ada69eac59de9d
7
+ data.tar.gz: 37d001b84e3d8b0c1e53700ac1d13d0547ca439a1f94f7800d30aaae4dfa6474db82e27bdec45ad78bd4212e4c2af3864cf50604e0b8cf76e9221037eb941a9d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.47.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -1706,7 +1706,7 @@ module Aws::ChimeSDKIdentity
1706
1706
  tracer: tracer
1707
1707
  )
1708
1708
  context[:gem_name] = 'aws-sdk-chimesdkidentity'
1709
- context[:gem_version] = '1.47.0'
1709
+ context[:gem_version] = '1.48.0'
1710
1710
  Seahorse::Client::Request.new(handlers, context)
1711
1711
  end
1712
1712
 
@@ -28,7 +28,7 @@ module Aws::ChimeSDKIdentity
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://identity-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::ChimeSDKIdentity
54
54
  autoload :EndpointProvider, 'aws-sdk-chimesdkidentity/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chimesdkidentity/endpoints'
56
56
 
57
- GEM_VERSION = '1.47.0'
57
+ GEM_VERSION = '1.48.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-chimesdkidentity
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services