aws-sdk-alexaforbusiness 1.38.0 → 1.43.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2801c906c44fa835f123ea54d11d530d45906724aceb48418c19abcaac040c6
4
- data.tar.gz: 2cba24621262d97cb3440fb328b23d851f0e2f0b880af5fa245da1ae0e0ef6a0
3
+ metadata.gz: 26721f360f644ec8ab0f31c6418a635d047683db98c43974087e3a68c6d0c721
4
+ data.tar.gz: 479571022bb77bec86e96fd9c9a3f8c7be545ad795390b6dee3e396af4f4ea27
5
5
  SHA512:
6
- metadata.gz: 4e62a0a8877c2755e1ae1d8002a87dc962fddd8691b67e65d097b69fe75ecee7d0d8f5af68ca1ecb30adfa2379f97a2816473f0bf1383b77354cec75eae35e62
7
- data.tar.gz: 90ab9b10646743bdc21cd04d3d5cb5b22fce844e1332d0cd898a1d0fe139af39694d1c371c5d507f960167c62aeeec7c1b7359555936c9d02380a13ce5be09dd
6
+ metadata.gz: f8e0972ca7a61232e7c08b7b368038c4df1cd3cd9fc699a34294a7e5e932508a9b885153556ff7777e59da8ff29c5d334756c36902e2d05dace7a1eb9ee26413
7
+ data.tar.gz: a6f8e0e3c8240b9908654083f8e2010903bb57166cb5dbea811fa88fb45800218b1b8823b932236413d0d8714aa3b82cb870f4258ba536ad0f03724bd79ba5ab
@@ -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:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::AlexaForBusiness
47
50
 
48
- GEM_VERSION = '1.38.0'
51
+ GEM_VERSION = '1.43.0'
49
52
 
50
53
  end
@@ -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:
@@ -83,13 +85,28 @@ module Aws::AlexaForBusiness
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::AlexaForBusiness
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -2701,7 +2718,7 @@ module Aws::AlexaForBusiness
2701
2718
  # @option params [required, String] :product_id
2702
2719
  # The product ID used to identify your AVS device during authorization.
2703
2720
  #
2704
- # @option params [required, String] :device_serial_number
2721
+ # @option params [String] :device_serial_number
2705
2722
  # The key generated by the OEM that uniquely identifies a specified
2706
2723
  # instance of your AVS device.
2707
2724
  #
@@ -2709,6 +2726,9 @@ module Aws::AlexaForBusiness
2709
2726
  # The device type ID for your AVS device generated by Amazon when the
2710
2727
  # OEM creates a new product on Amazon's Developer Console.
2711
2728
  #
2729
+ # @option params [String] :room_arn
2730
+ # The ARN of the room with which to associate your AVS device.
2731
+ #
2712
2732
  # @return [Types::RegisterAVSDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2713
2733
  #
2714
2734
  # * {Types::RegisterAVSDeviceResponse#device_arn #device_arn} => String
@@ -2719,8 +2739,9 @@ module Aws::AlexaForBusiness
2719
2739
  # client_id: "ClientId", # required
2720
2740
  # user_code: "UserCode", # required
2721
2741
  # product_id: "ProductId", # required
2722
- # device_serial_number: "DeviceSerialNumberForAVS", # required
2742
+ # device_serial_number: "DeviceSerialNumberForAVS",
2723
2743
  # amazon_id: "AmazonId", # required
2744
+ # room_arn: "Arn",
2724
2745
  # })
2725
2746
  #
2726
2747
  # @example Response structure
@@ -4138,7 +4159,7 @@ module Aws::AlexaForBusiness
4138
4159
  params: params,
4139
4160
  config: config)
4140
4161
  context[:gem_name] = 'aws-sdk-alexaforbusiness'
4141
- context[:gem_version] = '1.38.0'
4162
+ context[:gem_version] = '1.43.0'
4142
4163
  Seahorse::Client::Request.new(handlers, context)
4143
4164
  end
4144
4165
 
@@ -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:
@@ -1247,8 +1249,9 @@ module Aws::AlexaForBusiness
1247
1249
  RegisterAVSDeviceRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "ClientId"))
1248
1250
  RegisterAVSDeviceRequest.add_member(:user_code, Shapes::ShapeRef.new(shape: UserCode, required: true, location_name: "UserCode"))
1249
1251
  RegisterAVSDeviceRequest.add_member(:product_id, Shapes::ShapeRef.new(shape: ProductId, required: true, location_name: "ProductId"))
1250
- RegisterAVSDeviceRequest.add_member(:device_serial_number, Shapes::ShapeRef.new(shape: DeviceSerialNumberForAVS, required: true, location_name: "DeviceSerialNumber"))
1252
+ RegisterAVSDeviceRequest.add_member(:device_serial_number, Shapes::ShapeRef.new(shape: DeviceSerialNumberForAVS, location_name: "DeviceSerialNumber"))
1251
1253
  RegisterAVSDeviceRequest.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, required: true, location_name: "AmazonId"))
1254
+ RegisterAVSDeviceRequest.add_member(:room_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoomArn"))
1252
1255
  RegisterAVSDeviceRequest.struct_class = Types::RegisterAVSDeviceRequest
1253
1256
 
1254
1257
  RegisterAVSDeviceResponse.add_member(:device_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DeviceArn"))
@@ -2362,6 +2365,7 @@ module Aws::AlexaForBusiness
2362
2365
  o.output = Shapes::ShapeRef.new(shape: RegisterAVSDeviceResponse)
2363
2366
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2364
2367
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2368
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2365
2369
  o.errors << Shapes::ShapeRef.new(shape: InvalidDeviceException)
2366
2370
  end)
2367
2371
 
@@ -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:
@@ -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:
@@ -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
 
@@ -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
 
@@ -796,6 +823,7 @@ module Aws::AlexaForBusiness
796
823
  :recurrence,
797
824
  :client_request_token,
798
825
  :tags)
826
+ SENSITIVE = []
799
827
  include Aws::Structure
800
828
  end
801
829
 
@@ -807,6 +835,7 @@ module Aws::AlexaForBusiness
807
835
  #
808
836
  class CreateBusinessReportScheduleResponse < Struct.new(
809
837
  :schedule_arn)
838
+ SENSITIVE = []
810
839
  include Aws::Structure
811
840
  end
812
841
 
@@ -868,6 +897,7 @@ module Aws::AlexaForBusiness
868
897
  :pstn_dial_in,
869
898
  :meeting_setting,
870
899
  :client_request_token)
900
+ SENSITIVE = []
871
901
  include Aws::Structure
872
902
  end
873
903
 
@@ -879,6 +909,7 @@ module Aws::AlexaForBusiness
879
909
  #
880
910
  class CreateConferenceProviderResponse < Struct.new(
881
911
  :conference_provider_arn)
912
+ SENSITIVE = []
882
913
  include Aws::Structure
883
914
  end
884
915
 
@@ -952,6 +983,7 @@ module Aws::AlexaForBusiness
952
983
  :phone_numbers,
953
984
  :sip_addresses,
954
985
  :client_request_token)
986
+ SENSITIVE = [:phone_number]
955
987
  include Aws::Structure
956
988
  end
957
989
 
@@ -963,6 +995,7 @@ module Aws::AlexaForBusiness
963
995
  #
964
996
  class CreateContactResponse < Struct.new(
965
997
  :contact_arn)
998
+ SENSITIVE = []
966
999
  include Aws::Structure
967
1000
  end
968
1001
 
@@ -998,6 +1031,7 @@ module Aws::AlexaForBusiness
998
1031
  :reminder_at_minutes,
999
1032
  :reminder_type,
1000
1033
  :enabled)
1034
+ SENSITIVE = []
1001
1035
  include Aws::Structure
1002
1036
  end
1003
1037
 
@@ -1032,6 +1066,7 @@ module Aws::AlexaForBusiness
1032
1066
  :name,
1033
1067
  :description,
1034
1068
  :client_request_token)
1069
+ SENSITIVE = []
1035
1070
  include Aws::Structure
1036
1071
  end
1037
1072
 
@@ -1043,6 +1078,7 @@ module Aws::AlexaForBusiness
1043
1078
  #
1044
1079
  class CreateGatewayGroupResponse < Struct.new(
1045
1080
  :gateway_group_arn)
