aws-sdk-gameliftstreams 1.31.0 → 1.32.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7044c7d3a7862d75392dc5807fced78c5fa442781a401433210ffc9a00495e62
4
- data.tar.gz: b8174076df1cbaf7c82c7afa8922b08e9c5b7652deb115894b3523a95ee3b33e
3
+ metadata.gz: 99a5c219e2bf9881583ce76fc4aa2badebf057ae2a2fcb0c749f61daa1f15f5b
4
+ data.tar.gz: 553432ea9f5d78c461baf71b8a9420557bee06198b65319c876735bea6fe147d
5
5
  SHA512:
6
- metadata.gz: 7126776fc75f544ad6cac38c6115a3532027c14f4605317df011468a9095ae281b6520515c1cc749c2ac01a04783cef5fd35f2164a40b181d36fde89680f0730
7
- data.tar.gz: 9cabef4ca3d56e63cb6b9c49f659f221b0718b5c894264f05b2bbddb607ad205650cf3ad2c53ade75d307f44e865431147f6d02f3f6854915f55968108458c26
6
+ metadata.gz: 8ad744b0dba6ca1857b719fd79d7f7faed993be198b65a1a9a1f163be3c1e55e48ee92cbb35a378a975d45ce35506e5735224ac51d9f4dc7c80edc9166bce7f0
7
+ data.tar.gz: 87de0e20e57a56cfcbc840ad7691657a469bd189ee688622dd0975b41887dbc3bbd5d5edc626490d9a4f63bb182382e0b5cad52b36cf267edcf001792b31d939
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.0 (2026-07-17)
5
+ ------------------
6
+
7
+ * Feature - Amazon GameLift Streams now supports assigning an IAM role to a stream session, enabling your application to securely access resources in your AWS account, such as Amazon S3 buckets and DynamoDB tables.
8
+
4
9
  1.31.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -1905,6 +1905,7 @@ module Aws::GameLiftStreams
1905
1905
  # * {Types::GetStreamSessionOutput#created_at #created_at} => Time
1906
1906
  # * {Types::GetStreamSessionOutput#application_arn #application_arn} => String
1907
1907
  # * {Types::GetStreamSessionOutput#export_files_metadata #export_files_metadata} => Types::ExportFilesMetadata
1908
+ # * {Types::GetStreamSessionOutput#role_arn #role_arn} => String
1908
1909
  #
1909
1910
  # @example Request syntax with placeholder values
1910
1911
  #
@@ -1920,7 +1921,7 @@ module Aws::GameLiftStreams
1920
1921
  # resp.stream_group_id #=> String
1921
1922
  # resp.user_id #=> String
1922
1923
  # resp.status #=> String, one of "ACTIVATING", "ACTIVE", "CONNECTED", "PENDING_CLIENT_RECONNECTION", "RECONNECTING", "TERMINATING", "TERMINATED", "ERROR"
1923
- # resp.status_reason #=> String, one of "internalError", "invalidSignalRequest", "placementTimeout", "applicationLogS3DestinationError", "applicationExit", "connectionTimeout", "reconnectionTimeout", "maxSessionLengthTimeout", "idleTimeout", "apiTerminated"
1924
+ # resp.status_reason #=> String, one of "internalError", "invalidSignalRequest", "placementTimeout", "applicationLogS3DestinationError", "assumeRoleFailed", "applicationExit", "connectionTimeout", "reconnectionTimeout", "maxSessionLengthTimeout", "idleTimeout", "apiTerminated"
1924
1925
  # resp.protocol #=> String, one of "WebRTC"
1925
1926
  # resp.location #=> String
1926
1927
  # resp.signal_request #=> String
@@ -1940,6 +1941,7 @@ module Aws::GameLiftStreams
1940
1941
  # resp.export_files_metadata.status #=> String, one of "SUCCEEDED", "FAILED", "PENDING"
1941
1942
  # resp.export_files_metadata.status_reason #=> String
