aws-sdk-connectparticipant 1.69.0 → 1.70.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: 9212e9d2f2daf20b3b6f84511d1f5b1e4d88e0f96cde944e3f37591134d22fb9
4
- data.tar.gz: 2f1cee3e7b5cf15d0fbdee5f03ccc1add0a6378bd86fdb4248ddb3f0e88bd17e
3
+ metadata.gz: 3ae017060c2e10b59c12469afe856e7884e4cb1c8c01b547675aa52228a6c548
4
+ data.tar.gz: 9c358517d1c132b79147e3e44e93834a590fc9e90b9ae4be338f6873d64299c9
5
5
  SHA512:
6
- metadata.gz: 4f5789a5b3aa6ffc63d69509365df1a380c919087e79b73e24e4bab4fe930ac21c0f23702c776dcf694e854f6c0f4b36e6674a985a4520d1dbe1d6d0c58a8a96
7
- data.tar.gz: 29693bd1a38fc25fb0a655ec81338b618699df9343cc37ca958880a325a531d1e7eff0b6617f4e298d67db39f733aabd3ef4177e25ff1daa3db9275363cfef34
6
+ metadata.gz: db890a2a72f874ae281895f85a28be085c9b45137b4e26b73ca572db38edd6d430c213818e197742d584d0bd72fd4cfa838c6f4d0d515f7a1fd4f94304f85515
7
+ data.tar.gz: 25d383ea7806e993e2f98665f26ee00875b9c25d4bc69807eb698edffe9758f2fece166c9717b4cba1a476f6c0ff598176dc3b751d8412aaab65acb0158e4f7f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Amazon Connect Participant Service: Remove unused fields from WebRTCConnection
8
+
4
9
  1.69.0 (2025-08-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -693,7 +693,7 @@ module Aws::ConnectParticipant
693
693
  #
694
694
  # * {Types::CreateParticipantConnectionResponse#websocket #websocket} => Types::Websocket
695
695
  # * {Types::CreateParticipantConnectionResponse#connection_credentials #connection_credentials} => Types::ConnectionCredentials
696
- # * {Types::CreateParticipantConnectionResponse#web_rtc_connection #web_rtc_connection} => Types::ConnectionData
696
+ # * {Types::CreateParticipantConnectionResponse#web_rtc_connection #web_rtc_connection} => Types::WebRTCConnection
697
697
  #
698
698
  # @example Request syntax with placeholder values
699
699
  #
@@ -711,11 +711,9 @@ module Aws::ConnectParticipant
711
711
  # resp.connection_credentials.expiry #=> String
712
712
  # resp.web_rtc_connection.attendee.attendee_id #=> String
713
713
  # resp.web_rtc_connection.attendee.join_token #=> String
714
- # resp.web_rtc_connection.meeting.media_region #=> String
715
714
  # resp.web_rtc_connection.meeting.media_placement.audio_host_url #=> String
716
715
  # resp.web_rtc_connection.meeting.media_placement.audio_fallback_url #=> String
717
716
  # resp.web_rtc_connection.meeting.media_placement.signaling_url #=> String
718
- # resp.web_rtc_connection.meeting.media_placement.turn_control_url #=> String
719
717
  # resp.web_rtc_connection.meeting.media_placement.event_ingestion_url #=> String
720
718
  # resp.web_rtc_connection.meeting.meeting_features.audio.echo_reduction #=> String, one of "AVAILABLE", "UNAVAILABLE"
721
719
  # resp.web_rtc_connection.meeting.meeting_id #=> String
@@ -1366,7 +1364,7 @@ module Aws::ConnectParticipant
1366
1364
  tracer: tracer
1367
1365
  )
1368
1366
  context[:gem_name] = 'aws-sdk-connectparticipant'
1369
- context[:gem_version] = '1.69.0'
1367
+ context[:gem_version] = '1.70.0'
1370
1368
  Seahorse::Client::Request.new(handlers, context)
1371
1369
  end
1372
1370
 
