aws-sdk-ivsrealtime 1.49.0 → 1.50.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: 7e4bcf91ab542b9ac31ba02e900eb9fee25a576c2dbfa2e973a7c1e1d9375065
4
- data.tar.gz: ad3be7f59e83067797539076f96396a26e7dd9789bba741b7e9da8bd8265c7ed
3
+ metadata.gz: 99c65816369bd54028e74c480b22fce75e185a7233b852491e5578157045ee79
4
+ data.tar.gz: af7284e013d3894b61f0ee43395ae70c2ca4d9b6ebef797400dbc5a5f0b1e473
5
5
  SHA512:
6
- metadata.gz: 173785397ef19e5aa706801946f9f14071e1b6970fade2987f90d6661833e842db7ad9cf26342868160f08e7b629229a8c775e333c24996ce979b9432a036b99
7
- data.tar.gz: b649e99297734553d4ea6cd38d512def469c3a894017889dbc50f9405cecca9407df2229658f8657af2e144a4e55a3860c489a95398f607db40c5589ca4347a2
6
+ metadata.gz: c21747ec1c1884040fdb29611049ad81a0760757f86cb3c2081afbcf4f666f982c1a5b15571ac2dfd38261ddd3656c08800094fd91c74055b38bb736493202be
7
+ data.tar.gz: 65fb90bed8e7c04528ea34b068115ad74375681a77674ffdbdde94df2cd8195d1a091c87290b4e7147cb5e1801252e359f73504bad2e6880fdc911010bf4e38d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2025-09-16)
5
+ ------------------
6
+
7
+ * Feature - IVS now offers customers the ability to control the positioning of participants in both grid and PiP layouts based on custom attribute values in participant tokens.
8
+
4
9
  1.49.0 (2025-08-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -1046,6 +1046,7 @@ module Aws::IVSRealTime
1046
1046
  # resp.composition.layout.grid.video_aspect_ratio #=> String, one of "AUTO", "VIDEO", "SQUARE", "PORTRAIT"
1047
1047
  # resp.composition.layout.grid.video_fill_mode #=> String, one of "FILL", "COVER", "CONTAIN"
1048
1048
  # resp.composition.layout.grid.grid_gap #=> Integer
1049
+ # resp.composition.layout.grid.participant_order_attribute #=> String
1049
1050
  # resp.composition.layout.pip.featured_participant_attribute #=> String
1050
1051
  # resp.composition.layout.pip.omit_stopped_video #=> Boolean
1051
1052
  # resp.composition.layout.pip.video_fill_mode #=> String, one of "FILL", "COVER", "CONTAIN"
@@ -1056,6 +1057,7 @@ module Aws::IVSRealTime
1056
1057
  # resp.composition.layout.pip.pip_position #=> String, one of "TOP_LEFT", "TOP_RIGHT", "BOTTOM_LEFT", "BOTTOM_RIGHT"
1057
1058
  # resp.composition.layout.pip.pip_width #=> Integer
1058
1059
  # resp.composition.layout.pip.pip_height #=> Integer
1060
+ # resp.composition.layout.pip.participant_order_attribute #=> String
1059
1061
  # resp.composition.destinations #=> Array
1060
1062
  # resp.composition.destinations[0].id #=> String
1061
1063
  # resp.composition.destinations[0].state #=> String, one of "STARTING", "ACTIVE", "STOPPING", "RECONNECTING", "FAILED", "STOPPED"
@@ -2038,6 +2040,7 @@ module Aws::IVSRealTime
2038
2040
  # video_aspect_ratio: "AUTO", # accepts AUTO, VIDEO, SQUARE, PORTRAIT
2039
2041
  # video_fill_mode: "FILL", # accepts FILL, COVER, CONTAIN
2040
2042
  # grid_gap: 1,
2043
+ # participant_order_attribute: "AttributeKey",
2041
2044
  # },
2042
2045
  # pip: {
2043
2046
  # featured_participant_attribute: "AttributeKey",
@@ -2050,6 +2053,7 @@ module Aws::IVSRealTime
2050
2053
  # pip_position: "TOP_LEFT", # accepts TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
2051
2054
  # pip_width: 1,
2052
2055
  # pip_height: 1,
2056
+ # participant_order_attribute: "AttributeKey",
2053
2057
  # },
2054
2058
  # },
2055
2059
  # destinations: [ # required
@@ -2092,6 +2096,7 @@ module Aws::IVSRealTime
2092
2096
  # resp.composition.layout.grid.video_aspect_ratio #=> String, one of "AUTO", "VIDEO", "SQUARE", "PORTRAIT"
2093
2097
  # resp.composition.layout.grid.video_fill_mode #=> String, one of "FILL", "COVER", "CONTAIN"
2094
2098
  # resp.composition.layout.grid.grid_gap #=> Integer
2099
+ # resp.composition.layout.grid.participant_order_attribute #=> String
2095
2100
  # resp.composition.layout.pip.featured_participant_attribute #=> String
2096
2101
  # resp.composition.layout.pip.omit_stopped_video #=> Boolean
2097
2102
  # resp.composition.layout.pip.video_fill_mode #=> String, one of "FILL", "COVER", "CONTAIN"
@@ -2102,6 +2107,7 @@ module Aws::IVSRealTime
2102
2107
  # resp.composition.layout.pip.pip_position #=> String, one of "TOP_LEFT", "TOP_RIGHT", "BOTTOM_LEFT", "BOTTOM_RIGHT"
2103
2108
  # resp.composition.layout.pip.pip_width #=> Integer
2104
2109
  # resp.composition.layout.pip.pip_height #=> Integer
2110
+ # resp.composition.layout.pip.participant_order_attribute #=> String
2105
2111
  # resp.composition.destinations #=> Array
2106
2112
  # resp.composition.destinations[0].id #=> String
2107
2113
  # resp.composition.destinations[0].state #=> String, one of "STARTING", "ACTIVE", "STOPPING", "RECONNECTING", "FAILED", "STOPPED"
@@ -2490,7 +2496,7 @@ module Aws::IVSRealTime
2490
2496
  tracer: tracer
2491
2497
  )
