aws-sdk-pinpoint 1.102.0 → 1.103.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpoint/client.rb +1 -1
- data/lib/aws-sdk-pinpoint/types.rb +2 -3
- data/lib/aws-sdk-pinpoint.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: a3ea21cc622b94ec69ccfd7213424fce42112f79b3a94b945fbf441c153ae209
|
4
|
+
data.tar.gz: 7279d126e22b79267d1d40ee9e782e648aba357360824db8e6d5a99576a6bf7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ec6658e536b740cc294047ac801855b5d7e6b7b26256519028dceacd4c6ef91579143366b898f1c6584bffe83888df806c022cf233e102a37865f117b74eb66
|
7
|
+
data.tar.gz: 9ce686318fdebb1ae7286a63d44a85f875f303a61511881c10f6216f30382dfdaf35e2cbfb6dcd1e269f36940d078eda6d6439dc3b1a6f3a4d09de665c74ece6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.103.0
|
@@ -13015,7 +13015,7 @@ module Aws::Pinpoint
|
|
13015
13015
|
tracer: tracer
|
13016
13016
|
)
|
13017
13017
|
context[:gem_name] = 'aws-sdk-pinpoint'
|
13018
|
-
context[:gem_version] = '1.
|
13018
|
+
context[:gem_version] = '1.103.0'
|
13019
13019
|
Seahorse::Client::Request.new(handlers, context)
|
13020
13020
|
end
|
13021
13021
|
|
@@ -4618,8 +4618,7 @@ module Aws::Pinpoint
|
|
4618
4618
|
#
|
4619
4619
|
# @!attribute [rw] id
|
4620
4620
|
# The case insensitive unique identifier for the endpoint in the
|
4621
|
-
# context of the batch. The identifier can't contain `$`,
|
4622
|
-
# `\}`.
|
4621
|
+
# context of the batch. The identifier can't contain `$`, `{` or `}`.
|
4623
4622
|
# @return [String]
|
4624
4623
|
#
|
4625
4624
|
# @!attribute [rw] location
|
@@ -11769,7 +11768,7 @@ module Aws::Pinpoint
|
|
11769
11768
|
# @!attribute [rw] value
|
11770
11769
|
# The value of the message header. The header value can contain up to
|
11771
11770
|
# 870 characters, including the length of any rendered attributes. For
|
11772
|
-
# example if you add the
|
11771
|
+
# example if you add the \{CreationDate} attribute, it renders as
|
11773
11772
|
# YYYY-MM-DDTHH:MM:SS.SSSZ and is 24 characters in length.
|
11774
11773
|
# @return [String]
|
11775
11774
|
#
|
data/lib/aws-sdk-pinpoint.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-pinpoint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.103.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
|