aws-sdk-core 2.11.398 → 2.11.399

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: 2702a404c2894b9e764d1d89234ec844c290488c
4
- data.tar.gz: 247fdfddad50c6fce70368b5c69de7a13c48be59
3
+ metadata.gz: 6973a690a35ecc9b14dacfe0ee07314705020d0a
4
+ data.tar.gz: 794ebc5769a4148645f563bb8cb6ce5a6075758b
5
5
  SHA512:
6
- metadata.gz: d00a050b41cea34b722a30e93d93b97fa1c5796f910325c42dcc239e15e952788277e22924c48ab48590b36fea79cd30f8a694752b2ee4c2c45d3aa5ea144cf4
7
- data.tar.gz: '09bccce26eccdf0a56c909dd02114a441a0a0806e040d4b8371e693650f4afec0b37982b6a663434bcfe025e59b5d74357a69140577af8b432a4dea26ec14779'
6
+ metadata.gz: b7ec6fe03e33cb7793ce821d446084833afe715a046956ffd0c05a917e23e4599674adc2e363ffa354bedca8c938d7dd2db011215bb36a8803e5b8fafa99fdaa
7
+ data.tar.gz: dbf4d7818f2d91a18d9031808284792c68ec76b5e103c5aca78077e1bece4a3bcb24d04bee60fff7c107464a9c6fd0f37477e73663bff939fa07a027622a9e5e
@@ -70,6 +70,24 @@
70
70
  {"shape":"ServiceFailureException"}
71
71
  ]
72
72
  },
73
+ "BatchCreateRoomMembership":{
74
+ "name":"BatchCreateRoomMembership",
75
+ "http":{
76
+ "method":"POST",
77
+ "requestUri":"/accounts/{accountId}/rooms/{roomId}/memberships?operation=batch-create",
78
+ "responseCode":201
79
+ },
80
+ "input":{"shape":"BatchCreateRoomMembershipRequest"},
81
+ "output":{"shape":"BatchCreateRoomMembershipResponse"},
82
+ "errors":[
83
+ {"shape":"UnauthorizedClientException"},
84
+ {"shape":"NotFoundException"},
85
+ {"shape":"BadRequestException"},
86
+ {"shape":"ForbiddenException"},
87
+ {"shape":"ServiceUnavailableException"},
88
+ {"shape":"ServiceFailureException"}
89
+ ]
90
+ },
73
91
  "BatchDeletePhoneNumber":{
74
92
  "name":"BatchDeletePhoneNumber",
75
93
  "http":{
@@ -223,6 +241,45 @@
223
241
  {"shape":"ServiceFailureException"}
224
242
  ]
225
243
  },
244
+ "CreateRoom":{
245
+ "name":"CreateRoom",
246
+ "http":{
247
+ "method":"POST",
248
+ "requestUri":"/accounts/{accountId}/rooms",
249
+ "responseCode":201
250
+ },
251
+ "input":{"shape":"CreateRoomRequest"},
252
+ "output":{"shape":"CreateRoomResponse"},
253
+ "errors":[
254
+ {"shape":"NotFoundException"},
255
+ {"shape":"BadRequestException"},
256
+ {"shape":"ForbiddenException"},
257
+ {"shape":"UnauthorizedClientException"},
258
+ {"shape":"ResourceLimitExceededException"},
259
+ {"shape":"ServiceUnavailableException"},
260
+ {"shape":"ServiceFailureException"}
261
+ ]
262
+ },
263
+ "CreateRoomMembership":{
264
+ "name":"CreateRoomMembership",
265
+ "http":{
266
+ "method":"POST",
267
+ "requestUri":"/accounts/{accountId}/rooms/{roomId}/memberships",
268
+ "responseCode":201
269
+ },
270
+ "input":{"shape":"CreateRoomMembershipRequest"},
271
+ "output":{"shape":"CreateRoomMembershipResponse"},
272
+ "errors":[
273
+ {"shape":"ConflictException"},
274
+ {"shape":"UnauthorizedClientException"},
275
+ {"shape":"NotFoundException"},
276
+ {"shape":"BadRequestException"},
277
+ {"shape":"ForbiddenException"},
278
+ {"shape":"ResourceLimitExceededException"},
279
+ {"shape":"ServiceUnavailableException"},
280
+ {"shape":"ServiceFailureException"}
281
+ ]
282
+ },
226
283
  "CreateVoiceConnector":{
227
284
  "name":"CreateVoiceConnector",
228
285
  "http":{
@@ -318,6 +375,40 @@
318
375
  {"shape":"ServiceFailureException"}
319
376
  ]
320
377
  },
