aws-sdk-chime 1.37.0 → 1.38.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.
@@ -77,6 +77,8 @@ module Aws::Chime
77
77
  CreateAttendeeResponse = Shapes::StructureShape.new(name: 'CreateAttendeeResponse')
78
78
  CreateBotRequest = Shapes::StructureShape.new(name: 'CreateBotRequest')
79
79
  CreateBotResponse = Shapes::StructureShape.new(name: 'CreateBotResponse')
80
+ CreateMeetingDialOutRequest = Shapes::StructureShape.new(name: 'CreateMeetingDialOutRequest')
81
+ CreateMeetingDialOutResponse = Shapes::StructureShape.new(name: 'CreateMeetingDialOutResponse')
80
82
  CreateMeetingRequest = Shapes::StructureShape.new(name: 'CreateMeetingRequest')
81
83
  CreateMeetingResponse = Shapes::StructureShape.new(name: 'CreateMeetingResponse')
82
84
  CreateMeetingWithAttendeesRequest = Shapes::StructureShape.new(name: 'CreateMeetingWithAttendeesRequest')
@@ -90,6 +92,12 @@ module Aws::Chime
90
92
  CreateRoomMembershipResponse = Shapes::StructureShape.new(name: 'CreateRoomMembershipResponse')
91
93
  CreateRoomRequest = Shapes::StructureShape.new(name: 'CreateRoomRequest')
92
94
  CreateRoomResponse = Shapes::StructureShape.new(name: 'CreateRoomResponse')
95
+ CreateSipMediaApplicationCallRequest = Shapes::StructureShape.new(name: 'CreateSipMediaApplicationCallRequest')
96
+ CreateSipMediaApplicationCallResponse = Shapes::StructureShape.new(name: 'CreateSipMediaApplicationCallResponse')
97
+ CreateSipMediaApplicationRequest = Shapes::StructureShape.new(name: 'CreateSipMediaApplicationRequest')
98
+ CreateSipMediaApplicationResponse = Shapes::StructureShape.new(name: 'CreateSipMediaApplicationResponse')
99
+ CreateSipRuleRequest = Shapes::StructureShape.new(name: 'CreateSipRuleRequest')
100
+ CreateSipRuleResponse = Shapes::StructureShape.new(name: 'CreateSipRuleResponse')
93
101
  CreateUserRequest = Shapes::StructureShape.new(name: 'CreateUserRequest')
94
102
  CreateUserResponse = Shapes::StructureShape.new(name: 'CreateUserResponse')
95
103
  CreateVoiceConnectorGroupRequest = Shapes::StructureShape.new(name: 'CreateVoiceConnectorGroupRequest')
@@ -110,6 +118,8 @@ module Aws::Chime
110
118
  DeleteProxySessionRequest = Shapes::StructureShape.new(name: 'DeleteProxySessionRequest')
111
119
  DeleteRoomMembershipRequest = Shapes::StructureShape.new(name: 'DeleteRoomMembershipRequest')
112
120
  DeleteRoomRequest = Shapes::StructureShape.new(name: 'DeleteRoomRequest')
121
+ DeleteSipMediaApplicationRequest = Shapes::StructureShape.new(name: 'DeleteSipMediaApplicationRequest')
122
+ DeleteSipRuleRequest = Shapes::StructureShape.new(name: 'DeleteSipRuleRequest')
113
123
  DeleteVoiceConnectorEmergencyCallingConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteVoiceConnectorEmergencyCallingConfigurationRequest')
114
124
  DeleteVoiceConnectorGroupRequest = Shapes::StructureShape.new(name: 'DeleteVoiceConnectorGroupRequest')
115
125
  DeleteVoiceConnectorOriginationRequest = Shapes::StructureShape.new(name: 'DeleteVoiceConnectorOriginationRequest')
@@ -136,6 +146,7 @@ module Aws::Chime
136
146
  ExternalMeetingIdType = Shapes::StringShape.new(name: 'ExternalMeetingIdType')
137
147
  ExternalUserIdType = Shapes::StringShape.new(name: 'ExternalUserIdType')
138
148
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
149
+ FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
139
150
  GeoMatchLevel = Shapes::StringShape.new(name: 'GeoMatchLevel')
140
151
  GeoMatchParams = Shapes::StructureShape.new(name: 'GeoMatchParams')
141
152
  GetAccountRequest = Shapes::StructureShape.new(name: 'GetAccountRequest')
@@ -162,6 +173,12 @@ module Aws::Chime
162
173
  GetRetentionSettingsResponse = Shapes::StructureShape.new(name: 'GetRetentionSettingsResponse')
163
174
  GetRoomRequest = Shapes::StructureShape.new(name: 'GetRoomRequest')
164
175
  GetRoomResponse = Shapes::StructureShape.new(name: 'GetRoomResponse')
