aws-sdk-chime 1.45.0 → 1.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +25 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chime.rb +1 -1
- data/lib/aws-sdk-chime/client.rb +306 -44
- data/lib/aws-sdk-chime/client_api.rb +192 -1
- data/lib/aws-sdk-chime/types.rb +352 -16
- metadata +2 -2
@@ -137,6 +137,8 @@ module Aws::Chime
|
|
137
137
|
CreateChannelModeratorResponse = Shapes::StructureShape.new(name: 'CreateChannelModeratorResponse')
|
138
138
|
CreateChannelRequest = Shapes::StructureShape.new(name: 'CreateChannelRequest')
|
139
139
|
CreateChannelResponse = Shapes::StructureShape.new(name: 'CreateChannelResponse')
|
140
|
+
CreateMediaCapturePipelineRequest = Shapes::StructureShape.new(name: 'CreateMediaCapturePipelineRequest')
|
141
|
+
CreateMediaCapturePipelineResponse = Shapes::StructureShape.new(name: 'CreateMediaCapturePipelineResponse')
|
140
142
|
CreateMeetingDialOutRequest = Shapes::StructureShape.new(name: 'CreateMeetingDialOutRequest')
|
141
143
|
CreateMeetingDialOutResponse = Shapes::StructureShape.new(name: 'CreateMeetingDialOutResponse')
|
142
144
|
CreateMeetingRequest = Shapes::StructureShape.new(name: 'CreateMeetingRequest')
|
@@ -182,6 +184,7 @@ module Aws::Chime
|
|
182
184
|
DeleteChannelModeratorRequest = Shapes::StructureShape.new(name: 'DeleteChannelModeratorRequest')
|
183
185
|
DeleteChannelRequest = Shapes::StructureShape.new(name: 'DeleteChannelRequest')
|
184
186
|
DeleteEventsConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteEventsConfigurationRequest')
|
187
|
+
DeleteMediaCapturePipelineRequest = Shapes::StructureShape.new(name: 'DeleteMediaCapturePipelineRequest')
|
185
188
|
DeleteMeetingRequest = Shapes::StructureShape.new(name: 'DeleteMeetingRequest')
|
186
189
|
DeletePhoneNumberRequest = Shapes::StructureShape.new(name: 'DeletePhoneNumberRequest')
|
187
190
|
DeleteProxySessionRequest = Shapes::StructureShape.new(name: 'DeleteProxySessionRequest')
|
@@ -253,6 +256,8 @@ module Aws::Chime
|
|
253
256
|
GetEventsConfigurationRequest = Shapes::StructureShape.new(name: 'GetEventsConfigurationRequest')
|
254
257
|
GetEventsConfigurationResponse = Shapes::StructureShape.new(name: 'GetEventsConfigurationResponse')
|
255
258
|
GetGlobalSettingsResponse = Shapes::StructureShape.new(name: 'GetGlobalSettingsResponse')
|
259
|
+
GetMediaCapturePipelineRequest = Shapes::StructureShape.new(name: 'GetMediaCapturePipelineRequest')
|
260
|
+
GetMediaCapturePipelineResponse = Shapes::StructureShape.new(name: 'GetMediaCapturePipelineResponse')
|
256
261
|
GetMeetingRequest = Shapes::StructureShape.new(name: 'GetMeetingRequest')
|
257
262
|
GetMeetingResponse = Shapes::StructureShape.new(name: 'GetMeetingResponse')
|
258
263
|
GetMessagingSessionEndpointRequest = Shapes::StructureShape.new(name: 'GetMessagingSessionEndpointRequest')
|
@@ -336,6 +341,8 @@ module Aws::Chime
|
|
336
341
|
ListChannelsModeratedByAppInstanceUserResponse = Shapes::StructureShape.new(name: 'ListChannelsModeratedByAppInstanceUserResponse')
|
337
342
|
ListChannelsRequest = Shapes::StructureShape.new(name: 'ListChannelsRequest')
|
338
343
|
ListChannelsResponse = Shapes::StructureShape.new(name: 'ListChannelsResponse')
|
344
|
+
ListMediaCapturePipelinesRequest = Shapes::StructureShape.new(name: 'ListMediaCapturePipelinesRequest')
|
345
|
+
ListMediaCapturePipelinesResponse = Shapes::StructureShape.new(name: 'ListMediaCapturePipelinesResponse')
|
339
346
|
ListMeetingTagsRequest = Shapes::StructureShape.new(name: 'ListMeetingTagsRequest')
|
340
347
|
ListMeetingTagsResponse = Shapes::StructureShape.new(name: 'ListMeetingTagsResponse')
|
341
348
|
ListMeetingsRequest = Shapes::StructureShape.new(name: 'ListMeetingsRequest')
|
@@ -354,6 +361,8 @@ module Aws::Chime
|
|
354
361
|
ListSipMediaApplicationsResponse = Shapes::StructureShape.new(name: 'ListSipMediaApplicationsResponse')
|
355
362
|
ListSipRulesRequest = Shapes::StructureShape.new(name: 'ListSipRulesRequest')
|
356
363
|
ListSipRulesResponse = Shapes::StructureShape.new(name: 'ListSipRulesResponse')
|
364
|
+
ListSupportedPhoneNumberCountriesRequest = Shapes::StructureShape.new(name: 'ListSupportedPhoneNumberCountriesRequest')
|
365
|
+
ListSupportedPhoneNumberCountriesResponse = Shapes::StructureShape.new(name: 'ListSupportedPhoneNumberCountriesResponse')
|
357
366
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
358
367
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
359
368
|
ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
|
@@ -368,6 +377,11 @@ module Aws::Chime
|
|
368
377
|
LogoutUserRequest = Shapes::StructureShape.new(name: 'LogoutUserRequest')
|
369
378
|
LogoutUserResponse = Shapes::StructureShape.new(name: 'LogoutUserResponse')
|
370
379
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
380
|
+
MediaCapturePipeline = Shapes::StructureShape.new(name: 'MediaCapturePipeline')
|
381
|
+
MediaCapturePipelineList = Shapes::ListShape.new(name: 'MediaCapturePipelineList')
|
382
|
+
MediaPipelineSinkType = Shapes::StringShape.new(name: 'MediaPipelineSinkType')
|
383
|
+
MediaPipelineSourceType = Shapes::StringShape.new(name: 'MediaPipelineSourceType')
|
384
|
+
MediaPipelineStatus = Shapes::StringShape.new(name: 'MediaPipelineStatus')
|
371
385
|
MediaPlacement = Shapes::StructureShape.new(name: 'MediaPlacement')
|
372
386
|
Meeting = Shapes::StructureShape.new(name: 'Meeting')
|
373
387
|
MeetingList = Shapes::ListShape.new(name: 'MeetingList')
|
@@ -414,6 +428,8 @@ module Aws::Chime
|
|
414
428
|
PhoneNumberAssociationList = Shapes::ListShape.new(name: 'PhoneNumberAssociationList')
|
415
429
|
PhoneNumberAssociationName = Shapes::StringShape.new(name: 'PhoneNumberAssociationName')
|
416
430
|
PhoneNumberCapabilities = Shapes::StructureShape.new(name: 'PhoneNumberCapabilities')
|
431
|
+
PhoneNumberCountriesList = Shapes::ListShape.new(name: 'PhoneNumberCountriesList')
|
432
|
+
PhoneNumberCountry = Shapes::StructureShape.new(name: 'PhoneNumberCountry')
|
417
433
|
PhoneNumberError = Shapes::StructureShape.new(name: 'PhoneNumberError')
|
418
434
|
PhoneNumberErrorList = Shapes::ListShape.new(name: 'PhoneNumberErrorList')
|
419
435
|
PhoneNumberList = Shapes::ListShape.new(name: 'PhoneNumberList')
|
@@ -424,6 +440,7 @@ module Aws::Chime
|
|
424
440
|
PhoneNumberProductType = Shapes::StringShape.new(name: 'PhoneNumberProductType')
|
425
441
|
PhoneNumberStatus = Shapes::StringShape.new(name: 'PhoneNumberStatus')
|
426
442
|
PhoneNumberType = Shapes::StringShape.new(name: 'PhoneNumberType')
|
443
|
+
PhoneNumberTypeList = Shapes::ListShape.new(name: 'PhoneNumberTypeList')
|
427
444
|
Port = Shapes::IntegerShape.new(name: 'Port')
|
428
445
|
PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
|
429
446
|
ProfileServiceMaxResults = Shapes::IntegerShape.new(name: 'ProfileServiceMaxResults')
|
@@ -479,6 +496,7 @@ module Aws::Chime
|
|
479
496
|
RoomMembershipList = Shapes::ListShape.new(name: 'RoomMembershipList')
|
480
497
|
RoomMembershipRole = Shapes::StringShape.new(name: 'RoomMembershipRole')
|
481
498
|
RoomRetentionSettings = Shapes::StructureShape.new(name: 'RoomRetentionSettings')
|
499
|
+
SMAUpdateCallArgumentsMap = Shapes::MapShape.new(name: 'SMAUpdateCallArgumentsMap')
|
482
500
|
SearchAvailablePhoneNumbersRequest = Shapes::StructureShape.new(name: 'SearchAvailablePhoneNumbersRequest')
|
483
501
|
SearchAvailablePhoneNumbersResponse = Shapes::StructureShape.new(name: 'SearchAvailablePhoneNumbersResponse')
|
484
502
|
SendChannelMessageRequest = Shapes::StructureShape.new(name: 'SendChannelMessageRequest')
|
@@ -557,6 +575,8 @@ module Aws::Chime
|
|
557
575
|
UpdateRoomMembershipResponse = Shapes::StructureShape.new(name: 'UpdateRoomMembershipResponse')
|
558
576
|
UpdateRoomRequest = Shapes::StructureShape.new(name: 'UpdateRoomRequest')
|
559
577
|
UpdateRoomResponse = Shapes::StructureShape.new(name: 'UpdateRoomResponse')
|
578
|
+
UpdateSipMediaApplicationCallRequest = Shapes::StructureShape.new(name: 'UpdateSipMediaApplicationCallRequest')
|
579
|
+
UpdateSipMediaApplicationCallResponse = Shapes::StructureShape.new(name: 'UpdateSipMediaApplicationCallResponse')
|
560
580
|
UpdateSipMediaApplicationRequest = Shapes::StructureShape.new(name: 'UpdateSipMediaApplicationRequest')
|
561
581
|
UpdateSipMediaApplicationResponse = Shapes::StructureShape.new(name: 'UpdateSipMediaApplicationResponse')
|
562
582
|
UpdateSipRuleRequest = Shapes::StructureShape.new(name: 'UpdateSipRuleRequest')
|
@@ -1014,6 +1034,16 @@ module Aws::Chime
|
|
1014
1034
|
CreateChannelResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
|
1015
1035
|
CreateChannelResponse.struct_class = Types::CreateChannelResponse
|
1016
1036
|
|
1037
|
+
CreateMediaCapturePipelineRequest.add_member(:source_type, Shapes::ShapeRef.new(shape: MediaPipelineSourceType, required: true, location_name: "SourceType"))
|
1038
|
+
CreateMediaCapturePipelineRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "SourceArn"))
|
1039
|
+
CreateMediaCapturePipelineRequest.add_member(:sink_type, Shapes::ShapeRef.new(shape: MediaPipelineSinkType, required: true, location_name: "SinkType"))
|
1040
|
+
CreateMediaCapturePipelineRequest.add_member(:sink_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "SinkArn"))
|
1041
|
+
CreateMediaCapturePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
1042
|
+
CreateMediaCapturePipelineRequest.struct_class = Types::CreateMediaCapturePipelineRequest
|
1043
|
+
|
1044
|
+
CreateMediaCapturePipelineResponse.add_member(:media_capture_pipeline, Shapes::ShapeRef.new(shape: MediaCapturePipeline, location_name: "MediaCapturePipeline"))
|
1045
|
+
CreateMediaCapturePipelineResponse.struct_class = Types::CreateMediaCapturePipelineResponse
|
1046
|
+
|
1017
1047
|
CreateMeetingDialOutRequest.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "meetingId"))
|
1018
1048
|
CreateMeetingDialOutRequest.add_member(:from_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, required: true, location_name: "FromPhoneNumber"))
|
1019
1049
|
CreateMeetingDialOutRequest.add_member(:to_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, required: true, location_name: "ToPhoneNumber"))
|
@@ -1200,6 +1230,9 @@ module Aws::Chime
|
|
1200
1230
|
DeleteEventsConfigurationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "botId"))
|
1201
1231
|
DeleteEventsConfigurationRequest.struct_class = Types::DeleteEventsConfigurationRequest
|
1202
1232
|
|
1233
|
+
DeleteMediaCapturePipelineRequest.add_member(:media_pipeline_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "mediaPipelineId"))
|
1234
|
+
DeleteMediaCapturePipelineRequest.struct_class = Types::DeleteMediaCapturePipelineRequest
|
1235
|
+
|
1203
1236
|
DeleteMeetingRequest.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "meetingId"))
|
1204
1237
|
DeleteMeetingRequest.struct_class = Types::DeleteMeetingRequest
|
1205
1238
|
|
@@ -1418,6 +1451,12 @@ module Aws::Chime
|
|
1418
1451
|
GetGlobalSettingsResponse.add_member(:voice_connector, Shapes::ShapeRef.new(shape: VoiceConnectorSettings, location_name: "VoiceConnector"))
|
1419
1452
|
GetGlobalSettingsResponse.struct_class = Types::GetGlobalSettingsResponse
|
1420
1453
|
|
1454
|
+
GetMediaCapturePipelineRequest.add_member(:media_pipeline_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "mediaPipelineId"))
|
1455
|
+
GetMediaCapturePipelineRequest.struct_class = Types::GetMediaCapturePipelineRequest
|
1456
|
+
|
1457
|
+
GetMediaCapturePipelineResponse.add_member(:media_capture_pipeline, Shapes::ShapeRef.new(shape: MediaCapturePipeline, location_name: "MediaCapturePipeline"))
|
1458
|
+
GetMediaCapturePipelineResponse.struct_class = Types::GetMediaCapturePipelineResponse
|
1459
|
+
|
1421
1460
|
GetMeetingRequest.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "meetingId"))
|
1422
1461
|
GetMeetingRequest.struct_class = Types::GetMeetingRequest
|
1423
1462
|
|
@@ -1716,6 +1755,14 @@ module Aws::Chime
|
|
1716
1755
|
ListChannelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1717
1756
|
ListChannelsResponse.struct_class = Types::ListChannelsResponse
|
1718
1757
|
|
1758
|
+
ListMediaCapturePipelinesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
1759
|
+
ListMediaCapturePipelinesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ResultMax, location: "querystring", location_name: "max-results"))
|
1760
|
+
ListMediaCapturePipelinesRequest.struct_class = Types::ListMediaCapturePipelinesRequest
|
1761
|
+
|
1762
|
+
ListMediaCapturePipelinesResponse.add_member(:media_capture_pipelines, Shapes::ShapeRef.new(shape: MediaCapturePipelineList, location_name: "MediaCapturePipelines"))
|
1763
|
+
ListMediaCapturePipelinesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1764
|
+
ListMediaCapturePipelinesResponse.struct_class = Types::ListMediaCapturePipelinesResponse
|
1765
|
+
|
1719
1766
|
ListMeetingTagsRequest.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "meetingId"))
|
1720
1767
|
ListMeetingTagsRequest.struct_class = Types::ListMeetingTagsRequest
|
1721
1768
|
|
@@ -1797,6 +1844,12 @@ module Aws::Chime
|
|
1797
1844
|
ListSipRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextTokenString, location_name: "NextToken"))
|
1798
1845
|
ListSipRulesResponse.struct_class = Types::ListSipRulesResponse
|
1799
1846
|
|
1847
|
+
ListSupportedPhoneNumberCountriesRequest.add_member(:product_type, Shapes::ShapeRef.new(shape: PhoneNumberProductType, required: true, location: "querystring", location_name: "product-type"))
|
1848
|
+
ListSupportedPhoneNumberCountriesRequest.struct_class = Types::ListSupportedPhoneNumberCountriesRequest
|
1849
|
+
|
1850
|
+
ListSupportedPhoneNumberCountriesResponse.add_member(:phone_number_countries, Shapes::ShapeRef.new(shape: PhoneNumberCountriesList, location_name: "PhoneNumberCountries"))
|
1851
|
+
ListSupportedPhoneNumberCountriesResponse.struct_class = Types::ListSupportedPhoneNumberCountriesResponse
|
1852
|
+
|
1800
1853
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "querystring", location_name: "arn"))
|
1801
1854
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
1802
1855
|
|
@@ -1845,6 +1898,18 @@ module Aws::Chime
|
|
1845
1898
|
|
1846
1899
|
LogoutUserResponse.struct_class = Types::LogoutUserResponse
|
1847
1900
|
|
1901
|
+
MediaCapturePipeline.add_member(:media_pipeline_id, Shapes::ShapeRef.new(shape: GuidString, location_name: "MediaPipelineId"))
|
1902
|
+
MediaCapturePipeline.add_member(:source_type, Shapes::ShapeRef.new(shape: MediaPipelineSourceType, location_name: "SourceType"))
|
1903
|
+
MediaCapturePipeline.add_member(:source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceArn"))
|
1904
|
+
MediaCapturePipeline.add_member(:status, Shapes::ShapeRef.new(shape: MediaPipelineStatus, location_name: "Status"))
|
1905
|
+
MediaCapturePipeline.add_member(:sink_type, Shapes::ShapeRef.new(shape: MediaPipelineSinkType, location_name: "SinkType"))
|
1906
|
+
MediaCapturePipeline.add_member(:sink_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SinkArn"))
|
1907
|
+
MediaCapturePipeline.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "CreatedTimestamp"))
|
1908
|
+
MediaCapturePipeline.add_member(:updated_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "UpdatedTimestamp"))
|
1909
|
+
MediaCapturePipeline.struct_class = Types::MediaCapturePipeline
|
1910
|
+
|
1911
|
+
MediaCapturePipelineList.member = Shapes::ShapeRef.new(shape: MediaCapturePipeline)
|
1912
|
+
|
1848
1913
|
MediaPlacement.add_member(:audio_host_url, Shapes::ShapeRef.new(shape: UriType, location_name: "AudioHostUrl"))
|
1849
1914
|
MediaPlacement.add_member(:audio_fallback_url, Shapes::ShapeRef.new(shape: UriType, location_name: "AudioFallbackUrl"))
|
1850
1915
|
MediaPlacement.add_member(:screen_data_url, Shapes::ShapeRef.new(shape: UriType, location_name: "ScreenDataUrl"))
|
@@ -1852,6 +1917,7 @@ module Aws::Chime
|
|
1852
1917
|
MediaPlacement.add_member(:screen_viewing_url, Shapes::ShapeRef.new(shape: UriType, location_name: "ScreenViewingUrl"))
|
1853
1918
|
MediaPlacement.add_member(:signaling_url, Shapes::ShapeRef.new(shape: UriType, location_name: "SignalingUrl"))
|
1854
1919
|
MediaPlacement.add_member(:turn_control_url, Shapes::ShapeRef.new(shape: UriType, location_name: "TurnControlUrl"))
|
1920
|
+
MediaPlacement.add_member(:event_ingestion_url, Shapes::ShapeRef.new(shape: UriType, location_name: "EventIngestionUrl"))
|
1855
1921
|
MediaPlacement.struct_class = Types::MediaPlacement
|
1856
1922
|
|
1857
1923
|
Meeting.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, location_name: "MeetingId"))
|
@@ -1932,6 +1998,7 @@ module Aws::Chime
|
|
1932
1998
|
|
1933
1999
|
PhoneNumber.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: String, location_name: "PhoneNumberId"))
|
1934
2000
|
PhoneNumber.add_member(:e164_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, location_name: "E164PhoneNumber"))
|
2001
|
+
PhoneNumber.add_member(:country, Shapes::ShapeRef.new(shape: Alpha2CountryCode, location_name: "Country"))
|
1935
2002
|
PhoneNumber.add_member(:type, Shapes::ShapeRef.new(shape: PhoneNumberType, location_name: "Type"))
|
1936
2003
|
PhoneNumber.add_member(:product_type, Shapes::ShapeRef.new(shape: PhoneNumberProductType, location_name: "ProductType"))
|
1937
2004
|
PhoneNumber.add_member(:status, Shapes::ShapeRef.new(shape: PhoneNumberStatus, location_name: "Status"))
|
@@ -1959,6 +2026,12 @@ module Aws::Chime
|
|
1959
2026
|
PhoneNumberCapabilities.add_member(:outbound_mms, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "OutboundMMS"))
|
1960
2027
|
PhoneNumberCapabilities.struct_class = Types::PhoneNumberCapabilities
|
1961
2028
|
|
2029
|
+
PhoneNumberCountriesList.member = Shapes::ShapeRef.new(shape: PhoneNumberCountry)
|
2030
|
+
|
2031
|
+
PhoneNumberCountry.add_member(:country_code, Shapes::ShapeRef.new(shape: Alpha2CountryCode, location_name: "CountryCode"))
|
2032
|
+
PhoneNumberCountry.add_member(:supported_phone_number_types, Shapes::ShapeRef.new(shape: PhoneNumberTypeList, location_name: "SupportedPhoneNumberTypes"))
|
2033
|
+
PhoneNumberCountry.struct_class = Types::PhoneNumberCountry
|
2034
|
+
|
1962
2035
|
PhoneNumberError.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PhoneNumberId"))
|
1963
2036
|
PhoneNumberError.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
1964
2037
|
PhoneNumberError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
@@ -1978,6 +2051,8 @@ module Aws::Chime
|
|
1978
2051
|
|
1979
2052
|
PhoneNumberOrderList.member = Shapes::ShapeRef.new(shape: PhoneNumberOrder)
|
1980
2053
|
|
2054
|
+
PhoneNumberTypeList.member = Shapes::ShapeRef.new(shape: PhoneNumberType)
|
2055
|
+
|
1981
2056
|
Proxy.add_member(:default_session_expiry_minutes, Shapes::ShapeRef.new(shape: Integer, location_name: "DefaultSessionExpiryMinutes"))
|
1982
2057
|
Proxy.add_member(:disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Disabled"))
|
1983
2058
|
Proxy.add_member(:fall_back_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, location_name: "FallBackPhoneNumber"))
|
@@ -2162,16 +2237,21 @@ module Aws::Chime
|
|
2162
2237
|
RoomRetentionSettings.add_member(:retention_days, Shapes::ShapeRef.new(shape: RetentionDays, location_name: "RetentionDays"))
|
2163
2238
|
RoomRetentionSettings.struct_class = Types::RoomRetentionSettings
|
2164
2239
|
|
2240
|
+
SMAUpdateCallArgumentsMap.key = Shapes::ShapeRef.new(shape: SensitiveString)
|
2241
|
+
SMAUpdateCallArgumentsMap.value = Shapes::ShapeRef.new(shape: SensitiveString)
|
2242
|
+
|
2165
2243
|
SearchAvailablePhoneNumbersRequest.add_member(:area_code, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "area-code"))
|
2166
2244
|
SearchAvailablePhoneNumbersRequest.add_member(:city, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "city"))
|
2167
|
-
SearchAvailablePhoneNumbersRequest.add_member(:country, Shapes::ShapeRef.new(shape:
|
2245
|
+
SearchAvailablePhoneNumbersRequest.add_member(:country, Shapes::ShapeRef.new(shape: Alpha2CountryCode, location: "querystring", location_name: "country"))
|
2168
2246
|
SearchAvailablePhoneNumbersRequest.add_member(:state, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "state"))
|
2169
2247
|
SearchAvailablePhoneNumbersRequest.add_member(:toll_free_prefix, Shapes::ShapeRef.new(shape: TollFreePrefix, location: "querystring", location_name: "toll-free-prefix"))
|
2248
|
+
SearchAvailablePhoneNumbersRequest.add_member(:phone_number_type, Shapes::ShapeRef.new(shape: PhoneNumberType, location: "querystring", location_name: "phone-number-type"))
|
2170
2249
|
SearchAvailablePhoneNumbersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PhoneNumberMaxResults, location: "querystring", location_name: "max-results"))
|
2171
2250
|
SearchAvailablePhoneNumbersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
2172
2251
|
SearchAvailablePhoneNumbersRequest.struct_class = Types::SearchAvailablePhoneNumbersRequest
|
2173
2252
|
|
2174
2253
|
SearchAvailablePhoneNumbersResponse.add_member(:e164_phone_numbers, Shapes::ShapeRef.new(shape: E164PhoneNumberList, location_name: "E164PhoneNumbers"))
|
2254
|
+
SearchAvailablePhoneNumbersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
2175
2255
|
SearchAvailablePhoneNumbersResponse.struct_class = Types::SearchAvailablePhoneNumbersResponse
|
2176
2256
|
|
2177
2257
|
SendChannelMessageRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
|
@@ -2318,6 +2398,7 @@ module Aws::Chime
|
|
2318
2398
|
|
2319
2399
|
UpdateAccountRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "accountId"))
|
2320
2400
|
UpdateAccountRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccountName, location_name: "Name"))
|
2401
|
+
UpdateAccountRequest.add_member(:default_license, Shapes::ShapeRef.new(shape: License, location_name: "DefaultLicense"))
|
2321
2402
|
UpdateAccountRequest.struct_class = Types::UpdateAccountRequest
|
2322
2403
|
|
2323
2404
|
UpdateAccountResponse.add_member(:account, Shapes::ShapeRef.new(shape: Account, location_name: "Account"))
|
@@ -2429,6 +2510,14 @@ module Aws::Chime
|
|
2429
2510
|
UpdateRoomResponse.add_member(:room, Shapes::ShapeRef.new(shape: Room, location_name: "Room"))
|
2430
2511
|
UpdateRoomResponse.struct_class = Types::UpdateRoomResponse
|
2431
2512
|
|
2513
|
+
UpdateSipMediaApplicationCallRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipMediaApplicationId"))
|
2514
|
+
UpdateSipMediaApplicationCallRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "transactionId"))
|
2515
|
+
UpdateSipMediaApplicationCallRequest.add_member(:arguments, Shapes::ShapeRef.new(shape: SMAUpdateCallArgumentsMap, required: true, location_name: "Arguments"))
|
2516
|
+
UpdateSipMediaApplicationCallRequest.struct_class = Types::UpdateSipMediaApplicationCallRequest
|
2517
|
+
|
2518
|
+
UpdateSipMediaApplicationCallResponse.add_member(:sip_media_application_call, Shapes::ShapeRef.new(shape: SipMediaApplicationCall, location_name: "SipMediaApplicationCall"))
|
2519
|
+
UpdateSipMediaApplicationCallResponse.struct_class = Types::UpdateSipMediaApplicationCallResponse
|
2520
|
+
|
2432
2521
|
UpdateSipMediaApplicationRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipMediaApplicationId"))
|
2433
2522
|
UpdateSipMediaApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SipMediaApplicationName, location_name: "Name"))
|
2434
2523
|
UpdateSipMediaApplicationRequest.add_member(:endpoints, Shapes::ShapeRef.new(shape: SipMediaApplicationEndpointList, location_name: "Endpoints"))
|
@@ -2927,6 +3016,21 @@ module Aws::Chime
|
|
2927
3016
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2928
3017
|
end)
|
2929
3018
|
|
3019
|
+
api.add_operation(:create_media_capture_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
3020
|
+
o.name = "CreateMediaCapturePipeline"
|
3021
|
+
o.http_method = "POST"
|
3022
|
+
o.http_request_uri = "/media-capture-pipelines"
|
3023
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMediaCapturePipelineRequest)
|
3024
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMediaCapturePipelineResponse)
|
3025
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
|
3026
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3027
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3028
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
3029
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
3030
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
3031
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3032
|
+
end)
|
3033
|
+
|
2930
3034
|
api.add_operation(:create_meeting, Seahorse::Model::Operation.new.tap do |o|
|
2931
3035
|
o.name = "CreateMeeting"
|
2932
3036
|
o.http_method = "POST"
|
@@ -3331,6 +3435,21 @@ module Aws::Chime
|
|
3331
3435
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
|
3332
3436
|
end)
|
3333
3437
|
|
3438
|
+
api.add_operation(:delete_media_capture_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
3439
|
+
o.name = "DeleteMediaCapturePipeline"
|
3440
|
+
o.http_method = "DELETE"
|
3441
|
+
o.http_request_uri = "/media-capture-pipelines/{mediaPipelineId}"
|
3442
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteMediaCapturePipelineRequest)
|
3443
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3444
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3445
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3446
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3447
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
3448
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
3449
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
3450
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3451
|
+
end)
|
3452
|
+
|
3334
3453
|
api.add_operation(:delete_meeting, Seahorse::Model::Operation.new.tap do |o|
|
3335
3454
|
o.name = "DeleteMeeting"
|
3336
3455
|
o.http_method = "DELETE"
|
@@ -3916,6 +4035,21 @@ module Aws::Chime
|
|
3916
4035
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3917
4036
|
end)
|
3918
4037
|
|
4038
|
+
api.add_operation(:get_media_capture_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
4039
|
+
o.name = "GetMediaCapturePipeline"
|
4040
|
+
o.http_method = "GET"
|
4041
|
+
o.http_request_uri = "/media-capture-pipelines/{mediaPipelineId}"
|
4042
|
+
o.input = Shapes::ShapeRef.new(shape: GetMediaCapturePipelineRequest)
|
4043
|
+
o.output = Shapes::ShapeRef.new(shape: GetMediaCapturePipelineResponse)
|
4044
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
4045
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
4046
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
4047
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
4048
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
4049
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
4050
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
4051
|
+
end)
|
4052
|
+
|
3919
4053
|
api.add_operation(:get_meeting, Seahorse::Model::Operation.new.tap do |o|
|
3920
4054
|
o.name = "GetMeeting"
|
3921
4055
|
o.http_method = "GET"
|
@@ -4569,6 +4703,26 @@ module Aws::Chime
|
|
4569
4703
|
)
|
4570
4704
|
end)
|
4571
4705
|
|
4706
|
+
api.add_operation(:list_media_capture_pipelines, Seahorse::Model::Operation.new.tap do |o|
|
4707
|
+
o.name = "ListMediaCapturePipelines"
|
4708
|
+
o.http_method = "GET"
|
4709
|
+
o.http_request_uri = "/media-capture-pipelines"
|
4710
|
+
o.input = Shapes::ShapeRef.new(shape: ListMediaCapturePipelinesRequest)
|
4711
|
+
o.output = Shapes::ShapeRef.new(shape: ListMediaCapturePipelinesResponse)
|
4712
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
4713
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
4714
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
4715
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
4716
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
4717
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
4718
|
+
o[:pager] = Aws::Pager.new(
|
4719
|
+
limit_key: "max_results",
|
4720
|
+
tokens: {
|
4721
|
+
"next_token" => "next_token"
|
4722
|
+
}
|
4723
|
+
)
|
4724
|
+
end)
|
4725
|
+
|
4572
4726
|
api.add_operation(:list_meeting_tags, Seahorse::Model::Operation.new.tap do |o|
|
4573
4727
|
o.name = "ListMeetingTags"
|
4574
4728
|
o.http_method = "GET"
|
@@ -4748,6 +4902,21 @@ module Aws::Chime
|
|
4748
4902
|
)
|
4749
4903
|
end)
|
4750
4904
|
|
4905
|
+
api.add_operation(:list_supported_phone_number_countries, Seahorse::Model::Operation.new.tap do |o|
|
4906
|
+
o.name = "ListSupportedPhoneNumberCountries"
|
4907
|
+
o.http_method = "GET"
|
4908
|
+
o.http_request_uri = "/phone-number-countries"
|
4909
|
+
o.input = Shapes::ShapeRef.new(shape: ListSupportedPhoneNumberCountriesRequest)
|
4910
|
+
o.output = Shapes::ShapeRef.new(shape: ListSupportedPhoneNumberCountriesResponse)
|
4911
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
4912
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
4913
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4914
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
4915
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
4916
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
4917
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
4918
|
+
end)
|
4919
|
+
|
4751
4920
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
4752
4921
|
o.name = "ListTagsForResource"
|
4753
4922
|
o.http_method = "GET"
|
@@ -5146,6 +5315,12 @@ module Aws::Chime
|
|
5146
5315
|
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
5147
5316
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5148
5317
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
5318
|
+
o[:pager] = Aws::Pager.new(
|
5319
|
+
limit_key: "max_results",
|
5320
|
+
tokens: {
|
5321
|
+
"next_token" => "next_token"
|
5322
|
+
}
|
5323
|
+
)
|
5149
5324
|
end)
|
5150
5325
|
|
5151
5326
|
api.add_operation(:send_channel_message, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5496,6 +5671,22 @@ module Aws::Chime
|
|
5496
5671
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
5497
5672
|
end)
|
5498
5673
|
|
5674
|
+
api.add_operation(:update_sip_media_application_call, Seahorse::Model::Operation.new.tap do |o|
|
5675
|
+
o.name = "UpdateSipMediaApplicationCall"
|
5676
|
+
o.http_method = "POST"
|
5677
|
+
o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}/calls/{transactionId}"
|
5678
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSipMediaApplicationCallRequest)
|
5679
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSipMediaApplicationCallResponse)
|
5680
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
5681
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
5682
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
5683
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
|
5684
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
5685
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
5686
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5687
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
5688
|
+
end)
|
5689
|
+
|
5499
5690
|
api.add_operation(:update_sip_rule, Seahorse::Model::Operation.new.tap do |o|
|
5500
5691
|
o.name = "UpdateSipRule"
|
5501
5692
|
o.http_method = "PUT"
|
data/lib/aws-sdk-chime/types.rb
CHANGED
@@ -928,7 +928,7 @@ module Aws::Chime
|
|
928
928
|
# update_phone_number_request_items: [ # required
|
929
929
|
# {
|
930
930
|
# phone_number_id: "NonEmptyString", # required
|
931
|
-
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector
|
931
|
+
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
932
932
|
# calling_name: "CallingName",
|
933
933
|
# },
|
934
934
|
# ],
|
@@ -2126,6 +2126,67 @@ module Aws::Chime
|
|
2126
2126
|
include Aws::Structure
|
2127
2127
|
end
|
2128
2128
|
|
2129
|
+
# @note When making an API call, you may pass CreateMediaCapturePipelineRequest
|
2130
|
+
# data as a hash:
|
2131
|
+
#
|
2132
|
+
# {
|
2133
|
+
# source_type: "ChimeSdkMeeting", # required, accepts ChimeSdkMeeting
|
2134
|
+
# source_arn: "Arn", # required
|
2135
|
+
# sink_type: "S3Bucket", # required, accepts S3Bucket
|
2136
|
+
# sink_arn: "Arn", # required
|
2137
|
+
# client_request_token: "ClientRequestToken",
|
2138
|
+
# }
|
2139
|
+
#
|
2140
|
+
# @!attribute [rw] source_type
|
2141
|
+
# Source type from which the media artifacts will be captured. A Chime
|
2142
|
+
# SDK Meeting is the only supported source.
|
2143
|
+
# @return [String]
|
2144
|
+
#
|
2145
|
+
# @!attribute [rw] source_arn
|
2146
|
+
# ARN of the source from which the media artifacts are captured.
|
2147
|
+
# @return [String]
|
2148
|
+
#
|
2149
|
+
# @!attribute [rw] sink_type
|
2150
|
+
# Destination type to which the media artifacts are saved. You must
|
2151
|
+
# use an S3 bucket.
|
2152
|
+
# @return [String]
|
2153
|
+
#
|
2154
|
+
# @!attribute [rw] sink_arn
|
2155
|
+
# The ARN of the sink type.
|
2156
|
+
# @return [String]
|
2157
|
+
#
|
2158
|
+
# @!attribute [rw] client_request_token
|
2159
|
+
# The token assigned to the client making the pipeline request.
|
2160
|
+
#
|
2161
|
+
# **A suitable default value is auto-generated.** You should normally
|
2162
|
+
# not need to pass this option.
|
2163
|
+
# @return [String]
|
2164
|
+
#
|
2165
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMediaCapturePipelineRequest AWS API Documentation
|
2166
|
+
#
|
2167
|
+
class CreateMediaCapturePipelineRequest < Struct.new(
|
2168
|
+
:source_type,
|
2169
|
+
:source_arn,
|
2170
|
+
:sink_type,
|
2171
|
+
:sink_arn,
|
2172
|
+
:client_request_token)
|
2173
|
+
SENSITIVE = [:source_arn, :sink_arn, :client_request_token]
|
2174
|
+
include Aws::Structure
|
2175
|
+
end
|
2176
|
+
|
2177
|
+
# @!attribute [rw] media_capture_pipeline
|
2178
|
+
# A media capture pipeline object, the ID, source type, source ARN,
|
2179
|
+
# sink type, and sink ARN of a media capture pipeline object.
|
2180
|
+
# @return [Types::MediaCapturePipeline]
|
2181
|
+
#
|
2182
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMediaCapturePipelineResponse AWS API Documentation
|
2183
|
+
#
|
2184
|
+
class CreateMediaCapturePipelineResponse < Struct.new(
|
2185
|
+
:media_capture_pipeline)
|
2186
|
+
SENSITIVE = []
|
2187
|
+
include Aws::Structure
|
2188
|
+
end
|
2189
|
+
|
2129
2190
|
# @note When making an API call, you may pass CreateMeetingDialOutRequest
|
2130
2191
|
# data as a hash:
|
2131
2192
|
#
|
@@ -2376,7 +2437,7 @@ module Aws::Chime
|
|
2376
2437
|
# data as a hash:
|
2377
2438
|
#
|
2378
2439
|
# {
|
2379
|
-
# product_type: "BusinessCalling", # required, accepts BusinessCalling, VoiceConnector
|
2440
|
+
# product_type: "BusinessCalling", # required, accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
2380
2441
|
# e164_phone_numbers: ["E164PhoneNumber"], # required
|
2381
2442
|
# }
|
2382
2443
|
#
|
@@ -3252,6 +3313,25 @@ module Aws::Chime
|
|
3252
3313
|
include Aws::Structure
|
3253
3314
|
end
|
3254
3315
|
|
3316
|
+
# @note When making an API call, you may pass DeleteMediaCapturePipelineRequest
|
3317
|
+
# data as a hash:
|
3318
|
+
#
|
3319
|
+
# {
|
3320
|
+
# media_pipeline_id: "GuidString", # required
|
3321
|
+
# }
|
3322
|
+
#
|
3323
|
+
# @!attribute [rw] media_pipeline_id
|
3324
|
+
# The ID of the media capture pipeline being deleted.
|
3325
|
+
# @return [String]
|
3326
|
+
#
|
3327
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteMediaCapturePipelineRequest AWS API Documentation
|
3328
|
+
#
|
3329
|
+
class DeleteMediaCapturePipelineRequest < Struct.new(
|
3330
|
+
:media_pipeline_id)
|
3331
|
+
SENSITIVE = []
|
3332
|
+
include Aws::Structure
|
3333
|
+
end
|
3334
|
+
|
3255
3335
|
# @note When making an API call, you may pass DeleteMeetingRequest
|
3256
3336
|
# data as a hash:
|
3257
3337
|
#
|
@@ -3702,7 +3782,7 @@ module Aws::Chime
|
|
3702
3782
|
end
|
3703
3783
|
|
3704
3784
|
# @!attribute [rw] channel_ban
|
3705
|
-
# The
|
3785
|
+
# The details of the ban.
|
3706
3786
|
# @return [Types::ChannelBan]
|
3707
3787
|
#
|
3708
3788
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DescribeChannelBanResponse AWS API Documentation
|
@@ -4458,6 +4538,37 @@ module Aws::Chime
|
|
4458
4538
|
include Aws::Structure
|
4459
4539
|
end
|
4460
4540
|
|
4541
|
+
# @note When making an API call, you may pass GetMediaCapturePipelineRequest
|
4542
|
+
# data as a hash:
|
4543
|
+
#
|
4544
|
+
# {
|
4545
|
+
# media_pipeline_id: "GuidString", # required
|
4546
|
+
# }
|
4547
|
+
#
|
4548
|
+
# @!attribute [rw] media_pipeline_id
|
4549
|
+
# The ID of the pipeline that you want to get.
|
4550
|
+
# @return [String]
|
4551
|
+
#
|
4552
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetMediaCapturePipelineRequest AWS API Documentation
|
4553
|
+
#
|
4554
|
+
class GetMediaCapturePipelineRequest < Struct.new(
|
4555
|
+
:media_pipeline_id)
|
4556
|
+
SENSITIVE = []
|
4557
|
+
include Aws::Structure
|
4558
|
+
end
|
4559
|
+
|
4560
|
+
# @!attribute [rw] media_capture_pipeline
|
4561
|
+
# The media capture pipeline object.
|
4562
|
+
# @return [Types::MediaCapturePipeline]
|
4563
|
+
#
|
4564
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetMediaCapturePipelineResponse AWS API Documentation
|
4565
|
+
#
|
4566
|
+
class GetMediaCapturePipelineResponse < Struct.new(
|
4567
|
+
:media_capture_pipeline)
|
4568
|
+
SENSITIVE = []
|
4569
|
+
include Aws::Structure
|
4570
|
+
end
|
4571
|
+
|
4461
4572
|
# @note When making an API call, you may pass GetMeetingRequest
|
4462
4573
|
# data as a hash:
|
4463
4574
|
#
|
@@ -6028,6 +6139,49 @@ module Aws::Chime
|
|
6028
6139
|
include Aws::Structure
|
6029
6140
|
end
|
6030
6141
|
|
6142
|
+
# @note When making an API call, you may pass ListMediaCapturePipelinesRequest
|
6143
|
+
# data as a hash:
|
6144
|
+
#
|
6145
|
+
# {
|
6146
|
+
# next_token: "String",
|
6147
|
+
# max_results: 1,
|
6148
|
+
# }
|
6149
|
+
#
|
6150
|
+
# @!attribute [rw] next_token
|
6151
|
+
# The token used to retrieve the next page of results.
|
6152
|
+
# @return [String]
|
6153
|
+
#
|
6154
|
+
# @!attribute [rw] max_results
|
6155
|
+
# The maximum number of results to return in a single call. Valid
|
6156
|
+
# Range: 1 - 99.
|
6157
|
+
# @return [Integer]
|
6158
|
+
#
|
6159
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListMediaCapturePipelinesRequest AWS API Documentation
|
6160
|
+
#
|
6161
|
+
class ListMediaCapturePipelinesRequest < Struct.new(
|
6162
|
+
:next_token,
|
6163
|
+
:max_results)
|
6164
|
+
SENSITIVE = []
|
6165
|
+
include Aws::Structure
|
6166
|
+
end
|
6167
|
+
|
6168
|
+
# @!attribute [rw] media_capture_pipelines
|
6169
|
+
# The media capture pipeline objects in the list.
|
6170
|
+
# @return [Array<Types::MediaCapturePipeline>]
|
6171
|
+
#
|
6172
|
+
# @!attribute [rw] next_token
|
6173
|
+
# The token used to retrieve the next page of results.
|
6174
|
+
# @return [String]
|
6175
|
+
#
|
6176
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListMediaCapturePipelinesResponse AWS API Documentation
|
6177
|
+
#
|
6178
|
+
class ListMediaCapturePipelinesResponse < Struct.new(
|
6179
|
+
:media_capture_pipelines,
|
6180
|
+
:next_token)
|
6181
|
+
SENSITIVE = []
|
6182
|
+
include Aws::Structure
|
6183
|
+
end
|
6184
|
+
|
6031
6185
|
# @note When making an API call, you may pass ListMeetingTagsRequest
|
6032
6186
|
# data as a hash:
|
6033
6187
|
#
|
@@ -6148,7 +6302,7 @@ module Aws::Chime
|
|
6148
6302
|
#
|
6149
6303
|
# {
|
6150
6304
|
# status: "AcquireInProgress", # accepts AcquireInProgress, AcquireFailed, Unassigned, Assigned, ReleaseInProgress, DeleteInProgress, ReleaseFailed, DeleteFailed
|
6151
|
-
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector
|
6305
|
+
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
6152
6306
|
# filter_name: "AccountId", # accepts AccountId, UserId, VoiceConnectorId, VoiceConnectorGroupId, SipRuleId
|
6153
6307
|
# filter_value: "String",
|
6154
6308
|
# max_results: 1,
|
@@ -6463,6 +6617,37 @@ module Aws::Chime
|
|
6463
6617
|
include Aws::Structure
|
6464
6618
|
end
|
6465
6619
|
|
6620
|
+
# @note When making an API call, you may pass ListSupportedPhoneNumberCountriesRequest
|
6621
|
+
# data as a hash:
|
6622
|
+
#
|
6623
|
+
# {
|
6624
|
+
# product_type: "BusinessCalling", # required, accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
6625
|
+
# }
|
6626
|
+
#
|
6627
|
+
# @!attribute [rw] product_type
|
6628
|
+
# The phone number product type.
|
6629
|
+
# @return [String]
|
6630
|
+
#
|
6631
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListSupportedPhoneNumberCountriesRequest AWS API Documentation
|
6632
|
+
#
|
6633
|
+
class ListSupportedPhoneNumberCountriesRequest < Struct.new(
|
6634
|
+
:product_type)
|
6635
|
+
SENSITIVE = []
|
6636
|
+
include Aws::Structure
|
6637
|
+
end
|
6638
|
+
|
6639
|
+
# @!attribute [rw] phone_number_countries
|
6640
|
+
# The supported phone number countries.
|
6641
|
+
# @return [Array<Types::PhoneNumberCountry>]
|
6642
|
+
#
|
6643
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListSupportedPhoneNumberCountriesResponse AWS API Documentation
|
6644
|
+
#
|
6645
|
+
class ListSupportedPhoneNumberCountriesResponse < Struct.new(
|
6646
|
+
:phone_number_countries)
|
6647
|
+
SENSITIVE = []
|
6648
|
+
include Aws::Structure
|
6649
|
+
end
|
6650
|
+
|
6466
6651
|
# @note When making an API call, you may pass ListTagsForResourceRequest
|
6467
6652
|
# data as a hash:
|
6468
6653
|
#
|
@@ -6723,6 +6908,60 @@ module Aws::Chime
|
|
6723
6908
|
#
|
6724
6909
|
class LogoutUserResponse < Aws::EmptyStructure; end
|
6725
6910
|
|
6911
|
+
# A media capture pipeline object. A string consisting of an ID, source
|
6912
|
+
# type, a source ARN, a sink type, and a sink ARN.
|
6913
|
+
#
|
6914
|
+
# @!attribute [rw] media_pipeline_id
|
6915
|
+
# The ID of a media capture pipeline.
|
6916
|
+
# @return [String]
|
6917
|
+
#
|
6918
|
+
# @!attribute [rw] source_type
|
6919
|
+
# Source type from which media artifacts are saved. You must use
|
6920
|
+
# `ChimeMeeting`.
|
6921
|
+
# @return [String]
|
6922
|
+
#
|
6923
|
+
# @!attribute [rw] source_arn
|
6924
|
+
# ARN of the source from which the media artifacts will be saved.
|
6925
|
+
# @return [String]
|
6926
|
+
#
|
6927
|
+
# @!attribute [rw] status
|
6928
|
+
# The status of the media capture pipeline.
|
6929
|
+
# @return [String]
|
6930
|
+
#
|
6931
|
+
# @!attribute [rw] sink_type
|
6932
|
+
# Destination type to which the media artifacts are saved. You must
|
6933
|
+
# use an S3 Bucket.
|
6934
|
+
# @return [String]
|
6935
|
+
#
|
6936
|
+
# @!attribute [rw] sink_arn
|
6937
|
+
# ARN of the destination to which the media artifacts are saved.
|
6938
|
+
# @return [String]
|
6939
|
+
#
|
6940
|
+
# @!attribute [rw] created_timestamp
|
6941
|
+
# The time at which the capture pipeline was created, in ISO 8601
|
6942
|
+
# format.
|
6943
|
+
# @return [Time]
|
6944
|
+
#
|
6945
|
+
# @!attribute [rw] updated_timestamp
|
6946
|
+
# The time at which the capture pipeline was updated, in ISO 8601
|
6947
|
+
# format.
|
6948
|
+
# @return [Time]
|
6949
|
+
#
|
6950
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/MediaCapturePipeline AWS API Documentation
|
6951
|
+
#
|
6952
|
+
class MediaCapturePipeline < Struct.new(
|
6953
|
+
:media_pipeline_id,
|
6954
|
+
:source_type,
|
6955
|
+
:source_arn,
|
6956
|
+
:status,
|
6957
|
+
:sink_type,
|
6958
|
+
:sink_arn,
|
6959
|
+
:created_timestamp,
|
6960
|
+
:updated_timestamp)
|
6961
|
+
SENSITIVE = [:source_arn, :sink_arn]
|
6962
|
+
include Aws::Structure
|
6963
|
+
end
|
6964
|
+
|
6726
6965
|
# A set of endpoints used by clients to connect to the media service
|
6727
6966
|
# group for a Amazon Chime SDK meeting.
|
6728
6967
|
#
|
@@ -6754,6 +6993,10 @@ module Aws::Chime
|
|
6754
6993
|
# The turn control URL.
|
6755
6994
|
# @return [String]
|
6756
6995
|
#
|
6996
|
+
# @!attribute [rw] event_ingestion_url
|
6997
|
+
# The event ingestion URL.
|
6998
|
+
# @return [String]
|
6999
|
+
#
|
6757
7000
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/MediaPlacement AWS API Documentation
|
6758
7001
|
#
|
6759
7002
|
class MediaPlacement < Struct.new(
|
@@ -6763,7 +7006,8 @@ module Aws::Chime
|
|
6763
7006
|
:screen_sharing_url,
|
6764
7007
|
:screen_viewing_url,
|
6765
7008
|
:signaling_url,
|
6766
|
-
:turn_control_url
|
7009
|
+
:turn_control_url,
|
7010
|
+
:event_ingestion_url)
|
6767
7011
|
SENSITIVE = []
|
6768
7012
|
include Aws::Structure
|
6769
7013
|
end
|
@@ -7088,6 +7332,10 @@ module Aws::Chime
|
|
7088
7332
|
# The phone number, in E.164 format.
|
7089
7333
|
# @return [String]
|
7090
7334
|
#
|
7335
|
+
# @!attribute [rw] country
|
7336
|
+
# The phone number country. Format: ISO 3166-1 alpha-2.
|
7337
|
+
# @return [String]
|
7338
|
+
#
|
7091
7339
|
# @!attribute [rw] type
|
7092
7340
|
# The phone number type.
|
7093
7341
|
# @return [String]
|
@@ -7133,6 +7381,7 @@ module Aws::Chime
|
|
7133
7381
|
class PhoneNumber < Struct.new(
|
7134
7382
|
:phone_number_id,
|
7135
7383
|
:e164_phone_number,
|
7384
|
+
:country,
|
7136
7385
|
:type,
|
7137
7386
|
:product_type,
|
7138
7387
|
:status,
|
@@ -7220,6 +7469,25 @@ module Aws::Chime
|
|
7220
7469
|
include Aws::Structure
|
7221
7470
|
end
|
7222
7471
|
|
7472
|
+
# The phone number country.
|
7473
|
+
#
|
7474
|
+
# @!attribute [rw] country_code
|
7475
|
+
# The phone number country code. Format: ISO 3166-1 alpha-2.
|
7476
|
+
# @return [String]
|
7477
|
+
#
|
7478
|
+
# @!attribute [rw] supported_phone_number_types
|
7479
|
+
# The supported phone number types.
|
7480
|
+
# @return [Array<String>]
|
7481
|
+
#
|
7482
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PhoneNumberCountry AWS API Documentation
|
7483
|
+
#
|
7484
|
+
class PhoneNumberCountry < Struct.new(
|
7485
|
+
:country_code,
|
7486
|
+
:supported_phone_number_types)
|
7487
|
+
SENSITIVE = []
|
7488
|
+
include Aws::Structure
|
7489
|
+
end
|
7490
|
+
|
7223
7491
|
# If the phone number action fails for one or more of the phone numbers
|
7224
7492
|
# in the request, a list of the phone numbers is returned, along with
|
7225
7493
|
# error codes and error messages.
|
@@ -8303,31 +8571,40 @@ module Aws::Chime
|
|
8303
8571
|
# {
|
8304
8572
|
# area_code: "String",
|
8305
8573
|
# city: "String",
|
8306
|
-
# country: "
|
8574
|
+
# country: "Alpha2CountryCode",
|
8307
8575
|
# state: "String",
|
8308
8576
|
# toll_free_prefix: "TollFreePrefix",
|
8577
|
+
# phone_number_type: "Local", # accepts Local, TollFree
|
8309
8578
|
# max_results: 1,
|
8310
8579
|
# next_token: "String",
|
8311
8580
|
# }
|
8312
8581
|
#
|
8313
8582
|
# @!attribute [rw] area_code
|
8314
|
-
# The area code used to filter results.
|
8583
|
+
# The area code used to filter results. Only applies to the US.
|
8315
8584
|
# @return [String]
|
8316
8585
|
#
|
8317
8586
|
# @!attribute [rw] city
|
8318
|
-
# The city used to filter results.
|
8587
|
+
# The city used to filter results. Only applies to the US.
|
8319
8588
|
# @return [String]
|
8320
8589
|
#
|
8321
8590
|
# @!attribute [rw] country
|
8322
|
-
# The country used to filter results.
|
8591
|
+
# The country used to filter results. Defaults to the US Format: ISO
|
8592
|
+
# 3166-1 alpha-2.
|
8323
8593
|
# @return [String]
|
8324
8594
|
#
|
8325
8595
|
# @!attribute [rw] state
|
8326
|
-
# The state used to filter results.
|
8596
|
+
# The state used to filter results. Required only if you provide
|
8597
|
+
# `City`. Only applies to the US.
|
8327
8598
|
# @return [String]
|
8328
8599
|
#
|
8329
8600
|
# @!attribute [rw] toll_free_prefix
|
8330
|
-
# The toll-free prefix that you use to filter results.
|
8601
|
+
# The toll-free prefix that you use to filter results. Only applies to
|
8602
|
+
# the US.
|
8603
|
+
# @return [String]
|
8604
|
+
#
|
8605
|
+
# @!attribute [rw] phone_number_type
|
8606
|
+
# The phone number type used to filter results. Required for non-US
|
8607
|
+
# numbers.
|
8331
8608
|
# @return [String]
|
8332
8609
|
#
|
8333
8610
|
# @!attribute [rw] max_results
|
@@ -8335,7 +8612,7 @@ module Aws::Chime
|
|
8335
8612
|
# @return [Integer]
|
8336
8613
|
#
|
8337
8614
|
# @!attribute [rw] next_token
|
8338
|
-
# The token
|
8615
|
+
# The token used to retrieve the next page of results.
|
8339
8616
|
# @return [String]
|
8340
8617
|
#
|
8341
8618
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SearchAvailablePhoneNumbersRequest AWS API Documentation
|
@@ -8346,6 +8623,7 @@ module Aws::Chime
|
|
8346
8623
|
:country,
|
8347
8624
|
:state,
|
8348
8625
|
:toll_free_prefix,
|
8626
|
+
:phone_number_type,
|
8349
8627
|
:max_results,
|
8350
8628
|
:next_token)
|
8351
8629
|
SENSITIVE = []
|
@@ -8356,10 +8634,15 @@ module Aws::Chime
|
|
8356
8634
|
# List of phone numbers, in E.164 format.
|
8357
8635
|
# @return [Array<String>]
|
8358
8636
|
#
|
8637
|
+
# @!attribute [rw] next_token
|
8638
|
+
# The token used to retrieve the next page of search results.
|
8639
|
+
# @return [String]
|
8640
|
+
#
|
8359
8641
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SearchAvailablePhoneNumbersResponse AWS API Documentation
|
8360
8642
|
#
|
8361
8643
|
class SearchAvailablePhoneNumbersResponse < Struct.new(
|
8362
|
-
:e164_phone_numbers
|
8644
|
+
:e164_phone_numbers,
|
8645
|
+
:next_token)
|
8363
8646
|
SENSITIVE = []
|
8364
8647
|
include Aws::Structure
|
8365
8648
|
end
|
@@ -9116,6 +9399,7 @@ module Aws::Chime
|
|
9116
9399
|
# {
|
9117
9400
|
# account_id: "NonEmptyString", # required
|
9118
9401
|
# name: "AccountName",
|
9402
|
+
# default_license: "Basic", # accepts Basic, Plus, Pro, ProTrial
|
9119
9403
|
# }
|
9120
9404
|
#
|
9121
9405
|
# @!attribute [rw] account_id
|
@@ -9126,11 +9410,17 @@ module Aws::Chime
|
|
9126
9410
|
# The new name for the specified Amazon Chime account.
|
9127
9411
|
# @return [String]
|
9128
9412
|
#
|
9413
|
+
# @!attribute [rw] default_license
|
9414
|
+
# The default license applied when you add users to an Amazon Chime
|
9415
|
+
# account.
|
9416
|
+
# @return [String]
|
9417
|
+
#
|
9129
9418
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateAccountRequest AWS API Documentation
|
9130
9419
|
#
|
9131
9420
|
class UpdateAccountRequest < Struct.new(
|
9132
9421
|
:account_id,
|
9133
|
-
:name
|
9422
|
+
:name,
|
9423
|
+
:default_license)
|
9134
9424
|
SENSITIVE = []
|
9135
9425
|
include Aws::Structure
|
9136
9426
|
end
|
@@ -9494,7 +9784,7 @@ module Aws::Chime
|
|
9494
9784
|
#
|
9495
9785
|
# {
|
9496
9786
|
# phone_number_id: "String", # required
|
9497
|
-
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector
|
9787
|
+
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
9498
9788
|
# calling_name: "CallingName",
|
9499
9789
|
# }
|
9500
9790
|
#
|
@@ -9528,7 +9818,7 @@ module Aws::Chime
|
|
9528
9818
|
#
|
9529
9819
|
# {
|
9530
9820
|
# phone_number_id: "NonEmptyString", # required
|
9531
|
-
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector
|
9821
|
+
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
9532
9822
|
# calling_name: "CallingName",
|
9533
9823
|
# }
|
9534
9824
|
#
|
@@ -9726,6 +10016,52 @@ module Aws::Chime
|
|
9726
10016
|
include Aws::Structure
|
9727
10017
|
end
|
9728
10018
|
|
10019
|
+
# @note When making an API call, you may pass UpdateSipMediaApplicationCallRequest
|
10020
|
+
# data as a hash:
|
10021
|
+
#
|
10022
|
+
# {
|
10023
|
+
# sip_media_application_id: "NonEmptyString", # required
|
10024
|
+
# transaction_id: "NonEmptyString", # required
|
10025
|
+
# arguments: { # required
|
10026
|
+
# "SensitiveString" => "SensitiveString",
|
10027
|
+
# },
|
10028
|
+
# }
|
10029
|
+
#
|
10030
|
+
# @!attribute [rw] sip_media_application_id
|
10031
|
+
# The ID of the SIP media application handling the call.
|
10032
|
+
# @return [String]
|
10033
|
+
#
|
10034
|
+
# @!attribute [rw] transaction_id
|
10035
|
+
# The ID of the call transaction.
|
10036
|
+
# @return [String]
|
10037
|
+
#
|
10038
|
+
# @!attribute [rw] arguments
|
10039
|
+
# Arguments made available to the Lambda function as part of the
|
10040
|
+
# `CALL_UPDATE_REQUESTED` event. Can contain 0-20 key-value pairs.
|
10041
|
+
# @return [Hash<String,String>]
|
10042
|
+
#
|
10043
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateSipMediaApplicationCallRequest AWS API Documentation
|
10044
|
+
#
|
10045
|
+
class UpdateSipMediaApplicationCallRequest < Struct.new(
|
10046
|
+
:sip_media_application_id,
|
10047
|
+
:transaction_id,
|
10048
|
+
:arguments)
|
10049
|
+
SENSITIVE = []
|
10050
|
+
include Aws::Structure
|
10051
|
+
end
|
10052
|
+
|
10053
|
+
# @!attribute [rw] sip_media_application_call
|
10054
|
+
# A `Call` instance for a SIP media application.
|
10055
|
+
# @return [Types::SipMediaApplicationCall]
|
10056
|
+
#
|
10057
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateSipMediaApplicationCallResponse AWS API Documentation
|
10058
|
+
#
|
10059
|
+
class UpdateSipMediaApplicationCallResponse < Struct.new(
|
10060
|
+
:sip_media_application_call)
|
10061
|
+
SENSITIVE = []
|
10062
|
+
include Aws::Structure
|
10063
|
+
end
|
10064
|
+
|
9729
10065
|
# @note When making an API call, you may pass UpdateSipMediaApplicationRequest
|
9730
10066
|
# data as a hash:
|
9731
10067
|
#
|