1942
1943
  # resp.export_files_metadata.output_uri #=> String
1944
+ # resp.role_arn #=> String
1943
1945
  #
1944
1946
  #
1945
1947
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -2132,7 +2134,7 @@ module Aws::GameLiftStreams
2132
2134
  # resp.items[0].arn #=> String
2133
2135
  # resp.items[0].user_id #=> String
2134
2136
  # resp.items[0].status #=> String, one of "ACTIVATING", "ACTIVE", "CONNECTED", "PENDING_CLIENT_RECONNECTION", "RECONNECTING", "TERMINATING", "TERMINATED", "ERROR"
2135
- # resp.items[0].status_reason #=> String, one of "internalError", "invalidSignalRequest", "placementTimeout", "applicationLogS3DestinationError", "applicationExit", "connectionTimeout", "reconnectionTimeout", "maxSessionLengthTimeout", "idleTimeout", "apiTerminated"
2137
+ # resp.items[0].status_reason #=> String, one of "internalError", "invalidSignalRequest", "placementTimeout", "applicationLogS3DestinationError", "assumeRoleFailed", "applicationExit", "connectionTimeout", "reconnectionTimeout", "maxSessionLengthTimeout", "idleTimeout", "apiTerminated"
2136
2138
  # resp.items[0].protocol #=> String, one of "WebRTC"
2137
2139
  # resp.items[0].last_updated_at #=> Time
2138
2140
  # resp.items[0].created_at #=> Time
@@ -2141,6 +2143,7 @@ module Aws::GameLiftStreams
2141
2143
  # resp.items[0].export_files_metadata.status_reason #=> String
2142
2144
  # resp.items[0].export_files_metadata.output_uri #=> String
2143
2145
  # resp.items[0].location #=> String
2146
+ # resp.items[0].role_arn #=> String
2144
2147
  # resp.next_token #=> String
2145
2148
  #
2146
2149
  # @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/ListStreamSessions AWS API Documentation
@@ -2209,7 +2212,7 @@ module Aws::GameLiftStreams
2209
2212
  # resp.items[0].arn #=> String
2210
2213
  # resp.items[0].user_id #=> String
2211
2214
  # resp.items[0].status #=> String, one of "ACTIVATING", "ACTIVE", "CONNECTED", "PENDING_CLIENT_RECONNECTION", "RECONNECTING", "TERMINATING", "TERMINATED", "ERROR"
2212
- # resp.items[0].status_reason #=> String, one of "internalError", "invalidSignalRequest", "placementTimeout", "applicationLogS3DestinationError", "applicationExit", "connectionTimeout", "reconnectionTimeout", "maxSessionLengthTimeout", "idleTimeout", "apiTerminated"
2215
+ # resp.items[0].status_reason #=> String, one of "internalError", "invalidSignalRequest", "placementTimeout", "applicationLogS3DestinationError", "assumeRoleFailed", "applicationExit", "connectionTimeout", "reconnectionTimeout", "maxSessionLengthTimeout", "idleTimeout", "apiTerminated"
2213
2216
  # resp.items[0].protocol #=> String, one of "WebRTC"
2214
2217
  # resp.items[0].last_updated_at #=> Time
2215
2218
  # resp.items[0].created_at #=> Time
@@ -2218,6 +2221,7 @@ module Aws::GameLiftStreams
2218
2221
  # resp.items[0].export_files_metadata.status_reason #=> String
2219
2222
  # resp.items[0].export_files_metadata.output_uri #=> String
2220
2223
  # resp.items[0].location #=> String
2224
+ # resp.items[0].role_arn #=> String
2221
2225
  # resp.next_token #=> String
2222
2226
  #
2223
2227
  # @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/ListStreamSessionsByAccount AWS API Documentation
@@ -2551,6 +2555,14 @@ module Aws::GameLiftStreams
2551
2555
  # Configuration settings for sharing the stream session's performance
2552
2556
  # stats with the client
2553
2557
  #
