aws-sdk-gamelift 1.0.0.rc13 → 1.0.0.rc14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-gamelift.rb +1 -1
- data/lib/aws-sdk-gamelift/client.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3c8208c8f8644a902e72f927eb850eafd1e4254
|
4
|
+
data.tar.gz: 187bdcb65c9b591c8e260e885647153718b9b19f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e9cadb76548e8c6dd6bf81dd8d1627d8fb530f280a9efb76c94954567f33ed1335d4def5f17dc753901b291804d4561d16dd49ab982807653d4894b38699641
|
7
|
+
data.tar.gz: 1cbc52a0213e337fa3862d558c68bd6879d7a385332bfea634f60c9efb9473e5bb5049e3d1ba7c8219e705cdf947e29ec064f16e36cd76d12cab7181d4eade75
|
data/lib/aws-sdk-gamelift.rb
CHANGED
@@ -2854,7 +2854,7 @@ module Aws::GameLift
|
|
2854
2854
|
# resp.ticket_list #=> Array
|
2855
2855
|
# resp.ticket_list[0].ticket_id #=> String
|
2856
2856
|
# resp.ticket_list[0].configuration_name #=> String
|
2857
|
-
# resp.ticket_list[0].status #=> String, one of "
|
2857
|
+
# resp.ticket_list[0].status #=> String, one of "CANCELLED", "COMPLETED", "FAILED", "PLACING", "QUEUED", "REQUIRES_ACCEPTANCE", "SEARCHING", "TIMED_OUT"
|
2858
2858
|
# resp.ticket_list[0].status_reason #=> String
|
2859
2859
|
# resp.ticket_list[0].status_message #=> String
|
2860
2860
|
# resp.ticket_list[0].start_time #=> Time
|
@@ -4482,7 +4482,7 @@ module Aws::GameLift
|
|
4482
4482
|
#
|
4483
4483
|
# resp.matchmaking_ticket.ticket_id #=> String
|
4484
4484
|
# resp.matchmaking_ticket.configuration_name #=> String
|
4485
|
-
# resp.matchmaking_ticket.status #=> String, one of "
|
4485
|
+
# resp.matchmaking_ticket.status #=> String, one of "CANCELLED", "COMPLETED", "FAILED", "PLACING", "QUEUED", "REQUIRES_ACCEPTANCE", "SEARCHING", "TIMED_OUT"
|
4486
4486
|
# resp.matchmaking_ticket.status_reason #=> String
|
4487
4487
|
# resp.matchmaking_ticket.status_message #=> String
|
4488
4488
|
# resp.matchmaking_ticket.start_time #=> Time
|
@@ -5577,7 +5577,7 @@ module Aws::GameLift
|
|
5577
5577
|
params: params,
|
5578
5578
|
config: config)
|
5579
5579
|
context[:gem_name] = 'aws-sdk-gamelift'
|
5580
|
-
context[:gem_version] = '1.0.0.
|
5580
|
+
context[:gem_version] = '1.0.0.rc14'
|
5581
5581
|
Seahorse::Client::Request.new(handlers, context)
|
5582
5582
|
end
|
5583
5583
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-gamelift
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc14
|
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: 2017-08-
|
11
|
+
date: 2017-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|