1081
+ SENSITIVE = []
1046
1082
  include Aws::Structure
1047
1083
  end
1048
1084
 
@@ -1074,6 +1110,7 @@ module Aws::AlexaForBusiness
1074
1110
  class CreateInstantBooking < Struct.new(
1075
1111
  :duration_in_minutes,
1076
1112
  :enabled)
1113
+ SENSITIVE = []
1077
1114
  include Aws::Structure
1078
1115
  end
1079
1116
 
@@ -1128,6 +1165,7 @@ module Aws::AlexaForBusiness
1128
1165
  :end_of_meeting_reminder,
1129
1166
  :instant_booking,
1130
1167
  :require_check_in)
1168
+ SENSITIVE = []
1131
1169
  include Aws::Structure
1132
1170
  end
1133
1171
 
@@ -1212,6 +1250,7 @@ module Aws::AlexaForBusiness
1212
1250
  :certificate_authority_arn,
1213
1251
  :trust_anchors,
1214
1252
  :client_request_token)
1253
+ SENSITIVE = [:current_password, :next_password]
1215
1254
  include Aws::Structure
1216
1255
  end
1217
1256
 
@@ -1223,6 +1262,7 @@ module Aws::AlexaForBusiness
1223
1262
  #
1224
1263
  class CreateNetworkProfileResponse < Struct.new(
1225
1264
  :network_profile_arn)
1265
+ SENSITIVE = []
1226
1266
  include Aws::Structure
1227
1267
  end
1228
1268
 
@@ -1338,6 +1378,7 @@ module Aws::AlexaForBusiness
1338
1378
  :pstn_enabled,
1339
1379
  :meeting_room_configuration,
1340
1380
  :tags)
1381
+ SENSITIVE = []
1341
1382
  include Aws::Structure
1342
1383
  end
1343
1384
 
@@ -1349,6 +1390,7 @@ module Aws::AlexaForBusiness
1349
1390
  #
1350
1391
  class CreateProfileResponse < Struct.new(
1351
1392
  :profile_arn)
1393
+ SENSITIVE = []
1352
1394
  include Aws::Structure
1353
1395
  end
1354
1396
 
@@ -1379,6 +1421,7 @@ module Aws::AlexaForBusiness
1379
1421
  class CreateRequireCheckIn < Struct.new(
1380
1422
  :release_after_minutes,
1381
1423
  :enabled)
1424
+ SENSITIVE = []
1382
1425
  include Aws::Structure
1383
1426
  end
1384
1427
 
@@ -1436,6 +1479,7 @@ module Aws::AlexaForBusiness
1436
1479
  :provider_calendar_id,
1437
1480
  :client_request_token,
1438
1481
  :tags)
1482
+ SENSITIVE = []
1439
1483
  include Aws::Structure
1440
1484
  end
1441
1485
 
@@ -1447,6 +1491,7 @@ module Aws::AlexaForBusiness
1447
1491
  #
1448
1492
  class CreateRoomResponse < Struct.new(
1449
1493
  :room_arn)
1494
+ SENSITIVE = []
1450
1495
  include Aws::Structure
1451
1496
  end
1452
1497
 
@@ -1492,6 +1537,7 @@ module Aws::AlexaForBusiness
1492
1537
  :description,
1493
1538
  :client_request_token,
1494
1539
  :tags)
1540
+ SENSITIVE = []
1495
1541
  include Aws::Structure
1496
1542
  end
1497
1543
 
@@ -1503,6 +1549,7 @@ module Aws::AlexaForBusiness
1503
1549
  #
1504
1550
  class CreateSkillGroupResponse < Struct.new(
1505
1551
  :skill_group_arn)
1552
+ SENSITIVE = []
1506
1553
  include Aws::Structure
1507
1554
  end
1508
1555
 
@@ -1560,6 +1607,7 @@ module Aws::AlexaForBusiness
1560
1607
  :email,
1561
1608
  :client_request_token,
1562
1609
  :tags)
1610
+ SENSITIVE = []
1563
1611
  include Aws::Structure
1564
1612
  end
1565
1613
 
@@ -1571,6 +1619,7 @@ module Aws::AlexaForBusiness
1571
1619
  #
1572
1620
  class CreateUserResponse < Struct.new(
1573
1621
  :user_arn)
1622
+ SENSITIVE = []
1574
1623
  include Aws::Structure
1575
1624
  end
1576
1625
 
@@ -1589,6 +1638,7 @@ module Aws::AlexaForBusiness
1589
1638
  #
1590
1639
  class DeleteAddressBookRequest < Struct.new(
1591
1640
  :address_book_arn)
1641
+ SENSITIVE = []
1592
1642
  include Aws::Structure
1593
1643
  end
1594
1644
 
@@ -1611,6 +1661,7 @@ module Aws::AlexaForBusiness
1611
1661
  #
1612
1662
  class DeleteBusinessReportScheduleRequest < Struct.new(
1613
1663
  :schedule_arn)
1664
+ SENSITIVE = []
1614
1665
  include Aws::Structure
1615
1666
  end
1616
1667
 
@@ -1633,6 +1684,7 @@ module Aws::AlexaForBusiness
1633
1684
  #
1634
1685
  class DeleteConferenceProviderRequest < Struct.new(
1635
1686
  :conference_provider_arn)
1687
+ SENSITIVE = []
1636
1688
  include Aws::Structure
1637
1689
  end
1638
1690
 
@@ -1655,6 +1707,7 @@ module Aws::AlexaForBusiness
1655
1707
  #
1656
1708
  class DeleteContactRequest < Struct.new(
1657
1709
  :contact_arn)
1710
+ SENSITIVE = []
1658
1711
  include Aws::Structure
1659
1712
  end
1660
1713
 
@@ -1677,6 +1730,7 @@ module Aws::AlexaForBusiness
1677
1730
  #
1678
1731
  class DeleteDeviceRequest < Struct.new(
1679
1732
  :device_arn)
1733
+ SENSITIVE = []
1680
1734
  include Aws::Structure
1681
1735
  end
1682
1736
 
@@ -1705,6 +1759,7 @@ module Aws::AlexaForBusiness
1705
1759
  class DeleteDeviceUsageDataRequest < Struct.new(
1706
1760
  :device_arn,
1707
1761
  :device_usage_type)
1762
+ SENSITIVE = []
1708
1763
  include Aws::Structure
1709
1764
  end
1710
1765
 
@@ -1727,6 +1782,7 @@ module Aws::AlexaForBusiness
1727
1782
  #
1728
1783
  class DeleteGatewayGroupRequest < Struct.new(
1729
1784
  :gateway_group_arn)
1785
+ SENSITIVE = []
1730
1786
  include Aws::Structure
1731
1787
  end
1732
1788
 
@@ -1749,6 +1805,7 @@ module Aws::AlexaForBusiness
1749
1805
  #
1750
1806
  class DeleteNetworkProfileRequest < Struct.new(
1751
1807
  :network_profile_arn)
1808
+ SENSITIVE = []
1752
1809
  include Aws::Structure
1753
1810
  end
1754
1811
 
@@ -1771,6 +1828,7 @@ module Aws::AlexaForBusiness
1771
1828
  #
1772
1829
  class DeleteProfileRequest < Struct.new(
1773
1830
  :profile_arn)
1831
+ SENSITIVE = []
1774
1832
  include Aws::Structure
1775
1833
  end
1776
1834
 
@@ -1793,6 +1851,7 @@ module Aws::AlexaForBusiness
1793
1851
  #
1794
1852
  class DeleteRoomRequest < Struct.new(
1795
1853
  :room_arn)
1854
+ SENSITIVE = []
1796
1855
  include Aws::Structure
1797
1856
  end
1798
1857
 
@@ -1829,6 +1888,7 @@ module Aws::AlexaForBusiness
1829
1888
  :room_arn,
1830
1889
  :skill_id,
1831
1890
  :parameter_key)
1891
+ SENSITIVE = []
1832
1892
  include Aws::Structure
1833
1893
  end
1834
1894
 
@@ -1857,6 +1917,7 @@ module Aws::AlexaForBusiness
1857
1917
  class DeleteSkillAuthorizationRequest < Struct.new(
1858
1918
  :skill_id,
1859
1919
  :room_arn)
1920
+ SENSITIVE = []
1860
1921
  include Aws::Structure
1861
1922
  end
1862
1923
 