2558
+ # @option params [String] :role_arn
2559
+ # The ARN of an AWS Identity and Access Management (IAM) role that
2560
+ # Amazon GameLift Streams assumes on your behalf during the stream
2561
+ # session. The role grants Amazon GameLift Streams permission to obtain
2562
+ # temporary credentials for your application. The role's trust policy
2563
+ # must allow the `gameliftstreams.amazonaws.com` service principal to
2564
+ # assume it. The role name must start with `GameLiftStreams-`.
2565
+ #
2554
2566
  # @return [Types::StartStreamSessionOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2555
2567
  #
2556
2568
  # * {Types::StartStreamSessionOutput#arn #arn} => String
@@ -2574,6 +2586,7 @@ module Aws::GameLiftStreams
2574
2586
  # * {Types::StartStreamSessionOutput#created_at #created_at} => Time
2575
2587
  # * {Types::StartStreamSessionOutput#application_arn #application_arn} => String
2576
2588
  # * {Types::StartStreamSessionOutput#export_files_metadata #export_files_metadata} => Types::ExportFilesMetadata
2589
+ # * {Types::StartStreamSessionOutput#role_arn #role_arn} => String
2577
2590
  #
2578
2591
  # @example Request syntax with placeholder values
2579
2592
  #
@@ -2595,6 +2608,7 @@ module Aws::GameLiftStreams
2595
2608
  # performance_stats_configuration: {
2596
2609
  # shared_with_client: false,
2597
2610
  # },
2611
+ # role_arn: "IamRoleArn",
2598
2612
  # })
2599
2613
  #
2600
2614
  # @example Response structure
@@ -2604,7 +2618,7 @@ module Aws::GameLiftStreams
2604
2618
  # resp.stream_group_id #=> String
2605
2619
  # resp.user_id #=> String
2606
2620
  # resp.status #=> String, one of "ACTIVATING", "ACTIVE", "CONNECTED", "PENDING_CLIENT_RECONNECTION", "RECONNECTING", "TERMINATING", "TERMINATED", "ERROR"
2607
- # resp.status_reason #=> String, one of "internalError", "invalidSignalRequest", "placementTimeout", "applicationLogS3DestinationError", "applicationExit", "connectionTimeout", "reconnectionTimeout", "maxSessionLengthTimeout", "idleTimeout", "apiTerminated"
2621
+ # resp.status_reason #=> String, one of "internalError", "invalidSignalRequest", "placementTimeout", "applicationLogS3DestinationError", "assumeRoleFailed", "applicationExit", "connectionTimeout", "reconnectionTimeout", "maxSessionLengthTimeout", "idleTimeout", "apiTerminated"
2608
2622
  # resp.protocol #=> String, one of "WebRTC"
2609
2623
  # resp.location #=> String
2610
2624
  # resp.signal_request #=> String
@@ -2624,6 +2638,7 @@ module Aws::GameLiftStreams
2624
2638
  # resp.export_files_metadata.status #=> String, one of "SUCCEEDED", "FAILED", "PENDING"
2625
2639
  # resp.export_files_metadata.status_reason #=> String
2626
2640
  # resp.export_files_metadata.output_uri #=> String
2641
+ # resp.role_arn #=> String
2627
2642
  #
2628
2643
  # @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/StartStreamSession AWS API Documentation
2629
2644
  #
@@ -3059,7 +3074,7 @@ module Aws::GameLiftStreams
3059
3074
  tracer: tracer
3060
3075
  )
3061
3076
  context[:gem_name] = 'aws-sdk-gameliftstreams'
3062
- context[:gem_version] = '1.31.0'
3077
+ context[:gem_version] = '1.32.0'
3063
3078
  Seahorse::Client::Request.new(handlers, context)
3064
3079
  end
3065
3080
 
@@ -66,6 +66,7 @@ module Aws::GameLiftStreams
66
66
  GetStreamGroupOutput = Shapes::StructureShape.new(name: 'GetStreamGroupOutput')
