aws-sdk-cognitosync 1.71.0 → 1.72.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: fb5e64133986f1d144ed55c21ad1006fcd05d3f35e417a278cff2a5e51c072d0
4
- data.tar.gz: 1e9cdb973c086a0fbd4af2d869317849b1ac651b0d21b2c53d73a4cdaf3ba6fa
3
+ metadata.gz: 9910581a91c0a12e7b198e65ec8bf39a29531fa557c92b7b47834968f594943b
4
+ data.tar.gz: abb583d532c09114ec1fa324895c116d14b54674d78d28da795c62317fbec148
5
5
  SHA512:
6
- metadata.gz: c0cb536b652cf9e3856420498d175fb308709f88e2a57e07aa07723b7fe953fbad4a4a5ed1de94d287391a49f1b9c2f77d27a7b4d282304a0dcbd5cce3ccc9c5
7
- data.tar.gz: 943cdc0d028896bd11f0beac8585bf794c99b8e58bb73a4b304a9f0c7215b455c7c00108fad3c3242cafcb9e47e8d36478660e9f65d5f8ffade4433b3f605ca3
6
+ metadata.gz: d657555e180d962dec672baae82452f80a01f9f0fecf30e444601c6ca964758807a1d73cf0522dde5bc04e54e9176185b6f3301cd00eb5ae6686f0461e87ffb7
7
+ data.tar.gz: 11afa0a999c8f49cd2c8beca6a1a0a37cf027312ee67b9d9c258af589c58c4da2d063a9c3bfd33dbcb4a891c899d3b50ba1efc31bec715dae942487ddf9dbae9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2025-08-22)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.71.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -1342,7 +1342,7 @@ module Aws::CognitoSync
1342
1342
  tracer: tracer
1343
1343
  )
1344
1344
  context[:gem_name] = 'aws-sdk-cognitosync'
1345
- context[:gem_version] = '1.71.0'
1345
+ context[:gem_version] = '1.72.0'
1346
1346
  Seahorse::Client::Request.new(handlers, context)
1347
1347
  end
1348
1348
 
@@ -28,7 +28,7 @@ module Aws::CognitoSync
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://cognito-sync-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::CognitoSync
54
54
  autoload :EndpointProvider, 'aws-sdk-cognitosync/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cognitosync/endpoints'
56
56
 
57
- GEM_VERSION = '1.71.0'
57
+ GEM_VERSION = '1.72.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-cognitosync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.71.0
4
+ version: 1.72.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services