176
+ GetSipMediaApplicationLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'GetSipMediaApplicationLoggingConfigurationRequest')
177
+ GetSipMediaApplicationLoggingConfigurationResponse = Shapes::StructureShape.new(name: 'GetSipMediaApplicationLoggingConfigurationResponse')
178
+ GetSipMediaApplicationRequest = Shapes::StructureShape.new(name: 'GetSipMediaApplicationRequest')
179
+ GetSipMediaApplicationResponse = Shapes::StructureShape.new(name: 'GetSipMediaApplicationResponse')
180
+ GetSipRuleRequest = Shapes::StructureShape.new(name: 'GetSipRuleRequest')
181
+ GetSipRuleResponse = Shapes::StructureShape.new(name: 'GetSipRuleResponse')
165
182
  GetUserRequest = Shapes::StructureShape.new(name: 'GetUserRequest')
166
183
  GetUserResponse = Shapes::StructureShape.new(name: 'GetUserResponse')
167
184
  GetUserSettingsRequest = Shapes::StructureShape.new(name: 'GetUserSettingsRequest')
@@ -217,6 +234,10 @@ module Aws::Chime
217
234
  ListRoomMembershipsResponse = Shapes::StructureShape.new(name: 'ListRoomMembershipsResponse')
218
235
  ListRoomsRequest = Shapes::StructureShape.new(name: 'ListRoomsRequest')
219
236
  ListRoomsResponse = Shapes::StructureShape.new(name: 'ListRoomsResponse')
237
+ ListSipMediaApplicationsRequest = Shapes::StructureShape.new(name: 'ListSipMediaApplicationsRequest')
238
+ ListSipMediaApplicationsResponse = Shapes::StructureShape.new(name: 'ListSipMediaApplicationsResponse')
239
+ ListSipRulesRequest = Shapes::StructureShape.new(name: 'ListSipRulesRequest')
240
+ ListSipRulesResponse = Shapes::StructureShape.new(name: 'ListSipRulesResponse')
220
241
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
221
242
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
222
243
  ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
@@ -289,6 +310,8 @@ module Aws::Chime
289
310
  PutEventsConfigurationResponse = Shapes::StructureShape.new(name: 'PutEventsConfigurationResponse')
290
311
  PutRetentionSettingsRequest = Shapes::StructureShape.new(name: 'PutRetentionSettingsRequest')
291
312
  PutRetentionSettingsResponse = Shapes::StructureShape.new(name: 'PutRetentionSettingsResponse')
313
+ PutSipMediaApplicationLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'PutSipMediaApplicationLoggingConfigurationRequest')
314
+ PutSipMediaApplicationLoggingConfigurationResponse = Shapes::StructureShape.new(name: 'PutSipMediaApplicationLoggingConfigurationResponse')
292
315
  PutVoiceConnectorEmergencyCallingConfigurationRequest = Shapes::StructureShape.new(name: 'PutVoiceConnectorEmergencyCallingConfigurationRequest')
293
316
  PutVoiceConnectorEmergencyCallingConfigurationResponse = Shapes::StructureShape.new(name: 'PutVoiceConnectorEmergencyCallingConfigurationResponse')
294
317
  PutVoiceConnectorLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'PutVoiceConnectorLoggingConfigurationRequest')
@@ -331,6 +354,20 @@ module Aws::Chime
331
354
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
332
355
  SigninDelegateGroup = Shapes::StructureShape.new(name: 'SigninDelegateGroup')
333
356
  SigninDelegateGroupList = Shapes::ListShape.new(name: 'SigninDelegateGroupList')
357
+ SipApplicationPriority = Shapes::IntegerShape.new(name: 'SipApplicationPriority')
358
+ SipMediaApplication = Shapes::StructureShape.new(name: 'SipMediaApplication')
359
+ SipMediaApplicationCall = Shapes::StructureShape.new(name: 'SipMediaApplicationCall')
360
+ SipMediaApplicationEndpoint = Shapes::StructureShape.new(name: 'SipMediaApplicationEndpoint')
361
+ SipMediaApplicationEndpointList = Shapes::ListShape.new(name: 'SipMediaApplicationEndpointList')
362
+ SipMediaApplicationList = Shapes::ListShape.new(name: 'SipMediaApplicationList')
363
+ SipMediaApplicationLoggingConfiguration = Shapes::StructureShape.new(name: 'SipMediaApplicationLoggingConfiguration')
364
+ SipMediaApplicationName = Shapes::StringShape.new(name: 'SipMediaApplicationName')
365
+ SipRule = Shapes::StructureShape.new(name: 'SipRule')
366
+ SipRuleList = Shapes::ListShape.new(name: 'SipRuleList')
367
+ SipRuleName = Shapes::StringShape.new(name: 'SipRuleName')
368
+ SipRuleTargetApplication = Shapes::StructureShape.new(name: 'SipRuleTargetApplication')
369
+ SipRuleTargetApplicationList = Shapes::ListShape.new(name: 'SipRuleTargetApplicationList')
370
+ SipRuleTriggerType = Shapes::StringShape.new(name: 'SipRuleTriggerType')
334
371
  StreamingConfiguration = Shapes::StructureShape.new(name: 'StreamingConfiguration')