@@ -1879,6 +1940,7 @@ module Aws::AlexaForBusiness
1879
1940
  #
1880
1941
  class DeleteSkillGroupRequest < Struct.new(
1881
1942
  :skill_group_arn)
1943
+ SENSITIVE = []
1882
1944
  include Aws::Structure
1883
1945
  end
1884
1946
 
@@ -1907,6 +1969,7 @@ module Aws::AlexaForBusiness
1907
1969
  class DeleteUserRequest < Struct.new(
1908
1970
  :user_arn,
1909
1971
  :enrollment_id)
1972
+ SENSITIVE = []
1910
1973
  include Aws::Structure
1911
1974
  end
1912
1975
 
@@ -1939,6 +2002,7 @@ module Aws::AlexaForBusiness
1939
2002
  :privacy_policy,
1940
2003
  :email,
1941
2004
  :url)
2005
+ SENSITIVE = []
1942
2006
  include Aws::Structure
1943
2007
  end
1944
2008
 
@@ -1998,6 +2062,7 @@ module Aws::AlexaForBusiness
1998
2062
  :device_status,
1999
2063
  :device_status_info,
2000
2064
  :network_profile_info)
2065
+ SENSITIVE = []
2001
2066
  include Aws::Structure
2002
2067
  end
2003
2068
 
@@ -2071,6 +2136,7 @@ module Aws::AlexaForBusiness
2071
2136
  :room_name,
2072
2137
  :device_status_info,
2073
2138
  :created_time)
2139
+ SENSITIVE = []
2074
2140
  include Aws::Structure
2075
2141
  end
2076
2142
 
@@ -2094,6 +2160,7 @@ module Aws::AlexaForBusiness
2094
2160
  :type,
2095
2161
  :value,
2096
2162
  :timestamp)
2163
+ SENSITIVE = []
2097
2164
  include Aws::Structure
2098
2165
  end
2099
2166
 
@@ -2117,6 +2184,7 @@ module Aws::AlexaForBusiness
2117
2184
  :network_profile_arn,
2118
2185
  :certificate_arn,
2119
2186
  :certificate_expiration_time)
2187
+ SENSITIVE = []
2120
2188
  include Aws::Structure
2121
2189
  end
2122
2190
 
@@ -2130,6 +2198,7 @@ module Aws::AlexaForBusiness
2130
2198
  #
2131
2199
  class DeviceNotRegisteredException < Struct.new(
2132
2200
  :message)
2201
+ SENSITIVE = []
2133
2202
  include Aws::Structure
2134
2203
  end
2135
2204
 
@@ -2148,6 +2217,7 @@ module Aws::AlexaForBusiness
2148
2217
  class DeviceStatusDetail < Struct.new(
2149
2218
  :feature,
2150
2219
  :code)
2220
+ SENSITIVE = []
2151
2221
  include Aws::Structure
2152
2222
  end
2153
2223
 
@@ -2172,6 +2242,7 @@ module Aws::AlexaForBusiness
2172
2242
  :device_status_details,
2173
2243
  :connection_status,
2174
2244
  :connection_status_updated_time)
2245
+ SENSITIVE = []
2175
2246
  include Aws::Structure
2176
2247
  end
2177
2248
 
@@ -2196,6 +2267,7 @@ module Aws::AlexaForBusiness
2196
2267
  class DisassociateContactFromAddressBookRequest < Struct.new(
2197
2268
  :contact_arn,
2198
2269
  :address_book_arn)
2270
+ SENSITIVE = []
2199
2271
  include Aws::Structure
2200
2272
  end
2201
2273
 
@@ -2218,6 +2290,7 @@ module Aws::AlexaForBusiness
2218
2290
  #
2219
2291
  class DisassociateDeviceFromRoomRequest < Struct.new(
2220
2292
  :device_arn)
2293
+ SENSITIVE = []
2221
2294
  include Aws::Structure
2222
2295
  end
2223
2296
 
@@ -2246,6 +2319,7 @@ module Aws::AlexaForBusiness
2246
2319
  class DisassociateSkillFromSkillGroupRequest < Struct.new(
2247
2320
  :skill_group_arn,
2248
2321
  :skill_id)
2322
+ SENSITIVE = []
2249
2323
  include Aws::Structure
2250
2324
  end
2251
2325
 
@@ -2269,6 +2343,7 @@ module Aws::AlexaForBusiness
2269
2343
  #
2270
2344
  class DisassociateSkillFromUsersRequest < Struct.new(
2271
2345
  :skill_id)
2346
+ SENSITIVE = []
2272
2347
  include Aws::Structure
2273
2348
  end
2274
2349
 
@@ -2298,6 +2373,7 @@ module Aws::AlexaForBusiness
2298
2373
  class DisassociateSkillGroupFromRoomRequest < Struct.new(
2299
2374
  :skill_group_arn,
2300
2375
  :room_arn)
2376
+ SENSITIVE = []
2301
2377
  include Aws::Structure
2302
2378
  end
2303
2379
 
@@ -2328,6 +2404,7 @@ module Aws::AlexaForBusiness
2328
2404
  :reminder_at_minutes,
2329
2405
  :reminder_type,
2330
2406
  :enabled)
2407
+ SENSITIVE = []
2331
2408
  include Aws::Structure
2332
2409
  end
2333
2410
 
@@ -2356,6 +2433,7 @@ module Aws::AlexaForBusiness
2356
2433
  class Filter < Struct.new(
2357
2434
  :key,
2358
2435
  :values)
2436
+ SENSITIVE = []
2359
2437
  include Aws::Structure
2360
2438
  end
2361
2439
 
@@ -2374,6 +2452,7 @@ module Aws::AlexaForBusiness
2374
2452
  #
2375
2453
  class ForgetSmartHomeAppliancesRequest < Struct.new(
2376
2454
  :room_arn)
2455
+ SENSITIVE = []
2377
2456
  include Aws::Structure
2378
2457
  end
2379
2458
 
@@ -2412,6 +2491,7 @@ module Aws::AlexaForBusiness
2412
2491
  :description,
2413
2492
  :gateway_group_arn,
2414
2493
  :software_version)
2494
+ SENSITIVE = []
2415
2495
  include Aws::Structure
2416
2496
  end
2417
2497
 
@@ -2435,6 +2515,7 @@ module Aws::AlexaForBusiness
2435
2515
  :arn,
2436
2516
  :name,
2437
2517
  :description)
2518
+ SENSITIVE = []
2438
2519
  include Aws::Structure
2439
2520
  end
2440
2521
 
@@ -2458,6 +2539,7 @@ module Aws::AlexaForBusiness
2458
2539
  :arn,
2459
2540
  :name,
2460
2541
  :description)
2542
+ SENSITIVE = []
2461
2543
  include Aws::Structure
2462
2544
  end
2463
2545
 
@@ -2492,6 +2574,7 @@ module Aws::AlexaForBusiness
2492
2574
  :description,
2493
2575
  :gateway_group_arn,
2494
2576
  :software_version)
2577
+ SENSITIVE = []
2495
2578
  include Aws::Structure
2496
2579
  end
2497
2580
 
@@ -2510,6 +2593,7 @@ module Aws::AlexaForBusiness
2510
2593
  #
2511
2594
  class GetAddressBookRequest < Struct.new(
2512
2595
  :address_book_arn)
2596
+ SENSITIVE = []
2513
2597
  include Aws::Structure
2514
2598
  end
2515
2599
 
@@ -2521,6 +2605,7 @@ module Aws::AlexaForBusiness
2521
2605
  #
2522
2606
  class GetAddressBookResponse < Struct.new(
2523
2607
  :address_book)
2608
+ SENSITIVE = []
2524
2609
  include Aws::Structure
2525
2610
  end
2526
2611
 
@@ -2538,6 +2623,7 @@ module Aws::AlexaForBusiness
2538
2623
  #
2539
2624
  class GetConferencePreferenceResponse < Struct.new(
2540
2625
  :preference)
2626
+ SENSITIVE = []
2541
2627
  include Aws::Structure
2542
2628
  end
2543
2629
 
@@ -2556,6 +2642,7 @@ module Aws::AlexaForBusiness
2556
2642
  #
2557
2643
  class GetConferenceProviderRequest < Struct.new(
2558
2644
  :conference_provider_arn)
