aws-sdk-gamelift 1.23.0 → 1.24.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
  SHA1:
3
- metadata.gz: e15d2cad2e822e332bb20e1aafb08d3faa827b88
4
- data.tar.gz: e271271be8aa02522d2c199dc564bfc2a7794917
3
+ metadata.gz: adfd10e2242ae2af81aeba0a571c55a11f5ad8d6
4
+ data.tar.gz: eca67f1ed860f0d75b23ebc5f0d195dd2496c960
5
5
  SHA512:
6
- metadata.gz: aa65e17e8c71c16afea465271eb98e9c9910beb94c4f8e9cf94772d8bca0f2b9616ec7c2ace84bdcc8c83c43d0c8654186534a9ca09b3022efe9080440a6e46d
7
- data.tar.gz: 169503474a33456b6afdc0d8c26f503c03dca14e044abcb8c1871797d310651d42218558b90d2f8fcf3692107a3cb23ce1e92809a443cc8c1f21fed5899c2ab8
6
+ metadata.gz: 0f9cac6155e4605d5978f7e9187f2613bd8f69be7275a2ff6051bbaf39dd7ed868f0c463c2c71701184a0343f2c525aa8b9ed3da6d226ae25cf931989610d5b8
7
+ data.tar.gz: 89d8b8154ba7ef74b041278abbf71cb07ea1ab7b5e060ab96d488f11e3413335c885d267fe4bc743e02492f501dd7f75a33297aa7257e7ea61ad0d47f659495c
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-gamelift/customizations'
42
42
  # @service
43
43
  module Aws::GameLift
44
44
 
45
- GEM_VERSION = '1.23.0'
45
+ GEM_VERSION = '1.24.0'
46
46
 
47
47
  end
@@ -792,6 +792,8 @@ module Aws::GameLift
792
792
  # [1]: https://console.aws.amazon.com/iam/
793
793
  # [2]: https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html
794
794
  #
795
+ # @option params [Types::CertificateConfiguration] :certificate_configuration
796
+ #
795
797
  # @return [Types::CreateFleetOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
796
798
  #
797
799
  # * {Types::CreateFleetOutput#fleet_attributes #fleet_attributes} => Types::FleetAttributes
@@ -836,6 +838,9 @@ module Aws::GameLift
836
838
  # peer_vpc_id: "NonZeroAndMaxString",
837
839
  # fleet_type: "ON_DEMAND", # accepts ON_DEMAND, SPOT
838
840
  # instance_role_arn: "NonEmptyString",
841
+ # certificate_configuration: {
842
+ # certificate_type: "DISABLED", # required, accepts DISABLED, GENERATED
843
+ # },
839
844
  # })
840
845
  #
841
846
  # @example Response structure
@@ -864,6 +869,7 @@ module Aws::GameLift
864
869
  # resp.fleet_attributes.stopped_actions #=> Array
865
870
  # resp.fleet_attributes.stopped_actions[0] #=> String, one of "AUTO_SCALING"
866
871
  # resp.fleet_attributes.instance_role_arn #=> String
872
+ # resp.fleet_attributes.certificate_configuration.certificate_type #=> String, one of "DISABLED", "GENERATED"
867
873
  #
868
874
  # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/CreateFleet AWS API Documentation
869
875
  #
@@ -1028,6 +1034,7 @@ module Aws::GameLift
1028
1034
  # resp.game_session.game_properties[0].key #=> String
1029
1035
  # resp.game_session.game_properties[0].value #=> String
1030
1036
  # resp.game_session.ip_address #=> String
1037
+ # resp.game_session.dns_name #=> String
1031
1038
  # resp.game_session.port #=> Integer
1032
1039
  # resp.game_session.player_session_creation_policy #=> String, one of "ACCEPT_ALL", "DENY_ALL"
1033
1040
  # resp.game_session.creator_id #=> String
@@ -1496,6 +1503,7 @@ module Aws::GameLift
1496
1503
  # resp.player_session.termination_time #=> Time
1497
1504
  # resp.player_session.status #=> String, one of "RESERVED", "ACTIVE", "COMPLETED", "TIMEDOUT"
1498
1505
  # resp.player_session.ip_address #=> String
1506
+ # resp.player_session.dns_name #=> String
1499
1507
  # resp.player_session.port #=> Integer
1500
1508
  # resp.player_session.player_data #=> String
1501
1509
  #
