aws-sdk-alexaforbusiness 1.56.0 → 1.58.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -71,13 +71,6 @@ module Aws::AlexaForBusiness
71
71
  include Aws::Structure
72
72
  end
73
73
 
74
- # @note When making an API call, you may pass ApproveSkillRequest
75
- # data as a hash:
76
- #
77
- # {
78
- # skill_id: "SkillId", # required
79
- # }
80
- #
81
74
  # @!attribute [rw] skill_id
82
75
  # The unique identifier of the skill.
83
76
  # @return [String]
@@ -94,14 +87,6 @@ module Aws::AlexaForBusiness
94
87
  #
95
88
  class ApproveSkillResponse < Aws::EmptyStructure; end
96
89
 
97
- # @note When making an API call, you may pass AssociateContactWithAddressBookRequest
98
- # data as a hash:
99
- #
100
- # {
101
- # contact_arn: "Arn", # required
102
- # address_book_arn: "Arn", # required
103
- # }
104
- #
105
90
  # @!attribute [rw] contact_arn
106
91
  # The ARN of the contact to associate with an address book.
107
92
  # @return [String]
@@ -123,14 +108,6 @@ module Aws::AlexaForBusiness
123
108
  #
124
109
  class AssociateContactWithAddressBookResponse < Aws::EmptyStructure; end
125
110
 
126
- # @note When making an API call, you may pass AssociateDeviceWithNetworkProfileRequest
127
- # data as a hash:
128
- #
129
- # {
130
- # device_arn: "Arn", # required
131
- # network_profile_arn: "Arn", # required
132
- # }
133
- #
134
111
  # @!attribute [rw] device_arn
135
112
  # The device ARN.
136
113
  # @return [String]
@@ -152,14 +129,6 @@ module Aws::AlexaForBusiness
152
129
  #
153
130
  class AssociateDeviceWithNetworkProfileResponse < Aws::EmptyStructure; end
154
131
 
155
- # @note When making an API call, you may pass AssociateDeviceWithRoomRequest
156
- # data as a hash:
157
- #
158
- # {
159
- # device_arn: "Arn",
160
- # room_arn: "Arn",
161
- # }
162
- #
163
132
  # @!attribute [rw] device_arn
164
133
  # The ARN of the device to associate to a room. Required.
165
134
  # @return [String]
@@ -181,14 +150,6 @@ module Aws::AlexaForBusiness
181
150
  #
182
151
  class AssociateDeviceWithRoomResponse < Aws::EmptyStructure; end
183
152
 
184
- # @note When making an API call, you may pass AssociateSkillGroupWithRoomRequest
185
- # data as a hash:
186
- #
187
- # {
188
- # skill_group_arn: "Arn",
189
- # room_arn: "Arn",
190
- # }
191
- #
192
153
  # @!attribute [rw] skill_group_arn
193
154
  # The ARN of the skill group to associate with a room. Required.
194
155
  # @return [String]
@@ -211,14 +172,6 @@ module Aws::AlexaForBusiness
211
172
  #
212
173
  class AssociateSkillGroupWithRoomResponse < Aws::EmptyStructure; end
213
174
 
214
- # @note When making an API call, you may pass AssociateSkillWithSkillGroupRequest
215
- # data as a hash:
216
- #
217
- # {
218
- # skill_group_arn: "Arn",
219
- # skill_id: "SkillId", # required
220
- # }
221
- #
222
175
  # @!attribute [rw] skill_group_arn
223
176
  # The ARN of the skill group to associate the skill to. Required.
224
177
  # @return [String]
@@ -240,13 +193,6 @@ module Aws::AlexaForBusiness
240
193
  #
241
194
  class AssociateSkillWithSkillGroupResponse < Aws::EmptyStructure; end
242
195
 
243
- # @note When making an API call, you may pass AssociateSkillWithUsersRequest
244
- # data as a hash:
245
- #
246
- # {
247
- # skill_id: "SkillId", # required
248
- # }
249
- #
250
196
  # @!attribute [rw] skill_id
251
197
  # The private skill ID you want to make available to enrolled users.
252
198
  # @return [String]
@@ -280,14 +226,6 @@ module Aws::AlexaForBusiness
280
226
  #
281
227
  # [1]: https://www.ffmpeg.org/
282
228
  #
283
- # @note When making an API call, you may pass Audio
284
- # data as a hash:
285
- #
286
- # {
287
- # locale: "en-US", # required, accepts en-US
288
- # location: "AudioLocation", # required
289
- # }
290
- #
291
229
  # @!attribute [rw] locale
292
230
  # The locale of the audio message. Currently, en-US is supported.
293
231
  # @return [String]
@@ -348,13 +286,6 @@ module Aws::AlexaForBusiness
348
286
 
349
287
  # The content range of the report.
350
288
  #
351
- # @note When making an API call, you may pass BusinessReportContentRange
352
- # data as a hash:
353
- #
354
- # {
355
- # interval: "ONE_DAY", # required, accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
356
- # }
357
- #
358
289
  # @!attribute [rw] interval
359
290
  # The interval of the content range.
360
291
  # @return [String]
@@ -369,13 +300,6 @@ module Aws::AlexaForBusiness
369
300
 
370
301
  # The recurrence of the reports.
371
302
  #
372
- # @note When making an API call, you may pass BusinessReportRecurrence
373
- # data as a hash:
374
- #
375
- # {
376
- # start_date: "Date",
377
- # }
378
- #
379
303
  # @!attribute [rw] start_date
380
304
  # The start date.
381
305
  # @return [String]
@@ -495,13 +419,6 @@ module Aws::AlexaForBusiness
495
419
  # The default conference provider that is used if no other scheduled
496
420
  # meetings are detected.
497
421
  #
498
- # @note When making an API call, you may pass ConferencePreference
499
- # data as a hash:
500
- #
501
- # {
502
- # default_conference_provider_arn: "Arn",
503
- # }
504
- #
505
422
  # @!attribute [rw] default_conference_provider_arn
506
423
  # The ARN of the default conference provider.
507
424
  # @return [String]
@@ -657,30 +574,6 @@ module Aws::AlexaForBusiness
657
574
  # The content definition. This can contain only one text, SSML, or audio
658
575
  # list object.
659
576
  #
660
- # @note When making an API call, you may pass Content
661
- # data as a hash:
662
- #
663
- # {
664
- # text_list: [
665
- # {
666
- # locale: "en-US", # required, accepts en-US
667
- # value: "TextValue", # required
668
- # },
669
- # ],
670
- # ssml_list: [
671
- # {
672
- # locale: "en-US", # required, accepts en-US
673
- # value: "SsmlValue", # required
674
- # },
675
- # ],
676
- # audio_list: [
677
- # {
678
- # locale: "en-US", # required, accepts en-US
679
- # location: "AudioLocation", # required
680
- # },
681
- # ],
682
- # }
683
- #
684
577
  # @!attribute [rw] text_list
685
578
  # The list of text messages.
686
579
  # @return [Array<Types::Text>]
@@ -703,21 +596,6 @@ module Aws::AlexaForBusiness
703
596
  include Aws::Structure
704
597
  end
705
598
 
706
- # @note When making an API call, you may pass CreateAddressBookRequest
707
- # data as a hash:
708
- #
709
- # {
710
- # name: "AddressBookName", # required
711
- # description: "AddressBookDescription",
712
- # client_request_token: "ClientRequestToken",
713
- # tags: [
714
- # {
715
- # key: "TagKey", # required
716
- # value: "TagValue", # required
717
- # },
718
- # ],
719
- # }
720
- #
721
599
  # @!attribute [rw] name
722
600
  # The name of the address book.
723
601
  # @return [String]
@@ -762,29 +640,6 @@ module Aws::AlexaForBusiness
762
640
  include Aws::Structure
763
641
  end
764
642
 
765
- # @note When making an API call, you may pass CreateBusinessReportScheduleRequest
766
- # data as a hash:
767
- #
768
- # {
769
- # schedule_name: "BusinessReportScheduleName",
770
- # s3_bucket_name: "CustomerS3BucketName",
771
- # s3_key_prefix: "S3KeyPrefix",
772
- # format: "CSV", # required, accepts CSV, CSV_ZIP
773
- # content_range: { # required
774
- # interval: "ONE_DAY", # required, accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
775
- # },
776
- # recurrence: {
777
- # start_date: "Date",
778
- # },
779
- # client_request_token: "ClientRequestToken",
780
- # tags: [
781
- # {
782
- # key: "TagKey", # required
783
- # value: "TagValue", # required
784
- # },
785
- # ],
786
- # }
787
- #
788
643
  # @!attribute [rw] schedule_name
789
644
  # The name identifier of the schedule.
790
645
  # @return [String]
@@ -851,34 +706,6 @@ module Aws::AlexaForBusiness
851
706
  include Aws::Structure
852
707
  end
853
708
 
854
- # @note When making an API call, you may pass CreateConferenceProviderRequest
855
- # data as a hash:
856
- #
857
- # {
858
- # conference_provider_name: "ConferenceProviderName", # required
859
- # conference_provider_type: "CHIME", # required, accepts CHIME, BLUEJEANS, FUZE, GOOGLE_HANGOUTS, POLYCOM, RINGCENTRAL, SKYPE_FOR_BUSINESS, WEBEX, ZOOM, CUSTOM
860
- # ip_dial_in: {
861
- # endpoint: "Endpoint", # required
862
- # comms_protocol: "SIP", # required, accepts SIP, SIPS, H323
863
- # },
864
- # pstn_dial_in: {
865
- # country_code: "CountryCode", # required
866
- # phone_number: "OutboundPhoneNumber", # required
867
- # one_click_id_delay: "OneClickIdDelay", # required
868
- # one_click_pin_delay: "OneClickPinDelay", # required
869
- # },
870
- # meeting_setting: { # required
871
- # require_pin: "YES", # required, accepts YES, NO, OPTIONAL
872
- # },
873
- # client_request_token: "ClientRequestToken",
874
- # tags: [
875
- # {
876
- # key: "TagKey", # required
877
- # value: "TagValue", # required
878
- # },
879
- # ],
880
- # }
881
- #
882
709
  # @!attribute [rw] conference_provider_name
883
710
  # The name of the conference provider.
884
711
  # @return [String]
@@ -937,35 +764,6 @@ module Aws::AlexaForBusiness
937
764
  include Aws::Structure