2645
+ SENSITIVE = []
2559
2646
  include Aws::Structure
2560
2647
  end
2561
2648
 
@@ -2567,6 +2654,7 @@ module Aws::AlexaForBusiness
2567
2654
  #
2568
2655
  class GetConferenceProviderResponse < Struct.new(
2569
2656
  :conference_provider)
2657
+ SENSITIVE = []
2570
2658
  include Aws::Structure
2571
2659
  end
2572
2660
 
@@ -2585,6 +2673,7 @@ module Aws::AlexaForBusiness
2585
2673
  #
2586
2674
  class GetContactRequest < Struct.new(
2587
2675
  :contact_arn)
2676
+ SENSITIVE = []
2588
2677
  include Aws::Structure
2589
2678
  end
2590
2679
 
@@ -2596,6 +2685,7 @@ module Aws::AlexaForBusiness
2596
2685
  #
2597
2686
  class GetContactResponse < Struct.new(
2598
2687
  :contact)
2688
+ SENSITIVE = []
2599
2689
  include Aws::Structure
2600
2690
  end
2601
2691
 
@@ -2614,6 +2704,7 @@ module Aws::AlexaForBusiness
2614
2704
  #
2615
2705
  class GetDeviceRequest < Struct.new(
2616
2706
  :device_arn)
2707
+ SENSITIVE = []
2617
2708
  include Aws::Structure
2618
2709
  end
2619
2710
 
@@ -2625,6 +2716,7 @@ module Aws::AlexaForBusiness
2625
2716
  #
2626
2717
  class GetDeviceResponse < Struct.new(
2627
2718
  :device)
2719
+ SENSITIVE = []
2628
2720
  include Aws::Structure
2629
2721
  end
2630
2722
 
@@ -2643,6 +2735,7 @@ module Aws::AlexaForBusiness
2643
2735
  #
2644
2736
  class GetGatewayGroupRequest < Struct.new(
2645
2737
  :gateway_group_arn)
2738
+ SENSITIVE = []
2646
2739
  include Aws::Structure
2647
2740
  end
2648
2741
 
@@ -2654,6 +2747,7 @@ module Aws::AlexaForBusiness
2654
2747
  #
2655
2748
  class GetGatewayGroupResponse < Struct.new(
2656
2749
  :gateway_group)
2750
+ SENSITIVE = []
2657
2751
  include Aws::Structure
2658
2752
  end
2659
2753
 
@@ -2672,6 +2766,7 @@ module Aws::AlexaForBusiness
2672
2766
  #
2673
2767
  class GetGatewayRequest < Struct.new(
2674
2768
  :gateway_arn)
2769
+ SENSITIVE = []
2675
2770
  include Aws::Structure
2676
2771
  end
2677
2772
 
@@ -2683,6 +2778,7 @@ module Aws::AlexaForBusiness
2683
2778
  #
2684
2779
  class GetGatewayResponse < Struct.new(
2685
2780
  :gateway)
2781
+ SENSITIVE = []
2686
2782
  include Aws::Structure
2687
2783
  end
2688
2784
 
@@ -2713,6 +2809,7 @@ module Aws::AlexaForBusiness
2713
2809
  :organization_name,
2714
2810
  :contact_email,
2715
2811
  :private_skill_ids)
2812
+ SENSITIVE = []
2716
2813
  include Aws::Structure
2717
2814
  end
2718
2815
 
@@ -2731,6 +2828,7 @@ module Aws::AlexaForBusiness
2731
2828
  #
2732
2829
  class GetNetworkProfileRequest < Struct.new(
2733
2830
  :network_profile_arn)
2831
+ SENSITIVE = []
2734
2832
  include Aws::Structure
2735
2833
  end
2736
2834
 
@@ -2742,6 +2840,7 @@ module Aws::AlexaForBusiness
2742
2840
  #
2743
2841
  class GetNetworkProfileResponse < Struct.new(
2744
2842
  :network_profile)
2843
+ SENSITIVE = []
2745
2844
  include Aws::Structure
2746
2845
  end
2747
2846
 
@@ -2760,6 +2859,7 @@ module Aws::AlexaForBusiness
2760
2859
  #
2761
2860
  class GetProfileRequest < Struct.new(
2762
2861
  :profile_arn)
2862
+ SENSITIVE = []
2763
2863
  include Aws::Structure
2764
2864
  end
2765
2865
 
@@ -2771,6 +2871,7 @@ module Aws::AlexaForBusiness
2771
2871
  #
2772
2872
  class GetProfileResponse < Struct.new(
2773
2873
  :profile)
2874
+ SENSITIVE = []
2774
2875
  include Aws::Structure
2775
2876
  end
2776
2877
 
@@ -2789,6 +2890,7 @@ module Aws::AlexaForBusiness
2789
2890
  #
2790
2891
  class GetRoomRequest < Struct.new(
2791
2892
  :room_arn)
2893
+ SENSITIVE = []
2792
2894
  include Aws::Structure
2793
2895
  end
2794
2896
 
@@ -2800,6 +2902,7 @@ module Aws::AlexaForBusiness
2800
2902
  #
2801
2903
  class GetRoomResponse < Struct.new(
2802
2904
  :room)
2905
+ SENSITIVE = []
2803
2906
  include Aws::Structure
2804
2907
  end
2805
2908
 
@@ -2832,6 +2935,7 @@ module Aws::AlexaForBusiness
2832
2935
  :room_arn,
2833
2936
  :skill_id,
2834
2937
  :parameter_key)
2938
+ SENSITIVE = []
2835
2939
  include Aws::Structure
2836
2940
  end
2837
2941
 
@@ -2843,6 +2947,7 @@ module Aws::AlexaForBusiness
2843
2947
  #
2844
2948
  class GetRoomSkillParameterResponse < Struct.new(
2845
2949
  :room_skill_parameter)
2950
+ SENSITIVE = []
2846
2951
  include Aws::Structure
2847
2952
  end
2848
2953
 
@@ -2861,6 +2966,7 @@ module Aws::AlexaForBusiness
2861
2966
  #
2862
2967
  class GetSkillGroupRequest < Struct.new(
2863
2968
  :skill_group_arn)
2969
+ SENSITIVE = []
2864
2970
  include Aws::Structure
2865
2971
  end
2866
2972
 
@@ -2872,6 +2978,7 @@ module Aws::AlexaForBusiness
2872
2978
  #
2873
2979
  class GetSkillGroupResponse < Struct.new(
2874
2980
  :skill_group)
2981
+ SENSITIVE = []
2875
2982
  include Aws::Structure
2876
2983
  end
2877
2984
 
@@ -2898,6 +3005,7 @@ module Aws::AlexaForBusiness
2898
3005
  class IPDialIn < Struct.new(
2899
3006
  :endpoint,
2900
3007
  :comms_protocol)
3008
+ SENSITIVE = []
2901
3009
  include Aws::Structure
2902
3010
  end
2903
3011
 
@@ -2921,6 +3029,7 @@ module Aws::AlexaForBusiness
2921
3029
  class InstantBooking < Struct.new(
2922
3030
  :duration_in_minutes,
2923
3031
  :enabled)
3032
+ SENSITIVE = []
2924
3033
  include Aws::Structure
2925
3034
  end
2926
3035
 
@@ -2933,6 +3042,7 @@ module Aws::AlexaForBusiness
2933
3042
  #
2934
3043
  class InvalidCertificateAuthorityException < Struct.new(
2935
3044
  :message)
3045
+ SENSITIVE = []
2936
3046
  include Aws::Structure
2937
3047
  end
2938
3048
 
@@ -2945,6 +3055,7 @@ module Aws::AlexaForBusiness
2945
3055
  #
2946
3056
  class InvalidDeviceException < Struct.new(
2947
3057
  :message)
3058
+ SENSITIVE = []
2948
3059
  include Aws::Structure
2949
3060
  end
2950
3061
 
@@ -2957,6 +3068,7 @@ module Aws::AlexaForBusiness
2957
3068
  #
2958
3069
  class InvalidSecretsManagerResourceException < Struct.new(
2959
3070
  :message)
3071
+ SENSITIVE = []
2960
3072
  include Aws::Structure
2961
3073
  end
2962
3074
 
@@ -2969,6 +3081,7 @@ module Aws::AlexaForBusiness
2969
3081
  #