@@ -1575,6 +1583,7 @@ module Aws::GameLift
1575
1583
  # resp.player_sessions[0].termination_time #=> Time
1576
1584
  # resp.player_sessions[0].status #=> String, one of "RESERVED", "ACTIVE", "COMPLETED", "TIMEDOUT"
1577
1585
  # resp.player_sessions[0].ip_address #=> String
1586
+ # resp.player_sessions[0].dns_name #=> String
1578
1587
  # resp.player_sessions[0].port #=> Integer
1579
1588
  # resp.player_sessions[0].player_data #=> String
1580
1589
  #
@@ -2707,6 +2716,7 @@ module Aws::GameLift
2707
2716
  # resp.fleet_attributes[0].stopped_actions #=> Array
2708
2717
  # resp.fleet_attributes[0].stopped_actions[0] #=> String, one of "AUTO_SCALING"
2709
2718
  # resp.fleet_attributes[0].instance_role_arn #=> String
2719
+ # resp.fleet_attributes[0].certificate_configuration.certificate_type #=> String, one of "DISABLED", "GENERATED"
2710
2720
  # resp.next_token #=> String
2711
2721
  #
2712
2722
  # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/DescribeFleetAttributes AWS API Documentation
@@ -3236,6 +3246,7 @@ module Aws::GameLift
3236
3246
  # resp.game_session_details[0].game_session.game_properties[0].key #=> String
3237
3247
  # resp.game_session_details[0].game_session.game_properties[0].value #=> String
3238
3248
  # resp.game_session_details[0].game_session.ip_address #=> String
3249
+ # resp.game_session_details[0].game_session.dns_name #=> String
3239
3250
  # resp.game_session_details[0].game_session.port #=> Integer
3240
3251
  # resp.game_session_details[0].game_session.player_session_creation_policy #=> String, one of "ACCEPT_ALL", "DENY_ALL"
3241
3252
  # resp.game_session_details[0].game_session.creator_id #=> String
@@ -3294,7 +3305,7 @@ module Aws::GameLift
3294
3305
  #
3295
3306
  # resp.game_session_placement.placement_id #=> String
3296
3307
  # resp.game_session_placement.game_session_queue_name #=> String
3297
- # resp.game_session_placement.status #=> String, one of "PENDING", "FULFILLED", "CANCELLED", "TIMED_OUT"
3308
+ # resp.game_session_placement.status #=> String, one of "PENDING", "FULFILLED", "CANCELLED", "TIMED_OUT", "FAILED"
3298
3309
  # resp.game_session_placement.game_properties #=> Array
3299
3310
  # resp.game_session_placement.game_properties[0].key #=> String
3300
3311
  # resp.game_session_placement.game_properties[0].value #=> String
@@ -3310,6 +3321,7 @@ module Aws::GameLift
3310
3321
  # resp.game_session_placement.start_time #=> Time
3311
3322
  # resp.game_session_placement.end_time #=> Time
3312
3323
  # resp.game_session_placement.ip_address #=> String
3324
+ # resp.game_session_placement.dns_name #=> String
3313
3325
  # resp.game_session_placement.port #=> Integer
3314
3326
  # resp.game_session_placement.placed_player_sessions #=> Array
3315
3327
  # resp.game_session_placement.placed_player_sessions[0].player_id #=> String
@@ -3480,6 +3492,7 @@ module Aws::GameLift
3480
3492
  # resp.game_sessions[0].game_properties[0].key #=> String
3481
3493
  # resp.game_sessions[0].game_properties[0].value #=> String
3482
3494
  # resp.game_sessions[0].ip_address #=> String
3495
+ # resp.game_sessions[0].dns_name #=> String
3483
3496
  # resp.game_sessions[0].port #=> Integer
3484
3497
  # resp.game_sessions[0].player_session_creation_policy #=> String, one of "ACCEPT_ALL", "DENY_ALL"
3485
3498
  # resp.game_sessions[0].creator_id #=> String
@@ -3541,6 +3554,7 @@ module Aws::GameLift
3541
3554
  # resp.instances[0].fleet_id #=> String
3542
3555
  # resp.instances[0].instance_id #=> String
3543
3556
  # resp.instances[0].ip_address #=> String
3557
+ # resp.instances[0].dns_name #=> String
3544
3558
  # resp.instances[0].operating_system #=> String, one of "WINDOWS_2012", "AMAZON_LINUX"