938
765
  end
939
766
 
940
- # @note When making an API call, you may pass CreateContactRequest
941
- # data as a hash:
942
- #
943
- # {
944
- # display_name: "ContactName",
945
- # first_name: "ContactName", # required
946
- # last_name: "ContactName",
947
- # phone_number: "RawPhoneNumber",
948
- # phone_numbers: [
949
- # {
950
- # number: "RawPhoneNumber", # required
951
- # type: "MOBILE", # required, accepts MOBILE, WORK, HOME
952
- # },
953
- # ],
954
- # sip_addresses: [
955
- # {
956
- # uri: "SipUri", # required
957
- # type: "WORK", # required, accepts WORK
958
- # },
959
- # ],
960
- # client_request_token: "ClientRequestToken",
961
- # tags: [
962
- # {
963
- # key: "TagKey", # required
964
- # value: "TagValue", # required
965
- # },
966
- # ],
967
- # }
968
- #
969
767
  # @!attribute [rw] display_name
970
768
  # The name of the contact to display on the console.
971
769
  # @return [String]
@@ -1039,15 +837,6 @@ module Aws::AlexaForBusiness
1039
837
  # applied to a room profile. The end of meeting reminder enables Alexa
1040
838
  # to remind users when a meeting is ending.
1041
839
  #
1042
- # @note When making an API call, you may pass CreateEndOfMeetingReminder
1043
- # data as a hash:
1044
- #
1045
- # {
1046
- # reminder_at_minutes: [1], # required
1047
- # reminder_type: "ANNOUNCEMENT_TIME_CHECK", # required, accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
1048
- # enabled: false, # required
1049
- # }
1050
- #
1051
840
  # @!attribute [rw] reminder_at_minutes
1052
841
  # A range of 3 to 15 minutes that determines when the reminder begins.
1053
842
  # @return [Array<Integer>]
@@ -1071,21 +860,6 @@ module Aws::AlexaForBusiness
1071
860
  include Aws::Structure
1072
861
  end
1073
862
 
1074
- # @note When making an API call, you may pass CreateGatewayGroupRequest
1075
- # data as a hash:
1076
- #
1077
- # {
1078
- # name: "GatewayGroupName", # required
1079
- # description: "GatewayGroupDescription",
1080
- # client_request_token: "ClientRequestToken", # required
1081
- # tags: [
1082
- # {
1083
- # key: "TagKey", # required
1084
- # value: "TagValue", # required
1085
- # },
1086
- # ],
1087
- # }
1088
- #
1089
863
  # @!attribute [rw] name
1090
864
  # The name of the gateway group.
1091
865
  # @return [String]
@@ -1135,14 +909,6 @@ module Aws::AlexaForBusiness
1135
909
  # automatically books the room for the configured duration if the room
1136
910
  # is available.
1137
911
  #
1138
- # @note When making an API call, you may pass CreateInstantBooking
1139
- # data as a hash:
1140
- #
1141
- # {
1142
- # duration_in_minutes: 1, # required
1143
- # enabled: false, # required
1144
- # }
1145
- #
1146
912
  # @!attribute [rw] duration_in_minutes
1147
913
  # Duration between 15 and 240 minutes at increments of 15 that
1148
914
  # determines how long to book an available room when a meeting is
@@ -1164,26 +930,6 @@ module Aws::AlexaForBusiness
1164
930
 
1165
931
  # Creates meeting room settings of a room profile.
1166
932
  #
1167
- # @note When making an API call, you may pass CreateMeetingRoomConfiguration
1168
- # data as a hash:
1169
- #
1170
- # {
1171
- # room_utilization_metrics_enabled: false,
1172
- # end_of_meeting_reminder: {
1173
- # reminder_at_minutes: [1], # required
1174
- # reminder_type: "ANNOUNCEMENT_TIME_CHECK", # required, accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
1175
- # enabled: false, # required
1176
- # },
1177
- # instant_booking: {
1178
- # duration_in_minutes: 1, # required
1179
- # enabled: false, # required
1180
- # },
1181
- # require_check_in: {
1182
- # release_after_minutes: 1, # required
1183
- # enabled: false, # required
1184
- # },
1185
- # }
1186
- #
1187
933
  # @!attribute [rw] room_utilization_metrics_enabled
1188
934
  # Whether room utilization metrics are enabled or not.
1189
935
  # @return [Boolean]
@@ -1217,28 +963,6 @@ module Aws::AlexaForBusiness
1217
963
  include Aws::Structure
1218
964
  end
1219
965
 
1220
- # @note When making an API call, you may pass CreateNetworkProfileRequest
1221
- # data as a hash:
1222
- #
1223
- # {
1224
- # network_profile_name: "NetworkProfileName", # required
1225
- # description: "NetworkProfileDescription",
1226
- # ssid: "NetworkSsid", # required
1227
- # security_type: "OPEN", # required, accepts OPEN, WEP, WPA_PSK, WPA2_PSK, WPA2_ENTERPRISE
1228
- # eap_method: "EAP_TLS", # accepts EAP_TLS
1229
- # current_password: "CurrentWiFiPassword",
1230
- # next_password: "NextWiFiPassword",
1231
- # certificate_authority_arn: "Arn",
1232
- # trust_anchors: ["TrustAnchor"],
1233
- # client_request_token: "ClientRequestToken", # required
1234
- # tags: [
1235
- # {
1236
- # key: "TagKey", # required
1237
- # value: "TagValue", # required
1238
- # },
1239
- # ],
1240
- # }
1241
- #
1242
966
  # @!attribute [rw] network_profile_name
1243
967
  # The name of the network profile associated with a device.
1244
968
  # @return [String]
@@ -1326,46 +1050,6 @@ module Aws::AlexaForBusiness
1326
1050
  include Aws::Structure
1327
1051
  end
1328
1052
 
1329
- # @note When making an API call, you may pass CreateProfileRequest
1330
- # data as a hash:
1331
- #
1332
- # {
1333
- # profile_name: "ProfileName", # required
1334
- # timezone: "Timezone", # required
1335
- # address: "Address", # required
1336
- # distance_unit: "METRIC", # required, accepts METRIC, IMPERIAL
1337
- # temperature_unit: "FAHRENHEIT", # required, accepts FAHRENHEIT, CELSIUS
1338
- # wake_word: "ALEXA", # required, accepts ALEXA, AMAZON, ECHO, COMPUTER
1339
- # locale: "DeviceLocale",
1340
- # client_request_token: "ClientRequestToken",
1341
- # setup_mode_disabled: false,
1342
- # max_volume_limit: 1,
1343
- # pstn_enabled: false,
1344
- # data_retention_opt_in: false,
1345
- # meeting_room_configuration: {
1346
- # room_utilization_metrics_enabled: false,
1347
- # end_of_meeting_reminder: {
1348
- # reminder_at_minutes: [1], # required
1349
- # reminder_type: "ANNOUNCEMENT_TIME_CHECK", # required, accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
1350
- # enabled: false, # required
1351
- # },
1352
- # instant_booking: {
1353
- # duration_in_minutes: 1, # required
1354
- # enabled: false, # required
1355
- # },
1356
- # require_check_in: {
1357
- # release_after_minutes: 1, # required
1358
- # enabled: false, # required
1359
- # },
1360
- # },
1361
- # tags: [
1362
- # {
1363
- # key: "TagKey", # required
1364
- # value: "TagValue", # required
1365
- # },
1366
- # ],
1367
- # }
1368
- #
1369
1053
  # @!attribute [rw] profile_name
1370
1054
  # The name of a room profile.
1371
1055
  # @return [String]
@@ -1465,14 +1149,6 @@ module Aws::AlexaForBusiness
1465
1149
  # device to prompt the user to check in; otherwise, the room will be
1466
1150
  # released.
1467
1151
  #
1468
- # @note When making an API call, you may pass CreateRequireCheckIn
1469
- # data as a hash:
1470
- #
1471
- # {
1472
- # release_after_minutes: 1, # required
1473
- # enabled: false, # required
1474
- # }
1475
- #
1476
1152
  # @!attribute [rw] release_after_minutes
1477
1153
  # Duration between 5 and 20 minutes to determine when to release the
1478
1154
  # room if it's not checked into.
@@ -1491,23 +1167,6 @@ module Aws::AlexaForBusiness
1491
1167
  include Aws::Structure
1492
1168
  end
1493
1169
 
1494
- # @note When making an API call, you may pass CreateRoomRequest
1495
- # data as a hash:
1496
- #
1497
- # {
1498
- # room_name: "RoomName", # required
1499
- # description: "RoomDescription",
1500
- # profile_arn: "Arn",
1501
- # provider_calendar_id: "ProviderCalendarId",
1502
- # client_request_token: "ClientRequestToken",
1503
- # tags: [
1504
- # {
1505
- # key: "TagKey", # required
1506
- # value: "TagValue", # required
1507
- # },
1508
- # ],
1509
- # }
1510
- #
1511
1170
  # @!attribute [rw] room_name
1512
1171
  # The name for the room.
1513
1172
  # @return [String]
@@ -1561,21 +1220,6 @@ module Aws::AlexaForBusiness
1561
1220
  include Aws::Structure
1562
1221
  end
1563
1222
 
1564
- # @note When making an API call, you may pass CreateSkillGroupRequest
1565
- # data as a hash:
1566
- #
1567
- # {
1568
- # skill_group_name: "SkillGroupName", # required
1569
- # description: "SkillGroupDescription",
1570
- # client_request_token: "ClientRequestToken",
1571
- # tags: [
1572
- # {
1573
- # key: "TagKey", # required
1574
- # value: "TagValue", # required
1575
- # },
1576
- # ],
1577
- # }
1578
- #
1579
1223
  # @!attribute [rw] skill_group_name
1580
1224
  # The name for the skill group.
1581
1225
  # @return [String]
@@ -1619,23 +1263,6 @@ module Aws::AlexaForBusiness
1619
1263
  include Aws::Structure
1620
1264
  end
1621
1265
 
1622
- # @note When making an API call, you may pass CreateUserRequest
1623
- # data as a hash:
1624
- #
1625
- # {
1626
- # user_id: "user_UserId", # required
1627
- # first_name: "user_FirstName",
1628
- # last_name: "user_LastName",
1629
- # email: "Email",
1630
- # client_request_token: "ClientRequestToken",
1631
- # tags: [
1632
- # {
1633
- # key: "TagKey", # required
1634
- # value: "TagValue", # required
1635
- # },
1636
- # ],
1637
- # }
1638
- #
1639
1266
  # @!attribute [rw] user_id
