aws-sdk-customerprofiles 1.81.0 → 1.82.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 +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9850ddf8b3128455298e2cbf8e4a4ac53d060798216b7e0cc85584d5e4af5548
|
|
4
|
+
data.tar.gz: bb2b622b123ab8137b38f3f03f7dda3dab9495d2fe092893b6096ff2be3f5625
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10e2eb088a8db4a2207b48db69fadc50bf359a79ace25a1552cee3f650c9acb5a645d6c0c3eca585e95a261f7e0a815bab581fb032a911184fbcfdfff29f3e92
|
|
7
|
+
data.tar.gz: 6004cccfcba7acb9452193e756cb79b0c125597accbe6291323734de1a44e0436201066335cf1f496280a95e6b8fbf4d5ffc7c35699cc75a102285e53a388257
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.82.0
|
|
@@ -7702,7 +7702,7 @@ module Aws::CustomerProfiles
|
|
|
7702
7702
|
tracer: tracer
|
|
7703
7703
|
)
|
|
7704
7704
|
context[:gem_name] = 'aws-sdk-customerprofiles'
|
|
7705
|
-
context[:gem_version] = '1.
|
|
7705
|
+
context[:gem_version] = '1.82.0'
|
|
7706
7706
|
Seahorse::Client::Request.new(handlers, context)
|
|
7707
7707
|
end
|
|
7708
7708
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.82.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.244.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.244.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|