aws-sdk-ivsrealtime 1.38.0 → 1.39.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: 8b01eb3aa537376d6b195505ce67dbd93073aeeb5a82ab53ab494d7a36491e1b
4
+ data.tar.gz: aa893f4fa52bf849f4307cb13ffd9cad168f91fff34e05c4aaeceee844427917
5
5
  SHA512:
6
- metadata.gz: 767ca1080f61b86f9684f0eb67a28a9efb3874aade12b23468187725cc00f2dcacaae412877bf4aa03c24e57707520770078b6e508d98dee1563fe02f7596aa8
7
- data.tar.gz: 06235f8273d90ed498faa259c4f97c2a65520d86d97d91189b8e799a7d9a3fd9bb409dc56af2cfc0dbcf1f12c6ce9e14d80a6fb850732362235478201949a809
6
+ metadata.gz: d0dd6dc808c65c6c31fe2843bca1c4d064af73c11ce7d9b8cf58b6688179618361afc7b263d17b1325afd2a27204a6f0fe70a51b572e38a03fb36a1d1964e3d6
7
+ data.tar.gz: ae01e0cf04c877bf8e81d3c44ff6663d6e1b4bc1419254f727d5682b24fc2818c094cdcb783c706d7bd793c538b3a7fa298c2d593d6d484dff2b3de343b0f503
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2025-03-06)
5
+ ------------------
6
+
7
+ * Feature - IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.
8
+
4
9
  1.38.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -742,6 +742,7 @@ 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,
745
746
  # },
746
747
  # })
747
748
  #
@@ -759,6 +760,7 @@ module Aws::IVSRealTime
759
760
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage #=> Array
760
761
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage[0] #=> String, one of "SEQUENTIAL", "LATEST"
761
762
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.recording_mode #=> String, one of "INTERVAL", "DISABLED"
763
+ # resp.stage.auto_participant_recording_configuration.recording_reconnect_window_seconds #=> Integer
762
764
  # resp.stage.endpoints.events #=> String
763
765
  # resp.stage.endpoints.whip #=> String
764
766
  # resp.stage.endpoints.rtmp #=> String
@@ -1262,6 +1264,7 @@ module Aws::IVSRealTime
1262
1264
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage #=> Array
1263
1265
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage[0] #=> String, one of "SEQUENTIAL", "LATEST"
1264
1266
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.recording_mode #=> String, one of "INTERVAL", "DISABLED"
1267
+ # resp.stage.auto_participant_recording_configuration.recording_reconnect_window_seconds #=> Integer
1265
1268
  # resp.stage.endpoints.events #=> String
1266
1269
  # resp.stage.endpoints.whip #=> String
1267
1270
  # resp.stage.endpoints.rtmp #=> String
@@ -2110,12 +2113,11 @@ module Aws::IVSRealTime
2110
2113
  # The ARN of the resource to be untagged. The ARN must be URL-encoded.
2111
2114
  #
2112
2115
  # @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.
2116
+ # Array of tag keys (strings) for the tags to be removed. See [Best
2117
+ # practices and strategies][1] in *Tagging AWS Resources and Tag Editor*
2118
+ # for details, including restrictions that apply to tags and "Tag
2119
+ # naming limits and requirements"; Amazon IVS has no constraints on
2120
+ # tags beyond what is documented there.
2119
2121
  #
2120
2122
  #
2121
2123
  #
@@ -2215,6 +2217,7 @@ module Aws::IVSRealTime
2215
2217
  # storage: ["SEQUENTIAL"], # accepts SEQUENTIAL, LATEST
2216
2218
  # recording_mode: "INTERVAL", # accepts INTERVAL, DISABLED
2217
2219
  # },
2220
+ # recording_reconnect_window_seconds: 1,
2218
2221
  # },
2219
2222
  # })
2220
2223
  #
@@ -2232,6 +2235,7 @@ module Aws::IVSRealTime
2232
2235
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage #=> Array
2233
2236
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage[0] #=> String, one of "SEQUENTIAL", "LATEST"
2234
2237
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.recording_mode #=> String, one of "INTERVAL", "DISABLED"
2238
+ # resp.stage.auto_participant_recording_configuration.recording_reconnect_window_seconds #=> Integer
2235
2239
  # resp.stage.endpoints.events #=> String