1640
1267
  # The ARN for the user.
1641
1268
  # @return [String]
@@ -1689,13 +1316,6 @@ module Aws::AlexaForBusiness
1689
1316
  include Aws::Structure
1690
1317
  end
1691
1318
 
1692
- # @note When making an API call, you may pass DeleteAddressBookRequest
1693
- # data as a hash:
1694
- #
1695
- # {
1696
- # address_book_arn: "Arn", # required
1697
- # }
1698
- #
1699
1319
  # @!attribute [rw] address_book_arn
1700
1320
  # The ARN of the address book to delete.
1701
1321
  # @return [String]
@@ -1712,13 +1332,6 @@ module Aws::AlexaForBusiness
1712
1332
  #
1713
1333
  class DeleteAddressBookResponse < Aws::EmptyStructure; end
1714
1334
 
1715
- # @note When making an API call, you may pass DeleteBusinessReportScheduleRequest
1716
- # data as a hash:
1717
- #
1718
- # {
1719
- # schedule_arn: "Arn", # required
1720
- # }
1721
- #
1722
1335
  # @!attribute [rw] schedule_arn
1723
1336
  # The ARN of the business report schedule.
1724
1337
  # @return [String]
@@ -1735,13 +1348,6 @@ module Aws::AlexaForBusiness
1735
1348
  #
1736
1349
  class DeleteBusinessReportScheduleResponse < Aws::EmptyStructure; end
1737
1350
 
1738
- # @note When making an API call, you may pass DeleteConferenceProviderRequest
1739
- # data as a hash:
1740
- #
1741
- # {
1742
- # conference_provider_arn: "Arn", # required
1743
- # }
1744
- #
1745
1351
  # @!attribute [rw] conference_provider_arn
1746
1352
  # The ARN of the conference provider.
1747
1353
  # @return [String]
@@ -1758,13 +1364,6 @@ module Aws::AlexaForBusiness
1758
1364
  #
1759
1365
  class DeleteConferenceProviderResponse < Aws::EmptyStructure; end
1760
1366
 
1761
- # @note When making an API call, you may pass DeleteContactRequest
1762
- # data as a hash:
1763
- #
1764
- # {
1765
- # contact_arn: "Arn", # required
1766
- # }
1767
- #
1768
1367
  # @!attribute [rw] contact_arn
1769
1368
  # The ARN of the contact to delete.
1770
1369
  # @return [String]
@@ -1781,13 +1380,6 @@ module Aws::AlexaForBusiness
1781
1380
  #
1782
1381
  class DeleteContactResponse < Aws::EmptyStructure; end
1783
1382
 
1784
- # @note When making an API call, you may pass DeleteDeviceRequest
1785
- # data as a hash:
1786
- #
1787
- # {
1788
- # device_arn: "Arn", # required
1789
- # }
1790
- #
1791
1383
  # @!attribute [rw] device_arn
1792
1384
  # The ARN of the device for which to request details.
1793
1385
  # @return [String]
@@ -1804,14 +1396,6 @@ module Aws::AlexaForBusiness
1804
1396
  #
1805
1397
  class DeleteDeviceResponse < Aws::EmptyStructure; end
1806
1398
 
1807
- # @note When making an API call, you may pass DeleteDeviceUsageDataRequest
1808
- # data as a hash:
1809
- #
1810
- # {
1811
- # device_arn: "Arn", # required
1812
- # device_usage_type: "VOICE", # required, accepts VOICE
1813
- # }
1814
- #
1815
1399
  # @!attribute [rw] device_arn
1816
1400
  # The ARN of the device.
1817
1401
  # @return [String]
@@ -1833,13 +1417,6 @@ module Aws::AlexaForBusiness
1833
1417
  #
1834
1418
  class DeleteDeviceUsageDataResponse < Aws::EmptyStructure; end
1835
1419
 
1836
- # @note When making an API call, you may pass DeleteGatewayGroupRequest
1837
- # data as a hash:
1838
- #
1839
- # {
1840
- # gateway_group_arn: "Arn", # required
1841
- # }
1842
- #
1843
1420
  # @!attribute [rw] gateway_group_arn
1844
1421
  # The ARN of the gateway group to delete.
1845
1422
  # @return [String]
@@ -1856,13 +1433,6 @@ module Aws::AlexaForBusiness
1856
1433
  #
1857
1434
  class DeleteGatewayGroupResponse < Aws::EmptyStructure; end
1858
1435
 
1859
- # @note When making an API call, you may pass DeleteNetworkProfileRequest
1860
- # data as a hash:
1861
- #
1862
- # {
1863
- # network_profile_arn: "Arn", # required
1864
- # }
1865
- #
1866
1436
  # @!attribute [rw] network_profile_arn
1867
1437
  # The ARN of the network profile associated with a device.
1868
1438
  # @return [String]
@@ -1879,13 +1449,6 @@ module Aws::AlexaForBusiness
1879
1449
  #
1880
1450
  class DeleteNetworkProfileResponse < Aws::EmptyStructure; end
1881
1451
 
1882
- # @note When making an API call, you may pass DeleteProfileRequest
1883
- # data as a hash:
1884
- #
1885
- # {
1886
- # profile_arn: "Arn",
1887
- # }
1888
- #
1889
1452
  # @!attribute [rw] profile_arn
1890
1453
  # The ARN of the room profile to delete. Required.
1891
1454
  # @return [String]
@@ -1902,13 +1465,6 @@ module Aws::AlexaForBusiness
1902
1465
  #
1903
1466
  class DeleteProfileResponse < Aws::EmptyStructure; end
1904
1467
 
1905
- # @note When making an API call, you may pass DeleteRoomRequest
1906
- # data as a hash:
1907
- #
1908
- # {
1909
- # room_arn: "Arn",
1910
- # }
1911
- #
1912
1468
  # @!attribute [rw] room_arn
1913
1469
  # The ARN of the room to delete. Required.
1914
1470
  # @return [String]
@@ -1925,15 +1481,6 @@ module Aws::AlexaForBusiness
1925
1481
  #
1926
1482
  class DeleteRoomResponse < Aws::EmptyStructure; end
1927
1483
 
1928
- # @note When making an API call, you may pass DeleteRoomSkillParameterRequest
1929
- # data as a hash:
1930
- #
1931
- # {
1932
- # room_arn: "Arn",
1933
- # skill_id: "SkillId", # required
1934
- # parameter_key: "RoomSkillParameterKey", # required
1935
- # }
1936
- #
1937
1484
  # @!attribute [rw] room_arn
1938
1485
  # The ARN of the room from which to remove the room skill parameter
1939
1486
  # details.
@@ -1962,14 +1509,6 @@ module Aws::AlexaForBusiness
1962
1509
  #
1963
1510
  class DeleteRoomSkillParameterResponse < Aws::EmptyStructure; end
1964
1511
 
1965
- # @note When making an API call, you may pass DeleteSkillAuthorizationRequest
1966
- # data as a hash:
1967
- #
1968
- # {
1969
- # skill_id: "SkillId", # required
1970
- # room_arn: "Arn",
1971
- # }
1972
- #
1973
1512
  # @!attribute [rw] skill_id
1974
1513
  # The unique identifier of a skill.
1975
1514
  # @return [String]
@@ -1991,13 +1530,6 @@ module Aws::AlexaForBusiness
1991
1530
  #
1992
1531
  class DeleteSkillAuthorizationResponse < Aws::EmptyStructure; end
1993
1532
 
1994
- # @note When making an API call, you may pass DeleteSkillGroupRequest
1995
- # data as a hash:
1996
- #
1997
- # {
1998
- # skill_group_arn: "Arn",
1999
- # }
2000
- #
2001
1533
  # @!attribute [rw] skill_group_arn
2002
1534
  # The ARN of the skill group to delete. Required.
2003
1535
  # @return [String]
@@ -2014,14 +1546,6 @@ module Aws::AlexaForBusiness
2014
1546
  #
2015
1547
  class DeleteSkillGroupResponse < Aws::EmptyStructure; end
2016
1548
 
2017
- # @note When making an API call, you may pass DeleteUserRequest
2018
- # data as a hash:
2019
- #
2020
- # {
2021
- # user_arn: "Arn",
2022
- # enrollment_id: "EnrollmentId", # required
2023
- # }
2024
- #
2025
1549
  # @!attribute [rw] user_arn
2026
1550
  # The ARN of the user to delete in the organization. Required.
2027
1551
  # @return [String]
@@ -2312,14 +1836,6 @@ module Aws::AlexaForBusiness
2312
1836
  include Aws::Structure
2313
1837
  end
2314
1838
 
2315
- # @note When making an API call, you may pass DisassociateContactFromAddressBookRequest
2316
- # data as a hash:
2317
- #
2318
- # {
2319
- # contact_arn: "Arn", # required
2320
- # address_book_arn: "Arn", # required
2321
- # }
2322
- #
2323
1839
  # @!attribute [rw] contact_arn
2324
1840
  # The ARN of the contact to disassociate from an address book.
2325
1841
  # @return [String]
@@ -2341,13 +1857,6 @@ module Aws::AlexaForBusiness
2341
1857
  #
2342
1858
  class DisassociateContactFromAddressBookResponse < Aws::EmptyStructure; end
2343
1859
 
2344
- # @note When making an API call, you may pass DisassociateDeviceFromRoomRequest
2345
- # data as a hash:
2346
- #
2347
- # {
2348
- # device_arn: "Arn",
2349
- # }
2350
- #
2351
1860
  # @!attribute [rw] device_arn
2352
1861
  # The ARN of the device to disassociate from a room. Required.
2353
1862
  # @return [String]
@@ -2364,14 +1873,6 @@ module Aws::AlexaForBusiness
2364
1873
  #
2365
1874
  class DisassociateDeviceFromRoomResponse < Aws::EmptyStructure; end
2366
1875
 
2367
- # @note When making an API call, you may pass DisassociateSkillFromSkillGroupRequest
2368
- # data as a hash:
2369
- #
2370
- # {
2371
- # skill_group_arn: "Arn",
2372
- # skill_id: "SkillId", # required
2373
- # }
2374
- #
2375
1876
  # @!attribute [rw] skill_group_arn