2492
2498
  context[:gem_name] = 'aws-sdk-ivsrealtime'
2493
- context[:gem_version] = '1.49.0'
2499
+ context[:gem_version] = '1.50.0'
2494
2500
  Seahorse::Client::Request.new(handlers, context)
2495
2501
  end
2496
2502
 
@@ -510,6 +510,7 @@ module Aws::IVSRealTime
510
510
  GridConfiguration.add_member(:video_aspect_ratio, Shapes::ShapeRef.new(shape: VideoAspectRatio, location_name: "videoAspectRatio"))
511
511
  GridConfiguration.add_member(:video_fill_mode, Shapes::ShapeRef.new(shape: VideoFillMode, location_name: "videoFillMode"))
512
512
  GridConfiguration.add_member(:grid_gap, Shapes::ShapeRef.new(shape: GridGap, location_name: "gridGap"))
513
+ GridConfiguration.add_member(:participant_order_attribute, Shapes::ShapeRef.new(shape: AttributeKey, location_name: "participantOrderAttribute"))
513
514
  GridConfiguration.struct_class = Types::GridConfiguration
514
515
 
515
516
  ImportPublicKeyRequest.add_member(:public_key_material, Shapes::ShapeRef.new(shape: PublicKeyMaterial, required: true, location_name: "publicKeyMaterial"))
@@ -764,6 +765,7 @@ module Aws::IVSRealTime
764
765
  PipConfiguration.add_member(:pip_position, Shapes::ShapeRef.new(shape: PipPosition, location_name: "pipPosition"))
765
766
  PipConfiguration.add_member(:pip_width, Shapes::ShapeRef.new(shape: PipWidth, location_name: "pipWidth"))
766
767
  PipConfiguration.add_member(:pip_height, Shapes::ShapeRef.new(shape: PipHeight, location_name: "pipHeight"))
768
+ PipConfiguration.add_member(:participant_order_attribute, Shapes::ShapeRef.new(shape: AttributeKey, location_name: "participantOrderAttribute"))
767
769
  PipConfiguration.struct_class = Types::PipConfiguration
768
770
 
769
771
  PublicKey.add_member(:arn, Shapes::ShapeRef.new(shape: PublicKeyArn, location_name: "arn"))
@@ -1000,7 +1000,7 @@ module Aws::IVSRealTime
1000
1000
  # @!attribute [rw] replica
1001
1001
  # If true, this indicates the `participantId` is a replicated
1002
1002
  # participant. If this is a subscribe event, then this flag refers to
1003
- # `remoteParticipantId`.
1003
+ # `remoteParticipantId`. Default: `false`.
1004
1004
  # @return [Boolean]
1005
1005
  #
1006
1006
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/Event AWS API Documentation
@@ -1263,6 +1263,13 @@ module Aws::IVSRealTime
1263
1263
  # `2`.
1264
1264
  # @return [Integer]
1265
1265
  #
1266
+ # @!attribute [rw] participant_order_attribute
1267
+ # Attribute name in ParticipantTokenConfiguration identifying the
1268
+ # participant ordering key. Participants with
1269
+ # `participantOrderAttribute` set to `""` or not specified are ordered
1270
+ # based on their arrival time into the stage.
1271
+ # @return [String]
1272
+ #
1266
1273
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/GridConfiguration AWS API Documentation
1267
1274
  #