@@ -39,7 +39,6 @@ module Aws::ConnectParticipant
39
39
  CompleteAttachmentUploadResponse = Shapes::StructureShape.new(name: 'CompleteAttachmentUploadResponse')
40
40
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
41
41
  ConnectionCredentials = Shapes::StructureShape.new(name: 'ConnectionCredentials')
42
- ConnectionData = Shapes::StructureShape.new(name: 'ConnectionData')
43
42
  ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
44
43
  ConnectionTypeList = Shapes::ListShape.new(name: 'ConnectionTypeList')
45
44
  ContactId = Shapes::StringShape.new(name: 'ContactId')
@@ -57,18 +56,15 @@ module Aws::ConnectParticipant
57
56
  GetAuthenticationUrlResponse = Shapes::StructureShape.new(name: 'GetAuthenticationUrlResponse')
58
57
  GetTranscriptRequest = Shapes::StructureShape.new(name: 'GetTranscriptRequest')
59
58
  GetTranscriptResponse = Shapes::StructureShape.new(name: 'GetTranscriptResponse')
59
+ GuidString = Shapes::StringShape.new(name: 'GuidString')
60
60
  ISO8601Datetime = Shapes::StringShape.new(name: 'ISO8601Datetime')
61
61
  Instant = Shapes::StringShape.new(name: 'Instant')
62
62
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
63
63
  Item = Shapes::StructureShape.new(name: 'Item')
64
64
  JoinToken = Shapes::StringShape.new(name: 'JoinToken')
65
65
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
66
- MediaPlacement = Shapes::StructureShape.new(name: 'MediaPlacement')
67
- MediaRegion = Shapes::StringShape.new(name: 'MediaRegion')
68
- Meeting = Shapes::StructureShape.new(name: 'Meeting')
69
66
  MeetingFeatureStatus = Shapes::StringShape.new(name: 'MeetingFeatureStatus')
70
67
  MeetingFeaturesConfiguration = Shapes::StructureShape.new(name: 'MeetingFeaturesConfiguration')
71
- MeetingId = Shapes::StringShape.new(name: 'MeetingId')
72
68
  Message = Shapes::StringShape.new(name: 'Message')
73
69
  MessageMetadata = Shapes::StructureShape.new(name: 'MessageMetadata')
74
70
  MostRecent = Shapes::IntegerShape.new(name: 'MostRecent')
@@ -117,6 +113,9 @@ module Aws::ConnectParticipant
117
113
  ViewTemplate = Shapes::StringShape.new(name: 'ViewTemplate')
118
114
  ViewToken = Shapes::StringShape.new(name: 'ViewToken')
119
115
  ViewVersion = Shapes::IntegerShape.new(name: 'ViewVersion')
116
+ WebRTCConnection = Shapes::StructureShape.new(name: 'WebRTCConnection')
117
+ WebRTCMediaPlacement = Shapes::StructureShape.new(name: 'WebRTCMediaPlacement')
118
+ WebRTCMeeting = Shapes::StructureShape.new(name: 'WebRTCMeeting')
120
119
  Websocket = Shapes::StructureShape.new(name: 'Websocket')
121
120
 
122
121
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
@@ -159,10 +158,6 @@ module Aws::ConnectParticipant
159
158
  ConnectionCredentials.add_member(:expiry, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "Expiry"))
160
159
  ConnectionCredentials.struct_class = Types::ConnectionCredentials
161
160
 
162
- ConnectionData.add_member(:attendee, Shapes::ShapeRef.new(shape: Attendee, location_name: "Attendee"))
163
- ConnectionData.add_member(:meeting, Shapes::ShapeRef.new(shape: Meeting, location_name: "Meeting"))
164
- ConnectionData.struct_class = Types::ConnectionData
165
-
166
161
  ConnectionTypeList.member = Shapes::ShapeRef.new(shape: ConnectionType)
167
162
 
168
163
  CreateParticipantConnectionRequest.add_member(:type, Shapes::ShapeRef.new(shape: ConnectionTypeList, location_name: "Type"))
@@ -172,7 +167,7 @@ module Aws::ConnectParticipant
172
167
 