3545
3559
  # resp.instances[0].type #=> String, one of "t2.micro", "t2.small", "t2.medium", "t2.large", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", "c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", "c4.8xlarge", "r3.large", "r3.xlarge", "r3.2xlarge", "r3.4xlarge", "r3.8xlarge", "r4.large", "r4.xlarge", "r4.2xlarge", "r4.4xlarge", "r4.8xlarge", "r4.16xlarge", "m3.medium", "m3.large", "m3.xlarge", "m3.2xlarge", "m4.large", "m4.xlarge", "m4.2xlarge", "m4.4xlarge", "m4.10xlarge"
3546
3560
  # resp.instances[0].status #=> String, one of "PENDING", "ACTIVE", "TERMINATING"
@@ -3626,6 +3640,7 @@ module Aws::GameLift
3626
3640
  # resp.ticket_list[0].players[0].latency_in_ms["NonEmptyString"] #=> Integer
3627
3641
  # resp.ticket_list[0].game_session_connection_info.game_session_arn #=> String
3628
3642
  # resp.ticket_list[0].game_session_connection_info.ip_address #=> String
3643
+ # resp.ticket_list[0].game_session_connection_info.dns_name #=> String
3629
3644
  # resp.ticket_list[0].game_session_connection_info.port #=> Integer
3630
3645
  # resp.ticket_list[0].game_session_connection_info.matched_player_sessions #=> Array
3631
3646
  # resp.ticket_list[0].game_session_connection_info.matched_player_sessions[0].player_id #=> String
@@ -3914,6 +3929,7 @@ module Aws::GameLift
3914
3929
  # resp.player_sessions[0].termination_time #=> Time
3915
3930
  # resp.player_sessions[0].status #=> String, one of "RESERVED", "ACTIVE", "COMPLETED", "TIMEDOUT"
3916
3931
  # resp.player_sessions[0].ip_address #=> String
3932
+ # resp.player_sessions[0].dns_name #=> String
3917
3933
  # resp.player_sessions[0].port #=> Integer
3918
3934
  # resp.player_sessions[0].player_data #=> String
3919
3935
  # resp.next_token #=> String
@@ -5272,6 +5288,7 @@ module Aws::GameLift
5272
5288
  # resp.game_sessions[0].game_properties[0].key #=> String
5273
5289
  # resp.game_sessions[0].game_properties[0].value #=> String
5274
5290
  # resp.game_sessions[0].ip_address #=> String
5291
+ # resp.game_sessions[0].dns_name #=> String
5275
5292
  # resp.game_sessions[0].port #=> Integer
5276
5293
  # resp.game_sessions[0].player_session_creation_policy #=> String, one of "ACCEPT_ALL", "DENY_ALL"
5277
5294
  # resp.game_sessions[0].creator_id #=> String
@@ -5520,7 +5537,7 @@ module Aws::GameLift
5520
5537
  #
5521
5538
  # resp.game_session_placement.placement_id #=> String
5522
5539
  # resp.game_session_placement.game_session_queue_name #=> String
5523
- # resp.game_session_placement.status #=> String, one of "PENDING", "FULFILLED", "CANCELLED", "TIMED_OUT"
5540
+ # resp.game_session_placement.status #=> String, one of "PENDING", "FULFILLED", "CANCELLED", "TIMED_OUT", "FAILED"
5524
5541
  # resp.game_session_placement.game_properties #=> Array
5525
5542
  # resp.game_session_placement.game_properties[0].key #=> String
5526
5543
  # resp.game_session_placement.game_properties[0].value #=> String
@@ -5536,6 +5553,7 @@ module Aws::GameLift
5536
5553
  # resp.game_session_placement.start_time #=> Time
5537
5554
  # resp.game_session_placement.end_time #=> Time
5538
5555
  # resp.game_session_placement.ip_address #=> String
5556
+ # resp.game_session_placement.dns_name #=> String
5539
5557
  # resp.game_session_placement.port #=> Integer
5540
5558
  # resp.game_session_placement.placed_player_sessions #=> Array
5541
5559
  # resp.game_session_placement.placed_player_sessions[0].player_id #=> String
@@ -5686,6 +5704,7 @@ module Aws::GameLift
5686
5704
  # resp.matchmaking_ticket.players[0].latency_in_ms["NonEmptyString"] #=> Integer
5687
5705
  # resp.matchmaking_ticket.game_session_connection_info.game_session_arn #=> String
5688
5706
  # resp.matchmaking_ticket.game_session_connection_info.ip_address #=> String
5707
+ # resp.matchmaking_ticket.game_session_connection_info.dns_name #=> String
5689
5708
  # resp.matchmaking_ticket.game_session_connection_info.port #=> Integer
5690
5709
  # resp.matchmaking_ticket.game_session_connection_info.matched_player_sessions #=> Array
5691
5710
  # resp.matchmaking_ticket.game_session_connection_info.matched_player_sessions[0].player_id #=> String
@@ -5856,6 +5875,7 @@ module Aws::GameLift
5856
5875
  # resp.matchmaking_ticket.players[0].latency_in_ms["NonEmptyString"] #=> Integer
5857
5876
  # resp.matchmaking_ticket.game_session_connection_info.game_session_arn #=> String
5858
5877
  # resp.matchmaking_ticket.game_session_connection_info.ip_address #=> String
5878
+ # resp.matchmaking_ticket.game_session_connection_info.dns_name #=> String
5859
5879
  # resp.matchmaking_ticket.game_session_connection_info.port #=> Integer
5860
5880
  # resp.matchmaking_ticket.game_session_connection_info.matched_player_sessions #=> Array
5861
5881
  # resp.matchmaking_ticket.game_session_connection_info.matched_player_sessions[0].player_id #=> String
@@ -5997,7 +6017,7 @@ module Aws::GameLift
5997
6017
  #
5998
6018
  # resp.game_session_placement.placement_id #=> String
5999
6019
  # resp.game_session_placement.game_session_queue_name #=> String
6000
- # resp.game_session_placement.status #=> String, one of "PENDING", "FULFILLED", "CANCELLED", "TIMED_OUT"
6020
+ # resp.game_session_placement.status #=> String, one of "PENDING", "FULFILLED", "CANCELLED", "TIMED_OUT", "FAILED"
6001
6021
  # resp.game_session_placement.game_properties #=> Array
6002
6022
  # resp.game_session_placement.game_properties[0].key #=> String
6003
6023
  # resp.game_session_placement.game_properties[0].value #=> String
@@ -6013,6 +6033,7 @@ module Aws::GameLift
6013
6033
  # resp.game_session_placement.start_time #=> Time
6014
6034
  # resp.game_session_placement.end_time #=> Time
6015
6035
  # resp.game_session_placement.ip_address #=> String
6036
+ # resp.game_session_placement.dns_name #=> String
6016
6037
  # resp.game_session_placement.port #=> Integer
6017
6038
  # resp.game_session_placement.placed_player_sessions #=> Array
6018
6039
  # resp.game_session_placement.placed_player_sessions[0].player_id #=> String
@@ -6630,6 +6651,7 @@ module Aws::GameLift
6630
6651
  # resp.game_session.game_properties[0].key #=> String
6631
6652
  # resp.game_session.game_properties[0].value #=> String
6632
6653
  # resp.game_session.ip_address #=> String
6654
+ # resp.game_session.dns_name #=> String
6633
6655
  # resp.game_session.port #=> Integer
6634
6656
  # resp.game_session.player_session_creation_policy #=> String, one of "ACCEPT_ALL", "DENY_ALL"
6635
6657
  # resp.game_session.creator_id #=> String
@@ -7202,7 +7224,7 @@ module Aws::GameLift
7202
7224
  params: params,
7203
7225
  config: config)
7204
7226
  context[:gem_name] = 'aws-sdk-gamelift'
7205
- context[:gem_version] = '1.23.0'
7227
+ context[:gem_version] = '1.24.0'
7206
7228
  Seahorse::Client::Request.new(handlers, context)
7207
7229
  end
7208
7230
 
@@ -26,6 +26,8 @@ module Aws::GameLift
26
26
  BuildId = Shapes::StringShape.new(name: 'BuildId')
27
27
  BuildList = Shapes::ListShape.new(name: 'BuildList')
28
28
  BuildStatus = Shapes::StringShape.new(name: 'BuildStatus')
29
+ CertificateConfiguration = Shapes::StructureShape.new(name: 'CertificateConfiguration')
30
+ CertificateType = Shapes::StringShape.new(name: 'CertificateType')
29
31
  ComparisonOperatorType = Shapes::StringShape.new(name: 'ComparisonOperatorType')
30
32
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
31
33
  CreateAliasInput = Shapes::StructureShape.new(name: 'CreateAliasInput')
@@ -114,6 +116,7 @@ module Aws::GameLift
114
116
  DescribeVpcPeeringConnectionsOutput = Shapes::StructureShape.new(name: 'DescribeVpcPeeringConnectionsOutput')
115
117
  DesiredPlayerSession = Shapes::StructureShape.new(name: 'DesiredPlayerSession')
116
118
  DesiredPlayerSessionList = Shapes::ListShape.new(name: 'DesiredPlayerSessionList')
119
+ DnsName = Shapes::StringShape.new(name: 'DnsName')
117
120
  Double = Shapes::FloatShape.new(name: 'Double')
118
121
  DoubleObject = Shapes::FloatShape.new(name: 'DoubleObject')
119
122
  EC2InstanceCounts = Shapes::StructureShape.new(name: 'EC2InstanceCounts')
@@ -356,6 +359,9 @@ module Aws::GameLift
356
359
 
357
360
  BuildList.member = Shapes::ShapeRef.new(shape: Build)
358
361
 
362
+ CertificateConfiguration.add_member(:certificate_type, Shapes::ShapeRef.new(shape: CertificateType, required: true, location_name: "CertificateType"))
363
+ CertificateConfiguration.struct_class = Types::CertificateConfiguration
364
+
359
365
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
360
366
  ConflictException.struct_class = Types::ConflictException
361
367
 
@@ -395,6 +401,7 @@ module Aws::GameLift
395
401
  CreateFleetInput.add_member(:peer_vpc_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PeerVpcId"))
396
402
  CreateFleetInput.add_member(:fleet_type, Shapes::ShapeRef.new(shape: FleetType, location_name: "FleetType"))
397
403
  CreateFleetInput.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "InstanceRoleArn"))
404
+ CreateFleetInput.add_member(:certificate_configuration, Shapes::ShapeRef.new(shape: CertificateConfiguration, location_name: "CertificateConfiguration"))
398
405
  CreateFleetInput.struct_class = Types::CreateFleetInput
399
406
 
400
407
  CreateFleetOutput.add_member(:fleet_attributes, Shapes::ShapeRef.new(shape: FleetAttributes, location_name: "FleetAttributes"))
@@ -765,6 +772,7 @@ module Aws::GameLift
765
772
  FleetAttributes.add_member(:metric_groups, Shapes::ShapeRef.new(shape: MetricGroupList, location_name: "MetricGroups"))
766
773
  FleetAttributes.add_member(:stopped_actions, Shapes::ShapeRef.new(shape: FleetActionList, location_name: "StoppedActions"))
767
774
  FleetAttributes.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "InstanceRoleArn"))
775
+ FleetAttributes.add_member(:certificate_configuration, Shapes::ShapeRef.new(shape: CertificateConfiguration, location_name: "CertificateConfiguration"))
768
776
  FleetAttributes.struct_class = Types::FleetAttributes
769
777
 
770
778
  FleetAttributesList.member = Shapes::ShapeRef.new(shape: FleetAttributes)
@@ -807,6 +815,7 @@ module Aws::GameLift
807
815
  GameSession.add_member(:status_reason, Shapes::ShapeRef.new(shape: GameSessionStatusReason, location_name: "StatusReason"))
808
816
  GameSession.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
809
817
  GameSession.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
818
+ GameSession.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "DnsName"))
810
819
  GameSession.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
811
820
  GameSession.add_member(:player_session_creation_policy, Shapes::ShapeRef.new(shape: PlayerSessionCreationPolicy, location_name: "PlayerSessionCreationPolicy"))
812
821
  GameSession.add_member(:creator_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "CreatorId"))
@@ -816,6 +825,7 @@ module Aws::GameLift
816
825
 
817
826
  GameSessionConnectionInfo.add_member(:game_session_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "GameSessionArn"))
818
827
  GameSessionConnectionInfo.add_member(:ip_address, Shapes::ShapeRef.new(shape: StringModel, location_name: "IpAddress"))