2376
1877
  # The unique identifier of a skill. Required.
2377
1878
  # @return [String]
@@ -2393,13 +1894,6 @@ module Aws::AlexaForBusiness
2393
1894
  #
2394
1895
  class DisassociateSkillFromSkillGroupResponse < Aws::EmptyStructure; end
2395
1896
 
2396
- # @note When making an API call, you may pass DisassociateSkillFromUsersRequest
2397
- # data as a hash:
2398
- #
2399
- # {
2400
- # skill_id: "SkillId", # required
2401
- # }
2402
- #
2403
1897
  # @!attribute [rw] skill_id
2404
1898
  # The private skill ID you want to make unavailable for enrolled
2405
1899
  # users.
@@ -2417,14 +1911,6 @@ module Aws::AlexaForBusiness
2417
1911
  #
2418
1912
  class DisassociateSkillFromUsersResponse < Aws::EmptyStructure; end
2419
1913
 
2420
- # @note When making an API call, you may pass DisassociateSkillGroupFromRoomRequest
2421
- # data as a hash:
2422
- #
2423
- # {
2424
- # skill_group_arn: "Arn",
2425
- # room_arn: "Arn",
2426
- # }
2427
- #
2428
1914
  # @!attribute [rw] skill_group_arn
2429
1915
  # The ARN of the skill group to disassociate from a room. Required.
2430
1916
  # @return [String]
@@ -2478,14 +1964,6 @@ module Aws::AlexaForBusiness
2478
1964
  # list of results. Filters can be used to match a set of resources by
2479
1965
  # various criteria.
2480
1966
  #
2481
- # @note When making an API call, you may pass Filter
2482
- # data as a hash:
2483
- #
2484
- # {
2485
- # key: "FilterKey", # required
2486
- # values: ["FilterValue"], # required
2487
- # }
2488
- #
2489
1967
  # @!attribute [rw] key
2490
1968
  # The key of a filter.
2491
1969
  # @return [String]
@@ -2503,13 +1981,6 @@ module Aws::AlexaForBusiness
2503
1981
  include Aws::Structure
2504
1982
  end
2505
1983
 
2506
- # @note When making an API call, you may pass ForgetSmartHomeAppliancesRequest
2507
- # data as a hash:
2508
- #
2509
- # {
2510
- # room_arn: "Arn", # required
2511
- # }
2512
- #
2513
1984
  # @!attribute [rw] room_arn
2514
1985
  # The room that the appliances are associated with.
2515
1986
  # @return [String]
@@ -2644,13 +2115,6 @@ module Aws::AlexaForBusiness
2644
2115
  include Aws::Structure
2645
2116
  end
2646
2117
 
2647
- # @note When making an API call, you may pass GetAddressBookRequest
2648
- # data as a hash:
2649
- #
2650
- # {
2651
- # address_book_arn: "Arn", # required
2652
- # }
2653
- #
2654
2118
  # @!attribute [rw] address_book_arn
2655
2119
  # The ARN of the address book for which to request details.
2656
2120
  # @return [String]
@@ -2693,13 +2157,6 @@ module Aws::AlexaForBusiness
2693
2157
  include Aws::Structure
2694
2158
  end
2695
2159
 
2696
- # @note When making an API call, you may pass GetConferenceProviderRequest
2697
- # data as a hash:
2698
- #
2699
- # {
2700
- # conference_provider_arn: "Arn", # required
2701
- # }
2702
- #
2703
2160
  # @!attribute [rw] conference_provider_arn
2704
2161
  # The ARN of the newly created conference provider.
2705
2162
  # @return [String]
@@ -2724,13 +2181,6 @@ module Aws::AlexaForBusiness
2724
2181
  include Aws::Structure
2725
2182
  end
2726
2183
 
2727
- # @note When making an API call, you may pass GetContactRequest
2728
- # data as a hash:
2729
- #
2730
- # {
2731
- # contact_arn: "Arn", # required
2732
- # }
2733
- #
2734
2184
  # @!attribute [rw] contact_arn
2735
2185
  # The ARN of the contact for which to request details.
2736
2186
  # @return [String]
@@ -2755,13 +2205,6 @@ module Aws::AlexaForBusiness
2755
2205
  include Aws::Structure
2756
2206
  end
2757
2207
 
2758
- # @note When making an API call, you may pass GetDeviceRequest
2759
- # data as a hash:
2760
- #
2761
- # {
2762
- # device_arn: "Arn",
2763
- # }
2764
- #
2765
2208
  # @!attribute [rw] device_arn
2766
2209
  # The ARN of the device for which to request details. Required.
2767
2210
  # @return [String]
@@ -2786,13 +2229,6 @@ module Aws::AlexaForBusiness
2786
2229
  include Aws::Structure
2787
2230
  end
2788
2231
 
2789
- # @note When making an API call, you may pass GetGatewayGroupRequest
2790
- # data as a hash:
2791
- #
2792
- # {
2793
- # gateway_group_arn: "Arn", # required
2794
- # }
2795
- #
2796
2232
  # @!attribute [rw] gateway_group_arn
2797
2233
  # The ARN of the gateway group to get.
2798
2234
  # @return [String]
@@ -2817,13 +2253,6 @@ module Aws::AlexaForBusiness
2817
2253
  include Aws::Structure
2818
2254
  end
2819
2255
 
2820
- # @note When making an API call, you may pass GetGatewayRequest
2821
- # data as a hash:
2822
- #
2823
- # {
2824
- # gateway_arn: "Arn", # required
2825
- # }
2826
- #
2827
2256
  # @!attribute [rw] gateway_arn
2828
2257
  # The ARN of the gateway to get.
2829
2258
  # @return [String]
@@ -2879,13 +2308,6 @@ module Aws::AlexaForBusiness
2879
2308
  include Aws::Structure
2880
2309
  end
2881
2310
 
2882
- # @note When making an API call, you may pass GetNetworkProfileRequest
2883
- # data as a hash:
2884
- #
2885
- # {
2886
- # network_profile_arn: "Arn", # required
2887
- # }
2888
- #
2889
2311
  # @!attribute [rw] network_profile_arn
2890
2312
  # The ARN of the network profile associated with a device.
2891
2313
  # @return [String]
@@ -2910,13 +2332,6 @@ module Aws::AlexaForBusiness
2910
2332
  include Aws::Structure
2911
2333
  end
2912
2334
 
2913
- # @note When making an API call, you may pass GetProfileRequest
2914
- # data as a hash:
2915
- #
2916
- # {
2917
- # profile_arn: "Arn",
2918
- # }
2919
- #
2920
2335
  # @!attribute [rw] profile_arn
2921
2336
  # The ARN of the room profile for which to request details. Required.
2922
2337
  # @return [String]
@@ -2941,13 +2356,6 @@ module Aws::AlexaForBusiness
2941
2356
  include Aws::Structure
2942
2357
  end
2943
2358
 
2944
- # @note When making an API call, you may pass GetRoomRequest
2945
- # data as a hash:
2946
- #
2947
- # {
2948
- # room_arn: "Arn",
2949
- # }
2950
- #
2951
2359
  # @!attribute [rw] room_arn
2952
2360
  # The ARN of the room for which to request details. Required.
2953
2361
  # @return [String]
@@ -2972,15 +2380,6 @@ module Aws::AlexaForBusiness
2972
2380
  include Aws::Structure
2973
2381
  end
2974
2382
 
2975
- # @note When making an API call, you may pass GetRoomSkillParameterRequest
2976
- # data as a hash:
2977
- #
2978
- # {
2979
- # room_arn: "Arn",
2980
- # skill_id: "SkillId", # required
2981
- # parameter_key: "RoomSkillParameterKey", # required
2982
- # }
2983
- #
2984
2383
  # @!attribute [rw] room_arn
2985
2384
  # The ARN of the room from which to get the room skill parameter
2986
2385
  # details.
@@ -3017,13 +2416,6 @@ module Aws::AlexaForBusiness
3017
2416
  include Aws::Structure
3018
2417
  end
3019
2418
 
3020
- # @note When making an API call, you may pass GetSkillGroupRequest
3021
- # data as a hash:
3022
- #
3023
- # {
3024
- # skill_group_arn: "Arn",
3025
- # }
3026
- #
3027
2419
  # @!attribute [rw] skill_group_arn
3028
2420
  # The ARN of the skill group for which to get details. Required.
3029
2421
  # @return [String]
@@ -3050,14 +2442,6 @@ module Aws::AlexaForBusiness
3050
2442
 
3051
2443
  # The IP endpoint and protocol for calling.
3052
2444
  #
3053
- # @note When making an API call, you may pass IPDialIn
3054
- # data as a hash:
3055
- #
3056
- # {
3057
- # endpoint: "Endpoint", # required
3058
- # comms_protocol: "SIP", # required, accepts SIP, SIPS, H323
3059
- # }
3060
- #
3061
2445
  # @!attribute [rw] endpoint
3062
2446
  # The IP address.
3063
2447
  # @return [String]
@@ -3179,14 +2563,6 @@ module Aws::AlexaForBusiness
3179
2563
  include Aws::Structure
3180
2564
  end
3181
2565
 
3182
- # @note When making an API call, you may pass ListBusinessReportSchedulesRequest
3183
- # data as a hash:
3184
- #
3185
- # {
3186
- # next_token: "NextToken",
3187
- # max_results: 1,
3188
- # }
3189
- #
3190
2566
  # @!attribute [rw] next_token
3191
2567
  # The token used to list the remaining schedules from the previous API
3192
2568
  # call.
@@ -3223,14 +2599,6 @@ module Aws::AlexaForBusiness
3223
2599
  include Aws::Structure
3224
2600
  end
3225
2601
 
3226
- # @note When making an API call, you may pass ListConferenceProvidersRequest
3227
- # data as a hash:
3228
- #
3229
- # {
3230
- # next_token: "NextToken",
3231
- # max_results: 1,
3232
- # }
3233
- #
3234
2602
  # @!attribute [rw] next_token
3235
2603
  # The tokens used for pagination.
3236
2604
  # @return [String]
@@ -3266,16 +2634,6 @@ module Aws::AlexaForBusiness
3266
2634
  include Aws::Structure
3267
2635
  end
3268
2636
 
