aws-sdk-socialmessaging 1.23.0 → 1.25.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: 6c07ed44ac2b0dd92f2c8fd090f52c217140a568646fdd0f5bb0ee357f29aefd
4
- data.tar.gz: 2ccd8b69a4a7baa0722143eee26372413c79735514a47a34eef9dc2c9757a160
3
+ metadata.gz: 33052f22973eb8555292f8d2254ea11f3c964a178f17eba622e10b5bc1eb059e
4
+ data.tar.gz: ccb0ad7095e4401a86fc5865aea2a7200c9ed2b58b60b76dc5bfde8480f4e3dd
5
5
  SHA512:
6
- metadata.gz: fb01d9419c265fbe5598ae43b06cfdb6209079f9cb000e5f4da712fc70c22dfa30b3f939fab721e5b5c72bf8cac51f6c794069e601cd04628fbbeb16d1da5723
7
- data.tar.gz: 59407d975fbe928215e995c8eb3e3e031cde2683ef056ba92235e4e5fd349c8b630e4f7beca5e8769f525bbbbb0e5a338123eab209b18b10711ea01741087f5e
6
+ metadata.gz: c079b693b527b4125f03fd155274f2edeedcef5f8697f216ebcac308191c2581eccc788bfbc302d6161ea5e6e29117d154229addc25569d55146fc8127a4058e
7
+ data.tar.gz: f55c5d31c537f2f33d6fa259058058557e64fe3b6bb13aca62176bb1289cf9e603200057335298ac19b792b5a766b3b1092aa458a7adf2c63e5db4a869cf49fd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.24.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.23.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.25.0
@@ -199,7 +199,7 @@ module Aws::SocialMessaging
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::SocialMessaging
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1532,7 +1530,7 @@ module Aws::SocialMessaging
1532
1530
  tracer: tracer
1533
1531
  )
1534
1532
  context[:gem_name] = 'aws-sdk-socialmessaging'
1535
- context[:gem_version] = '1.23.0'
1533
+ context[:gem_version] = '1.25.0'
1536
1534
  Seahorse::Client::Request.new(handlers, context)
1537
1535
  end
1538
1536
 
@@ -54,7 +54,7 @@ module Aws::SocialMessaging
54
54
  autoload :EndpointProvider, 'aws-sdk-socialmessaging/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-socialmessaging/endpoints'
56
56
 
57
- GEM_VERSION = '1.23.0'
57
+ GEM_VERSION = '1.25.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -101,9 +101,9 @@ module Aws
101
101
  {
102
102
  key: ::String,
103
103
  value: ::String?
104
- },
104
+ }
105
105
  ]?
106
- },
106
+ }
107
107
  ],
108
108
  phone_number_parent: ::String?,
109
109
  waba: {
@@ -112,13 +112,13 @@ module Aws
112
112
  {
113
113
  event_destination_arn: ::String,
114
114
  role_arn: ::String?
115
- },
115
+ }
116
116
  ]?,
117
117
  tags: Array[
118
118
  {
119
119
  key: ::String,
120
120
  value: ::String?
121
- },
121
+ }
122
122
  ]?
123
123
  }?
124
124
  }
@@ -159,9 +159,9 @@ module Aws
159
159
  otp_type: ::String?,
160
160
  zero_tap_terms_accepted: bool?,
161
161
  supported_apps: Array[
162
- Hash[::String, ::String],
162
+ Hash[::String, ::String]
163
163
  ]?
164
- },
164
+ }
165
165
  ]?,
166
166
  library_template_body_inputs: {
167
167
  add_contact_number: bool?,
@@ -354,7 +354,7 @@ module Aws
354
354
  {
355
355
  event_destination_arn: ::String,
356
356
  role_arn: ::String?
357
- },
357
+ }
358
358
  ]
359
359
  ) -> _PutWhatsAppBusinessAccountEventDestinationsResponseSuccess
360
360
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutWhatsAppBusinessAccountEventDestinationsResponseSuccess
@@ -382,7 +382,7 @@ module Aws
382
382
  {
383
383
  key: ::String,
384
384
  value: ::String?
385
- },
385
+ }
386
386
  ]
387
387
  ) -> _TagResourceResponseSuccess
388
388
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-socialmessaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement