aws-sdk-ivsrealtime 1.38.0 → 1.40.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: f98d3db5b1970634db9f20c46b37dd4b833f41d8a0462d7dfd32a16b213e1c91
4
- data.tar.gz: cbf1359f8f152a1eea628f6cf5725ef99dbfa0c5bd35a714ca5d3805c2b214ee
3
+ metadata.gz: dd651e75dc7aa5f0964b21bf3066e168ffa0519f78ef2cd93e17236e6a6460fc
4
+ data.tar.gz: f6fa14664f429482b836a04fdbc4ed0d73ce51c0ccc9b61a7ce0d70b2bb9b4ae
5
5
  SHA512:
6
- metadata.gz: 767ca1080f61b86f9684f0eb67a28a9efb3874aade12b23468187725cc00f2dcacaae412877bf4aa03c24e57707520770078b6e508d98dee1563fe02f7596aa8
7
- data.tar.gz: 06235f8273d90ed498faa259c4f97c2a65520d86d97d91189b8e799a7d9a3fd9bb409dc56af2cfc0dbcf1f12c6ce9e14d80a6fb850732362235478201949a809
6
+ metadata.gz: 26411d3866abb2e5f9c9b7921635b67a924bc9ea8e40118502db9eb232f060b562ee3bdbc2513729e7a055b609cd71c910d6489890073cf8e2979ea9bedd84e0
7
+ data.tar.gz: 59de7045b3eb05e188a8cab6fd9287b8444d5fef66b0dd8d6aeb656853a682e45ce830218316ce43a414df1a63d2d6e5346557f27bb6e50f784b650fd6d51ff5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2025-03-13)
5
+ ------------------
6
+
7
+ * Feature - IVS Real-Time now offers customers the ability to adjust the participant & composition recording segment duration
8
+
9
+ 1.39.0 (2025-03-06)
10
+ ------------------
11
+
12
+ * Feature - IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.
13
+
4
14
  1.38.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.40.0
@@ -742,6 +742,10 @@ module Aws::IVSRealTime
742
742
  # storage: ["SEQUENTIAL"], # accepts SEQUENTIAL, LATEST
743
743
  # recording_mode: "INTERVAL", # accepts INTERVAL, DISABLED
744
744
  # },
745
+ # recording_reconnect_window_seconds: 1,
746
+ # hls_configuration: {
747
+ # target_segment_duration_seconds: 1,
748
+ # },
745
749
  # },
746
750
  # })
747
751
  #
@@ -759,6 +763,8 @@ module Aws::IVSRealTime
759
763
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage #=> Array
760
764
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage[0] #=> String, one of "SEQUENTIAL", "LATEST"
761
765
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.recording_mode #=> String, one of "INTERVAL", "DISABLED"
766
+ # resp.stage.auto_participant_recording_configuration.recording_reconnect_window_seconds #=> Integer
767
+ # resp.stage.auto_participant_recording_configuration.hls_configuration.target_segment_duration_seconds #=> Integer
762
768
  # resp.stage.endpoints.events #=> String
763
769
  # resp.stage.endpoints.whip #=> String
764
770
  # resp.stage.endpoints.rtmp #=> String
@@ -1053,6 +1059,7 @@ module Aws::IVSRealTime
1053
1059
  # resp.composition.destinations[0].configuration.s3.storage_configuration_arn #=> String
1054
1060
  # resp.composition.destinations[0].configuration.s3.encoder_configuration_arns #=> Array
1055
1061
  # resp.composition.destinations[0].configuration.s3.encoder_configuration_arns[0] #=> String
1062
+ # resp.composition.destinations[0].configuration.s3.recording_configuration.hls_configuration.target_segment_duration_seconds #=> Integer
1056
1063
  # resp.composition.destinations[0].configuration.s3.recording_configuration.format #=> String, one of "HLS"
1057
1064
  # resp.composition.destinations[0].configuration.s3.thumbnail_configurations #=> Array
1058
1065
  # resp.composition.destinations[0].configuration.s3.thumbnail_configurations[0].target_interval_seconds #=> Integer
@@ -1262,6 +1269,8 @@ module Aws::IVSRealTime
1262
1269
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage #=> Array
1263
1270
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage[0] #=> String, one of "SEQUENTIAL", "LATEST"
1264
1271
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.recording_mode #=> String, one of "INTERVAL", "DISABLED"
1272
+ # resp.stage.auto_participant_recording_configuration.recording_reconnect_window_seconds #=> Integer
1273
+ # resp.stage.auto_participant_recording_configuration.hls_configuration.target_segment_duration_seconds #=> Integer
1265
1274
  # resp.stage.endpoints.events #=> String
1266
1275
  # resp.stage.endpoints.whip #=> String
1267
1276
  # resp.stage.endpoints.rtmp #=> String
@@ -1977,6 +1986,9 @@ module Aws::IVSRealTime
1977
1986
  # storage_configuration_arn: "StorageConfigurationArn", # required
1978
1987
  # encoder_configuration_arns: ["EncoderConfigurationArn"], # required
1979
1988
  # recording_configuration: {
1989
+ # hls_configuration: {
1990
+ # target_segment_duration_seconds: 1,
1991
+ # },
1980
1992
  # format: "HLS", # accepts HLS
1981
1993
  # },
1982
1994
  # thumbnail_configurations: [
@@ -2024,6 +2036,7 @@ module Aws::IVSRealTime
2024
2036
  # resp.composition.destinations[0].configuration.s3.storage_configuration_arn #=> String
2025
2037
  # resp.composition.destinations[0].configuration.s3.encoder_configuration_arns #=> Array
2026
2038
  # resp.composition.destinations[0].configuration.s3.encoder_configuration_arns[0] #=> String
2039
+ # resp.composition.destinations[0].configuration.s3.recording_configuration.hls_configuration.target_segment_duration_seconds #=> Integer
2027
2040
  # resp.composition.destinations[0].configuration.s3.recording_configuration.format #=> String, one of "HLS"
2028
2041
  # resp.composition.destinations[0].configuration.s3.thumbnail_configurations #=> Array
2029
2042
  # resp.composition.destinations[0].configuration.s3.thumbnail_configurations[0].target_interval_seconds #=> Integer
@@ -2110,12 +2123,11 @@ module Aws::IVSRealTime
2110
2123
  # The ARN of the resource to be untagged. The ARN must be URL-encoded.
2111
2124
  #
2112
2125
  # @option params [required, Array<String>] :tag_keys
2113
- # Array of tags to be removed. Array of maps, each of the form
2114
- # `string:string (key:value)`. See [Best practices and strategies][1] in
2115
- # *Tagging AWS Resources and Tag Editor* for details, including
2116
- # restrictions that apply to tags and "Tag naming limits and
2117
- # requirements"; Amazon IVS has no constraints on tags beyond what is
2118
- # documented there.
2126
+ # Array of tag keys (strings) for the tags to be removed. See [Best
2127
+ # practices and strategies][1] in *Tagging AWS Resources and Tag Editor*
2128
+ # for details, including restrictions that apply to tags and "Tag
2129
+ # naming limits and requirements"; Amazon IVS has no constraints on
2130
+ # tags beyond what is documented there.
2119
2131
  #
2120
2132
  #
2121
2133
  #
@@ -2215,6 +2227,10 @@ module Aws::IVSRealTime
2215
2227
  # storage: ["SEQUENTIAL"], # accepts SEQUENTIAL, LATEST
2216
2228
  # recording_mode: "INTERVAL", # accepts INTERVAL, DISABLED
2217
2229
  # },
2230
+ # recording_reconnect_window_seconds: 1,
2231
+ # hls_configuration: {
2232
+ # target_segment_duration_seconds: 1,
2233
+ # },
2218
2234
  # },
2219
2235
  # })
2220
2236
  #
@@ -2232,6 +2248,8 @@ module Aws::IVSRealTime
2232
2248
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage #=> Array
2233
2249
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage[0] #=> String, one of "SEQUENTIAL", "LATEST"
2234
2250
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.recording_mode #=> String, one of "INTERVAL", "DISABLED"
2251
+ # resp.stage.auto_participant_recording_configuration.recording_reconnect_window_seconds #=> Integer
2252
+ # resp.stage.auto_participant_recording_configuration.hls_configuration.target_segment_duration_seconds #=> Integer
2235
2253
  # resp.stage.endpoints.events #=> String
2236
2254
  # resp.stage.endpoints.whip #=> String
2237
2255
  # resp.stage.endpoints.rtmp #=> String
@@ -2264,7 +2282,7 @@ module Aws::IVSRealTime
2264
2282
  tracer: tracer
2265
2283
  )
2266
2284
  context[:gem_name] = 'aws-sdk-ivsrealtime'
2267
- context[:gem_version] = '1.38.0'
2285
+ context[:gem_version] = '1.40.0'
2268
2286
  Seahorse::Client::Request.new(handlers, context)
2269
2287
  end
2270
2288
 
@@ -25,6 +25,8 @@ module Aws::IVSRealTime
25
25
  Composition = Shapes::StructureShape.new(name: 'Composition')
26
26
  CompositionArn = Shapes::StringShape.new(name: 'CompositionArn')
27
27
  CompositionClientToken = Shapes::StringShape.new(name: 'CompositionClientToken')
28
+ CompositionRecordingHlsConfiguration = Shapes::StructureShape.new(name: 'CompositionRecordingHlsConfiguration')
29
+ CompositionRecordingTargetSegmentDurationSeconds = Shapes::IntegerShape.new(name: 'CompositionRecordingTargetSegmentDurationSeconds')
28
30
  CompositionState = Shapes::StringShape.new(name: 'CompositionState')
29
31
  CompositionSummary = Shapes::StructureShape.new(name: 'CompositionSummary')
30
32
  CompositionSummaryList = Shapes::ListShape.new(name: 'CompositionSummaryList')
@@ -144,11 +146,14 @@ module Aws::IVSRealTime
144
146
  ParticipantList = Shapes::ListShape.new(name: 'ParticipantList')
145
147
  ParticipantProtocol = Shapes::StringShape.new(name: 'ParticipantProtocol')
146
148
  ParticipantRecordingFilterByRecordingState = Shapes::StringShape.new(name: 'ParticipantRecordingFilterByRecordingState')
149
+ ParticipantRecordingHlsConfiguration = Shapes::StructureShape.new(name: 'ParticipantRecordingHlsConfiguration')
147
150
  ParticipantRecordingMediaType = Shapes::StringShape.new(name: 'ParticipantRecordingMediaType')
148
151
  ParticipantRecordingMediaTypeList = Shapes::ListShape.new(name: 'ParticipantRecordingMediaTypeList')
152
+ ParticipantRecordingReconnectWindowSeconds = Shapes::IntegerShape.new(name: 'ParticipantRecordingReconnectWindowSeconds')
149
153
  ParticipantRecordingS3BucketName = Shapes::StringShape.new(name: 'ParticipantRecordingS3BucketName')
150
154
  ParticipantRecordingS3Prefix = Shapes::StringShape.new(name: 'ParticipantRecordingS3Prefix')
151
155
  ParticipantRecordingState = Shapes::StringShape.new(name: 'ParticipantRecordingState')
156
+ ParticipantRecordingTargetSegmentDurationSeconds = Shapes::IntegerShape.new(name: 'ParticipantRecordingTargetSegmentDurationSeconds')
152
157
  ParticipantState = Shapes::StringShape.new(name: 'ParticipantState')
153
158
  ParticipantSummary = Shapes::StructureShape.new(name: 'ParticipantSummary')
154
159
  ParticipantThumbnailConfiguration = Shapes::StructureShape.new(name: 'ParticipantThumbnailConfiguration')
@@ -235,12 +240,22 @@ module Aws::IVSRealTime
235
240
  Width = Shapes::IntegerShape.new(name: 'Width')
236
241
  errorMessage = Shapes::StringShape.new(name: 'errorMessage')
237
242
 
243
+ AccessDeniedException.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
244
+ AccessDeniedException.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
245
+ AccessDeniedException.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
246
+ AccessDeniedException.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
247
+ AccessDeniedException.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
248
+ AccessDeniedException.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
249
+ AccessDeniedException.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
250
+ AccessDeniedException.add_member(:x_amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
238
251
  AccessDeniedException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
239
252
  AccessDeniedException.struct_class = Types::AccessDeniedException
240
253
 
241
254
  AutoParticipantRecordingConfiguration.add_member(:storage_configuration_arn, Shapes::ShapeRef.new(shape: AutoParticipantRecordingStorageConfigurationArn, required: true, location_name: "storageConfigurationArn"))
242
255
  AutoParticipantRecordingConfiguration.add_member(:media_types, Shapes::ShapeRef.new(shape: ParticipantRecordingMediaTypeList, location_name: "mediaTypes"))
243
256
  AutoParticipantRecordingConfiguration.add_member(:thumbnail_configuration, Shapes::ShapeRef.new(shape: ParticipantThumbnailConfiguration, location_name: "thumbnailConfiguration"))
257
+ AutoParticipantRecordingConfiguration.add_member(:recording_reconnect_window_seconds, Shapes::ShapeRef.new(shape: ParticipantRecordingReconnectWindowSeconds, location_name: "recordingReconnectWindowSeconds"))
258
+ AutoParticipantRecordingConfiguration.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: ParticipantRecordingHlsConfiguration, location_name: "hlsConfiguration"))
244
259
  AutoParticipantRecordingConfiguration.struct_class = Types::AutoParticipantRecordingConfiguration
245
260
 
246
261
  ChannelDestinationConfiguration.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChannelArn, required: true, location_name: "channelArn"))
@@ -257,6 +272,9 @@ module Aws::IVSRealTime
257
272
  Composition.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
258
273
  Composition.struct_class = Types::Composition
259
274
 
275
+ CompositionRecordingHlsConfiguration.add_member(:target_segment_duration_seconds, Shapes::ShapeRef.new(shape: CompositionRecordingTargetSegmentDurationSeconds, location_name: "targetSegmentDurationSeconds"))
276
+ CompositionRecordingHlsConfiguration.struct_class = Types::CompositionRecordingHlsConfiguration
277
+
260
278
  CompositionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: CompositionArn, required: true, location_name: "arn"))
261
279
  CompositionSummary.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
262
280
  CompositionSummary.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationSummaryList, required: true, location_name: "destinations"))
@@ -274,6 +292,14 @@ module Aws::IVSRealTime
274
292
 