67
67
  GetStreamSessionInput = Shapes::StructureShape.new(name: 'GetStreamSessionInput')
68
68
  GetStreamSessionOutput = Shapes::StructureShape.new(name: 'GetStreamSessionOutput')
69
+ IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
69
70
  Id = Shapes::StringShape.new(name: 'Id')
70
71
  Identifier = Shapes::StringShape.new(name: 'Identifier')
71
72
  Identifiers = Shapes::ListShape.new(name: 'Identifiers')
@@ -347,6 +348,7 @@ module Aws::GameLiftStreams
347
348
  GetStreamSessionOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
348
349
  GetStreamSessionOutput.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ApplicationArn"))
349
350
  GetStreamSessionOutput.add_member(:export_files_metadata, Shapes::ShapeRef.new(shape: ExportFilesMetadata, location_name: "ExportFilesMetadata"))
351
+ GetStreamSessionOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "RoleArn"))
350
352
  GetStreamSessionOutput.struct_class = Types::GetStreamSessionOutput
351
353
 
352
354
  Identifiers.member = Shapes::ShapeRef.new(shape: Identifier)
@@ -464,6 +466,7 @@ module Aws::GameLiftStreams
464
466
  StartStreamSessionInput.add_member(:additional_launch_args, Shapes::ShapeRef.new(shape: GameLaunchArgList, location_name: "AdditionalLaunchArgs"))
465
467
  StartStreamSessionInput.add_member(:additional_environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariables, location_name: "AdditionalEnvironmentVariables"))
466
468
  StartStreamSessionInput.add_member(:performance_stats_configuration, Shapes::ShapeRef.new(shape: PerformanceStatsConfiguration, location_name: "PerformanceStatsConfiguration"))
469
+ StartStreamSessionInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "RoleArn"))
467
470
  StartStreamSessionInput.struct_class = Types::StartStreamSessionInput
468
471
 
469
472
  StartStreamSessionOutput.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
@@ -487,6 +490,7 @@ module Aws::GameLiftStreams
487
490
  StartStreamSessionOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
488
491
  StartStreamSessionOutput.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ApplicationArn"))
489
492
  StartStreamSessionOutput.add_member(:export_files_metadata, Shapes::ShapeRef.new(shape: ExportFilesMetadata, location_name: "ExportFilesMetadata"))
493
+ StartStreamSessionOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "RoleArn"))
490
494
  StartStreamSessionOutput.struct_class = Types::StartStreamSessionOutput
491
495
 
492
496
  StreamGroupSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "Arn"))
@@ -515,6 +519,7 @@ module Aws::GameLiftStreams
515
519
  StreamSessionSummary.add_member(:application_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ApplicationArn"))
516
520
  StreamSessionSummary.add_member(:export_files_metadata, Shapes::ShapeRef.new(shape: ExportFilesMetadata, location_name: "ExportFilesMetadata"))
517
521
  StreamSessionSummary.add_member(:location, Shapes::ShapeRef.new(shape: LocationName, location_name: "Location"))
522
+ StreamSessionSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "RoleArn"))
518
523
  StreamSessionSummary.struct_class = Types::StreamSessionSummary
519
524
 
520
525
  StreamSessionSummaryList.member = Shapes::ShapeRef.new(shape: StreamSessionSummary)
@@ -2368,6 +2368,12 @@ module Aws::GameLiftStreams
2368
2368
  # Provides details about the stream session's exported files.
2369
2369
  # @return [Types::ExportFilesMetadata]
2370
2370
  #
2371
+ # @!attribute [rw] role_arn
2372
+ # The ARN of the AWS Identity and Access Management (IAM) role that
2373
+ # Amazon GameLift Streams assumes on behalf of your application during
2374
+ # the stream session.
2375
+ # @return [String]
2376
+ #
2371
2377
  # @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/GetStreamSessionOutput AWS API Documentation
2372
2378
  #