828
+ GameSessionConnectionInfo.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "DnsName"))
819
829
  GameSessionConnectionInfo.add_member(:port, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Port"))
820
830
  GameSessionConnectionInfo.add_member(:matched_player_sessions, Shapes::ShapeRef.new(shape: MatchedPlayerSessionList, location_name: "MatchedPlayerSessions"))
821
831
  GameSessionConnectionInfo.struct_class = Types::GameSessionConnectionInfo
@@ -844,6 +854,7 @@ module Aws::GameLift
844
854
  GameSessionPlacement.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
845
855
  GameSessionPlacement.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
846
856
  GameSessionPlacement.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
857
+ GameSessionPlacement.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "DnsName"))
847
858
  GameSessionPlacement.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
848
859
  GameSessionPlacement.add_member(:placed_player_sessions, Shapes::ShapeRef.new(shape: PlacedPlayerSessionList, location_name: "PlacedPlayerSessions"))
849
860
  GameSessionPlacement.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
@@ -885,6 +896,7 @@ module Aws::GameLift
885
896
  Instance.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
886
897
  Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
887
898
  Instance.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
899
+ Instance.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "DnsName"))
888
900
  Instance.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
889
901
  Instance.add_member(:type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "Type"))
890
902
  Instance.add_member(:status, Shapes::ShapeRef.new(shape: InstanceStatus, location_name: "Status"))
@@ -1064,6 +1076,7 @@ module Aws::GameLift
1064
1076
  PlayerSession.add_member(:termination_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TerminationTime"))
1065
1077
  PlayerSession.add_member(:status, Shapes::ShapeRef.new(shape: PlayerSessionStatus, location_name: "Status"))
1066
1078
  PlayerSession.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
1079
+ PlayerSession.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "DnsName"))
1067
1080
  PlayerSession.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "Port"))
1068
1081
  PlayerSession.add_member(:player_data, Shapes::ShapeRef.new(shape: PlayerData, location_name: "PlayerData"))
1069
1082
  PlayerSession.struct_class = Types::PlayerSession
@@ -261,6 +261,23 @@ module Aws::GameLift
261
261
  include Aws::Structure
262
262
  end
263
263
 
264
+ # @note When making an API call, you may pass CertificateConfiguration
265
+ # data as a hash:
266
+ #
267
+ # {
268
+ # certificate_type: "DISABLED", # required, accepts DISABLED, GENERATED
269
+ # }
270
+ #
271
+ # @!attribute [rw] certificate_type
272
+ # @return [String]
273
+ #
274
+ # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/CertificateConfiguration AWS API Documentation
275
+ #
276
+ class CertificateConfiguration < Struct.new(
277
+ :certificate_type)
278
+ include Aws::Structure
279
+ end
280
+
264
281
  # The requested operation would cause a conflict with the current state
265
282
  # of a service resource associated with the request. Resolve the
266
283
  # conflict before retrying this request.
@@ -457,6 +474,9 @@ module Aws::GameLift
457
474
  # peer_vpc_id: "NonZeroAndMaxString",
458
475
  # fleet_type: "ON_DEMAND", # accepts ON_DEMAND, SPOT
459
476
  # instance_role_arn: "NonEmptyString",
477
+ # certificate_configuration: {
478
+ # certificate_type: "DISABLED", # required, accepts DISABLED, GENERATED
479
+ # },
460
480
  # }
461
481
  #
462
482
  # @!attribute [rw] name
@@ -618,6 +638,9 @@ module Aws::GameLift
618
638
  # [2]: https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html
619
639
  # @return [String]
620
640
  #
641
+ # @!attribute [rw] certificate_configuration
642
+ # @return [Types::CertificateConfiguration]
643
+ #
621
644
  # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/CreateFleetInput AWS API Documentation
622
645
  #
623
646
  class CreateFleetInput < Struct.new(
@@ -637,7 +660,8 @@ module Aws::GameLift
637
660
  :peer_vpc_aws_account_id,
638
661
  :peer_vpc_id,
639
662
  :fleet_type,
640
- :instance_role_arn)
663
+ :instance_role_arn,
664
+ :certificate_configuration)
641
665
  include Aws::Structure
642
666
  end
643
667
 
@@ -3255,6 +3279,9 @@ module Aws::GameLift
3255
3279
  # [2]: https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html
3256
3280
  # @return [String]
3257
3281
  #
3282
+ # @!attribute [rw] certificate_configuration
3283
+ # @return [Types::CertificateConfiguration]
3284
+ #
3258
3285
  # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/FleetAttributes AWS API Documentation
3259
3286
  #
