aws-sdk-pinpoint 1.97.0 → 1.99.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: b230e6de44905f0b701f1e02dad01c2b43795b71e73a16fcb3df6a8df7abe7a7
4
- data.tar.gz: 646dba148588e94652af48a8ef9c44b74137bee4136bd830ea4cc6c5d0f1015e
3
+ metadata.gz: af60379b4224f51432b08765bd40eb1059b996af13503cd3e3c7fef9a8bc6e3a
4
+ data.tar.gz: fbf395a9855dc46e9ef01b58781886484795373bcbb6da3ae35cae81c90a10f5
5
5
  SHA512:
6
- metadata.gz: b709a1a90b520bbf0615efa733833198c66c380d8aa4cbac537ecdadfed265438d4768d1a9d713f9edb0fdc343b54b06bb90652d7bcf4bde54f4471505f9de0a
7
- data.tar.gz: f2f2a4d793ee2eccedb435b95c2b41896a1f33d2b08db4a1a8ca471d72b5d4db0ac9766e772eb69a49852feafa3cabcf34a4b03fbd51db28f36e5927a393320a
6
+ metadata.gz: 0e7371f2c5224ce46eaf41b0a226c580f84e5a88653a1c42d66f1c7b8d87f53dba8fa84100f623c396266fe439037d1e74c7b9ee2d17fe1c5afce589aa7bb63d
7
+ data.tar.gz: 41f01934a149c328aed23e52b4a226d912bcaeb3c3d8a26d30cc881fb257968081fc0bc8a7b17c0b2ba46cae9665e2b936e8118e8f718c89f8588780e780b24c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2024-09-20)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.98.0 (2024-09-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.97.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.97.0
1
+ 1.99.0
@@ -130,13 +130,15 @@ module Aws::Pinpoint
130
130
  # locations will be searched for credentials:
131
131
  #
132
132
  # * `Aws.config[:credentials]`
133
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
134
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
133
+ # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
134
+ # `:account_id` options.
135
+ # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
136
+ # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
135
137
  # * `~/.aws/credentials`
136
138
  # * `~/.aws/config`
137
139
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
140
  # are very aggressive. Construct and pass an instance of
139
- # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
141
+ # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
142
  # enable retries and extended timeouts. Instance profile credential
141
143
  # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
144
  # to true.
@@ -155,6 +157,8 @@ module Aws::Pinpoint
155
157
  #
156
158
  # @option options [String] :access_key_id
157
159
  #
160
+ # @option options [String] :account_id
161
+ #
158
162
  # @option options [Boolean] :active_endpoint_cache (false)
159
163
  # When set to `true`, a thread polling for endpoints will be running in
160
164
  # the background every 60 secs (default). Defaults to `false`.
@@ -369,7 +373,9 @@ module Aws::Pinpoint
369
373
  # sending the request.
370
374
  #
371
375
  # @option options [Aws::Pinpoint::EndpointProvider] :endpoint_provider
372
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::Pinpoint::EndpointParameters`
376
+ # The endpoint provider used to resolve endpoints. Any object that responds to
377
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
378
+ # `Aws::Pinpoint::EndpointParameters`.
373
379
  #
374
380
  # @option options [Float] :http_continue_timeout (1)
375
381
  # The number of seconds to wait for a 100-continue response before sending the
@@ -13011,7 +13017,7 @@ module Aws::Pinpoint
13011
13017
  tracer: tracer
13012
13018
  )
13013
13019
  context[:gem_name] = 'aws-sdk-pinpoint'
13014
- context[:gem_version] = '1.97.0'
13020
+ context[:gem_version] = '1.99.0'
13015
13021
  Seahorse::Client::Request.new(handlers, context)
13016
13022
  end
13017
13023