3269
- # @note When making an API call, you may pass ListDeviceEventsRequest
3270
- # data as a hash:
3271
- #
3272
- # {
3273
- # device_arn: "Arn", # required
3274
- # event_type: "CONNECTION_STATUS", # accepts CONNECTION_STATUS, DEVICE_STATUS
3275
- # next_token: "NextToken",
3276
- # max_results: 1,
3277
- # }
3278
- #
3279
2637
  # @!attribute [rw] device_arn
3280
2638
  # The ARN of a device.
3281
2639
  # @return [String]
@@ -3330,14 +2688,6 @@ module Aws::AlexaForBusiness
3330
2688
  include Aws::Structure
3331
2689
  end
3332
2690
 
3333
- # @note When making an API call, you may pass ListGatewayGroupsRequest
3334
- # data as a hash:
3335
- #
3336
- # {
3337
- # next_token: "NextToken",
3338
- # max_results: 1,
3339
- # }
3340
- #
3341
2691
  # @!attribute [rw] next_token
3342
2692
  # The token used to paginate though multiple pages of gateway group
3343
2693
  # summaries.
@@ -3375,15 +2725,6 @@ module Aws::AlexaForBusiness
3375
2725
  include Aws::Structure
3376
2726
  end
3377
2727
 
3378
- # @note When making an API call, you may pass ListGatewaysRequest
3379
- # data as a hash:
3380
- #
3381
- # {
3382
- # gateway_group_arn: "Arn",
3383
- # next_token: "NextToken",
3384
- # max_results: 1,
3385
- # }
3386
- #
3387
2728
  # @!attribute [rw] gateway_group_arn
3388
2729
  # The gateway group ARN for which to list gateways.
3389
2730
  # @return [String]
@@ -3426,17 +2767,6 @@ module Aws::AlexaForBusiness
3426
2767
  include Aws::Structure
3427
2768
  end
3428
2769
 
3429
- # @note When making an API call, you may pass ListSkillsRequest
3430
- # data as a hash:
3431
- #
3432
- # {
3433
- # skill_group_arn: "Arn",
3434
- # enablement_type: "ENABLED", # accepts ENABLED, PENDING
3435
- # skill_type: "PUBLIC", # accepts PUBLIC, PRIVATE, ALL
3436
- # next_token: "NextToken",
3437
- # max_results: 1,
3438
- # }
3439
- #
3440
2770
  # @!attribute [rw] skill_group_arn
3441
2771
  # The ARN of the skill group for which to list enabled skills.
3442
2772
  # @return [String]
@@ -3492,14 +2822,6 @@ module Aws::AlexaForBusiness
3492
2822
  include Aws::Structure
3493
2823
  end
3494
2824
 
3495
- # @note When making an API call, you may pass ListSkillsStoreCategoriesRequest
3496
- # data as a hash:
3497
- #
3498
- # {
3499
- # next_token: "NextToken",
3500
- # max_results: 1,
3501
- # }
3502
- #
3503
2825
  # @!attribute [rw] next_token
3504
2826
  # The tokens used for pagination.
3505
2827
  # @return [String]
@@ -3534,15 +2856,6 @@ module Aws::AlexaForBusiness
3534
2856
  include Aws::Structure
3535
2857
  end
3536
2858
 
3537
- # @note When making an API call, you may pass ListSkillsStoreSkillsByCategoryRequest
3538
- # data as a hash:
3539
- #
3540
- # {
3541
- # category_id: 1, # required
3542
- # next_token: "NextToken",
3543
- # max_results: 1,
3544
- # }
3545
- #
3546
2859
  # @!attribute [rw] category_id
3547
2860
  # The category ID for which the skills are being retrieved from the
3548
2861
  # skill store.
@@ -3583,15 +2896,6 @@ module Aws::AlexaForBusiness
3583
2896
  include Aws::Structure
3584
2897
  end
3585
2898
 
3586
- # @note When making an API call, you may pass ListSmartHomeAppliancesRequest
3587
- # data as a hash:
3588
- #
3589
- # {
3590
- # room_arn: "Arn", # required
3591
- # max_results: 1,
3592
- # next_token: "NextToken",
3593
- # }
3594
- #
3595
2899
  # @!attribute [rw] room_arn
3596
2900
  # The room that the appliances are associated with.
3597
2901
  # @return [String]
@@ -3632,15 +2936,6 @@ module Aws::AlexaForBusiness
3632
2936
  include Aws::Structure
3633
2937
  end
3634
2938
 
3635
- # @note When making an API call, you may pass ListTagsRequest
3636
- # data as a hash:
3637
- #
3638
- # {
3639
- # arn: "Arn", # required
3640
- # next_token: "NextToken",
3641
- # max_results: 1,
3642
- # }
3643
- #
3644
2939
  # @!attribute [rw] arn
3645
2940
  # The ARN of the specified resource for which to list tags.
3646
2941
  # @return [String]
@@ -3731,13 +3026,6 @@ module Aws::AlexaForBusiness
3731
3026
  # * If OPTIONAL, Alexa will ask if you have a meeting pin and if the
3732
3027
  # customer responds with yes, it will ask for the meeting pin.
3733
3028
  #
3734
- # @note When making an API call, you may pass MeetingSetting
3735
- # data as a hash:
3736
- #
3737
- # {
3738
- # require_pin: "YES", # required, accepts YES, NO, OPTIONAL
3739
- # }
3740
- #
3741
3029
  # @!attribute [rw] require_pin
3742
3030
  # The values that indicate whether the pin is always required.
3743
3031
  # @return [String]
@@ -3894,16 +3182,6 @@ module Aws::AlexaForBusiness
3894
3182
  # The information for public switched telephone network (PSTN)
3895
3183
  # conferencing.
3896
3184
  #
3897
- # @note When making an API call, you may pass PSTNDialIn
3898
- # data as a hash:
3899
- #
3900
- # {
3901
- # country_code: "CountryCode", # required
3902
- # phone_number: "OutboundPhoneNumber", # required
3903
- # one_click_id_delay: "OneClickIdDelay", # required
3904
- # one_click_pin_delay: "OneClickPinDelay", # required
3905
- # }
3906
- #
3907
3185
  # @!attribute [rw] country_code
3908
3186
  # The zip code.
3909
3187
  # @return [String]
@@ -3940,14 +3218,6 @@ module Aws::AlexaForBusiness
3940
3218
  # The phone number for the contact containing the raw number and phone
3941
3219
  # number type.
3942
3220
  #
3943
- # @note When making an API call, you may pass PhoneNumber
3944
- # data as a hash:
3945
- #
3946
- # {
3947
- # number: "RawPhoneNumber", # required
3948
- # type: "MOBILE", # required, accepts MOBILE, WORK, HOME
3949
- # }
3950
- #
3951
3221
  # @!attribute [rw] number
3952
3222
  # The raw value of the phone number.
3953
3223
  # @return [String]
@@ -4105,15 +3375,6 @@ module Aws::AlexaForBusiness
4105
3375
  include Aws::Structure
4106
3376
  end
4107
3377
 
4108
- # @note When making an API call, you may pass PutConferencePreferenceRequest
4109
- # data as a hash:
4110
- #
4111
- # {
4112
- # conference_preference: { # required
4113
- # default_conference_provider_arn: "Arn",
4114
- # },
4115
- # }
4116
- #
4117
3378
  # @!attribute [rw] conference_preference
4118
3379
  # The conference preference of a specific conference provider.
4119
3380
  # @return [Types::ConferencePreference]
@@ -4130,15 +3391,6 @@ module Aws::AlexaForBusiness
4130
3391
  #
4131
3392
  class PutConferencePreferenceResponse < Aws::EmptyStructure; end
4132
3393
 
4133
- # @note When making an API call, you may pass PutInvitationConfigurationRequest
4134
- # data as a hash:
4135
- #
4136
- # {
4137
- # organization_name: "OrganizationName", # required
4138
- # contact_email: "Email",
4139
- # private_skill_ids: ["SkillId"],
4140
- # }
4141
- #
4142
3394
  # @!attribute [rw] organization_name
4143
3395
  # The name of the organization sending the enrollment invite to a
4144
3396
  # user.
@@ -4168,18 +3420,6 @@ module Aws::AlexaForBusiness
4168
3420
  #
4169
3421
  class PutInvitationConfigurationResponse < Aws::EmptyStructure; end
4170
3422
 
4171
- # @note When making an API call, you may pass PutRoomSkillParameterRequest
4172
- # data as a hash:
4173
- #
4174
- # {
4175
- # room_arn: "Arn",
4176
- # skill_id: "SkillId", # required
4177
- # room_skill_parameter: { # required
4178
- # parameter_key: "RoomSkillParameterKey", # required
4179
- # parameter_value: "RoomSkillParameterValue", # required
4180
- # },
4181
- # }
4182
- #
4183
3423
  # @!attribute [rw] room_arn
4184
3424
  # The ARN of the room associated with the room skill parameter.
4185
3425
  # Required.
@@ -4208,17 +3448,6 @@ module Aws::AlexaForBusiness
4208
3448
  #
4209
3449
  class PutRoomSkillParameterResponse < Aws::EmptyStructure; end
4210
3450
 
4211
- # @note When making an API call, you may pass PutSkillAuthorizationRequest
4212
- # data as a hash:
4213
- #
4214
- # {
4215
- # authorization_result: { # required
4216
- # "Key" => "Value",
4217
- # },
4218
- # skill_id: "SkillId", # required
4219
- # room_arn: "Arn",
4220
- # }
4221
- #
4222
3451
  # @!attribute [rw] authorization_result
4223
3452
  # The authorization result specific to OAUTH code grant output.
4224
3453
  # "Code” must be populated in the AuthorizationResult map to
@@ -4247,24 +3476,6 @@ module Aws::AlexaForBusiness
4247
3476
  #
4248
3477
  class PutSkillAuthorizationResponse < Aws::EmptyStructure; end
4249
3478
 
4250
- # @note When making an API call, you may pass RegisterAVSDeviceRequest
4251
- # data as a hash:
4252
- #
4253
- # {
4254
- # client_id: "ClientId", # required
4255
- # user_code: "UserCode", # required
4256
- # product_id: "ProductId", # required
4257
- # device_serial_number: "DeviceSerialNumberForAVS",
4258
- # amazon_id: "AmazonId", # required
4259
- # room_arn: "Arn",
4260
- # tags: [
4261
- # {
4262
- # key: "TagKey", # required
4263
- # value: "TagValue", # required
4264
- # },
4265
- # ],
4266
- # }
4267
- #
4268
3479
  # @!attribute [rw] client_id