3260
3287
  class FleetAttributes < Struct.new(
@@ -3277,7 +3304,8 @@ module Aws::GameLift
3277
3304
  :resource_creation_limit_policy,
3278
3305
  :metric_groups,
3279
3306
  :stopped_actions,
3280
- :instance_role_arn)
3307
+ :instance_role_arn,
3308
+ :certificate_configuration)
3281
3309
  include Aws::Structure
3282
3310
  end
3283
3311
 
@@ -3574,6 +3602,9 @@ module Aws::GameLift
3574
3602
  # server, an app needs both the IP address and port number.
3575
3603
  # @return [String]
3576
3604
  #
3605
+ # @!attribute [rw] dns_name
3606
+ # @return [String]
3607
+ #
3577
3608
  # @!attribute [rw] port
3578
3609
  # Port number for the game session. To connect to a Amazon GameLift
3579
3610
  # game server, an app needs both the IP address and port number.
@@ -3629,6 +3660,7 @@ module Aws::GameLift
3629
3660
  :status_reason,
3630
3661
  :game_properties,
3631
3662
  :ip_address,
3663
+ :dns_name,
3632
3664
  :port,
3633
3665
  :player_session_creation_policy,
3634
3666
  :creator_id,
@@ -3659,6 +3691,9 @@ module Aws::GameLift
3659
3691
  # server, an app needs both the IP address and port number.
3660
3692
  # @return [String]
3661
3693
  #
3694
+ # @!attribute [rw] dns_name
3695
+ # @return [String]
3696
+ #
3662
3697
  # @!attribute [rw] port
3663
3698
  # Port number for the game session. To connect to a Amazon GameLift
3664
3699
  # game server, an app needs both the IP address and port number.
@@ -3674,6 +3709,7 @@ module Aws::GameLift
3674
3709
  class GameSessionConnectionInfo < Struct.new(
3675
3710
  :game_session_arn,
3676
3711
  :ip_address,
3712
+ :dns_name,
3677
3713
  :port,
3678
3714
  :matched_player_sessions)
3679
3715
  include Aws::Structure
@@ -3820,6 +3856,9 @@ module Aws::GameLift
3820
3856
  # `FULFILLED`).
3821
3857
  # @return [String]
3822
3858
  #
3859
+ # @!attribute [rw] dns_name
3860
+ # @return [String]
3861
+ #
3823
3862
  # @!attribute [rw] port
3824
3863
  # Port number for the game session. To connect to a Amazon GameLift
3825
3864
  # game server, an app needs both the IP address and port number. This
@@ -3877,6 +3916,7 @@ module Aws::GameLift
3877
3916
  :start_time,
3878
3917
  :end_time,
3879
3918
  :ip_address,
3919
+ :dns_name,
3880
3920
  :port,
3881
3921
  :placed_player_sessions,
3882
3922
  :game_session_data,
@@ -4105,6 +4145,9 @@ module Aws::GameLift
4105
4145
  # IP address assigned to the instance.
4106
4146
  # @return [String]
4107
4147
  #
4148
+ # @!attribute [rw] dns_name
4149
+ # @return [String]
4150
+ #
4108
4151
  # @!attribute [rw] operating_system
4109
4152
  # Operating system that is running on this instance.
4110
4153
  # @return [String]
@@ -4144,6 +4187,7 @@ module Aws::GameLift
4144
4187
  :fleet_id,
4145
4188
  :instance_id,
4146
4189
  :ip_address,
4190
+ :dns_name,
4147
4191
  :operating_system,
4148
4192
  :type,
4149
4193
  :status,
@@ -5185,6 +5229,9 @@ module Aws::GameLift
5185
5229
  # server, an app needs both the IP address and port number.
5186
5230
  # @return [String]
5187
5231
  #
5232
+ # @!attribute [rw] dns_name
5233
+ # @return [String]
5234
+ #
5188
5235
  # @!attribute [rw] port
5189
5236
  # Port number for the game session. To connect to a Amazon GameLift
5190
5237
  # server process, an app needs both the IP address and port number.
@@ -5207,6 +5254,7 @@ module Aws::GameLift
5207
5254
  :termination_time,
5208
5255
  :status,
5209
5256
  :ip_address,
5257
+ :dns_name,
5210
5258
  :port,
5211
5259
  :player_data)
5212
5260
  include Aws::Structure
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.23.0
4
+ version: 1.24.0
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: 2019-07-25 00:00:00.000000000 Z
11
+ date: 2019-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core