2373
2379
  class GetStreamSessionOutput < Struct.new(
@@ -2391,8 +2397,9 @@ module Aws::GameLiftStreams
2391
2397
  :last_updated_at,
2392
2398
  :created_at,
2393
2399
  :application_arn,
2394
- :export_files_metadata)
2395
- SENSITIVE = [:signal_request, :signal_response]
2400
+ :export_files_metadata,
2401
+ :role_arn)
2402
+ SENSITIVE = [:signal_request, :signal_response, :role_arn]
2396
2403
  include Aws::Structure
2397
2404
  end
2398
2405
 
@@ -3156,6 +3163,16 @@ module Aws::GameLiftStreams
3156
3163
  # stats with the client
3157
3164
  # @return [Types::PerformanceStatsConfiguration]
3158
3165
  #
3166
+ # @!attribute [rw] role_arn
3167
+ # The ARN of an AWS Identity and Access Management (IAM) role that
3168
+ # Amazon GameLift Streams assumes on your behalf during the stream
3169
+ # session. The role grants Amazon GameLift Streams permission to
3170
+ # obtain temporary credentials for your application. The role's trust
3171
+ # policy must allow the `gameliftstreams.amazonaws.com` service
3172
+ # principal to assume it. The role name must start with
3173
+ # `GameLiftStreams-`.
3174
+ # @return [String]
3175
+ #
3159
3176
  # @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/StartStreamSessionInput AWS API Documentation
3160
3177
  #
3161
3178
  class StartStreamSessionInput < Struct.new(
@@ -3171,8 +3188,9 @@ module Aws::GameLiftStreams
3171
3188
  :session_length_seconds,
3172
3189
  :additional_launch_args,
3173
3190
  :additional_environment_variables,
3174
- :performance_stats_configuration)
3175
- SENSITIVE = [:signal_request]
3191
+ :performance_stats_configuration,
3192
+ :role_arn)
3193
+ SENSITIVE = [:signal_request, :role_arn]
3176
3194
  include Aws::Structure
3177
3195
  end
3178
3196
 
@@ -3409,6 +3427,12 @@ module Aws::GameLiftStreams
3409
3427
  # Provides details about the stream session's exported files.
3410
3428
  # @return [Types::ExportFilesMetadata]
3411
3429
  #
3430
+ # @!attribute [rw] role_arn
3431
+ # The ARN of the AWS Identity and Access Management (IAM) role that
3432
+ # Amazon GameLift Streams assumes on behalf of your application during
3433
+ # the stream session.
3434
+ # @return [String]
3435
+ #
3412
3436
  # @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/StartStreamSessionOutput AWS API Documentation
3413
3437
  #
3414
3438
  class StartStreamSessionOutput < Struct.new(
@@ -3432,8 +3456,9 @@ module Aws::GameLiftStreams
3432
3456
  :last_updated_at,
3433
3457
  :created_at,
3434
3458
  :application_arn,
3435
- :export_files_metadata)
3436
- SENSITIVE = [:signal_request, :signal_response]
3459
+ :export_files_metadata,
3460
+ :role_arn)
3461
+ SENSITIVE = [:signal_request, :signal_response, :role_arn]
3437
3462
  include Aws::Structure
3438
3463
  end
3439
3464
 
@@ -3910,6 +3935,12 @@ module Aws::GameLiftStreams
3910
3935
  # [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
3911
3936
  # @return [String]
3912
3937
  #
3938
+ # @!attribute [rw] role_arn
3939
+ # The ARN of the AWS Identity and Access Management (IAM) role that
3940
+ # Amazon GameLift Streams assumes on behalf of your application during
3941
+ # the stream session.
3942
+ # @return [String]
3943
+ #
3913
3944
  # @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/StreamSessionSummary AWS API Documentation
3914
3945
  #