275
293
  CompositionThumbnailConfigurationList.member = Shapes::ShapeRef.new(shape: CompositionThumbnailConfiguration)
276
294
 
295
+ ConflictException.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
296
+ ConflictException.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
297
+ ConflictException.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
298
+ ConflictException.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
299
+ ConflictException.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
300
+ ConflictException.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
301
+ ConflictException.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
302
+ ConflictException.add_member(:x_amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
277
303
  ConflictException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
278
304
  ConflictException.struct_class = Types::ConflictException
279
305
 
@@ -499,6 +525,14 @@ module Aws::IVSRealTime
499
525
  IngestConfigurationSummary.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
500
526
  IngestConfigurationSummary.struct_class = Types::IngestConfigurationSummary
501
527
 
528
+ InternalServerException.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
529
+ InternalServerException.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
530
+ InternalServerException.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
531
+ InternalServerException.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
532
+ InternalServerException.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
533
+ InternalServerException.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
534
+ InternalServerException.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
535
+ InternalServerException.add_member(:x_amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
502
536
  InternalServerException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
503
537
  InternalServerException.struct_class = Types::InternalServerException
504
538
 
@@ -621,6 +655,9 @@ module Aws::IVSRealTime
621
655
 
622
656
  ParticipantList.member = Shapes::ShapeRef.new(shape: ParticipantSummary)
623
657
 
658
+ ParticipantRecordingHlsConfiguration.add_member(:target_segment_duration_seconds, Shapes::ShapeRef.new(shape: ParticipantRecordingTargetSegmentDurationSeconds, location_name: "targetSegmentDurationSeconds"))
659
+ ParticipantRecordingHlsConfiguration.struct_class = Types::ParticipantRecordingHlsConfiguration
660
+
624
661
  ParticipantRecordingMediaTypeList.member = Shapes::ShapeRef.new(shape: ParticipantRecordingMediaType)
625
662
 
626
663
  ParticipantSummary.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, location_name: "participantId"))
@@ -660,6 +697,14 @@ module Aws::IVSRealTime
660
697
 
661
698
  ParticipantTokenList.member = Shapes::ShapeRef.new(shape: ParticipantToken)
662
699
 
700
+ PendingVerification.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
701
+ PendingVerification.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
702
+ PendingVerification.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
703
+ PendingVerification.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
704
+ PendingVerification.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
705
+ PendingVerification.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
706
+ PendingVerification.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
707
+ PendingVerification.add_member(:x_amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
663
708
  PendingVerification.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
664
709
  PendingVerification.struct_class = Types::PendingVerification
665
710
 
@@ -689,9 +734,18 @@ module Aws::IVSRealTime
689
734
  PublicKeySummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
690
735
  PublicKeySummary.struct_class = Types::PublicKeySummary
691
736
 
737
+ RecordingConfiguration.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: CompositionRecordingHlsConfiguration, location_name: "hlsConfiguration"))
692
738
  RecordingConfiguration.add_member(:format, Shapes::ShapeRef.new(shape: RecordingConfigurationFormat, location_name: "format"))
693
739
  RecordingConfiguration.struct_class = Types::RecordingConfiguration
694
740
 
741
+ ResourceNotFoundException.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
742
+ ResourceNotFoundException.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
743
+ ResourceNotFoundException.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
744
+ ResourceNotFoundException.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
745
+ ResourceNotFoundException.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
746
+ ResourceNotFoundException.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
747
+ ResourceNotFoundException.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
748
+ ResourceNotFoundException.add_member(:x_amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
695
749
  ResourceNotFoundException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
696
750
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
697
751
 
@@ -707,6 +761,14 @@ module Aws::IVSRealTime
707
761
  S3StorageConfiguration.add_member(:bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "bucketName"))
708
762
  S3StorageConfiguration.struct_class = Types::S3StorageConfiguration
709
763
 
