aws-sdk-socialmessaging 1.23.0 → 1.24.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: ade648cfbd05f19adfb9580066ff4fdb945cbf58619ea07f094ee96879f0cf2c
4
+ data.tar.gz: e759b146b69c2ee6a17c923f6a6b8f4c73bcaed93c6af9abb10ed0e6bca5f929
5
5
  SHA512:
6
- metadata.gz: fb01d9419c265fbe5598ae43b06cfdb6209079f9cb000e5f4da712fc70c22dfa30b3f939fab721e5b5c72bf8cac51f6c794069e601cd04628fbbeb16d1da5723
7
- data.tar.gz: 59407d975fbe928215e995c8eb3e3e031cde2683ef056ba92235e4e5fd349c8b630e4f7beca5e8769f525bbbbb0e5a338123eab209b18b10711ea01741087f5e
6
+ metadata.gz: eb6424f48cbad42e68c997581da285da7052e8e53afa78e3bda4f0d1b128a97966cf9872d50ce8b3b9266d140d812d3cf868632da94694bf866fad1cd22a5cd7
7
+ data.tar.gz: bd2cb935d273b1f874c9e3174710fd96616540fb1b91b824336ceb3faff2a479ad1244247b82d6bda54ce64ba4e6062a5f79929891c5a2608d96188614224e78
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.23.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -1532,7 +1532,7 @@ module Aws::SocialMessaging
1532
1532
  tracer: tracer
1533
1533
  )
1534
1534
  context[:gem_name] = 'aws-sdk-socialmessaging'
1535
- context[:gem_version] = '1.23.0'
1535
+ context[:gem_version] = '1.24.0'
1536
1536
  Seahorse::Client::Request.new(handlers, context)
1537
1537
  end
1538
1538
 
@@ -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.24.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.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services