aws-sdk-pinpointemail 1.82.0 → 1.83.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: 7c721afa40d0b0dd34b36bdccdbc9709d397ca790f466029b4386023919b36b6
4
- data.tar.gz: 4f0d8a84b18e40aae7f440c6e5a31e76c9df8bc37a1c6af526b46a13bb977a81
3
+ metadata.gz: e41f92a6b83865dc5680d54284b581c64d16ebc2ca88cc14e4eeac8517696380
4
+ data.tar.gz: c959c48142d1062988d4bd58eda47985226140d91a594c38b26a405177307c3b
5
5
  SHA512:
6
- metadata.gz: 785619ee4dd8c6528bdfb12ff170cdeb2c7b335515f9a9e976303fe5e4f711d6e2a321239615d241331288c5a8ad9d8bd2f14f0d94480645cdaee00cf8653f88
7
- data.tar.gz: 17a295b47d870d4e41c75f2cdfe5e2bb4ef7545a4d9d7415fbf3a2f19fb3ebd4930bd296a034acf967cc0762f765cfe1e59683beaf8aa52ef06b0c99dd615b8c
6
+ metadata.gz: 3c64a517b326eaf5537b854b4523c51d084c4ce301bdc43fb1ecda86359a00cac23d90c7caec451c38554f1bc128b60373a298c174946f09b61e1232c8bf9c95
7
+ data.tar.gz: 45e41ad8e813908aebfe3055330fda927b08dac173d107c9d95f0b17d215f36129ee2ac6cc4b7a021e74dbc503fecd08efef84a87ae38f24b6c1342c488905ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2026-06-02)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.82.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
1
+ 1.83.0
@@ -2407,7 +2407,7 @@ module Aws::PinpointEmail
2407
2407
  tracer: tracer
2408
2408
  )
2409
2409
  context[:gem_name] = 'aws-sdk-pinpointemail'
2410
- context[:gem_version] = '1.82.0'
2410
+ context[:gem_version] = '1.83.0'
2411
2411
  Seahorse::Client::Request.new(handlers, context)
2412
2412
  end
2413
2413
 
@@ -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.82.0'
57
+ GEM_VERSION = '1.83.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.82.0
4
+ version: 1.83.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services