335
372
  StreamingNotificationTarget = Shapes::StructureShape.new(name: 'StreamingNotificationTarget')
336
373
  StreamingNotificationTargetList = Shapes::ListShape.new(name: 'StreamingNotificationTargetList')
@@ -373,6 +410,10 @@ module Aws::Chime
373
410
  UpdateRoomMembershipResponse = Shapes::StructureShape.new(name: 'UpdateRoomMembershipResponse')
374
411
  UpdateRoomRequest = Shapes::StructureShape.new(name: 'UpdateRoomRequest')
375
412
  UpdateRoomResponse = Shapes::StructureShape.new(name: 'UpdateRoomResponse')
413
+ UpdateSipMediaApplicationRequest = Shapes::StructureShape.new(name: 'UpdateSipMediaApplicationRequest')
414
+ UpdateSipMediaApplicationResponse = Shapes::StructureShape.new(name: 'UpdateSipMediaApplicationResponse')
415
+ UpdateSipRuleRequest = Shapes::StructureShape.new(name: 'UpdateSipRuleRequest')
416
+ UpdateSipRuleResponse = Shapes::StructureShape.new(name: 'UpdateSipRuleResponse')
376
417
  UpdateUserRequest = Shapes::StructureShape.new(name: 'UpdateUserRequest')
377
418
  UpdateUserRequestItem = Shapes::StructureShape.new(name: 'UpdateUserRequestItem')
378
419
  UpdateUserRequestItemList = Shapes::ListShape.new(name: 'UpdateUserRequestItemList')
@@ -584,6 +625,15 @@ module Aws::Chime
584
625
  CreateBotResponse.add_member(:bot, Shapes::ShapeRef.new(shape: Bot, location_name: "Bot"))
585
626
  CreateBotResponse.struct_class = Types::CreateBotResponse
586
627
 
628
+ CreateMeetingDialOutRequest.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "meetingId"))
629
+ CreateMeetingDialOutRequest.add_member(:from_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, required: true, location_name: "FromPhoneNumber"))
630
+ CreateMeetingDialOutRequest.add_member(:to_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, required: true, location_name: "ToPhoneNumber"))
631
+ CreateMeetingDialOutRequest.add_member(:join_token, Shapes::ShapeRef.new(shape: JoinTokenString, required: true, location_name: "JoinToken"))
632
+ CreateMeetingDialOutRequest.struct_class = Types::CreateMeetingDialOutRequest
633
+
634
+ CreateMeetingDialOutResponse.add_member(:transaction_id, Shapes::ShapeRef.new(shape: GuidString, location_name: "TransactionId"))
635
+ CreateMeetingDialOutResponse.struct_class = Types::CreateMeetingDialOutResponse
636
+
587
637
  CreateMeetingRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
588
638
  CreateMeetingRequest.add_member(:external_meeting_id, Shapes::ShapeRef.new(shape: ExternalMeetingIdType, location_name: "ExternalMeetingId"))
589
639
  CreateMeetingRequest.add_member(:meeting_host_id, Shapes::ShapeRef.new(shape: ExternalUserIdType, location_name: "MeetingHostId"))
@@ -648,6 +698,32 @@ module Aws::Chime
648
698
  CreateRoomResponse.add_member(:room, Shapes::ShapeRef.new(shape: Room, location_name: "Room"))
649
699
  CreateRoomResponse.struct_class = Types::CreateRoomResponse
650
700
 
701
+ CreateSipMediaApplicationCallRequest.add_member(:from_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, location_name: "FromPhoneNumber"))
702
+ CreateSipMediaApplicationCallRequest.add_member(:to_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, location_name: "ToPhoneNumber"))
703
+ CreateSipMediaApplicationCallRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipMediaApplicationId"))
704
+ CreateSipMediaApplicationCallRequest.struct_class = Types::CreateSipMediaApplicationCallRequest
705
+
706
+ CreateSipMediaApplicationCallResponse.add_member(:sip_media_application_call, Shapes::ShapeRef.new(shape: SipMediaApplicationCall, location_name: "SipMediaApplicationCall"))
707
+ CreateSipMediaApplicationCallResponse.struct_class = Types::CreateSipMediaApplicationCallResponse
708
+
709
+ CreateSipMediaApplicationRequest.add_member(:aws_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AwsRegion"))
710
+ CreateSipMediaApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SipMediaApplicationName, location_name: "Name"))
711
+ CreateSipMediaApplicationRequest.add_member(:endpoints, Shapes::ShapeRef.new(shape: SipMediaApplicationEndpointList, required: true, location_name: "Endpoints"))
712
+ CreateSipMediaApplicationRequest.struct_class = Types::CreateSipMediaApplicationRequest
713
+
714
+ CreateSipMediaApplicationResponse.add_member(:sip_media_application, Shapes::ShapeRef.new(shape: SipMediaApplication, location_name: "SipMediaApplication"))
715
+ CreateSipMediaApplicationResponse.struct_class = Types::CreateSipMediaApplicationResponse
716
+
717
+ CreateSipRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: SipRuleName, required: true, location_name: "Name"))
718
+ CreateSipRuleRequest.add_member(:trigger_type, Shapes::ShapeRef.new(shape: SipRuleTriggerType, required: true, location_name: "TriggerType"))
719
+ CreateSipRuleRequest.add_member(:trigger_value, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "TriggerValue"))
720
+ CreateSipRuleRequest.add_member(:disabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Disabled"))
721
+ CreateSipRuleRequest.add_member(:target_applications, Shapes::ShapeRef.new(shape: SipRuleTargetApplicationList, required: true, location_name: "TargetApplications"))
722
+ CreateSipRuleRequest.struct_class = Types::CreateSipRuleRequest
723
+
724
+ CreateSipRuleResponse.add_member(:sip_rule, Shapes::ShapeRef.new(shape: SipRule, location_name: "SipRule"))
725
+ CreateSipRuleResponse.struct_class = Types::CreateSipRuleResponse
726
+
651
727
  CreateUserRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "accountId"))