2970
3082
  class InvalidServiceLinkedRoleStateException < Struct.new(
2971
3083
  :message)
3084
+ SENSITIVE = []
2972
3085
  include Aws::Structure
2973
3086
  end
2974
3087
 
@@ -2982,6 +3095,7 @@ module Aws::AlexaForBusiness
2982
3095
  #
2983
3096
  class InvalidUserStatusException < Struct.new(
2984
3097
  :message)
3098
+ SENSITIVE = []
2985
3099
  include Aws::Structure
2986
3100
  end
2987
3101
 
@@ -2995,6 +3109,7 @@ module Aws::AlexaForBusiness
2995
3109
  #
2996
3110
  class LimitExceededException < Struct.new(
2997
3111
  :message)
3112
+ SENSITIVE = []
2998
3113
  include Aws::Structure
2999
3114
  end
3000
3115
 
@@ -3020,6 +3135,7 @@ module Aws::AlexaForBusiness
3020
3135
  class ListBusinessReportSchedulesRequest < Struct.new(
3021
3136
  :next_token,
3022
3137
  :max_results)
3138
+ SENSITIVE = []
3023
3139
  include Aws::Structure
3024
3140
  end
3025
3141
 
@@ -3037,6 +3153,7 @@ module Aws::AlexaForBusiness
3037
3153
  class ListBusinessReportSchedulesResponse < Struct.new(
3038
3154
  :business_report_schedules,
3039
3155
  :next_token)
3156
+ SENSITIVE = []
3040
3157
  include Aws::Structure
3041
3158
  end
3042
3159
 
@@ -3062,6 +3179,7 @@ module Aws::AlexaForBusiness
3062
3179
  class ListConferenceProvidersRequest < Struct.new(
3063
3180
  :next_token,
3064
3181
  :max_results)
3182
+ SENSITIVE = []
3065
3183
  include Aws::Structure
3066
3184
  end
3067
3185
 
@@ -3078,6 +3196,7 @@ module Aws::AlexaForBusiness
3078
3196
  class ListConferenceProvidersResponse < Struct.new(
3079
3197
  :conference_providers,
3080
3198
  :next_token)
3199
+ SENSITIVE = []
3081
3200
  include Aws::Structure
3082
3201
  end
3083
3202
 
@@ -3124,6 +3243,7 @@ module Aws::AlexaForBusiness
3124
3243
  :event_type,
3125
3244
  :next_token,
3126
3245
  :max_results)
3246
+ SENSITIVE = []
3127
3247
  include Aws::Structure
3128
3248
  end
3129
3249
 
@@ -3140,6 +3260,7 @@ module Aws::AlexaForBusiness
3140
3260
  class ListDeviceEventsResponse < Struct.new(
3141
3261
  :device_events,
3142
3262
  :next_token)
3263
+ SENSITIVE = []
3143
3264
  include Aws::Structure
3144
3265
  end
3145
3266
 
@@ -3166,6 +3287,7 @@ module Aws::AlexaForBusiness
3166
3287
  class ListGatewayGroupsRequest < Struct.new(
3167
3288
  :next_token,
3168
3289
  :max_results)
3290
+ SENSITIVE = []
3169
3291
  include Aws::Structure
3170
3292
  end
3171
3293
 
@@ -3183,6 +3305,7 @@ module Aws::AlexaForBusiness
3183
3305
  class ListGatewayGroupsResponse < Struct.new(
3184
3306
  :gateway_groups,
3185
3307
  :next_token)
3308
+ SENSITIVE = []
3186
3309
  include Aws::Structure
3187
3310
  end
3188
3311
 
@@ -3215,6 +3338,7 @@ module Aws::AlexaForBusiness
3215
3338
  :gateway_group_arn,
3216
3339
  :next_token,
3217
3340
  :max_results)
3341
+ SENSITIVE = []
3218
3342
  include Aws::Structure
3219
3343
  end
3220
3344
 
@@ -3232,6 +3356,7 @@ module Aws::AlexaForBusiness
3232
3356
  class ListGatewaysResponse < Struct.new(
3233
3357
  :gateways,
3234
3358
  :next_token)
3359
+ SENSITIVE = []
3235
3360
  include Aws::Structure
3236
3361
  end
3237
3362
 
@@ -3280,6 +3405,7 @@ module Aws::AlexaForBusiness
3280
3405
  :skill_type,
3281
3406
  :next_token,
3282
3407
  :max_results)
3408
+ SENSITIVE = []
3283
3409
  include Aws::Structure
3284
3410
  end
3285
3411
 
@@ -3296,6 +3422,7 @@ module Aws::AlexaForBusiness
3296
3422
  class ListSkillsResponse < Struct.new(
3297
3423
  :skill_summaries,
3298
3424
  :next_token)
3425
+ SENSITIVE = []
3299
3426
  include Aws::Structure
3300
3427
  end
3301
3428
 
@@ -3320,6 +3447,7 @@ module Aws::AlexaForBusiness
3320
3447
  class ListSkillsStoreCategoriesRequest < Struct.new(
3321
3448
  :next_token,
3322
3449
  :max_results)
3450
+ SENSITIVE = []
3323
3451
  include Aws::Structure
3324
3452
  end
3325
3453
 
@@ -3336,6 +3464,7 @@ module Aws::AlexaForBusiness
3336
3464
  class ListSkillsStoreCategoriesResponse < Struct.new(
3337
3465
  :category_list,
3338
3466
  :next_token)
3467
+ SENSITIVE = []
3339
3468
  include Aws::Structure
3340
3469
  end
3341
3470
 
@@ -3367,6 +3496,7 @@ module Aws::AlexaForBusiness
3367
3496
  :category_id,
3368
3497
  :next_token,
3369
3498
  :max_results)
3499
+ SENSITIVE = []
3370
3500
  include Aws::Structure
3371
3501
  end
3372
3502
 
@@ -3383,6 +3513,7 @@ module Aws::AlexaForBusiness
3383
3513
  class ListSkillsStoreSkillsByCategoryResponse < Struct.new(
3384
3514
  :skills_store_skills,
3385
3515
  :next_token)
3516
+ SENSITIVE = []
3386
3517
  include Aws::Structure
3387
3518
  end
3388
3519
 
@@ -3414,6 +3545,7 @@ module Aws::AlexaForBusiness
3414
3545
  :room_arn,
3415
3546
  :max_results,
3416
3547
  :next_token)
3548
+ SENSITIVE = []
3417
3549
  include Aws::Structure
3418
3550
  end
3419
3551
 
@@ -3430,6 +3562,7 @@ module Aws::AlexaForBusiness
3430
3562
  class ListSmartHomeAppliancesResponse < Struct.new(
3431
3563
  :smart_home_appliances,
3432
3564
  :next_token)
3565
+ SENSITIVE = []
3433
3566
  include Aws::Structure
3434
3567
  end
3435
3568
 
@@ -3466,6 +3599,7 @@ module Aws::AlexaForBusiness
3466
3599
  :arn,
3467
3600
  :next_token,
3468
3601
  :max_results)
3602
+ SENSITIVE = []
3469
3603
  include Aws::Structure
3470
3604
  end
3471
3605
 
@@ -3482,6 +3616,7 @@ module Aws::AlexaForBusiness
3482
3616
  class ListTagsResponse < Struct.new(
3483
3617
  :tags,
3484
3618
  :next_token)
3619
+ SENSITIVE = []
3485
3620
  include Aws::Structure
3486
3621
  end
3487
3622
 
@@ -3516,6 +3651,7 @@ module Aws::AlexaForBusiness
3516
3651
  :end_of_meeting_reminder,
3517
3652
  :instant_booking,
3518
3653
  :require_check_in)
3654
+ SENSITIVE = []
3519
3655
  include Aws::Structure
3520
3656
  end
3521
3657
 
@@ -3544,6 +3680,7 @@ module Aws::AlexaForBusiness
3544
3680
  #
3545
3681
  class MeetingSetting < Struct.new(
3546
3682
  :require_pin)
3683
+ SENSITIVE = []
3547
3684
  include Aws::Structure
3548
3685
  end
3549
3686
 
@@ -3556,6 +3693,7 @@ module Aws::AlexaForBusiness
3556
3693
  #
3557
3694
  class NameInUseException < Struct.new(
3558
3695
  :message)
3696
+ SENSITIVE = []
3559
3697
  include Aws::Structure