764
+ ServiceQuotaExceededException.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
765
+ ServiceQuotaExceededException.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
766
+ ServiceQuotaExceededException.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
767
+ ServiceQuotaExceededException.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
768
+ ServiceQuotaExceededException.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
769
+ ServiceQuotaExceededException.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
770
+ ServiceQuotaExceededException.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
771
+ ServiceQuotaExceededException.add_member(:x_amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
710
772
  ServiceQuotaExceededException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
711
773
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
712
774
 
@@ -807,6 +869,14 @@ module Aws::IVSRealTime
807
869
  UpdateStageResponse.add_member(:stage, Shapes::ShapeRef.new(shape: Stage, location_name: "stage"))
808
870
  UpdateStageResponse.struct_class = Types::UpdateStageResponse
809
871
 
872
+ ValidationException.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
873
+ ValidationException.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
874
+ ValidationException.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
875
+ ValidationException.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
876
+ ValidationException.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
877
+ ValidationException.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
878
+ ValidationException.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
879
+ ValidationException.add_member(:x_amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
810
880
  ValidationException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
811
881
  ValidationException.struct_class = Types::ValidationException
812
882
 
@@ -50,6 +50,46 @@ module Aws::IVSRealTime
50
50
  super(context, message, data)
51
51
  end
52
52
 
53
+ # @return [String]
54
+ def access_control_allow_origin
55
+ @data[:access_control_allow_origin]
56
+ end
57
+
58
+ # @return [String]
59
+ def access_control_expose_headers
60
+ @data[:access_control_expose_headers]
61
+ end
62
+
63
+ # @return [String]
64
+ def cache_control
65
+ @data[:cache_control]
66
+ end
67
+
68
+ # @return [String]
69
+ def content_security_policy
70
+ @data[:content_security_policy]
71
+ end
72
+
73
+ # @return [String]
74
+ def strict_transport_security
75
+ @data[:strict_transport_security]
76
+ end
77
+
78
+ # @return [String]
79
+ def x_content_type_options
80
+ @data[:x_content_type_options]
81
+ end
82
+
83
+ # @return [String]
84
+ def x_frame_options
85
+ @data[:x_frame_options]
86
+ end
87
+
88
+ # @return [String]
89
+ def x_amzn_error_type
90
+ @data[:x_amzn_error_type]
91
+ end
92
+
53
93
  # @return [String]
54
94
  def exception_message
55
95
  @data[:exception_message]
@@ -65,6 +105,46 @@ module Aws::IVSRealTime
65
105
  super(context, message, data)
66
106
  end
67
107
 
108
+ # @return [String]
109
+ def access_control_allow_origin
110
+ @data[:access_control_allow_origin]
111
+ end
112
+
113
+ # @return [String]
114
+ def access_control_expose_headers
115
+ @data[:access_control_expose_headers]
116
+ end
117
+
118
+ # @return [String]
119
+ def cache_control
120
+ @data[:cache_control]
121
+ end
122
+
123
+ # @return [String]
124
+ def content_security_policy
125
+ @data[:content_security_policy]
126
+ end
127
+
128
+ # @return [String]
129
+ def strict_transport_security
130
+ @data[:strict_transport_security]
131
+ end
132
+
133
+ # @return [String]
134
+ def x_content_type_options
135
+ @data[:x_content_type_options]
136
+ end
137
+
138
+ # @return [String]
139
+ def x_frame_options
140
+ @data[:x_frame_options]
141
+ end
142
+
143
+ # @return [String]
144
+ def x_amzn_error_type
145
+ @data[:x_amzn_error_type]
146
+ end
147
+
68
148
  # @return [String]
69
149
  def exception_message
70
150
  @data[:exception_message]
@@ -80,6 +160,46 @@ module Aws::IVSRealTime
80
160
  super(context, message, data)
81
161
  end
82
162
 
163
+ # @return [String]
164
+ def access_control_allow_origin
165
+ @data[:access_control_allow_origin]
166
+ end
167
+
168
+ # @return [String]
169
+ def access_control_expose_headers
170
+ @data[:access_control_expose_headers]
171
+ end
172
+
173
+ # @return [String]
174
+ def cache_control
175
+ @data[:cache_control]
176
+ end
177
+
178
+ # @return [String]
179
+ def content_security_policy
180
+ @data[:content_security_policy]
181
+ end
182
+
183
+ # @return [String]
184
+ def strict_transport_security
185
+ @data[:strict_transport_security]
186
+ end
187
+
188
+ # @return [String]
189
+ def x_content_type_options
190
+ @data[:x_content_type_options]
191
+ end
192
+
193
+ # @return [String]
194
+ def x_frame_options
195
+ @data[:x_frame_options]
196
+ end
197
+
198
+ # @return [String]
199
+ def x_amzn_error_type
200
+ @data[:x_amzn_error_type]
201
+ end
202
+
83
203
  # @return [String]
84
204
  def exception_message
85
205
  @data[:exception_message]
@@ -95,6 +215,46 @@ module Aws::IVSRealTime
95
215
  super(context, message, data)
96
216
  end
97
217
 
218
+ # @return [String]
219
+ def access_control_allow_origin
220
+ @data[:access_control_allow_origin]
221
+ end
222
+
223
+ # @return [String]
224
+ def access_control_expose_headers
225
+ @data[:access_control_expose_headers]
226
+ end
227
+
228
+ # @return [String]
229
+ def cache_control
230
+ @data[:cache_control]
231
+ end
232
+
233
+ # @return [String]
234
+ def content_security_policy
235
+ @data[:content_security_policy]
236
+ end
237
+
238
+ # @return [String]
239
+ def strict_transport_security
240
+ @data[:strict_transport_security]
241
+ end
242
+
243
+ # @return [String]
244
+ def x_content_type_options
245
+ @data[:x_content_type_options]
246
+ end
247
+
248
+ # @return [String]
249
+ def x_frame_options
250
+ @data[:x_frame_options]
251
+ end
252
+
253
+ # @return [String]
254
+ def x_amzn_error_type
255
+ @data[:x_amzn_error_type]
256
+ end
257
+
98
258
  # @return [String]
99
259
  def exception_message
100
260
  @data[:exception_message]
@@ -110,6 +270,46 @@ module Aws::IVSRealTime
110
270
  super(context, message, data)
111
271
  end
112
272
 
273
+ # @return [String]
274
+ def access_control_allow_origin
275
+ @data[:access_control_allow_origin]
276
+ end
277
+
278
+ # @return [String]
279
+ def access_control_expose_headers
280
+ @data[:access_control_expose_headers]
281
+ end
282
+
283
+ # @return [String]
284
+ def cache_control
285
+ @data[:cache_control]
286
+ end
287
+
288
+ # @return [String]
289
+ def content_security_policy
290
+ @data[:content_security_policy]
291
+ end
292
+
293
+ # @return [String]
294
+ def strict_transport_security
295
+ @data[:strict_transport_security]
296
+ end
297
+
298
+ # @return [String]
299
+ def x_content_type_options
300
+ @data[:x_content_type_options]
301
+ end
302
+
303
+ # @return [String]
304
+ def x_frame_options
305
+ @data[:x_frame_options]
306
+ end
307
+
308
+ # @return [String]
309
+ def x_amzn_error_type
310
+ @data[:x_amzn_error_type]
311
+ end
312
+
113
313
  # @return [String]
114
314
  def exception_message
115
315
  @data[:exception_message]
@@ -125,6 +325,46 @@ module Aws::IVSRealTime
125
325
  super(context, message, data)
126
326
  end
127
327
 
328
+ # @return [String]
329
+ def access_control_allow_origin
330
+ @data[:access_control_allow_origin]
331
+ end
332
+
333
+ # @return [String]
334
+ def access_control_expose_headers
335
+ @data[:access_control_expose_headers]
336
+ end
337
+
338
+ # @return [String]
339
+ def cache_control
340
+ @data[:cache_control]
341
+ end
342
+
343
+ # @return [String]
344
+ def content_security_policy
345
+ @data[:content_security_policy]
346
+ end
347
+
348
+ # @return [String]
349
+ def strict_transport_security
350
+ @data[:strict_transport_security]
351
+ end
352
+
353
+ # @return [String]
354
+ def x_content_type_options
355
+ @data[:x_content_type_options]
356
+ end
357
+
358
+ # @return [String]
359
+ def x_frame_options
360
+ @data[:x_frame_options]
361
+ end
362
+
363
+ # @return [String]
364
+ def x_amzn_error_type
365
+ @data[:x_amzn_error_type]
366
+ end
367
+
128
368
  # @return [String]
129
369
  def exception_message
130
370
  @data[:exception_message]
@@ -140,6 +380,46 @@ module Aws::IVSRealTime
140
380
  super(context, message, data)
141
381
  end
142
382
 
383
+ # @return [String]
384
+ def access_control_allow_origin
385
+ @data[:access_control_allow_origin]
386
+ end
387
+
388
+ # @return [String]
389
+ def access_control_expose_headers
390
+ @data[:access_control_expose_headers]
391
+ end
392
+
393
+ # @return [String]
394
+ def cache_control
395
+ @data[:cache_control]
396
+ end
397
+
398
+ # @return [String]
399
+ def content_security_policy
400
+ @data[:content_security_policy]
401
+ end
402
+
403
+ # @return [String]
404
+ def strict_transport_security
405
+ @data[:strict_transport_security]
406
+ end
407
+
408
+ # @return [String]
409
+ def x_content_type_options
410
+ @data[:x_content_type_options]
411
+ end
412
+
413
+ # @return [String]
414
+ def x_frame_options
415
+ @data[:x_frame_options]
416
+ end
417
+
418
+ # @return [String]
419
+ def x_amzn_error_type
420
+ @data[:x_amzn_error_type]
421
+ end
422
+
143
423
  # @return [String]
144
424
  def exception_message
145
425
  @data[:exception_message]
@@ -10,6 +10,30 @@
10
10
  module Aws::IVSRealTime
11
11
  module Types
12
12
 
13
+ # @!attribute [rw] access_control_allow_origin
14
+ # @return [String]
15
+ #
16
+ # @!attribute [rw] access_control_expose_headers
17
+ # @return [String]
18
+ #
19
+ # @!attribute [rw] cache_control
20
+ # @return [String]
21
+ #
22
+ # @!attribute [rw] content_security_policy
23
+ # @return [String]
24
+ #
25
+ # @!attribute [rw] strict_transport_security
26
+ # @return [String]
27
+ #
28
+ # @!attribute [rw] x_content_type_options
29
+ # @return [String]
30
+ #
31
+ # @!attribute [rw] x_frame_options
32
+ # @return [String]
33
+ #
34
+ # @!attribute [rw] x_amzn_error_type
35
+ # @return [String]
36
+ #
13
37
  # @!attribute [rw] exception_message
14
38
  # User does not have sufficient access to perform this action.
15
39
  # @return [String]
@@ -17,6 +41,14 @@ module Aws::IVSRealTime
17
41
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/AccessDeniedException AWS API Documentation
18
42
  #
19
43
  class AccessDeniedException < Struct.new(
44
+ :access_control_allow_origin,
45
+ :access_control_expose_headers,
46
+ :cache_control,
47
+ :content_security_policy,
48
+ :strict_transport_security,
49
+ :x_content_type_options,
50
+ :x_frame_options,
51
+ :x_amzn_error_type,
20
52
  :exception_message)
21
53
  SENSITIVE = []
22
54
  include Aws::Structure
@@ -30,7 +62,9 @@ module Aws::IVSRealTime
30
62
  # participant recording. Default: `""` (empty string, no storage
31
63
  # configuration is specified). Individual participant recording cannot
32
64
  # be started unless a storage configuration is specified, when a Stage
33
- # is created or updated.
65
+ # is created or updated. To disable individual participant recording,
66
+ # set this to `""`; other fields in this object will get reset to
67
+ # their defaults when sending `""`.
34
68
  # @return [String]
35
69
  #
36
70
  # @!attribute [rw] media_types
@@ -43,12 +77,26 @@ module Aws::IVSRealTime
43
77
  # interval at which thumbnails are generated for the live session.
44
78
  # @return [Types::ParticipantThumbnailConfiguration]
45
79
  #
80
+ # @!attribute [rw] recording_reconnect_window_seconds
81
+ # If a stage publisher disconnects and then reconnects within the
82
+ # specified interval, the multiple recordings will be considered a
83
+ # single recording and merged together.
84
+ #
85
+ # The default value is 0, which disables merging.
86
+ # @return [Integer]
87
+ #
88
+ # @!attribute [rw] hls_configuration
89
+ # HLS configuration object for individual participant recording.
90
+ # @return [Types::ParticipantRecordingHlsConfiguration]
91
+ #
46
92
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/AutoParticipantRecordingConfiguration AWS API Documentation
47
93
  #
48
94
  class AutoParticipantRecordingConfiguration < Struct.new(
49
95
  :storage_configuration_arn,
50
96
  :media_types,
51
- :thumbnail_configuration)
97
+ :thumbnail_configuration,
98
+ :recording_reconnect_window_seconds,
99
+ :hls_configuration)
52
100
  SENSITIVE = []
53
101
  include Aws::Structure
54
102
  end
@@ -136,6 +184,24 @@ module Aws::IVSRealTime
136
184
  include Aws::Structure
137
185
  end
138
186
 
187
+ # An object representing a configuration of HLS recordings for
188
+ # server-side composition.
189
+ #
190
+ # @!attribute [rw] target_segment_duration_seconds
191
+ # Defines the target duration for recorded segments generated when
192
+ # using composite recording. Segments may have durations shorter than
193
+ # the specified value when needed to ensure each segment begins with a
194
+ # keyframe. Default: 2.
195
+ # @return [Integer]
196
+ #
197
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/CompositionRecordingHlsConfiguration AWS API Documentation
198
+ #
199
+ class CompositionRecordingHlsConfiguration < Struct.new(
200
+ :target_segment_duration_seconds)
201
+ SENSITIVE = []
202
+ include Aws::Structure
203
+ end
204
+
139
205
  # Summary information about a Composition.
140
206
  #
141
207
  # @!attribute [rw] arn
@@ -218,6 +284,30 @@ module Aws::IVSRealTime
218
284
  include Aws::Structure
219
285
  end
220
286
 
287
+ # @!attribute [rw] access_control_allow_origin
288
+ # @return [String]
289
+ #
290
+ # @!attribute [rw] access_control_expose_headers
291
+ # @return [String]
292
+ #
293
+ # @!attribute [rw] cache_control
294
+ # @return [String]
295
+ #
296
+ # @!attribute [rw] content_security_policy
297
+ # @return [String]
298
+ #
299
+ # @!attribute [rw] strict_transport_security
300
+ # @return [String]
301
+ #
302
+ # @!attribute [rw] x_content_type_options
303
+ # @return [String]
304
+ #
305
+ # @!attribute [rw] x_frame_options
306
+ # @return [String]
307
+ #
308
+ # @!attribute [rw] x_amzn_error_type
309
+ # @return [String]
310
+ #
221
311
  # @!attribute [rw] exception_message
222
312
  # Updating or deleting a resource can cause an inconsistent state.
223
313
  # @return [String]
@@ -225,6 +315,14 @@ module Aws::IVSRealTime
225
315
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ConflictException AWS API Documentation
226
316
  #
227
317
  class ConflictException < Struct.new(
318
+ :access_control_allow_origin,
319
+ :access_control_expose_headers,
320
+ :cache_control,
321
+ :content_security_policy,
322
+ :strict_transport_security,
323
+ :x_content_type_options,
324
+ :x_frame_options,
325
+ :x_amzn_error_type,
228
326
  :exception_message)
229
327
  SENSITIVE = []
230
328
  include Aws::Structure
@@ -1326,6 +1424,30 @@ module Aws::IVSRealTime
1326
1424
  include Aws::Structure
1327
1425
  end
1328
1426
 
1427
+ # @!attribute [rw] access_control_allow_origin
1428
+ # @return [String]
1429
+ #
1430
+ # @!attribute [rw] access_control_expose_headers
1431
+ # @return [String]
1432
+ #
1433
+ # @!attribute [rw] cache_control
1434
+ # @return [String]
1435
+ #
1436
+ # @!attribute [rw] content_security_policy
1437
+ # @return [String]
1438
+ #
1439
+ # @!attribute [rw] strict_transport_security
1440
+ # @return [String]
1441
+ #
1442
+ # @!attribute [rw] x_content_type_options
1443
+ # @return [String]
1444
+ #
1445
+ # @!attribute [rw] x_frame_options
1446
+ # @return [String]
1447
+ #
1448
+ # @!attribute [rw] x_amzn_error_type
1449
+ # @return [String]
1450
+ #
1329
1451
  # @!attribute [rw] exception_message
1330
1452
  # Unexpected error during processing of request.
1331
1453
  # @return [String]
@@ -1333,6 +1455,14 @@ module Aws::IVSRealTime
1333
1455
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/InternalServerException AWS API Documentation
1334
1456
  #
1335
1457
  class InternalServerException < Struct.new(
1458
+ :access_control_allow_origin,
1459
+ :access_control_expose_headers,
1460
+ :cache_control,
1461
+ :content_security_policy,
1462
+ :strict_transport_security,
1463
+ :x_content_type_options,
1464
+ :x_frame_options,
1465
+ :x_amzn_error_type,
1336
1466
  :exception_message)
1337
1467
  SENSITIVE = []
1338
1468
  include Aws::Structure
@@ -1902,6 +2032,24 @@ module Aws::IVSRealTime
1902
2032
  include Aws::Structure
1903
2033
  end
1904
2034
 
2035
+ # An object representing a configuration of participant HLS recordings
2036
+ # for individual participant recording.
2037
+ #
2038
+ # @!attribute [rw] target_segment_duration_seconds
2039
+ # Defines the target duration for recorded segments generated when
2040
+ # recording a stage participant. Segments may have durations longer
2041
+ # than the specified value when needed to ensure each segment begins
2042
+ # with a keyframe. Default: 6.
2043
+ # @return [Integer]
2044
+ #
2045
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ParticipantRecordingHlsConfiguration AWS API Documentation
2046
+ #
2047
+ class ParticipantRecordingHlsConfiguration < Struct.new(
2048
+ :target_segment_duration_seconds)
2049
+ SENSITIVE = []
2050
+ include Aws::Structure
2051
+ end
2052
+
1905
2053
  # Summary object describing a participant that has joined a stage.
1906
2054
  #
1907
2055
  # @!attribute [rw] participant_id
@@ -2076,6 +2224,30 @@ module Aws::IVSRealTime
2076
2224
  include Aws::Structure
2077
2225
  end
2078
2226
 
2227
+ # @!attribute [rw] access_control_allow_origin
2228
+ # @return [String]
2229
+ #
2230
+ # @!attribute [rw] access_control_expose_headers
2231
+ # @return [String]
2232
+ #
2233
+ # @!attribute [rw] cache_control
2234
+ # @return [String]
2235
+ #
2236
+ # @!attribute [rw] content_security_policy
2237
+ # @return [String]
2238
+ #
2239
+ # @!attribute [rw] strict_transport_security
2240
+ # @return [String]
2241
+ #
2242
+ # @!attribute [rw] x_content_type_options
2243
+ # @return [String]
2244
+ #
2245
+ # @!attribute [rw] x_frame_options
2246
+ # @return [String]
2247
+ #
2248
+ # @!attribute [rw] x_amzn_error_type
2249
+ # @return [String]
2250
+ #
2079
2251
  # @!attribute [rw] exception_message
2080
2252
  # Your account is pending verification.
2081
2253
  # @return [String]
@@ -2083,6 +2255,14 @@ module Aws::IVSRealTime
2083
2255
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/PendingVerification AWS API Documentation
2084
2256
  #
2085
2257
  class PendingVerification < Struct.new(
2258
+ :access_control_allow_origin,
2259
+ :access_control_expose_headers,
2260
+ :cache_control,
2261
+ :content_security_policy,
2262
+ :strict_transport_security,
2263
+ :x_content_type_options,
2264
+ :x_frame_options,
2265
+ :x_amzn_error_type,
2086
2266
  :exception_message)
2087
2267
  SENSITIVE = []
2088
2268
  include Aws::Structure
@@ -2249,6 +2429,11 @@ module Aws::IVSRealTime
2249
2429
 
2250
2430
  # An object representing a configuration to record a stage stream.
2251
2431
  #
2432
+ # @!attribute [rw] hls_configuration
2433
+ # An HLS configuration object to return information about how the
2434
+ # recording will be configured.
2435
+ # @return [Types::CompositionRecordingHlsConfiguration]
2436
+ #
2252
2437
  # @!attribute [rw] format
2253
2438
  # The recording format for storing a recording in Amazon S3.
2254
2439
  # @return [String]
@@ -2256,11 +2441,36 @@ module Aws::IVSRealTime
2256
2441
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/RecordingConfiguration AWS API Documentation
2257
2442
  #
2258
2443
  class RecordingConfiguration < Struct.new(
2444
+ :hls_configuration,
2259
2445
  :format)
2260
2446
  SENSITIVE = []
2261
2447
  include Aws::Structure
2262
2448
  end
2263
2449
 
2450
+ # @!attribute [rw] access_control_allow_origin
2451
+ # @return [String]
2452
+ #
2453
+ # @!attribute [rw] access_control_expose_headers
2454
+ # @return [String]
2455
+ #
2456
+ # @!attribute [rw] cache_control
2457
+ # @return [String]
2458
+ #
2459
+ # @!attribute [rw] content_security_policy
2460
+ # @return [String]
2461
+ #
2462
+ # @!attribute [rw] strict_transport_security
2463
+ # @return [String]
2464
+ #
2465
+ # @!attribute [rw] x_content_type_options
2466
+ # @return [String]
2467
+ #
2468
+ # @!attribute [rw] x_frame_options
2469
+ # @return [String]
2470
+ #
2471
+ # @!attribute [rw] x_amzn_error_type
2472
+ # @return [String]
2473
+ #
2264
2474
  # @!attribute [rw] exception_message
2265
2475
  # Request references a resource which does not exist.
2266
2476
  # @return [String]
@@ -2268,6 +2478,14 @@ module Aws::IVSRealTime
2268
2478
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ResourceNotFoundException AWS API Documentation
2269
2479
  #
2270
2480
  class ResourceNotFoundException < Struct.new(
2481
+ :access_control_allow_origin,
2482
+ :access_control_expose_headers,
2483
+ :cache_control,
2484
+ :content_security_policy,
2485
+ :strict_transport_security,
2486
+ :x_content_type_options,
2487
+ :x_frame_options,
2488
+ :x_amzn_error_type,
2271
2489
  :exception_message)
2272
2490
  SENSITIVE = []
2273
2491
  include Aws::Structure
@@ -2340,6 +2558,30 @@ module Aws::IVSRealTime
2340
2558
  include Aws::Structure
2341
2559
  end
2342
2560
 
2561
+ # @!attribute [rw] access_control_allow_origin
2562
+ # @return [String]
2563
+ #
2564
+ # @!attribute [rw] access_control_expose_headers
2565
+ # @return [String]
2566
+ #
2567
+ # @!attribute [rw] cache_control
2568
+ # @return [String]
2569
+ #
2570
+ # @!attribute [rw] content_security_policy
2571
+ # @return [String]
2572
+ #
2573
+ # @!attribute [rw] strict_transport_security
2574
+ # @return [String]
2575
+ #
2576
+ # @!attribute [rw] x_content_type_options
2577
+ # @return [String]
2578
+ #
2579
+ # @!attribute [rw] x_frame_options
2580
+ # @return [String]
2581
+ #
2582
+ # @!attribute [rw] x_amzn_error_type
2583
+ # @return [String]
2584
+ #
2343
2585
  # @!attribute [rw] exception_message
2344
2586
  # Request would cause a service quota to be exceeded.
2345
2587
  # @return [String]
@@ -2347,6 +2589,14 @@ module Aws::IVSRealTime
2347
2589
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ServiceQuotaExceededException AWS API Documentation
2348
2590
  #
2349
2591
  class ServiceQuotaExceededException < Struct.new(
2592
+ :access_control_allow_origin,
2593
+ :access_control_expose_headers,
2594
+ :cache_control,
2595
+ :content_security_policy,
2596
+ :strict_transport_security,
2597
+ :x_content_type_options,
2598
+ :x_frame_options,
2599
+ :x_amzn_error_type,
2350
2600
  :exception_message)
2351
2601
  SENSITIVE = []
2352
2602
  include Aws::Structure
@@ -2715,12 +2965,11 @@ module Aws::IVSRealTime
2715
2965
  # @return [String]
2716
2966
  #
2717
2967
  # @!attribute [rw] tag_keys
2718
- # Array of tags to be removed. Array of maps, each of the form
2719
- # `string:string (key:value)`. See [Best practices and strategies][1]
2720
- # in *Tagging AWS Resources and Tag Editor* for details, including
2721
- # restrictions that apply to tags and "Tag naming limits and
2722
- # requirements"; Amazon IVS has no constraints on tags beyond what is
2723
- # documented there.
2968
+ # Array of tag keys (strings) for the tags to be removed. See [Best
2969
+ # practices and strategies][1] in *Tagging AWS Resources and Tag
2970
+ # Editor* for details, including restrictions that apply to tags and
2971
+ # "Tag naming limits and requirements"; Amazon IVS has no
2972
+ # constraints on tags beyond what is documented there.
2724
2973
  #
2725
2974
  #
2726
2975
  #
@@ -2806,6 +3055,30 @@ module Aws::IVSRealTime
2806
3055
  include Aws::Structure
2807
3056
  end
2808
3057
 
3058
+ # @!attribute [rw] access_control_allow_origin
3059
+ # @return [String]
3060
+ #
3061
+ # @!attribute [rw] access_control_expose_headers
3062
+ # @return [String]
3063
+ #
3064
+ # @!attribute [rw] cache_control
3065
+ # @return [String]
3066
+ #
3067
+ # @!attribute [rw] content_security_policy
3068
+ # @return [String]
3069
+ #
3070
+ # @!attribute [rw] strict_transport_security
3071
+ # @return [String]
3072
+ #
3073
+ # @!attribute [rw] x_content_type_options
3074
+ # @return [String]
3075
+ #
3076
+ # @!attribute [rw] x_frame_options
3077
+ # @return [String]
3078
+ #
3079
+ # @!attribute [rw] x_amzn_error_type
3080
+ # @return [String]
3081
+ #
2809
3082
  # @!attribute [rw] exception_message
2810
3083
  # The input fails to satisfy the constraints specified by an Amazon
2811
3084
  # Web Services service.
@@ -2814,6 +3087,14 @@ module Aws::IVSRealTime
2814
3087
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ValidationException AWS API Documentation
2815
3088
  #
2816
3089
  class ValidationException < Struct.new(
3090
+ :access_control_allow_origin,
3091
+ :access_control_expose_headers,
3092
+ :cache_control,
3093
+ :content_security_policy,
3094
+ :strict_transport_security,
3095
+ :x_content_type_options,
3096
+ :x_frame_options,
3097
+ :x_amzn_error_type,
2817
3098
  :exception_message)
2818
3099
  SENSITIVE = []
2819
3100
  include Aws::Structure
@@ -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.38.0'
58
+ GEM_VERSION = '1.40.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -148,6 +148,10 @@ module Aws
148
148
  target_interval_seconds: ::Integer?,
149
149
  storage: Array[("SEQUENTIAL" | "LATEST")]?,
150
150
  recording_mode: ("INTERVAL" | "DISABLED")?
151
+ }?,
152
+ recording_reconnect_window_seconds: ::Integer?,
153
+ hls_configuration: {
154
+ target_segment_duration_seconds: ::Integer?
151
155
  }?
