aws-sdk-pinpoint 1.102.0 → 1.103.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fdf8b872b1717c5940759039be7a083812bbea55a5cdc3d29c49ad0eb11942b5
4
- data.tar.gz: a2a311fa20445863fd1f110aa093cc4297f310a7216b7ac7c888a4786f966b22
3
+ metadata.gz: a3ea21cc622b94ec69ccfd7213424fce42112f79b3a94b945fbf441c153ae209
4
+ data.tar.gz: 7279d126e22b79267d1d40ee9e782e648aba357360824db8e6d5a99576a6bf7b
5
5
  SHA512:
6
- metadata.gz: 242410094b9ff7bc4b5089a7dbfbd898472f99c4b5b52cfaf791a6e40940d07b76b5f09b95c1d6c58ac9992b7e96c4c945db6a2bda75ef88c0b5177789406651
7
- data.tar.gz: 18718f40bcd0bb77ff463e8627f679874bdf2055de65f42cd78f5f8006d048c58ea3505f4bfdabf43eeaab36b5f4c4b7d9207155c8b37d92725c517a9f3f6a0e
6
+ metadata.gz: 5ec6658e536b740cc294047ac801855b5d7e6b7b26256519028dceacd4c6ef91579143366b898f1c6584bffe83888df806c022cf233e102a37865f117b74eb66
7
+ data.tar.gz: 9ce686318fdebb1ae7286a63d44a85f875f303a61511881c10f6216f30382dfdaf35e2cbfb6dcd1e269f36940d078eda6d6439dc3b1a6f3a4d09de665c74ece6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.103.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.102.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.0
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.102.0'
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 `$`, `\{` or
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 \\\{CreationDate\\} attribute, it renders as
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
  #
@@ -54,7 +54,7 @@ module Aws::Pinpoint
54
54
  autoload :EndpointProvider, 'aws-sdk-pinpoint/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-pinpoint/endpoints'
56
56
 
57
- GEM_VERSION = '1.102.0'
57
+ GEM_VERSION = '1.103.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-pinpoint
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.102.0
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-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