3560
3698
  end
3561
3699
 
@@ -3622,6 +3760,7 @@ module Aws::AlexaForBusiness
3622
3760
  :next_password,
3623
3761
  :certificate_authority_arn,
3624
3762
  :trust_anchors)
3763
+ SENSITIVE = [:current_password, :next_password]
3625
3764
  include Aws::Structure
3626
3765
  end
3627
3766
 
@@ -3669,6 +3808,7 @@ module Aws::AlexaForBusiness
3669
3808
  :security_type,
3670
3809
  :eap_method,
3671
3810
  :certificate_authority_arn)
3811
+ SENSITIVE = []
3672
3812
  include Aws::Structure
3673
3813
  end
3674
3814
 
@@ -3681,6 +3821,7 @@ module Aws::AlexaForBusiness
3681
3821
  #
3682
3822
  class NotFoundException < Struct.new(
3683
3823
  :message)
3824
+ SENSITIVE = []
3684
3825
  include Aws::Structure
3685
3826
  end
3686
3827
 
@@ -3726,6 +3867,7 @@ module Aws::AlexaForBusiness
3726
3867
  :phone_number,
3727
3868
  :one_click_id_delay,
3728
3869
  :one_click_pin_delay)
3870
+ SENSITIVE = []
3729
3871
  include Aws::Structure
3730
3872
  end
3731
3873
 
@@ -3753,6 +3895,7 @@ module Aws::AlexaForBusiness
3753
3895
  class PhoneNumber < Struct.new(
3754
3896
  :number,
3755
3897
  :type)
3898
+ SENSITIVE = [:number, :type]
3756
3899
  include Aws::Structure
3757
3900
  end
3758
3901
 
@@ -3832,6 +3975,7 @@ module Aws::AlexaForBusiness
3832
3975
  :pstn_enabled,
3833
3976
  :address_book_arn,
3834
3977
  :meeting_room_configuration)
3978
+ SENSITIVE = []
3835
3979
  include Aws::Structure
3836
3980
  end
3837
3981
 
@@ -3886,6 +4030,7 @@ module Aws::AlexaForBusiness
3886
4030
  :temperature_unit,
3887
4031
  :wake_word,
3888
4032
  :locale)
4033
+ SENSITIVE = []
3889
4034
  include Aws::Structure
3890
4035
  end
3891
4036
 
@@ -3906,6 +4051,7 @@ module Aws::AlexaForBusiness
3906
4051
  #
3907
4052
  class PutConferencePreferenceRequest < Struct.new(
3908
4053
  :conference_preference)
4054
+ SENSITIVE = []
3909
4055
  include Aws::Structure
3910
4056
  end
3911
4057
 
@@ -3943,6 +4089,7 @@ module Aws::AlexaForBusiness
3943
4089
  :organization_name,
3944
4090
  :contact_email,
3945
4091
  :private_skill_ids)
4092
+ SENSITIVE = []
3946
4093
  include Aws::Structure
3947
4094
  end
3948
4095
 
@@ -3982,6 +4129,7 @@ module Aws::AlexaForBusiness
3982
4129
  :room_arn,
3983
4130
  :skill_id,
3984
4131
  :room_skill_parameter)
4132
+ SENSITIVE = []
3985
4133
  include Aws::Structure
3986
4134
  end
3987
4135
 
@@ -4020,6 +4168,7 @@ module Aws::AlexaForBusiness
4020
4168
  :authorization_result,
4021
4169
  :skill_id,
4022
4170
  :room_arn)
4171
+ SENSITIVE = [:authorization_result]
4023
4172
  include Aws::Structure
4024
4173
  end
4025
4174
 
@@ -4034,8 +4183,9 @@ module Aws::AlexaForBusiness
4034
4183
  # client_id: "ClientId", # required
4035
4184
  # user_code: "UserCode", # required
4036
4185
  # product_id: "ProductId", # required
4037
- # device_serial_number: "DeviceSerialNumberForAVS", # required
4186
+ # device_serial_number: "DeviceSerialNumberForAVS",
4038
4187
  # amazon_id: "AmazonId", # required
4188
+ # room_arn: "Arn",
4039
4189
  # }
4040
4190
  #
4041
4191
  # @!attribute [rw] client_id
@@ -4064,6 +4214,10 @@ module Aws::AlexaForBusiness
4064
4214
  # OEM creates a new product on Amazon's Developer Console.
4065
4215
  # @return [String]
4066
4216
  #
4217
+ # @!attribute [rw] room_arn
4218
+ # The ARN of the room with which to associate your AVS device.
4219
+ # @return [String]
4220
+ #
4067
4221
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/RegisterAVSDeviceRequest AWS API Documentation
4068
4222
  #
4069
4223
  class RegisterAVSDeviceRequest < Struct.new(
@@ -4071,7 +4225,9 @@ module Aws::AlexaForBusiness
4071
4225
  :user_code,
4072
4226
  :product_id,
4073
4227
  :device_serial_number,
4074
- :amazon_id)
4228
+ :amazon_id,
4229
+ :room_arn)
4230
+ SENSITIVE = []
4075
4231
  include Aws::Structure
4076
4232
  end
4077
4233
 
@@ -4083,6 +4239,7 @@ module Aws::AlexaForBusiness
4083
4239
  #
4084
4240
  class RegisterAVSDeviceResponse < Struct.new(
4085
4241
  :device_arn)
4242
+ SENSITIVE = []
4086
4243
  include Aws::Structure
4087
4244
  end
4088
4245
 
@@ -4101,6 +4258,7 @@ module Aws::AlexaForBusiness
4101
4258
  #
4102
4259
  class RejectSkillRequest < Struct.new(
4103
4260
  :skill_id)
4261
+ SENSITIVE = []
4104
4262
  include Aws::Structure
4105
4263
  end
4106
4264
 
@@ -4126,6 +4284,7 @@ module Aws::AlexaForBusiness
4126
4284
  class RequireCheckIn < Struct.new(
4127
4285
  :release_after_minutes,
4128
4286
  :enabled)
4287
+ SENSITIVE = []
4129
4288
  include Aws::Structure
4130
4289
  end
4131
4290
 
@@ -4150,6 +4309,7 @@ module Aws::AlexaForBusiness
4150
4309
  class ResolveRoomRequest < Struct.new(
4151
4310
  :user_id,
4152
4311
  :skill_id)
4312
+ SENSITIVE = []
4153
4313
  include Aws::Structure
4154
4314
  end
4155
4315
 
@@ -4171,6 +4331,7 @@ module Aws::AlexaForBusiness
4171
4331
  :room_arn,
4172
4332
  :room_name,
4173
4333
  :room_skill_parameters)
4334
+ SENSITIVE = []
4174
4335
  include Aws::Structure
4175
4336
  end
4176
4337
 
@@ -4183,6 +4344,7 @@ module Aws::AlexaForBusiness
4183
4344
  #
4184
4345
  class ResourceAssociatedException < Struct.new(
4185
4346
  :message)
4347
+ SENSITIVE = []
4186
4348
  include Aws::Structure
4187
4349
  end
4188
4350
 
@@ -4201,6 +4363,7 @@ module Aws::AlexaForBusiness
4201
4363
  class ResourceInUseException < Struct.new(
4202
4364
  :message,
4203
4365
  :client_request_token)
4366
+ SENSITIVE = []
4204
4367
  include Aws::Structure
4205
4368
  end
4206
4369
 
@@ -4226,6 +4389,7 @@ module Aws::AlexaForBusiness
4226
4389
  class RevokeInvitationRequest < Struct.new(
4227
4390
  :user_arn,
4228
4391
  :enrollment_id)
4392
+ SENSITIVE = []
4229
4393
  include Aws::Structure
4230
4394
  end
4231
4395
 
@@ -4263,6 +4427,7 @@ module Aws::AlexaForBusiness
4263
4427
  :description,
4264
4428
  :provider_calendar_id,
4265
4429
  :profile_arn)
4430
+ SENSITIVE = []
4266
4431
  include Aws::Structure
4267
4432
  end
4268
4433
 
@@ -4301,6 +4466,7 @@ module Aws::AlexaForBusiness
4301
4466
  :provider_calendar_id,
4302
4467
  :profile_arn,
4303
4468
  :profile_name)
4469
+ SENSITIVE = []
4304
4470
  include Aws::Structure