3915
3946
  class StreamSessionSummary < Struct.new(
@@ -3922,8 +3953,9 @@ module Aws::GameLiftStreams
3922
3953
  :created_at,
3923
3954
  :application_arn,
3924
3955
  :export_files_metadata,
3925
- :location)
3926
- SENSITIVE = []
3956
+ :location,
3957
+ :role_arn)
3958
+ SENSITIVE = [:role_arn]
3927
3959
  include Aws::Structure
3928
3960
  end
3929
3961
 
@@ -55,7 +55,7 @@ module Aws::GameLiftStreams
55
55
  autoload :EndpointProvider, 'aws-sdk-gameliftstreams/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-gameliftstreams/endpoints'
57
57
 
58
- GEM_VERSION = '1.31.0'
58
+ GEM_VERSION = '1.32.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -277,7 +277,7 @@ module Aws
277
277
  def stream_group_id: () -> ::String
278
278
  def user_id: () -> ::String
279
279
  def status: () -> ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
280
- def status_reason: () -> ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError" | "applicationExit" | "connectionTimeout" | "reconnectionTimeout" | "maxSessionLengthTimeout" | "idleTimeout" | "apiTerminated")
280
+ def status_reason: () -> ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError" | "assumeRoleFailed" | "applicationExit" | "connectionTimeout" | "reconnectionTimeout" | "maxSessionLengthTimeout" | "idleTimeout" | "apiTerminated")
281
281
  def protocol: () -> ("WebRTC")
282
282
  def location: () -> ::String
283
283
  def signal_request: () -> ::String
@@ -293,6 +293,7 @@ module Aws
293
293
  def created_at: () -> ::Time
294
294
  def application_arn: () -> ::String
295
295
  def export_files_metadata: () -> Types::ExportFilesMetadata
296
+ def role_arn: () -> ::String
296
297
  end
297
298
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#get_stream_session-instance_method
298
299
  def get_stream_session: (
@@ -378,7 +379,7 @@ module Aws
378
379
  def stream_group_id: () -> ::String
379
380
  def user_id: () -> ::String
380
381
  def status: () -> ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
381
- def status_reason: () -> ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError" | "applicationExit" | "connectionTimeout" | "reconnectionTimeout" | "maxSessionLengthTimeout" | "idleTimeout" | "apiTerminated")
382
+ def status_reason: () -> ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError" | "assumeRoleFailed" | "applicationExit" | "connectionTimeout" | "reconnectionTimeout" | "maxSessionLengthTimeout" | "idleTimeout" | "apiTerminated")
382
383
  def protocol: () -> ("WebRTC")
383
384
  def location: () -> ::String
384
385
  def signal_request: () -> ::String
@@ -394,6 +395,7 @@ module Aws
394
395
  def created_at: () -> ::Time
395
396
  def application_arn: () -> ::String
396
397
  def export_files_metadata: () -> Types::ExportFilesMetadata
398
+ def role_arn: () -> ::String
397
399
  end
398
400
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#start_stream_session-instance_method
399
401
  def start_stream_session: (
@@ -411,7 +413,8 @@ module Aws
411
413
  ?additional_environment_variables: Hash[::String, ::String],
412
414
  ?performance_stats_configuration: {
413
415
  shared_with_client: bool?
414
- }
416
+ },
417
+ ?role_arn: ::String
415
418
  ) -> _StartStreamSessionResponseSuccess
416
419
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartStreamSessionResponseSuccess
417
420
 
data/sig/types.rbs CHANGED
@@ -236,7 +236,7 @@ module Aws::GameLiftStreams
236
236
  attr_accessor stream_group_id: ::String
237
237
  attr_accessor user_id: ::String
238
238
  attr_accessor status: ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
239
- attr_accessor status_reason: ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError" | "applicationExit" | "connectionTimeout" | "reconnectionTimeout" | "maxSessionLengthTimeout" | "idleTimeout" | "apiTerminated")
239
+ attr_accessor status_reason: ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError" | "assumeRoleFailed" | "applicationExit" | "connectionTimeout" | "reconnectionTimeout" | "maxSessionLengthTimeout" | "idleTimeout" | "apiTerminated")
240
240
  attr_accessor protocol: ("WebRTC")