652
728
  CreateUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
653
729
  CreateUserRequest.add_member(:email, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "Email"))
@@ -717,6 +793,12 @@ module Aws::Chime
717
793
  DeleteRoomRequest.add_member(:room_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "roomId"))
718
794
  DeleteRoomRequest.struct_class = Types::DeleteRoomRequest
719
795
 
796
+ DeleteSipMediaApplicationRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipMediaApplicationId"))
797
+ DeleteSipMediaApplicationRequest.struct_class = Types::DeleteSipMediaApplicationRequest
798
+
799
+ DeleteSipRuleRequest.add_member(:sip_rule_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipRuleId"))
800
+ DeleteSipRuleRequest.struct_class = Types::DeleteSipRuleRequest
801
+
720
802
  DeleteVoiceConnectorEmergencyCallingConfigurationRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
721
803
  DeleteVoiceConnectorEmergencyCallingConfigurationRequest.struct_class = Types::DeleteVoiceConnectorEmergencyCallingConfigurationRequest
722
804
 
@@ -866,6 +948,24 @@ module Aws::Chime
866
948
  GetRoomResponse.add_member(:room, Shapes::ShapeRef.new(shape: Room, location_name: "Room"))
867
949
  GetRoomResponse.struct_class = Types::GetRoomResponse
868
950
 
951
+ GetSipMediaApplicationLoggingConfigurationRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipMediaApplicationId"))
952
+ GetSipMediaApplicationLoggingConfigurationRequest.struct_class = Types::GetSipMediaApplicationLoggingConfigurationRequest
953
+
954
+ GetSipMediaApplicationLoggingConfigurationResponse.add_member(:sip_media_application_logging_configuration, Shapes::ShapeRef.new(shape: SipMediaApplicationLoggingConfiguration, location_name: "SipMediaApplicationLoggingConfiguration"))
955
+ GetSipMediaApplicationLoggingConfigurationResponse.struct_class = Types::GetSipMediaApplicationLoggingConfigurationResponse
956
+
957
+ GetSipMediaApplicationRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipMediaApplicationId"))
958
+ GetSipMediaApplicationRequest.struct_class = Types::GetSipMediaApplicationRequest
959
+
960
+ GetSipMediaApplicationResponse.add_member(:sip_media_application, Shapes::ShapeRef.new(shape: SipMediaApplication, location_name: "SipMediaApplication"))
961
+ GetSipMediaApplicationResponse.struct_class = Types::GetSipMediaApplicationResponse
962
+
963
+ GetSipRuleRequest.add_member(:sip_rule_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipRuleId"))
964
+ GetSipRuleRequest.struct_class = Types::GetSipRuleRequest
965
+
966
+ GetSipRuleResponse.add_member(:sip_rule, Shapes::ShapeRef.new(shape: SipRule, location_name: "SipRule"))
967
+ GetSipRuleResponse.struct_class = Types::GetSipRuleResponse
968
+
869
969
  GetUserRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "accountId"))
870
970
  GetUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "userId"))
871
971
  GetUserRequest.struct_class = Types::GetUserRequest
@@ -1051,6 +1151,23 @@ module Aws::Chime
1051
1151
  ListRoomsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
1052
1152
  ListRoomsResponse.struct_class = Types::ListRoomsResponse
1053
1153
 
