aws-sdk-socialmessaging 1.1.0 → 1.2.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: 3f408f409dc8d62f723ab51077c298984f686b661e78ade54e4382e0fdb3a250
4
- data.tar.gz: af91e6b4f4d982c9cb74916705b82e6afe81aadafb7281f685405aab7e424705
3
+ metadata.gz: ab3e8d562856880b02bc6d5f0b5a594eae1ad261e46f74c0c16b9f34a08d93ec
4
+ data.tar.gz: d1428114f36d995d5677fe916a6d3f76c5c383b162dcc480142e324443b7e78c
5
5
  SHA512:
6
- metadata.gz: 2177f301651b71d2fa7a42a7f5ad107af17d0073f907dd527077d276a957870d9278b94fd03f38e8b42a8613ffaaef2c3fbb49476279b8ed6f807712b4d36d4d
7
- data.tar.gz: 618025423782e7e11dde851c840ae477d8dd0b33ee5991c8a19639ee61d914d7ac8c69f17769bf434ad4b92eaba808c3e3d82c1638f1f5117e3d57ddf2b3c348
6
+ metadata.gz: 79863f979723c4aea00928116ef6785c80573a128613cd01b4aa85c653d5860d9abfac4a7e9a78a77af6e9307c4b143959a4d98575ce1caefed2624b5ecd7eec
7
+ data.tar.gz: 07107f1a382483e91852d959244b0d8e1ab235d2d656546042181eaa4e408c8f38c4bac58c177b44123801e7e41abb3a28080d5a7f61b5ad01831c0b49d597f7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.1.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -970,9 +970,9 @@ module Aws::SocialMessaging
970
970
  # [1]: https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages
971
971
  #
972
972
  # @option params [required, String] :meta_api_version
973
- # The API version for the request formatted as `v\{VersionNumber\}`. For
974
- # a list of supported API versions and Amazon Web Services Regions, see
975
- # [ *Amazon Web Services End User Messaging Social API* Service
973
+ # The API version for the request formatted as `v{VersionNumber}`. For a
974
+ # list of supported API versions and Amazon Web Services Regions, see [
975
+ # *Amazon Web Services End User Messaging Social API* Service
976
976
  # Endpoints][1] in the *Amazon Web Services General Reference*.
977
977
  #
978
978
  #
@@ -1093,7 +1093,7 @@ module Aws::SocialMessaging
1093
1093
  tracer: tracer
1094
1094
  )
1095
1095
  context[:gem_name] = 'aws-sdk-socialmessaging'
1096
- context[:gem_version] = '1.1.0'
1096
+ context[:gem_version] = '1.2.0'
1097
1097
  Seahorse::Client::Request.new(handlers, context)
1098
1098
  end
1099
1099
 
@@ -646,11 +646,10 @@ module Aws::SocialMessaging
646
646
  # @return [String]
647
647
  #
648
648
  # @!attribute [rw] meta_api_version
649
- # The API version for the request formatted as `v\{VersionNumber\}`.
650
- # For a list of supported API versions and Amazon Web Services
651
- # Regions, see [ *Amazon Web Services End User Messaging Social API*
652
- # Service Endpoints][1] in the *Amazon Web Services General
653
- # Reference*.
649
+ # The API version for the request formatted as `v{VersionNumber}`. For
650
+ # a list of supported API versions and Amazon Web Services Regions,
651
+ # see [ *Amazon Web Services End User Messaging Social API* Service
652
+ # Endpoints][1] in the *Amazon Web Services General Reference*.
654
653
  #
655
654
  #
656
655
  #
@@ -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.1.0'
57
+ GEM_VERSION = '1.2.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-socialmessaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core