aws-sdk-gamelift 1.88.0 → 1.90.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: 4c92962b1a5d46f17df1ef49c65d4672ef36c6fcba62f724762ddf4fb1f1fe26
4
- data.tar.gz: 0b1900851803b078687eeed2b0a20def7ecb1e383c49a5849feee063c77e5eea
3
+ metadata.gz: a399f035a24bbb30b9e638cb54bccc968530257e19a227c9e12ad1610c15eac5
4
+ data.tar.gz: f233d5e201212933c1a3a7db5b08767c85955a600c753f19f96cbd56a7d560a8
5
5
  SHA512:
6
- metadata.gz: e0971e6570d61f11a16c5d8d63a898dc8fe515938bb29d3484194664ee868d8aadb8e876272bfb139225c32469278a50b6d0d491d35ef9043ba71f1552f7bf77
7
- data.tar.gz: f5a552fa0c64abff16d9bbe508c31c001887d2909a70706f3296cf74649b86139b9dfd151d98e7b09a4ca05241b39a122b53b254ff27bc606d7f950ebe8ab02c
6
+ metadata.gz: e06bf3f0797310c781e7cdf6f88b5dfa38f6819f2c3f85b857e9fa12752c3e97dd7df9f614f54f7cfb2b3919f8486167141514cdfb944a5fad73efc485a4bfa1
7
+ data.tar.gz: 715796726cb77b11f667ca72ebb27416e86f0f3cdf2bae6df3143667ceafe15cdfc8bbae4da7d2a8be3d396918a7d29c13dbefb13fae8e57098dd52899246a2c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.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.89.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.88.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.90.0
@@ -130,13 +130,15 @@ module Aws::GameLift
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::GameLift
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`.
@@ -376,7 +380,9 @@ module Aws::GameLift
376
380
  # sending the request.
377
381
  #
378
382
  # @option options [Aws::GameLift::EndpointProvider] :endpoint_provider
379
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::GameLift::EndpointParameters`
383
+ # The endpoint provider used to resolve endpoints. Any object that responds to
384
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
385
+ # `Aws::GameLift::EndpointParameters`.
380
386
  #
381
387
  # @option options [Float] :http_continue_timeout (1)
382
388
  # The number of seconds to wait for a 100-continue response before sending the
@@ -10292,7 +10298,7 @@ module Aws::GameLift
10292
10298
  tracer: tracer
10293
10299
  )
10294
10300
  context[:gem_name] = 'aws-sdk-gamelift'
10295
- context[:gem_version] = '1.88.0'
10301
+ context[:gem_version] = '1.90.0'
10296
10302
  Seahorse::Client::Request.new(handlers, context)
10297
10303
  end
10298
10304