aws-sdk-pinpoint 1.81.0 → 1.83.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: 657b971da5c99494c7850dc7e252b3c880d97719d83ced44caefd77a84f4b987
4
- data.tar.gz: ae10b34139014768eb3ad5fa93e31e1157c54231591e307b6b06693a7c7097e7
3
+ metadata.gz: 8e0b2b0990f9b69a083f82b823f9cece906f1a1123d64f6909edc96bc68e4946
4
+ data.tar.gz: dc5fb40ee34b8f2af865b6361411207f5e98cba8d776394d0d1b5e81306ff845
5
5
  SHA512:
6
- metadata.gz: e4abff06c9f2cb9622a70a5cf68ac636bb9fe26c8282466440814c6a55e50a7847da21a8d01b01143e5293af3cce6acc678072e34decd40c6676d62cdbed0556
7
- data.tar.gz: 889dd276bafeedcb9c6f221facc1792a923942c27e357b203f133f696a20f23b7bf22fe37089e15755639bdbc9b6005cfabc3781d1211f8ba700b894219782f1
6
+ metadata.gz: 5fc9cca5879a1fe290ad9bc648a03eae720bbc883a0c8b7d1a175f12fe18e19e134e54e378f5381deb15d9ed24d93fec72afbdf1d547d2efb6587ca75d0e7089
7
+ data.tar.gz: 873a274bee376b90b68a5c123002447ad75c38b97ed486d2d1242b66c01140970be9c4a69ff9f4d3cf466500b368feabdfc6578331f3467d0a77efb3d49761e0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2023-11-22)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.82.0 (2023-10-27)
10
+ ------------------
11
+
12
+ * Feature - Updated documentation to describe the case insensitivity for EndpointIds.
13
+
4
14
  1.81.0 (2023-09-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.83.0
@@ -12854,7 +12854,7 @@ module Aws::Pinpoint
12854
12854
  params: params,
12855
12855
  config: config)
12856
12856
  context[:gem_name] = 'aws-sdk-pinpoint'
12857
- context[:gem_version] = '1.81.0'
12857
+ context[:gem_version] = '1.83.0'
12858
12858
  Seahorse::Client::Request.new(handlers, context)
12859
12859
  end
12860
12860
 
@@ -32,7 +32,7 @@ module Aws::Pinpoint
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://pinpoint-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -4581,7 +4581,9 @@ module Aws::Pinpoint
4581
4581
  # @return [String]
4582
4582
  #
4583
4583
  # @!attribute [rw] id
4584
- # The unique identifier for the endpoint in the context of the batch.
4584
+ # The case insensitive unique identifier for the endpoint in the
4585
+ # context of the batch. The identifier can't contain `$`, `\{` or
4586
+ # `\}`.
4585
4587
  # @return [String]
4586
4588
  #
4587
4589
  # @!attribute [rw] location
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
52
52
  # @!group service
53
53
  module Aws::Pinpoint
54
54
 
55
- GEM_VERSION = '1.81.0'
55
+ GEM_VERSION = '1.83.0'
56
56
 
57
57
  end
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.81.0
4
+ version: 1.83.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: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.184.0
22
+ version: 3.188.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.184.0
32
+ version: 3.188.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: '2.3'
83
+ version: '2.5'
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="