aws-sdk-pinpoint 1.84.0 → 1.86.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0def607caa455a36e2a490cee8977d78df66c1b76384987d48328937102f361
4
- data.tar.gz: 06b395ac875b8136fcb6a347e1e00a41d3d576ddfabfdc2bda95e93b741ab5b2
3
+ metadata.gz: 3098ac364beabd2d4622c73b468e9971aae70fab4e0c3c492f547ef92a015b9f
4
+ data.tar.gz: 8946875b58790e97e40492b90110899d37b674153e0263e2aa9b52e2873144e4
5
5
  SHA512:
6
- metadata.gz: 90c682b2f8789202e98dcb28b1a73abfae317f55d2578d0c58f4b5bf6eebc4634c7b28d3407fd73d85cc6239b456aae1799aeeb953a33da779c5d9ce5ef32d3d
7
- data.tar.gz: 24df47540583883fa1a651092e7e8042d3350607810871af54363f0c149f7be7d68c8d500a9dfcebcf22ba01a4d2ad2e6afaa2b22dcb80331e9ea6929e3f4b40
6
+ metadata.gz: e2faa751be0da39b0c5c272cbc11005a2aa25b8006cf973372416a7e29c0650825069ddef7cd1f8bd2439ddf7007e132fb9077e46809ee72752067bebb36fc3d
7
+ data.tar.gz: de765e782d41bfdd7c4e556f66632d0d6b7e33ef66319fc2d36306a5a47328885dfcbf38a44e47f9496af9dd6f9cb3f6716b07ded53f257efc82e7238fb4765a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.85.0 (2023-12-11)
10
+ ------------------
11
+
12
+ * Feature - This release includes Amazon Pinpoint API documentation updates pertaining to campaign message sending rate limits.
13
+
4
14
  1.84.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.86.0
@@ -12854,7 +12854,7 @@ module Aws::Pinpoint
12854
12854
  params: params,
12855
12855
  config: config)
12856
12856
  context[:gem_name] = 'aws-sdk-pinpoint'
12857
- context[:gem_version] = '1.84.0'
12857
+ context[:gem_version] = '1.86.0'
12858
12858
  Seahorse::Client::Request.new(handlers, context)
12859
12859
  end
12860
12860
 
@@ -14,6 +14,7 @@ module Aws::Pinpoint
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::Pinpoint::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -2182,7 +2182,7 @@ module Aws::Pinpoint
2182
2182
  # The maximum number of messages that a campaign can send each second.
2183
2183
  # For an application, this value specifies the default limit for the
2184
2184
  # number of messages that campaigns can send each second. The minimum
2185
- # value is 50. The maximum value is 20,000.
2185
+ # value is 1. The maximum value is 20,000.
2186
2186
  # @return [Integer]
2187
2187
  #
2188
2188
  # @!attribute [rw] total
@@ -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.84.0'
55
+ GEM_VERSION = '1.86.0'
56
56
 
57
57
  end