4269
3480
  # The client ID of the OEM used for code-based linking authorization
4270
3481
  # on an AVS device.
@@ -4327,13 +3538,6 @@ module Aws::AlexaForBusiness
4327
3538
  include Aws::Structure
4328
3539
  end
4329
3540
 
4330
- # @note When making an API call, you may pass RejectSkillRequest
4331
- # data as a hash:
4332
- #
4333
- # {
4334
- # skill_id: "SkillId", # required
4335
- # }
4336
- #
4337
3541
  # @!attribute [rw] skill_id
4338
3542
  # The unique identifier of the skill.
4339
3543
  # @return [String]
@@ -4372,14 +3576,6 @@ module Aws::AlexaForBusiness
4372
3576
  include Aws::Structure
4373
3577
  end
4374
3578
 
4375
- # @note When making an API call, you may pass ResolveRoomRequest
4376
- # data as a hash:
4377
- #
4378
- # {
4379
- # user_id: "UserId", # required
4380
- # skill_id: "SkillId", # required
4381
- # }
4382
- #
4383
3579
  # @!attribute [rw] user_id
4384
3580
  # The ARN of the user. Required.
4385
3581
  # @return [String]
@@ -4451,14 +3647,6 @@ module Aws::AlexaForBusiness
4451
3647
  include Aws::Structure
4452
3648
  end
4453
3649
 
4454
- # @note When making an API call, you may pass RevokeInvitationRequest
4455
- # data as a hash:
4456
- #
4457
- # {
4458
- # user_arn: "Arn",
4459
- # enrollment_id: "EnrollmentId",
4460
- # }
4461
- #
4462
3650
  # @!attribute [rw] user_arn
4463
3651
  # The ARN of the user for whom to revoke an enrollment invitation.
4464
3652
  # Required.
@@ -4556,14 +3744,6 @@ module Aws::AlexaForBusiness
4556
3744
 
4557
3745
  # A skill parameter associated with a room.
4558
3746
  #
4559
- # @note When making an API call, you may pass RoomSkillParameter
4560
- # data as a hash:
4561
- #
4562
- # {
4563
- # parameter_key: "RoomSkillParameterKey", # required
4564
- # parameter_value: "RoomSkillParameterValue", # required
4565
- # }
4566
- #
4567
3747
  # @!attribute [rw] parameter_key
4568
3748
  # The parameter key of a room skill parameter. ParameterKey is an
4569
3749
  # enumerated type that only takes “DEFAULT” or “SCOPE” as valid
@@ -4583,26 +3763,6 @@ module Aws::AlexaForBusiness
4583
3763
  include Aws::Structure
4584
3764
  end
4585
3765
 
4586
- # @note When making an API call, you may pass SearchAddressBooksRequest
4587
- # data as a hash:
4588
- #
4589
- # {
4590
- # filters: [
4591
- # {
4592
- # key: "FilterKey", # required
4593
- # values: ["FilterValue"], # required
4594
- # },
4595
- # ],
4596
- # sort_criteria: [
4597
- # {
4598
- # key: "SortKey", # required
4599
- # value: "ASC", # required, accepts ASC, DESC
4600
- # },
4601
- # ],
4602
- # next_token: "NextToken",
4603
- # max_results: 1,
4604
- # }
4605
- #
4606
3766
  # @!attribute [rw] filters
4607
3767
  # The filters to use to list a specified set of address books. The
4608
3768
  # supported filter key is AddressBookName.
@@ -4661,26 +3821,6 @@ module Aws::AlexaForBusiness
4661
3821
  include Aws::Structure
4662
3822
  end
4663
3823
 
4664
- # @note When making an API call, you may pass SearchContactsRequest
4665
- # data as a hash:
4666
- #
4667
- # {
4668
- # filters: [
4669
- # {
4670
- # key: "FilterKey", # required
4671
- # values: ["FilterValue"], # required
4672
- # },
4673
- # ],
4674
- # sort_criteria: [
4675
- # {
4676
- # key: "SortKey", # required
4677
- # value: "ASC", # required, accepts ASC, DESC
4678
- # },
4679
- # ],
4680
- # next_token: "NextToken",
4681
- # max_results: 1,
4682
- # }
4683
- #
4684
3824
  # @!attribute [rw] filters
4685
3825
  # The filters to use to list a specified set of address books. The
4686
3826
  # supported filter keys are DisplayName, FirstName, LastName, and
@@ -4740,26 +3880,6 @@ module Aws::AlexaForBusiness
4740
3880
  include Aws::Structure
4741
3881
  end
4742
3882
 
4743
- # @note When making an API call, you may pass SearchDevicesRequest
4744
- # data as a hash:
4745
- #
4746
- # {
4747
- # next_token: "NextToken",
4748
- # max_results: 1,
4749
- # filters: [
4750
- # {
4751
- # key: "FilterKey", # required
4752
- # values: ["FilterValue"], # required
4753
- # },
4754
- # ],
4755
- # sort_criteria: [
4756
- # {
4757
- # key: "SortKey", # required
4758
- # value: "ASC", # required, accepts ASC, DESC
4759
- # },
4760
- # ],
4761
- # }
4762
- #
4763
3883
  # @!attribute [rw] next_token
4764
3884
  # An optional token returned from a prior request. Use this token for
4765
3885
  # pagination of results from this action. If this parameter is
@@ -4823,26 +3943,6 @@ module Aws::AlexaForBusiness
4823
3943
  include Aws::Structure
4824
3944
  end
4825
3945
 
4826
- # @note When making an API call, you may pass SearchNetworkProfilesRequest
4827
- # data as a hash:
4828
- #
4829
- # {
4830
- # next_token: "NextToken",
4831
- # max_results: 1,
4832
- # filters: [
4833
- # {
4834
- # key: "FilterKey", # required
4835
- # values: ["FilterValue"], # required
4836
- # },
4837
- # ],
4838
- # sort_criteria: [
4839
- # {
4840
- # key: "SortKey", # required
4841
- # value: "ASC", # required, accepts ASC, DESC
4842
- # },
4843
- # ],
4844
- # }
4845
- #
4846
3946
  # @!attribute [rw] next_token
4847
3947
  # An optional token returned from a prior request. Use this token for
4848
3948
  # pagination of results from this action. If this parameter is
@@ -4905,26 +4005,6 @@ module Aws::AlexaForBusiness
4905
4005
  include Aws::Structure
4906
4006
  end
4907
4007
 
4908
- # @note When making an API call, you may pass SearchProfilesRequest
4909
- # data as a hash:
4910
- #
4911
- # {
4912
- # next_token: "NextToken",
4913
- # max_results: 1,
4914
- # filters: [
4915
- # {
4916
- # key: "FilterKey", # required
4917
- # values: ["FilterValue"], # required
4918
- # },
4919
- # ],
4920
- # sort_criteria: [
4921
- # {
4922
- # key: "SortKey", # required
4923
- # value: "ASC", # required, accepts ASC, DESC
4924
- # },
4925
- # ],
4926
- # }
4927
- #
4928
4008
  # @!attribute [rw] next_token
4929
4009
  # An optional token returned from a prior request. Use this token for
4930
4010
  # pagination of results from this action. If this parameter is
@@ -4983,26 +4063,6 @@ module Aws::AlexaForBusiness
4983
4063
  include Aws::Structure
4984
4064
  end
4985
4065
 
4986
- # @note When making an API call, you may pass SearchRoomsRequest
4987
- # data as a hash:
4988
- #
4989
- # {
4990
- # next_token: "NextToken",
4991
- # max_results: 1,
4992
- # filters: [
4993
- # {
4994
- # key: "FilterKey", # required
4995
- # values: ["FilterValue"], # required
4996
- # },
4997
- # ],
4998
- # sort_criteria: [
4999
- # {
5000
- # key: "SortKey", # required
5001
- # value: "ASC", # required, accepts ASC, DESC
5002
- # },
5003
- # ],
5004
- # }
5005
- #
5006
4066
  # @!attribute [rw] next_token
5007
4067
  # An optional token returned from a prior request. Use this token for
5008
4068
  # pagination of results from this action. If this parameter is
@@ -5061,26 +4121,6 @@ module Aws::AlexaForBusiness
5061
4121
  include Aws::Structure
5062
4122
  end
5063
4123
 
5064
- # @note When making an API call, you may pass SearchSkillGroupsRequest
5065
- # data as a hash:
5066
- #
5067
- # {
5068
- # next_token: "NextToken",
5069
- # max_results: 1,
5070
- # filters: [
5071
- # {
5072
- # key: "FilterKey", # required
5073
- # values: ["FilterValue"], # required
5074
- # },
5075
- # ],
5076
- # sort_criteria: [
5077
- # {
5078
- # key: "SortKey", # required
5079
- # value: "ASC", # required, accepts ASC, DESC
5080
- # },
5081
- # ],
5082
- # }
5083
- #
5084
4124
  # @!attribute [rw] next_token
5085
4125
  # An optional token returned from a prior request. Use this token for
5086
4126
  # pagination of results from this action. If this parameter is
@@ -5138,26 +4178,6 @@ module Aws::AlexaForBusiness
5138
4178
  include Aws::Structure
5139
4179
  end
5140
4180
 
5141
- # @note When making an API call, you may pass SearchUsersRequest
5142
- # data as a hash:
5143
- #
5144
- # {
5145
- # next_token: "NextToken",
5146
- # max_results: 1,
5147
- # filters: [
5148
- # {
5149
- # key: "FilterKey", # required
5150
- # values: ["FilterValue"], # required
5151
- # },
5152
- # ],
5153
- # sort_criteria: [
5154
- # {
5155
- # key: "SortKey", # required
5156
- # value: "ASC", # required, accepts ASC, DESC
5157
- # },
5158
- # ],
5159
- # }
5160
- #
5161
4181
  # @!attribute [rw] next_token
5162
4182
  # An optional token returned from a prior request. Use this token for
5163
4183
  # pagination of results from this action. If this parameter is
@@ -5218,40 +4238,6 @@ module Aws::AlexaForBusiness
5218
4238
  include Aws::Structure
5219
4239
  end
