aws-sdk-socialmessaging 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-socialmessaging/client.rb +4 -4
- data/lib/aws-sdk-socialmessaging/types.rb +4 -5
- data/lib/aws-sdk-socialmessaging.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab3e8d562856880b02bc6d5f0b5a594eae1ad261e46f74c0c16b9f34a08d93ec
|
4
|
+
data.tar.gz: d1428114f36d995d5677fe916a6d3f76c5c383b162dcc480142e324443b7e78c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79863f979723c4aea00928116ef6785c80573a128613cd01b4aa85c653d5860d9abfac4a7e9a78a77af6e9307c4b143959a4d98575ce1caefed2624b5ecd7eec
|
7
|
+
data.tar.gz: 07107f1a382483e91852d959244b0d8e1ab235d2d656546042181eaa4e408c8f38c4bac58c177b44123801e7e41abb3a28080d5a7f61b5ad01831c0b49d597f7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
974
|
-
#
|
975
|
-
#
|
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.
|
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
|
650
|
-
#
|
651
|
-
#
|
652
|
-
#
|
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
|
#
|
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.
|
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-
|
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
|