aws-sdk-alexaforbusiness 1.34.0 → 1.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/aws-sdk-alexaforbusiness.rb +3 -1
- data/lib/aws-sdk-alexaforbusiness/client.rb +95 -25
- data/lib/aws-sdk-alexaforbusiness/client_api.rb +8 -2
- data/lib/aws-sdk-alexaforbusiness/errors.rb +2 -0
- data/lib/aws-sdk-alexaforbusiness/resource.rb +3 -7
- data/lib/aws-sdk-alexaforbusiness/types.rb +254 -6
- metadata +5 -5
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -6,13 +8,7 @@
|
|
6
8
|
# WARNING ABOUT GENERATED CODE
|
7
9
|
|
8
10
|
module Aws::AlexaForBusiness
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::AlexaForBusiness::Resource.new(region: 'us-west-2')
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
14
|
-
# client = Aws::AlexaForBusiness::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::AlexaForBusiness::Resource.new(client: client)
|
11
|
+
|
16
12
|
class Resource
|
17
13
|
|
18
14
|
# @param options ({})
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -28,6 +30,7 @@ module Aws::AlexaForBusiness
|
|
28
30
|
:address_book_arn,
|
29
31
|
:name,
|
30
32
|
:description)
|
33
|
+
SENSITIVE = []
|
31
34
|
include Aws::Structure
|
32
35
|
end
|
33
36
|
|
@@ -51,6 +54,7 @@ module Aws::AlexaForBusiness
|
|
51
54
|
:address_book_arn,
|
52
55
|
:name,
|
53
56
|
:description)
|
57
|
+
SENSITIVE = []
|
54
58
|
include Aws::Structure
|
55
59
|
end
|
56
60
|
|
@@ -63,6 +67,7 @@ module Aws::AlexaForBusiness
|
|
63
67
|
#
|
64
68
|
class AlreadyExistsException < Struct.new(
|
65
69
|
:message)
|
70
|
+
SENSITIVE = []
|
66
71
|
include Aws::Structure
|
67
72
|
end
|
68
73
|
|
@@ -81,6 +86,7 @@ module Aws::AlexaForBusiness
|
|
81
86
|
#
|
82
87
|
class ApproveSkillRequest < Struct.new(
|
83
88
|
:skill_id)
|
89
|
+
SENSITIVE = []
|
84
90
|
include Aws::Structure
|
85
91
|
end
|
86
92
|
|
@@ -109,6 +115,7 @@ module Aws::AlexaForBusiness
|
|
109
115
|
class AssociateContactWithAddressBookRequest < Struct.new(
|
110
116
|
:contact_arn,
|
111
117
|
:address_book_arn)
|
118
|
+
SENSITIVE = []
|
112
119
|
include Aws::Structure
|
113
120
|
end
|
114
121
|
|
@@ -137,6 +144,7 @@ module Aws::AlexaForBusiness
|
|
137
144
|
class AssociateDeviceWithNetworkProfileRequest < Struct.new(
|
138
145
|
:device_arn,
|
139
146
|
:network_profile_arn)
|
147
|
+
SENSITIVE = []
|
140
148
|
include Aws::Structure
|
141
149
|
end
|
142
150
|
|
@@ -165,6 +173,7 @@ module Aws::AlexaForBusiness
|
|
165
173
|
class AssociateDeviceWithRoomRequest < Struct.new(
|
166
174
|
:device_arn,
|
167
175
|
:room_arn)
|
176
|
+
SENSITIVE = []
|
168
177
|
include Aws::Structure
|
169
178
|
end
|
170
179
|
|
@@ -194,6 +203,7 @@ module Aws::AlexaForBusiness
|
|
194
203
|
class AssociateSkillGroupWithRoomRequest < Struct.new(
|
195
204
|
:skill_group_arn,
|
196
205
|
:room_arn)
|
206
|
+
SENSITIVE = []
|
197
207
|
include Aws::Structure
|
198
208
|
end
|
199
209
|
|
@@ -222,6 +232,7 @@ module Aws::AlexaForBusiness
|
|
222
232
|
class AssociateSkillWithSkillGroupRequest < Struct.new(
|
223
233
|
:skill_group_arn,
|
224
234
|
:skill_id)
|
235
|
+
SENSITIVE = []
|
225
236
|
include Aws::Structure
|
226
237
|
end
|
227
238
|
|
@@ -244,6 +255,7 @@ module Aws::AlexaForBusiness
|
|
244
255
|
#
|
245
256
|
class AssociateSkillWithUsersRequest < Struct.new(
|
246
257
|
:skill_id)
|
258
|
+
SENSITIVE = []
|
247
259
|
include Aws::Structure
|
248
260
|
end
|
249
261
|
|
@@ -295,6 +307,7 @@ module Aws::AlexaForBusiness
|
|
295
307
|
class Audio < Struct.new(
|
296
308
|
:locale,
|
297
309
|
:location)
|
310
|
+
SENSITIVE = []
|
298
311
|
include Aws::Structure
|
299
312
|
end
|
300
313
|
|
@@ -329,6 +342,7 @@ module Aws::AlexaForBusiness
|
|
329
342
|
:s3_location,
|
330
343
|
:delivery_time,
|
331
344
|
:download_url)
|
345
|
+
SENSITIVE = []
|
332
346
|
include Aws::Structure
|
333
347
|
end
|
334
348
|
|
@@ -338,7 +352,7 @@ module Aws::AlexaForBusiness
|
|
338
352
|
# data as a hash:
|
339
353
|
#
|
340
354
|
# {
|
341
|
-
# interval: "ONE_DAY", # accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
|
355
|
+
# interval: "ONE_DAY", # required, accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
|
342
356
|
# }
|
343
357
|
#
|
344
358
|
# @!attribute [rw] interval
|
@@ -349,6 +363,7 @@ module Aws::AlexaForBusiness
|
|
349
363
|
#
|
350
364
|
class BusinessReportContentRange < Struct.new(
|
351
365
|
:interval)
|
366
|
+
SENSITIVE = []
|
352
367
|
include Aws::Structure
|
353
368
|
end
|
354
369
|
|
@@ -369,6 +384,7 @@ module Aws::AlexaForBusiness
|
|
369
384
|
#
|
370
385
|
class BusinessReportRecurrence < Struct.new(
|
371
386
|
:start_date)
|
387
|
+
SENSITIVE = []
|
372
388
|
include Aws::Structure
|
373
389
|
end
|
374
390
|
|
@@ -387,6 +403,7 @@ module Aws::AlexaForBusiness
|
|
387
403
|
class BusinessReportS3Location < Struct.new(
|
388
404
|
:path,
|
389
405
|
:bucket_name)
|
406
|
+
SENSITIVE = []
|
390
407
|
include Aws::Structure
|
391
408
|
end
|
392
409
|
|
@@ -437,6 +454,7 @@ module Aws::AlexaForBusiness
|
|
437
454
|
:content_range,
|
438
455
|
:recurrence,
|
439
456
|
:last_business_report)
|
457
|
+
SENSITIVE = []
|
440
458
|
include Aws::Structure
|
441
459
|
end
|
442
460
|
|
@@ -457,6 +475,7 @@ module Aws::AlexaForBusiness
|
|
457
475
|
class Category < Struct.new(
|
458
476
|
:category_id,
|
459
477
|
:category_name)
|
478
|
+
SENSITIVE = []
|
460
479
|
include Aws::Structure
|
461
480
|
end
|
462
481
|
|
@@ -469,6 +488,7 @@ module Aws::AlexaForBusiness
|
|
469
488
|
#
|
470
489
|
class ConcurrentModificationException < Struct.new(
|
471
490
|
:message)
|
491
|
+
SENSITIVE = []
|
472
492
|
include Aws::Structure
|
473
493
|
end
|
474
494
|
|
@@ -490,6 +510,7 @@ module Aws::AlexaForBusiness
|
|
490
510
|
#
|
491
511
|
class ConferencePreference < Struct.new(
|
492
512
|
:default_conference_provider_arn)
|
513
|
+
SENSITIVE = []
|
493
514
|
include Aws::Structure
|
494
515
|
end
|
495
516
|
|
@@ -531,6 +552,7 @@ module Aws::AlexaForBusiness
|
|
531
552
|
:ip_dial_in,
|
532
553
|
:pstn_dial_in,
|
533
554
|
:meeting_setting)
|
555
|
+
SENSITIVE = []
|
534
556
|
include Aws::Structure
|
535
557
|
end
|
536
558
|
|
@@ -579,6 +601,7 @@ module Aws::AlexaForBusiness
|
|
579
601
|
:phone_number,
|
580
602
|
:phone_numbers,
|
581
603
|
:sip_addresses)
|
604
|
+
SENSITIVE = [:phone_number]
|
582
605
|
include Aws::Structure
|
583
606
|
end
|
584
607
|
|
@@ -627,6 +650,7 @@ module Aws::AlexaForBusiness
|
|
627
650
|
:phone_number,
|
628
651
|
:phone_numbers,
|
629
652
|
:sip_addresses)
|
653
|
+
SENSITIVE = [:phone_number]
|
630
654
|
include Aws::Structure
|
631
655
|
end
|
632
656
|
|
@@ -675,6 +699,7 @@ module Aws::AlexaForBusiness
|
|
675
699
|
:text_list,
|
676
700
|
:ssml_list,
|
677
701
|
:audio_list)
|
702
|
+
SENSITIVE = []
|
678
703
|
include Aws::Structure
|
679
704
|
end
|
680
705
|
|
@@ -709,6 +734,7 @@ module Aws::AlexaForBusiness
|
|
709
734
|
:name,
|
710
735
|
:description,
|
711
736
|
:client_request_token)
|
737
|
+
SENSITIVE = []
|
712
738
|
include Aws::Structure
|
713
739
|
end
|
714
740
|
|
@@ -720,6 +746,7 @@ module Aws::AlexaForBusiness
|
|
720
746
|
#
|
721
747
|
class CreateAddressBookResponse < Struct.new(
|
722
748
|
:address_book_arn)
|
749
|
+
SENSITIVE = []
|
723
750
|
include Aws::Structure
|
724
751
|
end
|
725
752
|
|
@@ -732,12 +759,18 @@ module Aws::AlexaForBusiness
|
|
732
759
|
# s3_key_prefix: "S3KeyPrefix",
|
733
760
|
# format: "CSV", # required, accepts CSV, CSV_ZIP
|
734
761
|
# content_range: { # required
|
735
|
-
# interval: "ONE_DAY", # accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
|
762
|
+
# interval: "ONE_DAY", # required, accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
|
736
763
|
# },
|
737
764
|
# recurrence: {
|
738
765
|
# start_date: "Date",
|
739
766
|
# },
|
740
767
|
# client_request_token: "ClientRequestToken",
|
768
|
+
# tags: [
|
769
|
+
# {
|
770
|
+
# key: "TagKey", # required
|
771
|
+
# value: "TagValue", # required
|
772
|
+
# },
|
773
|
+
# ],
|
741
774
|
# }
|
742
775
|
#
|
743
776
|
# @!attribute [rw] schedule_name
|
@@ -775,6 +808,10 @@ module Aws::AlexaForBusiness
|
|
775
808
|
# not need to pass this option.
|
776
809
|
# @return [String]
|
777
810
|
#
|
811
|
+
# @!attribute [rw] tags
|
812
|
+
# The tags for the business report schedule.
|
813
|
+
# @return [Array<Types::Tag>]
|
814
|
+
#
|
778
815
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateBusinessReportScheduleRequest AWS API Documentation
|
779
816
|
#
|
780
817
|
class CreateBusinessReportScheduleRequest < Struct.new(
|
@@ -784,7 +821,9 @@ module Aws::AlexaForBusiness
|
|
784
821
|
:format,
|
785
822
|
:content_range,
|
786
823
|
:recurrence,
|
787
|
-
:client_request_token
|
824
|
+
:client_request_token,
|
825
|
+
:tags)
|
826
|
+
SENSITIVE = []
|
788
827
|
include Aws::Structure
|
789
828
|
end
|
790
829
|
|
@@ -796,6 +835,7 @@ module Aws::AlexaForBusiness
|
|
796
835
|
#
|
797
836
|
class CreateBusinessReportScheduleResponse < Struct.new(
|
798
837
|
:schedule_arn)
|
838
|
+
SENSITIVE = []
|
799
839
|
include Aws::Structure
|
800
840
|
end
|
801
841
|
|
@@ -857,6 +897,7 @@ module Aws::AlexaForBusiness
|
|
857
897
|
:pstn_dial_in,
|
858
898
|
:meeting_setting,
|
859
899
|
:client_request_token)
|
900
|
+
SENSITIVE = []
|
860
901
|
include Aws::Structure
|
861
902
|
end
|
862
903
|
|
@@ -868,6 +909,7 @@ module Aws::AlexaForBusiness
|
|
868
909
|
#
|
869
910
|
class CreateConferenceProviderResponse < Struct.new(
|
870
911
|
:conference_provider_arn)
|
912
|
+
SENSITIVE = []
|
871
913
|
include Aws::Structure
|
872
914
|
end
|
873
915
|
|
@@ -941,6 +983,7 @@ module Aws::AlexaForBusiness
|
|
941
983
|
:phone_numbers,
|
942
984
|
:sip_addresses,
|
943
985
|
:client_request_token)
|
986
|
+
SENSITIVE = [:phone_number]
|
944
987
|
include Aws::Structure
|
945
988
|
end
|
946
989
|
|
@@ -952,6 +995,7 @@ module Aws::AlexaForBusiness
|
|
952
995
|
#
|
953
996
|
class CreateContactResponse < Struct.new(
|
954
997
|
:contact_arn)
|
998
|
+
SENSITIVE = []
|
955
999
|
include Aws::Structure
|
956
1000
|
end
|
957
1001
|
|
@@ -987,6 +1031,7 @@ module Aws::AlexaForBusiness
|
|
987
1031
|
:reminder_at_minutes,
|
988
1032
|
:reminder_type,
|
989
1033
|
:enabled)
|
1034
|
+
SENSITIVE = []
|
990
1035
|
include Aws::Structure
|
991
1036
|
end
|
992
1037
|
|
@@ -1021,6 +1066,7 @@ module Aws::AlexaForBusiness
|
|
1021
1066
|
:name,
|
1022
1067
|
:description,
|
1023
1068
|
:client_request_token)
|
1069
|
+
SENSITIVE = []
|
1024
1070
|
include Aws::Structure
|
1025
1071
|
end
|
1026
1072
|
|
@@ -1032,6 +1078,7 @@ module Aws::AlexaForBusiness
|
|
1032
1078
|
#
|
1033
1079
|
class CreateGatewayGroupResponse < Struct.new(
|
1034
1080
|
:gateway_group_arn)
|
1081
|
+
SENSITIVE = []
|
1035
1082
|
include Aws::Structure
|
1036
1083
|
end
|
1037
1084
|
|
@@ -1063,6 +1110,7 @@ module Aws::AlexaForBusiness
|
|
1063
1110
|
class CreateInstantBooking < Struct.new(
|
1064
1111
|
:duration_in_minutes,
|
1065
1112
|
:enabled)
|
1113
|
+
SENSITIVE = []
|
1066
1114
|
include Aws::Structure
|
1067
1115
|
end
|
1068
1116
|
|
@@ -1117,6 +1165,7 @@ module Aws::AlexaForBusiness
|
|
1117
1165
|
:end_of_meeting_reminder,
|
1118
1166
|
:instant_booking,
|
1119
1167
|
:require_check_in)
|
1168
|
+
SENSITIVE = []
|
1120
1169
|
include Aws::Structure
|
1121
1170
|
end
|
1122
1171
|
|
@@ -1201,6 +1250,7 @@ module Aws::AlexaForBusiness
|
|
1201
1250
|
:certificate_authority_arn,
|
1202
1251
|
:trust_anchors,
|
1203
1252
|
:client_request_token)
|
1253
|
+
SENSITIVE = [:current_password, :next_password]
|
1204
1254
|
include Aws::Structure
|
1205
1255
|
end
|
1206
1256
|
|
@@ -1212,6 +1262,7 @@ module Aws::AlexaForBusiness
|
|
1212
1262
|
#
|
1213
1263
|
class CreateNetworkProfileResponse < Struct.new(
|
1214
1264
|
:network_profile_arn)
|
1265
|
+
SENSITIVE = []
|
1215
1266
|
include Aws::Structure
|
1216
1267
|
end
|
1217
1268
|
|
@@ -1246,6 +1297,12 @@ module Aws::AlexaForBusiness
|
|
1246
1297
|
# enabled: false, # required
|
1247
1298
|
# },
|
1248
1299
|
# },
|
1300
|
+
# tags: [
|
1301
|
+
# {
|
1302
|
+
# key: "TagKey", # required
|
1303
|
+
# value: "TagValue", # required
|
1304
|
+
# },
|
1305
|
+
# ],
|
1249
1306
|
# }
|
1250
1307
|
#
|
1251
1308
|
# @!attribute [rw] profile_name
|
@@ -1301,6 +1358,10 @@ module Aws::AlexaForBusiness
|
|
1301
1358
|
# The meeting room settings of a room profile.
|
1302
1359
|
# @return [Types::CreateMeetingRoomConfiguration]
|
1303
1360
|
#
|
1361
|
+
# @!attribute [rw] tags
|
1362
|
+
# The tags for the profile.
|
1363
|
+
# @return [Array<Types::Tag>]
|
1364
|
+
#
|
1304
1365
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateProfileRequest AWS API Documentation
|
1305
1366
|
#
|
1306
1367
|
class CreateProfileRequest < Struct.new(
|
@@ -1315,7 +1376,9 @@ module Aws::AlexaForBusiness
|
|
1315
1376
|
:setup_mode_disabled,
|
1316
1377
|
:max_volume_limit,
|
1317
1378
|
:pstn_enabled,
|
1318
|
-
:meeting_room_configuration
|
1379
|
+
:meeting_room_configuration,
|
1380
|
+
:tags)
|
1381
|
+
SENSITIVE = []
|
1319
1382
|
include Aws::Structure
|
1320
1383
|
end
|
1321
1384
|
|
@@ -1327,6 +1390,7 @@ module Aws::AlexaForBusiness
|
|
1327
1390
|
#
|
1328
1391
|
class CreateProfileResponse < Struct.new(
|
1329
1392
|
:profile_arn)
|
1393
|
+
SENSITIVE = []
|
1330
1394
|
include Aws::Structure
|
1331
1395
|
end
|
1332
1396
|
|
@@ -1357,6 +1421,7 @@ module Aws::AlexaForBusiness
|
|
1357
1421
|
class CreateRequireCheckIn < Struct.new(
|
1358
1422
|
:release_after_minutes,
|
1359
1423
|
:enabled)
|
1424
|
+
SENSITIVE = []
|
1360
1425
|
include Aws::Structure
|
1361
1426
|
end
|
1362
1427
|
|
@@ -1386,7 +1451,7 @@ module Aws::AlexaForBusiness
|
|
1386
1451
|
# @return [String]
|
1387
1452
|
#
|
1388
1453
|
# @!attribute [rw] profile_arn
|
1389
|
-
# The profile ARN for the room.
|
1454
|
+
# The profile ARN for the room. This is required.
|
1390
1455
|
# @return [String]
|
1391
1456
|
#
|
1392
1457
|
# @!attribute [rw] provider_calendar_id
|
@@ -1414,6 +1479,7 @@ module Aws::AlexaForBusiness
|
|
1414
1479
|
:provider_calendar_id,
|
1415
1480
|
:client_request_token,
|
1416
1481
|
:tags)
|
1482
|
+
SENSITIVE = []
|
1417
1483
|
include Aws::Structure
|
1418
1484
|
end
|
1419
1485
|
|
@@ -1425,6 +1491,7 @@ module Aws::AlexaForBusiness
|
|
1425
1491
|
#
|
1426
1492
|
class CreateRoomResponse < Struct.new(
|
1427
1493
|
:room_arn)
|
1494
|
+
SENSITIVE = []
|
1428
1495
|
include Aws::Structure
|
1429
1496
|
end
|
1430
1497
|
|
@@ -1435,6 +1502,12 @@ module Aws::AlexaForBusiness
|
|
1435
1502
|
# skill_group_name: "SkillGroupName", # required
|
1436
1503
|
# description: "SkillGroupDescription",
|
1437
1504
|
# client_request_token: "ClientRequestToken",
|
1505
|
+
# tags: [
|
1506
|
+
# {
|
1507
|
+
# key: "TagKey", # required
|
1508
|
+
# value: "TagValue", # required
|
1509
|
+
# },
|
1510
|
+
# ],
|
1438
1511
|
# }
|
1439
1512
|
#
|
1440
1513
|
# @!attribute [rw] skill_group_name
|
@@ -1453,12 +1526,18 @@ module Aws::AlexaForBusiness
|
|
1453
1526
|
# not need to pass this option.
|
1454
1527
|
# @return [String]
|
1455
1528
|
#
|
1529
|
+
# @!attribute [rw] tags
|
1530
|
+
# The tags for the skill group.
|
1531
|
+
# @return [Array<Types::Tag>]
|
1532
|
+
#
|
1456
1533
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateSkillGroupRequest AWS API Documentation
|
1457
1534
|
#
|
1458
1535
|
class CreateSkillGroupRequest < Struct.new(
|
1459
1536
|
:skill_group_name,
|
1460
1537
|
:description,
|
1461
|
-
:client_request_token
|
1538
|
+
:client_request_token,
|
1539
|
+
:tags)
|
1540
|
+
SENSITIVE = []
|
1462
1541
|
include Aws::Structure
|
1463
1542
|
end
|
1464
1543
|
|
@@ -1470,6 +1549,7 @@ module Aws::AlexaForBusiness
|
|
1470
1549
|
#
|
1471
1550
|
class CreateSkillGroupResponse < Struct.new(
|
1472
1551
|
:skill_group_arn)
|
1552
|
+
SENSITIVE = []
|
1473
1553
|
include Aws::Structure
|
1474
1554
|
end
|
1475
1555
|
|
@@ -1527,6 +1607,7 @@ module Aws::AlexaForBusiness
|
|
1527
1607
|
:email,
|
1528
1608
|
:client_request_token,
|
1529
1609
|
:tags)
|
1610
|
+
SENSITIVE = []
|
1530
1611
|
include Aws::Structure
|
1531
1612
|
end
|
1532
1613
|
|
@@ -1538,6 +1619,7 @@ module Aws::AlexaForBusiness
|
|
1538
1619
|
#
|
1539
1620
|
class CreateUserResponse < Struct.new(
|
1540
1621
|
:user_arn)
|
1622
|
+
SENSITIVE = []
|
1541
1623
|
include Aws::Structure
|
1542
1624
|
end
|
1543
1625
|
|
@@ -1556,6 +1638,7 @@ module Aws::AlexaForBusiness
|
|
1556
1638
|
#
|
1557
1639
|
class DeleteAddressBookRequest < Struct.new(
|
1558
1640
|
:address_book_arn)
|
1641
|
+
SENSITIVE = []
|
1559
1642
|
include Aws::Structure
|
1560
1643
|
end
|
1561
1644
|
|
@@ -1578,6 +1661,7 @@ module Aws::AlexaForBusiness
|
|
1578
1661
|
#
|
1579
1662
|
class DeleteBusinessReportScheduleRequest < Struct.new(
|
1580
1663
|
:schedule_arn)
|
1664
|
+
SENSITIVE = []
|
1581
1665
|
include Aws::Structure
|
1582
1666
|
end
|
1583
1667
|
|
@@ -1600,6 +1684,7 @@ module Aws::AlexaForBusiness
|
|
1600
1684
|
#
|
1601
1685
|
class DeleteConferenceProviderRequest < Struct.new(
|
1602
1686
|
:conference_provider_arn)
|
1687
|
+
SENSITIVE = []
|
1603
1688
|
include Aws::Structure
|
1604
1689
|
end
|
1605
1690
|
|
@@ -1622,6 +1707,7 @@ module Aws::AlexaForBusiness
|
|
1622
1707
|
#
|
1623
1708
|
class DeleteContactRequest < Struct.new(
|
1624
1709
|
:contact_arn)
|
1710
|
+
SENSITIVE = []
|
1625
1711
|
include Aws::Structure
|
1626
1712
|
end
|
1627
1713
|
|
@@ -1644,6 +1730,7 @@ module Aws::AlexaForBusiness
|
|
1644
1730
|
#
|
1645
1731
|
class DeleteDeviceRequest < Struct.new(
|
1646
1732
|
:device_arn)
|
1733
|
+
SENSITIVE = []
|
1647
1734
|
include Aws::Structure
|
1648
1735
|
end
|
1649
1736
|
|
@@ -1672,6 +1759,7 @@ module Aws::AlexaForBusiness
|
|
1672
1759
|
class DeleteDeviceUsageDataRequest < Struct.new(
|
1673
1760
|
:device_arn,
|
1674
1761
|
:device_usage_type)
|
1762
|
+
SENSITIVE = []
|
1675
1763
|
include Aws::Structure
|
1676
1764
|
end
|
1677
1765
|
|
@@ -1694,6 +1782,7 @@ module Aws::AlexaForBusiness
|
|
1694
1782
|
#
|
1695
1783
|
class DeleteGatewayGroupRequest < Struct.new(
|
1696
1784
|
:gateway_group_arn)
|
1785
|
+
SENSITIVE = []
|
1697
1786
|
include Aws::Structure
|
1698
1787
|
end
|
1699
1788
|
|
@@ -1716,6 +1805,7 @@ module Aws::AlexaForBusiness
|
|
1716
1805
|
#
|
1717
1806
|
class DeleteNetworkProfileRequest < Struct.new(
|
1718
1807
|
:network_profile_arn)
|
1808
|
+
SENSITIVE = []
|
1719
1809
|
include Aws::Structure
|
1720
1810
|
end
|
1721
1811
|
|
@@ -1738,6 +1828,7 @@ module Aws::AlexaForBusiness
|
|
1738
1828
|
#
|
1739
1829
|
class DeleteProfileRequest < Struct.new(
|
1740
1830
|
:profile_arn)
|
1831
|
+
SENSITIVE = []
|
1741
1832
|
include Aws::Structure
|
1742
1833
|
end
|
1743
1834
|
|
@@ -1760,6 +1851,7 @@ module Aws::AlexaForBusiness
|
|
1760
1851
|
#
|
1761
1852
|
class DeleteRoomRequest < Struct.new(
|
1762
1853
|
:room_arn)
|
1854
|
+
SENSITIVE = []
|
1763
1855
|
include Aws::Structure
|
1764
1856
|
end
|
1765
1857
|
|
@@ -1796,6 +1888,7 @@ module Aws::AlexaForBusiness
|
|
1796
1888
|
:room_arn,
|
1797
1889
|
:skill_id,
|
1798
1890
|
:parameter_key)
|
1891
|
+
SENSITIVE = []
|
1799
1892
|
include Aws::Structure
|
1800
1893
|
end
|
1801
1894
|
|
@@ -1824,6 +1917,7 @@ module Aws::AlexaForBusiness
|
|
1824
1917
|
class DeleteSkillAuthorizationRequest < Struct.new(
|
1825
1918
|
:skill_id,
|
1826
1919
|
:room_arn)
|
1920
|
+
SENSITIVE = []
|
1827
1921
|
include Aws::Structure
|
1828
1922
|
end
|
1829
1923
|
|
@@ -1846,6 +1940,7 @@ module Aws::AlexaForBusiness
|
|
1846
1940
|
#
|
1847
1941
|
class DeleteSkillGroupRequest < Struct.new(
|
1848
1942
|
:skill_group_arn)
|
1943
|
+
SENSITIVE = []
|
1849
1944
|
include Aws::Structure
|
1850
1945
|
end
|
1851
1946
|
|
@@ -1874,6 +1969,7 @@ module Aws::AlexaForBusiness
|
|
1874
1969
|
class DeleteUserRequest < Struct.new(
|
1875
1970
|
:user_arn,
|
1876
1971
|
:enrollment_id)
|
1972
|
+
SENSITIVE = []
|
1877
1973
|
include Aws::Structure
|
1878
1974
|
end
|
1879
1975
|
|
@@ -1906,6 +2002,7 @@ module Aws::AlexaForBusiness
|
|
1906
2002
|
:privacy_policy,
|
1907
2003
|
:email,
|
1908
2004
|
:url)
|
2005
|
+
SENSITIVE = []
|
1909
2006
|
include Aws::Structure
|
1910
2007
|
end
|
1911
2008
|
|
@@ -1965,6 +2062,7 @@ module Aws::AlexaForBusiness
|
|
1965
2062
|
:device_status,
|
1966
2063
|
:device_status_info,
|
1967
2064
|
:network_profile_info)
|
2065
|
+
SENSITIVE = []
|
1968
2066
|
include Aws::Structure
|
1969
2067
|
end
|
1970
2068
|
|
@@ -2038,6 +2136,7 @@ module Aws::AlexaForBusiness
|
|
2038
2136
|
:room_name,
|
2039
2137
|
:device_status_info,
|
2040
2138
|
:created_time)
|
2139
|
+
SENSITIVE = []
|
2041
2140
|
include Aws::Structure
|
2042
2141
|
end
|
2043
2142
|
|
@@ -2061,6 +2160,7 @@ module Aws::AlexaForBusiness
|
|
2061
2160
|
:type,
|
2062
2161
|
:value,
|
2063
2162
|
:timestamp)
|
2163
|
+
SENSITIVE = []
|
2064
2164
|
include Aws::Structure
|
2065
2165
|
end
|
2066
2166
|
|
@@ -2084,6 +2184,7 @@ module Aws::AlexaForBusiness
|
|
2084
2184
|
:network_profile_arn,
|
2085
2185
|
:certificate_arn,
|
2086
2186
|
:certificate_expiration_time)
|
2187
|
+
SENSITIVE = []
|
2087
2188
|
include Aws::Structure
|
2088
2189
|
end
|
2089
2190
|
|
@@ -2097,6 +2198,7 @@ module Aws::AlexaForBusiness
|
|
2097
2198
|
#
|
2098
2199
|
class DeviceNotRegisteredException < Struct.new(
|
2099
2200
|
:message)
|
2201
|
+
SENSITIVE = []
|
2100
2202
|
include Aws::Structure
|
2101
2203
|
end
|
2102
2204
|
|
@@ -2115,6 +2217,7 @@ module Aws::AlexaForBusiness
|
|
2115
2217
|
class DeviceStatusDetail < Struct.new(
|
2116
2218
|
:feature,
|
2117
2219
|
:code)
|
2220
|
+
SENSITIVE = []
|
2118
2221
|
include Aws::Structure
|
2119
2222
|
end
|
2120
2223
|
|
@@ -2139,6 +2242,7 @@ module Aws::AlexaForBusiness
|
|
2139
2242
|
:device_status_details,
|
2140
2243
|
:connection_status,
|
2141
2244
|
:connection_status_updated_time)
|
2245
|
+
SENSITIVE = []
|
2142
2246
|
include Aws::Structure
|
2143
2247
|
end
|
2144
2248
|
|
@@ -2163,6 +2267,7 @@ module Aws::AlexaForBusiness
|
|
2163
2267
|
class DisassociateContactFromAddressBookRequest < Struct.new(
|
2164
2268
|
:contact_arn,
|
2165
2269
|
:address_book_arn)
|
2270
|
+
SENSITIVE = []
|
2166
2271
|
include Aws::Structure
|
2167
2272
|
end
|
2168
2273
|
|
@@ -2185,6 +2290,7 @@ module Aws::AlexaForBusiness
|
|
2185
2290
|
#
|
2186
2291
|
class DisassociateDeviceFromRoomRequest < Struct.new(
|
2187
2292
|
:device_arn)
|
2293
|
+
SENSITIVE = []
|
2188
2294
|
include Aws::Structure
|
2189
2295
|
end
|
2190
2296
|
|
@@ -2213,6 +2319,7 @@ module Aws::AlexaForBusiness
|
|
2213
2319
|
class DisassociateSkillFromSkillGroupRequest < Struct.new(
|
2214
2320
|
:skill_group_arn,
|
2215
2321
|
:skill_id)
|
2322
|
+
SENSITIVE = []
|
2216
2323
|
include Aws::Structure
|
2217
2324
|
end
|
2218
2325
|
|
@@ -2236,6 +2343,7 @@ module Aws::AlexaForBusiness
|
|
2236
2343
|
#
|
2237
2344
|
class DisassociateSkillFromUsersRequest < Struct.new(
|
2238
2345
|
:skill_id)
|
2346
|
+
SENSITIVE = []
|
2239
2347
|
include Aws::Structure
|
2240
2348
|
end
|
2241
2349
|
|
@@ -2265,6 +2373,7 @@ module Aws::AlexaForBusiness
|
|
2265
2373
|
class DisassociateSkillGroupFromRoomRequest < Struct.new(
|
2266
2374
|
:skill_group_arn,
|
2267
2375
|
:room_arn)
|
2376
|
+
SENSITIVE = []
|
2268
2377
|
include Aws::Structure
|
2269
2378
|
end
|
2270
2379
|
|
@@ -2295,6 +2404,7 @@ module Aws::AlexaForBusiness
|
|
2295
2404
|
:reminder_at_minutes,
|
2296
2405
|
:reminder_type,
|
2297
2406
|
:enabled)
|
2407
|
+
SENSITIVE = []
|
2298
2408
|
include Aws::Structure
|
2299
2409
|
end
|
2300
2410
|
|
@@ -2323,6 +2433,7 @@ module Aws::AlexaForBusiness
|
|
2323
2433
|
class Filter < Struct.new(
|
2324
2434
|
:key,
|
2325
2435
|
:values)
|
2436
|
+
SENSITIVE = []
|
2326
2437
|
include Aws::Structure
|
2327
2438
|
end
|
2328
2439
|
|
@@ -2341,6 +2452,7 @@ module Aws::AlexaForBusiness
|
|
2341
2452
|
#
|
2342
2453
|
class ForgetSmartHomeAppliancesRequest < Struct.new(
|
2343
2454
|
:room_arn)
|
2455
|
+
SENSITIVE = []
|
2344
2456
|
include Aws::Structure
|
2345
2457
|
end
|
2346
2458
|
|
@@ -2379,6 +2491,7 @@ module Aws::AlexaForBusiness
|
|
2379
2491
|
:description,
|
2380
2492
|
:gateway_group_arn,
|
2381
2493
|
:software_version)
|
2494
|
+
SENSITIVE = []
|
2382
2495
|
include Aws::Structure
|
2383
2496
|
end
|
2384
2497
|
|
@@ -2402,6 +2515,7 @@ module Aws::AlexaForBusiness
|
|
2402
2515
|
:arn,
|
2403
2516
|
:name,
|
2404
2517
|
:description)
|
2518
|
+
SENSITIVE = []
|
2405
2519
|
include Aws::Structure
|
2406
2520
|
end
|
2407
2521
|
|
@@ -2425,6 +2539,7 @@ module Aws::AlexaForBusiness
|
|
2425
2539
|
:arn,
|
2426
2540
|
:name,
|
2427
2541
|
:description)
|
2542
|
+
SENSITIVE = []
|
2428
2543
|
include Aws::Structure
|
2429
2544
|
end
|
2430
2545
|
|
@@ -2459,6 +2574,7 @@ module Aws::AlexaForBusiness
|
|
2459
2574
|
:description,
|
2460
2575
|
:gateway_group_arn,
|
2461
2576
|
:software_version)
|
2577
|
+
SENSITIVE = []
|
2462
2578
|
include Aws::Structure
|
2463
2579
|
end
|
2464
2580
|
|
@@ -2477,6 +2593,7 @@ module Aws::AlexaForBusiness
|
|
2477
2593
|
#
|
2478
2594
|
class GetAddressBookRequest < Struct.new(
|
2479
2595
|
:address_book_arn)
|
2596
|
+
SENSITIVE = []
|
2480
2597
|
include Aws::Structure
|
2481
2598
|
end
|
2482
2599
|
|
@@ -2488,6 +2605,7 @@ module Aws::AlexaForBusiness
|
|
2488
2605
|
#
|
2489
2606
|
class GetAddressBookResponse < Struct.new(
|
2490
2607
|
:address_book)
|
2608
|
+
SENSITIVE = []
|
2491
2609
|
include Aws::Structure
|
2492
2610
|
end
|
2493
2611
|
|
@@ -2505,6 +2623,7 @@ module Aws::AlexaForBusiness
|
|
2505
2623
|
#
|
2506
2624
|
class GetConferencePreferenceResponse < Struct.new(
|
2507
2625
|
:preference)
|
2626
|
+
SENSITIVE = []
|
2508
2627
|
include Aws::Structure
|
2509
2628
|
end
|
2510
2629
|
|
@@ -2523,6 +2642,7 @@ module Aws::AlexaForBusiness
|
|
2523
2642
|
#
|
2524
2643
|
class GetConferenceProviderRequest < Struct.new(
|
2525
2644
|
:conference_provider_arn)
|
2645
|
+
SENSITIVE = []
|
2526
2646
|
include Aws::Structure
|
2527
2647
|
end
|
2528
2648
|
|
@@ -2534,6 +2654,7 @@ module Aws::AlexaForBusiness
|
|
2534
2654
|
#
|
2535
2655
|
class GetConferenceProviderResponse < Struct.new(
|
2536
2656
|
:conference_provider)
|
2657
|
+
SENSITIVE = []
|
2537
2658
|
include Aws::Structure
|
2538
2659
|
end
|
2539
2660
|
|
@@ -2552,6 +2673,7 @@ module Aws::AlexaForBusiness
|
|
2552
2673
|
#
|
2553
2674
|
class GetContactRequest < Struct.new(
|
2554
2675
|
:contact_arn)
|
2676
|
+
SENSITIVE = []
|
2555
2677
|
include Aws::Structure
|
2556
2678
|
end
|
2557
2679
|
|
@@ -2563,6 +2685,7 @@ module Aws::AlexaForBusiness
|
|
2563
2685
|
#
|
2564
2686
|
class GetContactResponse < Struct.new(
|
2565
2687
|
:contact)
|
2688
|
+
SENSITIVE = []
|
2566
2689
|
include Aws::Structure
|
2567
2690
|
end
|
2568
2691
|
|
@@ -2581,6 +2704,7 @@ module Aws::AlexaForBusiness
|
|
2581
2704
|
#
|
2582
2705
|
class GetDeviceRequest < Struct.new(
|
2583
2706
|
:device_arn)
|
2707
|
+
SENSITIVE = []
|
2584
2708
|
include Aws::Structure
|
2585
2709
|
end
|
2586
2710
|
|
@@ -2592,6 +2716,7 @@ module Aws::AlexaForBusiness
|
|
2592
2716
|
#
|
2593
2717
|
class GetDeviceResponse < Struct.new(
|
2594
2718
|
:device)
|
2719
|
+
SENSITIVE = []
|
2595
2720
|
include Aws::Structure
|
2596
2721
|
end
|
2597
2722
|
|
@@ -2610,6 +2735,7 @@ module Aws::AlexaForBusiness
|
|
2610
2735
|
#
|
2611
2736
|
class GetGatewayGroupRequest < Struct.new(
|
2612
2737
|
:gateway_group_arn)
|
2738
|
+
SENSITIVE = []
|
2613
2739
|
include Aws::Structure
|
2614
2740
|
end
|
2615
2741
|
|
@@ -2621,6 +2747,7 @@ module Aws::AlexaForBusiness
|
|
2621
2747
|
#
|
2622
2748
|
class GetGatewayGroupResponse < Struct.new(
|
2623
2749
|
:gateway_group)
|
2750
|
+
SENSITIVE = []
|
2624
2751
|
include Aws::Structure
|
2625
2752
|
end
|
2626
2753
|
|
@@ -2639,6 +2766,7 @@ module Aws::AlexaForBusiness
|
|
2639
2766
|
#
|
2640
2767
|
class GetGatewayRequest < Struct.new(
|
2641
2768
|
:gateway_arn)
|
2769
|
+
SENSITIVE = []
|
2642
2770
|
include Aws::Structure
|
2643
2771
|
end
|
2644
2772
|
|
@@ -2650,6 +2778,7 @@ module Aws::AlexaForBusiness
|
|
2650
2778
|
#
|
2651
2779
|
class GetGatewayResponse < Struct.new(
|
2652
2780
|
:gateway)
|
2781
|
+
SENSITIVE = []
|
2653
2782
|
include Aws::Structure
|
2654
2783
|
end
|
2655
2784
|
|
@@ -2680,6 +2809,7 @@ module Aws::AlexaForBusiness
|
|
2680
2809
|
:organization_name,
|
2681
2810
|
:contact_email,
|
2682
2811
|
:private_skill_ids)
|
2812
|
+
SENSITIVE = []
|
2683
2813
|
include Aws::Structure
|
2684
2814
|
end
|
2685
2815
|
|
@@ -2698,6 +2828,7 @@ module Aws::AlexaForBusiness
|
|
2698
2828
|
#
|
2699
2829
|
class GetNetworkProfileRequest < Struct.new(
|
2700
2830
|
:network_profile_arn)
|
2831
|
+
SENSITIVE = []
|
2701
2832
|
include Aws::Structure
|
2702
2833
|
end
|
2703
2834
|
|
@@ -2709,6 +2840,7 @@ module Aws::AlexaForBusiness
|
|
2709
2840
|
#
|
2710
2841
|
class GetNetworkProfileResponse < Struct.new(
|
2711
2842
|
:network_profile)
|
2843
|
+
SENSITIVE = []
|
2712
2844
|
include Aws::Structure
|
2713
2845
|
end
|
2714
2846
|
|
@@ -2727,6 +2859,7 @@ module Aws::AlexaForBusiness
|
|
2727
2859
|
#
|
2728
2860
|
class GetProfileRequest < Struct.new(
|
2729
2861
|
:profile_arn)
|
2862
|
+
SENSITIVE = []
|
2730
2863
|
include Aws::Structure
|
2731
2864
|
end
|
2732
2865
|
|
@@ -2738,6 +2871,7 @@ module Aws::AlexaForBusiness
|
|
2738
2871
|
#
|
2739
2872
|
class GetProfileResponse < Struct.new(
|
2740
2873
|
:profile)
|
2874
|
+
SENSITIVE = []
|
2741
2875
|
include Aws::Structure
|
2742
2876
|
end
|
2743
2877
|
|
@@ -2756,6 +2890,7 @@ module Aws::AlexaForBusiness
|
|
2756
2890
|
#
|
2757
2891
|
class GetRoomRequest < Struct.new(
|
2758
2892
|
:room_arn)
|
2893
|
+
SENSITIVE = []
|
2759
2894
|
include Aws::Structure
|
2760
2895
|
end
|
2761
2896
|
|
@@ -2767,6 +2902,7 @@ module Aws::AlexaForBusiness
|
|
2767
2902
|
#
|
2768
2903
|
class GetRoomResponse < Struct.new(
|
2769
2904
|
:room)
|
2905
|
+
SENSITIVE = []
|
2770
2906
|
include Aws::Structure
|
2771
2907
|
end
|
2772
2908
|
|
@@ -2799,6 +2935,7 @@ module Aws::AlexaForBusiness
|
|
2799
2935
|
:room_arn,
|
2800
2936
|
:skill_id,
|
2801
2937
|
:parameter_key)
|
2938
|
+
SENSITIVE = []
|
2802
2939
|
include Aws::Structure
|
2803
2940
|
end
|
2804
2941
|
|
@@ -2810,6 +2947,7 @@ module Aws::AlexaForBusiness
|
|
2810
2947
|
#
|
2811
2948
|
class GetRoomSkillParameterResponse < Struct.new(
|
2812
2949
|
:room_skill_parameter)
|
2950
|
+
SENSITIVE = []
|
2813
2951
|
include Aws::Structure
|
2814
2952
|
end
|
2815
2953
|
|
@@ -2828,6 +2966,7 @@ module Aws::AlexaForBusiness
|
|
2828
2966
|
#
|
2829
2967
|
class GetSkillGroupRequest < Struct.new(
|
2830
2968
|
:skill_group_arn)
|
2969
|
+
SENSITIVE = []
|
2831
2970
|
include Aws::Structure
|
2832
2971
|
end
|
2833
2972
|
|
@@ -2839,6 +2978,7 @@ module Aws::AlexaForBusiness
|
|
2839
2978
|
#
|
2840
2979
|
class GetSkillGroupResponse < Struct.new(
|
2841
2980
|
:skill_group)
|
2981
|
+
SENSITIVE = []
|
2842
2982
|
include Aws::Structure
|
2843
2983
|
end
|
2844
2984
|
|
@@ -2865,6 +3005,7 @@ module Aws::AlexaForBusiness
|
|
2865
3005
|
class IPDialIn < Struct.new(
|
2866
3006
|
:endpoint,
|
2867
3007
|
:comms_protocol)
|
3008
|
+
SENSITIVE = []
|
2868
3009
|
include Aws::Structure
|
2869
3010
|
end
|
2870
3011
|
|
@@ -2888,6 +3029,7 @@ module Aws::AlexaForBusiness
|
|
2888
3029
|
class InstantBooking < Struct.new(
|
2889
3030
|
:duration_in_minutes,
|
2890
3031
|
:enabled)
|
3032
|
+
SENSITIVE = []
|
2891
3033
|
include Aws::Structure
|
2892
3034
|
end
|
2893
3035
|
|
@@ -2900,6 +3042,7 @@ module Aws::AlexaForBusiness
|
|
2900
3042
|
#
|
2901
3043
|
class InvalidCertificateAuthorityException < Struct.new(
|
2902
3044
|
:message)
|
3045
|
+
SENSITIVE = []
|
2903
3046
|
include Aws::Structure
|
2904
3047
|
end
|
2905
3048
|
|
@@ -2912,6 +3055,7 @@ module Aws::AlexaForBusiness
|
|
2912
3055
|
#
|
2913
3056
|
class InvalidDeviceException < Struct.new(
|
2914
3057
|
:message)
|
3058
|
+
SENSITIVE = []
|
2915
3059
|
include Aws::Structure
|
2916
3060
|
end
|
2917
3061
|
|
@@ -2924,6 +3068,7 @@ module Aws::AlexaForBusiness
|
|
2924
3068
|
#
|
2925
3069
|
class InvalidSecretsManagerResourceException < Struct.new(
|
2926
3070
|
:message)
|
3071
|
+
SENSITIVE = []
|
2927
3072
|
include Aws::Structure
|
2928
3073
|
end
|
2929
3074
|
|
@@ -2936,6 +3081,7 @@ module Aws::AlexaForBusiness
|
|
2936
3081
|
#
|
2937
3082
|
class InvalidServiceLinkedRoleStateException < Struct.new(
|
2938
3083
|
:message)
|
3084
|
+
SENSITIVE = []
|
2939
3085
|
include Aws::Structure
|
2940
3086
|
end
|
2941
3087
|
|
@@ -2949,6 +3095,7 @@ module Aws::AlexaForBusiness
|
|
2949
3095
|
#
|
2950
3096
|
class InvalidUserStatusException < Struct.new(
|
2951
3097
|
:message)
|
3098
|
+
SENSITIVE = []
|
2952
3099
|
include Aws::Structure
|
2953
3100
|
end
|
2954
3101
|
|
@@ -2962,6 +3109,7 @@ module Aws::AlexaForBusiness
|
|
2962
3109
|
#
|
2963
3110
|
class LimitExceededException < Struct.new(
|
2964
3111
|
:message)
|
3112
|
+
SENSITIVE = []
|
2965
3113
|
include Aws::Structure
|
2966
3114
|
end
|
2967
3115
|
|
@@ -2987,6 +3135,7 @@ module Aws::AlexaForBusiness
|
|
2987
3135
|
class ListBusinessReportSchedulesRequest < Struct.new(
|
2988
3136
|
:next_token,
|
2989
3137
|
:max_results)
|
3138
|
+
SENSITIVE = []
|
2990
3139
|
include Aws::Structure
|
2991
3140
|
end
|
2992
3141
|
|
@@ -3004,6 +3153,7 @@ module Aws::AlexaForBusiness
|
|
3004
3153
|
class ListBusinessReportSchedulesResponse < Struct.new(
|
3005
3154
|
:business_report_schedules,
|
3006
3155
|
:next_token)
|
3156
|
+
SENSITIVE = []
|
3007
3157
|
include Aws::Structure
|
3008
3158
|
end
|
3009
3159
|
|
@@ -3029,6 +3179,7 @@ module Aws::AlexaForBusiness
|
|
3029
3179
|
class ListConferenceProvidersRequest < Struct.new(
|
3030
3180
|
:next_token,
|
3031
3181
|
:max_results)
|
3182
|
+
SENSITIVE = []
|
3032
3183
|
include Aws::Structure
|
3033
3184
|
end
|
3034
3185
|
|
@@ -3045,6 +3196,7 @@ module Aws::AlexaForBusiness
|
|
3045
3196
|
class ListConferenceProvidersResponse < Struct.new(
|
3046
3197
|
:conference_providers,
|
3047
3198
|
:next_token)
|
3199
|
+
SENSITIVE = []
|
3048
3200
|
include Aws::Structure
|
3049
3201
|
end
|
3050
3202
|
|
@@ -3091,6 +3243,7 @@ module Aws::AlexaForBusiness
|
|
3091
3243
|
:event_type,
|
3092
3244
|
:next_token,
|
3093
3245
|
:max_results)
|
3246
|
+
SENSITIVE = []
|
3094
3247
|
include Aws::Structure
|
3095
3248
|
end
|
3096
3249
|
|
@@ -3107,6 +3260,7 @@ module Aws::AlexaForBusiness
|
|
3107
3260
|
class ListDeviceEventsResponse < Struct.new(
|
3108
3261
|
:device_events,
|
3109
3262
|
:next_token)
|
3263
|
+
SENSITIVE = []
|
3110
3264
|
include Aws::Structure
|
3111
3265
|
end
|
3112
3266
|
|
@@ -3133,6 +3287,7 @@ module Aws::AlexaForBusiness
|
|
3133
3287
|
class ListGatewayGroupsRequest < Struct.new(
|
3134
3288
|
:next_token,
|
3135
3289
|
:max_results)
|
3290
|
+
SENSITIVE = []
|
3136
3291
|
include Aws::Structure
|
3137
3292
|
end
|
3138
3293
|
|
@@ -3150,6 +3305,7 @@ module Aws::AlexaForBusiness
|
|
3150
3305
|
class ListGatewayGroupsResponse < Struct.new(
|
3151
3306
|
:gateway_groups,
|
3152
3307
|
:next_token)
|
3308
|
+
SENSITIVE = []
|
3153
3309
|
include Aws::Structure
|
3154
3310
|
end
|
3155
3311
|
|
@@ -3182,6 +3338,7 @@ module Aws::AlexaForBusiness
|
|
3182
3338
|
:gateway_group_arn,
|
3183
3339
|
:next_token,
|
3184
3340
|
:max_results)
|
3341
|
+
SENSITIVE = []
|
3185
3342
|
include Aws::Structure
|
3186
3343
|
end
|
3187
3344
|
|
@@ -3199,6 +3356,7 @@ module Aws::AlexaForBusiness
|
|
3199
3356
|
class ListGatewaysResponse < Struct.new(
|
3200
3357
|
:gateways,
|
3201
3358
|
:next_token)
|
3359
|
+
SENSITIVE = []
|
3202
3360
|
include Aws::Structure
|
3203
3361
|
end
|
3204
3362
|
|
@@ -3247,6 +3405,7 @@ module Aws::AlexaForBusiness
|
|
3247
3405
|
:skill_type,
|
3248
3406
|
:next_token,
|
3249
3407
|
:max_results)
|
3408
|
+
SENSITIVE = []
|
3250
3409
|
include Aws::Structure
|
3251
3410
|
end
|
3252
3411
|
|
@@ -3263,6 +3422,7 @@ module Aws::AlexaForBusiness
|
|
3263
3422
|
class ListSkillsResponse < Struct.new(
|
3264
3423
|
:skill_summaries,
|
3265
3424
|
:next_token)
|
3425
|
+
SENSITIVE = []
|
3266
3426
|
include Aws::Structure
|
3267
3427
|
end
|
3268
3428
|
|
@@ -3287,6 +3447,7 @@ module Aws::AlexaForBusiness
|
|
3287
3447
|
class ListSkillsStoreCategoriesRequest < Struct.new(
|
3288
3448
|
:next_token,
|
3289
3449
|
:max_results)
|
3450
|
+
SENSITIVE = []
|
3290
3451
|
include Aws::Structure
|
3291
3452
|
end
|
3292
3453
|
|
@@ -3303,6 +3464,7 @@ module Aws::AlexaForBusiness
|
|
3303
3464
|
class ListSkillsStoreCategoriesResponse < Struct.new(
|
3304
3465
|
:category_list,
|
3305
3466
|
:next_token)
|
3467
|
+
SENSITIVE = []
|
3306
3468
|
include Aws::Structure
|
3307
3469
|
end
|
3308
3470
|
|
@@ -3334,6 +3496,7 @@ module Aws::AlexaForBusiness
|
|
3334
3496
|
:category_id,
|
3335
3497
|
:next_token,
|
3336
3498
|
:max_results)
|
3499
|
+
SENSITIVE = []
|
3337
3500
|
include Aws::Structure
|
3338
3501
|
end
|
3339
3502
|
|
@@ -3350,6 +3513,7 @@ module Aws::AlexaForBusiness
|
|
3350
3513
|
class ListSkillsStoreSkillsByCategoryResponse < Struct.new(
|
3351
3514
|
:skills_store_skills,
|
3352
3515
|
:next_token)
|
3516
|
+
SENSITIVE = []
|
3353
3517
|
include Aws::Structure
|
3354
3518
|
end
|
3355
3519
|
|
@@ -3381,6 +3545,7 @@ module Aws::AlexaForBusiness
|
|
3381
3545
|
:room_arn,
|
3382
3546
|
:max_results,
|
3383
3547
|
:next_token)
|
3548
|
+
SENSITIVE = []
|
3384
3549
|
include Aws::Structure
|
3385
3550
|
end
|
3386
3551
|
|
@@ -3397,6 +3562,7 @@ module Aws::AlexaForBusiness
|
|
3397
3562
|
class ListSmartHomeAppliancesResponse < Struct.new(
|
3398
3563
|
:smart_home_appliances,
|
3399
3564
|
:next_token)
|
3565
|
+
SENSITIVE = []
|
3400
3566
|
include Aws::Structure
|
3401
3567
|
end
|
3402
3568
|
|
@@ -3433,6 +3599,7 @@ module Aws::AlexaForBusiness
|
|
3433
3599
|
:arn,
|
3434
3600
|
:next_token,
|
3435
3601
|
:max_results)
|
3602
|
+
SENSITIVE = []
|
3436
3603
|
include Aws::Structure
|
3437
3604
|
end
|
3438
3605
|
|
@@ -3449,6 +3616,7 @@ module Aws::AlexaForBusiness
|
|
3449
3616
|
class ListTagsResponse < Struct.new(
|
3450
3617
|
:tags,
|
3451
3618
|
:next_token)
|
3619
|
+
SENSITIVE = []
|
3452
3620
|
include Aws::Structure
|
3453
3621
|
end
|
3454
3622
|
|
@@ -3483,6 +3651,7 @@ module Aws::AlexaForBusiness
|
|
3483
3651
|
:end_of_meeting_reminder,
|
3484
3652
|
:instant_booking,
|
3485
3653
|
:require_check_in)
|
3654
|
+
SENSITIVE = []
|
3486
3655
|
include Aws::Structure
|
3487
3656
|
end
|
3488
3657
|
|
@@ -3511,6 +3680,7 @@ module Aws::AlexaForBusiness
|
|
3511
3680
|
#
|
3512
3681
|
class MeetingSetting < Struct.new(
|
3513
3682
|
:require_pin)
|
3683
|
+
SENSITIVE = []
|
3514
3684
|
include Aws::Structure
|
3515
3685
|
end
|
3516
3686
|
|
@@ -3523,6 +3693,7 @@ module Aws::AlexaForBusiness
|
|
3523
3693
|
#
|
3524
3694
|
class NameInUseException < Struct.new(
|
3525
3695
|
:message)
|
3696
|
+
SENSITIVE = []
|
3526
3697
|
include Aws::Structure
|
3527
3698
|
end
|
3528
3699
|
|
@@ -3589,6 +3760,7 @@ module Aws::AlexaForBusiness
|
|
3589
3760
|
:next_password,
|
3590
3761
|
:certificate_authority_arn,
|
3591
3762
|
:trust_anchors)
|
3763
|
+
SENSITIVE = [:current_password, :next_password]
|
3592
3764
|
include Aws::Structure
|
3593
3765
|
end
|
3594
3766
|
|
@@ -3636,6 +3808,7 @@ module Aws::AlexaForBusiness
|
|
3636
3808
|
:security_type,
|
3637
3809
|
:eap_method,
|
3638
3810
|
:certificate_authority_arn)
|
3811
|
+
SENSITIVE = []
|
3639
3812
|
include Aws::Structure
|
3640
3813
|
end
|
3641
3814
|
|
@@ -3648,6 +3821,7 @@ module Aws::AlexaForBusiness
|
|
3648
3821
|
#
|
3649
3822
|
class NotFoundException < Struct.new(
|
3650
3823
|
:message)
|
3824
|
+
SENSITIVE = []
|
3651
3825
|
include Aws::Structure
|
3652
3826
|
end
|
3653
3827
|
|
@@ -3693,6 +3867,7 @@ module Aws::AlexaForBusiness
|
|
3693
3867
|
:phone_number,
|
3694
3868
|
:one_click_id_delay,
|
3695
3869
|
:one_click_pin_delay)
|
3870
|
+
SENSITIVE = []
|
3696
3871
|
include Aws::Structure
|
3697
3872
|
end
|
3698
3873
|
|
@@ -3720,6 +3895,7 @@ module Aws::AlexaForBusiness
|
|
3720
3895
|
class PhoneNumber < Struct.new(
|
3721
3896
|
:number,
|
3722
3897
|
:type)
|
3898
|
+
SENSITIVE = [:number, :type]
|
3723
3899
|
include Aws::Structure
|
3724
3900
|
end
|
3725
3901
|
|
@@ -3799,6 +3975,7 @@ module Aws::AlexaForBusiness
|
|
3799
3975
|
:pstn_enabled,
|
3800
3976
|
:address_book_arn,
|
3801
3977
|
:meeting_room_configuration)
|
3978
|
+
SENSITIVE = []
|
3802
3979
|
include Aws::Structure
|
3803
3980
|
end
|
3804
3981
|
|
@@ -3853,6 +4030,7 @@ module Aws::AlexaForBusiness
|
|
3853
4030
|
:temperature_unit,
|
3854
4031
|
:wake_word,
|
3855
4032
|
:locale)
|
4033
|
+
SENSITIVE = []
|
3856
4034
|
include Aws::Structure
|
3857
4035
|
end
|
3858
4036
|
|
@@ -3873,6 +4051,7 @@ module Aws::AlexaForBusiness
|
|
3873
4051
|
#
|
3874
4052
|
class PutConferencePreferenceRequest < Struct.new(
|
3875
4053
|
:conference_preference)
|
4054
|
+
SENSITIVE = []
|
3876
4055
|
include Aws::Structure
|
3877
4056
|
end
|
3878
4057
|
|
@@ -3910,6 +4089,7 @@ module Aws::AlexaForBusiness
|
|
3910
4089
|
:organization_name,
|
3911
4090
|
:contact_email,
|
3912
4091
|
:private_skill_ids)
|
4092
|
+
SENSITIVE = []
|
3913
4093
|
include Aws::Structure
|
3914
4094
|
end
|
3915
4095
|
|
@@ -3949,6 +4129,7 @@ module Aws::AlexaForBusiness
|
|
3949
4129
|
:room_arn,
|
3950
4130
|
:skill_id,
|
3951
4131
|
:room_skill_parameter)
|
4132
|
+
SENSITIVE = []
|
3952
4133
|
include Aws::Structure
|
3953
4134
|
end
|
3954
4135
|
|
@@ -3987,6 +4168,7 @@ module Aws::AlexaForBusiness
|
|
3987
4168
|
:authorization_result,
|
3988
4169
|
:skill_id,
|
3989
4170
|
:room_arn)
|
4171
|
+
SENSITIVE = [:authorization_result]
|
3990
4172
|
include Aws::Structure
|
3991
4173
|
end
|
3992
4174
|
|
@@ -4039,6 +4221,7 @@ module Aws::AlexaForBusiness
|
|
4039
4221
|
:product_id,
|
4040
4222
|
:device_serial_number,
|
4041
4223
|
:amazon_id)
|
4224
|
+
SENSITIVE = []
|
4042
4225
|
include Aws::Structure
|
4043
4226
|
end
|
4044
4227
|
|
@@ -4050,6 +4233,7 @@ module Aws::AlexaForBusiness
|
|
4050
4233
|
#
|
4051
4234
|
class RegisterAVSDeviceResponse < Struct.new(
|
4052
4235
|
:device_arn)
|
4236
|
+
SENSITIVE = []
|
4053
4237
|
include Aws::Structure
|
4054
4238
|
end
|
4055
4239
|
|
@@ -4068,6 +4252,7 @@ module Aws::AlexaForBusiness
|
|
4068
4252
|
#
|
4069
4253
|
class RejectSkillRequest < Struct.new(
|
4070
4254
|
:skill_id)
|
4255
|
+
SENSITIVE = []
|
4071
4256
|
include Aws::Structure
|
4072
4257
|
end
|
4073
4258
|
|
@@ -4093,6 +4278,7 @@ module Aws::AlexaForBusiness
|
|
4093
4278
|
class RequireCheckIn < Struct.new(
|
4094
4279
|
:release_after_minutes,
|
4095
4280
|
:enabled)
|
4281
|
+
SENSITIVE = []
|
4096
4282
|
include Aws::Structure
|
4097
4283
|
end
|
4098
4284
|
|
@@ -4117,6 +4303,7 @@ module Aws::AlexaForBusiness
|
|
4117
4303
|
class ResolveRoomRequest < Struct.new(
|
4118
4304
|
:user_id,
|
4119
4305
|
:skill_id)
|
4306
|
+
SENSITIVE = []
|
4120
4307
|
include Aws::Structure
|
4121
4308
|
end
|
4122
4309
|
|
@@ -4138,6 +4325,7 @@ module Aws::AlexaForBusiness
|
|
4138
4325
|
:room_arn,
|
4139
4326
|
:room_name,
|
4140
4327
|
:room_skill_parameters)
|
4328
|
+
SENSITIVE = []
|
4141
4329
|
include Aws::Structure
|
4142
4330
|
end
|
4143
4331
|
|
@@ -4150,6 +4338,7 @@ module Aws::AlexaForBusiness
|
|
4150
4338
|
#
|
4151
4339
|
class ResourceAssociatedException < Struct.new(
|
4152
4340
|
:message)
|
4341
|
+
SENSITIVE = []
|
4153
4342
|
include Aws::Structure
|
4154
4343
|
end
|
4155
4344
|
|
@@ -4168,6 +4357,7 @@ module Aws::AlexaForBusiness
|
|
4168
4357
|
class ResourceInUseException < Struct.new(
|
4169
4358
|
:message,
|
4170
4359
|
:client_request_token)
|
4360
|
+
SENSITIVE = []
|
4171
4361
|
include Aws::Structure
|
4172
4362
|
end
|
4173
4363
|
|
@@ -4193,6 +4383,7 @@ module Aws::AlexaForBusiness
|
|
4193
4383
|
class RevokeInvitationRequest < Struct.new(
|
4194
4384
|
:user_arn,
|
4195
4385
|
:enrollment_id)
|
4386
|
+
SENSITIVE = []
|
4196
4387
|
include Aws::Structure
|
4197
4388
|
end
|
4198
4389
|
|
@@ -4230,6 +4421,7 @@ module Aws::AlexaForBusiness
|
|
4230
4421
|
:description,
|
4231
4422
|
:provider_calendar_id,
|
4232
4423
|
:profile_arn)
|
4424
|
+
SENSITIVE = []
|
4233
4425
|
include Aws::Structure
|
4234
4426
|
end
|
4235
4427
|
|
@@ -4268,6 +4460,7 @@ module Aws::AlexaForBusiness
|
|
4268
4460
|
:provider_calendar_id,
|
4269
4461
|
:profile_arn,
|
4270
4462
|
:profile_name)
|
4463
|
+
SENSITIVE = []
|
4271
4464
|
include Aws::Structure
|
4272
4465
|
end
|
4273
4466
|
|
@@ -4296,6 +4489,7 @@ module Aws::AlexaForBusiness
|
|
4296
4489
|
class RoomSkillParameter < Struct.new(
|
4297
4490
|
:parameter_key,
|
4298
4491
|
:parameter_value)
|
4492
|
+
SENSITIVE = []
|
4299
4493
|
include Aws::Structure
|
4300
4494
|
end
|
4301
4495
|
|
@@ -4350,6 +4544,7 @@ module Aws::AlexaForBusiness
|
|
4350
4544
|
:sort_criteria,
|
4351
4545
|
:next_token,
|
4352
4546
|
:max_results)
|
4547
|
+
SENSITIVE = []
|
4353
4548
|
include Aws::Structure
|
4354
4549
|
end
|
4355
4550
|
|
@@ -4372,6 +4567,7 @@ module Aws::AlexaForBusiness
|
|
4372
4567
|
:address_books,
|
4373
4568
|
:next_token,
|
4374
4569
|
:total_count)
|
4570
|
+
SENSITIVE = []
|
4375
4571
|
include Aws::Structure
|
4376
4572
|
end
|
4377
4573
|
|
@@ -4427,6 +4623,7 @@ module Aws::AlexaForBusiness
|
|
4427
4623
|
:sort_criteria,
|
4428
4624
|
:next_token,
|
4429
4625
|
:max_results)
|
4626
|
+
SENSITIVE = []
|
4430
4627
|
include Aws::Structure
|
4431
4628
|
end
|
4432
4629
|
|
@@ -4449,6 +4646,7 @@ module Aws::AlexaForBusiness
|
|
4449
4646
|
:contacts,
|
4450
4647
|
:next_token,
|
4451
4648
|
:total_count)
|
4649
|
+
SENSITIVE = []
|
4452
4650
|
include Aws::Structure
|
4453
4651
|
end
|
4454
4652
|
|
@@ -4508,6 +4706,7 @@ module Aws::AlexaForBusiness
|
|
4508
4706
|
:max_results,
|
4509
4707
|
:filters,
|
4510
4708
|
:sort_criteria)
|
4709
|
+
SENSITIVE = []
|
4511
4710
|
include Aws::Structure
|
4512
4711
|
end
|
4513
4712
|
|
@@ -4530,6 +4729,7 @@ module Aws::AlexaForBusiness
|
|
4530
4729
|
:devices,
|
4531
4730
|
:next_token,
|
4532
4731
|
:total_count)
|
4732
|
+
SENSITIVE = []
|
4533
4733
|
include Aws::Structure
|
4534
4734
|
end
|
4535
4735
|
|
@@ -4585,6 +4785,7 @@ module Aws::AlexaForBusiness
|
|
4585
4785
|
:max_results,
|
4586
4786
|
:filters,
|
4587
4787
|
:sort_criteria)
|
4788
|
+
SENSITIVE = []
|
4588
4789
|
include Aws::Structure
|
4589
4790
|
end
|
4590
4791
|
|
@@ -4610,6 +4811,7 @@ module Aws::AlexaForBusiness
|
|
4610
4811
|
:network_profiles,
|
4611
4812
|
:next_token,
|
4612
4813
|
:total_count)
|
4814
|
+
SENSITIVE = []
|
4613
4815
|
include Aws::Structure
|
4614
4816
|
end
|
4615
4817
|
|
@@ -4664,6 +4866,7 @@ module Aws::AlexaForBusiness
|
|
4664
4866
|
:max_results,
|
4665
4867
|
:filters,
|
4666
4868
|
:sort_criteria)
|
4869
|
+
SENSITIVE = []
|
4667
4870
|
include Aws::Structure
|
4668
4871
|
end
|
4669
4872
|
|
@@ -4686,6 +4889,7 @@ module Aws::AlexaForBusiness
|
|
4686
4889
|
:profiles,
|
4687
4890
|
:next_token,
|
4688
4891
|
:total_count)
|
4892
|
+
SENSITIVE = []
|
4689
4893
|
include Aws::Structure
|
4690
4894
|
end
|
4691
4895
|
|
@@ -4740,6 +4944,7 @@ module Aws::AlexaForBusiness
|
|
4740
4944
|
:max_results,
|
4741
4945
|
:filters,
|
4742
4946
|
:sort_criteria)
|
4947
|
+
SENSITIVE = []
|
4743
4948
|
include Aws::Structure
|
4744
4949
|
end
|
4745
4950
|
|
@@ -4762,6 +4967,7 @@ module Aws::AlexaForBusiness
|
|
4762
4967
|
:rooms,
|
4763
4968
|
:next_token,
|
4764
4969
|
:total_count)
|
4970
|
+
SENSITIVE = []
|
4765
4971
|
include Aws::Structure
|
4766
4972
|
end
|
4767
4973
|
|
@@ -4816,6 +5022,7 @@ module Aws::AlexaForBusiness
|
|
4816
5022
|
:max_results,
|
4817
5023
|
:filters,
|
4818
5024
|
:sort_criteria)
|
5025
|
+
SENSITIVE = []
|
4819
5026
|
include Aws::Structure
|
4820
5027
|
end
|
4821
5028
|
|
@@ -4837,6 +5044,7 @@ module Aws::AlexaForBusiness
|
|
4837
5044
|
:skill_groups,
|
4838
5045
|
:next_token,
|
4839
5046
|
:total_count)
|
5047
|
+
SENSITIVE = []
|
4840
5048
|
include Aws::Structure
|
4841
5049
|
end
|
4842
5050
|
|
@@ -4893,6 +5101,7 @@ module Aws::AlexaForBusiness
|
|
4893
5101
|
:max_results,
|
4894
5102
|
:filters,
|
4895
5103
|
:sort_criteria)
|
5104
|
+
SENSITIVE = []
|
4896
5105
|
include Aws::Structure
|
4897
5106
|
end
|
4898
5107
|
|
@@ -4915,6 +5124,7 @@ module Aws::AlexaForBusiness
|
|
4915
5124
|
:users,
|
4916
5125
|
:next_token,
|
4917
5126
|
:total_count)
|
5127
|
+
SENSITIVE = []
|
4918
5128
|
include Aws::Structure
|
4919
5129
|
end
|
4920
5130
|
|
@@ -4984,6 +5194,7 @@ module Aws::AlexaForBusiness
|
|
4984
5194
|
:content,
|
4985
5195
|
:time_to_live_in_seconds,
|
4986
5196
|
:client_request_token)
|
5197
|
+
SENSITIVE = []
|
4987
5198
|
include Aws::Structure
|
4988
5199
|
end
|
4989
5200
|
|
@@ -4995,6 +5206,7 @@ module Aws::AlexaForBusiness
|
|
4995
5206
|
#
|
4996
5207
|
class SendAnnouncementResponse < Struct.new(
|
4997
5208
|
:announcement_arn)
|
5209
|
+
SENSITIVE = []
|
4998
5210
|
include Aws::Structure
|
4999
5211
|
end
|
5000
5212
|
|
@@ -5013,6 +5225,7 @@ module Aws::AlexaForBusiness
|
|
5013
5225
|
#
|
5014
5226
|
class SendInvitationRequest < Struct.new(
|
5015
5227
|
:user_arn)
|
5228
|
+
SENSITIVE = []
|
5016
5229
|
include Aws::Structure
|
5017
5230
|
end
|
5018
5231
|
|
@@ -5044,6 +5257,7 @@ module Aws::AlexaForBusiness
|
|
5044
5257
|
class SipAddress < Struct.new(
|
5045
5258
|
:uri,
|
5046
5259
|
:type)
|
5260
|
+
SENSITIVE = [:uri, :type]
|
5047
5261
|
include Aws::Structure
|
5048
5262
|
end
|
5049
5263
|
|
@@ -5084,6 +5298,8 @@ module Aws::AlexaForBusiness
|
|
5084
5298
|
# @return [Array<String>]
|
5085
5299
|
#
|
5086
5300
|
# @!attribute [rw] reviews
|
5301
|
+
# *This member has been deprecated.*
|
5302
|
+
#
|
5087
5303
|
# The list of reviews for the skill, including Key and Value pair.
|
5088
5304
|
# @return [Hash<String,String>]
|
5089
5305
|
#
|
@@ -5104,6 +5320,7 @@ module Aws::AlexaForBusiness
|
|
5104
5320
|
:skill_types,
|
5105
5321
|
:reviews,
|
5106
5322
|
:developer_info)
|
5323
|
+
SENSITIVE = []
|
5107
5324
|
include Aws::Structure
|
5108
5325
|
end
|
5109
5326
|
|
@@ -5127,6 +5344,7 @@ module Aws::AlexaForBusiness
|
|
5127
5344
|
:skill_group_arn,
|
5128
5345
|
:skill_group_name,
|
5129
5346
|
:description)
|
5347
|
+
SENSITIVE = []
|
5130
5348
|
include Aws::Structure
|
5131
5349
|
end
|
5132
5350
|
|
@@ -5150,6 +5368,7 @@ module Aws::AlexaForBusiness
|
|
5150
5368
|
:skill_group_arn,
|
5151
5369
|
:skill_group_name,
|
5152
5370
|
:description)
|
5371
|
+
SENSITIVE = []
|
5153
5372
|
include Aws::Structure
|
5154
5373
|
end
|
5155
5374
|
|
@@ -5162,6 +5381,7 @@ module Aws::AlexaForBusiness
|
|
5162
5381
|
#
|
5163
5382
|
class SkillNotLinkedException < Struct.new(
|
5164
5383
|
:message)
|
5384
|
+
SENSITIVE = []
|
5165
5385
|
include Aws::Structure
|
5166
5386
|
end
|
5167
5387
|
|
@@ -5196,6 +5416,7 @@ module Aws::AlexaForBusiness
|
|
5196
5416
|
:supports_linking,
|
5197
5417
|
:enablement_type,
|
5198
5418
|
:skill_type)
|
5419
|
+
SENSITIVE = []
|
5199
5420
|
include Aws::Structure
|
5200
5421
|
end
|
5201
5422
|
|
@@ -5239,6 +5460,7 @@ module Aws::AlexaForBusiness
|
|
5239
5460
|
:sample_utterances,
|
5240
5461
|
:skill_details,
|
5241
5462
|
:supports_linking)
|
5463
|
+
SENSITIVE = []
|
5242
5464
|
include Aws::Structure
|
5243
5465
|
end
|
5244
5466
|
|
@@ -5263,6 +5485,7 @@ module Aws::AlexaForBusiness
|
|
5263
5485
|
:friendly_name,
|
5264
5486
|
:description,
|
5265
5487
|
:manufacturer_name)
|
5488
|
+
SENSITIVE = []
|
5266
5489
|
include Aws::Structure
|
5267
5490
|
end
|
5268
5491
|
|
@@ -5289,6 +5512,7 @@ module Aws::AlexaForBusiness
|
|
5289
5512
|
class Sort < Struct.new(
|
5290
5513
|
:key,
|
5291
5514
|
:value)
|
5515
|
+
SENSITIVE = []
|
5292
5516
|
include Aws::Structure
|
5293
5517
|
end
|
5294
5518
|
|
@@ -5320,6 +5544,7 @@ module Aws::AlexaForBusiness
|
|
5320
5544
|
class Ssml < Struct.new(
|
5321
5545
|
:locale,
|
5322
5546
|
:value)
|
5547
|
+
SENSITIVE = []
|
5323
5548
|
include Aws::Structure
|
5324
5549
|
end
|
5325
5550
|
|
@@ -5351,6 +5576,7 @@ module Aws::AlexaForBusiness
|
|
5351
5576
|
:room_arn,
|
5352
5577
|
:device_arn,
|
5353
5578
|
:features)
|
5579
|
+
SENSITIVE = []
|
5354
5580
|
include Aws::Structure
|
5355
5581
|
end
|
5356
5582
|
|
@@ -5373,6 +5599,7 @@ module Aws::AlexaForBusiness
|
|
5373
5599
|
#
|
5374
5600
|
class StartSmartHomeApplianceDiscoveryRequest < Struct.new(
|
5375
5601
|
:room_arn)
|
5602
|
+
SENSITIVE = []
|
5376
5603
|
include Aws::Structure
|
5377
5604
|
end
|
5378
5605
|
|
@@ -5403,6 +5630,7 @@ module Aws::AlexaForBusiness
|
|
5403
5630
|
class Tag < Struct.new(
|
5404
5631
|
:key,
|
5405
5632
|
:value)
|
5633
|
+
SENSITIVE = []
|
5406
5634
|
include Aws::Structure
|
5407
5635
|
end
|
5408
5636
|
|
@@ -5433,6 +5661,7 @@ module Aws::AlexaForBusiness
|
|
5433
5661
|
class TagResourceRequest < Struct.new(
|
5434
5662
|
:arn,
|
5435
5663
|
:tags)
|
5664
|
+
SENSITIVE = []
|
5436
5665
|
include Aws::Structure
|
5437
5666
|
end
|
5438
5667
|
|
@@ -5463,6 +5692,7 @@ module Aws::AlexaForBusiness
|
|
5463
5692
|
class Text < Struct.new(
|
5464
5693
|
:locale,
|
5465
5694
|
:value)
|
5695
|
+
SENSITIVE = []
|
5466
5696
|
include Aws::Structure
|
5467
5697
|
end
|
5468
5698
|
|
@@ -5476,6 +5706,7 @@ module Aws::AlexaForBusiness
|
|
5476
5706
|
#
|
5477
5707
|
class UnauthorizedException < Struct.new(
|
5478
5708
|
:message)
|
5709
|
+
SENSITIVE = []
|
5479
5710
|
include Aws::Structure
|
5480
5711
|
end
|
5481
5712
|
|
@@ -5502,6 +5733,7 @@ module Aws::AlexaForBusiness
|
|
5502
5733
|
class UntagResourceRequest < Struct.new(
|
5503
5734
|
:arn,
|
5504
5735
|
:tag_keys)
|
5736
|
+
SENSITIVE = []
|
5505
5737
|
include Aws::Structure
|
5506
5738
|
end
|
5507
5739
|
|
@@ -5536,6 +5768,7 @@ module Aws::AlexaForBusiness
|
|
5536
5768
|
:address_book_arn,
|
5537
5769
|
:name,
|
5538
5770
|
:description)
|
5771
|
+
SENSITIVE = []
|
5539
5772
|
include Aws::Structure
|
5540
5773
|
end
|
5541
5774
|
|
@@ -5591,6 +5824,7 @@ module Aws::AlexaForBusiness
|
|
5591
5824
|
:format,
|
5592
5825
|
:schedule_name,
|
5593
5826
|
:recurrence)
|
5827
|
+
SENSITIVE = []
|
5594
5828
|
include Aws::Structure
|
5595
5829
|
end
|
5596
5830
|
|
@@ -5647,6 +5881,7 @@ module Aws::AlexaForBusiness
|
|
5647
5881
|
:ip_dial_in,
|
5648
5882
|
:pstn_dial_in,
|
5649
5883
|
:meeting_setting)
|
5884
|
+
SENSITIVE = []
|
5650
5885
|
include Aws::Structure
|
5651
5886
|
end
|
5652
5887
|
|
@@ -5718,6 +5953,7 @@ module Aws::AlexaForBusiness
|
|
5718
5953
|
:phone_number,
|
5719
5954
|
:phone_numbers,
|
5720
5955
|
:sip_addresses)
|
5956
|
+
SENSITIVE = [:phone_number]
|
5721
5957
|
include Aws::Structure
|
5722
5958
|
end
|
5723
5959
|
|
@@ -5746,6 +5982,7 @@ module Aws::AlexaForBusiness
|
|
5746
5982
|
class UpdateDeviceRequest < Struct.new(
|
5747
5983
|
:device_arn,
|
5748
5984
|
:device_name)
|
5985
|
+
SENSITIVE = []
|
5749
5986
|
include Aws::Structure
|
5750
5987
|
end
|
5751
5988
|
|
@@ -5787,6 +6024,7 @@ module Aws::AlexaForBusiness
|
|
5787
6024
|
:reminder_at_minutes,
|
5788
6025
|
:reminder_type,
|
5789
6026
|
:enabled)
|
6027
|
+
SENSITIVE = []
|
5790
6028
|
include Aws::Structure
|
5791
6029
|
end
|
5792
6030
|
|
@@ -5817,6 +6055,7 @@ module Aws::AlexaForBusiness
|
|
5817
6055
|
:gateway_group_arn,
|
5818
6056
|
:name,
|
5819
6057
|
:description)
|
6058
|
+
SENSITIVE = []
|
5820
6059
|
include Aws::Structure
|
5821
6060
|
end
|
5822
6061
|
|
@@ -5858,6 +6097,7 @@ module Aws::AlexaForBusiness
|
|
5858
6097
|
:name,
|
5859
6098
|
:description,
|
5860
6099
|
:software_version)
|
6100
|
+
SENSITIVE = []
|
5861
6101
|
include Aws::Structure
|
5862
6102
|
end
|
5863
6103
|
|
@@ -5892,6 +6132,7 @@ module Aws::AlexaForBusiness
|
|
5892
6132
|
class UpdateInstantBooking < Struct.new(
|
5893
6133
|
:duration_in_minutes,
|
5894
6134
|
:enabled)
|
6135
|
+
SENSITIVE = []
|
5895
6136
|
include Aws::Structure
|
5896
6137
|
end
|
5897
6138
|
|
@@ -5946,6 +6187,7 @@ module Aws::AlexaForBusiness
|
|
5946
6187
|
:end_of_meeting_reminder,
|
5947
6188
|
:instant_booking,
|
5948
6189
|
:require_check_in)
|
6190
|
+
SENSITIVE = []
|
5949
6191
|
include Aws::Structure
|
5950
6192
|
end
|
5951
6193
|
|
@@ -6006,6 +6248,7 @@ module Aws::AlexaForBusiness
|
|
6006
6248
|
:next_password,
|
6007
6249
|
:certificate_authority_arn,
|
6008
6250
|
:trust_anchors)
|
6251
|
+
SENSITIVE = [:current_password, :next_password]
|
6009
6252
|
include Aws::Structure
|
6010
6253
|
end
|
6011
6254
|
|
@@ -6117,6 +6360,7 @@ module Aws::AlexaForBusiness
|
|
6117
6360
|
:max_volume_limit,
|
6118
6361
|
:pstn_enabled,
|
6119
6362
|
:meeting_room_configuration)
|
6363
|
+
SENSITIVE = []
|
6120
6364
|
include Aws::Structure
|
6121
6365
|
end
|
6122
6366
|
|
@@ -6151,6 +6395,7 @@ module Aws::AlexaForBusiness
|
|
6151
6395
|
class UpdateRequireCheckIn < Struct.new(
|
6152
6396
|
:release_after_minutes,
|
6153
6397
|
:enabled)
|
6398
|
+
SENSITIVE = []
|
6154
6399
|
include Aws::Structure
|
6155
6400
|
end
|
6156
6401
|
|
@@ -6193,6 +6438,7 @@ module Aws::AlexaForBusiness
|
|
6193
6438
|
:description,
|
6194
6439
|
:provider_calendar_id,
|
6195
6440
|
:profile_arn)
|
6441
|
+
SENSITIVE = []
|
6196
6442
|
include Aws::Structure
|
6197
6443
|
end
|
6198
6444
|
|
@@ -6227,6 +6473,7 @@ module Aws::AlexaForBusiness
|
|
6227
6473
|
:skill_group_arn,
|
6228
6474
|
:skill_group_name,
|
6229
6475
|
:description)
|
6476
|
+
SENSITIVE = []
|
6230
6477
|
include Aws::Structure
|
6231
6478
|
end
|
6232
6479
|
|
@@ -6269,6 +6516,7 @@ module Aws::AlexaForBusiness
|
|
6269
6516
|
:email,
|
6270
6517
|
:enrollment_status,
|
6271
6518
|
:enrollment_id)
|
6519
|
+
SENSITIVE = []
|
6272
6520
|
include Aws::Structure
|
6273
6521
|
end
|
6274
6522
|
|