1268
1275
  class GridConfiguration < Struct.new(
@@ -1270,7 +1277,8 @@ module Aws::IVSRealTime
1270
1277
  :omit_stopped_video,
1271
1278
  :video_aspect_ratio,
1272
1279
  :video_fill_mode,
1273
- :grid_gap)
1280
+ :grid_gap,
1281
+ :participant_order_attribute)
1274
1282
  SENSITIVE = []
1275
1283
  include Aws::Structure
1276
1284
  end
@@ -2242,7 +2250,8 @@ module Aws::IVSRealTime
2242
2250
  # @return [String]
2243
2251
  #
2244
2252
  # @!attribute [rw] source_stage_arn
2245
- # ARN of the stage from which this participant is replicated.
2253
+ # Source stage ARN from which this participant is replicated, if
2254
+ # `replicationType` is `REPLICA`.
2246
2255
  # @return [String]
2247
2256
  #
2248
2257
  # @!attribute [rw] source_session_id
@@ -2505,6 +2514,13 @@ module Aws::IVSRealTime
2505
2514
  # composition and the aspect ratio of the participant’s video.
2506
2515
  # @return [Integer]
2507
2516
  #
2517
+ # @!attribute [rw] participant_order_attribute
2518
+ # Attribute name in ParticipantTokenConfiguration identifying the
2519
+ # participant ordering key. Participants with
2520
+ # `participantOrderAttribute` set to `""` or not specified are ordered
2521
+ # based on their arrival time into the stage.
2522
+ # @return [String]
2523
+ #
2508
2524
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/PipConfiguration AWS API Documentation
2509
2525
  #
2510
2526
  class PipConfiguration < Struct.new(
@@ -2517,7 +2533,8 @@ module Aws::IVSRealTime
2517
2533
  :pip_offset,
2518
2534
  :pip_position,
2519
2535
  :pip_width,
2520
- :pip_height)
2536
+ :pip_height,
2537
+ :participant_order_attribute)
2521
2538
  SENSITIVE = []
2522
2539
  include Aws::Structure
2523
2540
  end
@@ -55,7 +55,7 @@ module Aws::IVSRealTime
55
55
  autoload :EndpointProvider, 'aws-sdk-ivsrealtime/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ivsrealtime/endpoints'
57
57
 
58
- GEM_VERSION = '1.49.0'
58
+ GEM_VERSION = '1.50.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -485,7 +485,8 @@ module Aws
485
485
  omit_stopped_video: bool?,
486
486
  video_aspect_ratio: ("AUTO" | "VIDEO" | "SQUARE" | "PORTRAIT")?,
487
487
  video_fill_mode: ("FILL" | "COVER" | "CONTAIN")?,
488
- grid_gap: ::Integer?
488
+ grid_gap: ::Integer?,
489
+ participant_order_attribute: ::String?
489
490
  }?,
490
491
  pip: {
491
492
  featured_participant_attribute: ::String?,
@@ -497,7 +498,8 @@ module Aws
497
498
  pip_offset: ::Integer?,
498
499
  pip_position: ("TOP_LEFT" | "TOP_RIGHT" | "BOTTOM_LEFT" | "BOTTOM_RIGHT")?,
499
500
  pip_width: ::Integer?,
500
- pip_height: ::Integer?
501
+ pip_height: ::Integer?,
502
+ participant_order_attribute: ::String?
501
503
  }?
502
504
  },
503
505
  destinations: Array[
data/sig/types.rbs CHANGED
@@ -349,6 +349,7 @@ module Aws::IVSRealTime
349
349
  attr_accessor video_aspect_ratio: ("AUTO" | "VIDEO" | "SQUARE" | "PORTRAIT")
350
350
  attr_accessor video_fill_mode: ("FILL" | "COVER" | "CONTAIN")
351
351
  attr_accessor grid_gap: ::Integer
352
+ attr_accessor participant_order_attribute: ::String
352
353
  SENSITIVE: []
353
354
  end
354
355
 
@@ -657,6 +658,7 @@ module Aws::IVSRealTime
657
658
  attr_accessor pip_position: ("TOP_LEFT" | "TOP_RIGHT" | "BOTTOM_LEFT" | "BOTTOM_RIGHT")
658
659
  attr_accessor pip_width: ::Integer
659
660
  attr_accessor pip_height: ::Integer
661
+ attr_accessor participant_order_attribute: ::String
660
662
  SENSITIVE: []
661
663
  end
662
664
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ivsrealtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services