173
168
  CreateParticipantConnectionResponse.add_member(:websocket, Shapes::ShapeRef.new(shape: Websocket, location_name: "Websocket"))
174
169
  CreateParticipantConnectionResponse.add_member(:connection_credentials, Shapes::ShapeRef.new(shape: ConnectionCredentials, location_name: "ConnectionCredentials"))
175
- CreateParticipantConnectionResponse.add_member(:web_rtc_connection, Shapes::ShapeRef.new(shape: ConnectionData, location_name: "WebRTCConnection"))
170
+ CreateParticipantConnectionResponse.add_member(:web_rtc_connection, Shapes::ShapeRef.new(shape: WebRTCConnection, location_name: "WebRTCConnection"))
176
171
  CreateParticipantConnectionResponse.struct_class = Types::CreateParticipantConnectionResponse
177
172
 
178
173
  DescribeViewRequest.add_member(:view_token, Shapes::ShapeRef.new(shape: ViewToken, required: true, location: "uri", location_name: "ViewToken"))
@@ -237,19 +232,6 @@ module Aws::ConnectParticipant
237
232
  Item.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
238
233
  Item.struct_class = Types::Item
239
234
 
240
- MediaPlacement.add_member(:audio_host_url, Shapes::ShapeRef.new(shape: URI, location_name: "AudioHostUrl"))
241
- MediaPlacement.add_member(:audio_fallback_url, Shapes::ShapeRef.new(shape: URI, location_name: "AudioFallbackUrl"))
242
- MediaPlacement.add_member(:signaling_url, Shapes::ShapeRef.new(shape: URI, location_name: "SignalingUrl"))
243
- MediaPlacement.add_member(:turn_control_url, Shapes::ShapeRef.new(shape: URI, location_name: "TurnControlUrl"))
244
- MediaPlacement.add_member(:event_ingestion_url, Shapes::ShapeRef.new(shape: URI, location_name: "EventIngestionUrl"))
245
- MediaPlacement.struct_class = Types::MediaPlacement
246
-
247
- Meeting.add_member(:media_region, Shapes::ShapeRef.new(shape: MediaRegion, location_name: "MediaRegion"))
248
- Meeting.add_member(:media_placement, Shapes::ShapeRef.new(shape: MediaPlacement, location_name: "MediaPlacement"))
249
- Meeting.add_member(:meeting_features, Shapes::ShapeRef.new(shape: MeetingFeaturesConfiguration, location_name: "MeetingFeatures"))
250
- Meeting.add_member(:meeting_id, Shapes::ShapeRef.new(shape: MeetingId, location_name: "MeetingId"))
251
- Meeting.struct_class = Types::Meeting
252
-
253
235
  MeetingFeaturesConfiguration.add_member(:audio, Shapes::ShapeRef.new(shape: AudioFeatures, location_name: "Audio"))
254
236
  MeetingFeaturesConfiguration.struct_class = Types::MeetingFeaturesConfiguration
255
237
 
@@ -338,6 +320,21 @@ module Aws::ConnectParticipant
338
320
  ViewContent.add_member(:actions, Shapes::ShapeRef.new(shape: ViewActions, location_name: "Actions"))
339
321
  ViewContent.struct_class = Types::ViewContent
340
322
 
