aws-sdk-pinpoint 1.83.0 → 1.85.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: 8e0b2b0990f9b69a083f82b823f9cece906f1a1123d64f6909edc96bc68e4946
4
- data.tar.gz: dc5fb40ee34b8f2af865b6361411207f5e98cba8d776394d0d1b5e81306ff845
3
+ metadata.gz: e2c3ff728ba3d5ab20f55a66bc8d1a2432f90702fa9e7f7dc0127def09679852
4
+ data.tar.gz: b8c38f5ab6b40f509fc22921f44d2f6d8d86a2cd004b7328401db06699229f27
5
5
  SHA512:
6
- metadata.gz: 5fc9cca5879a1fe290ad9bc648a03eae720bbc883a0c8b7d1a175f12fe18e19e134e54e378f5381deb15d9ed24d93fec72afbdf1d547d2efb6587ca75d0e7089
7
- data.tar.gz: 873a274bee376b90b68a5c123002447ad75c38b97ed486d2d1242b66c01140970be9c4a69ff9f4d3cf466500b368feabdfc6578331f3467d0a77efb3d49761e0
6
+ metadata.gz: 30b999e9b221a502fd1ed1a465f5e97c718096e06580b21c9537b82be3961482e7aee46ac65e1d593bbaf284adf1b64cfc210b51397b523ae8915d4025e46eca
7
+ data.tar.gz: 2ac77553a9832c0daaf5f051e98a41b1d1d6db088ea7343e8e95c20738e30ba87276d1a29c2fcc3096c5f6bfb6c81900dc184ad1748ee33f3841c9fdc0078d41
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2023-12-11)
5
+ ------------------
6
+
7
+ * Feature - This release includes Amazon Pinpoint API documentation updates pertaining to campaign message sending rate limits.
8
+
9
+ 1.84.0 (2023-11-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.83.0 (2023-11-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.85.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.83.0'
12857
+ context[:gem_version] = '1.85.0'
12858
12858
  Seahorse::Client::Request.new(handlers, context)
12859
12859
  end
12860
12860
 
@@ -25,16 +25,17 @@ module Aws::Pinpoint
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -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.83.0'
55
+ GEM_VERSION = '1.85.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.83.0
4
+ version: 1.85.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-22 00:00:00.000000000 Z
11
+ date: 2023-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core