|
1516 | 1516 | },
|
1517 | 1517 | "BusinessReportContentRange":{
|
1518 | 1518 | "type":"structure",
|
| 1519 | + "required":["Interval"], |
1519 | 1520 | "members":{
|
1520 | 1521 | "Interval":{
|
1521 | 1522 | "shape":"BusinessReportInterval",
|
|
1917 | 1918 | "shape":"ClientRequestToken",
|
1918 | 1919 | "documentation":"<p>The client request token.</p>",
|
1919 | 1920 | "idempotencyToken":true
|
| 1921 | + }, |
| 1922 | + "Tags":{ |
| 1923 | + "shape":"TagList", |
| 1924 | + "documentation":"<p>The tags for the business report schedule.</p>" |
1920 | 1925 | }
|
1921 | 1926 | }
|
1922 | 1927 | },
|
|
2227 | 2232 | "MeetingRoomConfiguration":{
|
2228 | 2233 | "shape":"CreateMeetingRoomConfiguration",
|
2229 | 2234 | "documentation":"<p>The meeting room settings of a room profile.</p>"
|
| 2235 | + }, |
| 2236 | + "Tags":{ |
| 2237 | + "shape":"TagList", |
| 2238 | + "documentation":"<p>The tags for the profile.</p>" |
2230 | 2239 | }
|
2231 | 2240 | }
|
2232 | 2241 | },
|
|
2271 | 2280 | },
|
2272 | 2281 | "ProfileArn":{
|
2273 | 2282 | "shape":"Arn",
|
2274 |
| - "documentation":"<p>The profile ARN for the room.</p>" |
| 2283 | + "documentation":"<p>The profile ARN for the room. This is required.</p>" |
2275 | 2284 | },
|
2276 | 2285 | "ProviderCalendarId":{
|
2277 | 2286 | "shape":"ProviderCalendarId",
|
|
2313 | 2322 | "shape":"ClientRequestToken",
|
2314 | 2323 | "documentation":"<p>A unique, user-specified identifier for this request that ensures idempotency. </p>",
|
2315 | 2324 | "idempotencyToken":true
|
| 2325 | + }, |
| 2326 | + "Tags":{ |
| 2327 | + "shape":"TagList", |
| 2328 | + "documentation":"<p>The tags for the skill group.</p>" |
2316 | 2329 | }
|
2317 | 2330 | }
|
2318 | 2331 | },
|
|
2726 | 2739 | "documentation":"<p>The room ARN associated with a device.</p>"
|
2727 | 2740 | },
|
2728 | 2741 | "RoomName":{
|
2729 |
| - "shape":"RoomName", |
| 2742 | + "shape":"DeviceRoomName", |
2730 | 2743 | "documentation":"<p>The name of the room associated with a device.</p>"
|
2731 | 2744 | },
|
2732 | 2745 | "DeviceStatusInfo":{
|
|
2813 | 2826 | "documentation":"<p>The request failed because this device is no longer registered and therefore no longer managed by this account.</p>",
|
2814 | 2827 | "exception":true
|
2815 | 2828 | },
|
| 2829 | + "DeviceRoomName":{ |
| 2830 | + "type":"string", |
| 2831 | + "max":100, |
| 2832 | + "min":1, |
| 2833 | + "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" |
| 2834 | + }, |
2816 | 2835 | "DeviceSerialNumber":{
|
2817 | 2836 | "type":"string",
|
2818 | 2837 | "pattern":"[a-zA-Z0-9]{1,200}"
|
|
2862 | 2881 | "INVALID_CERTIFICATE_AUTHORITY",
|
2863 | 2882 | "NETWORK_PROFILE_NOT_FOUND",
|
2864 | 2883 | "INVALID_PASSWORD_STATE",
|
2865 |
| - "PASSWORD_NOT_FOUND" |
| 2884 | + "PASSWORD_NOT_FOUND", |
| 2885 | + "PASSWORD_MANAGER_ACCESS_DENIED", |
| 2886 | + "CERTIFICATE_AUTHORITY_ACCESS_DENIED" |
2866 | 2887 | ]
|
2867 | 2888 | },
|
2868 | 2889 | "DeviceStatusDetails":{
|
|
5098 | 5119 | },
|
5099 | 5120 | "Reviews":{
|
5100 | 5121 | "shape":"Reviews",
|
5101 |
| - "documentation":"<p>The list of reviews for the skill, including Key and Value pair.</p>" |
| 5122 | + "documentation":"<p> <i>This member has been deprecated.</i> </p> <p>The list of reviews for the skill, including Key and Value pair.</p>" |
5102 | 5123 | },
|
5103 | 5124 | "DeveloperInfo":{
|
5104 | 5125 | "shape":"DeveloperInfo",
|
|
0 commit comments