5220
4240
 
5221
- # @note When making an API call, you may pass SendAnnouncementRequest
5222
- # data as a hash:
5223
- #
5224
- # {
5225
- # room_filters: [ # required
5226
- # {
5227
- # key: "FilterKey", # required
5228
- # values: ["FilterValue"], # required
5229
- # },
5230
- # ],
5231
- # content: { # required
5232
- # text_list: [
5233
- # {
5234
- # locale: "en-US", # required, accepts en-US
5235
- # value: "TextValue", # required
5236
- # },
5237
- # ],
5238
- # ssml_list: [
5239
- # {
5240
- # locale: "en-US", # required, accepts en-US
5241
- # value: "SsmlValue", # required
5242
- # },
5243
- # ],
5244
- # audio_list: [
5245
- # {
5246
- # locale: "en-US", # required, accepts en-US
5247
- # location: "AudioLocation", # required
5248
- # },
5249
- # ],
5250
- # },
5251
- # time_to_live_in_seconds: 1,
5252
- # client_request_token: "ClientRequestToken", # required
5253
- # }
5254
- #
5255
4241
  # @!attribute [rw] room_filters
5256
4242
  # The filters to use to send an announcement to a specified list of
5257
4243
  # rooms. The supported filter keys are RoomName, ProfileName, RoomArn,
@@ -5300,13 +4286,6 @@ module Aws::AlexaForBusiness
5300
4286
  include Aws::Structure
5301
4287
  end
5302
4288
 
5303
- # @note When making an API call, you may pass SendInvitationRequest
5304
- # data as a hash:
5305
- #
5306
- # {
5307
- # user_arn: "Arn",
5308
- # }
5309
- #
5310
4289
  # @!attribute [rw] user_arn
5311
4290
  # The ARN of the user to whom to send an invitation. Required.
5312
4291
  # @return [String]
@@ -5326,14 +4305,6 @@ module Aws::AlexaForBusiness
5326
4305
  # The SIP address for the contact containing the URI and SIP address
5327
4306
  # type.
5328
4307
  #
5329
- # @note When making an API call, you may pass SipAddress
5330
- # data as a hash:
5331
- #
5332
- # {
5333
- # uri: "SipUri", # required
5334
- # type: "WORK", # required, accepts WORK
5335
- # }
5336
- #
5337
4308
  # @!attribute [rw] uri
5338
4309
  # The URI for the SIP address.
5339
4310
  # @return [String]
@@ -5581,14 +4552,6 @@ module Aws::AlexaForBusiness
5581
4552
 
5582
4553
  # An object representing a sort criteria.
5583
4554
  #
5584
- # @note When making an API call, you may pass Sort
5585
- # data as a hash:
5586
- #
5587
- # {
5588
- # key: "SortKey", # required
5589
- # value: "ASC", # required, accepts ASC, DESC
5590
- # }
5591
- #
5592
4555
  # @!attribute [rw] key
5593
4556
  # The sort key of a sort object.
5594
4557
  # @return [String]
@@ -5612,14 +4575,6 @@ module Aws::AlexaForBusiness
5612
4575
  #
5613
4576
  # [1]: https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html
5614
4577
  #
5615
- # @note When making an API call, you may pass Ssml
5616
- # data as a hash:
5617
- #
5618
- # {
5619
- # locale: "en-US", # required, accepts en-US
5620
- # value: "SsmlValue", # required
5621
- # }
5622
- #
5623
4578
  # @!attribute [rw] locale
5624
4579
  # The locale of the SSML message. Currently, en-US is supported.
5625
4580
  # @return [String]
@@ -5638,15 +4593,6 @@ module Aws::AlexaForBusiness
5638
4593
  include Aws::Structure
5639
4594
  end
5640
4595
 
5641
- # @note When making an API call, you may pass StartDeviceSyncRequest
5642
- # data as a hash:
5643
- #
5644
- # {
5645
- # room_arn: "Arn",
5646
- # device_arn: "Arn",
5647
- # features: ["BLUETOOTH"], # required, accepts BLUETOOTH, VOLUME, NOTIFICATIONS, LISTS, SKILLS, NETWORK_PROFILE, SETTINGS, ALL
5648
- # }
5649
- #
5650
4596
  # @!attribute [rw] room_arn
5651
4597
  # The ARN of the room with which the device to sync is associated.
5652
4598
  # Required.
@@ -5674,13 +4620,6 @@ module Aws::AlexaForBusiness
5674
4620
  #
5675
4621
  class StartDeviceSyncResponse < Aws::EmptyStructure; end
5676
4622
 
5677
- # @note When making an API call, you may pass StartSmartHomeApplianceDiscoveryRequest
5678
- # data as a hash:
5679
- #
5680
- # {
5681
- # room_arn: "Arn", # required
5682
- # }
5683
- #
5684
4623
  # @!attribute [rw] room_arn
5685
4624
  # The room where smart home appliance discovery was initiated.
5686
4625
  # @return [String]
@@ -5699,14 +4638,6 @@ module Aws::AlexaForBusiness
5699
4638
 
5700
4639
  # A key-value pair that can be associated with a resource.
5701
4640
  #
5702
- # @note When making an API call, you may pass Tag
5703
- # data as a hash:
5704
- #
5705
- # {
5706
- # key: "TagKey", # required
5707
- # value: "TagValue", # required
5708
- # }
5709
- #
5710
4641
  # @!attribute [rw] key
5711
4642
  # The key of a tag. Tag keys are case-sensitive.
5712
4643
  # @return [String]
@@ -5724,19 +4655,6 @@ module Aws::AlexaForBusiness
5724
4655
  include Aws::Structure
5725
4656
  end
5726
4657
 
5727
- # @note When making an API call, you may pass TagResourceRequest
5728
- # data as a hash:
5729
- #
5730
- # {
5731
- # arn: "Arn", # required
5732
- # tags: [ # required
5733
- # {
5734
- # key: "TagKey", # required
5735
- # value: "TagValue", # required
5736
- # },
5737
- # ],
5738
- # }
5739
- #
5740
4658
  # @!attribute [rw] arn
5741
4659
  # The ARN of the resource to which to add metadata tags. Required.
5742
4660
  # @return [String]
@@ -5761,14 +4679,6 @@ module Aws::AlexaForBusiness
5761
4679
 
5762
4680
  # The text message.
5763
4681
  #
5764
- # @note When making an API call, you may pass Text
5765
- # data as a hash:
5766
- #
5767
- # {
5768
- # locale: "en-US", # required, accepts en-US
5769
- # value: "TextValue", # required
5770
- # }
5771
- #
5772
4682
  # @!attribute [rw] locale
5773
4683
  # The locale of the text message. Currently, en-US is supported.
5774
4684
  # @return [String]
@@ -5800,14 +4710,6 @@ module Aws::AlexaForBusiness
5800
4710
  include Aws::Structure
5801
4711
  end
5802
4712
 
5803
- # @note When making an API call, you may pass UntagResourceRequest
5804
- # data as a hash:
5805
- #
5806
- # {
5807
- # arn: "Arn", # required
5808
- # tag_keys: ["TagKey"], # required
5809
- # }
5810
- #
5811
4713
  # @!attribute [rw] arn
5812
4714
  # The ARN of the resource from which to remove metadata tags.
5813
4715
  # Required.
@@ -5831,15 +4733,6 @@ module Aws::AlexaForBusiness
5831
4733
  #
5832
4734
  class UntagResourceResponse < Aws::EmptyStructure; end
5833
4735
 
5834
- # @note When making an API call, you may pass UpdateAddressBookRequest
5835
- # data as a hash:
5836
- #
5837
- # {
5838
- # address_book_arn: "Arn", # required
5839
- # name: "AddressBookName",
5840
- # description: "AddressBookDescription",
5841
- # }
5842
- #
5843
4736
  # @!attribute [rw] address_book_arn
5844
4737
  # The ARN of the room to update.
5845
4738
  # @return [String]
@@ -5866,20 +4759,6 @@ module Aws::AlexaForBusiness
5866
4759
  #
5867
4760
  class UpdateAddressBookResponse < Aws::EmptyStructure; end
5868
4761
 
5869
- # @note When making an API call, you may pass UpdateBusinessReportScheduleRequest
5870
- # data as a hash:
5871
- #
5872
- # {
5873
- # schedule_arn: "Arn", # required
5874
- # s3_bucket_name: "CustomerS3BucketName",
5875
- # s3_key_prefix: "S3KeyPrefix",
5876
- # format: "CSV", # accepts CSV, CSV_ZIP
5877
- # schedule_name: "BusinessReportScheduleName",
5878
- # recurrence: {
5879
- # start_date: "Date",
5880
- # },
5881
- # }
5882
- #
5883
4762
  # @!attribute [rw] schedule_arn
5884
4763
  # The ARN of the business report schedule.
5885
4764
  # @return [String]
@@ -5922,27 +4801,6 @@ module Aws::AlexaForBusiness
5922
4801
  #
5923
4802
  class UpdateBusinessReportScheduleResponse < Aws::EmptyStructure; end
5924
4803
 
5925
- # @note When making an API call, you may pass UpdateConferenceProviderRequest
5926
- # data as a hash:
5927
- #
5928
- # {
5929
- # conference_provider_arn: "Arn", # required
5930
- # conference_provider_type: "CHIME", # required, accepts CHIME, BLUEJEANS, FUZE, GOOGLE_HANGOUTS, POLYCOM, RINGCENTRAL, SKYPE_FOR_BUSINESS, WEBEX, ZOOM, CUSTOM
5931
- # ip_dial_in: {
5932
- # endpoint: "Endpoint", # required
5933
- # comms_protocol: "SIP", # required, accepts SIP, SIPS, H323
5934
- # },
5935
- # pstn_dial_in: {
5936
- # country_code: "CountryCode", # required
5937
- # phone_number: "OutboundPhoneNumber", # required
5938
- # one_click_id_delay: "OneClickIdDelay", # required
5939
- # one_click_pin_delay: "OneClickPinDelay", # required
5940
- # },
5941
- # meeting_setting: { # required
5942
- # require_pin: "YES", # required, accepts YES, NO, OPTIONAL
5943
- # },
5944
- # }
5945
- #
5946
4804
  # @!attribute [rw] conference_provider_arn
5947
4805
  # The ARN of the conference provider.
5948
4806
  # @return [String]
