|
24 | 24 | "DeleteConferenceProvider": "<p>Deletes a conference provider.</p>", |
25 | 25 | "DeleteContact": "<p>Deletes a contact by the contact ARN.</p>", |
26 | 26 | "DeleteDevice": "<p>Removes a device from Alexa For Business.</p>", |
27 | | - "DeleteDeviceUsageData": "<p>When this action is called for a specified shared device, it allows authorized users to delete the device's entire previous history of voice input data. This action can be called once every 24 hours for a specific shared device. </p>", |
| 27 | + "DeleteDeviceUsageData": "<p>When this action is called for a specified shared device, it allows authorized users to delete the device's entire previous history of voice input data and associated response data. This action can be called once every 24 hours for a specific shared device.</p> <p>When this action is called for a specified shared device, it allows authorized users to delete the device's entire previous history of voice input data. This action can be called once every 24 hours for a specific shared device. </p>", |
28 | 28 | "DeleteGatewayGroup": "<p>Deletes a gateway group.</p>", |
29 | 29 | "DeleteNetworkProfile": "<p>Deletes a network profile by the network profile ARN.</p>", |
30 | 30 | "DeleteProfile": "<p>Deletes a room profile by the profile ARN.</p>", |
|
79 | 79 | "SearchSkillGroups": "<p>Searches skill groups and lists the ones that meet a set of filter and sort criteria.</p>", |
80 | 80 | "SearchUsers": "<p>Searches users and lists the ones that meet a set of filter and sort criteria.</p>", |
81 | 81 | "SendAnnouncement": "<p>Triggers an asynchronous flow to send text, SSML, or audio announcements to rooms that are identified by a search or filter. </p>", |
82 | | - "SendInvitation": "<p>Sends an enrollment invitation email with a URL to a user. The URL is valid for 72 hours or until you call this operation again, whichever comes first. </p>", |
| 82 | + "SendInvitation": "<p>Sends an enrollment invitation email with a URL to a user. The URL is valid for 30 days or until you call this operation again, whichever comes first. </p>", |
83 | 83 | "StartDeviceSync": "<p>Resets a device and its account to the known default settings. This clears all information and settings set by previous users in the following ways:</p> <ul> <li> <p>Bluetooth - This unpairs all bluetooth devices paired with your echo device.</p> </li> <li> <p>Volume - This resets the echo device's volume to the default value.</p> </li> <li> <p>Notifications - This clears all notifications from your echo device.</p> </li> <li> <p>Lists - This clears all to-do items from your echo device.</p> </li> <li> <p>Settings - This internally syncs the room's profile (if the device is assigned to a room), contacts, address books, delegation access for account linking, and communications (if enabled on the room profile).</p> </li> </ul>", |
84 | 84 | "StartSmartHomeApplianceDiscovery": "<p>Initiates the discovery of any smart home appliances associated with the room.</p>", |
85 | 85 | "TagResource": "<p>Adds metadata tags to a specified resource.</p>", |
|
1118 | 1118 | "UpdateProfileRequest$DistanceUnit": "<p>The updated distance unit for the room profile.</p>" |
1119 | 1119 | } |
1120 | 1120 | }, |
1121 | | - "E164PhoneNumber": { |
1122 | | - "base": null, |
1123 | | - "refs": { |
1124 | | - "Contact$PhoneNumber": "<p>The phone number of the contact.</p>", |
1125 | | - "ContactData$PhoneNumber": "<p>The phone number of the contact.</p>", |
1126 | | - "CreateContactRequest$PhoneNumber": "<p>The phone number of the contact in E.164 format.</p>", |
1127 | | - "UpdateContactRequest$PhoneNumber": "<p>The updated phone number of the contact.</p>" |
1128 | | - } |
1129 | | - }, |
1130 | 1121 | "Email": { |
1131 | 1122 | "base": null, |
1132 | 1123 | "refs": { |
|
1843 | 1834 | "UpdateConferenceProviderRequest$PSTNDialIn": "<p>The information for PSTN conferencing.</p>" |
1844 | 1835 | } |
1845 | 1836 | }, |
| 1837 | + "PhoneNumber": { |
| 1838 | + "base": "<p>The phone number for the contact containing the raw number and phone number type.</p>", |
| 1839 | + "refs": { |
| 1840 | + "PhoneNumberList$member": null |
| 1841 | + } |
| 1842 | + }, |
| 1843 | + "PhoneNumberList": { |
| 1844 | + "base": null, |
| 1845 | + "refs": { |
| 1846 | + "Contact$PhoneNumbers": "<p>The list of phone numbers for the contact.</p>", |
| 1847 | + "ContactData$PhoneNumbers": "<p>The list of phone numbers for the contact.</p>", |
| 1848 | + "CreateContactRequest$PhoneNumbers": "<p>The list of phone numbers for the contact.</p>", |
| 1849 | + "UpdateContactRequest$PhoneNumbers": "<p>The list of phone numbers for the contact.</p>" |
| 1850 | + } |
| 1851 | + }, |
| 1852 | + "PhoneNumberType": { |
| 1853 | + "base": null, |
| 1854 | + "refs": { |
| 1855 | + "PhoneNumber$Type": "<p>The type of the phone number.</p>" |
| 1856 | + } |
| 1857 | + }, |
1846 | 1858 | "PrivacyPolicy": { |
1847 | 1859 | "base": null, |
1848 | 1860 | "refs": { |
|
1938 | 1950 | "refs": { |
1939 | 1951 | } |
1940 | 1952 | }, |
| 1953 | + "RawPhoneNumber": { |
| 1954 | + "base": null, |
| 1955 | + "refs": { |
| 1956 | + "Contact$PhoneNumber": "<p>The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.</p>", |
| 1957 | + "ContactData$PhoneNumber": "<p>The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.</p>", |
| 1958 | + "CreateContactRequest$PhoneNumber": "<p>The phone number of the contact in E.164 format. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.</p>", |
| 1959 | + "PhoneNumber$Number": "<p>The raw value of the phone number.</p>", |
| 1960 | + "UpdateContactRequest$PhoneNumber": "<p>The updated phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.</p>" |
| 1961 | + } |
| 1962 | + }, |
1941 | 1963 | "RegisterAVSDeviceRequest": { |
1942 | 1964 | "base": null, |
1943 | 1965 | "refs": { |
|
2211 | 2233 | "PutInvitationConfigurationRequest$PrivateSkillIds": "<p>The list of private skill IDs that you want to recommend to the user to enable in the invitation.</p>" |
2212 | 2234 | } |
2213 | 2235 | }, |
| 2236 | + "SipAddress": { |
| 2237 | + "base": "<p>The SIP address for the contact containing the URI and SIP address type.</p>", |
| 2238 | + "refs": { |
| 2239 | + "SipAddressList$member": null |
| 2240 | + } |
| 2241 | + }, |
| 2242 | + "SipAddressList": { |
| 2243 | + "base": null, |
| 2244 | + "refs": { |
| 2245 | + "Contact$SipAddresses": "<p>The list of SIP addresses for the contact.</p>", |
| 2246 | + "ContactData$SipAddresses": "<p>The list of SIP addresses for the contact.</p>", |
| 2247 | + "CreateContactRequest$SipAddresses": "<p>The list of SIP addresses for the contact.</p>", |
| 2248 | + "UpdateContactRequest$SipAddresses": "<p>The list of SIP addresses for the contact.</p>" |
| 2249 | + } |
| 2250 | + }, |
| 2251 | + "SipType": { |
| 2252 | + "base": null, |
| 2253 | + "refs": { |
| 2254 | + "SipAddress$Type": "<p>The type of the SIP address.</p>" |
| 2255 | + } |
| 2256 | + }, |
| 2257 | + "SipUri": { |
| 2258 | + "base": null, |
| 2259 | + "refs": { |
| 2260 | + "SipAddress$Uri": "<p>The URI for the SIP address.</p>" |
| 2261 | + } |
| 2262 | + }, |
2214 | 2263 | "SkillDetails": { |
2215 | 2264 | "base": "<p>Granular information about the skill.</p>", |
2216 | 2265 | "refs": { |
|
0 commit comments