1154
+ ListSipMediaApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ResultMax, location: "querystring", location_name: "max-results"))
1155
+ ListSipMediaApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextTokenString, location: "querystring", location_name: "next-token"))
1156
+ ListSipMediaApplicationsRequest.struct_class = Types::ListSipMediaApplicationsRequest
1157
+
1158
+ ListSipMediaApplicationsResponse.add_member(:sip_media_applications, Shapes::ShapeRef.new(shape: SipMediaApplicationList, location_name: "SipMediaApplications"))
1159
+ ListSipMediaApplicationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextTokenString, location_name: "NextToken"))
1160
+ ListSipMediaApplicationsResponse.struct_class = Types::ListSipMediaApplicationsResponse
1161
+
1162
+ ListSipRulesRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, location: "querystring", location_name: "sip-media-application"))
1163
+ ListSipRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ResultMax, location: "querystring", location_name: "max-results"))
1164
+ ListSipRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextTokenString, location: "querystring", location_name: "next-token"))
1165
+ ListSipRulesRequest.struct_class = Types::ListSipRulesRequest
1166
+
1167
+ ListSipRulesResponse.add_member(:sip_rules, Shapes::ShapeRef.new(shape: SipRuleList, location_name: "SipRules"))
1168
+ ListSipRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextTokenString, location_name: "NextToken"))
1169
+ ListSipRulesResponse.struct_class = Types::ListSipRulesResponse
1170
+
1054
1171
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "querystring", location_name: "arn"))
1055
1172
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
1056
1173
 
@@ -1265,6 +1382,13 @@ module Aws::Chime
1265
1382
  PutRetentionSettingsResponse.add_member(:initiate_deletion_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "InitiateDeletionTimestamp"))
1266
1383
  PutRetentionSettingsResponse.struct_class = Types::PutRetentionSettingsResponse
1267
1384
 
1385
+ PutSipMediaApplicationLoggingConfigurationRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipMediaApplicationId"))
1386
+ PutSipMediaApplicationLoggingConfigurationRequest.add_member(:sip_media_application_logging_configuration, Shapes::ShapeRef.new(shape: SipMediaApplicationLoggingConfiguration, location_name: "SipMediaApplicationLoggingConfiguration"))
1387
+ PutSipMediaApplicationLoggingConfigurationRequest.struct_class = Types::PutSipMediaApplicationLoggingConfigurationRequest
1388
+
1389
+ PutSipMediaApplicationLoggingConfigurationResponse.add_member(:sip_media_application_logging_configuration, Shapes::ShapeRef.new(shape: SipMediaApplicationLoggingConfiguration, location_name: "SipMediaApplicationLoggingConfiguration"))
1390
+ PutSipMediaApplicationLoggingConfigurationResponse.struct_class = Types::PutSipMediaApplicationLoggingConfigurationResponse
1391
+
1268
1392
  PutVoiceConnectorEmergencyCallingConfigurationRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
1269
1393
  PutVoiceConnectorEmergencyCallingConfigurationRequest.add_member(:emergency_calling_configuration, Shapes::ShapeRef.new(shape: EmergencyCallingConfiguration, required: true, location_name: "EmergencyCallingConfiguration"))
1270
1394
  PutVoiceConnectorEmergencyCallingConfigurationRequest.struct_class = Types::PutVoiceConnectorEmergencyCallingConfigurationRequest
@@ -1405,6 +1529,46 @@ module Aws::Chime
1405
1529
 
1406
1530
  SigninDelegateGroupList.member = Shapes::ShapeRef.new(shape: SigninDelegateGroup)
1407
1531
 
1532
+ SipMediaApplication.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SipMediaApplicationId"))
1533
+ SipMediaApplication.add_member(:aws_region, Shapes::ShapeRef.new(shape: String, location_name: "AwsRegion"))
1534
+ SipMediaApplication.add_member(:name, Shapes::ShapeRef.new(shape: SipMediaApplicationName, location_name: "Name"))
1535
+ SipMediaApplication.add_member(:endpoints, Shapes::ShapeRef.new(shape: SipMediaApplicationEndpointList, location_name: "Endpoints"))
1536
+ SipMediaApplication.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "CreatedTimestamp"))
1537
+ SipMediaApplication.add_member(:updated_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "UpdatedTimestamp"))
1538
+ SipMediaApplication.struct_class = Types::SipMediaApplication
1539
+
1540
+ SipMediaApplicationCall.add_member(:transaction_id, Shapes::ShapeRef.new(shape: GuidString, location_name: "TransactionId"))
1541
+ SipMediaApplicationCall.struct_class = Types::SipMediaApplicationCall
1542
+
1543
+ SipMediaApplicationEndpoint.add_member(:lambda_arn, Shapes::ShapeRef.new(shape: FunctionArn, location_name: "LambdaArn"))
1544
+ SipMediaApplicationEndpoint.struct_class = Types::SipMediaApplicationEndpoint
1545
+
1546
+ SipMediaApplicationEndpointList.member = Shapes::ShapeRef.new(shape: SipMediaApplicationEndpoint)
1547
+
1548
+ SipMediaApplicationList.member = Shapes::ShapeRef.new(shape: SipMediaApplication)
1549
+
1550
+ SipMediaApplicationLoggingConfiguration.add_member(:enable_sip_media_application_message_logs, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableSipMediaApplicationMessageLogs"))
1551
+ SipMediaApplicationLoggingConfiguration.struct_class = Types::SipMediaApplicationLoggingConfiguration
1552
+
1553
+ SipRule.add_member(:sip_rule_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SipRuleId"))
1554
+ SipRule.add_member(:name, Shapes::ShapeRef.new(shape: SipRuleName, location_name: "Name"))
1555
+ SipRule.add_member(:disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Disabled"))
1556
+ SipRule.add_member(:trigger_type, Shapes::ShapeRef.new(shape: SipRuleTriggerType, location_name: "TriggerType"))
1557
+ SipRule.add_member(:trigger_value, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "TriggerValue"))
1558
+ SipRule.add_member(:target_applications, Shapes::ShapeRef.new(shape: SipRuleTargetApplicationList, location_name: "TargetApplications"))
1559
+ SipRule.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "CreatedTimestamp"))
1560
+ SipRule.add_member(:updated_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "UpdatedTimestamp"))
1561
+ SipRule.struct_class = Types::SipRule
1562
+
1563
+ SipRuleList.member = Shapes::ShapeRef.new(shape: SipRule)
1564
+
1565
+ SipRuleTargetApplication.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SipMediaApplicationId"))
1566
+ SipRuleTargetApplication.add_member(:priority, Shapes::ShapeRef.new(shape: SipApplicationPriority, location_name: "Priority"))
1567
+ SipRuleTargetApplication.add_member(:aws_region, Shapes::ShapeRef.new(shape: String, location_name: "AwsRegion"))
1568
+ SipRuleTargetApplication.struct_class = Types::SipRuleTargetApplication
1569
+
1570
+ SipRuleTargetApplicationList.member = Shapes::ShapeRef.new(shape: SipRuleTargetApplication)
1571
+
1408
1572
  StreamingConfiguration.add_member(:data_retention_in_hours, Shapes::ShapeRef.new(shape: DataRetentionInHours, required: true, location_name: "DataRetentionInHours"))