378
+ "DeleteRoom":{
379
+ "name":"DeleteRoom",
380
+ "http":{
381
+ "method":"DELETE",
382
+ "requestUri":"/accounts/{accountId}/rooms/{roomId}",
383
+ "responseCode":204
384
+ },
385
+ "input":{"shape":"DeleteRoomRequest"},
386
+ "errors":[
387
+ {"shape":"BadRequestException"},
388
+ {"shape":"ForbiddenException"},
389
+ {"shape":"NotFoundException"},
390
+ {"shape":"UnauthorizedClientException"},
391
+ {"shape":"ServiceUnavailableException"},
392
+ {"shape":"ServiceFailureException"}
393
+ ]
394
+ },
395
+ "DeleteRoomMembership":{
396
+ "name":"DeleteRoomMembership",
397
+ "http":{
398
+ "method":"DELETE",
399
+ "requestUri":"/accounts/{accountId}/rooms/{roomId}/memberships/{memberId}",
400
+ "responseCode":204
401
+ },
402
+ "input":{"shape":"DeleteRoomMembershipRequest"},
403
+ "errors":[
404
+ {"shape":"UnauthorizedClientException"},
405
+ {"shape":"NotFoundException"},
406
+ {"shape":"BadRequestException"},
407
+ {"shape":"ForbiddenException"},
408
+ {"shape":"ServiceUnavailableException"},
409
+ {"shape":"ServiceFailureException"}
410
+ ]
411
+ },
321
412
  "DeleteVoiceConnector":{
322
413
  "name":"DeleteVoiceConnector",
323
414
  "http":{
@@ -629,6 +720,24 @@
629
720
  {"shape":"ServiceFailureException"}
630
721
  ]
631
722
  },
723
+ "GetRoom":{
724
+ "name":"GetRoom",
725
+ "http":{
726
+ "method":"GET",
727
+ "requestUri":"/accounts/{accountId}/rooms/{roomId}",
728
+ "responseCode":200
729
+ },
730
+ "input":{"shape":"GetRoomRequest"},
731
+ "output":{"shape":"GetRoomResponse"},
732
+ "errors":[
733
+ {"shape":"BadRequestException"},
734
+ {"shape":"ForbiddenException"},
735
+ {"shape":"NotFoundException"},
736
+ {"shape":"UnauthorizedClientException"},
737
+ {"shape":"ServiceUnavailableException"},
738
+ {"shape":"ServiceFailureException"}
739
+ ]
740
+ },
632
741
  "GetUser":{
633
742
  "name":"GetUser",
634
743
  "http":{
@@ -890,6 +999,42 @@
890
999
  {"shape":"ServiceFailureException"}
891
1000
  ]
892
1001
  },
1002
+ "ListRoomMemberships":{
1003
+ "name":"ListRoomMemberships",
1004
+ "http":{
1005
+ "method":"GET",
1006
+ "requestUri":"/accounts/{accountId}/rooms/{roomId}/memberships",
1007
+ "responseCode":200
1008
+ },
1009
+ "input":{"shape":"ListRoomMembershipsRequest"},
1010
+ "output":{"shape":"ListRoomMembershipsResponse"},
1011
+ "errors":[
1012
+ {"shape":"NotFoundException"},
1013
+ {"shape":"BadRequestException"},
1014
+ {"shape":"ForbiddenException"},
1015
+ {"shape":"UnauthorizedClientException"},
1016
+ {"shape":"ServiceUnavailableException"},
1017
+ {"shape":"ServiceFailureException"}
1018
+ ]
1019
+ },
1020
+ "ListRooms":{
1021
+ "name":"ListRooms",
1022
+ "http":{
1023
+ "method":"GET",
1024
+ "requestUri":"/accounts/{accountId}/rooms",
1025
+ "responseCode":200
1026
+ },
1027
+ "input":{"shape":"ListRoomsRequest"},
1028
+ "output":{"shape":"ListRoomsResponse"},
1029
+ "errors":[
1030
+ {"shape":"NotFoundException"},
1031
+ {"shape":"BadRequestException"},
1032
+ {"shape":"ForbiddenException"},
1033
+ {"shape":"UnauthorizedClientException"},
1034
+ {"shape":"ServiceUnavailableException"},
1035
+ {"shape":"ServiceFailureException"}
1036
+ ]
1037
+ },
893
1038
  "ListUsers":{
894
1039
  "name":"ListUsers",
895
1040
  "http":{
@@ -1282,6 +1427,42 @@
1282
1427
  {"shape":"ServiceFailureException"}
1283
1428
  ]
1284
1429
  },