4305
4471
  end
4306
4472
 
@@ -4329,6 +4495,7 @@ module Aws::AlexaForBusiness
4329
4495
  class RoomSkillParameter < Struct.new(
4330
4496
  :parameter_key,
4331
4497
  :parameter_value)
4498
+ SENSITIVE = []
4332
4499
  include Aws::Structure
4333
4500
  end
4334
4501
 
@@ -4383,6 +4550,7 @@ module Aws::AlexaForBusiness
4383
4550
  :sort_criteria,
4384
4551
  :next_token,
4385
4552
  :max_results)
4553
+ SENSITIVE = []
4386
4554
  include Aws::Structure
4387
4555
  end
4388
4556
 
@@ -4405,6 +4573,7 @@ module Aws::AlexaForBusiness
4405
4573
  :address_books,
4406
4574
  :next_token,
4407
4575
  :total_count)
4576
+ SENSITIVE = []
4408
4577
  include Aws::Structure
4409
4578
  end
4410
4579
 
@@ -4460,6 +4629,7 @@ module Aws::AlexaForBusiness
4460
4629
  :sort_criteria,
4461
4630
  :next_token,
4462
4631
  :max_results)
4632
+ SENSITIVE = []
4463
4633
  include Aws::Structure
4464
4634
  end
4465
4635
 
@@ -4482,6 +4652,7 @@ module Aws::AlexaForBusiness
4482
4652
  :contacts,
4483
4653
  :next_token,
4484
4654
  :total_count)
4655
+ SENSITIVE = []
4485
4656
  include Aws::Structure
4486
4657
  end
4487
4658
 
@@ -4541,6 +4712,7 @@ module Aws::AlexaForBusiness
4541
4712
  :max_results,
4542
4713
  :filters,
4543
4714
  :sort_criteria)
4715
+ SENSITIVE = []
4544
4716
  include Aws::Structure
4545
4717
  end
4546
4718
 
@@ -4563,6 +4735,7 @@ module Aws::AlexaForBusiness
4563
4735
  :devices,
4564
4736
  :next_token,
4565
4737
  :total_count)
4738
+ SENSITIVE = []
4566
4739
  include Aws::Structure
4567
4740
  end
4568
4741
 
@@ -4618,6 +4791,7 @@ module Aws::AlexaForBusiness
4618
4791
  :max_results,
4619
4792
  :filters,
4620
4793
  :sort_criteria)
4794
+ SENSITIVE = []
4621
4795
  include Aws::Structure
4622
4796
  end
4623
4797
 
@@ -4643,6 +4817,7 @@ module Aws::AlexaForBusiness
4643
4817
  :network_profiles,
4644
4818
  :next_token,
4645
4819
  :total_count)
4820
+ SENSITIVE = []
4646
4821
  include Aws::Structure
4647
4822
  end
4648
4823
 
@@ -4697,6 +4872,7 @@ module Aws::AlexaForBusiness
4697
4872
  :max_results,
4698
4873
  :filters,
4699
4874
  :sort_criteria)
4875
+ SENSITIVE = []
4700
4876
  include Aws::Structure
4701
4877
  end
4702
4878
 
@@ -4719,6 +4895,7 @@ module Aws::AlexaForBusiness
4719
4895
  :profiles,
4720
4896
  :next_token,
4721
4897
  :total_count)
4898
+ SENSITIVE = []
4722
4899
  include Aws::Structure
4723
4900
  end
4724
4901
 
@@ -4773,6 +4950,7 @@ module Aws::AlexaForBusiness
4773
4950
  :max_results,
4774
4951
  :filters,
4775
4952
  :sort_criteria)
4953
+ SENSITIVE = []
4776
4954
  include Aws::Structure
4777
4955
  end
4778
4956
 
@@ -4795,6 +4973,7 @@ module Aws::AlexaForBusiness
4795
4973
  :rooms,
4796
4974
  :next_token,
4797
4975
  :total_count)
4976
+ SENSITIVE = []
4798
4977
  include Aws::Structure
4799
4978
  end
4800
4979
 
@@ -4849,6 +5028,7 @@ module Aws::AlexaForBusiness
4849
5028
  :max_results,
4850
5029
  :filters,
4851
5030
  :sort_criteria)
5031
+ SENSITIVE = []
4852
5032
  include Aws::Structure
4853
5033
  end
4854
5034
 
@@ -4870,6 +5050,7 @@ module Aws::AlexaForBusiness
4870
5050
  :skill_groups,
4871
5051
  :next_token,
4872
5052
  :total_count)
5053
+ SENSITIVE = []
4873
5054
  include Aws::Structure
4874
5055
  end
4875
5056
 
@@ -4926,6 +5107,7 @@ module Aws::AlexaForBusiness
4926
5107
  :max_results,
4927
5108
  :filters,
4928
5109
  :sort_criteria)
5110
+ SENSITIVE = []
4929
5111
  include Aws::Structure
4930
5112
  end
4931
5113
 
@@ -4948,6 +5130,7 @@ module Aws::AlexaForBusiness
4948
5130
  :users,
4949
5131
  :next_token,
4950
5132
  :total_count)
5133
+ SENSITIVE = []
4951
5134
  include Aws::Structure
4952
5135
  end
4953
5136
 
@@ -5017,6 +5200,7 @@ module Aws::AlexaForBusiness
5017
5200
  :content,
5018
5201
  :time_to_live_in_seconds,
5019
5202
  :client_request_token)
5203
+ SENSITIVE = []
5020
5204
  include Aws::Structure
5021
5205
  end
5022
5206
 
@@ -5028,6 +5212,7 @@ module Aws::AlexaForBusiness
5028
5212
  #
5029
5213
  class SendAnnouncementResponse < Struct.new(
5030
5214
  :announcement_arn)
5215
+ SENSITIVE = []
5031
5216
  include Aws::Structure
5032
5217
  end
5033
5218
 
@@ -5046,6 +5231,7 @@ module Aws::AlexaForBusiness
5046
5231
  #
5047
5232
  class SendInvitationRequest < Struct.new(
5048
5233
  :user_arn)
5234
+ SENSITIVE = []
5049
5235
  include Aws::Structure
5050
5236
  end
5051
5237
 
@@ -5077,6 +5263,7 @@ module Aws::AlexaForBusiness
5077
5263
  class SipAddress < Struct.new(
5078
5264
  :uri,
5079
5265
  :type)
5266
+ SENSITIVE = [:uri, :type]
5080
5267
  include Aws::Structure
5081
5268
  end
5082
5269
 
@@ -5139,6 +5326,7 @@ module Aws::AlexaForBusiness
5139
5326
  :skill_types,
5140
5327
  :reviews,
5141
5328
  :developer_info)
5329
+ SENSITIVE = []
5142
5330
  include Aws::Structure
5143
5331
  end
5144
5332
 
@@ -5162,6 +5350,7 @@ module Aws::AlexaForBusiness
5162
5350
  :skill_group_arn,
5163
5351
  :skill_group_name,
5164
5352
  :description)
5353
+ SENSITIVE = []
5165
5354
  include Aws::Structure
5166
5355
  end
5167
5356
 
@@ -5185,6 +5374,7 @@ module Aws::AlexaForBusiness
5185
5374
  :skill_group_arn,
5186
5375
  :skill_group_name,
5187
5376
  :description)
5377
+ SENSITIVE = []
5188
5378
  include Aws::Structure
5189
5379
  end
5190
5380
 
@@ -5197,6 +5387,7 @@ module Aws::AlexaForBusiness
5197
5387
  #
5198
5388
  class SkillNotLinkedException < Struct.new(
5199
5389
  :message)
5390
+ SENSITIVE = []
5200
5391
  include Aws::Structure
5201
5392
  end
5202
5393
 
@@ -5231,6 +5422,7 @@ module Aws::AlexaForBusiness
5231
5422
  :supports_linking,
5232
5423
  :enablement_type,
5233
5424
  :skill_type)
5425
+ SENSITIVE = []
5234
5426
  include Aws::Structure
5235
5427
  end
5236
5428
 
@@ -5274,6 +5466,7 @@ module Aws::AlexaForBusiness
5274
5466
  :sample_utterances,
5275
5467
  :skill_details,
5276
5468
  :supports_linking)
5469
+ SENSITIVE = []
5277
5470
  include Aws::Structure