1409
1573
  StreamingConfiguration.add_member(:disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Disabled"))
1410
1574
  StreamingConfiguration.add_member(:streaming_notification_targets, Shapes::ShapeRef.new(shape: StreamingNotificationTargetList, location_name: "StreamingNotificationTargets"))
@@ -1548,6 +1712,23 @@ module Aws::Chime
1548
1712
  UpdateRoomResponse.add_member(:room, Shapes::ShapeRef.new(shape: Room, location_name: "Room"))
1549
1713
  UpdateRoomResponse.struct_class = Types::UpdateRoomResponse
1550
1714
 
1715
+ UpdateSipMediaApplicationRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipMediaApplicationId"))
1716
+ UpdateSipMediaApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SipMediaApplicationName, location_name: "Name"))
1717
+ UpdateSipMediaApplicationRequest.add_member(:endpoints, Shapes::ShapeRef.new(shape: SipMediaApplicationEndpointList, location_name: "Endpoints"))
1718
+ UpdateSipMediaApplicationRequest.struct_class = Types::UpdateSipMediaApplicationRequest
1719
+
1720
+ UpdateSipMediaApplicationResponse.add_member(:sip_media_application, Shapes::ShapeRef.new(shape: SipMediaApplication, location_name: "SipMediaApplication"))
1721
+ UpdateSipMediaApplicationResponse.struct_class = Types::UpdateSipMediaApplicationResponse
1722
+
1723
+ UpdateSipRuleRequest.add_member(:sip_rule_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipRuleId"))
1724
+ UpdateSipRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: SipRuleName, required: true, location_name: "Name"))
1725
+ UpdateSipRuleRequest.add_member(:disabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Disabled"))
1726
+ UpdateSipRuleRequest.add_member(:target_applications, Shapes::ShapeRef.new(shape: SipRuleTargetApplicationList, location_name: "TargetApplications"))
1727
+ UpdateSipRuleRequest.struct_class = Types::UpdateSipRuleRequest
1728
+
1729
+ UpdateSipRuleResponse.add_member(:sip_rule, Shapes::ShapeRef.new(shape: SipRule, location_name: "SipRule"))
1730
+ UpdateSipRuleResponse.struct_class = Types::UpdateSipRuleResponse
1731
+
1551
1732
  UpdateUserRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "accountId"))
1552
1733
  UpdateUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "userId"))
1553
1734
  UpdateUserRequest.add_member(:license_type, Shapes::ShapeRef.new(shape: License, location_name: "LicenseType"))
@@ -1894,6 +2075,21 @@ module Aws::Chime
1894
2075
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1895
2076
  end)
1896
2077
 