1430
+ "UpdateRoom":{
1431
+ "name":"UpdateRoom",
1432
+ "http":{
1433
+ "method":"POST",
1434
+ "requestUri":"/accounts/{accountId}/rooms/{roomId}",
1435
+ "responseCode":200
1436
+ },
1437
+ "input":{"shape":"UpdateRoomRequest"},
1438
+ "output":{"shape":"UpdateRoomResponse"},
1439
+ "errors":[
1440
+ {"shape":"BadRequestException"},
1441
+ {"shape":"ForbiddenException"},
1442
+ {"shape":"NotFoundException"},
1443
+ {"shape":"UnauthorizedClientException"},
1444
+ {"shape":"ServiceUnavailableException"},
1445
+ {"shape":"ServiceFailureException"}
1446
+ ]
1447
+ },
1448
+ "UpdateRoomMembership":{
1449
+ "name":"UpdateRoomMembership",
1450
+ "http":{
1451
+ "method":"POST",
1452
+ "requestUri":"/accounts/{accountId}/rooms/{roomId}/memberships/{memberId}",
1453
+ "responseCode":200
1454
+ },
1455
+ "input":{"shape":"UpdateRoomMembershipRequest"},
1456
+ "output":{"shape":"UpdateRoomMembershipResponse"},
1457
+ "errors":[
1458
+ {"shape":"UnauthorizedClientException"},
1459
+ {"shape":"NotFoundException"},
1460
+ {"shape":"BadRequestException"},
1461
+ {"shape":"ForbiddenException"},
1462
+ {"shape":"ServiceUnavailableException"},
1463
+ {"shape":"ServiceFailureException"}
1464
+ ]
1465
+ },
1285
1466
  "UpdateUser":{
1286
1467
  "name":"UpdateUser",
1287
1468
  "http":{
@@ -1485,6 +1666,33 @@
1485
1666
  "error":{"httpStatusCode":400},
1486
1667
  "exception":true
1487
1668
  },
1669
+ "BatchCreateRoomMembershipRequest":{
1670
+ "type":"structure",
1671
+ "required":[
1672
+ "AccountId",
1673
+ "RoomId",
1674
+ "MembershipItemList"
1675
+ ],
1676
+ "members":{
1677
+ "AccountId":{
1678
+ "shape":"NonEmptyString",
1679
+ "location":"uri",
1680
+ "locationName":"accountId"
1681
+ },
1682
+ "RoomId":{
1683
+ "shape":"NonEmptyString",
1684
+ "location":"uri",
1685
+ "locationName":"roomId"
1686
+ },
1687
+ "MembershipItemList":{"shape":"MembershipItemList"}
1688
+ }
1689
+ },
1690
+ "BatchCreateRoomMembershipResponse":{
1691
+ "type":"structure",
1692
+ "members":{
1693
+ "Errors":{"shape":"MemberErrorList"}
1694
+ }
1695
+ },
1488
1696
  "BatchDeletePhoneNumberRequest":{
1489
1697
  "type":"structure",
1490
1698
  "required":["PhoneNumberIds"],
@@ -1625,6 +1833,13 @@
1625
1833
  "type":"list",
1626
1834
  "member":{"shape":"CallingRegion"}
1627
1835
  },
1836
+ "ClientRequestToken":{
1837
+ "type":"string",
1838
+ "max":64,
1839
+ "min":2,
1840
+ "pattern":"[-_a-zA-Z0-9]*",
1841
+ "sensitive":true
1842
+ },
1628
1843
  "ConflictException":{
1629
1844
  "type":"structure",
1630
1845
  "members":{
@@ -1690,6 +1905,59 @@
1690
1905
  "PhoneNumberOrder":{"shape":"PhoneNumberOrder"}
1691
1906
  }
1692
1907
  },
1908
+ "CreateRoomMembershipRequest":{
1909
+ "type":"structure",
1910
+ "required":[
1911
+ "AccountId",
1912
+ "RoomId",
1913
+ "MemberId"
1914
+ ],
1915
+ "members":{
1916
+ "AccountId":{
1917
+ "shape":"NonEmptyString",
1918
+ "location":"uri",
1919
+ "locationName":"accountId"
1920
+ },
1921
+ "RoomId":{
1922
+ "shape":"NonEmptyString",
1923
+ "location":"uri",
1924
+ "locationName":"roomId"
1925
+ },
1926
+ "MemberId":{"shape":"NonEmptyString"},
1927
+ "Role":{"shape":"RoomMembershipRole"}
1928
+ }
1929
+ },
1930
+ "CreateRoomMembershipResponse":{
1931
+ "type":"structure",
1932
+ "members":{
1933
+ "RoomMembership":{"shape":"RoomMembership"}
1934
+ }
1935
+ },
1936
+ "CreateRoomRequest":{
1937
+ "type":"structure",
1938
+ "required":[
1939
+ "AccountId",
1940
+ "Name"
1941
+ ],
1942
+ "members":{
1943
+ "AccountId":{
1944
+ "shape":"NonEmptyString",
1945
+ "location":"uri",
1946
+ "locationName":"accountId"
1947
+ },
1948
+ "Name":{"shape":"SensitiveString"},
1949
+ "ClientRequestToken":{
1950
+ "shape":"ClientRequestToken",
1951
+ "idempotencyToken":true
1952
+ }
1953
+ }
1954
+ },
1955
+ "CreateRoomResponse":{
1956
+ "type":"structure",
1957
+ "members":{
1958
+ "Room":{"shape":"Room"}
1959
+ }
1960
+ },
1693
1961
  "CreateVoiceConnectorGroupRequest":{
1694
1962
  "type":"structure",
1695
1963
  "required":["Name"],
@@ -1783,6 +2051,50 @@
1783
2051
  }
1784
2052
  }
