aws-sdk-socialmessaging 1.7.0 → 1.8.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: 74683390d96b2948e9915f18ce6dd6aed212c985e61f164418ecab02de19b9a6
4
- data.tar.gz: '03298283d59c5ac6133d8ffa43216d758c9f3d29fcb074fb937b5ea57c85946a'
3
+ metadata.gz: 90ed86028223aee8ddaeb17e9d42a969a5dfe37b0f8d833aa0161d7433ca29ff
4
+ data.tar.gz: 3c5db2beb3a64707e082a892142c06d9189ae99a9b5e957531a96125c12eeeeb
5
5
  SHA512:
6
- metadata.gz: 20dd06392b07e7c13efee3cd9004e3762b6db2bf22a043a2f6869e67c86bdd87d190675de95dda9a14b1cbf9adcdd308f32a2b6e31fd9c53e03b136253f8ed58
7
- data.tar.gz: 8b3c463e6719f04c7516ad6ffc14ddf9b3030279fa6604819a50b017a2bf80c2ee5354347eff3d09b0e2a9ca5486217182eb7f3ffeae0f8efb266d69234334d0
6
+ metadata.gz: ea4db45665e15cbf2813fc888062931958c1a0db0818aa448263499631941054a353308c53f8ca8086270938db19d1eb6354649b2606a6485c96f0915ae46b76
7
+ data.tar.gz: 2848fc1775e798f3b334f6bf46d3f9cc023c9e1705bc0b1b69b44e9eb011d231320edc10dee07d9680e91420225d97fb1bc7c87881ea4df4a3e935eb8340937c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.7.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.0
@@ -200,8 +200,7 @@ module Aws::SocialMessaging
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1121,7 +1120,7 @@ module Aws::SocialMessaging
1121
1120
  tracer: tracer
1122
1121
  )
1123
1122
  context[:gem_name] = 'aws-sdk-socialmessaging'
1124
- context[:gem_version] = '1.7.0'
1123
+ context[:gem_version] = '1.8.0'
1125
1124
  Seahorse::Client::Request.new(handlers, context)
1126
1125
  end
1127
1126
 
@@ -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.7.0'
57
+ GEM_VERSION = '1.8.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-socialmessaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services