2078
+ api.add_operation(:create_meeting_dial_out, Seahorse::Model::Operation.new.tap do |o|
2079
+ o.name = "CreateMeetingDialOut"
2080
+ o.http_method = "POST"
2081
+ o.http_request_uri = "/meetings/{meetingId}/dial-outs"
2082
+ o.input = Shapes::ShapeRef.new(shape: CreateMeetingDialOutRequest)
2083
+ o.output = Shapes::ShapeRef.new(shape: CreateMeetingDialOutResponse)
2084
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2085
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2086
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
2087
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
2088
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
2089
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2090
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2091
+ end)
2092
+
1897
2093
  api.add_operation(:create_meeting_with_attendees, Seahorse::Model::Operation.new.tap do |o|
1898
2094
  o.name = "CreateMeetingWithAttendees"
1899
2095
  o.http_method = "POST"
@@ -1973,6 +2169,55 @@ module Aws::Chime
1973
2169
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1974
2170
  end)
1975
2171
 
2172
+ api.add_operation(:create_sip_media_application, Seahorse::Model::Operation.new.tap do |o|
2173
+ o.name = "CreateSipMediaApplication"
2174
+ o.http_method = "POST"
2175
+ o.http_request_uri = "/sip-media-applications"
2176
+ o.input = Shapes::ShapeRef.new(shape: CreateSipMediaApplicationRequest)
2177
+ o.output = Shapes::ShapeRef.new(shape: CreateSipMediaApplicationResponse)
2178
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2179
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2180
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2181
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
2182
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
2183
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
2184
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2185
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2186
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2187
+ end)
2188
+
2189
+ api.add_operation(:create_sip_media_application_call, Seahorse::Model::Operation.new.tap do |o|
2190
+ o.name = "CreateSipMediaApplicationCall"
2191
+ o.http_method = "POST"
2192
+ o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}/calls"
2193
+ o.input = Shapes::ShapeRef.new(shape: CreateSipMediaApplicationCallRequest)
2194
+ o.output = Shapes::ShapeRef.new(shape: CreateSipMediaApplicationCallResponse)
2195
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2196
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2197
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
2198
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
2199
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
2200
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2201
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2202
+ end)
2203
+
2204
+ api.add_operation(:create_sip_rule, Seahorse::Model::Operation.new.tap do |o|
2205
+ o.name = "CreateSipRule"
2206
+ o.http_method = "POST"
2207
+ o.http_request_uri = "/sip-rules"
2208
+ o.input = Shapes::ShapeRef.new(shape: CreateSipRuleRequest)
2209
+ o.output = Shapes::ShapeRef.new(shape: CreateSipRuleResponse)
2210
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2211
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2212
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2213
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
2214
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
2215
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
2216
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2217
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2218
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2219
+ end)
2220
+
1976
2221
  api.add_operation(:create_user, Seahorse::Model::Operation.new.tap do |o|
1977
2222
  o.name = "CreateUser"
1978
2223
  o.http_method = "POST"
@@ -2141,6 +2386,38 @@ module Aws::Chime
2141
2386
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2142
2387
  end)
2143
2388
 
2389
+ api.add_operation(:delete_sip_media_application, Seahorse::Model::Operation.new.tap do |o|
2390
+ o.name = "DeleteSipMediaApplication"
2391
+ o.http_method = "DELETE"
2392
+ o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}"
2393
+ o.input = Shapes::ShapeRef.new(shape: DeleteSipMediaApplicationRequest)
2394
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2395
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
2396
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2397
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2398
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2399
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2400
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
2401
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2402
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2403
+ end)
2404
+
2405
+ api.add_operation(:delete_sip_rule, Seahorse::Model::Operation.new.tap do |o|
2406
+ o.name = "DeleteSipRule"
2407
+ o.http_method = "DELETE"
2408
+ o.http_request_uri = "/sip-rules/{sipRuleId}"
2409
+ o.input = Shapes::ShapeRef.new(shape: DeleteSipRuleRequest)
2410
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2411
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
2412
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2413
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2414
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2415
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2416
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
2417
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2418
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2419
+ end)
2420
+
2144
2421
  api.add_operation(:delete_voice_connector, Seahorse::Model::Operation.new.tap do |o|
2145
2422
  o.name = "DeleteVoiceConnector"
2146
2423
  o.http_method = "DELETE"
@@ -2516,6 +2793,51 @@ module Aws::Chime
2516
2793
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2517
2794
  end)
2518
2795
 
