aws-sdk-pinpoint 1.81.0 → 1.82.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: c16cd9db3df6bc06053c2292c5e5b48d02ec8194524d4a598eecbe58c25f4c7c
4
+ data.tar.gz: 01c4ef8635d50510878b9a80ca5a5bc507842f6ab0d7095a5775b945980b97a5
5
5
  SHA512:
6
- metadata.gz: e4abff06c9f2cb9622a70a5cf68ac636bb9fe26c8282466440814c6a55e50a7847da21a8d01b01143e5293af3cce6acc678072e34decd40c6676d62cdbed0556
7
- data.tar.gz: 889dd276bafeedcb9c6f221facc1792a923942c27e357b203f133f696a20f23b7bf22fe37089e15755639bdbc9b6005cfabc3781d1211f8ba700b894219782f1
6
+ metadata.gz: 86436051d685fab72426a855c84b4055851c8f27fbf628071c4146508b741e8d48fb8d71c08c9d81b69365f06ad110172c4b3ec6eefdc694d2c371e773608d72
7
+ data.tar.gz: 0e4126f1494525a9ebae04581b5d522a0861981170436f01759fe519d901cf1faaae2fa3593028c0602437689c475c4bd4a69aefa0285e5cb12d91e444a31f2f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2023-10-27)
5
+ ------------------
6
+
7
+ * Feature - Updated documentation to describe the case insensitivity for EndpointIds.
8
+
4
9
  1.81.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.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.82.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.82.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.82.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-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core