5278
5471
  end
5279
5472
 
@@ -5298,6 +5491,7 @@ module Aws::AlexaForBusiness
5298
5491
  :friendly_name,
5299
5492
  :description,
5300
5493
  :manufacturer_name)
5494
+ SENSITIVE = []
5301
5495
  include Aws::Structure
5302
5496
  end
5303
5497
 
@@ -5324,6 +5518,7 @@ module Aws::AlexaForBusiness
5324
5518
  class Sort < Struct.new(
5325
5519
  :key,
5326
5520
  :value)
5521
+ SENSITIVE = []
5327
5522
  include Aws::Structure
5328
5523
  end
5329
5524
 
@@ -5355,6 +5550,7 @@ module Aws::AlexaForBusiness
5355
5550
  class Ssml < Struct.new(
5356
5551
  :locale,
5357
5552
  :value)
5553
+ SENSITIVE = []
5358
5554
  include Aws::Structure
5359
5555
  end
5360
5556
 
@@ -5386,6 +5582,7 @@ module Aws::AlexaForBusiness
5386
5582
  :room_arn,
5387
5583
  :device_arn,
5388
5584
  :features)
5585
+ SENSITIVE = []
5389
5586
  include Aws::Structure
5390
5587
  end
5391
5588
 
@@ -5408,6 +5605,7 @@ module Aws::AlexaForBusiness
5408
5605
  #
5409
5606
  class StartSmartHomeApplianceDiscoveryRequest < Struct.new(
5410
5607
  :room_arn)
5608
+ SENSITIVE = []
5411
5609
  include Aws::Structure
5412
5610
  end
5413
5611
 
@@ -5438,6 +5636,7 @@ module Aws::AlexaForBusiness
5438
5636
  class Tag < Struct.new(
5439
5637
  :key,
5440
5638
  :value)
5639
+ SENSITIVE = []
5441
5640
  include Aws::Structure
5442
5641
  end
5443
5642
 
@@ -5468,6 +5667,7 @@ module Aws::AlexaForBusiness
5468
5667
  class TagResourceRequest < Struct.new(
5469
5668
  :arn,
5470
5669
  :tags)
5670
+ SENSITIVE = []
5471
5671
  include Aws::Structure
5472
5672
  end
5473
5673
 
@@ -5498,6 +5698,7 @@ module Aws::AlexaForBusiness
5498
5698
  class Text < Struct.new(
5499
5699
  :locale,
5500
5700
  :value)
5701
+ SENSITIVE = []
5501
5702
  include Aws::Structure
5502
5703
  end
5503
5704
 
@@ -5511,6 +5712,7 @@ module Aws::AlexaForBusiness
5511
5712
  #
5512
5713
  class UnauthorizedException < Struct.new(
5513
5714
  :message)
5715
+ SENSITIVE = []
5514
5716
  include Aws::Structure
5515
5717
  end
5516
5718
 
@@ -5537,6 +5739,7 @@ module Aws::AlexaForBusiness
5537
5739
  class UntagResourceRequest < Struct.new(
5538
5740
  :arn,
5539
5741
  :tag_keys)
5742
+ SENSITIVE = []
5540
5743
  include Aws::Structure
5541
5744
  end
5542
5745
 
@@ -5571,6 +5774,7 @@ module Aws::AlexaForBusiness
5571
5774
  :address_book_arn,
5572
5775
  :name,
5573
5776
  :description)
5777
+ SENSITIVE = []
5574
5778
  include Aws::Structure
5575
5779
  end
5576
5780
 
@@ -5626,6 +5830,7 @@ module Aws::AlexaForBusiness
5626
5830
  :format,
5627
5831
  :schedule_name,
5628
5832
  :recurrence)
5833
+ SENSITIVE = []
5629
5834
  include Aws::Structure
5630
5835
  end
5631
5836
 
@@ -5682,6 +5887,7 @@ module Aws::AlexaForBusiness
5682
5887
  :ip_dial_in,
5683
5888
  :pstn_dial_in,
5684
5889
  :meeting_setting)
5890
+ SENSITIVE = []
5685
5891
  include Aws::Structure
5686
5892
  end
5687
5893
 
@@ -5753,6 +5959,7 @@ module Aws::AlexaForBusiness
5753
5959
  :phone_number,
5754
5960
  :phone_numbers,
5755
5961
  :sip_addresses)
5962
+ SENSITIVE = [:phone_number]
5756
5963
  include Aws::Structure
5757
5964
  end
5758
5965
 
@@ -5781,6 +5988,7 @@ module Aws::AlexaForBusiness
5781
5988
  class UpdateDeviceRequest < Struct.new(
5782
5989
  :device_arn,
5783
5990
  :device_name)
5991
+ SENSITIVE = []
5784
5992
  include Aws::Structure
5785
5993
  end
5786
5994
 
@@ -5822,6 +6030,7 @@ module Aws::AlexaForBusiness
5822
6030
  :reminder_at_minutes,
5823
6031
  :reminder_type,
5824
6032
  :enabled)
6033
+ SENSITIVE = []
5825
6034
  include Aws::Structure
5826
6035
  end
5827
6036
 
@@ -5852,6 +6061,7 @@ module Aws::AlexaForBusiness
5852
6061
  :gateway_group_arn,
5853
6062
  :name,
5854
6063
  :description)
6064
+ SENSITIVE = []
5855
6065
  include Aws::Structure
5856
6066
  end
5857
6067
 
@@ -5893,6 +6103,7 @@ module Aws::AlexaForBusiness
5893
6103
  :name,
5894
6104
  :description,
5895
6105
  :software_version)
6106
+ SENSITIVE = []
5896
6107
  include Aws::Structure
5897
6108
  end
5898
6109
 
@@ -5927,6 +6138,7 @@ module Aws::AlexaForBusiness
5927
6138
  class UpdateInstantBooking < Struct.new(
5928
6139
  :duration_in_minutes,
5929
6140
  :enabled)
6141
+ SENSITIVE = []
5930
6142
  include Aws::Structure
5931
6143
  end
5932
6144
 
@@ -5981,6 +6193,7 @@ module Aws::AlexaForBusiness
5981
6193
  :end_of_meeting_reminder,
5982
6194
  :instant_booking,
5983
6195
  :require_check_in)
6196
+ SENSITIVE = []
5984
6197
  include Aws::Structure
5985
6198
  end
5986
6199
 
@@ -6041,6 +6254,7 @@ module Aws::AlexaForBusiness
6041
6254
  :next_password,
6042
6255
  :certificate_authority_arn,
6043
6256
  :trust_anchors)
6257
+ SENSITIVE = [:current_password, :next_password]
6044
6258
  include Aws::Structure
6045
6259
  end
6046
6260
 
@@ -6152,6 +6366,7 @@ module Aws::AlexaForBusiness
6152
6366
  :max_volume_limit,
6153
6367
  :pstn_enabled,
6154
6368
  :meeting_room_configuration)
6369
+ SENSITIVE = []
6155
6370
  include Aws::Structure
6156
6371
  end
6157
6372
 
@@ -6186,6 +6401,7 @@ module Aws::AlexaForBusiness
6186
6401
  class UpdateRequireCheckIn < Struct.new(
6187
6402
  :release_after_minutes,
6188
6403
  :enabled)
6404
+ SENSITIVE = []
6189
6405
  include Aws::Structure
6190
6406
  end
6191
6407
 
@@ -6228,6 +6444,7 @@ module Aws::AlexaForBusiness
6228
6444
  :description,
6229
6445
  :provider_calendar_id,
6230
6446
  :profile_arn)
6447
+ SENSITIVE = []
6231
6448
  include Aws::Structure
6232
6449
  end
6233
6450
 
@@ -6262,6 +6479,7 @@ module Aws::AlexaForBusiness
6262
6479
  :skill_group_arn,
6263
6480
  :skill_group_name,
6264
6481
  :description)
6482
+ SENSITIVE = []
6265
6483
  include Aws::Structure
6266
6484
  end
6267
6485
 
@@ -6304,6 +6522,7 @@ module Aws::AlexaForBusiness
6304
6522
  :email,
6305
6523
  :enrollment_status,
6306
6524
  :enrollment_id)
6525
+ SENSITIVE = []
6307
6526
  include Aws::Structure
6308
6527
  end
6309
6528