aws-sdk-customerprofiles 1.55.0 → 1.56.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7cb1615310489d0a77245468822532c6dd0c38584646e45bdecdc827b460f2b4
4
- data.tar.gz: ebd2d5ba45d38206b50940797e6e6e205dde11ebff8dfb9f24de63ead1d5d04f
3
+ metadata.gz: 7baf30d16b3ce715a8fa7a4a86e898ff0a78fd032a75165fa418c24c45be6547
4
+ data.tar.gz: 66447c39f42a261e7bf58fb2138dfb9b681f3447cb6652b74079b55b09c236ba
5
5
  SHA512:
6
- metadata.gz: 2b1a3b62550a79a8d7b7d39759752c9a60d280ae3989931187d4d5a233ef00b4a00c456e4337be576df191a1ae7ae7be47ad589a85c444695bec0659fb054711
7
- data.tar.gz: cdcc80391921ccf57308b7e29c109371e8658f97d4c42c6c19d92a4de92057d34b43d58b87ad27b5d1cb09a4942e9c3954266acee393c7cce8c95d1eedc5dfa3
6
+ metadata.gz: 0c56a6072a2fa535dab6bda47221fd6789ce08d285482637aa88cc9df3a4d11e2bd598e59846bbeca6425c18018fb16079ff1376efa53c670876c560f6e23ad2
7
+ data.tar.gz: 7ab962562c705a77b0dd073008f05fdae2f85c9c8b029e8ca806bbbedc90d9823df4e427d7fbf3b68aba5d704d4bc2e50b43173e8528d52df95a58dcfa087f24
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.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.55.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -4089,7 +4089,7 @@ module Aws::CustomerProfiles
4089
4089
  tracer: tracer
4090
4090
  )
4091
4091
  context[:gem_name] = 'aws-sdk-customerprofiles'
4092
- context[:gem_version] = '1.55.0'
4092
+ context[:gem_version] = '1.56.0'
4093
4093
  Seahorse::Client::Request.new(handlers, context)
4094
4094
  end
4095
4095
 
@@ -302,7 +302,7 @@ module Aws::CustomerProfiles
302
302
  # Mathematical expression that is performed on attribute items
303
303
  # provided in the attribute list. Each element in the expression
304
304
  # should follow the structure of
305
- # \\"\\\{ObjectTypeName.AttributeName\\}\\".
305
+ # \\"\{ObjectTypeName.AttributeName}\\".
306
306
  # @return [String]
307
307
  #
308
308
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/AttributeDetails AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::CustomerProfiles
54
54
  autoload :EndpointProvider, 'aws-sdk-customerprofiles/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-customerprofiles/endpoints'
56
56
 
57
- GEM_VERSION = '1.55.0'
57
+ GEM_VERSION = '1.56.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-customerprofiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.56.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