1785
2053
  },
2054
+ "DeleteRoomMembershipRequest":{
2055
+ "type":"structure",
2056
+ "required":[
2057
+ "AccountId",
2058
+ "RoomId",
2059
+ "MemberId"
2060
+ ],
2061
+ "members":{
2062
+ "AccountId":{
2063
+ "shape":"NonEmptyString",
2064
+ "location":"uri",
2065
+ "locationName":"accountId"
2066
+ },
2067
+ "RoomId":{
2068
+ "shape":"NonEmptyString",
2069
+ "location":"uri",
2070
+ "locationName":"roomId"
2071
+ },
2072
+ "MemberId":{
2073
+ "shape":"NonEmptyString",
2074
+ "location":"uri",
2075
+ "locationName":"memberId"
2076
+ }
2077
+ }
2078
+ },
2079
+ "DeleteRoomRequest":{
2080
+ "type":"structure",
2081
+ "required":[
2082
+ "AccountId",
2083
+ "RoomId"
2084
+ ],
2085
+ "members":{
2086
+ "AccountId":{
2087
+ "shape":"NonEmptyString",
2088
+ "location":"uri",
2089
+ "locationName":"accountId"
2090
+ },
2091
+ "RoomId":{
2092
+ "shape":"NonEmptyString",
2093
+ "location":"uri",
2094
+ "locationName":"roomId"
2095
+ }
2096
+ }
2097
+ },
1786
2098
  "DeleteVoiceConnectorGroupRequest":{
1787
2099
  "type":"structure",
1788
2100
  "required":["VoiceConnectorGroupId"],
@@ -2100,6 +2412,31 @@
2100
2412
  "CallingNameUpdatedTimestamp":{"shape":"Iso8601Timestamp"}
2101
2413
  }
2102
2414
  },
2415
+ "GetRoomRequest":{
2416
+ "type":"structure",
2417
+ "required":[
2418
+ "AccountId",
2419
+ "RoomId"
2420
+ ],
2421
+ "members":{
2422
+ "AccountId":{
2423
+ "shape":"NonEmptyString",
2424
+ "location":"uri",
2425
+ "locationName":"accountId"
2426
+ },
2427
+ "RoomId":{
2428
+ "shape":"NonEmptyString",
2429
+ "location":"uri",
2430
+ "locationName":"roomId"
2431
+ }
2432
+ }
2433
+ },
2434
+ "GetRoomResponse":{
2435
+ "type":"structure",
2436
+ "members":{
2437
+ "Room":{"shape":"Room"}
2438
+ }
2439
+ },
2103
2440
  "GetUserRequest":{
2104
2441
  "type":"structure",
2105
2442
  "required":[
@@ -2456,6 +2793,75 @@
2456
2793
  "NextToken":{"shape":"String"}
2457
2794
  }
2458
2795
  },