@@ -5979,29 +4837,6 @@ module Aws::AlexaForBusiness
5979
4837
  #
5980
4838
  class UpdateConferenceProviderResponse < Aws::EmptyStructure; end
5981
4839
 
5982
- # @note When making an API call, you may pass UpdateContactRequest
5983
- # data as a hash:
5984
- #
5985
- # {
5986
- # contact_arn: "Arn", # required
5987
- # display_name: "ContactName",
5988
- # first_name: "ContactName",
5989
- # last_name: "ContactName",
5990
- # phone_number: "RawPhoneNumber",
5991
- # phone_numbers: [
5992
- # {
5993
- # number: "RawPhoneNumber", # required
5994
- # type: "MOBILE", # required, accepts MOBILE, WORK, HOME
5995
- # },
5996
- # ],
5997
- # sip_addresses: [
5998
- # {
5999
- # uri: "SipUri", # required
6000
- # type: "WORK", # required, accepts WORK
6001
- # },
6002
- # ],
6003
- # }
6004
- #
6005
4840
  # @!attribute [rw] contact_arn
6006
4841
  # The ARN of the contact to update.
6007
4842
  # @return [String]
@@ -6051,14 +4886,6 @@ module Aws::AlexaForBusiness
6051
4886
  #
6052
4887
  class UpdateContactResponse < Aws::EmptyStructure; end
6053
4888
 
6054
- # @note When making an API call, you may pass UpdateDeviceRequest
6055
- # data as a hash:
6056
- #
6057
- # {
6058
- # device_arn: "Arn",
6059
- # device_name: "DeviceName",
6060
- # }
6061
- #
6062
4889
  # @!attribute [rw] device_arn
6063
4890
  # The ARN of the device to update. Required.
6064
4891
  # @return [String]
@@ -6084,15 +4911,6 @@ module Aws::AlexaForBusiness
6084
4911
  # room profile. The end of meeting reminder enables Alexa to remind
6085
4912
  # users when a meeting is ending.
6086
4913
  #
6087
- # @note When making an API call, you may pass UpdateEndOfMeetingReminder
6088
- # data as a hash:
6089
- #
6090
- # {
6091
- # reminder_at_minutes: [1],
6092
- # reminder_type: "ANNOUNCEMENT_TIME_CHECK", # accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
6093
- # enabled: false,
6094
- # }
6095
- #
6096
4914
  # @!attribute [rw] reminder_at_minutes
6097
4915
  # Updates settings for the end of meeting reminder feature that are
6098
4916
  # applied to a room profile. The end of meeting reminder enables Alexa
@@ -6118,15 +4936,6 @@ module Aws::AlexaForBusiness
6118
4936
  include Aws::Structure
6119
4937
  end
6120
4938
 
6121
- # @note When making an API call, you may pass UpdateGatewayGroupRequest
6122
- # data as a hash:
6123
- #
6124
- # {
6125
- # gateway_group_arn: "Arn", # required
6126
- # name: "GatewayGroupName",
6127
- # description: "GatewayGroupDescription",
6128
- # }
6129
- #
6130
4939
  # @!attribute [rw] gateway_group_arn
6131
4940
  # The ARN of the gateway group to update.
6132
4941
  # @return [String]
@@ -6153,16 +4962,6 @@ module Aws::AlexaForBusiness
6153
4962
  #
6154
4963
  class UpdateGatewayGroupResponse < Aws::EmptyStructure; end
6155
4964
 
6156
- # @note When making an API call, you may pass UpdateGatewayRequest
6157
- # data as a hash:
6158
- #
6159
- # {
6160
- # gateway_arn: "Arn", # required
6161
- # name: "GatewayName",
6162
- # description: "GatewayDescription",
6163
- # software_version: "GatewayVersion",
6164
- # }
6165
- #
6166
4965
  # @!attribute [rw] gateway_arn
6167
4966
  # The ARN of the gateway to update.
6168
4967
  # @return [String]
@@ -6199,14 +4998,6 @@ module Aws::AlexaForBusiness
6199
4998
  # room profile. If instant booking is enabled, Alexa automatically
6200
4999
  # reserves a room if it is free when a user joins a meeting with Alexa.
6201
5000
  #
6202
- # @note When making an API call, you may pass UpdateInstantBooking
6203
- # data as a hash:
6204
- #
6205
- # {
6206
- # duration_in_minutes: 1,
6207
- # enabled: false,
6208
- # }
6209
- #
6210
5001
  # @!attribute [rw] duration_in_minutes
6211
5002
  # Duration between 15 and 240 minutes at increments of 15 that
6212
5003
  # determines how long to book an available room when a meeting is
@@ -6228,26 +5019,6 @@ module Aws::AlexaForBusiness
6228
5019
 
6229
5020
  # Updates meeting room settings of a room profile.
6230
5021
  #
6231
- # @note When making an API call, you may pass UpdateMeetingRoomConfiguration
6232
- # data as a hash:
6233
- #
6234
- # {
6235
- # room_utilization_metrics_enabled: false,
6236
- # end_of_meeting_reminder: {
6237
- # reminder_at_minutes: [1],
6238
- # reminder_type: "ANNOUNCEMENT_TIME_CHECK", # accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
6239
- # enabled: false,
6240
- # },
6241
- # instant_booking: {
6242
- # duration_in_minutes: 1,
6243
- # enabled: false,
6244
- # },
6245
- # require_check_in: {
6246
- # release_after_minutes: 1,
6247
- # enabled: false,
6248
- # },
6249
- # }
6250
- #
6251
5022
  # @!attribute [rw] room_utilization_metrics_enabled
6252
5023
  # Whether room utilization metrics are enabled or not.
6253
5024
  # @return [Boolean]
@@ -6281,19 +5052,6 @@ module Aws::AlexaForBusiness
6281
5052
  include Aws::Structure
6282
5053
  end
6283
5054
 
6284
- # @note When making an API call, you may pass UpdateNetworkProfileRequest
6285
- # data as a hash:
6286
- #
6287
- # {
6288
- # network_profile_arn: "Arn", # required
6289
- # network_profile_name: "NetworkProfileName",
6290
- # description: "NetworkProfileDescription",
6291
- # current_password: "CurrentWiFiPassword",
6292
- # next_password: "NextWiFiPassword",
6293
- # certificate_authority_arn: "Arn",
6294
- # trust_anchors: ["TrustAnchor"],
6295
- # }
6296
- #
6297
5055
  # @!attribute [rw] network_profile_arn
6298
5056
  # The ARN of the network profile associated with a device.
6299
5057
  # @return [String]
@@ -6346,41 +5104,6 @@ module Aws::AlexaForBusiness
6346
5104
  #
6347
5105
  class UpdateNetworkProfileResponse < Aws::EmptyStructure; end
6348
5106
 
6349
- # @note When making an API call, you may pass UpdateProfileRequest
6350
- # data as a hash:
6351
- #
6352
- # {
6353
- # profile_arn: "Arn",
6354
- # profile_name: "ProfileName",
6355
- # is_default: false,
6356
- # timezone: "Timezone",
6357
- # address: "Address",
6358
- # distance_unit: "METRIC", # accepts METRIC, IMPERIAL
6359
- # temperature_unit: "FAHRENHEIT", # accepts FAHRENHEIT, CELSIUS
6360
- # wake_word: "ALEXA", # accepts ALEXA, AMAZON, ECHO, COMPUTER
6361
- # locale: "DeviceLocale",
6362
- # setup_mode_disabled: false,
6363
- # max_volume_limit: 1,
6364
- # pstn_enabled: false,
6365
- # data_retention_opt_in: false,
6366
- # meeting_room_configuration: {
6367
- # room_utilization_metrics_enabled: false,
6368
- # end_of_meeting_reminder: {
6369
- # reminder_at_minutes: [1],
6370
- # reminder_type: "ANNOUNCEMENT_TIME_CHECK", # accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
6371
- # enabled: false,
6372
- # },
6373
- # instant_booking: {
6374
- # duration_in_minutes: 1,
6375
- # enabled: false,
6376
- # },
6377
- # require_check_in: {
6378
- # release_after_minutes: 1,
6379
- # enabled: false,
6380
- # },
6381
- # },
6382
- # }
6383
- #
6384
5107
  # @!attribute [rw] profile_arn
6385
5108
  # The ARN of the room profile to update. Required.
6386
5109
  # @return [String]
@@ -6469,14 +5192,6 @@ module Aws::AlexaForBusiness
6469
5192
  # device to prompt the user to check in; otherwise, the room will be
6470
5193
  # released.
6471
5194
  #
6472
- # @note When making an API call, you may pass UpdateRequireCheckIn
6473
- # data as a hash:
6474
- #
6475
- # {
6476
- # release_after_minutes: 1,
6477
- # enabled: false,
6478
- # }
6479
- #
6480
5195
  # @!attribute [rw] release_after_minutes
6481
5196
  # Duration between 5 and 20 minutes to determine when to release the
6482
5197
  # room if it's not checked into.
@@ -6495,17 +5210,6 @@ module Aws::AlexaForBusiness
6495
5210
  include Aws::Structure
6496
5211
  end
6497
5212
 
6498
- # @note When making an API call, you may pass UpdateRoomRequest
6499
- # data as a hash:
6500
- #
6501
- # {
6502
- # room_arn: "Arn",
6503
- # room_name: "RoomName",
6504
- # description: "RoomDescription",
6505
- # provider_calendar_id: "ProviderCalendarId",
6506
- # profile_arn: "Arn",
6507
- # }
6508
- #
6509
5213
  # @!attribute [rw] room_arn
6510
5214
  # The ARN of the room to update.
6511
5215
  # @return [String]
@@ -6542,15 +5246,6 @@ module Aws::AlexaForBusiness
6542
5246
  #
6543
5247
  class UpdateRoomResponse < Aws::EmptyStructure; end
6544
5248
 
6545
- # @note When making an API call, you may pass UpdateSkillGroupRequest
6546
- # data as a hash:
6547
- #
6548
- # {
6549
- # skill_group_arn: "Arn",
6550
- # skill_group_name: "SkillGroupName",
6551
- # description: "SkillGroupDescription",
6552
- # }
6553
- #
6554
5249
  # @!attribute [rw] skill_group_arn
6555
5250
  # The ARN of the skill group to update.
6556
5251
  # @return [String]