241
241
  attr_accessor location: ::String
242
242
  attr_accessor signal_request: ::String
@@ -252,7 +252,8 @@ module Aws::GameLiftStreams
252
252
  attr_accessor created_at: ::Time
253
253
  attr_accessor application_arn: ::String
254
254
  attr_accessor export_files_metadata: Types::ExportFilesMetadata
255
- SENSITIVE: [:signal_request, :signal_response]
255
+ attr_accessor role_arn: ::String
256
+ SENSITIVE: [:signal_request, :signal_response, :role_arn]
256
257
  end
257
258
 
258
259
  class InternalServerException
@@ -395,7 +396,8 @@ module Aws::GameLiftStreams
395
396
  attr_accessor additional_launch_args: ::Array[::String]
396
397
  attr_accessor additional_environment_variables: ::Hash[::String, ::String]
397
398
  attr_accessor performance_stats_configuration: Types::PerformanceStatsConfiguration
398
- SENSITIVE: [:signal_request]
399
+ attr_accessor role_arn: ::String
400
+ SENSITIVE: [:signal_request, :role_arn]
399
401
  end
400
402
 
401
403
  class StartStreamSessionOutput
@@ -404,7 +406,7 @@ module Aws::GameLiftStreams
404
406
  attr_accessor stream_group_id: ::String
405
407
  attr_accessor user_id: ::String
406
408
  attr_accessor status: ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
407
- attr_accessor status_reason: ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError" | "applicationExit" | "connectionTimeout" | "reconnectionTimeout" | "maxSessionLengthTimeout" | "idleTimeout" | "apiTerminated")
409
+ attr_accessor status_reason: ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError" | "assumeRoleFailed" | "applicationExit" | "connectionTimeout" | "reconnectionTimeout" | "maxSessionLengthTimeout" | "idleTimeout" | "apiTerminated")
408
410
  attr_accessor protocol: ("WebRTC")
409
411
  attr_accessor location: ::String
410
412
  attr_accessor signal_request: ::String
@@ -420,7 +422,8 @@ module Aws::GameLiftStreams
420
422
  attr_accessor created_at: ::Time
421
423
  attr_accessor application_arn: ::String
422
424
  attr_accessor export_files_metadata: Types::ExportFilesMetadata
423
- SENSITIVE: [:signal_request, :signal_response]
425
+ attr_accessor role_arn: ::String
426
+ SENSITIVE: [:signal_request, :signal_response, :role_arn]
424
427
  end
425
428
 
426
429
  class StreamGroupSummary
@@ -445,14 +448,15 @@ module Aws::GameLiftStreams
445
448
  attr_accessor arn: ::String
446
449
  attr_accessor user_id: ::String
447
450
  attr_accessor status: ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
448
- attr_accessor status_reason: ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError" | "applicationExit" | "connectionTimeout" | "reconnectionTimeout" | "maxSessionLengthTimeout" | "idleTimeout" | "apiTerminated")
451
+ attr_accessor status_reason: ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError" | "assumeRoleFailed" | "applicationExit" | "connectionTimeout" | "reconnectionTimeout" | "maxSessionLengthTimeout" | "idleTimeout" | "apiTerminated")
449
452
  attr_accessor protocol: ("WebRTC")
450
453
  attr_accessor last_updated_at: ::Time
451
454
  attr_accessor created_at: ::Time
452
455
  attr_accessor application_arn: ::String
453
456
  attr_accessor export_files_metadata: Types::ExportFilesMetadata
454
457
  attr_accessor location: ::String
455
- SENSITIVE: []
458
+ attr_accessor role_arn: ::String
459
+ SENSITIVE: [:role_arn]
456
460
  end
457
461
 
458
462
  class TagResourceRequest
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gameliftstreams
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services