aws-sdk-pinpoint 1.79.0 → 1.80.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpoint/client.rb +5 -3
- data/lib/aws-sdk-pinpoint.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: e4b7bdb6baefb0e66c66b75acd0783eada97b467c9b4312fc183a2d75e3c8b88
|
4
|
+
data.tar.gz: 07cdb938454bb6db314f325485c7be1da2ad3505403e21b8811501f9fd3c4271
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f44ec25ceb003abacef58d0797bf3103342ce2dfa559dbb53b1895c936cdbfad7089b4f8a26d080d51c038ca555635a097dc1185ba762337c933d2f263a47a1
|
7
|
+
data.tar.gz: c922df71e47809a57811198980fcef0bfbe2db7ad9347ad300f70fbbb4cde5725f0a47fe2c54d95178c4089bc8b12340bb3cec75697241211ed345672d64c12e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.80.0 (2023-09-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Update documentation for RemoveAttributes to more accurately reflect its behavior when attributes are deleted.
|
8
|
+
|
4
9
|
1.79.0 (2023-07-28)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.80.0
|
@@ -8941,8 +8941,10 @@ module Aws::Pinpoint
|
|
8941
8941
|
req.send_request(options)
|
8942
8942
|
end
|
8943
8943
|
|
8944
|
-
# Removes one or more attributes, of the same attribute type,
|
8945
|
-
# the endpoints
|
8944
|
+
# Removes one or more custom attributes, of the same attribute type,
|
8945
|
+
# from the application. Existing endpoints still have the attributes but
|
8946
|
+
# Amazon Pinpoint will stop capturing new or changed values for these
|
8947
|
+
# attributes.
|
8946
8948
|
#
|
8947
8949
|
# @option params [required, String] :application_id
|
8948
8950
|
#
|
@@ -12852,7 +12854,7 @@ module Aws::Pinpoint
|
|
12852
12854
|
params: params,
|
12853
12855
|
config: config)
|
12854
12856
|
context[:gem_name] = 'aws-sdk-pinpoint'
|
12855
|
-
context[:gem_version] = '1.
|
12857
|
+
context[:gem_version] = '1.80.0'
|
12856
12858
|
Seahorse::Client::Request.new(handlers, context)
|
12857
12859
|
end
|
12858
12860
|
|
data/lib/aws-sdk-pinpoint.rb
CHANGED
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.
|
4
|
+
version: 1.80.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-
|
11
|
+
date: 2023-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|