aws-sdk-customerprofiles 1.88.0 → 1.89.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.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88e569a19769d1444da19fa30f29fe723ffdf12def1eaa2209a3794311974d0c
|
|
4
|
+
data.tar.gz: 26f373702c95fe73e6d8d43c24835664c6ac6b650678f6f25475a1b4a50ee649
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2416320fd0e69d26abec4cb420efeff1b1ce33bbf281e2662d13ae0e80cf5deaa9d5f5b8c13c932706f227045e4b2d62abf54ba480136ca7e94ebb7bd7858920
|
|
7
|
+
data.tar.gz: 07af61c7d905d8b51e282b556e6b32333022cd7136935b121d213297b7b755165429bb9e0e4d4415379d017c78dc60d7608c82f8e760f01cda6ed040c0a87a5d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.89.0
|
|
@@ -7959,7 +7959,7 @@ module Aws::CustomerProfiles
|
|
|
7959
7959
|
tracer: tracer
|
|
7960
7960
|
)
|
|
7961
7961
|
context[:gem_name] = 'aws-sdk-customerprofiles'
|
|
7962
|
-
context[:gem_version] = '1.
|
|
7962
|
+
context[:gem_version] = '1.89.0'
|
|
7963
7963
|
Seahorse::Client::Request.new(handlers, context)
|
|
7964
7964
|
end
|
|
7965
7965
|
|