aws-sdk-pinpoint 1.79.0 → 1.80.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: 5104cf9b0994d148edc52b21dba1a88efe931a4a7533c58b13b0b073b4346fdc
4
- data.tar.gz: 1d9f47462e79a38a1d101a148b116ebbf92d5bcf7bca12782e46998ca3d0d4ca
3
+ metadata.gz: e4b7bdb6baefb0e66c66b75acd0783eada97b467c9b4312fc183a2d75e3c8b88
4
+ data.tar.gz: 07cdb938454bb6db314f325485c7be1da2ad3505403e21b8811501f9fd3c4271
5
5
  SHA512:
6
- metadata.gz: a9ca18ce01c7b8a04e1caf0b7ed9c04da59eab081c097fa9e9355861458947e3d9771a35f61d1b78f31c47f1a5ff9273f580c3afd6c92be479287f4abfd7dde6
7
- data.tar.gz: 19308985d3f4b1affe8c144e826074a2b53449917952796045cf6eeb96729f199c9615687c6e87c9e83cff10aff8aff437ed86eb2c8c14faf44c7a27fcb667de
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.79.0
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, from all
8945
- # the endpoints that are associated with an application.
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.79.0'
12857
+ context[:gem_version] = '1.80.0'
12856
12858
  Seahorse::Client::Request.new(handlers, context)
12857
12859
  end
12858
12860
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
52
52
  # @!group service
53
53
  module Aws::Pinpoint
54
54
 
55
- GEM_VERSION = '1.79.0'
55
+ GEM_VERSION = '1.80.0'
56
56
 
57
57
  end
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.79.0
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-07-28 00:00:00.000000000 Z
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