aws-sdk-pinpointemail 1.70.0 → 1.71.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: 6fdc0dc1c4761adcc0006cf07b7e294364f49fc97a3c51237e4d2d795a18633d
4
- data.tar.gz: f8c5ff224b8d33bbf5efee6f41384fe881692d870084154ceed9e79b8712c321
3
+ metadata.gz: 44f4675174b4abbff9bc1bf8e6ef7e15dde387fba8c664979d13b7dbd81352a9
4
+ data.tar.gz: 38aa8f184064a653a0eb2907e5996d194a4fba10abd231d5f79c74635312d2f7
5
5
  SHA512:
6
- metadata.gz: cb2b24e8025316379ff510bbd6c04e42b63618e132c01cc3a65dec3989c420d096945cb4f87797c6a40ed36ae8f36cd8823f9886d4c44460ca0784aad79cfcd5
7
- data.tar.gz: 7d41b76e729c2b38177f9e81771204c711fe2beb633886f2e957a5d4e59a71245a44a8e11931bad6ea1513e2b60f11294e2d71efbfbe378e81fdb5c6f8d3026b
6
+ metadata.gz: c2704eb8fa240cbecaeec8663d86f876b5d0cbb2b456ca9b8cbb6e464445de3bd0e3cf5f68e0ac013097d5c2028cbcce5132ee4dd901b17da839a54f0ece4e9a
7
+ data.tar.gz: a02d09d761af72c79f12f350f18278a2e377e85e3b4dab81c7c254c34ce4e4d4711523137ae4756ce1ec500f6aff1933ed3c4bec73895e87ff30de13e10f0560
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.70.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -2409,7 +2409,7 @@ module Aws::PinpointEmail
2409
2409
  tracer: tracer
2410
2410
  )
2411
2411
  context[:gem_name] = 'aws-sdk-pinpointemail'
2412
- context[:gem_version] = '1.70.0'
2412
+ context[:gem_version] = '1.71.0'
2413
2413
  Seahorse::Client::Request.new(handlers, context)
2414
2414
  end
2415
2415
 
@@ -28,7 +28,7 @@ module Aws::PinpointEmail
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://email-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::PinpointEmail
54
54
  autoload :EndpointProvider, 'aws-sdk-pinpointemail/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-pinpointemail/endpoints'
56
56
 
57
- GEM_VERSION = '1.70.0'
57
+ GEM_VERSION = '1.71.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-pinpointemail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services