aws-sdk-sns 1.107.0 → 1.108.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: 69fa4ec76cd92273e0f66095cbcc1d05aec8858db9eab2c50c76e14171fc3222
4
- data.tar.gz: f4227b6d9a114ec06886e57b24afa63a74d89168afe24842acf7bc8bc58c370a
3
+ metadata.gz: 1dc132dd3a0c116ef520ef4203bb5faf981e3afa03634826a9a493326d856ffb
4
+ data.tar.gz: 2a94c98f3aad9c4a8bf4901a78c1a13899c0b5550f3cbe32ac741d527247f45d
5
5
  SHA512:
6
- metadata.gz: 22c0fde214685a9f115aa1ae199da5441cb84acc3a7e97ae2bd791b09ee72cf48ed593df39c0ef21e6322acf307c482ccba24c7734764fde00b6f8344fcc8047
7
- data.tar.gz: e9c9303de98848022c321da171ecda1459b3810ef6e844ac817373e25aaa3fff20ab4a23bbe6eb73d66d75217750e859172c9cdee3fd705f2dc96b7084931d57
6
+ metadata.gz: 0cb048554c908c0c838368a2d370bf903a72118dd7dd9f829e73c2e8c62540a979349fe70e2995c15e0bfb67087b5cbfc68b77578a3d1ea78ab27da311451d58
7
+ data.tar.gz: 3a02e7fb591d86fd07b2425ffee20822523b54836b2bf12da9d8a140adee938781e00254f13496dc6853753f4cd74b87f2257a8e0f265a4bf3dde3b8a7b7c458
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2025-10-22)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.107.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.108.0
@@ -3171,7 +3171,7 @@ module Aws::SNS
3171
3171
  tracer: tracer
3172
3172
  )
3173
3173
  context[:gem_name] = 'aws-sdk-sns'
3174
- context[:gem_version] = '1.107.0'
3174
+ context[:gem_version] = '1.108.0'
3175
3175
  Seahorse::Client::Request.new(handlers, context)
3176
3176
  end
3177
3177
 
@@ -13,22 +13,22 @@ module Aws::SNS
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
data/lib/aws-sdk-sns.rb CHANGED
@@ -58,7 +58,7 @@ module Aws::SNS
58
58
  autoload :Subscription, 'aws-sdk-sns/subscription'
59
59
  autoload :Topic, 'aws-sdk-sns/topic'
60
60
 
61
- GEM_VERSION = '1.107.0'
61
+ GEM_VERSION = '1.108.0'
62
62
 
63
63
  end
64
64
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sns
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.107.0
4
+ version: 1.108.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services