aws-sdk-gamelift 1.87.0 → 1.89.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gamelift/client.rb +7 -1
- data/lib/aws-sdk-gamelift/endpoints.rb +108 -432
- data/lib/aws-sdk-gamelift/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-gamelift.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb5ca2dd64ac867681a4eb2c7b1e133a0efc0074b6709237dee499d6ae70b56c
|
4
|
+
data.tar.gz: afdc965ec90ea5273113d2cfcae6f6f6118bd3ce946f8cabe1c33043c8d8d9b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3341c289ca4ed9625894fe07ac05321a70713571e52a5e249d06548cfd58b5b9cb2cf74f9287efdf7819878997b137caad58fe5693e1e6253b1a42ef16b90e0d
|
7
|
+
data.tar.gz: 1c75f58dbbc3b564eeb8c9f880fb74f81243a21106bd93aeac21adbbb9ebc9fb85b284c5121b440df451fefa417164aa14671bdf63aabb839d64e066d6f71270
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.89.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.88.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.87.0 (2024-09-05)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.89.0
|
@@ -432,6 +432,12 @@ module Aws::GameLift
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
434
434
|
#
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
436
|
+
# Sets a client certificate when creating http connections.
|
437
|
+
#
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
439
|
+
# Sets a client key when creating http connections.
|
440
|
+
#
|
435
441
|
# @option options [Float] :ssl_timeout
|
436
442
|
# Sets the SSL timeout in seconds
|
437
443
|
#
|
@@ -10286,7 +10292,7 @@ module Aws::GameLift
|
|
10286
10292
|
tracer: tracer
|
10287
10293
|
)
|
10288
10294
|
context[:gem_name] = 'aws-sdk-gamelift'
|
10289
|
-
context[:gem_version] = '1.
|
10295
|
+
context[:gem_version] = '1.89.0'
|
10290
10296
|
Seahorse::Client::Request.new(handlers, context)
|
10291
10297
|
end
|
10292
10298
|
|