323
+ WebRTCConnection.add_member(:attendee, Shapes::ShapeRef.new(shape: Attendee, location_name: "Attendee"))
324
+ WebRTCConnection.add_member(:meeting, Shapes::ShapeRef.new(shape: WebRTCMeeting, location_name: "Meeting"))
325
+ WebRTCConnection.struct_class = Types::WebRTCConnection
326
+
327
+ WebRTCMediaPlacement.add_member(:audio_host_url, Shapes::ShapeRef.new(shape: URI, location_name: "AudioHostUrl"))
328
+ WebRTCMediaPlacement.add_member(:audio_fallback_url, Shapes::ShapeRef.new(shape: URI, location_name: "AudioFallbackUrl"))
329
+ WebRTCMediaPlacement.add_member(:signaling_url, Shapes::ShapeRef.new(shape: URI, location_name: "SignalingUrl"))
330
+ WebRTCMediaPlacement.add_member(:event_ingestion_url, Shapes::ShapeRef.new(shape: URI, location_name: "EventIngestionUrl"))
331
+ WebRTCMediaPlacement.struct_class = Types::WebRTCMediaPlacement
332
+
333
+ WebRTCMeeting.add_member(:media_placement, Shapes::ShapeRef.new(shape: WebRTCMediaPlacement, location_name: "MediaPlacement"))
334
+ WebRTCMeeting.add_member(:meeting_features, Shapes::ShapeRef.new(shape: MeetingFeaturesConfiguration, location_name: "MeetingFeatures"))
335
+ WebRTCMeeting.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, location_name: "MeetingId"))
336
+ WebRTCMeeting.struct_class = Types::WebRTCMeeting
337
+
341
338
  Websocket.add_member(:url, Shapes::ShapeRef.new(shape: PreSignedConnectionUrl, location_name: "Url"))
342
339
  Websocket.add_member(:connection_expiry, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "ConnectionExpiry"))
343
340
  Websocket.struct_class = Types::Websocket
@@ -189,25 +189,6 @@ module Aws::ConnectParticipant
189
189
  include Aws::Structure
190
190
  end
191
191
 
192
- # Information required to join the call.
193
- #
194
- # @!attribute [rw] attendee
195
- # The attendee information, including attendee ID and join token.
196
- # @return [Types::Attendee]
197
- #
198
- # @!attribute [rw] meeting
199
- # A meeting created using the Amazon Chime SDK.
200
- # @return [Types::Meeting]
201
- #
202
- # @see http://docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/ConnectionData AWS API Documentation
203
- #
204
- class ConnectionData < Struct.new(
205
- :attendee,
206
- :meeting)
207
- SENSITIVE = []
208
- include Aws::Structure
209
- end
210
-
211
192
  # @!attribute [rw] type
212
193
  # Type of connection information required. If you need
213
194
  # `CONNECTION_CREDENTIALS` along with marking participant as
@@ -254,7 +235,7 @@ module Aws::ConnectParticipant
254
235
  # Creates the participant's WebRTC connection data required for the
255
236
  # client application (mobile application or website) to connect to the
256
237
  # call.
257
- # @return [Types::ConnectionData]
238
+ # @return [Types::WebRTCConnection]
258
239
  #
259
240
  # @see http://docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/CreateParticipantConnectionResponse AWS API Documentation
260
241
  #
@@ -588,70 +569,6 @@ module Aws::ConnectParticipant
588
569
  include Aws::Structure
589
570
  end
590
571
 
591
- # A set of endpoints used by clients to connect to the media service
592
- # group for an Amazon Chime SDK meeting.
593
- #
594
- # @!attribute [rw] audio_host_url
595
- # The audio host URL.
596
- # @return [String]
597
- #
598
- # @!attribute [rw] audio_fallback_url
599
- # The audio fallback URL.
600
- # @return [String]
601
- #
602
- # @!attribute [rw] signaling_url
603
- # The signaling URL.
604
- # @return [String]
605
- #
606
- # @!attribute [rw] turn_control_url
607
- # The turn control URL.
608
- # @return [String]
609
- #
610
- # @!attribute [rw] event_ingestion_url
611
- # The event ingestion URL to which you send client meeting events.
612
- # @return [String]
613
- #
614
- # @see http://docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/MediaPlacement AWS API Documentation
615
- #
616
- class MediaPlacement < Struct.new(
617
- :audio_host_url,
618
- :audio_fallback_url,
619
- :signaling_url,
620
- :turn_control_url,
621
- :event_ingestion_url)
622
- SENSITIVE = []
623
- include Aws::Structure
624
- end
625
-
626
- # A meeting created using the Amazon Chime SDK.
627
- #
628
- # @!attribute [rw] media_region
629
- # The Amazon Web Services Region in which you create the meeting.
630
- # @return [String]
631
- #
632
- # @!attribute [rw] media_placement
633
- # The media placement for the meeting.
634
- # @return [Types::MediaPlacement]
635
- #
636
- # @!attribute [rw] meeting_features
637
- # The configuration settings of the features available to a meeting.
638
- # @return [Types::MeetingFeaturesConfiguration]
639
- #
640
- # @!attribute [rw] meeting_id
641
- # The Amazon Chime SDK meeting ID.
642
- # @return [String]
643
- #
644
- # @see http://docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/Meeting AWS API Documentation
645
- #
646
- class Meeting < Struct.new(
647
- :media_region,
648
- :media_placement,
649
- :meeting_features,
650
- :meeting_id)
651
- SENSITIVE = []
652
- include Aws::Structure
653
- end
654
-
655
572
  # The configuration settings of the features available to a meeting.