2236
2240
  # resp.stage.endpoints.whip #=> String
2237
2241
  # resp.stage.endpoints.rtmp #=> String
@@ -2264,7 +2268,7 @@ module Aws::IVSRealTime
2264
2268
  tracer: tracer
2265
2269
  )
2266
2270
  context[:gem_name] = 'aws-sdk-ivsrealtime'
2267
- context[:gem_version] = '1.38.0'
2271
+ context[:gem_version] = '1.39.0'
2268
2272
  Seahorse::Client::Request.new(handlers, context)
2269
2273
  end
2270
2274
 
@@ -146,6 +146,7 @@ module Aws::IVSRealTime
146
146
  ParticipantRecordingFilterByRecordingState = Shapes::StringShape.new(name: 'ParticipantRecordingFilterByRecordingState')
147
147
  ParticipantRecordingMediaType = Shapes::StringShape.new(name: 'ParticipantRecordingMediaType')
148
148
  ParticipantRecordingMediaTypeList = Shapes::ListShape.new(name: 'ParticipantRecordingMediaTypeList')
149
+ ParticipantRecordingReconnectWindowSeconds = Shapes::IntegerShape.new(name: 'ParticipantRecordingReconnectWindowSeconds')
149
150
  ParticipantRecordingS3BucketName = Shapes::StringShape.new(name: 'ParticipantRecordingS3BucketName')
150
151
  ParticipantRecordingS3Prefix = Shapes::StringShape.new(name: 'ParticipantRecordingS3Prefix')
151
152
  ParticipantRecordingState = Shapes::StringShape.new(name: 'ParticipantRecordingState')
@@ -235,12 +236,21 @@ module Aws::IVSRealTime
235
236
  Width = Shapes::IntegerShape.new(name: 'Width')
236
237
  errorMessage = Shapes::StringShape.new(name: 'errorMessage')
237
238
 
239
+ AccessDeniedException.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
240
+ AccessDeniedException.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
241
+ AccessDeniedException.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
242
+ AccessDeniedException.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
243
+ AccessDeniedException.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
244
+ AccessDeniedException.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
245
+ AccessDeniedException.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
246
+ AccessDeniedException.add_member(:x_amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
238
247
  AccessDeniedException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
239
248
  AccessDeniedException.struct_class = Types::AccessDeniedException
240
249
 
241
250
  AutoParticipantRecordingConfiguration.add_member(:storage_configuration_arn, Shapes::ShapeRef.new(shape: AutoParticipantRecordingStorageConfigurationArn, required: true, location_name: "storageConfigurationArn"))
242
251
  AutoParticipantRecordingConfiguration.add_member(:media_types, Shapes::ShapeRef.new(shape: ParticipantRecordingMediaTypeList, location_name: "mediaTypes"))
243
252
  AutoParticipantRecordingConfiguration.add_member(:thumbnail_configuration, Shapes::ShapeRef.new(shape: ParticipantThumbnailConfiguration, location_name: "thumbnailConfiguration"))
253
+ AutoParticipantRecordingConfiguration.add_member(:recording_reconnect_window_seconds, Shapes::ShapeRef.new(shape: ParticipantRecordingReconnectWindowSeconds, location_name: "recordingReconnectWindowSeconds"))
244
254
  AutoParticipantRecordingConfiguration.struct_class = Types::AutoParticipantRecordingConfiguration
245
255
 
246
256
  ChannelDestinationConfiguration.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChannelArn, required: true, location_name: "channelArn"))
@@ -274,6 +284,14 @@ module Aws::IVSRealTime
274
284
 
275
285
  CompositionThumbnailConfigurationList.member = Shapes::ShapeRef.new(shape: CompositionThumbnailConfiguration)
276
286
 
