aws-sdk-gameliftstreams 1.22.0 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gameliftstreams/client.rb +40 -23
- data/lib/aws-sdk-gameliftstreams/client_api.rb +20 -0
- data/lib/aws-sdk-gameliftstreams/types.rb +108 -112
- data/lib/aws-sdk-gameliftstreams.rb +1 -1
- data/sig/client.rbs +15 -3
- data/sig/types.rbs +17 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3856025fa8eff5d6adb7482bb8bc4fbde0d8e8342e4aa439ffdf5f07e9478801
|
|
4
|
+
data.tar.gz: 7b711ded72e38a22a0fe51c05325086414a18af2f181095e16d779da2675eff3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 167a0fe75eccb3d46c7f5557dea711cf7b8c842cc3f6a2f456ed8106d59bfdb5421fa414bea240e258125cdeaec9a35e4f55955dfaa75d3e03be76eed9e4ab4b
|
|
7
|
+
data.tar.gz: 7539623721101461ff136c1f392f58c25e441daed5f6253cbd5530c70d4a71124ef5d8a5e501bc70c62c8441e606abb6e8671d3de3106b8ceca2b7eefa6e1c11
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.23.0
|
|
@@ -522,6 +522,10 @@ module Aws::GameLiftStreams
|
|
|
522
522
|
# on_demand_capacity: 1,
|
|
523
523
|
# target_idle_capacity: 1,
|
|
524
524
|
# maximum_capacity: 1,
|
|
525
|
+
# vpc_transit_configuration: {
|
|
526
|
+
# vpc_id: "VpcId", # required
|
|
527
|
+
# ipv_4_cidr_blocks: ["Ipv4CidrBlock"], # required
|
|
528
|
+
# },
|
|
525
529
|
# },
|
|
526
530
|
# ],
|
|
527
531
|
# })
|
|
@@ -539,6 +543,12 @@ module Aws::GameLiftStreams
|
|
|
539
543
|
# resp.locations[0].requested_capacity #=> Integer
|
|
540
544
|
# resp.locations[0].allocated_capacity #=> Integer
|
|
541
545
|
# resp.locations[0].idle_capacity #=> Integer
|
|
546
|
+
# resp.locations[0].internal_vpc_ipv_4_cidr_block #=> String
|
|
547
|
+
# resp.locations[0].vpc_transit_configuration.vpc_id #=> String
|
|
548
|
+
# resp.locations[0].vpc_transit_configuration.ipv_4_cidr_blocks #=> Array
|
|
549
|
+
# resp.locations[0].vpc_transit_configuration.ipv_4_cidr_blocks[0] #=> String
|
|
550
|
+
# resp.locations[0].vpc_transit_configuration.transit_gateway_id #=> String
|
|
551
|
+
# resp.locations[0].vpc_transit_configuration.transit_gateway_resource_share_arn #=> String
|
|
542
552
|
#
|
|
543
553
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/AddStreamGroupLocations AWS API Documentation
|
|
544
554
|
#
|
|
@@ -961,28 +971,6 @@ module Aws::GameLiftStreams
|
|
|
961
971
|
# * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
|
|
962
972
|
#
|
|
963
973
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
964
|
-
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b> Supports
|
|
965
|
-
# applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
|
|
966
|
-
# Core GPU.
|
|
967
|
-
#
|
|
968
|
-
# * Reference resolution: 1080p
|
|
969
|
-
#
|
|
970
|
-
# * Reference frame rate: 60 fps
|
|
971
|
-
#
|
|
972
|
-
# * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
|
|
973
|
-
#
|
|
974
|
-
# * Tenancy: Supports 1 concurrent stream session
|
|
975
|
-
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
976
|
-
# applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
|
|
977
|
-
# Core GPU.
|
|
978
|
-
#
|
|
979
|
-
# * Reference resolution: 1080p
|
|
980
|
-
#
|
|
981
|
-
# * Reference frame rate: 60 fps
|
|
982
|
-
#
|
|
983
|
-
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
984
|
-
#
|
|
985
|
-
# * Tenancy: Supports 1 concurrent stream session
|
|
986
974
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
987
975
|
# applications with extremely high 3D scene complexity. Runs
|
|
988
976
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
@@ -1135,6 +1123,10 @@ module Aws::GameLiftStreams
|
|
|
1135
1123
|
# on_demand_capacity: 1,
|
|
1136
1124
|
# target_idle_capacity: 1,
|
|
1137
1125
|
# maximum_capacity: 1,
|
|
1126
|
+
# vpc_transit_configuration: {
|
|
1127
|
+
# vpc_id: "VpcId", # required
|
|
1128
|
+
# ipv_4_cidr_blocks: ["Ipv4CidrBlock"], # required
|
|
1129
|
+
# },
|
|
1138
1130
|
# },
|
|
1139
1131
|
# ],
|
|
1140
1132
|
# tags: {
|
|
@@ -1159,6 +1151,12 @@ module Aws::GameLiftStreams
|
|
|
1159
1151
|
# resp.location_states[0].requested_capacity #=> Integer
|
|
1160
1152
|
# resp.location_states[0].allocated_capacity #=> Integer
|
|
1161
1153
|
# resp.location_states[0].idle_capacity #=> Integer
|
|
1154
|
+
# resp.location_states[0].internal_vpc_ipv_4_cidr_block #=> String
|
|
1155
|
+
# resp.location_states[0].vpc_transit_configuration.vpc_id #=> String
|
|
1156
|
+
# resp.location_states[0].vpc_transit_configuration.ipv_4_cidr_blocks #=> Array
|
|
1157
|
+
# resp.location_states[0].vpc_transit_configuration.ipv_4_cidr_blocks[0] #=> String
|
|
1158
|
+
# resp.location_states[0].vpc_transit_configuration.transit_gateway_id #=> String
|
|
1159
|
+
# resp.location_states[0].vpc_transit_configuration.transit_gateway_resource_share_arn #=> String
|
|
1162
1160
|
# resp.stream_class #=> String, one of "gen4n_high", "gen4n_ultra", "gen4n_win2022", "gen5n_high", "gen5n_ultra", "gen5n_win2022", "gen6n_small", "gen6n_medium", "gen6n_high", "gen6n_ultra", "gen6n_ultra_win2022", "gen6n_pro", "gen6n_pro_win2022", "gen6n_small_win2022", "gen6n_medium_win2022", "gen6e_pro", "gen6e_pro_win2022"
|
|
1163
1161
|
# resp.id #=> String
|
|
1164
1162
|
# resp.status #=> String, one of "ACTIVATING", "UPDATING_LOCATIONS", "ACTIVE", "ACTIVE_WITH_ERRORS", "ERROR", "DELETING", "EXPIRED"
|
|
@@ -1684,6 +1682,12 @@ module Aws::GameLiftStreams
|
|
|
1684
1682
|
# resp.location_states[0].requested_capacity #=> Integer
|
|
1685
1683
|
# resp.location_states[0].allocated_capacity #=> Integer
|
|
1686
1684
|
# resp.location_states[0].idle_capacity #=> Integer
|
|
1685
|
+
# resp.location_states[0].internal_vpc_ipv_4_cidr_block #=> String
|
|
1686
|
+
# resp.location_states[0].vpc_transit_configuration.vpc_id #=> String
|
|
1687
|
+
# resp.location_states[0].vpc_transit_configuration.ipv_4_cidr_blocks #=> Array
|
|
1688
|
+
# resp.location_states[0].vpc_transit_configuration.ipv_4_cidr_blocks[0] #=> String
|
|
1689
|
+
# resp.location_states[0].vpc_transit_configuration.transit_gateway_id #=> String
|
|
1690
|
+
# resp.location_states[0].vpc_transit_configuration.transit_gateway_resource_share_arn #=> String
|
|
1687
1691
|
# resp.stream_class #=> String, one of "gen4n_high", "gen4n_ultra", "gen4n_win2022", "gen5n_high", "gen5n_ultra", "gen5n_win2022", "gen6n_small", "gen6n_medium", "gen6n_high", "gen6n_ultra", "gen6n_ultra_win2022", "gen6n_pro", "gen6n_pro_win2022", "gen6n_small_win2022", "gen6n_medium_win2022", "gen6e_pro", "gen6e_pro_win2022"
|
|
1688
1692
|
# resp.id #=> String
|
|
1689
1693
|
# resp.status #=> String, one of "ACTIVATING", "UPDATING_LOCATIONS", "ACTIVE", "ACTIVE_WITH_ERRORS", "ERROR", "DELETING", "EXPIRED"
|
|
@@ -2260,6 +2264,9 @@ module Aws::GameLiftStreams
|
|
|
2260
2264
|
# terminates the stream session. This value is specified by
|
|
2261
2265
|
# `ConnectionTimeoutSeconds` in the `StartStreamSession` parameters.
|
|
2262
2266
|
#
|
|
2267
|
+
# * **Idle timeout**: A stream session will be terminated if no user
|
|
2268
|
+
# input has been received for 60 minutes.
|
|
2269
|
+
#
|
|
2263
2270
|
# * **Maximum session length**: A stream session will be terminated
|
|
2264
2271
|
# after this amount of time has elapsed since it started, regardless
|
|
2265
2272
|
# of any existing client connections. This value is specified by
|
|
@@ -2830,6 +2837,10 @@ module Aws::GameLiftStreams
|
|
|
2830
2837
|
# on_demand_capacity: 1,
|
|
2831
2838
|
# target_idle_capacity: 1,
|
|
2832
2839
|
# maximum_capacity: 1,
|
|
2840
|
+
# vpc_transit_configuration: {
|
|
2841
|
+
# vpc_id: "VpcId", # required
|
|
2842
|
+
# ipv_4_cidr_blocks: ["Ipv4CidrBlock"], # required
|
|
2843
|
+
# },
|
|
2833
2844
|
# },
|
|
2834
2845
|
# ],
|
|
2835
2846
|
# description: "Description",
|
|
@@ -2852,6 +2863,12 @@ module Aws::GameLiftStreams
|
|
|
2852
2863
|
# resp.location_states[0].requested_capacity #=> Integer
|
|
2853
2864
|
# resp.location_states[0].allocated_capacity #=> Integer
|
|
2854
2865
|
# resp.location_states[0].idle_capacity #=> Integer
|
|
2866
|
+
# resp.location_states[0].internal_vpc_ipv_4_cidr_block #=> String
|
|
2867
|
+
# resp.location_states[0].vpc_transit_configuration.vpc_id #=> String
|
|
2868
|
+
# resp.location_states[0].vpc_transit_configuration.ipv_4_cidr_blocks #=> Array
|
|
2869
|
+
# resp.location_states[0].vpc_transit_configuration.ipv_4_cidr_blocks[0] #=> String
|
|
2870
|
+
# resp.location_states[0].vpc_transit_configuration.transit_gateway_id #=> String
|
|
2871
|
+
# resp.location_states[0].vpc_transit_configuration.transit_gateway_resource_share_arn #=> String
|
|
2855
2872
|
# resp.stream_class #=> String, one of "gen4n_high", "gen4n_ultra", "gen4n_win2022", "gen5n_high", "gen5n_ultra", "gen5n_win2022", "gen6n_small", "gen6n_medium", "gen6n_high", "gen6n_ultra", "gen6n_ultra_win2022", "gen6n_pro", "gen6n_pro_win2022", "gen6n_small_win2022", "gen6n_medium_win2022", "gen6e_pro", "gen6e_pro_win2022"
|
|
2856
2873
|
# resp.id #=> String
|
|
2857
2874
|
# resp.status #=> String, one of "ACTIVATING", "UPDATING_LOCATIONS", "ACTIVE", "ACTIVE_WITH_ERRORS", "ERROR", "DELETING", "EXPIRED"
|
|
@@ -2889,7 +2906,7 @@ module Aws::GameLiftStreams
|
|
|
2889
2906
|
tracer: tracer
|
|
2890
2907
|
)
|
|
2891
2908
|
context[:gem_name] = 'aws-sdk-gameliftstreams'
|
|
2892
|
-
context[:gem_version] = '1.
|
|
2909
|
+
context[:gem_version] = '1.23.0'
|
|
2893
2910
|
Seahorse::Client::Request.new(handlers, context)
|
|
2894
2911
|
end
|
|
2895
2912
|
|
|
@@ -68,6 +68,8 @@ module Aws::GameLiftStreams
|
|
|
68
68
|
Identifier = Shapes::StringShape.new(name: 'Identifier')
|
|
69
69
|
Identifiers = Shapes::ListShape.new(name: 'Identifiers')
|
|
70
70
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
71
|
+
Ipv4CidrBlock = Shapes::StringShape.new(name: 'Ipv4CidrBlock')
|
|
72
|
+
Ipv4CidrBlockList = Shapes::ListShape.new(name: 'Ipv4CidrBlockList')
|
|
71
73
|
ListApplicationsInput = Shapes::StructureShape.new(name: 'ListApplicationsInput')
|
|
72
74
|
ListApplicationsOutput = Shapes::StructureShape.new(name: 'ListApplicationsOutput')
|
|
73
75
|
ListStreamGroupsInput = Shapes::StructureShape.new(name: 'ListStreamGroupsInput')
|
|
@@ -135,6 +137,9 @@ module Aws::GameLiftStreams
|
|
|
135
137
|
UpdateStreamGroupOutput = Shapes::StructureShape.new(name: 'UpdateStreamGroupOutput')
|
|
136
138
|
UserId = Shapes::StringShape.new(name: 'UserId')
|
|
137
139
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
140
|
+
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
|
141
|
+
VpcTransitConfiguration = Shapes::StructureShape.new(name: 'VpcTransitConfiguration')
|
|
142
|
+
VpcTransitConfigurationResponse = Shapes::StructureShape.new(name: 'VpcTransitConfigurationResponse')
|
|
138
143
|
WebSdkProtocolUrl = Shapes::StringShape.new(name: 'WebSdkProtocolUrl')
|
|
139
144
|
|
|
140
145
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
@@ -334,6 +339,8 @@ module Aws::GameLiftStreams
|
|
|
334
339
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
335
340
|
InternalServerException.struct_class = Types::InternalServerException
|
|
336
341
|
|
|
342
|
+
Ipv4CidrBlockList.member = Shapes::ShapeRef.new(shape: Ipv4CidrBlock)
|
|
343
|
+
|
|
337
344
|
ListApplicationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
|
338
345
|
ListApplicationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
|
339
346
|
ListApplicationsInput.struct_class = Types::ListApplicationsInput
|
|
@@ -382,6 +389,7 @@ module Aws::GameLiftStreams
|
|
|
382
389
|
LocationConfiguration.add_member(:on_demand_capacity, Shapes::ShapeRef.new(shape: OnDemandCapacity, deprecated: true, location_name: "OnDemandCapacity", metadata: {"deprecatedMessage" => "This input field is deprecated in favor of explicit MaximumCapacity values.", "deprecatedSince" => "2025-12-17"}))
|
|
383
390
|
LocationConfiguration.add_member(:target_idle_capacity, Shapes::ShapeRef.new(shape: TargetIdleCapacity, location_name: "TargetIdleCapacity"))
|
|
384
391
|
LocationConfiguration.add_member(:maximum_capacity, Shapes::ShapeRef.new(shape: MaximumCapacity, location_name: "MaximumCapacity"))
|
|
392
|
+
LocationConfiguration.add_member(:vpc_transit_configuration, Shapes::ShapeRef.new(shape: VpcTransitConfiguration, location_name: "VpcTransitConfiguration"))
|
|
385
393
|
LocationConfiguration.struct_class = Types::LocationConfiguration
|
|
386
394
|
|
|
387
395
|
LocationConfigurations.member = Shapes::ShapeRef.new(shape: LocationConfiguration)
|
|
@@ -397,6 +405,8 @@ module Aws::GameLiftStreams
|
|
|
397
405
|
LocationState.add_member(:requested_capacity, Shapes::ShapeRef.new(shape: CapacityValue, location_name: "RequestedCapacity"))
|
|
398
406
|
LocationState.add_member(:allocated_capacity, Shapes::ShapeRef.new(shape: CapacityValue, location_name: "AllocatedCapacity"))
|
|
399
407
|
LocationState.add_member(:idle_capacity, Shapes::ShapeRef.new(shape: CapacityValue, location_name: "IdleCapacity"))
|
|
408
|
+
LocationState.add_member(:internal_vpc_ipv_4_cidr_block, Shapes::ShapeRef.new(shape: Ipv4CidrBlock, location_name: "InternalVpcIpv4CidrBlock"))
|
|
409
|
+
LocationState.add_member(:vpc_transit_configuration, Shapes::ShapeRef.new(shape: VpcTransitConfigurationResponse, location_name: "VpcTransitConfiguration"))
|
|
400
410
|
LocationState.struct_class = Types::LocationState
|
|
401
411
|
|
|
402
412
|
LocationStates.member = Shapes::ShapeRef.new(shape: LocationState)
|
|
@@ -560,6 +570,16 @@ module Aws::GameLiftStreams
|
|
|
560
570
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
561
571
|
ValidationException.struct_class = Types::ValidationException
|
|
562
572
|
|
|
573
|
+
VpcTransitConfiguration.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
|
574
|
+
VpcTransitConfiguration.add_member(:ipv_4_cidr_blocks, Shapes::ShapeRef.new(shape: Ipv4CidrBlockList, required: true, location_name: "Ipv4CidrBlocks"))
|
|
575
|
+
VpcTransitConfiguration.struct_class = Types::VpcTransitConfiguration
|
|
576
|
+
|
|
577
|
+
VpcTransitConfigurationResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
|
578
|
+
VpcTransitConfigurationResponse.add_member(:ipv_4_cidr_blocks, Shapes::ShapeRef.new(shape: Ipv4CidrBlockList, location_name: "Ipv4CidrBlocks"))
|
|
579
|
+
VpcTransitConfigurationResponse.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayId"))
|
|
580
|
+
VpcTransitConfigurationResponse.add_member(:transit_gateway_resource_share_arn, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayResourceShareArn"))
|
|
581
|
+
VpcTransitConfigurationResponse.struct_class = Types::VpcTransitConfigurationResponse
|
|
582
|
+
|
|
563
583
|
|
|
564
584
|
# @api private
|
|
565
585
|
API = Seahorse::Model::Api.new.tap do |api|
|
|
@@ -640,28 +640,6 @@ module Aws::GameLiftStreams
|
|
|
640
640
|
# * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
|
|
641
641
|
#
|
|
642
642
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
643
|
-
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
644
|
-
# Supports applications with low 3D scene complexity. Uses NVIDIA L4
|
|
645
|
-
# Tensor Core GPU.
|
|
646
|
-
#
|
|
647
|
-
# * Reference resolution: 1080p
|
|
648
|
-
#
|
|
649
|
-
# * Reference frame rate: 60 fps
|
|
650
|
-
#
|
|
651
|
-
# * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
|
|
652
|
-
#
|
|
653
|
-
# * Tenancy: Supports 1 concurrent stream session
|
|
654
|
-
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
655
|
-
# applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
|
|
656
|
-
# Core GPU.
|
|
657
|
-
#
|
|
658
|
-
# * Reference resolution: 1080p
|
|
659
|
-
#
|
|
660
|
-
# * Reference frame rate: 60 fps
|
|
661
|
-
#
|
|
662
|
-
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
663
|
-
#
|
|
664
|
-
# * Tenancy: Supports 1 concurrent stream session
|
|
665
643
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
666
644
|
# applications with extremely high 3D scene complexity. Runs
|
|
667
645
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
@@ -935,28 +913,6 @@ module Aws::GameLiftStreams
|
|
|
935
913
|
# * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
|
|
936
914
|
#
|
|
937
915
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
938
|
-
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
939
|
-
# Supports applications with low 3D scene complexity. Uses NVIDIA L4
|
|
940
|
-
# Tensor Core GPU.
|
|
941
|
-
#
|
|
942
|
-
# * Reference resolution: 1080p
|
|
943
|
-
#
|
|
944
|
-
# * Reference frame rate: 60 fps
|
|
945
|
-
#
|
|
946
|
-
# * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
|
|
947
|
-
#
|
|
948
|
-
# * Tenancy: Supports 1 concurrent stream session
|
|
949
|
-
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
950
|
-
# applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
|
|
951
|
-
# Core GPU.
|
|
952
|
-
#
|
|
953
|
-
# * Reference resolution: 1080p
|
|
954
|
-
#
|
|
955
|
-
# * Reference frame rate: 60 fps
|
|
956
|
-
#
|
|
957
|
-
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
958
|
-
#
|
|
959
|
-
# * Tenancy: Supports 1 concurrent stream session
|
|
960
916
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
961
917
|
# applications with extremely high 3D scene complexity. Runs
|
|
962
918
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
@@ -1745,28 +1701,6 @@ module Aws::GameLiftStreams
|
|
|
1745
1701
|
# * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
|
|
1746
1702
|
#
|
|
1747
1703
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
1748
|
-
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
1749
|
-
# Supports applications with low 3D scene complexity. Uses NVIDIA L4
|
|
1750
|
-
# Tensor Core GPU.
|
|
1751
|
-
#
|
|
1752
|
-
# * Reference resolution: 1080p
|
|
1753
|
-
#
|
|
1754
|
-
# * Reference frame rate: 60 fps
|
|
1755
|
-
#
|
|
1756
|
-
# * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
|
|
1757
|
-
#
|
|
1758
|
-
# * Tenancy: Supports 1 concurrent stream session
|
|
1759
|
-
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
1760
|
-
# applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
|
|
1761
|
-
# Core GPU.
|
|
1762
|
-
#
|
|
1763
|
-
# * Reference resolution: 1080p
|
|
1764
|
-
#
|
|
1765
|
-
# * Reference frame rate: 60 fps
|
|
1766
|
-
#
|
|
1767
|
-
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
1768
|
-
#
|
|
1769
|
-
# * Tenancy: Supports 1 concurrent stream session
|
|
1770
1704
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
1771
1705
|
# applications with extremely high 3D scene complexity. Runs
|
|
1772
1706
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
@@ -2077,6 +2011,10 @@ module Aws::GameLiftStreams
|
|
|
2077
2011
|
# client failed to connect within the connection timeout period
|
|
2078
2012
|
# specified by `ConnectionTimeoutSeconds`.
|
|
2079
2013
|
#
|
|
2014
|
+
# * `idleTimeout`: The stream session was terminated because it
|
|
2015
|
+
# exceeded the idle timeout period of 60 minutes with no user input
|
|
2016
|
+
# activity.
|
|
2017
|
+
#
|
|
2080
2018
|
# * `maxSessionLengthTimeout`: The stream session was terminated
|
|
2081
2019
|
# because it exceeded the maximum session length timeout period
|
|
2082
2020
|
# specified by `SessionLengthSeconds`.
|
|
@@ -2557,6 +2495,20 @@ module Aws::GameLiftStreams
|
|
|
2557
2495
|
# capacity that is allocated to you until it is released.
|
|
2558
2496
|
# @return [Integer]
|
|
2559
2497
|
#
|
|
2498
|
+
# @!attribute [rw] vpc_transit_configuration
|
|
2499
|
+
# Configuration for connecting the stream group to resources in your
|
|
2500
|
+
# Amazon VPC using AWS Transit Gateway. This setting is optional. If
|
|
2501
|
+
# specified, Amazon GameLift Streams creates a Transit Gateway to
|
|
2502
|
+
# enable private network connectivity between the service VPC and your
|
|
2503
|
+
# VPC. The VPC ID cannot be changed after the stream group is created,
|
|
2504
|
+
# but you can update the CIDR blocks by calling
|
|
2505
|
+
# [UpdateStreamGroup][1].
|
|
2506
|
+
#
|
|
2507
|
+
#
|
|
2508
|
+
#
|
|
2509
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_UpdateStreamGroup.html
|
|
2510
|
+
# @return [Types::VpcTransitConfiguration]
|
|
2511
|
+
#
|
|
2560
2512
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/LocationConfiguration AWS API Documentation
|
|
2561
2513
|
#
|
|
2562
2514
|
class LocationConfiguration < Struct.new(
|
|
@@ -2564,7 +2516,8 @@ module Aws::GameLiftStreams
|
|
|
2564
2516
|
:always_on_capacity,
|
|
2565
2517
|
:on_demand_capacity,
|
|
2566
2518
|
:target_idle_capacity,
|
|
2567
|
-
:maximum_capacity
|
|
2519
|
+
:maximum_capacity,
|
|
2520
|
+
:vpc_transit_configuration)
|
|
2568
2521
|
SENSITIVE = []
|
|
2569
2522
|
include Aws::Structure
|
|
2570
2523
|
end
|
|
@@ -2667,6 +2620,17 @@ module Aws::GameLiftStreams
|
|
|
2667
2620
|
# immediately to new stream requests with near-instant startup time.
|
|
2668
2621
|
# @return [Integer]
|
|
2669
2622
|
#
|
|
2623
|
+
# @!attribute [rw] internal_vpc_ipv_4_cidr_block
|
|
2624
|
+
# The CIDR block of the service VPC for this location. Add this CIDR
|
|
2625
|
+
# block to your VPC route table to enable traffic routing through the
|
|
2626
|
+
# Transit Gateway.
|
|
2627
|
+
# @return [String]
|
|
2628
|
+
#
|
|
2629
|
+
# @!attribute [rw] vpc_transit_configuration
|
|
2630
|
+
# The VPC transit configuration for this location, including the
|
|
2631
|
+
# Transit Gateway details needed to complete the VPC attachment setup.
|
|
2632
|
+
# @return [Types::VpcTransitConfigurationResponse]
|
|
2633
|
+
#
|
|
2670
2634
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/LocationState AWS API Documentation
|
|
2671
2635
|
#
|
|
2672
2636
|
class LocationState < Struct.new(
|
|
@@ -2678,7 +2642,9 @@ module Aws::GameLiftStreams
|
|
|
2678
2642
|
:maximum_capacity,
|
|
2679
2643
|
:requested_capacity,
|
|
2680
2644
|
:allocated_capacity,
|
|
2681
|
-
:idle_capacity
|
|
2645
|
+
:idle_capacity,
|
|
2646
|
+
:internal_vpc_ipv_4_cidr_block,
|
|
2647
|
+
:vpc_transit_configuration)
|
|
2682
2648
|
SENSITIVE = []
|
|
2683
2649
|
include Aws::Structure
|
|
2684
2650
|
end
|
|
@@ -3088,6 +3054,10 @@ module Aws::GameLiftStreams
|
|
|
3088
3054
|
# client failed to connect within the connection timeout period
|
|
3089
3055
|
# specified by `ConnectionTimeoutSeconds`.
|
|
3090
3056
|
#
|
|
3057
|
+
# * `idleTimeout`: The stream session was terminated because it
|
|
3058
|
+
# exceeded the idle timeout period of 60 minutes with no user input
|
|
3059
|
+
# activity.
|
|
3060
|
+
#
|
|
3091
3061
|
# * `maxSessionLengthTimeout`: The stream session was terminated
|
|
3092
3062
|
# because it exceeded the maximum session length timeout period
|
|
3093
3063
|
# specified by `SessionLengthSeconds`.
|
|
@@ -3367,28 +3337,6 @@ module Aws::GameLiftStreams
|
|
|
3367
3337
|
# * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
|
|
3368
3338
|
#
|
|
3369
3339
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
3370
|
-
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
3371
|
-
# Supports applications with low 3D scene complexity. Uses NVIDIA L4
|
|
3372
|
-
# Tensor Core GPU.
|
|
3373
|
-
#
|
|
3374
|
-
# * Reference resolution: 1080p
|
|
3375
|
-
#
|
|
3376
|
-
# * Reference frame rate: 60 fps
|
|
3377
|
-
#
|
|
3378
|
-
# * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
|
|
3379
|
-
#
|
|
3380
|
-
# * Tenancy: Supports 1 concurrent stream session
|
|
3381
|
-
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
3382
|
-
# applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
|
|
3383
|
-
# Core GPU.
|
|
3384
|
-
#
|
|
3385
|
-
# * Reference resolution: 1080p
|
|
3386
|
-
#
|
|
3387
|
-
# * Reference frame rate: 60 fps
|
|
3388
|
-
#
|
|
3389
|
-
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
3390
|
-
#
|
|
3391
|
-
# * Tenancy: Supports 1 concurrent stream session
|
|
3392
3340
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
3393
3341
|
# applications with extremely high 3D scene complexity. Runs
|
|
3394
3342
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
@@ -3624,6 +3572,10 @@ module Aws::GameLiftStreams
|
|
|
3624
3572
|
# client failed to connect within the connection timeout period
|
|
3625
3573
|
# specified by `ConnectionTimeoutSeconds`.
|
|
3626
3574
|
#
|
|
3575
|
+
# * `idleTimeout`: The stream session was terminated because it
|
|
3576
|
+
# exceeded the idle timeout period of 60 minutes with no user input
|
|
3577
|
+
# activity.
|
|
3578
|
+
#
|
|
3627
3579
|
# * `maxSessionLengthTimeout`: The stream session was terminated
|
|
3628
3580
|
# because it exceeded the maximum session length timeout period
|
|
3629
3581
|
# specified by `SessionLengthSeconds`.
|
|
@@ -4191,28 +4143,6 @@ module Aws::GameLiftStreams
|
|
|
4191
4143
|
# * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
|
|
4192
4144
|
#
|
|
4193
4145
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
4194
|
-
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
4195
|
-
# Supports applications with low 3D scene complexity. Uses NVIDIA L4
|
|
4196
|
-
# Tensor Core GPU.
|
|
4197
|
-
#
|
|
4198
|
-
# * Reference resolution: 1080p
|
|
4199
|
-
#
|
|
4200
|
-
# * Reference frame rate: 60 fps
|
|
4201
|
-
#
|
|
4202
|
-
# * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
|
|
4203
|
-
#
|
|
4204
|
-
# * Tenancy: Supports 1 concurrent stream session
|
|
4205
|
-
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
4206
|
-
# applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
|
|
4207
|
-
# Core GPU.
|
|
4208
|
-
#
|
|
4209
|
-
# * Reference resolution: 1080p
|
|
4210
|
-
#
|
|
4211
|
-
# * Reference frame rate: 60 fps
|
|
4212
|
-
#
|
|
4213
|
-
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
4214
|
-
#
|
|
4215
|
-
# * Tenancy: Supports 1 concurrent stream session
|
|
4216
4146
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
4217
4147
|
# applications with extremely high 3D scene complexity. Runs
|
|
4218
4148
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
@@ -4404,6 +4334,72 @@ module Aws::GameLiftStreams
|
|
|
4404
4334
|
include Aws::Structure
|
|
4405
4335
|
end
|
|
4406
4336
|
|
|
4337
|
+
# Configuration for connecting a stream group location to resources in
|
|
4338
|
+
# your Amazon VPC using AWS Transit Gateway. When you specify a VPC
|
|
4339
|
+
# transit configuration, Amazon GameLift Streams creates a Transit
|
|
4340
|
+
# Gateway and shares it with your account using AWS Resource Access
|
|
4341
|
+
# Manager. After the stream group is active, you must complete the setup
|
|
4342
|
+
# by accepting the resource share, creating a VPC attachment, and
|
|
4343
|
+
# configuring routing.
|
|
4344
|
+
#
|
|
4345
|
+
# @!attribute [rw] vpc_id
|
|
4346
|
+
# The ID of the Amazon VPC that you want to connect to the stream
|
|
4347
|
+
# group. The VPC must be in the same Amazon Web Services account as
|
|
4348
|
+
# the stream group. This value cannot be changed after the stream
|
|
4349
|
+
# group is created.
|
|
4350
|
+
# @return [String]
|
|
4351
|
+
#
|
|
4352
|
+
# @!attribute [rw] ipv_4_cidr_blocks
|
|
4353
|
+
# A list of IPv4 CIDR blocks in your VPC that you want the stream
|
|
4354
|
+
# group to be able to access. You can specify up to 5 CIDR blocks. The
|
|
4355
|
+
# CIDR blocks must be valid subsets of the VPC's CIDR blocks and
|
|
4356
|
+
# cannot overlap with the service VPC CIDR block.
|
|
4357
|
+
# @return [Array<String>]
|
|
4358
|
+
#
|
|
4359
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/VpcTransitConfiguration AWS API Documentation
|
|
4360
|
+
#
|
|
4361
|
+
class VpcTransitConfiguration < Struct.new(
|
|
4362
|
+
:vpc_id,
|
|
4363
|
+
:ipv_4_cidr_blocks)
|
|
4364
|
+
SENSITIVE = []
|
|
4365
|
+
include Aws::Structure
|
|
4366
|
+
end
|
|
4367
|
+
|
|
4368
|
+
# The VPC transit configuration details for a stream group location,
|
|
4369
|
+
# including the Transit Gateway information needed to complete the VPC
|
|
4370
|
+
# attachment setup.
|
|
4371
|
+
#
|
|
4372
|
+
# @!attribute [rw] vpc_id
|
|
4373
|
+
# The ID of the Amazon VPC that is connected to the stream group.
|
|
4374
|
+
# @return [String]
|
|
4375
|
+
#
|
|
4376
|
+
# @!attribute [rw] ipv_4_cidr_blocks
|
|
4377
|
+
# The IPv4 CIDR blocks in your VPC that the stream group can access.
|
|
4378
|
+
# @return [Array<String>]
|
|
4379
|
+
#
|
|
4380
|
+
# @!attribute [rw] transit_gateway_id
|
|
4381
|
+
# The ID of the Transit Gateway that Amazon GameLift Streams created
|
|
4382
|
+
# for this VPC connection. Use this ID when creating your VPC
|
|
4383
|
+
# attachment.
|
|
4384
|
+
# @return [String]
|
|
4385
|
+
#
|
|
4386
|
+
# @!attribute [rw] transit_gateway_resource_share_arn
|
|
4387
|
+
# The ARN of the AWS Resource Access Manager resource share for the
|
|
4388
|
+
# Transit Gateway. You must accept this resource share before you can
|
|
4389
|
+
# create a VPC attachment.
|
|
4390
|
+
# @return [String]
|
|
4391
|
+
#
|
|
4392
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/VpcTransitConfigurationResponse AWS API Documentation
|
|
4393
|
+
#
|
|
4394
|
+
class VpcTransitConfigurationResponse < Struct.new(
|
|
4395
|
+
:vpc_id,
|
|
4396
|
+
:ipv_4_cidr_blocks,
|
|
4397
|
+
:transit_gateway_id,
|
|
4398
|
+
:transit_gateway_resource_share_arn)
|
|
4399
|
+
SENSITIVE = []
|
|
4400
|
+
include Aws::Structure
|
|
4401
|
+
end
|
|
4402
|
+
|
|
4407
4403
|
end
|
|
4408
4404
|
end
|
|
4409
4405
|
|
data/sig/client.rbs
CHANGED
|
@@ -92,7 +92,11 @@ module Aws
|
|
|
92
92
|
always_on_capacity: ::Integer?,
|
|
93
93
|
on_demand_capacity: ::Integer?,
|
|
94
94
|
target_idle_capacity: ::Integer?,
|
|
95
|
-
maximum_capacity: ::Integer
|
|
95
|
+
maximum_capacity: ::Integer?,
|
|
96
|
+
vpc_transit_configuration: {
|
|
97
|
+
vpc_id: ::String,
|
|
98
|
+
ipv_4_cidr_blocks: Array[::String]
|
|
99
|
+
}?
|
|
96
100
|
},
|
|
97
101
|
]
|
|
98
102
|
) -> _AddStreamGroupLocationsResponseSuccess
|
|
@@ -169,7 +173,11 @@ module Aws
|
|
|
169
173
|
always_on_capacity: ::Integer?,
|
|
170
174
|
on_demand_capacity: ::Integer?,
|
|
171
175
|
target_idle_capacity: ::Integer?,
|
|
172
|
-
maximum_capacity: ::Integer
|
|
176
|
+
maximum_capacity: ::Integer?,
|
|
177
|
+
vpc_transit_configuration: {
|
|
178
|
+
vpc_id: ::String,
|
|
179
|
+
ipv_4_cidr_blocks: Array[::String]
|
|
180
|
+
}?
|
|
173
181
|
},
|
|
174
182
|
],
|
|
175
183
|
?tags: Hash[::String, ::String],
|
|
@@ -491,7 +499,11 @@ module Aws
|
|
|
491
499
|
always_on_capacity: ::Integer?,
|
|
492
500
|
on_demand_capacity: ::Integer?,
|
|
493
501
|
target_idle_capacity: ::Integer?,
|
|
494
|
-
maximum_capacity: ::Integer
|
|
502
|
+
maximum_capacity: ::Integer?,
|
|
503
|
+
vpc_transit_configuration: {
|
|
504
|
+
vpc_id: ::String,
|
|
505
|
+
ipv_4_cidr_blocks: Array[::String]
|
|
506
|
+
}?
|
|
495
507
|
},
|
|
496
508
|
],
|
|
497
509
|
?description: ::String,
|
data/sig/types.rbs
CHANGED
|
@@ -316,6 +316,7 @@ module Aws::GameLiftStreams
|
|
|
316
316
|
attr_accessor on_demand_capacity: ::Integer
|
|
317
317
|
attr_accessor target_idle_capacity: ::Integer
|
|
318
318
|
attr_accessor maximum_capacity: ::Integer
|
|
319
|
+
attr_accessor vpc_transit_configuration: Types::VpcTransitConfiguration
|
|
319
320
|
SENSITIVE: []
|
|
320
321
|
end
|
|
321
322
|
|
|
@@ -329,6 +330,8 @@ module Aws::GameLiftStreams
|
|
|
329
330
|
attr_accessor requested_capacity: ::Integer
|
|
330
331
|
attr_accessor allocated_capacity: ::Integer
|
|
331
332
|
attr_accessor idle_capacity: ::Integer
|
|
333
|
+
attr_accessor internal_vpc_ipv_4_cidr_block: ::String
|
|
334
|
+
attr_accessor vpc_transit_configuration: Types::VpcTransitConfigurationResponse
|
|
332
335
|
SENSITIVE: []
|
|
333
336
|
end
|
|
334
337
|
|
|
@@ -517,5 +520,19 @@ module Aws::GameLiftStreams
|
|
|
517
520
|
attr_accessor message: ::String
|
|
518
521
|
SENSITIVE: []
|
|
519
522
|
end
|
|
523
|
+
|
|
524
|
+
class VpcTransitConfiguration
|
|
525
|
+
attr_accessor vpc_id: ::String
|
|
526
|
+
attr_accessor ipv_4_cidr_blocks: ::Array[::String]
|
|
527
|
+
SENSITIVE: []
|
|
528
|
+
end
|
|
529
|
+
|
|
530
|
+
class VpcTransitConfigurationResponse
|
|
531
|
+
attr_accessor vpc_id: ::String
|
|
532
|
+
attr_accessor ipv_4_cidr_blocks: ::Array[::String]
|
|
533
|
+
attr_accessor transit_gateway_id: ::String
|
|
534
|
+
attr_accessor transit_gateway_resource_share_arn: ::String
|
|
535
|
+
SENSITIVE: []
|
|
536
|
+
end
|
|
520
537
|
end
|
|
521
538
|
end
|