2796
+ "ListRoomMembershipsRequest":{
2797
+ "type":"structure",
2798
+ "required":[
2799
+ "AccountId",
2800
+ "RoomId"
2801
+ ],
2802
+ "members":{
2803
+ "AccountId":{
2804
+ "shape":"NonEmptyString",
2805
+ "location":"uri",
2806
+ "locationName":"accountId"
2807
+ },
2808
+ "RoomId":{
2809
+ "shape":"NonEmptyString",
2810
+ "location":"uri",
2811
+ "locationName":"roomId"
2812
+ },
2813
+ "MaxResults":{
2814
+ "shape":"ResultMax",
2815
+ "location":"querystring",
2816
+ "locationName":"max-results"
2817
+ },
2818
+ "NextToken":{
2819
+ "shape":"String",
2820
+ "location":"querystring",
2821
+ "locationName":"next-token"
2822
+ }
2823
+ }
2824
+ },
2825
+ "ListRoomMembershipsResponse":{
2826
+ "type":"structure",
2827
+ "members":{
2828
+ "RoomMemberships":{"shape":"RoomMembershipList"},
2829
+ "NextToken":{"shape":"String"}
2830
+ }
2831
+ },
2832
+ "ListRoomsRequest":{
2833
+ "type":"structure",
2834
+ "required":["AccountId"],
2835
+ "members":{
2836
+ "AccountId":{
2837
+ "shape":"NonEmptyString",
2838
+ "location":"uri",
2839
+ "locationName":"accountId"
2840
+ },
2841
+ "MemberId":{
2842
+ "shape":"String",
2843
+ "location":"querystring",
2844
+ "locationName":"member-id"
2845
+ },
2846
+ "MaxResults":{
2847
+ "shape":"ResultMax",
2848
+ "location":"querystring",
2849
+ "locationName":"max-results"
2850
+ },
2851
+ "NextToken":{
2852
+ "shape":"String",
2853
+ "location":"querystring",
2854
+ "locationName":"next-token"
2855
+ }
2856
+ }
2857
+ },
2858
+ "ListRoomsResponse":{
2859
+ "type":"structure",
2860
+ "members":{
2861
+ "Rooms":{"shape":"RoomList"},
2862
+ "NextToken":{"shape":"String"}
2863
+ }
2864
+ },
2459
2865
  "ListUsersRequest":{
2460
2866
  "type":"structure",
2461
2867
  "required":["AccountId"],
@@ -2580,6 +2986,48 @@
2580
2986
  "members":{
2581
2987
  }
2582
2988
  },
2989
+ "Member":{
2990
+ "type":"structure",
2991
+ "members":{
2992
+ "MemberId":{"shape":"NonEmptyString"},
2993
+ "MemberType":{"shape":"MemberType"},
2994
+ "Email":{"shape":"SensitiveString"},
2995
+ "FullName":{"shape":"SensitiveString"},
2996
+ "AccountId":{"shape":"NonEmptyString"}
2997
+ }
2998
+ },
2999
+ "MemberError":{
3000
+ "type":"structure",
3001
+ "members":{
3002
+ "MemberId":{"shape":"NonEmptyString"},
3003
+ "ErrorCode":{"shape":"ErrorCode"},
3004
+ "ErrorMessage":{"shape":"String"}
3005
+ }
3006
+ },
3007
+ "MemberErrorList":{
3008
+ "type":"list",
3009
+ "member":{"shape":"MemberError"}
3010
+ },
3011
+ "MemberType":{
3012
+ "type":"string",
3013
+ "enum":[
3014
+ "User",
3015
+ "Bot",
3016
+ "Webhook"
3017
+ ]
3018
+ },
3019
+ "MembershipItem":{
3020
+ "type":"structure",
3021
+ "members":{
3022
+ "MemberId":{"shape":"NonEmptyString"},
3023
+ "Role":{"shape":"RoomMembershipRole"}
3024
+ }
3025
+ },
3026
+ "MembershipItemList":{
3027
+ "type":"list",
3028
+ "member":{"shape":"MembershipItem"},
3029
+ "max":50
3030
+ },
2583
3031
  "NonEmptyString":{
2584
3032
  "type":"string",
2585
3033
  "pattern":".*\\S.*"
@@ -2999,6 +3447,42 @@
2999
3447
  "max":99,
3000
3448
  "min":1
3001
3449
  },