287
+ ConflictException.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
288
+ ConflictException.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
289
+ ConflictException.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
290
+ ConflictException.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
291
+ ConflictException.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
292
+ ConflictException.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
293
+ ConflictException.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
294
+ ConflictException.add_member(:x_amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
277
295
  ConflictException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
278
296
  ConflictException.struct_class = Types::ConflictException
279
297
 
@@ -499,6 +517,14 @@ module Aws::IVSRealTime
499
517
  IngestConfigurationSummary.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
500
518
  IngestConfigurationSummary.struct_class = Types::IngestConfigurationSummary
501
519
 
520
+ InternalServerException.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
521
+ InternalServerException.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
522
+ InternalServerException.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
523
+ InternalServerException.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
524
+ InternalServerException.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
525
+ InternalServerException.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
526
+ InternalServerException.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
527
+ InternalServerException.add_member(:x_amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
502
528
  InternalServerException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
503
529
  InternalServerException.struct_class = Types::InternalServerException
504
530
 
@@ -660,6 +686,14 @@ module Aws::IVSRealTime
660
686
 
661
687
  ParticipantTokenList.member = Shapes::ShapeRef.new(shape: ParticipantToken)
662
688
 
689
+ PendingVerification.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
690
+ PendingVerification.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
691
+ PendingVerification.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
692
+ PendingVerification.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
693
+ PendingVerification.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
694
+ PendingVerification.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
695
+ PendingVerification.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
696
+ PendingVerification.add_member(:x_amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
663
697
  PendingVerification.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
664
698
  PendingVerification.struct_class = Types::PendingVerification
665
699
 
@@ -692,6 +726,14 @@ module Aws::IVSRealTime
692
726
  RecordingConfiguration.add_member(:format, Shapes::ShapeRef.new(shape: RecordingConfigurationFormat, location_name: "format"))
693
727
  RecordingConfiguration.struct_class = Types::RecordingConfiguration
694
728
 
729
+ ResourceNotFoundException.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
730
+ ResourceNotFoundException.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
731
+ ResourceNotFoundException.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
732
+ ResourceNotFoundException.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
733
+ ResourceNotFoundException.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
734
+ ResourceNotFoundException.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
735
+ ResourceNotFoundException.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
736
+ ResourceNotFoundException.add_member(:x_amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
695
737
  ResourceNotFoundException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
696
738
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
697
739
 
@@ -707,6 +749,14 @@ module Aws::IVSRealTime
707
749
  S3StorageConfiguration.add_member(:bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "bucketName"))
708
750
  S3StorageConfiguration.struct_class = Types::S3StorageConfiguration
709
751
 
752
+ ServiceQuotaExceededException.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
753
+ ServiceQuotaExceededException.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
754
+ ServiceQuotaExceededException.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
755
+ ServiceQuotaExceededException.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
756
+ ServiceQuotaExceededException.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
757
+ ServiceQuotaExceededException.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
758
+ ServiceQuotaExceededException.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
759
+ ServiceQuotaExceededException.add_member(:x_amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
710
760
  ServiceQuotaExceededException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
711
761
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
712
762
 
@@ -807,6 +857,14 @@ module Aws::IVSRealTime
807
857
  UpdateStageResponse.add_member(:stage, Shapes::ShapeRef.new(shape: Stage, location_name: "stage"))
808
858
  UpdateStageResponse.struct_class = Types::UpdateStageResponse
809
859
 
860
+ ValidationException.add_member(:access_control_allow_origin, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Allow-Origin"))
861
+ ValidationException.add_member(:access_control_expose_headers, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Access-Control-Expose-Headers"))
862
+ ValidationException.add_member(:cache_control, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Cache-Control"))
863
+ ValidationException.add_member(:content_security_policy, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Security-Policy"))
864
+ ValidationException.add_member(:strict_transport_security, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Strict-Transport-Security"))
865
+ ValidationException.add_member(:x_content_type_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Content-Type-Options"))
866
+ ValidationException.add_member(:x_frame_options, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Frame-Options"))
867
+ ValidationException.add_member(:x_amzn_error_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "x-amzn-ErrorType"))
810
868
  ValidationException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
811
869
  ValidationException.struct_class = Types::ValidationException
812
870
 
@@ -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,21 @@ 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
+ #
46
88
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/AutoParticipantRecordingConfiguration AWS API Documentation
47
89
  #
48
90
  class AutoParticipantRecordingConfiguration < Struct.new(
49
91
  :storage_configuration_arn,
50
92
  :media_types,
51
- :thumbnail_configuration)
93
+ :thumbnail_configuration,
94
+ :recording_reconnect_window_seconds)
52
95
  SENSITIVE = []
53
96
  include Aws::Structure
54
97
  end
@@ -218,6 +261,30 @@ module Aws::IVSRealTime
218
261
  include Aws::Structure
219
262
  end
220
263
 
264
+ # @!attribute [rw] access_control_allow_origin
265
+ # @return [String]
266
+ #
267
+ # @!attribute [rw] access_control_expose_headers
268
+ # @return [String]
269
+ #
270
+ # @!attribute [rw] cache_control
271
+ # @return [String]
272
+ #
273
+ # @!attribute [rw] content_security_policy
274
+ # @return [String]
275
+ #
276
+ # @!attribute [rw] strict_transport_security
277
+ # @return [String]
278
+ #
279
+ # @!attribute [rw] x_content_type_options
280
+ # @return [String]
281
+ #
282
+ # @!attribute [rw] x_frame_options
283
+ # @return [String]
284
+ #
285
+ # @!attribute [rw] x_amzn_error_type
286
+ # @return [String]
287
+ #
221
288
  # @!attribute [rw] exception_message
222
289
  # Updating or deleting a resource can cause an inconsistent state.
223
290
  # @return [String]
@@ -225,6 +292,14 @@ module Aws::IVSRealTime
225
292
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ConflictException AWS API Documentation
226
293
  #
227
294
  class ConflictException < Struct.new(
295
+ :access_control_allow_origin,
296
+ :access_control_expose_headers,
297
+ :cache_control,
298
+ :content_security_policy,
299
+ :strict_transport_security,
300
+ :x_content_type_options,
301
+ :x_frame_options,
302
+ :x_amzn_error_type,
228
303
  :exception_message)
229
304
  SENSITIVE = []
230
305
  include Aws::Structure
@@ -1326,6 +1401,30 @@ module Aws::IVSRealTime
1326
1401
  include Aws::Structure
1327
1402
  end
1328
1403
 
1404
+ # @!attribute [rw] access_control_allow_origin
1405
+ # @return [String]
1406
+ #
1407
+ # @!attribute [rw] access_control_expose_headers
1408
+ # @return [String]
1409
+ #
1410
+ # @!attribute [rw] cache_control
1411
+ # @return [String]
1412
+ #
1413
+ # @!attribute [rw] content_security_policy
1414
+ # @return [String]
1415
+ #
1416
+ # @!attribute [rw] strict_transport_security
1417
+ # @return [String]
1418
+ #
1419
+ # @!attribute [rw] x_content_type_options
1420
+ # @return [String]
1421
+ #
1422
+ # @!attribute [rw] x_frame_options
1423
+ # @return [String]
1424
+ #
1425
+ # @!attribute [rw] x_amzn_error_type
1426
+ # @return [String]
1427
+ #
1329
1428
  # @!attribute [rw] exception_message
1330
1429
  # Unexpected error during processing of request.
1331
1430
  # @return [String]
@@ -1333,6 +1432,14 @@ module Aws::IVSRealTime
1333
1432
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/InternalServerException AWS API Documentation
1334
1433
  #
1335
1434
  class InternalServerException < Struct.new(
1435
+ :access_control_allow_origin,
1436
+ :access_control_expose_headers,
1437
+ :cache_control,
1438
+ :content_security_policy,
1439
+ :strict_transport_security,
1440
+ :x_content_type_options,
1441
+ :x_frame_options,
1442
+ :x_amzn_error_type,
1336
1443
  :exception_message)
1337
1444
  SENSITIVE = []
1338
1445
  include Aws::Structure
@@ -1867,7 +1974,12 @@ module Aws::IVSRealTime
1867
1974
  # @!attribute [rw] recording_s3_prefix
1868
1975
  # S3 prefix of the S3 bucket where the participant is being recorded,
1869
1976
  # if individual participant recording is enabled, or `""` (empty
1870
- # string), if recording is not enabled.
1977
+ # string), if recording is not enabled. If individual participant
1978
+ # recording merge is enabled, and if a stage publisher disconnects
1979
+ # from a stage and then reconnects, IVS tries to record to the same S3
1980
+ # prefix as the previous session. See [ Merge Fragmented Individual
1981
+ # Participant
1982
+ # Recordings](/ivs/latest/RealTimeUserGuide/rt-individual-participant-recording.html#ind-part-rec-merge-frag).
1871
1983
  # @return [String]
1872
1984
  #
1873
1985
  # @!attribute [rw] recording_state
@@ -2076,6 +2188,30 @@ module Aws::IVSRealTime
2076
2188
  include Aws::Structure
2077
2189
  end
2078
2190
 
2191
+ # @!attribute [rw] access_control_allow_origin
2192
+ # @return [String]
2193
+ #
2194
+ # @!attribute [rw] access_control_expose_headers
2195
+ # @return [String]
2196
+ #
2197
+ # @!attribute [rw] cache_control
2198
+ # @return [String]
2199
+ #
2200
+ # @!attribute [rw] content_security_policy
2201
+ # @return [String]
2202
+ #
2203
+ # @!attribute [rw] strict_transport_security
2204
+ # @return [String]
2205
+ #
2206
+ # @!attribute [rw] x_content_type_options
2207
+ # @return [String]
2208
+ #
2209
+ # @!attribute [rw] x_frame_options
2210
+ # @return [String]
2211
+ #
2212
+ # @!attribute [rw] x_amzn_error_type
2213
+ # @return [String]
2214
+ #
2079
2215
  # @!attribute [rw] exception_message
2080
2216
  # Your account is pending verification.
2081
2217
  # @return [String]
@@ -2083,6 +2219,14 @@ module Aws::IVSRealTime
2083
2219
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/PendingVerification AWS API Documentation
2084
2220
  #
2085
2221
  class PendingVerification < Struct.new(
2222
+ :access_control_allow_origin,
2223
+ :access_control_expose_headers,
2224
+ :cache_control,
2225
+ :content_security_policy,
2226
+ :strict_transport_security,
2227
+ :x_content_type_options,
2228
+ :x_frame_options,
2229
+ :x_amzn_error_type,
2086
2230
  :exception_message)
2087
2231
  SENSITIVE = []
2088
2232
  include Aws::Structure
@@ -2261,6 +2405,30 @@ module Aws::IVSRealTime
2261
2405
  include Aws::Structure
2262
2406
  end
2263
2407
 
2408
+ # @!attribute [rw] access_control_allow_origin
2409
+ # @return [String]
2410
+ #
2411
+ # @!attribute [rw] access_control_expose_headers
2412
+ # @return [String]
2413
+ #
2414
+ # @!attribute [rw] cache_control
2415
+ # @return [String]
2416
+ #
2417
+ # @!attribute [rw] content_security_policy
2418
+ # @return [String]
2419
+ #
2420
+ # @!attribute [rw] strict_transport_security
2421
+ # @return [String]
2422
+ #
2423
+ # @!attribute [rw] x_content_type_options
2424
+ # @return [String]
2425
+ #
2426
+ # @!attribute [rw] x_frame_options
2427
+ # @return [String]
2428
+ #
2429
+ # @!attribute [rw] x_amzn_error_type
2430
+ # @return [String]
2431
+ #
2264
2432
  # @!attribute [rw] exception_message
2265
2433
  # Request references a resource which does not exist.
2266
2434
  # @return [String]
@@ -2268,6 +2436,14 @@ module Aws::IVSRealTime
2268
2436
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ResourceNotFoundException AWS API Documentation
2269
2437
  #
2270
2438
  class ResourceNotFoundException < Struct.new(
2439
+ :access_control_allow_origin,
2440
+ :access_control_expose_headers,
2441
+ :cache_control,
2442
+ :content_security_policy,
2443
+ :strict_transport_security,
2444
+ :x_content_type_options,
2445
+ :x_frame_options,
2446
+ :x_amzn_error_type,
2271
2447
  :exception_message)
2272
2448
  SENSITIVE = []
2273
2449
  include Aws::Structure
@@ -2340,6 +2516,30 @@ module Aws::IVSRealTime
2340
2516
  include Aws::Structure
2341
2517
  end
2342
2518
 
2519
+ # @!attribute [rw] access_control_allow_origin
2520
+ # @return [String]
2521
+ #
2522
+ # @!attribute [rw] access_control_expose_headers
2523
+ # @return [String]
2524
+ #
2525
+ # @!attribute [rw] cache_control
2526
+ # @return [String]
2527
+ #
2528
+ # @!attribute [rw] content_security_policy
2529
+ # @return [String]
2530
+ #
2531
+ # @!attribute [rw] strict_transport_security
2532
+ # @return [String]
2533
+ #
2534
+ # @!attribute [rw] x_content_type_options
2535
+ # @return [String]
2536
+ #
2537
+ # @!attribute [rw] x_frame_options
2538
+ # @return [String]
2539
+ #
2540
+ # @!attribute [rw] x_amzn_error_type
2541
+ # @return [String]
2542
+ #
2343
2543
  # @!attribute [rw] exception_message
2344
2544
  # Request would cause a service quota to be exceeded.
2345
2545
  # @return [String]
@@ -2347,6 +2547,14 @@ module Aws::IVSRealTime
2347
2547
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ServiceQuotaExceededException AWS API Documentation
2348
2548
  #
2349
2549
  class ServiceQuotaExceededException < Struct.new(
2550
+ :access_control_allow_origin,
2551
+ :access_control_expose_headers,
2552
+ :cache_control,
2553
+ :content_security_policy,
2554
+ :strict_transport_security,
2555
+ :x_content_type_options,
2556
+ :x_frame_options,
2557
+ :x_amzn_error_type,
2350
2558
  :exception_message)
2351
2559
  SENSITIVE = []
2352
2560
  include Aws::Structure
@@ -2715,12 +2923,11 @@ module Aws::IVSRealTime
2715
2923
  # @return [String]
2716
2924
  #
2717
2925
  # @!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.
2926
+ # Array of tag keys (strings) for the tags to be removed. See [Best
2927
+ # practices and strategies][1] in *Tagging AWS Resources and Tag
2928
+ # Editor* for details, including restrictions that apply to tags and
2929
+ # "Tag naming limits and requirements"; Amazon IVS has no
2930
+ # constraints on tags beyond what is documented there.
2724
2931
  #
2725
2932
  #
2726
2933
  #
@@ -2806,6 +3013,30 @@ module Aws::IVSRealTime
2806
3013
  include Aws::Structure
2807
3014
  end
2808
3015
 
3016
+ # @!attribute [rw] access_control_allow_origin
3017
+ # @return [String]
3018
+ #
3019
+ # @!attribute [rw] access_control_expose_headers
3020
+ # @return [String]
3021
+ #
3022
+ # @!attribute [rw] cache_control
3023
+ # @return [String]
3024
+ #
3025
+ # @!attribute [rw] content_security_policy
3026
+ # @return [String]
3027
+ #
3028
+ # @!attribute [rw] strict_transport_security
3029
+ # @return [String]
3030
+ #
3031
+ # @!attribute [rw] x_content_type_options
3032
+ # @return [String]
3033
+ #
3034
+ # @!attribute [rw] x_frame_options
3035
+ # @return [String]
3036
+ #
3037
+ # @!attribute [rw] x_amzn_error_type
3038
+ # @return [String]
3039
+ #
2809
3040
  # @!attribute [rw] exception_message
2810
3041
  # The input fails to satisfy the constraints specified by an Amazon
2811
3042
  # Web Services service.
@@ -2814,6 +3045,14 @@ module Aws::IVSRealTime
2814
3045
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ValidationException AWS API Documentation
2815
3046
  #
2816
3047
  class ValidationException < Struct.new(
3048
+ :access_control_allow_origin,
3049
+ :access_control_expose_headers,
3050
+ :cache_control,
3051
+ :content_security_policy,
3052
+ :strict_transport_security,
3053
+ :x_content_type_options,
3054
+ :x_frame_options,
3055
+ :x_amzn_error_type,
2817
3056
  :exception_message)
2818
3057
  SENSITIVE = []
2819
3058
  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.39.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -148,7 +148,8 @@ module Aws
148
148
  target_interval_seconds: ::Integer?,
149
149
  storage: Array[("SEQUENTIAL" | "LATEST")]?,
150
150
  recording_mode: ("INTERVAL" | "DISABLED")?
151
- }?
151
+ }?,
152
+ recording_reconnect_window_seconds: ::Integer?
152
153
  }
153
154
  ) -> _CreateStageResponseSuccess
154
155
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStageResponseSuccess
@@ -561,7 +562,8 @@ module Aws
561
562
  target_interval_seconds: ::Integer?,
562
563
  storage: Array[("SEQUENTIAL" | "LATEST")]?,
563
564
  recording_mode: ("INTERVAL" | "DISABLED")?
564
- }?
565
+ }?,
566
+ recording_reconnect_window_seconds: ::Integer?
565
567
  }
566
568
  ) -> _UpdateStageResponseSuccess
567
569
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _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,7 @@ 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
20
29
  SENSITIVE: []
21
30
  end
22
31
 
@@ -56,6 +65,14 @@ module Aws::IVSRealTime
56
65
  end
57
66
 
58
67
  class ConflictException
68
+ attr_accessor access_control_allow_origin: ::String
69
+ attr_accessor access_control_expose_headers: ::String
70
+ attr_accessor cache_control: ::String
71
+ attr_accessor content_security_policy: ::String
72
+ attr_accessor strict_transport_security: ::String
73
+ attr_accessor x_content_type_options: ::String
74
+ attr_accessor x_frame_options: ::String
75
+ attr_accessor x_amzn_error_type: ::String
59
76
  attr_accessor exception_message: ::String
60
77
  SENSITIVE: []
61
78
  end
@@ -363,6 +380,14 @@ module Aws::IVSRealTime
363
380
  end
364
381
 
365
382
  class InternalServerException
383
+ attr_accessor access_control_allow_origin: ::String
384
+ attr_accessor access_control_expose_headers: ::String
385
+ attr_accessor cache_control: ::String
386
+ attr_accessor content_security_policy: ::String
387
+ attr_accessor strict_transport_security: ::String
388
+ attr_accessor x_content_type_options: ::String
389
+ attr_accessor x_frame_options: ::String
390
+ attr_accessor x_amzn_error_type: ::String
366
391
  attr_accessor exception_message: ::String
367
392
  SENSITIVE: []
368
393
  end
@@ -562,6 +587,14 @@ module Aws::IVSRealTime
562
587
  end
563
588
 
564
589
  class PendingVerification
590
+ attr_accessor access_control_allow_origin: ::String
591
+ attr_accessor access_control_expose_headers: ::String
592
+ attr_accessor cache_control: ::String
593
+ attr_accessor content_security_policy: ::String
594
+ attr_accessor strict_transport_security: ::String
595
+ attr_accessor x_content_type_options: ::String
596
+ attr_accessor x_frame_options: ::String
597
+ attr_accessor x_amzn_error_type: ::String
565
598
  attr_accessor exception_message: ::String
566
599
  SENSITIVE: []
567
600
  end
@@ -602,6 +635,14 @@ module Aws::IVSRealTime
602
635
  end
603
636
 
604
637
  class ResourceNotFoundException
638
+ attr_accessor access_control_allow_origin: ::String
639
+ attr_accessor access_control_expose_headers: ::String
640
+ attr_accessor cache_control: ::String
641
+ attr_accessor content_security_policy: ::String
642
+ attr_accessor strict_transport_security: ::String
643
+ attr_accessor x_content_type_options: ::String
644
+ attr_accessor x_frame_options: ::String
645
+ attr_accessor x_amzn_error_type: ::String
605
646
  attr_accessor exception_message: ::String
606
647
  SENSITIVE: []
607
648
  end
@@ -625,6 +666,14 @@ module Aws::IVSRealTime
625
666
  end
626
667
 
627
668
  class ServiceQuotaExceededException
669
+ attr_accessor access_control_allow_origin: ::String
670
+ attr_accessor access_control_expose_headers: ::String
671
+ attr_accessor cache_control: ::String
672
+ attr_accessor content_security_policy: ::String
673
+ attr_accessor strict_transport_security: ::String
674
+ attr_accessor x_content_type_options: ::String
675
+ attr_accessor x_frame_options: ::String
676
+ attr_accessor x_amzn_error_type: ::String
628
677
  attr_accessor exception_message: ::String
629
678
  SENSITIVE: []
630
679
  end
@@ -749,6 +798,14 @@ module Aws::IVSRealTime
749
798
  end
750
799
 
751
800
  class ValidationException
801
+ attr_accessor access_control_allow_origin: ::String
802
+ attr_accessor access_control_expose_headers: ::String
803
+ attr_accessor cache_control: ::String
804
+ attr_accessor content_security_policy: ::String
805
+ attr_accessor strict_transport_security: ::String
806
+ attr_accessor x_content_type_options: ::String
807
+ attr_accessor x_frame_options: ::String
808
+ attr_accessor x_amzn_error_type: ::String
752
809
  attr_accessor exception_message: ::String
753
810
  SENSITIVE: []
754
811
  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.39.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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core