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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50882c9bbb7ca53a98dab1e887f43286541f2518
4
- data.tar.gz: 7da4026eb6e16fb1292664eb304dda48ff394677
3
+ metadata.gz: e3c8208c8f8644a902e72f927eb850eafd1e4254
4
+ data.tar.gz: 187bdcb65c9b591c8e260e885647153718b9b19f
5
5
  SHA512:
6
- metadata.gz: 8123026fd4c5d5e3b5fcab460ece7e432923fa35545731c684941005c1a16c80e7cb0340ddb17c50b77e99dfe09e79df413fd6001a354d4160dc9dd6acfd9b34
7
- data.tar.gz: 8ee060c2920ec9c81a7635e8ae6c86379f43b7627e1475cfd8e63513dc352fdf005c4980ef158427f9619c370f4e59de76091c6c954c78dab620bd234d0baa77
6
+ metadata.gz: 7e9cadb76548e8c6dd6bf81dd8d1627d8fb530f280a9efb76c94954567f33ed1335d4def5f17dc753901b291804d4561d16dd49ab982807653d4894b38699641
7
+ data.tar.gz: 1cbc52a0213e337fa3862d558c68bd6879d7a385332bfea634f60c9efb9473e5bb5049e3d1ba7c8219e705cdf947e29ec064f16e36cd76d12cab7181d4eade75
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-gamelift/customizations'
42
42
  # @service
43
43
  module Aws::GameLift
44
44
 
45
- GEM_VERSION = '1.0.0.rc13'
45
+ GEM_VERSION = '1.0.0.rc14'
46
46
 
47
47
  end
@@ -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 "CANCELED", "COMPLETE", "FAILED", "PLACING", "QUEUED", "REQUIRES_ACCEPTANCE", "SEARCHING", "TIMED_OUT"
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 "CANCELED", "COMPLETE", "FAILED", "PLACING", "QUEUED", "REQUIRES_ACCEPTANCE", "SEARCHING", "TIMED_OUT"
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.rc13'
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.rc13
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-16 00:00:00.000000000 Z
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