3450
+ "Room":{
3451
+ "type":"structure",
3452
+ "members":{
3453
+ "RoomId":{"shape":"NonEmptyString"},
3454
+ "Name":{"shape":"SensitiveString"},
3455
+ "AccountId":{"shape":"NonEmptyString"},
3456
+ "CreatedBy":{"shape":"NonEmptyString"},
3457
+ "CreatedTimestamp":{"shape":"Iso8601Timestamp"},
3458
+ "UpdatedTimestamp":{"shape":"Iso8601Timestamp"}
3459
+ }
3460
+ },
3461
+ "RoomList":{
3462
+ "type":"list",
3463
+ "member":{"shape":"Room"}
3464
+ },
3465
+ "RoomMembership":{
3466
+ "type":"structure",
3467
+ "members":{
3468
+ "RoomId":{"shape":"NonEmptyString"},
3469
+ "Member":{"shape":"Member"},
3470
+ "Role":{"shape":"RoomMembershipRole"},
3471
+ "InvitedBy":{"shape":"NonEmptyString"},
3472
+ "UpdatedTimestamp":{"shape":"Iso8601Timestamp"}
3473
+ }
3474
+ },
3475
+ "RoomMembershipList":{
3476
+ "type":"list",
3477
+ "member":{"shape":"RoomMembership"}
3478
+ },
3479
+ "RoomMembershipRole":{
3480
+ "type":"string",
3481
+ "enum":[
3482
+ "Administrator",
3483
+ "Member"
3484
+ ]
3485
+ },
3002
3486
  "SearchAvailablePhoneNumbersRequest":{
3003
3487
  "type":"structure",
3004
3488
  "members":{
@@ -3263,6 +3747,64 @@
3263
3747
  "CallingName":{"shape":"CallingName"}
3264
3748
  }
3265
3749
  },
3750
+ "UpdateRoomMembershipRequest":{
3751
+ "type":"structure",
3752
+ "required":[
3753
+ "AccountId",
3754
+ "RoomId",
3755
+ "MemberId"
3756
+ ],
3757
+ "members":{
3758
+ "AccountId":{
3759
+ "shape":"NonEmptyString",
3760
+ "location":"uri",
3761
+ "locationName":"accountId"
3762
+ },
3763
+ "RoomId":{
3764
+ "shape":"NonEmptyString",
3765
+ "location":"uri",
3766
+ "locationName":"roomId"
3767
+ },
3768
+ "MemberId":{
3769
+ "shape":"NonEmptyString",
3770
+ "location":"uri",
3771
+ "locationName":"memberId"
3772
+ },
3773
+ "Role":{"shape":"RoomMembershipRole"}
3774
+ }
3775
+ },
3776
+ "UpdateRoomMembershipResponse":{
3777
+ "type":"structure",
3778
+ "members":{
3779
+ "RoomMembership":{"shape":"RoomMembership"}
3780
+ }
3781
+ },
3782
+ "UpdateRoomRequest":{
3783
+ "type":"structure",
3784
+ "required":[
3785
+ "AccountId",
3786
+ "RoomId"
3787
+ ],
3788
+ "members":{
3789
+ "AccountId":{
3790
+ "shape":"NonEmptyString",
3791
+ "location":"uri",
3792
+ "locationName":"accountId"
3793
+ },
3794
+ "RoomId":{
3795
+ "shape":"NonEmptyString",
3796
+ "location":"uri",
3797
+ "locationName":"roomId"
3798
+ },
3799
+ "Name":{"shape":"SensitiveString"}
3800
+ }
3801
+ },
3802
+ "UpdateRoomResponse":{
3803
+ "type":"structure",
3804
+ "members":{
3805
+ "Room":{"shape":"Room"}
3806
+ }
3807
+ },
3266
3808
  "UpdateUserRequest":{
3267
3809
  "type":"structure",
3268
3810
  "required":[