152
156
  }
153
157
  ) -> _CreateStageResponseSuccess
@@ -491,6 +495,9 @@ module Aws
491
495
  storage_configuration_arn: ::String,
492
496
  encoder_configuration_arns: Array[::String],
493
497
  recording_configuration: {
498
+ hls_configuration: {
499
+ target_segment_duration_seconds: ::Integer?
500
+ }?,
494
501
  format: ("HLS")?
495
502
  }?,
496
503
  thumbnail_configurations: Array[
@@ -561,6 +568,10 @@ module Aws
561
568
  target_interval_seconds: ::Integer?,
562
569
  storage: Array[("SEQUENTIAL" | "LATEST")]?,
563
570
  recording_mode: ("INTERVAL" | "DISABLED")?
571
+ }?,
572
+ recording_reconnect_window_seconds: ::Integer?,
573
+ hls_configuration: {
574
+ target_segment_duration_seconds: ::Integer?
564
575
  }?
565
576
  }
566
577
  ) -> _UpdateStageResponseSuccess
data/sig/errors.rbs CHANGED
@@ -12,24 +12,80 @@ module Aws
12
12
  end
13
13
 
14
14
  class AccessDeniedException < ::Aws::Errors::ServiceError
15
+ def access_control_allow_origin: () -> ::String
16
+ def access_control_expose_headers: () -> ::String
17
+ def cache_control: () -> ::String
18
+ def content_security_policy: () -> ::String
19
+ def strict_transport_security: () -> ::String
20
+ def x_content_type_options: () -> ::String
21
+ def x_frame_options: () -> ::String
22
+ def x_amzn_error_type: () -> ::String
15
23
  def exception_message: () -> ::String