656
573
  #
657
574
  # @!attribute [rw] audio
@@ -1116,6 +1033,80 @@ module Aws::ConnectParticipant
1116
1033
  include Aws::Structure
1117
1034
  end
1118
1035
 
1036
+ # Creates the participant’s WebRTC connection data required for the
1037
+ # client application (mobile or web) to connect to the call.
1038
+ #
1039
+ # @!attribute [rw] attendee
1040
+ # The attendee information, including attendee ID and join token.
1041
+ # @return [Types::Attendee]
1042
+ #
1043
+ # @!attribute [rw] meeting
1044
+ # A meeting created using the Amazon Chime SDK.
1045
+ # @return [Types::WebRTCMeeting]
1046
+ #
1047
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/WebRTCConnection AWS API Documentation
1048
+ #
1049
+ class WebRTCConnection < Struct.new(
1050
+ :attendee,
1051
+ :meeting)
1052
+ SENSITIVE = []
1053
+ include Aws::Structure
1054
+ end
1055
+
1056
+ # A set of endpoints used by clients to connect to the media service
1057
+ # group for an Amazon Chime SDK meeting.
1058
+ #
1059
+ # @!attribute [rw] audio_host_url
1060
+ # The audio host URL.
1061
+ # @return [String]
1062
+ #
1063
+ # @!attribute [rw] audio_fallback_url
1064
+ # The audio fallback URL.
1065
+ # @return [String]
1066
+ #
1067
+ # @!attribute [rw] signaling_url
1068
+ # The signaling URL.
1069
+ # @return [String]
1070
+ #
1071
+ # @!attribute [rw] event_ingestion_url
1072
+ # The event ingestion URL to which you send client meeting events.
1073
+ # @return [String]
1074
+ #
1075
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/WebRTCMediaPlacement AWS API Documentation
1076
+ #
1077
+ class WebRTCMediaPlacement < Struct.new(
1078
+ :audio_host_url,
1079
+ :audio_fallback_url,
1080
+ :signaling_url,
1081
+ :event_ingestion_url)
1082
+ SENSITIVE = []
1083
+ include Aws::Structure
1084
+ end
1085
+
1086
+ # A meeting created using the Amazon Chime SDK.
1087
+ #
1088
+ # @!attribute [rw] media_placement
1089
+ # The media placement for the meeting.
1090
+ # @return [Types::WebRTCMediaPlacement]
1091
+ #
1092
+ # @!attribute [rw] meeting_features
1093
+ # The configuration settings of the features available to a meeting.
1094
+ # @return [Types::MeetingFeaturesConfiguration]
1095
+ #
1096
+ # @!attribute [rw] meeting_id
1097
+ # The Amazon Chime SDK meeting ID.
1098
+ # @return [String]
1099
+ #
1100
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/WebRTCMeeting AWS API Documentation
1101
+ #
1102
+ class WebRTCMeeting < Struct.new(
1103
+ :media_placement,
1104
+ :meeting_features,
1105
+ :meeting_id)
1106
+ SENSITIVE = []
1107
+ include Aws::Structure
1108
+ end
1109
+
1119
1110
  # The websocket for the participant's connection.
1120
1111
  #
1121
1112
  # @!attribute [rw] url
