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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-customerprofiles/client.rb +1 -1
- data/lib/aws-sdk-customerprofiles/types.rb +1 -1
- data/lib/aws-sdk-customerprofiles.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: 7baf30d16b3ce715a8fa7a4a86e898ff0a78fd032a75165fa418c24c45be6547
|
|
4
|
+
data.tar.gz: 66447c39f42a261e7bf58fb2138dfb9b681f3447cb6652b74079b55b09c236ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c56a6072a2fa535dab6bda47221fd6789ce08d285482637aa88cc9df3a4d11e2bd598e59846bbeca6425c18018fb16079ff1376efa53c670876c560f6e23ad2
|
|
7
|
+
data.tar.gz: 7ab962562c705a77b0dd073008f05fdae2f85c9c8b029e8ca806bbbedc90d9823df4e427d7fbf3b68aba5d704d4bc2e50b43173e8528d52df95a58dcfa087f24
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
-
# \\"
|
|
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
|
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.
|
|
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-
|
|
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
|