UNPKG

cloudworker-proxy

Version:
2,189 lines (2,188 loc) 98.4 kB
{ "version": "2.0", "metadata": { "apiVersion": "2018-05-01", "endpointPrefix": "chime", "protocol": "rest-json", "serviceFullName": "Amazon Chime", "serviceId": "Chime", "signatureVersion": "v4", "uid": "chime-2018-05-01" }, "operations": { "AssociatePhoneNumberWithUser": { "http": { "requestUri": "/accounts/{accountId}/users/{userId}?operation=associate-phone-number", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AccountId", "UserId", "E164PhoneNumber" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "UserId": { "location": "uri", "locationName": "userId" }, "E164PhoneNumber": { "shape": "S3" } } }, "output": { "type": "structure", "members": {} } }, "AssociatePhoneNumbersWithVoiceConnector": { "http": { "requestUri": "/voice-connectors/{voiceConnectorId}?operation=associate-phone-numbers", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId", "E164PhoneNumbers" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "E164PhoneNumbers": { "shape": "S7" }, "ForceAssociate": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "PhoneNumberErrors": { "shape": "Sa" } } } }, "AssociatePhoneNumbersWithVoiceConnectorGroup": { "http": { "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}?operation=associate-phone-numbers", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorGroupId", "E164PhoneNumbers" ], "members": { "VoiceConnectorGroupId": { "location": "uri", "locationName": "voiceConnectorGroupId" }, "E164PhoneNumbers": { "shape": "S7" }, "ForceAssociate": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "PhoneNumberErrors": { "shape": "Sa" } } } }, "AssociateSigninDelegateGroupsWithAccount": { "http": { "requestUri": "/accounts/{accountId}?operation=associate-signin-delegate-groups", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AccountId", "SigninDelegateGroups" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "SigninDelegateGroups": { "shape": "Sg" } } }, "output": { "type": "structure", "members": {} } }, "BatchCreateAttendee": { "http": { "requestUri": "/meetings/{meetingId}/attendees?operation=batch-create", "responseCode": 201 }, "input": { "type": "structure", "required": [ "MeetingId", "Attendees" ], "members": { "MeetingId": { "location": "uri", "locationName": "meetingId" }, "Attendees": { "type": "list", "member": { "shape": "Sm" } } } }, "output": { "type": "structure", "members": { "Attendees": { "shape": "St" }, "Errors": { "shape": "Sw" } } } }, "BatchCreateRoomMembership": { "http": { "requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships?operation=batch-create", "responseCode": 201 }, "input": { "type": "structure", "required": [ "AccountId", "RoomId", "MembershipItemList" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "RoomId": { "location": "uri", "locationName": "roomId" }, "MembershipItemList": { "type": "list", "member": { "type": "structure", "members": { "MemberId": {}, "Role": {} } } } } }, "output": { "type": "structure", "members": { "Errors": { "type": "list", "member": { "type": "structure", "members": { "MemberId": {}, "ErrorCode": {}, "ErrorMessage": {} } } } } } }, "BatchDeletePhoneNumber": { "http": { "requestUri": "/phone-numbers?operation=batch-delete", "responseCode": 200 }, "input": { "type": "structure", "required": [ "PhoneNumberIds" ], "members": { "PhoneNumberIds": { "shape": "S16" } } }, "output": { "type": "structure", "members": { "PhoneNumberErrors": { "shape": "Sa" } } } }, "BatchSuspendUser": { "http": { "requestUri": "/accounts/{accountId}/users?operation=suspend", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AccountId", "UserIdList" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "UserIdList": { "shape": "S19" } } }, "output": { "type": "structure", "members": { "UserErrors": { "shape": "S1b" } } } }, "BatchUnsuspendUser": { "http": { "requestUri": "/accounts/{accountId}/users?operation=unsuspend", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AccountId", "UserIdList" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "UserIdList": { "shape": "S19" } } }, "output": { "type": "structure", "members": { "UserErrors": { "shape": "S1b" } } } }, "BatchUpdatePhoneNumber": { "http": { "requestUri": "/phone-numbers?operation=batch-update", "responseCode": 200 }, "input": { "type": "structure", "required": [ "UpdatePhoneNumberRequestItems" ], "members": { "UpdatePhoneNumberRequestItems": { "type": "list", "member": { "type": "structure", "required": [ "PhoneNumberId" ], "members": { "PhoneNumberId": {}, "ProductType": {}, "CallingName": { "shape": "S1j" } } } } } }, "output": { "type": "structure", "members": { "PhoneNumberErrors": { "shape": "Sa" } } } }, "BatchUpdateUser": { "http": { "requestUri": "/accounts/{accountId}/users", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AccountId", "UpdateUserRequestItems" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "UpdateUserRequestItems": { "type": "list", "member": { "type": "structure", "required": [ "UserId" ], "members": { "UserId": {}, "LicenseType": {}, "UserType": {}, "AlexaForBusinessMetadata": { "shape": "S1q" } } } } } }, "output": { "type": "structure", "members": { "UserErrors": { "shape": "S1b" } } } }, "CreateAccount": { "http": { "requestUri": "/accounts", "responseCode": 201 }, "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": { "Account": { "shape": "S1x" } } } }, "CreateAttendee": { "http": { "requestUri": "/meetings/{meetingId}/attendees", "responseCode": 201 }, "input": { "type": "structure", "required": [ "MeetingId", "ExternalUserId" ], "members": { "MeetingId": { "location": "uri", "locationName": "meetingId" }, "ExternalUserId": { "shape": "Sn" }, "Tags": { "shape": "So" } } }, "output": { "type": "structure", "members": { "Attendee": { "shape": "Su" } } } }, "CreateBot": { "http": { "requestUri": "/accounts/{accountId}/bots", "responseCode": 201 }, "input": { "type": "structure", "required": [ "DisplayName", "AccountId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "DisplayName": { "shape": "S1s" }, "Domain": {} } }, "output": { "type": "structure", "members": { "Bot": { "shape": "S25" } } } }, "CreateMeeting": { "http": { "requestUri": "/meetings", "responseCode": 201 }, "input": { "type": "structure", "required": [ "ClientRequestToken" ], "members": { "ClientRequestToken": { "shape": "S28", "idempotencyToken": true }, "ExternalMeetingId": { "shape": "S29" }, "MeetingHostId": { "shape": "Sn" }, "MediaRegion": {}, "Tags": { "shape": "S2a" }, "NotificationsConfiguration": { "shape": "S2b" } } }, "output": { "type": "structure", "members": { "Meeting": { "shape": "S2e" } } } }, "CreateMeetingWithAttendees": { "http": { "requestUri": "/meetings?operation=create-attendees", "responseCode": 201 }, "input": { "type": "structure", "required": [ "ClientRequestToken" ], "members": { "ClientRequestToken": { "shape": "S28", "idempotencyToken": true }, "ExternalMeetingId": { "shape": "S29" }, "MeetingHostId": { "shape": "Sn" }, "MediaRegion": {}, "Tags": { "shape": "S2a" }, "NotificationsConfiguration": { "shape": "S2b" }, "Attendees": { "type": "list", "member": { "shape": "Sm" } } } }, "output": { "type": "structure", "members": { "Meeting": { "shape": "S2e" }, "Attendees": { "shape": "St" }, "Errors": { "shape": "Sw" } } } }, "CreatePhoneNumberOrder": { "http": { "requestUri": "/phone-number-orders", "responseCode": 201 }, "input": { "type": "structure", "required": [ "ProductType", "E164PhoneNumbers" ], "members": { "ProductType": {}, "E164PhoneNumbers": { "shape": "S7" } } }, "output": { "type": "structure", "members": { "PhoneNumberOrder": { "shape": "S2m" } } } }, "CreateProxySession": { "http": { "requestUri": "/voice-connectors/{voiceConnectorId}/proxy-sessions", "responseCode": 201 }, "input": { "type": "structure", "required": [ "ParticipantPhoneNumbers", "Capabilities", "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "ParticipantPhoneNumbers": { "type": "list", "member": { "shape": "S3" } }, "Name": { "type": "string", "sensitive": true }, "ExpiryMinutes": { "type": "integer" }, "Capabilities": { "shape": "S2w" }, "NumberSelectionBehavior": {}, "GeoMatchLevel": {}, "GeoMatchParams": { "shape": "S30" } } }, "output": { "type": "structure", "members": { "ProxySession": { "shape": "S34" } } } }, "CreateRoom": { "http": { "requestUri": "/accounts/{accountId}/rooms", "responseCode": 201 }, "input": { "type": "structure", "required": [ "AccountId", "Name" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "Name": { "shape": "S1s" }, "ClientRequestToken": { "shape": "S28", "idempotencyToken": true } } }, "output": { "type": "structure", "members": { "Room": { "shape": "S3b" } } } }, "CreateRoomMembership": { "http": { "requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships", "responseCode": 201 }, "input": { "type": "structure", "required": [ "AccountId", "RoomId", "MemberId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "RoomId": { "location": "uri", "locationName": "roomId" }, "MemberId": {}, "Role": {} } }, "output": { "type": "structure", "members": { "RoomMembership": { "shape": "S3e" } } } }, "CreateUser": { "http": { "requestUri": "/accounts/{accountId}/users?operation=create", "responseCode": 201 }, "input": { "type": "structure", "required": [ "AccountId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "Username": {}, "Email": { "shape": "S3i" }, "UserType": {} } }, "output": { "type": "structure", "members": { "User": { "shape": "S3k" } } } }, "CreateVoiceConnector": { "http": { "requestUri": "/voice-connectors", "responseCode": 201 }, "input": { "type": "structure", "required": [ "Name", "RequireEncryption" ], "members": { "Name": {}, "AwsRegion": {}, "RequireEncryption": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "VoiceConnector": { "shape": "S3r" } } } }, "CreateVoiceConnectorGroup": { "http": { "requestUri": "/voice-connector-groups", "responseCode": 201 }, "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {}, "VoiceConnectorItems": { "shape": "S3u" } } }, "output": { "type": "structure", "members": { "VoiceConnectorGroup": { "shape": "S3y" } } } }, "DeleteAccount": { "http": { "method": "DELETE", "requestUri": "/accounts/{accountId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "AccountId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" } } }, "output": { "type": "structure", "members": {} } }, "DeleteAttendee": { "http": { "method": "DELETE", "requestUri": "/meetings/{meetingId}/attendees/{attendeeId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "MeetingId", "AttendeeId" ], "members": { "MeetingId": { "location": "uri", "locationName": "meetingId" }, "AttendeeId": { "location": "uri", "locationName": "attendeeId" } } } }, "DeleteEventsConfiguration": { "http": { "method": "DELETE", "requestUri": "/accounts/{accountId}/bots/{botId}/events-configuration", "responseCode": 204 }, "input": { "type": "structure", "required": [ "AccountId", "BotId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "BotId": { "location": "uri", "locationName": "botId" } } } }, "DeleteMeeting": { "http": { "method": "DELETE", "requestUri": "/meetings/{meetingId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "MeetingId" ], "members": { "MeetingId": { "location": "uri", "locationName": "meetingId" } } } }, "DeletePhoneNumber": { "http": { "method": "DELETE", "requestUri": "/phone-numbers/{phoneNumberId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "PhoneNumberId" ], "members": { "PhoneNumberId": { "location": "uri", "locationName": "phoneNumberId" } } } }, "DeleteProxySession": { "http": { "method": "DELETE", "requestUri": "/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorId", "ProxySessionId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "ProxySessionId": { "location": "uri", "locationName": "proxySessionId" } } } }, "DeleteRoom": { "http": { "method": "DELETE", "requestUri": "/accounts/{accountId}/rooms/{roomId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "AccountId", "RoomId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "RoomId": { "location": "uri", "locationName": "roomId" } } } }, "DeleteRoomMembership": { "http": { "method": "DELETE", "requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships/{memberId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "AccountId", "RoomId", "MemberId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "RoomId": { "location": "uri", "locationName": "roomId" }, "MemberId": { "location": "uri", "locationName": "memberId" } } } }, "DeleteVoiceConnector": { "http": { "method": "DELETE", "requestUri": "/voice-connectors/{voiceConnectorId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } } }, "DeleteVoiceConnectorEmergencyCallingConfiguration": { "http": { "method": "DELETE", "requestUri": "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } } }, "DeleteVoiceConnectorGroup": { "http": { "method": "DELETE", "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorGroupId" ], "members": { "VoiceConnectorGroupId": { "location": "uri", "locationName": "voiceConnectorGroupId" } } } }, "DeleteVoiceConnectorOrigination": { "http": { "method": "DELETE", "requestUri": "/voice-connectors/{voiceConnectorId}/origination", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } } }, "DeleteVoiceConnectorProxy": { "http": { "method": "DELETE", "requestUri": "/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } } }, "DeleteVoiceConnectorStreamingConfiguration": { "http": { "method": "DELETE", "requestUri": "/voice-connectors/{voiceConnectorId}/streaming-configuration", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } } }, "DeleteVoiceConnectorTermination": { "http": { "method": "DELETE", "requestUri": "/voice-connectors/{voiceConnectorId}/termination", "responseCode": 204 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } } }, "DeleteVoiceConnectorTerminationCredentials": { "http": { "requestUri": "/voice-connectors/{voiceConnectorId}/termination/credentials?operation=delete", "responseCode": 204 }, "input": { "type": "structure", "required": [ "Usernames", "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "Usernames": { "shape": "S4g" } } } }, "DisassociatePhoneNumberFromUser": { "http": { "requestUri": "/accounts/{accountId}/users/{userId}?operation=disassociate-phone-number", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AccountId", "UserId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "UserId": { "location": "uri", "locationName": "userId" } } }, "output": { "type": "structure", "members": {} } }, "DisassociatePhoneNumbersFromVoiceConnector": { "http": { "requestUri": "/voice-connectors/{voiceConnectorId}?operation=disassociate-phone-numbers", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId", "E164PhoneNumbers" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "E164PhoneNumbers": { "shape": "S7" } } }, "output": { "type": "structure", "members": { "PhoneNumberErrors": { "shape": "Sa" } } } }, "DisassociatePhoneNumbersFromVoiceConnectorGroup": { "http": { "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}?operation=disassociate-phone-numbers", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorGroupId", "E164PhoneNumbers" ], "members": { "VoiceConnectorGroupId": { "location": "uri", "locationName": "voiceConnectorGroupId" }, "E164PhoneNumbers": { "shape": "S7" } } }, "output": { "type": "structure", "members": { "PhoneNumberErrors": { "shape": "Sa" } } } }, "DisassociateSigninDelegateGroupsFromAccount": { "http": { "requestUri": "/accounts/{accountId}?operation=disassociate-signin-delegate-groups", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AccountId", "GroupNames" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "GroupNames": { "shape": "S16" } } }, "output": { "type": "structure", "members": {} } }, "GetAccount": { "http": { "method": "GET", "requestUri": "/accounts/{accountId}" }, "input": { "type": "structure", "required": [ "AccountId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" } } }, "output": { "type": "structure", "members": { "Account": { "shape": "S1x" } } } }, "GetAccountSettings": { "http": { "method": "GET", "requestUri": "/accounts/{accountId}/settings" }, "input": { "type": "structure", "required": [ "AccountId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" } } }, "output": { "type": "structure", "members": { "AccountSettings": { "shape": "S4t" } } } }, "GetAttendee": { "http": { "method": "GET", "requestUri": "/meetings/{meetingId}/attendees/{attendeeId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "MeetingId", "AttendeeId" ], "members": { "MeetingId": { "location": "uri", "locationName": "meetingId" }, "AttendeeId": { "location": "uri", "locationName": "attendeeId" } } }, "output": { "type": "structure", "members": { "Attendee": { "shape": "Su" } } } }, "GetBot": { "http": { "method": "GET", "requestUri": "/accounts/{accountId}/bots/{botId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AccountId", "BotId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "BotId": { "location": "uri", "locationName": "botId" } } }, "output": { "type": "structure", "members": { "Bot": { "shape": "S25" } } } }, "GetEventsConfiguration": { "http": { "method": "GET", "requestUri": "/accounts/{accountId}/bots/{botId}/events-configuration", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AccountId", "BotId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "BotId": { "location": "uri", "locationName": "botId" } } }, "output": { "type": "structure", "members": { "EventsConfiguration": { "shape": "S50" } } } }, "GetGlobalSettings": { "http": { "method": "GET", "requestUri": "/settings", "responseCode": 200 }, "output": { "type": "structure", "members": { "BusinessCalling": { "shape": "S52" }, "VoiceConnector": { "shape": "S53" } } } }, "GetMeeting": { "http": { "method": "GET", "requestUri": "/meetings/{meetingId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "MeetingId" ], "members": { "MeetingId": { "location": "uri", "locationName": "meetingId" } } }, "output": { "type": "structure", "members": { "Meeting": { "shape": "S2e" } } } }, "GetPhoneNumber": { "http": { "method": "GET", "requestUri": "/phone-numbers/{phoneNumberId}" }, "input": { "type": "structure", "required": [ "PhoneNumberId" ], "members": { "PhoneNumberId": { "location": "uri", "locationName": "phoneNumberId" } } }, "output": { "type": "structure", "members": { "PhoneNumber": { "shape": "S58" } } } }, "GetPhoneNumberOrder": { "http": { "method": "GET", "requestUri": "/phone-number-orders/{phoneNumberOrderId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "PhoneNumberOrderId" ], "members": { "PhoneNumberOrderId": { "location": "uri", "locationName": "phoneNumberOrderId" } } }, "output": { "type": "structure", "members": { "PhoneNumberOrder": { "shape": "S2m" } } } }, "GetPhoneNumberSettings": { "http": { "method": "GET", "requestUri": "/settings/phone-number", "responseCode": 200 }, "output": { "type": "structure", "members": { "CallingName": { "shape": "S1j" }, "CallingNameUpdatedTimestamp": { "shape": "S1z" } } } }, "GetProxySession": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId", "ProxySessionId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" }, "ProxySessionId": { "location": "uri", "locationName": "proxySessionId" } } }, "output": { "type": "structure", "members": { "ProxySession": { "shape": "S34" } } } }, "GetRetentionSettings": { "http": { "method": "GET", "requestUri": "/accounts/{accountId}/retention-settings" }, "input": { "type": "structure", "required": [ "AccountId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" } } }, "output": { "type": "structure", "members": { "RetentionSettings": { "shape": "S5n" }, "InitiateDeletionTimestamp": { "shape": "S1z" } } } }, "GetRoom": { "http": { "method": "GET", "requestUri": "/accounts/{accountId}/rooms/{roomId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AccountId", "RoomId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "RoomId": { "location": "uri", "locationName": "roomId" } } }, "output": { "type": "structure", "members": { "Room": { "shape": "S3b" } } } }, "GetUser": { "http": { "method": "GET", "requestUri": "/accounts/{accountId}/users/{userId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AccountId", "UserId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "UserId": { "location": "uri", "locationName": "userId" } } }, "output": { "type": "structure", "members": { "User": { "shape": "S3k" } } } }, "GetUserSettings": { "http": { "method": "GET", "requestUri": "/accounts/{accountId}/users/{userId}/settings", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AccountId", "UserId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "UserId": { "location": "uri", "locationName": "userId" } } }, "output": { "type": "structure", "members": { "UserSettings": { "shape": "S5x" } } } }, "GetVoiceConnector": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "VoiceConnector": { "shape": "S3r" } } } }, "GetVoiceConnectorEmergencyCallingConfiguration": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "EmergencyCallingConfiguration": { "shape": "S63" } } } }, "GetVoiceConnectorGroup": { "http": { "method": "GET", "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorGroupId" ], "members": { "VoiceConnectorGroupId": { "location": "uri", "locationName": "voiceConnectorGroupId" } } }, "output": { "type": "structure", "members": { "VoiceConnectorGroup": { "shape": "S3y" } } } }, "GetVoiceConnectorLoggingConfiguration": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/logging-configuration", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "LoggingConfiguration": { "shape": "S6b" } } } }, "GetVoiceConnectorOrigination": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/origination", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "Origination": { "shape": "S6e" } } } }, "GetVoiceConnectorProxy": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "Proxy": { "shape": "S6n" } } } }, "GetVoiceConnectorStreamingConfiguration": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/streaming-configuration", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "StreamingConfiguration": { "shape": "S6s" } } } }, "GetVoiceConnectorTermination": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/termination", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "Termination": { "shape": "S6z" } } } }, "GetVoiceConnectorTerminationHealth": { "http": { "method": "GET", "requestUri": "/voice-connectors/{voiceConnectorId}/termination/health", "responseCode": 200 }, "input": { "type": "structure", "required": [ "VoiceConnectorId" ], "members": { "VoiceConnectorId": { "location": "uri", "locationName": "voiceConnectorId" } } }, "output": { "type": "structure", "members": { "TerminationHealth": { "type": "structure", "members": { "Timestamp": { "shape": "S1z" }, "Source": {} } } } } }, "InviteUsers": { "http": { "requestUri": "/accounts/{accountId}/users?operation=add", "responseCode": 201 }, "input": { "type": "structure", "required": [ "AccountId", "UserEmailList" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "UserEmailList": { "type": "list", "member": { "shape": "S3i" } }, "UserType": {} } }, "output": { "type": "structure", "members": { "Invites": { "type": "list", "member": { "type": "structure", "members": { "InviteId": {}, "Status": {}, "EmailAddress": { "shape": "S3i" }, "EmailStatus": {} } } } } } }, "ListAccounts": { "http": { "method": "GET", "requestUri": "/accounts" }, "input": { "type": "structure", "members": { "Name": { "location": "querystring", "locationName": "name" }, "UserEmail": { "shape": "S3i", "location": "querystring", "locationName": "user-email" }, "NextToken": { "location": "querystring", "locationName": "next-token" }, "MaxResults": { "location": "querystring", "locationName": "max-results", "type": "integer" } } }, "output": { "type": "structure", "members": { "Accounts": { "type": "list", "member": { "shape": "S1x" } }, "NextToken": {} } } }, "ListAttendeeTags": { "http": { "method": "GET", "requestUri": "/meetings/{meetingId}/attendees/{attendeeId}/tags", "responseCode": 200 }, "input": { "type": "structure", "required": [ "MeetingId", "AttendeeId" ], "members": { "MeetingId": { "location": "uri", "locationName": "meetingId" }, "AttendeeId": { "location": "uri", "locationName": "attendeeId" } } }, "output": { "type": "structure", "members": { "Tags": { "shape": "S7i" } } } }, "ListAttendees": { "http": { "method": "GET", "requestUri": "/meetings/{meetingId}/attendees", "responseCode": 200 }, "input": { "type": "structure", "required": [ "MeetingId" ], "members": { "MeetingId": { "location": "uri", "locationName": "meetingId" }, "NextToken": { "location": "querystring", "locationName": "next-token" }, "MaxResults": { "location": "querystring", "locationName": "max-results", "type": "integer" } } }, "output": { "type": "structure", "members": { "Attendees": { "shape": "St" }, "NextToken": {} } } }, "ListBots": { "http": { "method": "GET", "requestUri": "/accounts/{accountId}/bots", "responseCode": 200 }, "input": { "type": "structure", "required": [ "AccountId" ], "members": { "AccountId": { "location": "uri", "locationName": "accountId" }, "MaxResults": { "location": "querystring", "locationName": "max-results", "type": "integer" }, "NextToken": { "location": "querystring", "locationName": "next-token" } } }, "output": { "type": "structure", "members": { "Bots": { "type": "list", "member": { "shape": "S25" } }, "NextToken": {} } } }, "ListMeetingTags": { "http": { "method": "GET", "requestUri": "/meetings/{meetingId}/tags", "responseCode": 200 }, "input": { "type": "structure", "required": [ "MeetingId" ], "members": { "MeetingId": { "location": "uri", "locationName": "meetingId" } } }, "output": { "type": "structure", "members": { "Tags": { "shape": "S7i" } } } }, "ListMeetings": { "http": { "method": "GET", "requestUri": "/meetings", "responseCode": 200 }, "input": { "type": "structure", "members": { "NextToken": { "location": "querystring", "locationName": "next-token" }, "MaxResults": { "location": "querystring", "locationName": "max-results", "type": "integer" } } }, "output": { "type": "structure", "members": { "Meetings": { "type": "list", "member": { "shape": "S2e" } }, "NextToken": {} } } }, "ListPhoneNumberOrders": { "http": { "method": "GET", "requestUri": "/phone-number-orders", "responseCode": 200 }, "input": { "type": "structure", "members": { "NextToken": { "location": "querystring", "locationName": "next-token" }, "MaxResults": { "location": "querystring",