2796
+ api.add_operation(:get_sip_media_application, Seahorse::Model::Operation.new.tap do |o|
2797
+ o.name = "GetSipMediaApplication"
2798
+ o.http_method = "GET"
2799
+ o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}"
2800
+ o.input = Shapes::ShapeRef.new(shape: GetSipMediaApplicationRequest)
2801
+ o.output = Shapes::ShapeRef.new(shape: GetSipMediaApplicationResponse)
2802
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
2803
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2804
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2805
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2806
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
2807
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2808
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2809
+ end)
2810
+
2811
+ api.add_operation(:get_sip_media_application_logging_configuration, Seahorse::Model::Operation.new.tap do |o|
2812
+ o.name = "GetSipMediaApplicationLoggingConfiguration"
2813
+ o.http_method = "GET"
2814
+ o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}/logging-configuration"
2815
+ o.input = Shapes::ShapeRef.new(shape: GetSipMediaApplicationLoggingConfigurationRequest)
2816
+ o.output = Shapes::ShapeRef.new(shape: GetSipMediaApplicationLoggingConfigurationResponse)
2817
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
2818
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2819
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2820
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2821
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
2822
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2823
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2824
+ end)
2825
+
2826
+ api.add_operation(:get_sip_rule, Seahorse::Model::Operation.new.tap do |o|
2827
+ o.name = "GetSipRule"
2828
+ o.http_method = "GET"
2829
+ o.http_request_uri = "/sip-rules/{sipRuleId}"
2830
+ o.input = Shapes::ShapeRef.new(shape: GetSipRuleRequest)
2831
+ o.output = Shapes::ShapeRef.new(shape: GetSipRuleResponse)
2832
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
2833
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2834
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2835
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2836
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
2837
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2838
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2839
+ end)
2840
+
2519
2841
  api.add_operation(:get_user, Seahorse::Model::Operation.new.tap do |o|
2520
2842
  o.name = "GetUser"
2521
2843
  o.http_method = "GET"
@@ -2912,6 +3234,34 @@ module Aws::Chime
2912
3234
  )
2913
3235
  end)
2914
3236
 
3237
+ api.add_operation(:list_sip_media_applications, Seahorse::Model::Operation.new.tap do |o|
3238
+ o.name = "ListSipMediaApplications"
3239
+ o.http_method = "GET"
3240
+ o.http_request_uri = "/sip-media-applications"
3241
+ o.input = Shapes::ShapeRef.new(shape: ListSipMediaApplicationsRequest)
3242
+ o.output = Shapes::ShapeRef.new(shape: ListSipMediaApplicationsResponse)
3243
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
3244
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3245
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3246
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
3247
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3248
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3249
+ end)
3250
+
3251
+ api.add_operation(:list_sip_rules, Seahorse::Model::Operation.new.tap do |o|
3252
+ o.name = "ListSipRules"
3253
+ o.http_method = "GET"
3254
+ o.http_request_uri = "/sip-rules"
3255
+ o.input = Shapes::ShapeRef.new(shape: ListSipRulesRequest)
3256
+ o.output = Shapes::ShapeRef.new(shape: ListSipRulesResponse)
3257
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
3258
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3259
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3260
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
3261
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3262
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3263
+ end)
3264
+
2915
3265
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
2916
3266
  o.name = "ListTagsForResource"
2917
3267
  o.http_method = "GET"
@@ -3048,6 +3398,21 @@ module Aws::Chime
3048
3398
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3049
3399
  end)
3050
3400
 
3401
+ api.add_operation(:put_sip_media_application_logging_configuration, Seahorse::Model::Operation.new.tap do |o|
3402
+ o.name = "PutSipMediaApplicationLoggingConfiguration"
3403
+ o.http_method = "PUT"
3404
+ o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}/logging-configuration"
3405
+ o.input = Shapes::ShapeRef.new(shape: PutSipMediaApplicationLoggingConfigurationRequest)
3406
+ o.output = Shapes::ShapeRef.new(shape: PutSipMediaApplicationLoggingConfigurationResponse)
3407
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
3408
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3409
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3410
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3411
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
3412
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3413
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3414
+ end)
3415
+
3051
3416
  api.add_operation(:put_voice_connector_emergency_calling_configuration, Seahorse::Model::Operation.new.tap do |o|
3052
3417
  o.name = "PutVoiceConnectorEmergencyCallingConfiguration"
3053
3418
  o.http_method = "PUT"
@@ -3470,6 +3835,39 @@ module Aws::Chime
3470
3835
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3471
3836
  end)
3472
3837
 
3838
+ api.add_operation(:update_sip_media_application, Seahorse::Model::Operation.new.tap do |o|
3839
+ o.name = "UpdateSipMediaApplication"
3840
+ o.http_method = "PUT"
3841
+ o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}"
3842
+ o.input = Shapes::ShapeRef.new(shape: UpdateSipMediaApplicationRequest)
3843
+ o.output = Shapes::ShapeRef.new(shape: UpdateSipMediaApplicationResponse)
3844
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
3845
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3846
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3847
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3848
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3849
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
3850
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3851
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3852
+ end)
3853
+
3854
+ api.add_operation(:update_sip_rule, Seahorse::Model::Operation.new.tap do |o|
3855
+ o.name = "UpdateSipRule"
3856
+ o.http_method = "PUT"
3857
+ o.http_request_uri = "/sip-rules/{sipRuleId}"
3858
+ o.input = Shapes::ShapeRef.new(shape: UpdateSipRuleRequest)
3859
+ o.output = Shapes::ShapeRef.new(shape: UpdateSipRuleResponse)
3860
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
3861
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3862
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3863
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3864
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3865
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
3866
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
3867
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3868
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3869
+ end)
3870
+
3473
3871
  api.add_operation(:update_user, Seahorse::Model::Operation.new.tap do |o|
3474
3872
  o.name = "UpdateUser"
3475
3873
  o.http_method = "POST"