@@ -54,7 +54,7 @@ module Aws::ConnectParticipant
54
54
  autoload :EndpointProvider, 'aws-sdk-connectparticipant/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connectparticipant/endpoints'
56
56
 
57
- GEM_VERSION = '1.69.0'
57
+ GEM_VERSION = '1.70.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -103,7 +103,7 @@ module Aws
103
103
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateParticipantConnectionResponse]
104
104
  def websocket: () -> Types::Websocket
105
105
  def connection_credentials: () -> Types::ConnectionCredentials
106
- def web_rtc_connection: () -> Types::ConnectionData
106
+ def web_rtc_connection: () -> Types::WebRTCConnection
107
107
  end
108
108
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectParticipant/Client.html#create_participant_connection-instance_method
109
109
  def create_participant_connection: (
data/sig/types.rbs CHANGED
@@ -62,12 +62,6 @@ module Aws::ConnectParticipant
62
62
  SENSITIVE: []
63
63
  end
64
64
 
65
- class ConnectionData
66
- attr_accessor attendee: Types::Attendee
67
- attr_accessor meeting: Types::Meeting
68
- SENSITIVE: []
69
- end
70
-
71
65
  class CreateParticipantConnectionRequest
72
66
  attr_accessor type: ::Array[("WEBSOCKET" | "CONNECTION_CREDENTIALS" | "WEBRTC_CONNECTION")]
73
67
  attr_accessor participant_token: ::String
@@ -78,7 +72,7 @@ module Aws::ConnectParticipant
78
72
  class CreateParticipantConnectionResponse
79
73
  attr_accessor websocket: Types::Websocket
80
74
  attr_accessor connection_credentials: Types::ConnectionCredentials
81
- attr_accessor web_rtc_connection: Types::ConnectionData
75
+ attr_accessor web_rtc_connection: Types::WebRTCConnection
82
76
  SENSITIVE: []
83
77
  end
84
78
 
@@ -167,23 +161,6 @@ module Aws::ConnectParticipant
167
161
  SENSITIVE: []
168
162
  end
169
163
 
170
- class MediaPlacement
171
- attr_accessor audio_host_url: ::String
172
- attr_accessor audio_fallback_url: ::String
173
- attr_accessor signaling_url: ::String
174
- attr_accessor turn_control_url: ::String
175
- attr_accessor event_ingestion_url: ::String
176
- SENSITIVE: []
177
- end
178
-
179
- class Meeting
180
- attr_accessor media_region: ::String
181
- attr_accessor media_placement: Types::MediaPlacement
182
- attr_accessor meeting_features: Types::MeetingFeaturesConfiguration
183
- attr_accessor meeting_id: ::String
184
- SENSITIVE: []
185
- end
186
-
187
164
  class MeetingFeaturesConfiguration
188
165
  attr_accessor audio: Types::AudioFeatures
189
166
  SENSITIVE: []
@@ -297,6 +274,27 @@ module Aws::ConnectParticipant
297
274
  SENSITIVE: [:input_schema, :template]
298
275
  end
299
276
 
277
+ class WebRTCConnection
278
+ attr_accessor attendee: Types::Attendee
279
+ attr_accessor meeting: Types::WebRTCMeeting
280
+ SENSITIVE: []
281
+ end
282
+
283
+ class WebRTCMediaPlacement
284
+ attr_accessor audio_host_url: ::String
285
+ attr_accessor audio_fallback_url: ::String
286
+ attr_accessor signaling_url: ::String
287
+ attr_accessor event_ingestion_url: ::String
288
+ SENSITIVE: []
289
+ end
290
+
291
+ class WebRTCMeeting
292
+ attr_accessor media_placement: Types::WebRTCMediaPlacement
293
+ attr_accessor meeting_features: Types::MeetingFeaturesConfiguration
294
+ attr_accessor meeting_id: ::String
295
+ SENSITIVE: []
296
+ end
297
+
300
298
  class Websocket
301
299
  attr_accessor url: ::String
302
300
  attr_accessor connection_expiry: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectparticipant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.228.0
21
+ version: 3.231.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement