aws-sdk-core 2.11.156 → 2.11.157

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c61f0cb124a35d649db5f07dce3907a2e3c45e2
4
- data.tar.gz: 5ca2628be0a39090844a2839b207be018ddc2840
3
+ metadata.gz: f35c800dff0c1d249b175616850591d8b4619691
4
+ data.tar.gz: ad3eadf6c7bec96c58540a97500af56d171b8459
5
5
  SHA512:
6
- metadata.gz: 49d7f706c5225dd8b22906263807e632d2fe6f230dafa07a4ea8b2efe87b4b52b89f69f74f5c6846ee484b6d5e35ba15644fb19ada37a5241b50e434681a7227
7
- data.tar.gz: 743a6a5d11a6cf2db63a7c99b41b613eec805918dc27bf8a0380e0db8b092fb2f418d9c867ec980e4ce9c20b29986f8d73f1a5ef664bc794ae0a2e017a6b4381
6
+ metadata.gz: 8f32ab3c0f20d8756999df56d558bda0f112428f0ea32d4a33ff9f05bc5a9ff852fef01d73158ce0abd15f9c19d4eecd4bfc707ba53d0d58a418408b4e9578b8
7
+ data.tar.gz: 0c8db523881ce1fb3f4795c5e8f0bb2fe759391e0ca2a54ec067818b2c374ffa273b726f9982e48883abd5e00033fea3fe67d7b498e7894ba3391ea82f235cb6
@@ -12,6 +12,20 @@
12
12
  "uid":"alexaforbusiness-2017-11-09"
13
13
  },
14
14
  "operations":{
15
+ "ApproveSkill":{
16
+ "name":"ApproveSkill",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/"
20
+ },
21
+ "input":{"shape":"ApproveSkillRequest"},
22
+ "output":{"shape":"ApproveSkillResponse"},
23
+ "errors":[
24
+ {"shape":"LimitExceededException"},
25
+ {"shape":"NotFoundException"},
26
+ {"shape":"ConcurrentModificationException"}
27
+ ]
28
+ },
15
29
  "AssociateContactWithAddressBook":{
16
30
  "name":"AssociateContactWithAddressBook",
17
31
  "http":{
@@ -34,6 +48,7 @@
34
48
  "output":{"shape":"AssociateDeviceWithRoomResponse"},
35
49
  "errors":[
36
50
  {"shape":"LimitExceededException"},
51
+ {"shape":"ConcurrentModificationException"},
37
52
  {"shape":"DeviceNotRegisteredException"}
38
53
  ]
39
54
  },
@@ -44,7 +59,23 @@
44
59
  "requestUri":"/"
45
60
  },
46
61
  "input":{"shape":"AssociateSkillGroupWithRoomRequest"},
47
- "output":{"shape":"AssociateSkillGroupWithRoomResponse"}
62
+ "output":{"shape":"AssociateSkillGroupWithRoomResponse"},
63
+ "errors":[
64
+ {"shape":"ConcurrentModificationException"}
65
+ ]
66
+ },
67
+ "AssociateSkillWithSkillGroup":{
68
+ "name":"AssociateSkillWithSkillGroup",
69
+ "http":{
70
+ "method":"POST",
71
+ "requestUri":"/"
72
+ },
73
+ "input":{"shape":"AssociateSkillWithSkillGroupRequest"},
74
+ "output":{"shape":"AssociateSkillWithSkillGroupResponse"},
75
+ "errors":[
76
+ {"shape":"ConcurrentModificationException"},
77
+ {"shape":"NotFoundException"}
78
+ ]
48
79
  },
49
80
  "CreateAddressBook":{
50
81
  "name":"CreateAddressBook",
@@ -59,6 +90,18 @@
59
90
  {"shape":"LimitExceededException"}
60
91
  ]
61
92
  },
93
+ "CreateConferenceProvider":{
94
+ "name":"CreateConferenceProvider",
95
+ "http":{
96
+ "method":"POST",
97
+ "requestUri":"/"
98
+ },
99
+ "input":{"shape":"CreateConferenceProviderRequest"},
100
+ "output":{"shape":"CreateConferenceProviderResponse"},
101
+ "errors":[
102
+ {"shape":"AlreadyExistsException"}
103
+ ]
104
+ },
62
105
  "CreateContact":{
63
106
  "name":"CreateContact",
64
107
  "http":{
@@ -82,7 +125,8 @@
82
125
  "output":{"shape":"CreateProfileResponse"},
83
126
  "errors":[
84
127
  {"shape":"LimitExceededException"},
85
- {"shape":"AlreadyExistsException"}
128
+ {"shape":"AlreadyExistsException"},
129
+ {"shape":"ConcurrentModificationException"}
86
130
  ]
87
131
  },
88
132
  "CreateRoom":{
@@ -108,7 +152,8 @@
108
152
  "output":{"shape":"CreateSkillGroupResponse"},
109
153
  "errors":[
110
154
  {"shape":"AlreadyExistsException"},
111
- {"shape":"LimitExceededException"}
155
+ {"shape":"LimitExceededException"},
156
+ {"shape":"ConcurrentModificationException"}
112
157
  ]
113
158
  },
114
159
  "CreateUser":{
@@ -121,7 +166,8 @@
121
166
  "output":{"shape":"CreateUserResponse"},
122
167
  "errors":[
123
168
  {"shape":"ResourceInUseException"},
124
- {"shape":"LimitExceededException"}
169
+ {"shape":"LimitExceededException"},
170
+ {"shape":"ConcurrentModificationException"}
125
171
  ]
126
172
  },
127
173
  "DeleteAddressBook":{
@@ -132,6 +178,19 @@
132
178
  },
133
179
  "input":{"shape":"DeleteAddressBookRequest"},
134
180
  "output":{"shape":"DeleteAddressBookResponse"},
181
+ "errors":[
182
+ {"shape":"NotFoundException"},
183
+ {"shape":"ConcurrentModificationException"}
184
+ ]
185
+ },
186
+ "DeleteConferenceProvider":{
187
+ "name":"DeleteConferenceProvider",
188
+ "http":{
189
+ "method":"POST",
190
+ "requestUri":"/"
191
+ },
192
+ "input":{"shape":"DeleteConferenceProviderRequest"},
193
+ "output":{"shape":"DeleteConferenceProviderResponse"},
135
194
  "errors":[
136
195
  {"shape":"NotFoundException"}
137
196
  ]
@@ -145,7 +204,22 @@
145
204
  "input":{"shape":"DeleteContactRequest"},
146
205
  "output":{"shape":"DeleteContactResponse"},
147
206
  "errors":[
148
- {"shape":"NotFoundException"}
207
+ {"shape":"NotFoundException"},
208
+ {"shape":"ConcurrentModificationException"}
209
+ ]
210
+ },
211
+ "DeleteDevice":{
212
+ "name":"DeleteDevice",
213
+ "http":{
214
+ "method":"POST",
215
+ "requestUri":"/"
216
+ },
217
+ "input":{"shape":"DeleteDeviceRequest"},
218
+ "output":{"shape":"DeleteDeviceResponse"},
219
+ "errors":[
220
+ {"shape":"NotFoundException"},
221
+ {"shape":"ConcurrentModificationException"},
222
+ {"shape":"InvalidCertificateAuthorityException"}
149
223
  ]
150
224
  },
151
225
  "DeleteProfile":{
@@ -157,7 +231,8 @@
157
231
  "input":{"shape":"DeleteProfileRequest"},
158
232
  "output":{"shape":"DeleteProfileResponse"},
159
233
  "errors":[
160
- {"shape":"NotFoundException"}
234
+ {"shape":"NotFoundException"},
235
+ {"shape":"ConcurrentModificationException"}
161
236
  ]
162
237
  },
163
238
  "DeleteRoom":{
@@ -169,7 +244,8 @@
169
244
  "input":{"shape":"DeleteRoomRequest"},
170
245
  "output":{"shape":"DeleteRoomResponse"},
171
246
  "errors":[
172
- {"shape":"NotFoundException"}
247
+ {"shape":"NotFoundException"},
248
+ {"shape":"ConcurrentModificationException"}
173
249
  ]
174
250
  },
175
251
  "DeleteRoomSkillParameter":{
@@ -179,7 +255,23 @@
179
255
  "requestUri":"/"
180
256
  },
181
257
  "input":{"shape":"DeleteRoomSkillParameterRequest"},
182
- "output":{"shape":"DeleteRoomSkillParameterResponse"}
258
+ "output":{"shape":"DeleteRoomSkillParameterResponse"},
259
+ "errors":[
260
+ {"shape":"ConcurrentModificationException"}
261
+ ]
262
+ },
263
+ "DeleteSkillAuthorization":{
264
+ "name":"DeleteSkillAuthorization",
265
+ "http":{
266
+ "method":"POST",
267
+ "requestUri":"/"
268
+ },
269
+ "input":{"shape":"DeleteSkillAuthorizationRequest"},
270
+ "output":{"shape":"DeleteSkillAuthorizationResponse"},
271
+ "errors":[
272
+ {"shape":"NotFoundException"},
273
+ {"shape":"ConcurrentModificationException"}
274
+ ]
183
275
  },
184
276
  "DeleteSkillGroup":{
185
277
  "name":"DeleteSkillGroup",
@@ -190,7 +282,8 @@
190
282
  "input":{"shape":"DeleteSkillGroupRequest"},
191
283
  "output":{"shape":"DeleteSkillGroupResponse"},
192
284
  "errors":[
193
- {"shape":"NotFoundException"}
285
+ {"shape":"NotFoundException"},
286
+ {"shape":"ConcurrentModificationException"}
194
287
  ]
195
288
  },
196
289
  "DeleteUser":{
@@ -202,7 +295,8 @@
202
295
  "input":{"shape":"DeleteUserRequest"},
203
296
  "output":{"shape":"DeleteUserResponse"},
204
297
  "errors":[
205
- {"shape":"NotFoundException"}
298
+ {"shape":"NotFoundException"},
299
+ {"shape":"ConcurrentModificationException"}
206
300
  ]
207
301
  },
208
302
  "DisassociateContactFromAddressBook":{
@@ -223,9 +317,23 @@
223
317
  "input":{"shape":"DisassociateDeviceFromRoomRequest"},
224
318
  "output":{"shape":"DisassociateDeviceFromRoomResponse"},
225
319
  "errors":[
320
+ {"shape":"ConcurrentModificationException"},
226
321
  {"shape":"DeviceNotRegisteredException"}
227
322
  ]
228
323
  },
324
+ "DisassociateSkillFromSkillGroup":{
325
+ "name":"DisassociateSkillFromSkillGroup",
326
+ "http":{
327
+ "method":"POST",
328
+ "requestUri":"/"
329
+ },
330
+ "input":{"shape":"DisassociateSkillFromSkillGroupRequest"},
331
+ "output":{"shape":"DisassociateSkillFromSkillGroupResponse"},
332
+ "errors":[
333
+ {"shape":"ConcurrentModificationException"},
334
+ {"shape":"NotFoundException"}
335
+ ]
336
+ },
229
337
  "DisassociateSkillGroupFromRoom":{
230
338
  "name":"DisassociateSkillGroupFromRoom",
231
339
  "http":{
@@ -233,7 +341,22 @@
233
341
  "requestUri":"/"
234
342
  },
235
343
  "input":{"shape":"DisassociateSkillGroupFromRoomRequest"},
236
- "output":{"shape":"DisassociateSkillGroupFromRoomResponse"}
344
+ "output":{"shape":"DisassociateSkillGroupFromRoomResponse"},
345
+ "errors":[
346
+ {"shape":"ConcurrentModificationException"}
347
+ ]
348
+ },
349
+ "ForgetSmartHomeAppliances":{
350
+ "name":"ForgetSmartHomeAppliances",
351
+ "http":{
352
+ "method":"POST",
353
+ "requestUri":"/"
354
+ },
355
+ "input":{"shape":"ForgetSmartHomeAppliancesRequest"},
356
+ "output":{"shape":"ForgetSmartHomeAppliancesResponse"},
357
+ "errors":[
358
+ {"shape":"NotFoundException"}
359
+ ]
237
360
  },
238
361
  "GetAddressBook":{
239
362
  "name":"GetAddressBook",
@@ -247,6 +370,30 @@
247
370
  {"shape":"NotFoundException"}
248
371
  ]
249
372
  },
373
+ "GetConferencePreference":{
374
+ "name":"GetConferencePreference",
375
+ "http":{
376
+ "method":"POST",
377
+ "requestUri":"/"
378
+ },
379
+ "input":{"shape":"GetConferencePreferenceRequest"},
380
+ "output":{"shape":"GetConferencePreferenceResponse"},
381
+ "errors":[
382
+ {"shape":"NotFoundException"}
383
+ ]
384
+ },
385
+ "GetConferenceProvider":{
386
+ "name":"GetConferenceProvider",
387
+ "http":{
388
+ "method":"POST",
389
+ "requestUri":"/"
390
+ },
391
+ "input":{"shape":"GetConferenceProviderRequest"},
392
+ "output":{"shape":"GetConferenceProviderResponse"},
393
+ "errors":[
394
+ {"shape":"NotFoundException"}
395
+ ]
396
+ },
250
397
  "GetContact":{
251
398
  "name":"GetContact",
252
399
  "http":{
@@ -319,6 +466,15 @@
319
466
  {"shape":"NotFoundException"}
320
467
  ]
321
468
  },
469
+ "ListConferenceProviders":{
470
+ "name":"ListConferenceProviders",
471
+ "http":{
472
+ "method":"POST",
473
+ "requestUri":"/"
474
+ },
475
+ "input":{"shape":"ListConferenceProvidersRequest"},
476
+ "output":{"shape":"ListConferenceProvidersResponse"}
477
+ },
322
478
  "ListDeviceEvents":{
323
479
  "name":"ListDeviceEvents",
324
480
  "http":{
@@ -340,6 +496,36 @@
340
496
  "input":{"shape":"ListSkillsRequest"},
341
497
  "output":{"shape":"ListSkillsResponse"}
342
498
  },
499
+ "ListSkillsStoreCategories":{
500
+ "name":"ListSkillsStoreCategories",
501
+ "http":{
502
+ "method":"POST",
503
+ "requestUri":"/"
504
+ },
505
+ "input":{"shape":"ListSkillsStoreCategoriesRequest"},
506
+ "output":{"shape":"ListSkillsStoreCategoriesResponse"}
507
+ },
508
+ "ListSkillsStoreSkillsByCategory":{
509
+ "name":"ListSkillsStoreSkillsByCategory",
510
+ "http":{
511
+ "method":"POST",
512
+ "requestUri":"/"
513
+ },
514
+ "input":{"shape":"ListSkillsStoreSkillsByCategoryRequest"},
515
+ "output":{"shape":"ListSkillsStoreSkillsByCategoryResponse"}
516
+ },
517
+ "ListSmartHomeAppliances":{
518
+ "name":"ListSmartHomeAppliances",
519
+ "http":{
520
+ "method":"POST",
521
+ "requestUri":"/"
522
+ },
523
+ "input":{"shape":"ListSmartHomeAppliancesRequest"},
524
+ "output":{"shape":"ListSmartHomeAppliancesResponse"},
525
+ "errors":[
526
+ {"shape":"NotFoundException"}
527
+ ]
528
+ },
343
529
  "ListTags":{
344
530
  "name":"ListTags",
345
531
  "http":{
@@ -352,6 +538,18 @@
352
538
  {"shape":"NotFoundException"}
353
539
  ]
354
540
  },
541
+ "PutConferencePreference":{
542
+ "name":"PutConferencePreference",
543
+ "http":{
544
+ "method":"POST",
545
+ "requestUri":"/"
546
+ },
547
+ "input":{"shape":"PutConferencePreferenceRequest"},
548
+ "output":{"shape":"PutConferencePreferenceResponse"},
549
+ "errors":[
550
+ {"shape":"NotFoundException"}
551
+ ]
552
+ },
355
553
  "PutRoomSkillParameter":{
356
554
  "name":"PutRoomSkillParameter",
357
555
  "http":{
@@ -359,7 +557,50 @@
359
557
  "requestUri":"/"
360
558
  },
361
559
  "input":{"shape":"PutRoomSkillParameterRequest"},
362
- "output":{"shape":"PutRoomSkillParameterResponse"}
560
+ "output":{"shape":"PutRoomSkillParameterResponse"},
561
+ "errors":[
562
+ {"shape":"ConcurrentModificationException"}
563
+ ]
564
+ },
565
+ "PutSkillAuthorization":{
566
+ "name":"PutSkillAuthorization",
567
+ "http":{
568
+ "method":"POST",
569
+ "requestUri":"/"
570
+ },
571
+ "input":{"shape":"PutSkillAuthorizationRequest"},
572
+ "output":{"shape":"PutSkillAuthorizationResponse"},
573
+ "errors":[
574
+ {"shape":"UnauthorizedException"},
575
+ {"shape":"ConcurrentModificationException"}
576
+ ]
577
+ },
578
+ "RegisterAVSDevice":{
579
+ "name":"RegisterAVSDevice",
580
+ "http":{
581
+ "method":"POST",
582
+ "requestUri":"/"
583
+ },
584
+ "input":{"shape":"RegisterAVSDeviceRequest"},
585
+ "output":{"shape":"RegisterAVSDeviceResponse"},
586
+ "errors":[
587
+ {"shape":"LimitExceededException"},
588
+ {"shape":"ConcurrentModificationException"},
589
+ {"shape":"InvalidDeviceException"}
590
+ ]
591
+ },
592
+ "RejectSkill":{
593
+ "name":"RejectSkill",
594
+ "http":{
595
+ "method":"POST",
596
+ "requestUri":"/"
597
+ },
598
+ "input":{"shape":"RejectSkillRequest"},
599
+ "output":{"shape":"RejectSkillResponse"},
600
+ "errors":[
601
+ {"shape":"ConcurrentModificationException"},
602
+ {"shape":"NotFoundException"}
603
+ ]
363
604
  },
364
605
  "ResolveRoom":{
365
606
  "name":"ResolveRoom",
@@ -382,7 +623,8 @@
382
623
  "input":{"shape":"RevokeInvitationRequest"},
383
624
  "output":{"shape":"RevokeInvitationResponse"},
384
625
  "errors":[
385
- {"shape":"NotFoundException"}
626
+ {"shape":"NotFoundException"},
627
+ {"shape":"ConcurrentModificationException"}
386
628
  ]
387
629
  },
388
630
  "SearchAddressBooks":{
@@ -458,7 +700,8 @@
458
700
  "output":{"shape":"SendInvitationResponse"},
459
701
  "errors":[
460
702
  {"shape":"NotFoundException"},
461
- {"shape":"InvalidUserStatusException"}
703
+ {"shape":"InvalidUserStatusException"},
704
+ {"shape":"ConcurrentModificationException"}
462
705
  ]
463
706
  },
464
707
  "StartDeviceSync":{
@@ -473,6 +716,18 @@
473
716
  {"shape":"DeviceNotRegisteredException"}
474
717
  ]
475
718
  },
719
+ "StartSmartHomeApplianceDiscovery":{
720
+ "name":"StartSmartHomeApplianceDiscovery",
721
+ "http":{
722
+ "method":"POST",
723
+ "requestUri":"/"
724
+ },
725
+ "input":{"shape":"StartSmartHomeApplianceDiscoveryRequest"},
726
+ "output":{"shape":"StartSmartHomeApplianceDiscoveryResponse"},
727
+ "errors":[
728
+ {"shape":"NotFoundException"}
729
+ ]
730
+ },
476
731
  "TagResource":{
477
732
  "name":"TagResource",
478
733
  "http":{
@@ -507,7 +762,20 @@
507
762
  "output":{"shape":"UpdateAddressBookResponse"},
508
763
  "errors":[
509
764
  {"shape":"NotFoundException"},
510
- {"shape":"NameInUseException"}
765
+ {"shape":"NameInUseException"},
766
+ {"shape":"ConcurrentModificationException"}
767
+ ]
768
+ },
769
+ "UpdateConferenceProvider":{
770
+ "name":"UpdateConferenceProvider",
771
+ "http":{
772
+ "method":"POST",
773
+ "requestUri":"/"
774
+ },
775
+ "input":{"shape":"UpdateConferenceProviderRequest"},
776
+ "output":{"shape":"UpdateConferenceProviderResponse"},
777
+ "errors":[
778
+ {"shape":"NotFoundException"}
511
779
  ]
512
780
  },
513
781
  "UpdateContact":{
@@ -519,7 +787,8 @@
519
787
  "input":{"shape":"UpdateContactRequest"},
520
788
  "output":{"shape":"UpdateContactResponse"},
521
789
  "errors":[
522
- {"shape":"NotFoundException"}
790
+ {"shape":"NotFoundException"},
791
+ {"shape":"ConcurrentModificationException"}
523
792
  ]
524
793
  },
525
794
  "UpdateDevice":{
@@ -532,6 +801,7 @@
532
801
  "output":{"shape":"UpdateDeviceResponse"},
533
802
  "errors":[
534
803
  {"shape":"NotFoundException"},
804
+ {"shape":"ConcurrentModificationException"},
535
805
  {"shape":"DeviceNotRegisteredException"}
536
806
  ]
537
807
  },
@@ -545,7 +815,8 @@
545
815
  "output":{"shape":"UpdateProfileResponse"},
546
816
  "errors":[
547
817
  {"shape":"NotFoundException"},
548
- {"shape":"NameInUseException"}
818
+ {"shape":"NameInUseException"},
819
+ {"shape":"ConcurrentModificationException"}
549
820
  ]
550
821
  },
551
822
  "UpdateRoom":{
@@ -571,7 +842,8 @@
571
842
  "output":{"shape":"UpdateSkillGroupResponse"},
572
843
  "errors":[
573
844
  {"shape":"NotFoundException"},
574
- {"shape":"NameInUseException"}
845
+ {"shape":"NameInUseException"},
846
+ {"shape":"ConcurrentModificationException"}
575
847
  ]
576
848
  }
577
849
  },
@@ -620,6 +892,25 @@
620
892
  },
621
893
  "exception":true
622
894
  },
895
+ "AmazonId":{
896
+ "type":"string",
897
+ "pattern":"[a-zA-Z0-9]{1,18}"
898
+ },
899
+ "ApplianceDescription":{"type":"string"},
900
+ "ApplianceFriendlyName":{"type":"string"},
901
+ "ApplianceManufacturerName":{"type":"string"},
902
+ "ApproveSkillRequest":{
903
+ "type":"structure",
904
+ "required":["SkillId"],
905
+ "members":{
906
+ "SkillId":{"shape":"SkillId"}
907
+ }
908
+ },
909
+ "ApproveSkillResponse":{
910
+ "type":"structure",
911
+ "members":{
912
+ }
913
+ },
623
914
  "Arn":{
624
915
  "type":"string",
625
916
  "pattern":"arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}"
@@ -664,13 +955,114 @@
664
955
  "members":{
665
956
  }
666
957
  },
958
+ "AssociateSkillWithSkillGroupRequest":{
959
+ "type":"structure",
960
+ "required":["SkillId"],
961
+ "members":{
962
+ "SkillGroupArn":{"shape":"Arn"},
963
+ "SkillId":{"shape":"SkillId"}
964
+ }
965
+ },
966
+ "AssociateSkillWithSkillGroupResponse":{
967
+ "type":"structure",
968
+ "members":{
969
+ }
970
+ },
971
+ "AuthorizationResult":{
972
+ "type":"map",
973
+ "key":{"shape":"Key"},
974
+ "value":{"shape":"Value"},
975
+ "sensitive":true
976
+ },
667
977
  "Boolean":{"type":"boolean"},
978
+ "BulletPoint":{"type":"string"},
979
+ "BulletPoints":{
980
+ "type":"list",
981
+ "member":{"shape":"BulletPoint"}
982
+ },
983
+ "Category":{
984
+ "type":"structure",
985
+ "members":{
986
+ "CategoryId":{"shape":"CategoryId"},
987
+ "CategoryName":{"shape":"CategoryName"}
988
+ }
989
+ },
990
+ "CategoryId":{
991
+ "type":"long",
992
+ "min":1
993
+ },
994
+ "CategoryList":{
995
+ "type":"list",
996
+ "member":{"shape":"Category"}
997
+ },
998
+ "CategoryName":{"type":"string"},
999
+ "ClientId":{
1000
+ "type":"string",
1001
+ "pattern":"^\\S+{1,256}$"
1002
+ },
668
1003
  "ClientRequestToken":{
669
1004
  "type":"string",
670
1005
  "max":150,
671
1006
  "min":10,
672
1007
  "pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*"
673
1008
  },
1009
+ "CommsProtocol":{
1010
+ "type":"string",
1011
+ "enum":[
1012
+ "SIP",
1013
+ "SIPS",
1014
+ "H323"
1015
+ ]
1016
+ },
1017
+ "ConcurrentModificationException":{
1018
+ "type":"structure",
1019
+ "members":{
1020
+ "Message":{"shape":"ErrorMessage"}
1021
+ },
1022
+ "exception":true
1023
+ },
1024
+ "ConferencePreference":{
1025
+ "type":"structure",
1026
+ "members":{
1027
+ "DefaultConferenceProviderArn":{"shape":"Arn"}
1028
+ }
1029
+ },
1030
+ "ConferenceProvider":{
1031
+ "type":"structure",
1032
+ "members":{
1033
+ "Arn":{"shape":"Arn"},
1034
+ "Name":{"shape":"ConferenceProviderName"},
1035
+ "Type":{"shape":"ConferenceProviderType"},
1036
+ "IPDialIn":{"shape":"IPDialIn"},
1037
+ "PSTNDialIn":{"shape":"PSTNDialIn"},
1038
+ "MeetingSetting":{"shape":"MeetingSetting"}
1039
+ }
1040
+ },
1041
+ "ConferenceProviderName":{
1042
+ "type":"string",
1043
+ "max":50,
1044
+ "min":1,
1045
+ "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
1046
+ },
1047
+ "ConferenceProviderType":{
1048
+ "type":"string",
1049
+ "enum":[
1050
+ "CHIME",
1051
+ "BLUEJEANS",
1052
+ "FUZE",
1053
+ "GOOGLE_HANGOUTS",
1054
+ "POLYCOM",
1055
+ "RINGCENTRAL",
1056
+ "SKYPE_FOR_BUSINESS",
1057
+ "WEBEX",
1058
+ "ZOOM",
1059
+ "CUSTOM"
1060
+ ]
1061
+ },
1062
+ "ConferenceProvidersList":{
1063
+ "type":"list",
1064
+ "member":{"shape":"ConferenceProvider"}
1065
+ },
674
1066
  "ConnectionStatus":{
675
1067
  "type":"string",
676
1068
  "enum":[
@@ -708,6 +1100,10 @@
708
1100
  "min":1,
709
1101
  "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
710
1102
  },
1103
+ "CountryCode":{
1104
+ "type":"string",
1105
+ "pattern":"\\d{1,3}"
1106
+ },
711
1107
  "CreateAddressBookRequest":{
712
1108
  "type":"structure",
713
1109
  "required":["Name"],
@@ -726,6 +1122,31 @@
726
1122
  "AddressBookArn":{"shape":"Arn"}
727
1123
  }
728
1124
  },
1125
+ "CreateConferenceProviderRequest":{
1126
+ "type":"structure",
1127
+ "required":[
1128
+ "ConferenceProviderName",
1129
+ "ConferenceProviderType",
1130
+ "MeetingSetting"
1131
+ ],
1132
+ "members":{
1133
+ "ConferenceProviderName":{"shape":"ConferenceProviderName"},
1134
+ "ConferenceProviderType":{"shape":"ConferenceProviderType"},
1135
+ "IPDialIn":{"shape":"IPDialIn"},
1136
+ "PSTNDialIn":{"shape":"PSTNDialIn"},
1137
+ "MeetingSetting":{"shape":"MeetingSetting"},
1138
+ "ClientRequestToken":{
1139
+ "shape":"ClientRequestToken",
1140
+ "idempotencyToken":true
1141
+ }
1142
+ }
1143
+ },
1144
+ "CreateConferenceProviderResponse":{
1145
+ "type":"structure",
1146
+ "members":{
1147
+ "ConferenceProviderArn":{"shape":"Arn"}
1148
+ }
1149
+ },
729
1150
  "CreateContactRequest":{
730
1151
  "type":"structure",
731
1152
  "required":[
@@ -853,6 +1274,18 @@
853
1274
  "members":{
854
1275
  }
855
1276
  },
1277
+ "DeleteConferenceProviderRequest":{
1278
+ "type":"structure",
1279
+ "required":["ConferenceProviderArn"],
1280
+ "members":{
1281
+ "ConferenceProviderArn":{"shape":"Arn"}
1282
+ }
1283
+ },
1284
+ "DeleteConferenceProviderResponse":{
1285
+ "type":"structure",
1286
+ "members":{
1287
+ }
1288
+ },
856
1289
  "DeleteContactRequest":{
857
1290
  "type":"structure",
858
1291
  "required":["ContactArn"],
@@ -865,6 +1298,18 @@
865
1298
  "members":{
866
1299
  }
867
1300
  },
1301
+ "DeleteDeviceRequest":{
1302
+ "type":"structure",
1303
+ "required":["DeviceArn"],
1304
+ "members":{
1305
+ "DeviceArn":{"shape":"Arn"}
1306
+ }
1307
+ },
1308
+ "DeleteDeviceResponse":{
1309
+ "type":"structure",
1310
+ "members":{
1311
+ }
1312
+ },
868
1313
  "DeleteProfileRequest":{
869
1314
  "type":"structure",
870
1315
  "members":{
@@ -904,6 +1349,19 @@
904
1349
  "members":{
905
1350
  }
906
1351
  },
1352
+ "DeleteSkillAuthorizationRequest":{
1353
+ "type":"structure",
1354
+ "required":["SkillId"],
1355
+ "members":{
1356
+ "SkillId":{"shape":"SkillId"},
1357
+ "RoomArn":{"shape":"Arn"}
1358
+ }
1359
+ },
1360
+ "DeleteSkillAuthorizationResponse":{
1361
+ "type":"structure",
1362
+ "members":{
1363
+ }
1364
+ },
907
1365
  "DeleteSkillGroupRequest":{
908
1366
  "type":"structure",
909
1367
  "members":{
@@ -928,6 +1386,16 @@
928
1386
  "members":{
929
1387
  }
930
1388
  },
1389
+ "DeveloperInfo":{
1390
+ "type":"structure",
1391
+ "members":{
1392
+ "DeveloperName":{"shape":"DeveloperName"},
1393
+ "PrivacyPolicy":{"shape":"PrivacyPolicy"},
1394
+ "Email":{"shape":"Email"},
1395
+ "Url":{"shape":"Url"}
1396
+ }
1397
+ },
1398
+ "DeveloperName":{"type":"string"},
931
1399
  "Device":{
932
1400
  "type":"structure",
933
1401
  "members":{
@@ -998,6 +1466,10 @@
998
1466
  "type":"string",
999
1467
  "pattern":"[a-zA-Z0-9]{1,200}"
1000
1468
  },
1469
+ "DeviceSerialNumberForAVS":{
1470
+ "type":"string",
1471
+ "pattern":"^[a-zA-Z0-9]{1,50}$"
1472
+ },
1001
1473
  "DeviceStatus":{
1002
1474
  "type":"string",
1003
1475
  "enum":[
@@ -1046,18 +1518,31 @@
1046
1518
  "AddressBookArn":{"shape":"Arn"}
1047
1519
  }
1048
1520
  },
1049
- "DisassociateContactFromAddressBookResponse":{
1521
+ "DisassociateContactFromAddressBookResponse":{
1522
+ "type":"structure",
1523
+ "members":{
1524
+ }
1525
+ },
1526
+ "DisassociateDeviceFromRoomRequest":{
1527
+ "type":"structure",
1528
+ "members":{
1529
+ "DeviceArn":{"shape":"Arn"}
1530
+ }
1531
+ },
1532
+ "DisassociateDeviceFromRoomResponse":{
1050
1533
  "type":"structure",
1051
1534
  "members":{
1052
1535
  }
1053
1536
  },
1054
- "DisassociateDeviceFromRoomRequest":{
1537
+ "DisassociateSkillFromSkillGroupRequest":{
1055
1538
  "type":"structure",
1539
+ "required":["SkillId"],
1056
1540
  "members":{
1057
- "DeviceArn":{"shape":"Arn"}
1541
+ "SkillGroupArn":{"shape":"Arn"},
1542
+ "SkillId":{"shape":"SkillId"}
1058
1543
  }
1059
1544
  },
1060
- "DisassociateDeviceFromRoomResponse":{
1545
+ "DisassociateSkillFromSkillGroupResponse":{
1061
1546
  "type":"structure",
1062
1547
  "members":{
1063
1548
  }
@@ -1091,6 +1576,26 @@
1091
1576
  "min":1,
1092
1577
  "pattern":"([0-9a-zA-Z]([+-.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\\w]*[0-9a-zA-Z]\\.)+[a-zA-Z]{2,9})"
1093
1578
  },
1579
+ "EnablementType":{
1580
+ "type":"string",
1581
+ "enum":[
1582
+ "ENABLED",
1583
+ "PENDING"
1584
+ ]
1585
+ },
1586
+ "EnablementTypeFilter":{
1587
+ "type":"string",
1588
+ "enum":[
1589
+ "ENABLED",
1590
+ "PENDING"
1591
+ ]
1592
+ },
1593
+ "EndUserLicenseAgreement":{"type":"string"},
1594
+ "Endpoint":{
1595
+ "type":"string",
1596
+ "max":256,
1597
+ "min":1
1598
+ },
1094
1599
  "EnrollmentId":{
1095
1600
  "type":"string",
1096
1601
  "max":128,
@@ -1153,6 +1658,23 @@
1153
1658
  "member":{"shape":"FilterValue"},
1154
1659
  "max":5
1155
1660
  },
1661
+ "ForgetSmartHomeAppliancesRequest":{
1662
+ "type":"structure",
1663
+ "required":["RoomArn"],
1664
+ "members":{
1665
+ "RoomArn":{"shape":"Arn"}
1666
+ }
1667
+ },
1668
+ "ForgetSmartHomeAppliancesResponse":{
1669
+ "type":"structure",
1670
+ "members":{
1671
+ }
1672
+ },
1673
+ "GenericKeyword":{"type":"string"},
1674
+ "GenericKeywords":{
1675
+ "type":"list",
1676
+ "member":{"shape":"GenericKeyword"}
1677
+ },
1156
1678
  "GetAddressBookRequest":{
1157
1679
  "type":"structure",
1158
1680
  "required":["AddressBookArn"],
@@ -1166,6 +1688,30 @@
1166
1688
  "AddressBook":{"shape":"AddressBook"}
1167
1689
  }
1168
1690
  },
1691
+ "GetConferencePreferenceRequest":{
1692
+ "type":"structure",
1693
+ "members":{
1694
+ }
1695
+ },
1696
+ "GetConferencePreferenceResponse":{
1697
+ "type":"structure",
1698
+ "members":{
1699
+ "Preference":{"shape":"ConferencePreference"}
1700
+ }
1701
+ },
1702
+ "GetConferenceProviderRequest":{
1703
+ "type":"structure",
1704
+ "required":["ConferenceProviderArn"],
1705
+ "members":{
1706
+ "ConferenceProviderArn":{"shape":"Arn"}
1707
+ }
1708
+ },
1709
+ "GetConferenceProviderResponse":{
1710
+ "type":"structure",
1711
+ "members":{
1712
+ "ConferenceProvider":{"shape":"ConferenceProvider"}
1713
+ }
1714
+ },
1169
1715
  "GetContactRequest":{
1170
1716
  "type":"structure",
1171
1717
  "required":["ContactArn"],
@@ -1245,6 +1791,32 @@
1245
1791
  "SkillGroup":{"shape":"SkillGroup"}
1246
1792
  }
1247
1793
  },
1794
+ "IPDialIn":{
1795
+ "type":"structure",
1796
+ "required":[
1797
+ "Endpoint",
1798
+ "CommsProtocol"
1799
+ ],
1800
+ "members":{
1801
+ "Endpoint":{"shape":"Endpoint"},
1802
+ "CommsProtocol":{"shape":"CommsProtocol"}
1803
+ }
1804
+ },
1805
+ "IconUrl":{"type":"string"},
1806
+ "InvalidCertificateAuthorityException":{
1807
+ "type":"structure",
1808
+ "members":{
1809
+ "Message":{"shape":"ErrorMessage"}
1810
+ },
1811
+ "exception":true
1812
+ },
1813
+ "InvalidDeviceException":{
1814
+ "type":"structure",
1815
+ "members":{
1816
+ "Message":{"shape":"ErrorMessage"}
1817
+ },
1818
+ "exception":true
1819
+ },
1248
1820
  "InvalidUserStatusException":{
1249
1821
  "type":"structure",
1250
1822
  "members":{
@@ -1252,6 +1824,11 @@
1252
1824
  },
1253
1825
  "exception":true
1254
1826
  },
1827
+ "InvocationPhrase":{"type":"string"},
1828
+ "Key":{
1829
+ "type":"string",
1830
+ "min":1
1831
+ },
1255
1832
  "LimitExceededException":{
1256
1833
  "type":"structure",
1257
1834
  "members":{
@@ -1259,6 +1836,20 @@
1259
1836
  },
1260
1837
  "exception":true
1261
1838
  },
1839
+ "ListConferenceProvidersRequest":{
1840
+ "type":"structure",
1841
+ "members":{
1842
+ "NextToken":{"shape":"NextToken"},
1843
+ "MaxResults":{"shape":"MaxResults"}
1844
+ }
1845
+ },
1846
+ "ListConferenceProvidersResponse":{
1847
+ "type":"structure",
1848
+ "members":{
1849
+ "ConferenceProviders":{"shape":"ConferenceProvidersList"},
1850
+ "NextToken":{"shape":"NextToken"}
1851
+ }
1852
+ },
1262
1853
  "ListDeviceEventsRequest":{
1263
1854
  "type":"structure",
1264
1855
  "required":["DeviceArn"],
@@ -1280,6 +1871,8 @@
1280
1871
  "type":"structure",
1281
1872
  "members":{
1282
1873
  "SkillGroupArn":{"shape":"Arn"},
1874
+ "EnablementType":{"shape":"EnablementTypeFilter"},
1875
+ "SkillType":{"shape":"SkillTypeFilter"},
1283
1876
  "NextToken":{"shape":"NextToken"},
1284
1877
  "MaxResults":{"shape":"SkillListMaxResults"}
1285
1878
  }
@@ -1291,6 +1884,52 @@
1291
1884
  "NextToken":{"shape":"NextToken"}
1292
1885
  }
1293
1886
  },
1887
+ "ListSkillsStoreCategoriesRequest":{
1888
+ "type":"structure",
1889
+ "members":{
1890
+ "NextToken":{"shape":"NextToken"},
1891
+ "MaxResults":{"shape":"MaxResults"}
1892
+ }
1893
+ },
1894
+ "ListSkillsStoreCategoriesResponse":{
1895
+ "type":"structure",
1896
+ "members":{
1897
+ "CategoryList":{"shape":"CategoryList"},
1898
+ "NextToken":{"shape":"NextToken"}
1899
+ }
1900
+ },
1901
+ "ListSkillsStoreSkillsByCategoryRequest":{
1902
+ "type":"structure",
1903
+ "required":["CategoryId"],
1904
+ "members":{
1905
+ "CategoryId":{"shape":"CategoryId"},
1906
+ "NextToken":{"shape":"NextToken"},
1907
+ "MaxResults":{"shape":"SkillListMaxResults"}
1908
+ }
1909
+ },
1910
+ "ListSkillsStoreSkillsByCategoryResponse":{
1911
+ "type":"structure",
1912
+ "members":{
1913
+ "SkillsStoreSkills":{"shape":"SkillsStoreSkillList"},
1914
+ "NextToken":{"shape":"NextToken"}
1915
+ }
1916
+ },
1917
+ "ListSmartHomeAppliancesRequest":{
1918
+ "type":"structure",
1919
+ "required":["RoomArn"],
1920
+ "members":{
1921
+ "RoomArn":{"shape":"Arn"},
1922
+ "MaxResults":{"shape":"MaxResults"},
1923
+ "NextToken":{"shape":"NextToken"}
1924
+ }
1925
+ },
1926
+ "ListSmartHomeAppliancesResponse":{
1927
+ "type":"structure",
1928
+ "members":{
1929
+ "SmartHomeAppliances":{"shape":"SmartHomeApplianceList"},
1930
+ "NextToken":{"shape":"NextToken"}
1931
+ }
1932
+ },
1294
1933
  "ListTagsRequest":{
1295
1934
  "type":"structure",
1296
1935
  "required":["Arn"],
@@ -1314,6 +1953,13 @@
1314
1953
  "min":1
1315
1954
  },
1316
1955
  "MaxVolumeLimit":{"type":"integer"},
1956
+ "MeetingSetting":{
1957
+ "type":"structure",
1958
+ "required":["RequirePin"],
1959
+ "members":{
1960
+ "RequirePin":{"shape":"RequirePin"}
1961
+ }
1962
+ },
1317
1963
  "NameInUseException":{
1318
1964
  "type":"structure",
1319
1965
  "members":{
@@ -1321,6 +1967,10 @@
1321
1967
  },
1322
1968
  "exception":true
1323
1969
  },
1970
+ "NewInThisVersionBulletPoints":{
1971
+ "type":"list",
1972
+ "member":{"shape":"BulletPoint"}
1973
+ },
1324
1974
  "NextToken":{
1325
1975
  "type":"string",
1326
1976
  "max":1000,
@@ -1333,11 +1983,47 @@
1333
1983
  },
1334
1984
  "exception":true
1335
1985
  },
1986
+ "OneClickIdDelay":{
1987
+ "type":"string",
1988
+ "max":2,
1989
+ "min":1
1990
+ },
1991
+ "OneClickPinDelay":{
1992
+ "type":"string",
1993
+ "max":2,
1994
+ "min":1
1995
+ },
1996
+ "PSTNDialIn":{
1997
+ "type":"structure",
1998
+ "required":[
1999
+ "CountryCode",
2000
+ "PhoneNumber",
2001
+ "OneClickIdDelay",
2002
+ "OneClickPinDelay"
2003
+ ],
2004
+ "members":{
2005
+ "CountryCode":{"shape":"CountryCode"},
2006
+ "PhoneNumber":{"shape":"PhoneNumber"},
2007
+ "OneClickIdDelay":{"shape":"OneClickIdDelay"},
2008
+ "OneClickPinDelay":{"shape":"OneClickPinDelay"}
2009
+ }
2010
+ },
2011
+ "PhoneNumber":{
2012
+ "type":"string",
2013
+ "pattern":"\\d{10}"
2014
+ },
2015
+ "PrivacyPolicy":{"type":"string"},
2016
+ "ProductDescription":{"type":"string"},
2017
+ "ProductId":{
2018
+ "type":"string",
2019
+ "pattern":"^[a-zA-Z0-9_]{1,256}$"
2020
+ },
1336
2021
  "Profile":{
1337
2022
  "type":"structure",
1338
2023
  "members":{
1339
2024
  "ProfileArn":{"shape":"Arn"},
1340
2025
  "ProfileName":{"shape":"ProfileName"},
2026
+ "IsDefault":{"shape":"Boolean"},
1341
2027
  "Address":{"shape":"Address"},
1342
2028
  "Timezone":{"shape":"Timezone"},
1343
2029
  "DistanceUnit":{"shape":"DistanceUnit"},
@@ -1345,7 +2031,8 @@
1345
2031
  "WakeWord":{"shape":"WakeWord"},
1346
2032
  "SetupModeDisabled":{"shape":"Boolean"},
1347
2033
  "MaxVolumeLimit":{"shape":"MaxVolumeLimit"},
1348
- "PSTNEnabled":{"shape":"Boolean"}
2034
+ "PSTNEnabled":{"shape":"Boolean"},
2035
+ "AddressBookArn":{"shape":"Arn"}
1349
2036
  }
1350
2037
  },
1351
2038
  "ProfileData":{
@@ -1353,6 +2040,7 @@
1353
2040
  "members":{
1354
2041
  "ProfileArn":{"shape":"Arn"},
1355
2042
  "ProfileName":{"shape":"ProfileName"},
2043
+ "IsDefault":{"shape":"Boolean"},
1356
2044
  "Address":{"shape":"Address"},
1357
2045
  "Timezone":{"shape":"Timezone"},
1358
2046
  "DistanceUnit":{"shape":"DistanceUnit"},
@@ -1375,6 +2063,18 @@
1375
2063
  "max":100,
1376
2064
  "min":0
1377
2065
  },
2066
+ "PutConferencePreferenceRequest":{
2067
+ "type":"structure",
2068
+ "required":["ConferencePreference"],
2069
+ "members":{
2070
+ "ConferencePreference":{"shape":"ConferencePreference"}
2071
+ }
2072
+ },
2073
+ "PutConferencePreferenceResponse":{
2074
+ "type":"structure",
2075
+ "members":{
2076
+ }
2077
+ },
1378
2078
  "PutRoomSkillParameterRequest":{
1379
2079
  "type":"structure",
1380
2080
  "required":[
@@ -1392,6 +2092,67 @@
1392
2092
  "members":{
1393
2093
  }
1394
2094
  },
2095
+ "PutSkillAuthorizationRequest":{
2096
+ "type":"structure",
2097
+ "required":[
2098
+ "AuthorizationResult",
2099
+ "SkillId"
2100
+ ],
2101
+ "members":{
2102
+ "AuthorizationResult":{"shape":"AuthorizationResult"},
2103
+ "SkillId":{"shape":"SkillId"},
2104
+ "RoomArn":{"shape":"Arn"}
2105
+ }
2106
+ },
2107
+ "PutSkillAuthorizationResponse":{
2108
+ "type":"structure",
2109
+ "members":{
2110
+ }
2111
+ },
2112
+ "RegisterAVSDeviceRequest":{
2113
+ "type":"structure",
2114
+ "required":[
2115
+ "ClientId",
2116
+ "UserCode",
2117
+ "ProductId",
2118
+ "DeviceSerialNumber",
2119
+ "AmazonId"
2120
+ ],
2121
+ "members":{
2122
+ "ClientId":{"shape":"ClientId"},
2123
+ "UserCode":{"shape":"UserCode"},
2124
+ "ProductId":{"shape":"ProductId"},
2125
+ "DeviceSerialNumber":{"shape":"DeviceSerialNumberForAVS"},
2126
+ "AmazonId":{"shape":"AmazonId"}
2127
+ }
2128
+ },
2129
+ "RegisterAVSDeviceResponse":{
2130
+ "type":"structure",
2131
+ "members":{
2132
+ "DeviceArn":{"shape":"Arn"}
2133
+ }
2134
+ },
2135
+ "RejectSkillRequest":{
2136
+ "type":"structure",
2137
+ "required":["SkillId"],
2138
+ "members":{
2139
+ "SkillId":{"shape":"SkillId"}
2140
+ }
2141
+ },
2142
+ "RejectSkillResponse":{
2143
+ "type":"structure",
2144
+ "members":{
2145
+ }
2146
+ },
2147
+ "ReleaseDate":{"type":"string"},
2148
+ "RequirePin":{
2149
+ "type":"string",
2150
+ "enum":[
2151
+ "YES",
2152
+ "NO",
2153
+ "OPTIONAL"
2154
+ ]
2155
+ },
1395
2156
  "ResolveRoomRequest":{
1396
2157
  "type":"structure",
1397
2158
  "required":[
@@ -1419,6 +2180,13 @@
1419
2180
  },
1420
2181
  "exception":true
1421
2182
  },
2183
+ "ReviewKey":{"type":"string"},
2184
+ "ReviewValue":{"type":"string"},
2185
+ "Reviews":{
2186
+ "type":"map",
2187
+ "key":{"shape":"ReviewKey"},
2188
+ "value":{"shape":"ReviewValue"}
2189
+ },
1422
2190
  "RevokeInvitationRequest":{
1423
2191
  "type":"structure",
1424
2192
  "members":{
@@ -1493,6 +2261,10 @@
1493
2261
  "type":"list",
1494
2262
  "member":{"shape":"RoomSkillParameter"}
1495
2263
  },
2264
+ "SampleUtterances":{
2265
+ "type":"list",
2266
+ "member":{"shape":"Utterance"}
2267
+ },
1496
2268
  "SearchAddressBooksRequest":{
1497
2269
  "type":"structure",
1498
2270
  "members":{
@@ -1623,6 +2395,22 @@
1623
2395
  "members":{
1624
2396
  }
1625
2397
  },
2398
+ "ShortDescription":{"type":"string"},
2399
+ "SkillDetails":{
2400
+ "type":"structure",
2401
+ "members":{
2402
+ "ProductDescription":{"shape":"ProductDescription"},
2403
+ "InvocationPhrase":{"shape":"InvocationPhrase"},
2404
+ "ReleaseDate":{"shape":"ReleaseDate"},
2405
+ "EndUserLicenseAgreement":{"shape":"EndUserLicenseAgreement"},
2406
+ "GenericKeywords":{"shape":"GenericKeywords"},
2407
+ "BulletPoints":{"shape":"BulletPoints"},
2408
+ "NewInThisVersionBulletPoints":{"shape":"NewInThisVersionBulletPoints"},
2409
+ "SkillTypes":{"shape":"SkillTypes"},
2410
+ "Reviews":{"shape":"Reviews"},
2411
+ "DeveloperInfo":{"shape":"DeveloperInfo"}
2412
+ }
2413
+ },
1626
2414
  "SkillGroup":{
1627
2415
  "type":"structure",
1628
2416
  "members":{
@@ -1670,18 +2458,71 @@
1670
2458
  "min":1,
1671
2459
  "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
1672
2460
  },
2461
+ "SkillStoreType":{"type":"string"},
1673
2462
  "SkillSummary":{
1674
2463
  "type":"structure",
1675
2464
  "members":{
1676
2465
  "SkillId":{"shape":"SkillId"},
1677
2466
  "SkillName":{"shape":"SkillName"},
1678
- "SupportsLinking":{"shape":"boolean"}
2467
+ "SupportsLinking":{"shape":"boolean"},
2468
+ "EnablementType":{"shape":"EnablementType"},
2469
+ "SkillType":{"shape":"SkillType"}
1679
2470
  }
1680
2471
  },
1681
2472
  "SkillSummaryList":{
1682
2473
  "type":"list",
1683
2474
  "member":{"shape":"SkillSummary"}
1684
2475
  },
2476
+ "SkillType":{
2477
+ "type":"string",
2478
+ "enum":[
2479
+ "PUBLIC",
2480
+ "PRIVATE"
2481
+ ],
2482
+ "max":100,
2483
+ "min":1,
2484
+ "pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*"
2485
+ },
2486
+ "SkillTypeFilter":{
2487
+ "type":"string",
2488
+ "enum":[
2489
+ "PUBLIC",
2490
+ "PRIVATE",
2491
+ "ALL"
2492
+ ]
2493
+ },
2494
+ "SkillTypes":{
2495
+ "type":"list",
2496
+ "member":{"shape":"SkillStoreType"}
2497
+ },
2498
+ "SkillsStoreSkill":{
2499
+ "type":"structure",
2500
+ "members":{
2501
+ "SkillId":{"shape":"SkillId"},
2502
+ "SkillName":{"shape":"SkillName"},
2503
+ "ShortDescription":{"shape":"ShortDescription"},
2504
+ "IconUrl":{"shape":"IconUrl"},
2505
+ "SampleUtterances":{"shape":"SampleUtterances"},
2506
+ "SkillDetails":{"shape":"SkillDetails"},
2507
+ "SupportsLinking":{"shape":"boolean"}
2508
+ }
2509
+ },
2510
+ "SkillsStoreSkillList":{
2511
+ "type":"list",
2512
+ "member":{"shape":"SkillsStoreSkill"}
2513
+ },
2514
+ "SmartHomeAppliance":{
2515
+ "type":"structure",
2516
+ "members":{
2517
+ "FriendlyName":{"shape":"ApplianceFriendlyName"},
2518
+ "Description":{"shape":"ApplianceDescription"},
2519
+ "ManufacturerName":{"shape":"ApplianceManufacturerName"}
2520
+ }
2521
+ },
2522
+ "SmartHomeApplianceList":{
2523
+ "type":"list",
2524
+ "member":{"shape":"SmartHomeAppliance"}
2525
+ },
1685
2526
  "SoftwareVersion":{"type":"string"},
1686
2527
  "Sort":{
1687
2528
  "type":"structure",
@@ -1725,8 +2566,24 @@
1725
2566
  "members":{
1726
2567
  }
1727
2568
  },
2569
+ "StartSmartHomeApplianceDiscoveryRequest":{
2570
+ "type":"structure",
2571
+ "required":["RoomArn"],
2572
+ "members":{
2573
+ "RoomArn":{"shape":"Arn"}
2574
+ }
2575
+ },
2576
+ "StartSmartHomeApplianceDiscoveryResponse":{
2577
+ "type":"structure",
2578
+ "members":{
2579
+ }
2580
+ },
1728
2581
  "Tag":{
1729
2582
  "type":"structure",
2583
+ "required":[
2584
+ "Key",
2585
+ "Value"
2586
+ ],
1730
2587
  "members":{
1731
2588
  "Key":{"shape":"TagKey"},
1732
2589
  "Value":{"shape":"TagValue"}
@@ -1782,6 +2639,13 @@
1782
2639
  "min":1
1783
2640
  },
1784
2641
  "TotalCount":{"type":"integer"},
2642
+ "UnauthorizedException":{
2643
+ "type":"structure",
2644
+ "members":{
2645
+ "Message":{"shape":"ErrorMessage"}
2646
+ },
2647
+ "exception":true
2648
+ },
1785
2649
  "UntagResourceRequest":{
1786
2650
  "type":"structure",
1787
2651
  "required":[
@@ -1812,6 +2676,26 @@
1812
2676
  "members":{
1813
2677
  }
1814
2678
  },
2679
+ "UpdateConferenceProviderRequest":{
2680
+ "type":"structure",
2681
+ "required":[
2682
+ "ConferenceProviderArn",
2683
+ "ConferenceProviderType",
2684
+ "MeetingSetting"
2685
+ ],
2686
+ "members":{
2687
+ "ConferenceProviderArn":{"shape":"Arn"},
2688
+ "ConferenceProviderType":{"shape":"ConferenceProviderType"},
2689
+ "IPDialIn":{"shape":"IPDialIn"},
2690
+ "PSTNDialIn":{"shape":"PSTNDialIn"},
2691
+ "MeetingSetting":{"shape":"MeetingSetting"}
2692
+ }
2693
+ },
2694
+ "UpdateConferenceProviderResponse":{
2695
+ "type":"structure",
2696
+ "members":{
2697
+ }
2698
+ },
1815
2699
  "UpdateContactRequest":{
1816
2700
  "type":"structure",
1817
2701
  "required":["ContactArn"],
@@ -1845,6 +2729,7 @@
1845
2729
  "members":{
1846
2730
  "ProfileArn":{"shape":"Arn"},
1847
2731
  "ProfileName":{"shape":"ProfileName"},
2732
+ "IsDefault":{"shape":"Boolean"},
1848
2733
  "Timezone":{"shape":"Timezone"},
1849
2734
  "Address":{"shape":"Address"},
1850
2735
  "DistanceUnit":{"shape":"DistanceUnit"},
@@ -1888,6 +2773,12 @@
1888
2773
  "members":{
1889
2774
  }
1890
2775
  },
2776
+ "Url":{"type":"string"},
2777
+ "UserCode":{
2778
+ "type":"string",
2779
+ "max":128,
2780
+ "min":1
2781
+ },
1891
2782
  "UserData":{
1892
2783
  "type":"structure",
1893
2784
  "members":{
@@ -1907,6 +2798,11 @@
1907
2798
  "type":"string",
1908
2799
  "pattern":"amzn1\\.[A-Za-z0-9+-\\/=.]{1,300}"
1909
2800
  },
2801
+ "Utterance":{"type":"string"},
2802
+ "Value":{
2803
+ "type":"string",
2804
+ "min":1
2805
+ },
1910
2806
  "WakeWord":{
1911
2807
  "type":"string",
1912
2808
  "enum":[