16
24
  end
17
25
  class ConflictException < ::Aws::Errors::ServiceError
26
+ def access_control_allow_origin: () -> ::String
27
+ def access_control_expose_headers: () -> ::String
28
+ def cache_control: () -> ::String
29
+ def content_security_policy: () -> ::String
30
+ def strict_transport_security: () -> ::String
31
+ def x_content_type_options: () -> ::String
32
+ def x_frame_options: () -> ::String
33
+ def x_amzn_error_type: () -> ::String
18
34
  def exception_message: () -> ::String
19
35
  end
20
36
  class InternalServerException < ::Aws::Errors::ServiceError
37
+ def access_control_allow_origin: () -> ::String
38
+ def access_control_expose_headers: () -> ::String
39
+ def cache_control: () -> ::String
40
+ def content_security_policy: () -> ::String
41
+ def strict_transport_security: () -> ::String
42
+ def x_content_type_options: () -> ::String
43
+ def x_frame_options: () -> ::String
44
+ def x_amzn_error_type: () -> ::String
21
45
  def exception_message: () -> ::String
22
46
  end
23
47
  class PendingVerification < ::Aws::Errors::ServiceError
48
+ def access_control_allow_origin: () -> ::String
49
+ def access_control_expose_headers: () -> ::String
50
+ def cache_control: () -> ::String
51
+ def content_security_policy: () -> ::String
52
+ def strict_transport_security: () -> ::String
53
+ def x_content_type_options: () -> ::String
54
+ def x_frame_options: () -> ::String
55
+ def x_amzn_error_type: () -> ::String
24
56
  def exception_message: () -> ::String
25
57
  end
26
58
  class ResourceNotFoundException < ::Aws::Errors::ServiceError
59
+ def access_control_allow_origin: () -> ::String
60
+ def access_control_expose_headers: () -> ::String
61
+ def cache_control: () -> ::String
62
+ def content_security_policy: () -> ::String
63
+ def strict_transport_security: () -> ::String
64
+ def x_content_type_options: () -> ::String
65
+ def x_frame_options: () -> ::String
66
+ def x_amzn_error_type: () -> ::String
27
67
  def exception_message: () -> ::String
28
68
  end
29
69
  class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
70
+ def access_control_allow_origin: () -> ::String
71
+ def access_control_expose_headers: () -> ::String
72
+ def cache_control: () -> ::String
73
+ def content_security_policy: () -> ::String
74
+ def strict_transport_security: () -> ::String
75
+ def x_content_type_options: () -> ::String
76
+ def x_frame_options: () -> ::String
77
+ def x_amzn_error_type: () -> ::String
30
78
  def exception_message: () -> ::String
31
79
  end
32
80
  class ValidationException < ::Aws::Errors::ServiceError
81
+ def access_control_allow_origin: () -> ::String
82
+ def access_control_expose_headers: () -> ::String
83
+ def cache_control: () -> ::String
84
+ def content_security_policy: () -> ::String
85
+ def strict_transport_security: () -> ::String
86
+ def x_content_type_options: () -> ::String
87
+ def x_frame_options: () -> ::String
88
+ def x_amzn_error_type: () -> ::String
33
89
  def exception_message: () -> ::String
34
90
  end
35
91
  end
data/sig/types.rbs CHANGED
@@ -9,6 +9,14 @@ module Aws::IVSRealTime
9
9
  module Types
10
10
 
11
11
  class AccessDeniedException
12
+ attr_accessor access_control_allow_origin: ::String
13
+ attr_accessor access_control_expose_headers: ::String
14
+ attr_accessor cache_control: ::String
15
+ attr_accessor content_security_policy: ::String
16
+ attr_accessor strict_transport_security: ::String
17
+ attr_accessor x_content_type_options: ::String
18
+ attr_accessor x_frame_options: ::String
19
+ attr_accessor x_amzn_error_type: ::String
12
20
  attr_accessor exception_message: ::String
13
21
  SENSITIVE: []
14
22
  end
@@ -17,6 +25,8 @@ module Aws::IVSRealTime
17
25
  attr_accessor storage_configuration_arn: ::String
18
26
  attr_accessor media_types: ::Array[("AUDIO_VIDEO" | "AUDIO_ONLY" | "NONE")]
19
27
  attr_accessor thumbnail_configuration: Types::ParticipantThumbnailConfiguration
28
+ attr_accessor recording_reconnect_window_seconds: ::Integer
29
+ attr_accessor hls_configuration: Types::ParticipantRecordingHlsConfiguration
20
30
  SENSITIVE: []
21
31
  end
22
32
 
@@ -38,6 +48,11 @@ module Aws::IVSRealTime
38
48
  SENSITIVE: []
39
49
  end
40
50
 
51
+ class CompositionRecordingHlsConfiguration
52
+ attr_accessor target_segment_duration_seconds: ::Integer
53
+ SENSITIVE: []
54
+ end
55
+
41
56
  class CompositionSummary
42
57
  attr_accessor arn: ::String
43
58
  attr_accessor stage_arn: ::String
@@ -56,6 +71,14 @@ module Aws::IVSRealTime
56
71
  end
57
72
 
58
73
  class ConflictException
74
+ attr_accessor access_control_allow_origin: ::String
75
+ attr_accessor access_control_expose_headers: ::String
76
+ attr_accessor cache_control: ::String
77
+ attr_accessor content_security_policy: ::String
78
+ attr_accessor strict_transport_security: ::String
79
+ attr_accessor x_content_type_options: ::String
80
+ attr_accessor x_frame_options: ::String
81
+ attr_accessor x_amzn_error_type: ::String
59
82
  attr_accessor exception_message: ::String
60
83
  SENSITIVE: []
61
84
  end
@@ -363,6 +386,14 @@ module Aws::IVSRealTime
363
386
  end
364
387
 
365
388
  class InternalServerException
389
+ attr_accessor access_control_allow_origin: ::String
390
+ attr_accessor access_control_expose_headers: ::String
391
+ attr_accessor cache_control: ::String
392
+ attr_accessor content_security_policy: ::String
393
+ attr_accessor strict_transport_security: ::String
394
+ attr_accessor x_content_type_options: ::String
395
+ attr_accessor x_frame_options: ::String
396
+ attr_accessor x_amzn_error_type: ::String
366
397
  attr_accessor exception_message: ::String
367
398
  SENSITIVE: []
368
399
  end
@@ -525,6 +556,11 @@ module Aws::IVSRealTime
525
556
  SENSITIVE: []
526
557
  end
527
558
 
559
+ class ParticipantRecordingHlsConfiguration
560
+ attr_accessor target_segment_duration_seconds: ::Integer
561
+ SENSITIVE: []
562
+ end
563
+
528
564
  class ParticipantSummary
529
565
  attr_accessor participant_id: ::String
530
566
  attr_accessor user_id: ::String
@@ -562,6 +598,14 @@ module Aws::IVSRealTime
562
598
  end
563
599
 
564
600
  class PendingVerification
601
+ attr_accessor access_control_allow_origin: ::String
602
+ attr_accessor access_control_expose_headers: ::String
603
+ attr_accessor cache_control: ::String
604
+ attr_accessor content_security_policy: ::String
605
+ attr_accessor strict_transport_security: ::String
606
+ attr_accessor x_content_type_options: ::String
607
+ attr_accessor x_frame_options: ::String
608
+ attr_accessor x_amzn_error_type: ::String
565
609
  attr_accessor exception_message: ::String
566
610
  SENSITIVE: []
567
611
  end
@@ -597,11 +641,20 @@ module Aws::IVSRealTime
597
641
  end
598
642
 
599
643
  class RecordingConfiguration
644
+ attr_accessor hls_configuration: Types::CompositionRecordingHlsConfiguration
600
645
  attr_accessor format: ("HLS")
601
646
  SENSITIVE: []
602
647
  end
603
648
 
604
649
  class ResourceNotFoundException
650
+ attr_accessor access_control_allow_origin: ::String
651
+ attr_accessor access_control_expose_headers: ::String
652
+ attr_accessor cache_control: ::String
653
+ attr_accessor content_security_policy: ::String
654
+ attr_accessor strict_transport_security: ::String
655
+ attr_accessor x_content_type_options: ::String
656
+ attr_accessor x_frame_options: ::String
657
+ attr_accessor x_amzn_error_type: ::String
605
658
  attr_accessor exception_message: ::String
606
659
  SENSITIVE: []
607
660
  end
@@ -625,6 +678,14 @@ module Aws::IVSRealTime
625
678
  end
626
679
 
627
680
  class ServiceQuotaExceededException
681
+ attr_accessor access_control_allow_origin: ::String
682
+ attr_accessor access_control_expose_headers: ::String
683
+ attr_accessor cache_control: ::String
684
+ attr_accessor content_security_policy: ::String
685
+ attr_accessor strict_transport_security: ::String
686
+ attr_accessor x_content_type_options: ::String
687
+ attr_accessor x_frame_options: ::String
688
+ attr_accessor x_amzn_error_type: ::String
628
689
  attr_accessor exception_message: ::String
629
690
  SENSITIVE: []
630
691
  end
@@ -749,6 +810,14 @@ module Aws::IVSRealTime
749
810
  end
750
811
 
751
812
  class ValidationException
813
+ attr_accessor access_control_allow_origin: ::String
814
+ attr_accessor access_control_expose_headers: ::String
815
+ attr_accessor cache_control: ::String
816
+ attr_accessor content_security_policy: ::String
817
+ attr_accessor strict_transport_security: ::String
818
+ attr_accessor x_content_type_options: ::String
819
+ attr_accessor x_frame_options: ::String
820
+ attr_accessor x_amzn_error_type: ::String
752
821
  attr_accessor exception_message: ::String
753
822
  SENSITIVE: []
754
823
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ivsrealtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.40.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core