aws-sdk-chime 1.30.0 → 1.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-chime.rb +3 -1
- data/lib/aws-sdk-chime/client.rb +3 -1
- data/lib/aws-sdk-chime/client_api.rb +2 -0
- data/lib/aws-sdk-chime/errors.rb +2 -0
- data/lib/aws-sdk-chime/resource.rb +2 -0
- data/lib/aws-sdk-chime/types.rb +261 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e11846fe0191cd4b3bb36745511bedd9b22e15eb08625eb14f35e91ab6444f43
|
|
4
|
+
data.tar.gz: aad2afed22cbdd67131d7d42ddffd7e82ef3e7ca2b91a2469f8827f5fdf94a0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c77c826ffdbe94ce07932783d313a90e5357e95cfa58c17ba6513e6d19d65e5cb8f388322fdf9ecb4ca24fadc7a27f93886eb82f38b3309e373dc5a8c9c4dac1
|
|
7
|
+
data.tar.gz: 45f33e26dc67ed0a359659df5a6f88fc880592a98303d83bb118b886a052216f7d05ec2bd485f1a3b30766ea1cb72445ae7c0d02033834d472d1da991608c6c2
|
data/lib/aws-sdk-chime.rb
CHANGED
|
@@ -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:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-chime/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::Chime
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.31.0'
|
|
49
51
|
|
|
50
52
|
end
|
data/lib/aws-sdk-chime/client.rb
CHANGED
|
@@ -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:
|
|
@@ -5099,7 +5101,7 @@ module Aws::Chime
|
|
|
5099
5101
|
params: params,
|
|
5100
5102
|
config: config)
|
|
5101
5103
|
context[:gem_name] = 'aws-sdk-chime'
|
|
5102
|
-
context[:gem_version] = '1.
|
|
5104
|
+
context[:gem_version] = '1.31.0'
|
|
5103
5105
|
Seahorse::Client::Request.new(handlers, context)
|
|
5104
5106
|
end
|
|
5105
5107
|
|
data/lib/aws-sdk-chime/errors.rb
CHANGED
data/lib/aws-sdk-chime/types.rb
CHANGED
|
@@ -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:
|
|
@@ -21,6 +23,7 @@ module Aws::Chime
|
|
|
21
23
|
class AccessDeniedException < Struct.new(
|
|
22
24
|
:code,
|
|
23
25
|
:message)
|
|
26
|
+
SENSITIVE = []
|
|
24
27
|
include Aws::Structure
|
|
25
28
|
end
|
|
26
29
|
|
|
@@ -76,6 +79,7 @@ module Aws::Chime
|
|
|
76
79
|
:default_license,
|
|
77
80
|
:supported_licenses,
|
|
78
81
|
:signin_delegate_groups)
|
|
82
|
+
SENSITIVE = []
|
|
79
83
|
include Aws::Structure
|
|
80
84
|
end
|
|
81
85
|
|
|
@@ -117,6 +121,7 @@ module Aws::Chime
|
|
|
117
121
|
class AccountSettings < Struct.new(
|
|
118
122
|
:disable_remote_control,
|
|
119
123
|
:enable_dial_out)
|
|
124
|
+
SENSITIVE = []
|
|
120
125
|
include Aws::Structure
|
|
121
126
|
end
|
|
122
127
|
|
|
@@ -144,6 +149,7 @@ module Aws::Chime
|
|
|
144
149
|
class AlexaForBusinessMetadata < Struct.new(
|
|
145
150
|
:is_alexa_for_business_enabled,
|
|
146
151
|
:alexa_for_business_room_arn)
|
|
152
|
+
SENSITIVE = [:alexa_for_business_room_arn]
|
|
147
153
|
include Aws::Structure
|
|
148
154
|
end
|
|
149
155
|
|
|
@@ -174,6 +180,7 @@ module Aws::Chime
|
|
|
174
180
|
:account_id,
|
|
175
181
|
:user_id,
|
|
176
182
|
:e164_phone_number)
|
|
183
|
+
SENSITIVE = [:e164_phone_number]
|
|
177
184
|
include Aws::Structure
|
|
178
185
|
end
|
|
179
186
|
|
|
@@ -211,6 +218,7 @@ module Aws::Chime
|
|
|
211
218
|
:voice_connector_group_id,
|
|
212
219
|
:e164_phone_numbers,
|
|
213
220
|
:force_associate)
|
|
221
|
+
SENSITIVE = []
|
|
214
222
|
include Aws::Structure
|
|
215
223
|
end
|
|
216
224
|
|
|
@@ -224,6 +232,7 @@ module Aws::Chime
|
|
|
224
232
|
#
|
|
225
233
|
class AssociatePhoneNumbersWithVoiceConnectorGroupResponse < Struct.new(
|
|
226
234
|
:phone_number_errors)
|
|
235
|
+
SENSITIVE = []
|
|
227
236
|
include Aws::Structure
|
|
228
237
|
end
|
|
229
238
|
|
|
@@ -257,6 +266,7 @@ module Aws::Chime
|
|
|
257
266
|
:voice_connector_id,
|
|
258
267
|
:e164_phone_numbers,
|
|
259
268
|
:force_associate)
|
|
269
|
+
SENSITIVE = []
|
|
260
270
|
include Aws::Structure
|
|
261
271
|
end
|
|
262
272
|
|
|
@@ -270,6 +280,7 @@ module Aws::Chime
|
|
|
270
280
|
#
|
|
271
281
|
class AssociatePhoneNumbersWithVoiceConnectorResponse < Struct.new(
|
|
272
282
|
:phone_number_errors)
|
|
283
|
+
SENSITIVE = []
|
|
273
284
|
include Aws::Structure
|
|
274
285
|
end
|
|
275
286
|
|
|
@@ -298,6 +309,7 @@ module Aws::Chime
|
|
|
298
309
|
class AssociateSigninDelegateGroupsWithAccountRequest < Struct.new(
|
|
299
310
|
:account_id,
|
|
300
311
|
:signin_delegate_groups)
|
|
312
|
+
SENSITIVE = []
|
|
301
313
|
include Aws::Structure
|
|
302
314
|
end
|
|
303
315
|
|
|
@@ -334,6 +346,7 @@ module Aws::Chime
|
|
|
334
346
|
:external_user_id,
|
|
335
347
|
:attendee_id,
|
|
336
348
|
:join_token)
|
|
349
|
+
SENSITIVE = [:external_user_id, :join_token]
|
|
337
350
|
include Aws::Structure
|
|
338
351
|
end
|
|
339
352
|
|
|
@@ -350,6 +363,7 @@ module Aws::Chime
|
|
|
350
363
|
class BadRequestException < Struct.new(
|
|
351
364
|
:code,
|
|
352
365
|
:message)
|
|
366
|
+
SENSITIVE = []
|
|
353
367
|
include Aws::Structure
|
|
354
368
|
end
|
|
355
369
|
|
|
@@ -384,6 +398,7 @@ module Aws::Chime
|
|
|
384
398
|
class BatchCreateAttendeeRequest < Struct.new(
|
|
385
399
|
:meeting_id,
|
|
386
400
|
:attendees)
|
|
401
|
+
SENSITIVE = []
|
|
387
402
|
include Aws::Structure
|
|
388
403
|
end
|
|
389
404
|
|
|
@@ -402,6 +417,7 @@ module Aws::Chime
|
|
|
402
417
|
class BatchCreateAttendeeResponse < Struct.new(
|
|
403
418
|
:attendees,
|
|
404
419
|
:errors)
|
|
420
|
+
SENSITIVE = []
|
|
405
421
|
include Aws::Structure
|
|
406
422
|
end
|
|
407
423
|
|
|
@@ -437,6 +453,7 @@ module Aws::Chime
|
|
|
437
453
|
:account_id,
|
|
438
454
|
:room_id,
|
|
439
455
|
:membership_item_list)
|
|
456
|
+
SENSITIVE = []
|
|
440
457
|
include Aws::Structure
|
|
441
458
|
end
|
|
442
459
|
|
|
@@ -450,6 +467,7 @@ module Aws::Chime
|
|
|
450
467
|
#
|
|
451
468
|
class BatchCreateRoomMembershipResponse < Struct.new(
|
|
452
469
|
:errors)
|
|
470
|
+
SENSITIVE = []
|
|
453
471
|
include Aws::Structure
|
|
454
472
|
end
|
|
455
473
|
|
|
@@ -468,6 +486,7 @@ module Aws::Chime
|
|
|
468
486
|
#
|
|
469
487
|
class BatchDeletePhoneNumberRequest < Struct.new(
|
|
470
488
|
:phone_number_ids)
|
|
489
|
+
SENSITIVE = []
|
|
471
490
|
include Aws::Structure
|
|
472
491
|
end
|
|
473
492
|
|
|
@@ -481,6 +500,7 @@ module Aws::Chime
|
|
|
481
500
|
#
|
|
482
501
|
class BatchDeletePhoneNumberResponse < Struct.new(
|
|
483
502
|
:phone_number_errors)
|
|
503
|
+
SENSITIVE = []
|
|
484
504
|
include Aws::Structure
|
|
485
505
|
end
|
|
486
506
|
|
|
@@ -505,6 +525,7 @@ module Aws::Chime
|
|
|
505
525
|
class BatchSuspendUserRequest < Struct.new(
|
|
506
526
|
:account_id,
|
|
507
527
|
:user_id_list)
|
|
528
|
+
SENSITIVE = []
|
|
508
529
|
include Aws::Structure
|
|
509
530
|
end
|
|
510
531
|
|
|
@@ -518,6 +539,7 @@ module Aws::Chime
|
|
|
518
539
|
#
|
|
519
540
|
class BatchSuspendUserResponse < Struct.new(
|
|
520
541
|
:user_errors)
|
|
542
|
+
SENSITIVE = []
|
|
521
543
|
include Aws::Structure
|
|
522
544
|
end
|
|
523
545
|
|
|
@@ -542,6 +564,7 @@ module Aws::Chime
|
|
|
542
564
|
class BatchUnsuspendUserRequest < Struct.new(
|
|
543
565
|
:account_id,
|
|
544
566
|
:user_id_list)
|
|
567
|
+
SENSITIVE = []
|
|
545
568
|
include Aws::Structure
|
|
546
569
|
end
|
|
547
570
|
|
|
@@ -555,6 +578,7 @@ module Aws::Chime
|
|
|
555
578
|
#
|
|
556
579
|
class BatchUnsuspendUserResponse < Struct.new(
|
|
557
580
|
:user_errors)
|
|
581
|
+
SENSITIVE = []
|
|
558
582
|
include Aws::Structure
|
|
559
583
|
end
|
|
560
584
|
|
|
@@ -580,6 +604,7 @@ module Aws::Chime
|
|
|
580
604
|
#
|
|
581
605
|
class BatchUpdatePhoneNumberRequest < Struct.new(
|
|
582
606
|
:update_phone_number_request_items)
|
|
607
|
+
SENSITIVE = []
|
|
583
608
|
include Aws::Structure
|
|
584
609
|
end
|
|
585
610
|
|
|
@@ -593,6 +618,7 @@ module Aws::Chime
|
|
|
593
618
|
#
|
|
594
619
|
class BatchUpdatePhoneNumberResponse < Struct.new(
|
|
595
620
|
:phone_number_errors)
|
|
621
|
+
SENSITIVE = []
|
|
596
622
|
include Aws::Structure
|
|
597
623
|
end
|
|
598
624
|
|
|
@@ -627,6 +653,7 @@ module Aws::Chime
|
|
|
627
653
|
class BatchUpdateUserRequest < Struct.new(
|
|
628
654
|
:account_id,
|
|
629
655
|
:update_user_request_items)
|
|
656
|
+
SENSITIVE = []
|
|
630
657
|
include Aws::Structure
|
|
631
658
|
end
|
|
632
659
|
|
|
@@ -640,6 +667,7 @@ module Aws::Chime
|
|
|
640
667
|
#
|
|
641
668
|
class BatchUpdateUserResponse < Struct.new(
|
|
642
669
|
:user_errors)
|
|
670
|
+
SENSITIVE = []
|
|
643
671
|
include Aws::Structure
|
|
644
672
|
end
|
|
645
673
|
|
|
@@ -695,6 +723,7 @@ module Aws::Chime
|
|
|
695
723
|
:updated_timestamp,
|
|
696
724
|
:bot_email,
|
|
697
725
|
:security_token)
|
|
726
|
+
SENSITIVE = [:display_name, :bot_email, :security_token]
|
|
698
727
|
include Aws::Structure
|
|
699
728
|
end
|
|
700
729
|
|
|
@@ -717,6 +746,7 @@ module Aws::Chime
|
|
|
717
746
|
#
|
|
718
747
|
class BusinessCallingSettings < Struct.new(
|
|
719
748
|
:cdr_bucket)
|
|
749
|
+
SENSITIVE = []
|
|
720
750
|
include Aws::Structure
|
|
721
751
|
end
|
|
722
752
|
|
|
@@ -734,6 +764,7 @@ module Aws::Chime
|
|
|
734
764
|
class ConflictException < Struct.new(
|
|
735
765
|
:code,
|
|
736
766
|
:message)
|
|
767
|
+
SENSITIVE = []
|
|
737
768
|
include Aws::Structure
|
|
738
769
|
end
|
|
739
770
|
|
|
@@ -755,6 +786,7 @@ module Aws::Chime
|
|
|
755
786
|
#
|
|
756
787
|
class ConversationRetentionSettings < Struct.new(
|
|
757
788
|
:retention_days)
|
|
789
|
+
SENSITIVE = []
|
|
758
790
|
include Aws::Structure
|
|
759
791
|
end
|
|
760
792
|
|
|
@@ -773,6 +805,7 @@ module Aws::Chime
|
|
|
773
805
|
#
|
|
774
806
|
class CreateAccountRequest < Struct.new(
|
|
775
807
|
:name)
|
|
808
|
+
SENSITIVE = []
|
|
776
809
|
include Aws::Structure
|
|
777
810
|
end
|
|
778
811
|
|
|
@@ -784,6 +817,7 @@ module Aws::Chime
|
|
|
784
817
|
#
|
|
785
818
|
class CreateAccountResponse < Struct.new(
|
|
786
819
|
:account)
|
|
820
|
+
SENSITIVE = []
|
|
787
821
|
include Aws::Structure
|
|
788
822
|
end
|
|
789
823
|
|
|
@@ -810,6 +844,7 @@ module Aws::Chime
|
|
|
810
844
|
:external_user_id,
|
|
811
845
|
:error_code,
|
|
812
846
|
:error_message)
|
|
847
|
+
SENSITIVE = [:external_user_id]
|
|
813
848
|
include Aws::Structure
|
|
814
849
|
end
|
|
815
850
|
|
|
@@ -846,6 +881,7 @@ module Aws::Chime
|
|
|
846
881
|
:meeting_id,
|
|
847
882
|
:external_user_id,
|
|
848
883
|
:tags)
|
|
884
|
+
SENSITIVE = [:external_user_id]
|
|
849
885
|
include Aws::Structure
|
|
850
886
|
end
|
|
851
887
|
|
|
@@ -879,6 +915,7 @@ module Aws::Chime
|
|
|
879
915
|
class CreateAttendeeRequestItem < Struct.new(
|
|
880
916
|
:external_user_id,
|
|
881
917
|
:tags)
|
|
918
|
+
SENSITIVE = [:external_user_id]
|
|
882
919
|
include Aws::Structure
|
|
883
920
|
end
|
|
884
921
|
|
|
@@ -890,6 +927,7 @@ module Aws::Chime
|
|
|
890
927
|
#
|
|
891
928
|
class CreateAttendeeResponse < Struct.new(
|
|
892
929
|
:attendee)
|
|
930
|
+
SENSITIVE = []
|
|
893
931
|
include Aws::Structure
|
|
894
932
|
end
|
|
895
933
|
|
|
@@ -920,6 +958,7 @@ module Aws::Chime
|
|
|
920
958
|
:account_id,
|
|
921
959
|
:display_name,
|
|
922
960
|
:domain)
|
|
961
|
+
SENSITIVE = [:display_name]
|
|
923
962
|
include Aws::Structure
|
|
924
963
|
end
|
|
925
964
|
|
|
@@ -931,6 +970,7 @@ module Aws::Chime
|
|
|
931
970
|
#
|
|
932
971
|
class CreateBotResponse < Struct.new(
|
|
933
972
|
:bot)
|
|
973
|
+
SENSITIVE = []
|
|
934
974
|
include Aws::Structure
|
|
935
975
|
end
|
|
936
976
|
|
|
@@ -997,6 +1037,7 @@ module Aws::Chime
|
|
|
997
1037
|
:media_region,
|
|
998
1038
|
:tags,
|
|
999
1039
|
:notifications_configuration)
|
|
1040
|
+
SENSITIVE = [:client_request_token, :external_meeting_id, :meeting_host_id]
|
|
1000
1041
|
include Aws::Structure
|
|
1001
1042
|
end
|
|
1002
1043
|
|
|
@@ -1009,6 +1050,7 @@ module Aws::Chime
|
|
|
1009
1050
|
#
|
|
1010
1051
|
class CreateMeetingResponse < Struct.new(
|
|
1011
1052
|
:meeting)
|
|
1053
|
+
SENSITIVE = []
|
|
1012
1054
|
include Aws::Structure
|
|
1013
1055
|
end
|
|
1014
1056
|
|
|
@@ -1093,6 +1135,7 @@ module Aws::Chime
|
|
|
1093
1135
|
:tags,
|
|
1094
1136
|
:notifications_configuration,
|
|
1095
1137
|
:attendees)
|
|
1138
|
+
SENSITIVE = [:client_request_token, :external_meeting_id, :meeting_host_id]
|
|
1096
1139
|
include Aws::Structure
|
|
1097
1140
|
end
|
|
1098
1141
|
|
|
@@ -1116,6 +1159,7 @@ module Aws::Chime
|
|
|
1116
1159
|
:meeting,
|
|
1117
1160
|
:attendees,
|
|
1118
1161
|
:errors)
|
|
1162
|
+
SENSITIVE = []
|
|
1119
1163
|
include Aws::Structure
|
|
1120
1164
|
end
|
|
1121
1165
|
|
|
@@ -1140,6 +1184,7 @@ module Aws::Chime
|
|
|
1140
1184
|
class CreatePhoneNumberOrderRequest < Struct.new(
|
|
1141
1185
|
:product_type,
|
|
1142
1186
|
:e164_phone_numbers)
|
|
1187
|
+
SENSITIVE = []
|
|
1143
1188
|
include Aws::Structure
|
|
1144
1189
|
end
|
|
1145
1190
|
|
|
@@ -1151,6 +1196,7 @@ module Aws::Chime
|
|
|
1151
1196
|
#
|
|
1152
1197
|
class CreatePhoneNumberOrderResponse < Struct.new(
|
|
1153
1198
|
:phone_number_order)
|
|
1199
|
+
SENSITIVE = []
|
|
1154
1200
|
include Aws::Structure
|
|
1155
1201
|
end
|
|
1156
1202
|
|
|
@@ -1216,6 +1262,7 @@ module Aws::Chime
|
|
|
1216
1262
|
:number_selection_behavior,
|
|
1217
1263
|
:geo_match_level,
|
|
1218
1264
|
:geo_match_params)
|
|
1265
|
+
SENSITIVE = [:name]
|
|
1219
1266
|
include Aws::Structure
|
|
1220
1267
|
end
|
|
1221
1268
|
|
|
@@ -1227,6 +1274,7 @@ module Aws::Chime
|
|
|
1227
1274
|
#
|
|
1228
1275
|
class CreateProxySessionResponse < Struct.new(
|
|
1229
1276
|
:proxy_session)
|
|
1277
|
+
SENSITIVE = []
|
|
1230
1278
|
include Aws::Structure
|
|
1231
1279
|
end
|
|
1232
1280
|
|
|
@@ -1263,6 +1311,7 @@ module Aws::Chime
|
|
|
1263
1311
|
:room_id,
|
|
1264
1312
|
:member_id,
|
|
1265
1313
|
:role)
|
|
1314
|
+
SENSITIVE = []
|
|
1266
1315
|
include Aws::Structure
|
|
1267
1316
|
end
|
|
1268
1317
|
|
|
@@ -1274,6 +1323,7 @@ module Aws::Chime
|
|
|
1274
1323
|
#
|
|
1275
1324
|
class CreateRoomMembershipResponse < Struct.new(
|
|
1276
1325
|
:room_membership)
|
|
1326
|
+
SENSITIVE = []
|
|
1277
1327
|
include Aws::Structure
|
|
1278
1328
|
end
|
|
1279
1329
|
|
|
@@ -1307,6 +1357,7 @@ module Aws::Chime
|
|
|
1307
1357
|
:account_id,
|
|
1308
1358
|
:name,
|
|
1309
1359
|
:client_request_token)
|
|
1360
|
+
SENSITIVE = [:name, :client_request_token]
|
|
1310
1361
|
include Aws::Structure
|
|
1311
1362
|
end
|
|
1312
1363
|
|
|
@@ -1318,6 +1369,7 @@ module Aws::Chime
|
|
|
1318
1369
|
#
|
|
1319
1370
|
class CreateRoomResponse < Struct.new(
|
|
1320
1371
|
:room)
|
|
1372
|
+
SENSITIVE = []
|
|
1321
1373
|
include Aws::Structure
|
|
1322
1374
|
end
|
|
1323
1375
|
|
|
@@ -1354,6 +1406,7 @@ module Aws::Chime
|
|
|
1354
1406
|
:username,
|
|
1355
1407
|
:email,
|
|
1356
1408
|
:user_type)
|
|
1409
|
+
SENSITIVE = [:email]
|
|
1357
1410
|
include Aws::Structure
|
|
1358
1411
|
end
|
|
1359
1412
|
|
|
@@ -1365,6 +1418,7 @@ module Aws::Chime
|
|
|
1365
1418
|
#
|
|
1366
1419
|
class CreateUserResponse < Struct.new(
|
|
1367
1420
|
:user)
|
|
1421
|
+
SENSITIVE = []
|
|
1368
1422
|
include Aws::Structure
|
|
1369
1423
|
end
|
|
1370
1424
|
|
|
@@ -1394,6 +1448,7 @@ module Aws::Chime
|
|
|
1394
1448
|
class CreateVoiceConnectorGroupRequest < Struct.new(
|
|
1395
1449
|
:name,
|
|
1396
1450
|
:voice_connector_items)
|
|
1451
|
+
SENSITIVE = []
|
|
1397
1452
|
include Aws::Structure
|
|
1398
1453
|
end
|
|
1399
1454
|
|
|
@@ -1405,6 +1460,7 @@ module Aws::Chime
|
|
|
1405
1460
|
#
|
|
1406
1461
|
class CreateVoiceConnectorGroupResponse < Struct.new(
|
|
1407
1462
|
:voice_connector_group)
|
|
1463
|
+
SENSITIVE = []
|
|
1408
1464
|
include Aws::Structure
|
|
1409
1465
|
end
|
|
1410
1466
|
|
|
@@ -1437,6 +1493,7 @@ module Aws::Chime
|
|
|
1437
1493
|
:name,
|
|
1438
1494
|
:aws_region,
|
|
1439
1495
|
:require_encryption)
|
|
1496
|
+
SENSITIVE = []
|
|
1440
1497
|
include Aws::Structure
|
|
1441
1498
|
end
|
|
1442
1499
|
|
|
@@ -1448,6 +1505,7 @@ module Aws::Chime
|
|
|
1448
1505
|
#
|
|
1449
1506
|
class CreateVoiceConnectorResponse < Struct.new(
|
|
1450
1507
|
:voice_connector)
|
|
1508
|
+
SENSITIVE = []
|
|
1451
1509
|
include Aws::Structure
|
|
1452
1510
|
end
|
|
1453
1511
|
|
|
@@ -1477,6 +1535,7 @@ module Aws::Chime
|
|
|
1477
1535
|
class Credential < Struct.new(
|
|
1478
1536
|
:username,
|
|
1479
1537
|
:password)
|
|
1538
|
+
SENSITIVE = [:username, :password]
|
|
1480
1539
|
include Aws::Structure
|
|
1481
1540
|
end
|
|
1482
1541
|
|
|
@@ -1495,6 +1554,7 @@ module Aws::Chime
|
|
|
1495
1554
|
#
|
|
1496
1555
|
class DeleteAccountRequest < Struct.new(
|
|
1497
1556
|
:account_id)
|
|
1557
|
+
SENSITIVE = []
|
|
1498
1558
|
include Aws::Structure
|
|
1499
1559
|
end
|
|
1500
1560
|
|
|
@@ -1523,6 +1583,7 @@ module Aws::Chime
|
|
|
1523
1583
|
class DeleteAttendeeRequest < Struct.new(
|
|
1524
1584
|
:meeting_id,
|
|
1525
1585
|
:attendee_id)
|
|
1586
|
+
SENSITIVE = []
|
|
1526
1587
|
include Aws::Structure
|
|
1527
1588
|
end
|
|
1528
1589
|
|
|
@@ -1547,6 +1608,7 @@ module Aws::Chime
|
|
|
1547
1608
|
class DeleteEventsConfigurationRequest < Struct.new(
|
|
1548
1609
|
:account_id,
|
|
1549
1610
|
:bot_id)
|
|
1611
|
+
SENSITIVE = []
|
|
1550
1612
|
include Aws::Structure
|
|
1551
1613
|
end
|
|
1552
1614
|
|
|
@@ -1565,6 +1627,7 @@ module Aws::Chime
|
|
|
1565
1627
|
#
|
|
1566
1628
|
class DeleteMeetingRequest < Struct.new(
|
|
1567
1629
|
:meeting_id)
|
|
1630
|
+
SENSITIVE = []
|
|
1568
1631
|
include Aws::Structure
|
|
1569
1632
|
end
|
|
1570
1633
|
|
|
@@ -1583,6 +1646,7 @@ module Aws::Chime
|
|
|
1583
1646
|
#
|
|
1584
1647
|
class DeletePhoneNumberRequest < Struct.new(
|
|
1585
1648
|
:phone_number_id)
|
|
1649
|
+
SENSITIVE = []
|
|
1586
1650
|
include Aws::Structure
|
|
1587
1651
|
end
|
|
1588
1652
|
|
|
@@ -1607,6 +1671,7 @@ module Aws::Chime
|
|
|
1607
1671
|
class DeleteProxySessionRequest < Struct.new(
|
|
1608
1672
|
:voice_connector_id,
|
|
1609
1673
|
:proxy_session_id)
|
|
1674
|
+
SENSITIVE = []
|
|
1610
1675
|
include Aws::Structure
|
|
1611
1676
|
end
|
|
1612
1677
|
|
|
@@ -1637,6 +1702,7 @@ module Aws::Chime
|
|
|
1637
1702
|
:account_id,
|
|
1638
1703
|
:room_id,
|
|
1639
1704
|
:member_id)
|
|
1705
|
+
SENSITIVE = []
|
|
1640
1706
|
include Aws::Structure
|
|
1641
1707
|
end
|
|
1642
1708
|
|
|
@@ -1661,6 +1727,7 @@ module Aws::Chime
|
|
|
1661
1727
|
class DeleteRoomRequest < Struct.new(
|
|
1662
1728
|
:account_id,
|
|
1663
1729
|
:room_id)
|
|
1730
|
+
SENSITIVE = []
|
|
1664
1731
|
include Aws::Structure
|
|
1665
1732
|
end
|
|
1666
1733
|
|
|
@@ -1679,6 +1746,7 @@ module Aws::Chime
|
|
|
1679
1746
|
#
|
|
1680
1747
|
class DeleteVoiceConnectorGroupRequest < Struct.new(
|
|
1681
1748
|
:voice_connector_group_id)
|
|
1749
|
+
SENSITIVE = []
|
|
1682
1750
|
include Aws::Structure
|
|
1683
1751
|
end
|
|
1684
1752
|
|
|
@@ -1697,6 +1765,7 @@ module Aws::Chime
|
|
|
1697
1765
|
#
|
|
1698
1766
|
class DeleteVoiceConnectorOriginationRequest < Struct.new(
|
|
1699
1767
|
:voice_connector_id)
|
|
1768
|
+
SENSITIVE = []
|
|
1700
1769
|
include Aws::Structure
|
|
1701
1770
|
end
|
|
1702
1771
|
|
|
@@ -1715,6 +1784,7 @@ module Aws::Chime
|
|
|
1715
1784
|
#
|
|
1716
1785
|
class DeleteVoiceConnectorProxyRequest < Struct.new(
|
|
1717
1786
|
:voice_connector_id)
|
|
1787
|
+
SENSITIVE = []
|
|
1718
1788
|
include Aws::Structure
|
|
1719
1789
|
end
|
|
1720
1790
|
|
|
@@ -1733,6 +1803,7 @@ module Aws::Chime
|
|
|
1733
1803
|
#
|
|
1734
1804
|
class DeleteVoiceConnectorRequest < Struct.new(
|
|
1735
1805
|
:voice_connector_id)
|
|
1806
|
+
SENSITIVE = []
|
|
1736
1807
|
include Aws::Structure
|
|
1737
1808
|
end
|
|
1738
1809
|
|
|
@@ -1751,6 +1822,7 @@ module Aws::Chime
|
|
|
1751
1822
|
#
|
|
1752
1823
|
class DeleteVoiceConnectorStreamingConfigurationRequest < Struct.new(
|
|
1753
1824
|
:voice_connector_id)
|
|
1825
|
+
SENSITIVE = []
|
|
1754
1826
|
include Aws::Structure
|
|
1755
1827
|
end
|
|
1756
1828
|
|
|
@@ -1776,6 +1848,7 @@ module Aws::Chime
|
|
|
1776
1848
|
class DeleteVoiceConnectorTerminationCredentialsRequest < Struct.new(
|
|
1777
1849
|
:voice_connector_id,
|
|
1778
1850
|
:usernames)
|
|
1851
|
+
SENSITIVE = []
|
|
1779
1852
|
include Aws::Structure
|
|
1780
1853
|
end
|
|
1781
1854
|
|
|
@@ -1794,6 +1867,7 @@ module Aws::Chime
|
|
|
1794
1867
|
#
|
|
1795
1868
|
class DeleteVoiceConnectorTerminationRequest < Struct.new(
|
|
1796
1869
|
:voice_connector_id)
|
|
1870
|
+
SENSITIVE = []
|
|
1797
1871
|
include Aws::Structure
|
|
1798
1872
|
end
|
|
1799
1873
|
|
|
@@ -1818,6 +1892,7 @@ module Aws::Chime
|
|
|
1818
1892
|
class DisassociatePhoneNumberFromUserRequest < Struct.new(
|
|
1819
1893
|
:account_id,
|
|
1820
1894
|
:user_id)
|
|
1895
|
+
SENSITIVE = []
|
|
1821
1896
|
include Aws::Structure
|
|
1822
1897
|
end
|
|
1823
1898
|
|
|
@@ -1846,6 +1921,7 @@ module Aws::Chime
|
|
|
1846
1921
|
class DisassociatePhoneNumbersFromVoiceConnectorGroupRequest < Struct.new(
|
|
1847
1922
|
:voice_connector_group_id,
|
|
1848
1923
|
:e164_phone_numbers)
|
|
1924
|
+
SENSITIVE = []
|
|
1849
1925
|
include Aws::Structure
|
|
1850
1926
|
end
|
|
1851
1927
|
|
|
@@ -1859,6 +1935,7 @@ module Aws::Chime
|
|
|
1859
1935
|
#
|
|
1860
1936
|
class DisassociatePhoneNumbersFromVoiceConnectorGroupResponse < Struct.new(
|
|
1861
1937
|
:phone_number_errors)
|
|
1938
|
+
SENSITIVE = []
|
|
1862
1939
|
include Aws::Structure
|
|
1863
1940
|
end
|
|
1864
1941
|
|
|
@@ -1883,6 +1960,7 @@ module Aws::Chime
|
|
|
1883
1960
|
class DisassociatePhoneNumbersFromVoiceConnectorRequest < Struct.new(
|
|
1884
1961
|
:voice_connector_id,
|
|
1885
1962
|
:e164_phone_numbers)
|
|
1963
|
+
SENSITIVE = []
|
|
1886
1964
|
include Aws::Structure
|
|
1887
1965
|
end
|
|
1888
1966
|
|
|
@@ -1896,6 +1974,7 @@ module Aws::Chime
|
|
|
1896
1974
|
#
|
|
1897
1975
|
class DisassociatePhoneNumbersFromVoiceConnectorResponse < Struct.new(
|
|
1898
1976
|
:phone_number_errors)
|
|
1977
|
+
SENSITIVE = []
|
|
1899
1978
|
include Aws::Structure
|
|
1900
1979
|
end
|
|
1901
1980
|
|
|
@@ -1920,6 +1999,7 @@ module Aws::Chime
|
|
|
1920
1999
|
class DisassociateSigninDelegateGroupsFromAccountRequest < Struct.new(
|
|
1921
2000
|
:account_id,
|
|
1922
2001
|
:group_names)
|
|
2002
|
+
SENSITIVE = []
|
|
1923
2003
|
include Aws::Structure
|
|
1924
2004
|
end
|
|
1925
2005
|
|
|
@@ -1948,6 +2028,7 @@ module Aws::Chime
|
|
|
1948
2028
|
:bot_id,
|
|
1949
2029
|
:outbound_events_https_endpoint,
|
|
1950
2030
|
:lambda_function_arn)
|
|
2031
|
+
SENSITIVE = [:outbound_events_https_endpoint, :lambda_function_arn]
|
|
1951
2032
|
include Aws::Structure
|
|
1952
2033
|
end
|
|
1953
2034
|
|
|
@@ -1966,6 +2047,7 @@ module Aws::Chime
|
|
|
1966
2047
|
class ForbiddenException < Struct.new(
|
|
1967
2048
|
:code,
|
|
1968
2049
|
:message)
|
|
2050
|
+
SENSITIVE = []
|
|
1969
2051
|
include Aws::Structure
|
|
1970
2052
|
end
|
|
1971
2053
|
|
|
@@ -1993,6 +2075,7 @@ module Aws::Chime
|
|
|
1993
2075
|
class GeoMatchParams < Struct.new(
|
|
1994
2076
|
:country,
|
|
1995
2077
|
:area_code)
|
|
2078
|
+
SENSITIVE = []
|
|
1996
2079
|
include Aws::Structure
|
|
1997
2080
|
end
|
|
1998
2081
|
|
|
@@ -2011,6 +2094,7 @@ module Aws::Chime
|
|
|
2011
2094
|
#
|
|
2012
2095
|
class GetAccountRequest < Struct.new(
|
|
2013
2096
|
:account_id)
|
|
2097
|
+
SENSITIVE = []
|
|
2014
2098
|
include Aws::Structure
|
|
2015
2099
|
end
|
|
2016
2100
|
|
|
@@ -2022,6 +2106,7 @@ module Aws::Chime
|
|
|
2022
2106
|
#
|
|
2023
2107
|
class GetAccountResponse < Struct.new(
|
|
2024
2108
|
:account)
|
|
2109
|
+
SENSITIVE = []
|
|
2025
2110
|
include Aws::Structure
|
|
2026
2111
|
end
|
|
2027
2112
|
|
|
@@ -2040,6 +2125,7 @@ module Aws::Chime
|
|
|
2040
2125
|
#
|
|
2041
2126
|
class GetAccountSettingsRequest < Struct.new(
|
|
2042
2127
|
:account_id)
|
|
2128
|
+
SENSITIVE = []
|
|
2043
2129
|
include Aws::Structure
|
|
2044
2130
|
end
|
|
2045
2131
|
|
|
@@ -2051,6 +2137,7 @@ module Aws::Chime
|
|
|
2051
2137
|
#
|
|
2052
2138
|
class GetAccountSettingsResponse < Struct.new(
|
|
2053
2139
|
:account_settings)
|
|
2140
|
+
SENSITIVE = []
|
|
2054
2141
|
include Aws::Structure
|
|
2055
2142
|
end
|
|
2056
2143
|
|
|
@@ -2075,6 +2162,7 @@ module Aws::Chime
|
|
|
2075
2162
|
class GetAttendeeRequest < Struct.new(
|
|
2076
2163
|
:meeting_id,
|
|
2077
2164
|
:attendee_id)
|
|
2165
|
+
SENSITIVE = []
|
|
2078
2166
|
include Aws::Structure
|
|
2079
2167
|
end
|
|
2080
2168
|
|
|
@@ -2086,6 +2174,7 @@ module Aws::Chime
|
|
|
2086
2174
|
#
|
|
2087
2175
|
class GetAttendeeResponse < Struct.new(
|
|
2088
2176
|
:attendee)
|
|
2177
|
+
SENSITIVE = []
|
|
2089
2178
|
include Aws::Structure
|
|
2090
2179
|
end
|
|
2091
2180
|
|
|
@@ -2110,6 +2199,7 @@ module Aws::Chime
|
|
|
2110
2199
|
class GetBotRequest < Struct.new(
|
|
2111
2200
|
:account_id,
|
|
2112
2201
|
:bot_id)
|
|
2202
|
+
SENSITIVE = []
|
|
2113
2203
|
include Aws::Structure
|
|
2114
2204
|
end
|
|
2115
2205
|
|
|
@@ -2121,6 +2211,7 @@ module Aws::Chime
|
|
|
2121
2211
|
#
|
|
2122
2212
|
class GetBotResponse < Struct.new(
|
|
2123
2213
|
:bot)
|
|
2214
|
+
SENSITIVE = []
|
|
2124
2215
|
include Aws::Structure
|
|
2125
2216
|
end
|
|
2126
2217
|
|
|
@@ -2145,6 +2236,7 @@ module Aws::Chime
|
|
|
2145
2236
|
class GetEventsConfigurationRequest < Struct.new(
|
|
2146
2237
|
:account_id,
|
|
2147
2238
|
:bot_id)
|
|
2239
|
+
SENSITIVE = []
|
|
2148
2240
|
include Aws::Structure
|
|
2149
2241
|
end
|
|
2150
2242
|
|
|
@@ -2156,6 +2248,7 @@ module Aws::Chime
|
|
|
2156
2248
|
#
|
|
2157
2249
|
class GetEventsConfigurationResponse < Struct.new(
|
|
2158
2250
|
:events_configuration)
|
|
2251
|
+
SENSITIVE = []
|
|
2159
2252
|
include Aws::Structure
|
|
2160
2253
|
end
|
|
2161
2254
|
|
|
@@ -2172,6 +2265,7 @@ module Aws::Chime
|
|
|
2172
2265
|
class GetGlobalSettingsResponse < Struct.new(
|
|
2173
2266
|
:business_calling,
|
|
2174
2267
|
:voice_connector)
|
|
2268
|
+
SENSITIVE = []
|
|
2175
2269
|
include Aws::Structure
|
|
2176
2270
|
end
|
|
2177
2271
|
|
|
@@ -2190,6 +2284,7 @@ module Aws::Chime
|
|
|
2190
2284
|
#
|
|
2191
2285
|
class GetMeetingRequest < Struct.new(
|
|
2192
2286
|
:meeting_id)
|
|
2287
|
+
SENSITIVE = []
|
|
2193
2288
|
include Aws::Structure
|
|
2194
2289
|
end
|
|
2195
2290
|
|
|
@@ -2201,6 +2296,7 @@ module Aws::Chime
|
|
|
2201
2296
|
#
|
|
2202
2297
|
class GetMeetingResponse < Struct.new(
|
|
2203
2298
|
:meeting)
|
|
2299
|
+
SENSITIVE = []
|
|
2204
2300
|
include Aws::Structure
|
|
2205
2301
|
end
|
|
2206
2302
|
|
|
@@ -2219,6 +2315,7 @@ module Aws::Chime
|
|
|
2219
2315
|
#
|
|
2220
2316
|
class GetPhoneNumberOrderRequest < Struct.new(
|
|
2221
2317
|
:phone_number_order_id)
|
|
2318
|
+
SENSITIVE = []
|
|
2222
2319
|
include Aws::Structure
|
|
2223
2320
|
end
|
|
2224
2321
|
|
|
@@ -2230,6 +2327,7 @@ module Aws::Chime
|
|
|
2230
2327
|
#
|
|
2231
2328
|
class GetPhoneNumberOrderResponse < Struct.new(
|
|
2232
2329
|
:phone_number_order)
|
|
2330
|
+
SENSITIVE = []
|
|
2233
2331
|
include Aws::Structure
|
|
2234
2332
|
end
|
|
2235
2333
|
|
|
@@ -2248,6 +2346,7 @@ module Aws::Chime
|
|
|
2248
2346
|
#
|
|
2249
2347
|
class GetPhoneNumberRequest < Struct.new(
|
|
2250
2348
|
:phone_number_id)
|
|
2349
|
+
SENSITIVE = []
|
|
2251
2350
|
include Aws::Structure
|
|
2252
2351
|
end
|
|
2253
2352
|
|
|
@@ -2259,6 +2358,7 @@ module Aws::Chime
|
|
|
2259
2358
|
#
|
|
2260
2359
|
class GetPhoneNumberResponse < Struct.new(
|
|
2261
2360
|
:phone_number)
|
|
2361
|
+
SENSITIVE = []
|
|
2262
2362
|
include Aws::Structure
|
|
2263
2363
|
end
|
|
2264
2364
|
|
|
@@ -2275,6 +2375,7 @@ module Aws::Chime
|
|
|
2275
2375
|
class GetPhoneNumberSettingsResponse < Struct.new(
|
|
2276
2376
|
:calling_name,
|
|
2277
2377
|
:calling_name_updated_timestamp)
|
|
2378
|
+
SENSITIVE = [:calling_name]
|
|
2278
2379
|
include Aws::Structure
|
|
2279
2380
|
end
|
|
2280
2381
|
|
|
@@ -2299,6 +2400,7 @@ module Aws::Chime
|
|
|
2299
2400
|
class GetProxySessionRequest < Struct.new(
|
|
2300
2401
|
:voice_connector_id,
|
|
2301
2402
|
:proxy_session_id)
|
|
2403
|
+
SENSITIVE = []
|
|
2302
2404
|
include Aws::Structure
|
|
2303
2405
|
end
|
|
2304
2406
|
|
|
@@ -2310,6 +2412,7 @@ module Aws::Chime
|
|
|
2310
2412
|
#
|
|
2311
2413
|
class GetProxySessionResponse < Struct.new(
|
|
2312
2414
|
:proxy_session)
|
|
2415
|
+
SENSITIVE = []
|
|
2313
2416
|
include Aws::Structure
|
|
2314
2417
|
end
|
|
2315
2418
|
|
|
@@ -2328,6 +2431,7 @@ module Aws::Chime
|
|
|
2328
2431
|
#
|
|
2329
2432
|
class GetRetentionSettingsRequest < Struct.new(
|
|
2330
2433
|
:account_id)
|
|
2434
|
+
SENSITIVE = []
|
|
2331
2435
|
include Aws::Structure
|
|
2332
2436
|
end
|
|
2333
2437
|
|
|
@@ -2345,6 +2449,7 @@ module Aws::Chime
|
|
|
2345
2449
|
class GetRetentionSettingsResponse < Struct.new(
|
|
2346
2450
|
:retention_settings,
|
|
2347
2451
|
:initiate_deletion_timestamp)
|
|
2452
|
+
SENSITIVE = []
|
|
2348
2453
|
include Aws::Structure
|
|
2349
2454
|
end
|
|
2350
2455
|
|
|
@@ -2369,6 +2474,7 @@ module Aws::Chime
|
|
|
2369
2474
|
class GetRoomRequest < Struct.new(
|
|
2370
2475
|
:account_id,
|
|
2371
2476
|
:room_id)
|
|
2477
|
+
SENSITIVE = []
|
|
2372
2478
|
include Aws::Structure
|
|
2373
2479
|
end
|
|
2374
2480
|
|
|
@@ -2380,6 +2486,7 @@ module Aws::Chime
|
|
|
2380
2486
|
#
|
|
2381
2487
|
class GetRoomResponse < Struct.new(
|
|
2382
2488
|
:room)
|
|
2489
|
+
SENSITIVE = []
|
|
2383
2490
|
include Aws::Structure
|
|
2384
2491
|
end
|
|
2385
2492
|
|
|
@@ -2404,6 +2511,7 @@ module Aws::Chime
|
|
|
2404
2511
|
class GetUserRequest < Struct.new(
|
|
2405
2512
|
:account_id,
|
|
2406
2513
|
:user_id)
|
|
2514
|
+
SENSITIVE = []
|
|
2407
2515
|
include Aws::Structure
|
|
2408
2516
|
end
|
|
2409
2517
|
|
|
@@ -2415,6 +2523,7 @@ module Aws::Chime
|
|
|
2415
2523
|
#
|
|
2416
2524
|
class GetUserResponse < Struct.new(
|
|
2417
2525
|
:user)
|
|
2526
|
+
SENSITIVE = []
|
|
2418
2527
|
include Aws::Structure
|
|
2419
2528
|
end
|
|
2420
2529
|
|
|
@@ -2439,6 +2548,7 @@ module Aws::Chime
|
|
|
2439
2548
|
class GetUserSettingsRequest < Struct.new(
|
|
2440
2549
|
:account_id,
|
|
2441
2550
|
:user_id)
|
|
2551
|
+
SENSITIVE = []
|
|
2442
2552
|
include Aws::Structure
|
|
2443
2553
|
end
|
|
2444
2554
|
|
|
@@ -2450,6 +2560,7 @@ module Aws::Chime
|
|
|
2450
2560
|
#
|
|
2451
2561
|
class GetUserSettingsResponse < Struct.new(
|
|
2452
2562
|
:user_settings)
|
|
2563
|
+
SENSITIVE = []
|
|
2453
2564
|
include Aws::Structure
|
|
2454
2565
|
end
|
|
2455
2566
|
|
|
@@ -2468,6 +2579,7 @@ module Aws::Chime
|
|
|
2468
2579
|
#
|
|
2469
2580
|
class GetVoiceConnectorGroupRequest < Struct.new(
|
|
2470
2581
|
:voice_connector_group_id)
|
|
2582
|
+
SENSITIVE = []
|
|
2471
2583
|
include Aws::Structure
|
|
2472
2584
|
end
|
|
2473
2585
|
|
|
@@ -2479,6 +2591,7 @@ module Aws::Chime
|
|
|
2479
2591
|
#
|
|
2480
2592
|
class GetVoiceConnectorGroupResponse < Struct.new(
|
|
2481
2593
|
:voice_connector_group)
|
|
2594
|
+
SENSITIVE = []
|
|
2482
2595
|
include Aws::Structure
|
|
2483
2596
|
end
|
|
2484
2597
|
|
|
@@ -2497,6 +2610,7 @@ module Aws::Chime
|
|
|
2497
2610
|
#
|
|
2498
2611
|
class GetVoiceConnectorLoggingConfigurationRequest < Struct.new(
|
|
2499
2612
|
:voice_connector_id)
|
|
2613
|
+
SENSITIVE = []
|
|
2500
2614
|
include Aws::Structure
|
|
2501
2615
|
end
|
|
2502
2616
|
|
|
@@ -2508,6 +2622,7 @@ module Aws::Chime
|
|
|
2508
2622
|
#
|
|
2509
2623
|
class GetVoiceConnectorLoggingConfigurationResponse < Struct.new(
|
|
2510
2624
|
:logging_configuration)
|
|
2625
|
+
SENSITIVE = []
|
|
2511
2626
|
include Aws::Structure
|
|
2512
2627
|
end
|
|
2513
2628
|
|
|
@@ -2526,6 +2641,7 @@ module Aws::Chime
|
|
|
2526
2641
|
#
|
|
2527
2642
|
class GetVoiceConnectorOriginationRequest < Struct.new(
|
|
2528
2643
|
:voice_connector_id)
|
|
2644
|
+
SENSITIVE = []
|
|
2529
2645
|
include Aws::Structure
|
|
2530
2646
|
end
|
|
2531
2647
|
|
|
@@ -2537,6 +2653,7 @@ module Aws::Chime
|
|
|
2537
2653
|
#
|
|
2538
2654
|
class GetVoiceConnectorOriginationResponse < Struct.new(
|
|
2539
2655
|
:origination)
|
|
2656
|
+
SENSITIVE = []
|
|
2540
2657
|
include Aws::Structure
|
|
2541
2658
|
end
|
|
2542
2659
|
|
|
@@ -2555,6 +2672,7 @@ module Aws::Chime
|
|
|
2555
2672
|
#
|
|
2556
2673
|
class GetVoiceConnectorProxyRequest < Struct.new(
|
|
2557
2674
|
:voice_connector_id)
|
|
2675
|
+
SENSITIVE = []
|
|
2558
2676
|
include Aws::Structure
|
|
2559
2677
|
end
|
|
2560
2678
|
|
|
@@ -2566,6 +2684,7 @@ module Aws::Chime
|
|
|
2566
2684
|
#
|
|
2567
2685
|
class GetVoiceConnectorProxyResponse < Struct.new(
|
|
2568
2686
|
:proxy)
|
|
2687
|
+
SENSITIVE = []
|
|
2569
2688
|
include Aws::Structure
|
|
2570
2689
|
end
|
|
2571
2690
|
|
|
@@ -2584,6 +2703,7 @@ module Aws::Chime
|
|
|
2584
2703
|
#
|
|
2585
2704
|
class GetVoiceConnectorRequest < Struct.new(
|
|
2586
2705
|
:voice_connector_id)
|
|
2706
|
+
SENSITIVE = []
|
|
2587
2707
|
include Aws::Structure
|
|
2588
2708
|
end
|
|
2589
2709
|
|
|
@@ -2595,6 +2715,7 @@ module Aws::Chime
|
|
|
2595
2715
|
#
|
|
2596
2716
|
class GetVoiceConnectorResponse < Struct.new(
|
|
2597
2717
|
:voice_connector)
|
|
2718
|
+
SENSITIVE = []
|
|
2598
2719
|
include Aws::Structure
|
|
2599
2720
|
end
|
|
2600
2721
|
|
|
@@ -2613,6 +2734,7 @@ module Aws::Chime
|
|
|
2613
2734
|
#
|
|
2614
2735
|
class GetVoiceConnectorStreamingConfigurationRequest < Struct.new(
|
|
2615
2736
|
:voice_connector_id)
|
|
2737
|
+
SENSITIVE = []
|
|
2616
2738
|
include Aws::Structure
|
|
2617
2739
|
end
|
|
2618
2740
|
|
|
@@ -2624,6 +2746,7 @@ module Aws::Chime
|
|
|
2624
2746
|
#
|
|
2625
2747
|
class GetVoiceConnectorStreamingConfigurationResponse < Struct.new(
|
|
2626
2748
|
:streaming_configuration)
|
|
2749
|
+
SENSITIVE = []
|
|
2627
2750
|
include Aws::Structure
|
|
2628
2751
|
end
|
|
2629
2752
|
|
|
@@ -2642,6 +2765,7 @@ module Aws::Chime
|
|
|
2642
2765
|
#
|
|
2643
2766
|
class GetVoiceConnectorTerminationHealthRequest < Struct.new(
|
|
2644
2767
|
:voice_connector_id)
|
|
2768
|
+
SENSITIVE = []
|
|
2645
2769
|
include Aws::Structure
|
|
2646
2770
|
end
|
|
2647
2771
|
|
|
@@ -2653,6 +2777,7 @@ module Aws::Chime
|
|
|
2653
2777
|
#
|
|
2654
2778
|
class GetVoiceConnectorTerminationHealthResponse < Struct.new(
|
|
2655
2779
|
:termination_health)
|
|
2780
|
+
SENSITIVE = []
|
|
2656
2781
|
include Aws::Structure
|
|
2657
2782
|
end
|
|
2658
2783
|
|
|
@@ -2671,6 +2796,7 @@ module Aws::Chime
|
|
|
2671
2796
|
#
|
|
2672
2797
|
class GetVoiceConnectorTerminationRequest < Struct.new(
|
|
2673
2798
|
:voice_connector_id)
|
|
2799
|
+
SENSITIVE = []
|
|
2674
2800
|
include Aws::Structure
|
|
2675
2801
|
end
|
|
2676
2802
|
|
|
@@ -2682,6 +2808,7 @@ module Aws::Chime
|
|
|
2682
2808
|
#
|
|
2683
2809
|
class GetVoiceConnectorTerminationResponse < Struct.new(
|
|
2684
2810
|
:termination)
|
|
2811
|
+
SENSITIVE = []
|
|
2685
2812
|
include Aws::Structure
|
|
2686
2813
|
end
|
|
2687
2814
|
|
|
@@ -2711,6 +2838,7 @@ module Aws::Chime
|
|
|
2711
2838
|
:status,
|
|
2712
2839
|
:email_address,
|
|
2713
2840
|
:email_status)
|
|
2841
|
+
SENSITIVE = [:email_address]
|
|
2714
2842
|
include Aws::Structure
|
|
2715
2843
|
end
|
|
2716
2844
|
|
|
@@ -2741,6 +2869,7 @@ module Aws::Chime
|
|
|
2741
2869
|
:account_id,
|
|
2742
2870
|
:user_email_list,
|
|
2743
2871
|
:user_type)
|
|
2872
|
+
SENSITIVE = []
|
|
2744
2873
|
include Aws::Structure
|
|
2745
2874
|
end
|
|
2746
2875
|
|
|
@@ -2752,6 +2881,7 @@ module Aws::Chime
|
|
|
2752
2881
|
#
|
|
2753
2882
|
class InviteUsersResponse < Struct.new(
|
|
2754
2883
|
:invites)
|
|
2884
|
+
SENSITIVE = []
|
|
2755
2885
|
include Aws::Structure
|
|
2756
2886
|
end
|
|
2757
2887
|
|
|
@@ -2789,6 +2919,7 @@ module Aws::Chime
|
|
|
2789
2919
|
:user_email,
|
|
2790
2920
|
:next_token,
|
|
2791
2921
|
:max_results)
|
|
2922
|
+
SENSITIVE = [:user_email]
|
|
2792
2923
|
include Aws::Structure
|
|
2793
2924
|
end
|
|
2794
2925
|
|
|
@@ -2805,6 +2936,7 @@ module Aws::Chime
|
|
|
2805
2936
|
class ListAccountsResponse < Struct.new(
|
|
2806
2937
|
:accounts,
|
|
2807
2938
|
:next_token)
|
|
2939
|
+
SENSITIVE = []
|
|
2808
2940
|
include Aws::Structure
|
|
2809
2941
|
end
|
|
2810
2942
|
|
|
@@ -2829,6 +2961,7 @@ module Aws::Chime
|
|
|
2829
2961
|
class ListAttendeeTagsRequest < Struct.new(
|
|
2830
2962
|
:meeting_id,
|
|
2831
2963
|
:attendee_id)
|
|
2964
|
+
SENSITIVE = []
|
|
2832
2965
|
include Aws::Structure
|
|
2833
2966
|
end
|
|
2834
2967
|
|
|
@@ -2840,6 +2973,7 @@ module Aws::Chime
|
|
|
2840
2973
|
#
|
|
2841
2974
|
class ListAttendeeTagsResponse < Struct.new(
|
|
2842
2975
|
:tags)
|
|
2976
|
+
SENSITIVE = []
|
|
2843
2977
|
include Aws::Structure
|
|
2844
2978
|
end
|
|
2845
2979
|
|
|
@@ -2870,6 +3004,7 @@ module Aws::Chime
|
|
|
2870
3004
|
:meeting_id,
|
|
2871
3005
|
:next_token,
|
|
2872
3006
|
:max_results)
|
|
3007
|
+
SENSITIVE = []
|
|
2873
3008
|
include Aws::Structure
|
|
2874
3009
|
end
|
|
2875
3010
|
|
|
@@ -2886,6 +3021,7 @@ module Aws::Chime
|
|
|
2886
3021
|
class ListAttendeesResponse < Struct.new(
|
|
2887
3022
|
:attendees,
|
|
2888
3023
|
:next_token)
|
|
3024
|
+
SENSITIVE = []
|
|
2889
3025
|
include Aws::Structure
|
|
2890
3026
|
end
|
|
2891
3027
|
|
|
@@ -2917,6 +3053,7 @@ module Aws::Chime
|
|
|
2917
3053
|
:account_id,
|
|
2918
3054
|
:max_results,
|
|
2919
3055
|
:next_token)
|
|
3056
|
+
SENSITIVE = []
|
|
2920
3057
|
include Aws::Structure
|
|
2921
3058
|
end
|
|
2922
3059
|
|
|
@@ -2933,6 +3070,7 @@ module Aws::Chime
|
|
|
2933
3070
|
class ListBotsResponse < Struct.new(
|
|
2934
3071
|
:bots,
|
|
2935
3072
|
:next_token)
|
|
3073
|
+
SENSITIVE = []
|
|
2936
3074
|
include Aws::Structure
|
|
2937
3075
|
end
|
|
2938
3076
|
|
|
@@ -2951,6 +3089,7 @@ module Aws::Chime
|
|
|
2951
3089
|
#
|
|
2952
3090
|
class ListMeetingTagsRequest < Struct.new(
|
|
2953
3091
|
:meeting_id)
|
|
3092
|
+
SENSITIVE = []
|
|
2954
3093
|
include Aws::Structure
|
|
2955
3094
|
end
|
|
2956
3095
|
|
|
@@ -2962,6 +3101,7 @@ module Aws::Chime
|
|
|
2962
3101
|
#
|
|
2963
3102
|
class ListMeetingTagsResponse < Struct.new(
|
|
2964
3103
|
:tags)
|
|
3104
|
+
SENSITIVE = []
|
|
2965
3105
|
include Aws::Structure
|
|
2966
3106
|
end
|
|
2967
3107
|
|
|
@@ -2986,6 +3126,7 @@ module Aws::Chime
|
|
|
2986
3126
|
class ListMeetingsRequest < Struct.new(
|
|
2987
3127
|
:next_token,
|
|
2988
3128
|
:max_results)
|
|
3129
|
+
SENSITIVE = []
|
|
2989
3130
|
include Aws::Structure
|
|
2990
3131
|
end
|
|
2991
3132
|
|
|
@@ -3002,6 +3143,7 @@ module Aws::Chime
|
|
|
3002
3143
|
class ListMeetingsResponse < Struct.new(
|
|
3003
3144
|
:meetings,
|
|
3004
3145
|
:next_token)
|
|
3146
|
+
SENSITIVE = []
|
|
3005
3147
|
include Aws::Structure
|
|
3006
3148
|
end
|
|
3007
3149
|
|
|
@@ -3026,6 +3168,7 @@ module Aws::Chime
|
|
|
3026
3168
|
class ListPhoneNumberOrdersRequest < Struct.new(
|
|
3027
3169
|
:next_token,
|
|
3028
3170
|
:max_results)
|
|
3171
|
+
SENSITIVE = []
|
|
3029
3172
|
include Aws::Structure
|
|
3030
3173
|
end
|
|
3031
3174
|
|
|
@@ -3042,6 +3185,7 @@ module Aws::Chime
|
|
|
3042
3185
|
class ListPhoneNumberOrdersResponse < Struct.new(
|
|
3043
3186
|
:phone_number_orders,
|
|
3044
3187
|
:next_token)
|
|
3188
|
+
SENSITIVE = []
|
|
3045
3189
|
include Aws::Structure
|
|
3046
3190
|
end
|
|
3047
3191
|
|
|
@@ -3090,6 +3234,7 @@ module Aws::Chime
|
|
|
3090
3234
|
:filter_value,
|
|
3091
3235
|
:max_results,
|
|
3092
3236
|
:next_token)
|
|
3237
|
+
SENSITIVE = []
|
|
3093
3238
|
include Aws::Structure
|
|
3094
3239
|
end
|
|
3095
3240
|
|
|
@@ -3106,6 +3251,7 @@ module Aws::Chime
|
|
|
3106
3251
|
class ListPhoneNumbersResponse < Struct.new(
|
|
3107
3252
|
:phone_numbers,
|
|
3108
3253
|
:next_token)
|
|
3254
|
+
SENSITIVE = []
|
|
3109
3255
|
include Aws::Structure
|
|
3110
3256
|
end
|
|
3111
3257
|
|
|
@@ -3142,6 +3288,7 @@ module Aws::Chime
|
|
|
3142
3288
|
:status,
|
|
3143
3289
|
:next_token,
|
|
3144
3290
|
:max_results)
|
|
3291
|
+
SENSITIVE = []
|
|
3145
3292
|
include Aws::Structure
|
|
3146
3293
|
end
|
|
3147
3294
|
|
|
@@ -3158,6 +3305,7 @@ module Aws::Chime
|
|
|
3158
3305
|
class ListProxySessionsResponse < Struct.new(
|
|
3159
3306
|
:proxy_sessions,
|
|
3160
3307
|
:next_token)
|
|
3308
|
+
SENSITIVE = []
|
|
3161
3309
|
include Aws::Structure
|
|
3162
3310
|
end
|
|
3163
3311
|
|
|
@@ -3194,6 +3342,7 @@ module Aws::Chime
|
|
|
3194
3342
|
:room_id,
|
|
3195
3343
|
:max_results,
|
|
3196
3344
|
:next_token)
|
|
3345
|
+
SENSITIVE = []
|
|
3197
3346
|
include Aws::Structure
|
|
3198
3347
|
end
|
|
3199
3348
|
|
|
@@ -3210,6 +3359,7 @@ module Aws::Chime
|
|
|
3210
3359
|
class ListRoomMembershipsResponse < Struct.new(
|
|
3211
3360
|
:room_memberships,
|
|
3212
3361
|
:next_token)
|
|
3362
|
+
SENSITIVE = []
|
|
3213
3363
|
include Aws::Structure
|
|
3214
3364
|
end
|
|
3215
3365
|
|
|
@@ -3246,6 +3396,7 @@ module Aws::Chime
|
|
|
3246
3396
|
:member_id,
|
|
3247
3397
|
:max_results,
|
|
3248
3398
|
:next_token)
|
|
3399
|
+
SENSITIVE = []
|
|
3249
3400
|
include Aws::Structure
|
|
3250
3401
|
end
|
|
3251
3402
|
|
|
@@ -3262,6 +3413,7 @@ module Aws::Chime
|
|
|
3262
3413
|
class ListRoomsResponse < Struct.new(
|
|
3263
3414
|
:rooms,
|
|
3264
3415
|
:next_token)
|
|
3416
|
+
SENSITIVE = []
|
|
3265
3417
|
include Aws::Structure
|
|
3266
3418
|
end
|
|
3267
3419
|
|
|
@@ -3280,6 +3432,7 @@ module Aws::Chime
|
|
|
3280
3432
|
#
|
|
3281
3433
|
class ListTagsForResourceRequest < Struct.new(
|
|
3282
3434
|
:resource_arn)
|
|
3435
|
+
SENSITIVE = [:resource_arn]
|
|
3283
3436
|
include Aws::Structure
|
|
3284
3437
|
end
|
|
3285
3438
|
|
|
@@ -3291,6 +3444,7 @@ module Aws::Chime
|
|
|
3291
3444
|
#
|
|
3292
3445
|
class ListTagsForResourceResponse < Struct.new(
|
|
3293
3446
|
:tags)
|
|
3447
|
+
SENSITIVE = []
|
|
3294
3448
|
include Aws::Structure
|
|
3295
3449
|
end
|
|
3296
3450
|
|
|
@@ -3334,6 +3488,7 @@ module Aws::Chime
|
|
|
3334
3488
|
:user_type,
|
|
3335
3489
|
:max_results,
|
|
3336
3490
|
:next_token)
|
|
3491
|
+
SENSITIVE = [:user_email]
|
|
3337
3492
|
include Aws::Structure
|
|
3338
3493
|
end
|
|
3339
3494
|
|
|
@@ -3350,6 +3505,7 @@ module Aws::Chime
|
|
|
3350
3505
|
class ListUsersResponse < Struct.new(
|
|
3351
3506
|
:users,
|
|
3352
3507
|
:next_token)
|
|
3508
|
+
SENSITIVE = []
|
|
3353
3509
|
include Aws::Structure
|
|
3354
3510
|
end
|
|
3355
3511
|
|
|
@@ -3374,6 +3530,7 @@ module Aws::Chime
|
|
|
3374
3530
|
class ListVoiceConnectorGroupsRequest < Struct.new(
|
|
3375
3531
|
:next_token,
|
|
3376
3532
|
:max_results)
|
|
3533
|
+
SENSITIVE = []
|
|
3377
3534
|
include Aws::Structure
|
|
3378
3535
|
end
|
|
3379
3536
|
|
|
@@ -3390,6 +3547,7 @@ module Aws::Chime
|
|
|
3390
3547
|
class ListVoiceConnectorGroupsResponse < Struct.new(
|
|
3391
3548
|
:voice_connector_groups,
|
|
3392
3549
|
:next_token)
|
|
3550
|
+
SENSITIVE = []
|
|
3393
3551
|
include Aws::Structure
|
|
3394
3552
|
end
|
|
3395
3553
|
|
|
@@ -3408,6 +3566,7 @@ module Aws::Chime
|
|
|
3408
3566
|
#
|
|
3409
3567
|
class ListVoiceConnectorTerminationCredentialsRequest < Struct.new(
|
|
3410
3568
|
:voice_connector_id)
|
|
3569
|
+
SENSITIVE = []
|
|
3411
3570
|
include Aws::Structure
|
|
3412
3571
|
end
|
|
3413
3572
|
|
|
@@ -3419,6 +3578,7 @@ module Aws::Chime
|
|
|
3419
3578
|
#
|
|
3420
3579
|
class ListVoiceConnectorTerminationCredentialsResponse < Struct.new(
|
|
3421
3580
|
:usernames)
|
|
3581
|
+
SENSITIVE = []
|
|
3422
3582
|
include Aws::Structure
|
|
3423
3583
|
end
|
|
3424
3584
|
|
|
@@ -3443,6 +3603,7 @@ module Aws::Chime
|
|
|
3443
3603
|
class ListVoiceConnectorsRequest < Struct.new(
|
|
3444
3604
|
:next_token,
|
|
3445
3605
|
:max_results)
|
|
3606
|
+
SENSITIVE = []
|
|
3446
3607
|
include Aws::Structure
|
|
3447
3608
|
end
|
|
3448
3609
|
|
|
@@ -3459,6 +3620,7 @@ module Aws::Chime
|
|
|
3459
3620
|
class ListVoiceConnectorsResponse < Struct.new(
|
|
3460
3621
|
:voice_connectors,
|
|
3461
3622
|
:next_token)
|
|
3623
|
+
SENSITIVE = []
|
|
3462
3624
|
include Aws::Structure
|
|
3463
3625
|
end
|
|
3464
3626
|
|
|
@@ -3482,6 +3644,7 @@ module Aws::Chime
|
|
|
3482
3644
|
#
|
|
3483
3645
|
class LoggingConfiguration < Struct.new(
|
|
3484
3646
|
:enable_sip_logs)
|
|
3647
|
+
SENSITIVE = []
|
|
3485
3648
|
include Aws::Structure
|
|
3486
3649
|
end
|
|
3487
3650
|
|
|
@@ -3506,6 +3669,7 @@ module Aws::Chime
|
|
|
3506
3669
|
class LogoutUserRequest < Struct.new(
|
|
3507
3670
|
:account_id,
|
|
3508
3671
|
:user_id)
|
|
3672
|
+
SENSITIVE = []
|
|
3509
3673
|
include Aws::Structure
|
|
3510
3674
|
end
|
|
3511
3675
|
|
|
@@ -3554,6 +3718,7 @@ module Aws::Chime
|
|
|
3554
3718
|
:screen_viewing_url,
|
|
3555
3719
|
:signaling_url,
|
|
3556
3720
|
:turn_control_url)
|
|
3721
|
+
SENSITIVE = []
|
|
3557
3722
|
include Aws::Structure
|
|
3558
3723
|
end
|
|
3559
3724
|
|
|
@@ -3586,6 +3751,7 @@ module Aws::Chime
|
|
|
3586
3751
|
:external_meeting_id,
|
|
3587
3752
|
:media_placement,
|
|
3588
3753
|
:media_region)
|
|
3754
|
+
SENSITIVE = [:external_meeting_id]
|
|
3589
3755
|
include Aws::Structure
|
|
3590
3756
|
end
|
|
3591
3757
|
|
|
@@ -3615,6 +3781,7 @@ module Aws::Chime
|
|
|
3615
3781
|
class MeetingNotificationConfiguration < Struct.new(
|
|
3616
3782
|
:sns_topic_arn,
|
|
3617
3783
|
:sqs_queue_arn)
|
|
3784
|
+
SENSITIVE = [:sns_topic_arn, :sqs_queue_arn]
|
|
3618
3785
|
include Aws::Structure
|
|
3619
3786
|
end
|
|
3620
3787
|
|
|
@@ -3649,6 +3816,7 @@ module Aws::Chime
|
|
|
3649
3816
|
:email,
|
|
3650
3817
|
:full_name,
|
|
3651
3818
|
:account_id)
|
|
3819
|
+
SENSITIVE = [:email, :full_name]
|
|
3652
3820
|
include Aws::Structure
|
|
3653
3821
|
end
|
|
3654
3822
|
|
|
@@ -3672,6 +3840,7 @@ module Aws::Chime
|
|
|
3672
3840
|
:member_id,
|
|
3673
3841
|
:error_code,
|
|
3674
3842
|
:error_message)
|
|
3843
|
+
SENSITIVE = []
|
|
3675
3844
|
include Aws::Structure
|
|
3676
3845
|
end
|
|
3677
3846
|
|
|
@@ -3698,6 +3867,7 @@ module Aws::Chime
|
|
|
3698
3867
|
class MembershipItem < Struct.new(
|
|
3699
3868
|
:member_id,
|
|
3700
3869
|
:role)
|
|
3870
|
+
SENSITIVE = []
|
|
3701
3871
|
include Aws::Structure
|
|
3702
3872
|
end
|
|
3703
3873
|
|
|
@@ -3715,6 +3885,7 @@ module Aws::Chime
|
|
|
3715
3885
|
class NotFoundException < Struct.new(
|
|
3716
3886
|
:code,
|
|
3717
3887
|
:message)
|
|
3888
|
+
SENSITIVE = []
|
|
3718
3889
|
include Aws::Structure
|
|
3719
3890
|
end
|
|
3720
3891
|
|
|
@@ -3733,6 +3904,7 @@ module Aws::Chime
|
|
|
3733
3904
|
class OrderedPhoneNumber < Struct.new(
|
|
3734
3905
|
:e164_phone_number,
|
|
3735
3906
|
:status)
|
|
3907
|
+
SENSITIVE = [:e164_phone_number]
|
|
3736
3908
|
include Aws::Structure
|
|
3737
3909
|
end
|
|
3738
3910
|
|
|
@@ -3770,6 +3942,7 @@ module Aws::Chime
|
|
|
3770
3942
|
class Origination < Struct.new(
|
|
3771
3943
|
:routes,
|
|
3772
3944
|
:disabled)
|
|
3945
|
+
SENSITIVE = []
|
|
3773
3946
|
include Aws::Structure
|
|
3774
3947
|
end
|
|
3775
3948
|
|
|
@@ -3820,6 +3993,7 @@ module Aws::Chime
|
|
|
3820
3993
|
:protocol,
|
|
3821
3994
|
:priority,
|
|
3822
3995
|
:weight)
|
|
3996
|
+
SENSITIVE = []
|
|
3823
3997
|
include Aws::Structure
|
|
3824
3998
|
end
|
|
3825
3999
|
|
|
@@ -3839,6 +4013,7 @@ module Aws::Chime
|
|
|
3839
4013
|
class Participant < Struct.new(
|
|
3840
4014
|
:phone_number,
|
|
3841
4015
|
:proxy_phone_number)
|
|
4016
|
+
SENSITIVE = [:phone_number, :proxy_phone_number]
|
|
3842
4017
|
include Aws::Structure
|
|
3843
4018
|
end
|
|
3844
4019
|
|
|
@@ -3908,6 +4083,7 @@ module Aws::Chime
|
|
|
3908
4083
|
:created_timestamp,
|
|
3909
4084
|
:updated_timestamp,
|
|
3910
4085
|
:deletion_timestamp)
|
|
4086
|
+
SENSITIVE = [:e164_phone_number, :calling_name]
|
|
3911
4087
|
include Aws::Structure
|
|
3912
4088
|
end
|
|
3913
4089
|
|
|
@@ -3935,6 +4111,7 @@ module Aws::Chime
|
|
|
3935
4111
|
:value,
|
|
3936
4112
|
:name,
|
|
3937
4113
|
:associated_timestamp)
|
|
4114
|
+
SENSITIVE = []
|
|
3938
4115
|
include Aws::Structure
|
|
3939
4116
|
end
|
|
3940
4117
|
|
|
@@ -3979,6 +4156,7 @@ module Aws::Chime
|
|
|
3979
4156
|
:outbound_sms,
|
|
3980
4157
|
:inbound_mms,
|
|
3981
4158
|
:outbound_mms)
|
|
4159
|
+
SENSITIVE = []
|
|
3982
4160
|
include Aws::Structure
|
|
3983
4161
|
end
|
|
3984
4162
|
|
|
@@ -4004,6 +4182,7 @@ module Aws::Chime
|
|
|
4004
4182
|
:phone_number_id,
|
|
4005
4183
|
:error_code,
|
|
4006
4184
|
:error_message)
|
|
4185
|
+
SENSITIVE = []
|
|
4007
4186
|
include Aws::Structure
|
|
4008
4187
|
end
|
|
4009
4188
|
|
|
@@ -4043,6 +4222,7 @@ module Aws::Chime
|
|
|
4043
4222
|
:ordered_phone_numbers,
|
|
4044
4223
|
:created_timestamp,
|
|
4045
4224
|
:updated_timestamp)
|
|
4225
|
+
SENSITIVE = []
|
|
4046
4226
|
include Aws::Structure
|
|
4047
4227
|
end
|
|
4048
4228
|
|
|
@@ -4072,6 +4252,7 @@ module Aws::Chime
|
|
|
4072
4252
|
:disabled,
|
|
4073
4253
|
:fall_back_phone_number,
|
|
4074
4254
|
:phone_number_countries)
|
|
4255
|
+
SENSITIVE = [:fall_back_phone_number]
|
|
4075
4256
|
include Aws::Structure
|
|
4076
4257
|
end
|
|
4077
4258
|
|
|
@@ -4147,6 +4328,7 @@ module Aws::Chime
|
|
|
4147
4328
|
:number_selection_behavior,
|
|
4148
4329
|
:geo_match_level,
|
|
4149
4330
|
:geo_match_params)
|
|
4331
|
+
SENSITIVE = []
|
|
4150
4332
|
include Aws::Structure
|
|
4151
4333
|
end
|
|
4152
4334
|
|
|
@@ -4183,6 +4365,7 @@ module Aws::Chime
|
|
|
4183
4365
|
:bot_id,
|
|
4184
4366
|
:outbound_events_https_endpoint,
|
|
4185
4367
|
:lambda_function_arn)
|
|
4368
|
+
SENSITIVE = [:outbound_events_https_endpoint, :lambda_function_arn]
|
|
4186
4369
|
include Aws::Structure
|
|
4187
4370
|
end
|
|
4188
4371
|
|
|
@@ -4195,6 +4378,7 @@ module Aws::Chime
|
|
|
4195
4378
|
#
|
|
4196
4379
|
class PutEventsConfigurationResponse < Struct.new(
|
|
4197
4380
|
:events_configuration)
|
|
4381
|
+
SENSITIVE = []
|
|
4198
4382
|
include Aws::Structure
|
|
4199
4383
|
end
|
|
4200
4384
|
|
|
@@ -4226,6 +4410,7 @@ module Aws::Chime
|
|
|
4226
4410
|
class PutRetentionSettingsRequest < Struct.new(
|
|
4227
4411
|
:account_id,
|
|
4228
4412
|
:retention_settings)
|
|
4413
|
+
SENSITIVE = []
|
|
4229
4414
|
include Aws::Structure
|
|
4230
4415
|
end
|
|
4231
4416
|
|
|
@@ -4243,6 +4428,7 @@ module Aws::Chime
|
|
|
4243
4428
|
class PutRetentionSettingsResponse < Struct.new(
|
|
4244
4429
|
:retention_settings,
|
|
4245
4430
|
:initiate_deletion_timestamp)
|
|
4431
|
+
SENSITIVE = []
|
|
4246
4432
|
include Aws::Structure
|
|
4247
4433
|
end
|
|
4248
4434
|
|
|
@@ -4269,6 +4455,7 @@ module Aws::Chime
|
|
|
4269
4455
|
class PutVoiceConnectorLoggingConfigurationRequest < Struct.new(
|
|
4270
4456
|
:voice_connector_id,
|
|
4271
4457
|
:logging_configuration)
|
|
4458
|
+
SENSITIVE = []
|
|
4272
4459
|
include Aws::Structure
|
|
4273
4460
|
end
|
|
4274
4461
|
|
|
@@ -4280,6 +4467,7 @@ module Aws::Chime
|
|
|
4280
4467
|
#
|
|
4281
4468
|
class PutVoiceConnectorLoggingConfigurationResponse < Struct.new(
|
|
4282
4469
|
:logging_configuration)
|
|
4470
|
+
SENSITIVE = []
|
|
4283
4471
|
include Aws::Structure
|
|
4284
4472
|
end
|
|
4285
4473
|
|
|
@@ -4315,6 +4503,7 @@ module Aws::Chime
|
|
|
4315
4503
|
class PutVoiceConnectorOriginationRequest < Struct.new(
|
|
4316
4504
|
:voice_connector_id,
|
|
4317
4505
|
:origination)
|
|
4506
|
+
SENSITIVE = []
|
|
4318
4507
|
include Aws::Structure
|
|
4319
4508
|
end
|
|
4320
4509
|
|
|
@@ -4326,6 +4515,7 @@ module Aws::Chime
|
|
|
4326
4515
|
#
|
|
4327
4516
|
class PutVoiceConnectorOriginationResponse < Struct.new(
|
|
4328
4517
|
:origination)
|
|
4518
|
+
SENSITIVE = []
|
|
4329
4519
|
include Aws::Structure
|
|
4330
4520
|
end
|
|
4331
4521
|
|
|
@@ -4369,6 +4559,7 @@ module Aws::Chime
|
|
|
4369
4559
|
:phone_number_pool_countries,
|
|
4370
4560
|
:fall_back_phone_number,
|
|
4371
4561
|
:disabled)
|
|
4562
|
+
SENSITIVE = [:fall_back_phone_number]
|
|
4372
4563
|
include Aws::Structure
|
|
4373
4564
|
end
|
|
4374
4565
|
|
|
@@ -4380,6 +4571,7 @@ module Aws::Chime
|
|
|
4380
4571
|
#
|
|
4381
4572
|
class PutVoiceConnectorProxyResponse < Struct.new(
|
|
4382
4573
|
:proxy)
|
|
4574
|
+
SENSITIVE = []
|
|
4383
4575
|
include Aws::Structure
|
|
4384
4576
|
end
|
|
4385
4577
|
|
|
@@ -4412,6 +4604,7 @@ module Aws::Chime
|
|
|
4412
4604
|
class PutVoiceConnectorStreamingConfigurationRequest < Struct.new(
|
|
4413
4605
|
:voice_connector_id,
|
|
4414
4606
|
:streaming_configuration)
|
|
4607
|
+
SENSITIVE = []
|
|
4415
4608
|
include Aws::Structure
|
|
4416
4609
|
end
|
|
4417
4610
|
|
|
@@ -4423,6 +4616,7 @@ module Aws::Chime
|
|
|
4423
4616
|
#
|
|
4424
4617
|
class PutVoiceConnectorStreamingConfigurationResponse < Struct.new(
|
|
4425
4618
|
:streaming_configuration)
|
|
4619
|
+
SENSITIVE = []
|
|
4426
4620
|
include Aws::Structure
|
|
4427
4621
|
end
|
|
4428
4622
|
|
|
@@ -4452,6 +4646,7 @@ module Aws::Chime
|
|
|
4452
4646
|
class PutVoiceConnectorTerminationCredentialsRequest < Struct.new(
|
|
4453
4647
|
:voice_connector_id,
|
|
4454
4648
|
:credentials)
|
|
4649
|
+
SENSITIVE = []
|
|
4455
4650
|
include Aws::Structure
|
|
4456
4651
|
end
|
|
4457
4652
|
|
|
@@ -4482,6 +4677,7 @@ module Aws::Chime
|
|
|
4482
4677
|
class PutVoiceConnectorTerminationRequest < Struct.new(
|
|
4483
4678
|
:voice_connector_id,
|
|
4484
4679
|
:termination)
|
|
4680
|
+
SENSITIVE = []
|
|
4485
4681
|
include Aws::Structure
|
|
4486
4682
|
end
|
|
4487
4683
|
|
|
@@ -4493,6 +4689,7 @@ module Aws::Chime
|
|
|
4493
4689
|
#
|
|
4494
4690
|
class PutVoiceConnectorTerminationResponse < Struct.new(
|
|
4495
4691
|
:termination)
|
|
4692
|
+
SENSITIVE = []
|
|
4496
4693
|
include Aws::Structure
|
|
4497
4694
|
end
|
|
4498
4695
|
|
|
@@ -4523,6 +4720,7 @@ module Aws::Chime
|
|
|
4523
4720
|
:account_id,
|
|
4524
4721
|
:conversation_id,
|
|
4525
4722
|
:message_id)
|
|
4723
|
+
SENSITIVE = []
|
|
4526
4724
|
include Aws::Structure
|
|
4527
4725
|
end
|
|
4528
4726
|
|
|
@@ -4557,6 +4755,7 @@ module Aws::Chime
|
|
|
4557
4755
|
:account_id,
|
|
4558
4756
|
:room_id,
|
|
4559
4757
|
:message_id)
|
|
4758
|
+
SENSITIVE = []
|
|
4560
4759
|
include Aws::Structure
|
|
4561
4760
|
end
|
|
4562
4761
|
|
|
@@ -4585,6 +4784,7 @@ module Aws::Chime
|
|
|
4585
4784
|
class RegenerateSecurityTokenRequest < Struct.new(
|
|
4586
4785
|
:account_id,
|
|
4587
4786
|
:bot_id)
|
|
4787
|
+
SENSITIVE = []
|
|
4588
4788
|
include Aws::Structure
|
|
4589
4789
|
end
|
|
4590
4790
|
|
|
@@ -4597,6 +4797,7 @@ module Aws::Chime
|
|
|
4597
4797
|
#
|
|
4598
4798
|
class RegenerateSecurityTokenResponse < Struct.new(
|
|
4599
4799
|
:bot)
|
|
4800
|
+
SENSITIVE = []
|
|
4600
4801
|
include Aws::Structure
|
|
4601
4802
|
end
|
|
4602
4803
|
|
|
@@ -4621,6 +4822,7 @@ module Aws::Chime
|
|
|
4621
4822
|
class ResetPersonalPINRequest < Struct.new(
|
|
4622
4823
|
:account_id,
|
|
4623
4824
|
:user_id)
|
|
4825
|
+
SENSITIVE = []
|
|
4624
4826
|
include Aws::Structure
|
|
4625
4827
|
end
|
|
4626
4828
|
|
|
@@ -4632,6 +4834,7 @@ module Aws::Chime
|
|
|
4632
4834
|
#
|
|
4633
4835
|
class ResetPersonalPINResponse < Struct.new(
|
|
4634
4836
|
:user)
|
|
4837
|
+
SENSITIVE = []
|
|
4635
4838
|
include Aws::Structure
|
|
4636
4839
|
end
|
|
4637
4840
|
|
|
@@ -4648,6 +4851,7 @@ module Aws::Chime
|
|
|
4648
4851
|
class ResourceLimitExceededException < Struct.new(
|
|
4649
4852
|
:code,
|
|
4650
4853
|
:message)
|
|
4854
|
+
SENSITIVE = []
|
|
4651
4855
|
include Aws::Structure
|
|
4652
4856
|
end
|
|
4653
4857
|
|
|
@@ -4666,6 +4870,7 @@ module Aws::Chime
|
|
|
4666
4870
|
#
|
|
4667
4871
|
class RestorePhoneNumberRequest < Struct.new(
|
|
4668
4872
|
:phone_number_id)
|
|
4873
|
+
SENSITIVE = []
|
|
4669
4874
|
include Aws::Structure
|
|
4670
4875
|
end
|
|
4671
4876
|
|
|
@@ -4677,6 +4882,7 @@ module Aws::Chime
|
|
|
4677
4882
|
#
|
|
4678
4883
|
class RestorePhoneNumberResponse < Struct.new(
|
|
4679
4884
|
:phone_number)
|
|
4885
|
+
SENSITIVE = []
|
|
4680
4886
|
include Aws::Structure
|
|
4681
4887
|
end
|
|
4682
4888
|
|
|
@@ -4709,6 +4915,7 @@ module Aws::Chime
|
|
|
4709
4915
|
class RetentionSettings < Struct.new(
|
|
4710
4916
|
:room_retention_settings,
|
|
4711
4917
|
:conversation_retention_settings)
|
|
4918
|
+
SENSITIVE = []
|
|
4712
4919
|
include Aws::Structure
|
|
4713
4920
|
end
|
|
4714
4921
|
|
|
@@ -4747,6 +4954,7 @@ module Aws::Chime
|
|
|
4747
4954
|
:created_by,
|
|
4748
4955
|
:created_timestamp,
|
|
4749
4956
|
:updated_timestamp)
|
|
4957
|
+
SENSITIVE = [:name]
|
|
4750
4958
|
include Aws::Structure
|
|
4751
4959
|
end
|
|
4752
4960
|
|
|
@@ -4781,6 +4989,7 @@ module Aws::Chime
|
|
|
4781
4989
|
:role,
|
|
4782
4990
|
:invited_by,
|
|
4783
4991
|
:updated_timestamp)
|
|
4992
|
+
SENSITIVE = []
|
|
4784
4993
|
include Aws::Structure
|
|
4785
4994
|
end
|
|
4786
4995
|
|
|
@@ -4802,6 +5011,7 @@ module Aws::Chime
|
|
|
4802
5011
|
#
|
|
4803
5012
|
class RoomRetentionSettings < Struct.new(
|
|
4804
5013
|
:retention_days)
|
|
5014
|
+
SENSITIVE = []
|
|
4805
5015
|
include Aws::Structure
|
|
4806
5016
|
end
|
|
4807
5017
|
|
|
@@ -4856,6 +5066,7 @@ module Aws::Chime
|
|
|
4856
5066
|
:toll_free_prefix,
|
|
4857
5067
|
:max_results,
|
|
4858
5068
|
:next_token)
|
|
5069
|
+
SENSITIVE = []
|
|
4859
5070
|
include Aws::Structure
|
|
4860
5071
|
end
|
|
4861
5072
|
|
|
@@ -4867,6 +5078,7 @@ module Aws::Chime
|
|
|
4867
5078
|
#
|
|
4868
5079
|
class SearchAvailablePhoneNumbersResponse < Struct.new(
|
|
4869
5080
|
:e164_phone_numbers)
|
|
5081
|
+
SENSITIVE = []
|
|
4870
5082
|
include Aws::Structure
|
|
4871
5083
|
end
|
|
4872
5084
|
|
|
@@ -4883,6 +5095,7 @@ module Aws::Chime
|
|
|
4883
5095
|
class ServiceFailureException < Struct.new(
|
|
4884
5096
|
:code,
|
|
4885
5097
|
:message)
|
|
5098
|
+
SENSITIVE = []
|
|
4886
5099
|
include Aws::Structure
|
|
4887
5100
|
end
|
|
4888
5101
|
|
|
@@ -4899,6 +5112,7 @@ module Aws::Chime
|
|
|
4899
5112
|
class ServiceUnavailableException < Struct.new(
|
|
4900
5113
|
:code,
|
|
4901
5114
|
:message)
|
|
5115
|
+
SENSITIVE = []
|
|
4902
5116
|
include Aws::Structure
|
|
4903
5117
|
end
|
|
4904
5118
|
|
|
@@ -4920,6 +5134,7 @@ module Aws::Chime
|
|
|
4920
5134
|
#
|
|
4921
5135
|
class SigninDelegateGroup < Struct.new(
|
|
4922
5136
|
:group_name)
|
|
5137
|
+
SENSITIVE = []
|
|
4923
5138
|
include Aws::Structure
|
|
4924
5139
|
end
|
|
4925
5140
|
|
|
@@ -4959,6 +5174,7 @@ module Aws::Chime
|
|
|
4959
5174
|
:data_retention_in_hours,
|
|
4960
5175
|
:disabled,
|
|
4961
5176
|
:streaming_notification_targets)
|
|
5177
|
+
SENSITIVE = []
|
|
4962
5178
|
include Aws::Structure
|
|
4963
5179
|
end
|
|
4964
5180
|
|
|
@@ -4979,6 +5195,7 @@ module Aws::Chime
|
|
|
4979
5195
|
#
|
|
4980
5196
|
class StreamingNotificationTarget < Struct.new(
|
|
4981
5197
|
:notification_target)
|
|
5198
|
+
SENSITIVE = []
|
|
4982
5199
|
include Aws::Structure
|
|
4983
5200
|
end
|
|
4984
5201
|
|
|
@@ -5005,6 +5222,7 @@ module Aws::Chime
|
|
|
5005
5222
|
class Tag < Struct.new(
|
|
5006
5223
|
:key,
|
|
5007
5224
|
:value)
|
|
5225
|
+
SENSITIVE = [:key, :value]
|
|
5008
5226
|
include Aws::Structure
|
|
5009
5227
|
end
|
|
5010
5228
|
|
|
@@ -5040,6 +5258,7 @@ module Aws::Chime
|
|
|
5040
5258
|
:meeting_id,
|
|
5041
5259
|
:attendee_id,
|
|
5042
5260
|
:tags)
|
|
5261
|
+
SENSITIVE = []
|
|
5043
5262
|
include Aws::Structure
|
|
5044
5263
|
end
|
|
5045
5264
|
|
|
@@ -5069,6 +5288,7 @@ module Aws::Chime
|
|
|
5069
5288
|
class TagMeetingRequest < Struct.new(
|
|
5070
5289
|
:meeting_id,
|
|
5071
5290
|
:tags)
|
|
5291
|
+
SENSITIVE = []
|
|
5072
5292
|
include Aws::Structure
|
|
5073
5293
|
end
|
|
5074
5294
|
|
|
@@ -5098,6 +5318,7 @@ module Aws::Chime
|
|
|
5098
5318
|
class TagResourceRequest < Struct.new(
|
|
5099
5319
|
:resource_arn,
|
|
5100
5320
|
:tags)
|
|
5321
|
+
SENSITIVE = [:resource_arn]
|
|
5101
5322
|
include Aws::Structure
|
|
5102
5323
|
end
|
|
5103
5324
|
|
|
@@ -5131,6 +5352,7 @@ module Aws::Chime
|
|
|
5131
5352
|
:inbound_calling,
|
|
5132
5353
|
:outbound_calling,
|
|
5133
5354
|
:sms)
|
|
5355
|
+
SENSITIVE = []
|
|
5134
5356
|
include Aws::Structure
|
|
5135
5357
|
end
|
|
5136
5358
|
|
|
@@ -5179,6 +5401,7 @@ module Aws::Chime
|
|
|
5179
5401
|
:calling_regions,
|
|
5180
5402
|
:cidr_allowed_list,
|
|
5181
5403
|
:disabled)
|
|
5404
|
+
SENSITIVE = [:default_phone_number]
|
|
5182
5405
|
include Aws::Structure
|
|
5183
5406
|
end
|
|
5184
5407
|
|
|
@@ -5199,6 +5422,7 @@ module Aws::Chime
|
|
|
5199
5422
|
class TerminationHealth < Struct.new(
|
|
5200
5423
|
:timestamp,
|
|
5201
5424
|
:source)
|
|
5425
|
+
SENSITIVE = []
|
|
5202
5426
|
include Aws::Structure
|
|
5203
5427
|
end
|
|
5204
5428
|
|
|
@@ -5215,6 +5439,7 @@ module Aws::Chime
|
|
|
5215
5439
|
class ThrottledClientException < Struct.new(
|
|
5216
5440
|
:code,
|
|
5217
5441
|
:message)
|
|
5442
|
+
SENSITIVE = []
|
|
5218
5443
|
include Aws::Structure
|
|
5219
5444
|
end
|
|
5220
5445
|
|
|
@@ -5231,6 +5456,7 @@ module Aws::Chime
|
|
|
5231
5456
|
class UnauthorizedClientException < Struct.new(
|
|
5232
5457
|
:code,
|
|
5233
5458
|
:message)
|
|
5459
|
+
SENSITIVE = []
|
|
5234
5460
|
include Aws::Structure
|
|
5235
5461
|
end
|
|
5236
5462
|
|
|
@@ -5248,6 +5474,7 @@ module Aws::Chime
|
|
|
5248
5474
|
class UnprocessableEntityException < Struct.new(
|
|
5249
5475
|
:code,
|
|
5250
5476
|
:message)
|
|
5477
|
+
SENSITIVE = []
|
|
5251
5478
|
include Aws::Structure
|
|
5252
5479
|
end
|
|
5253
5480
|
|
|
@@ -5278,6 +5505,7 @@ module Aws::Chime
|
|
|
5278
5505
|
:meeting_id,
|
|
5279
5506
|
:attendee_id,
|
|
5280
5507
|
:tag_keys)
|
|
5508
|
+
SENSITIVE = []
|
|
5281
5509
|
include Aws::Structure
|
|
5282
5510
|
end
|
|
5283
5511
|
|
|
@@ -5302,6 +5530,7 @@ module Aws::Chime
|
|
|
5302
5530
|
class UntagMeetingRequest < Struct.new(
|
|
5303
5531
|
:meeting_id,
|
|
5304
5532
|
:tag_keys)
|
|
5533
|
+
SENSITIVE = []
|
|
5305
5534
|
include Aws::Structure
|
|
5306
5535
|
end
|
|
5307
5536
|
|
|
@@ -5326,6 +5555,7 @@ module Aws::Chime
|
|
|
5326
5555
|
class UntagResourceRequest < Struct.new(
|
|
5327
5556
|
:resource_arn,
|
|
5328
5557
|
:tag_keys)
|
|
5558
|
+
SENSITIVE = [:resource_arn]
|
|
5329
5559
|
include Aws::Structure
|
|
5330
5560
|
end
|
|
5331
5561
|
|
|
@@ -5350,6 +5580,7 @@ module Aws::Chime
|
|
|
5350
5580
|
class UpdateAccountRequest < Struct.new(
|
|
5351
5581
|
:account_id,
|
|
5352
5582
|
:name)
|
|
5583
|
+
SENSITIVE = []
|
|
5353
5584
|
include Aws::Structure
|
|
5354
5585
|
end
|
|
5355
5586
|
|
|
@@ -5361,6 +5592,7 @@ module Aws::Chime
|
|
|
5361
5592
|
#
|
|
5362
5593
|
class UpdateAccountResponse < Struct.new(
|
|
5363
5594
|
:account)
|
|
5595
|
+
SENSITIVE = []
|
|
5364
5596
|
include Aws::Structure
|
|
5365
5597
|
end
|
|
5366
5598
|
|
|
@@ -5388,6 +5620,7 @@ module Aws::Chime
|
|
|
5388
5620
|
class UpdateAccountSettingsRequest < Struct.new(
|
|
5389
5621
|
:account_id,
|
|
5390
5622
|
:account_settings)
|
|
5623
|
+
SENSITIVE = []
|
|
5391
5624
|
include Aws::Structure
|
|
5392
5625
|
end
|
|
5393
5626
|
|
|
@@ -5422,6 +5655,7 @@ module Aws::Chime
|
|
|
5422
5655
|
:account_id,
|
|
5423
5656
|
:bot_id,
|
|
5424
5657
|
:disabled)
|
|
5658
|
+
SENSITIVE = []
|
|
5425
5659
|
include Aws::Structure
|
|
5426
5660
|
end
|
|
5427
5661
|
|
|
@@ -5433,6 +5667,7 @@ module Aws::Chime
|
|
|
5433
5667
|
#
|
|
5434
5668
|
class UpdateBotResponse < Struct.new(
|
|
5435
5669
|
:bot)
|
|
5670
|
+
SENSITIVE = []
|
|
5436
5671
|
include Aws::Structure
|
|
5437
5672
|
end
|
|
5438
5673
|
|
|
@@ -5461,6 +5696,7 @@ module Aws::Chime
|
|
|
5461
5696
|
class UpdateGlobalSettingsRequest < Struct.new(
|
|
5462
5697
|
:business_calling,
|
|
5463
5698
|
:voice_connector)
|
|
5699
|
+
SENSITIVE = []
|
|
5464
5700
|
include Aws::Structure
|
|
5465
5701
|
end
|
|
5466
5702
|
|
|
@@ -5491,6 +5727,7 @@ module Aws::Chime
|
|
|
5491
5727
|
:phone_number_id,
|
|
5492
5728
|
:product_type,
|
|
5493
5729
|
:calling_name)
|
|
5730
|
+
SENSITIVE = [:calling_name]
|
|
5494
5731
|
include Aws::Structure
|
|
5495
5732
|
end
|
|
5496
5733
|
|
|
@@ -5524,6 +5761,7 @@ module Aws::Chime
|
|
|
5524
5761
|
:phone_number_id,
|
|
5525
5762
|
:product_type,
|
|
5526
5763
|
:calling_name)
|
|
5764
|
+
SENSITIVE = [:calling_name]
|
|
5527
5765
|
include Aws::Structure
|
|
5528
5766
|
end
|
|
5529
5767
|
|
|
@@ -5535,6 +5773,7 @@ module Aws::Chime
|
|
|
5535
5773
|
#
|
|
5536
5774
|
class UpdatePhoneNumberResponse < Struct.new(
|
|
5537
5775
|
:phone_number)
|
|
5776
|
+
SENSITIVE = []
|
|
5538
5777
|
include Aws::Structure
|
|
5539
5778
|
end
|
|
5540
5779
|
|
|
@@ -5553,6 +5792,7 @@ module Aws::Chime
|
|
|
5553
5792
|
#
|
|
5554
5793
|
class UpdatePhoneNumberSettingsRequest < Struct.new(
|
|
5555
5794
|
:calling_name)
|
|
5795
|
+
SENSITIVE = [:calling_name]
|
|
5556
5796
|
include Aws::Structure
|
|
5557
5797
|
end
|
|
5558
5798
|
|
|
@@ -5589,6 +5829,7 @@ module Aws::Chime
|
|
|
5589
5829
|
:proxy_session_id,
|
|
5590
5830
|
:capabilities,
|
|
5591
5831
|
:expiry_minutes)
|
|
5832
|
+
SENSITIVE = []
|
|
5592
5833
|
include Aws::Structure
|
|
5593
5834
|
end
|
|
5594
5835
|
|
|
@@ -5600,6 +5841,7 @@ module Aws::Chime
|
|
|
5600
5841
|
#
|
|
5601
5842
|
class UpdateProxySessionResponse < Struct.new(
|
|
5602
5843
|
:proxy_session)
|
|
5844
|
+
SENSITIVE = []
|
|
5603
5845
|
include Aws::Structure
|
|
5604
5846
|
end
|
|
5605
5847
|
|
|
@@ -5636,6 +5878,7 @@ module Aws::Chime
|
|
|
5636
5878
|
:room_id,
|
|
5637
5879
|
:member_id,
|
|
5638
5880
|
:role)
|
|
5881
|
+
SENSITIVE = []
|
|
5639
5882
|
include Aws::Structure
|
|
5640
5883
|
end
|
|
5641
5884
|
|
|
@@ -5647,6 +5890,7 @@ module Aws::Chime
|
|
|
5647
5890
|
#
|
|
5648
5891
|
class UpdateRoomMembershipResponse < Struct.new(
|
|
5649
5892
|
:room_membership)
|
|
5893
|
+
SENSITIVE = []
|
|
5650
5894
|
include Aws::Structure
|
|
5651
5895
|
end
|
|
5652
5896
|
|
|
@@ -5677,6 +5921,7 @@ module Aws::Chime
|
|
|
5677
5921
|
:account_id,
|
|
5678
5922
|
:room_id,
|
|
5679
5923
|
:name)
|
|
5924
|
+
SENSITIVE = [:name]
|
|
5680
5925
|
include Aws::Structure
|
|
5681
5926
|
end
|
|
5682
5927
|
|
|
@@ -5688,6 +5933,7 @@ module Aws::Chime
|
|
|
5688
5933
|
#
|
|
5689
5934
|
class UpdateRoomResponse < Struct.new(
|
|
5690
5935
|
:room)
|
|
5936
|
+
SENSITIVE = []
|
|
5691
5937
|
include Aws::Structure
|
|
5692
5938
|
end
|
|
5693
5939
|
|
|
@@ -5734,6 +5980,7 @@ module Aws::Chime
|
|
|
5734
5980
|
:license_type,
|
|
5735
5981
|
:user_type,
|
|
5736
5982
|
:alexa_for_business_metadata)
|
|
5983
|
+
SENSITIVE = []
|
|
5737
5984
|
include Aws::Structure
|
|
5738
5985
|
end
|
|
5739
5986
|
|
|
@@ -5776,6 +6023,7 @@ module Aws::Chime
|
|
|
5776
6023
|
:license_type,
|
|
5777
6024
|
:user_type,
|
|
5778
6025
|
:alexa_for_business_metadata)
|
|
6026
|
+
SENSITIVE = []
|
|
5779
6027
|
include Aws::Structure
|
|
5780
6028
|
end
|
|
5781
6029
|
|
|
@@ -5787,6 +6035,7 @@ module Aws::Chime
|
|
|
5787
6035
|
#
|
|
5788
6036
|
class UpdateUserResponse < Struct.new(
|
|
5789
6037
|
:user)
|
|
6038
|
+
SENSITIVE = []
|
|
5790
6039
|
include Aws::Structure
|
|
5791
6040
|
end
|
|
5792
6041
|
|
|
@@ -5823,6 +6072,7 @@ module Aws::Chime
|
|
|
5823
6072
|
:account_id,
|
|
5824
6073
|
:user_id,
|
|
5825
6074
|
:user_settings)
|
|
6075
|
+
SENSITIVE = []
|
|
5826
6076
|
include Aws::Structure
|
|
5827
6077
|
end
|
|
5828
6078
|
|
|
@@ -5858,6 +6108,7 @@ module Aws::Chime
|
|
|
5858
6108
|
:voice_connector_group_id,
|
|
5859
6109
|
:name,
|
|
5860
6110
|
:voice_connector_items)
|
|
6111
|
+
SENSITIVE = []
|
|
5861
6112
|
include Aws::Structure
|
|
5862
6113
|
end
|
|
5863
6114
|
|
|
@@ -5869,6 +6120,7 @@ module Aws::Chime
|
|
|
5869
6120
|
#
|
|
5870
6121
|
class UpdateVoiceConnectorGroupResponse < Struct.new(
|
|
5871
6122
|
:voice_connector_group)
|
|
6123
|
+
SENSITIVE = []
|
|
5872
6124
|
include Aws::Structure
|
|
5873
6125
|
end
|
|
5874
6126
|
|
|
@@ -5900,6 +6152,7 @@ module Aws::Chime
|
|
|
5900
6152
|
:voice_connector_id,
|
|
5901
6153
|
:name,
|
|
5902
6154
|
:require_encryption)
|
|
6155
|
+
SENSITIVE = []
|
|
5903
6156
|
include Aws::Structure
|
|
5904
6157
|
end
|
|
5905
6158
|
|
|
@@ -5911,6 +6164,7 @@ module Aws::Chime
|
|
|
5911
6164
|
#
|
|
5912
6165
|
class UpdateVoiceConnectorResponse < Struct.new(
|
|
5913
6166
|
:voice_connector)
|
|
6167
|
+
SENSITIVE = []
|
|
5914
6168
|
include Aws::Structure
|
|
5915
6169
|
end
|
|
5916
6170
|
|
|
@@ -5985,6 +6239,7 @@ module Aws::Chime
|
|
|
5985
6239
|
:invited_on,
|
|
5986
6240
|
:alexa_for_business_metadata,
|
|
5987
6241
|
:personal_pin)
|
|
6242
|
+
SENSITIVE = [:primary_email, :primary_provisioned_number, :display_name]
|
|
5988
6243
|
include Aws::Structure
|
|
5989
6244
|
end
|
|
5990
6245
|
|
|
@@ -6010,6 +6265,7 @@ module Aws::Chime
|
|
|
6010
6265
|
:user_id,
|
|
6011
6266
|
:error_code,
|
|
6012
6267
|
:error_message)
|
|
6268
|
+
SENSITIVE = []
|
|
6013
6269
|
include Aws::Structure
|
|
6014
6270
|
end
|
|
6015
6271
|
|
|
@@ -6035,6 +6291,7 @@ module Aws::Chime
|
|
|
6035
6291
|
#
|
|
6036
6292
|
class UserSettings < Struct.new(
|
|
6037
6293
|
:telephony)
|
|
6294
|
+
SENSITIVE = []
|
|
6038
6295
|
include Aws::Structure
|
|
6039
6296
|
end
|
|
6040
6297
|
|
|
@@ -6083,6 +6340,7 @@ module Aws::Chime
|
|
|
6083
6340
|
:require_encryption,
|
|
6084
6341
|
:created_timestamp,
|
|
6085
6342
|
:updated_timestamp)
|
|
6343
|
+
SENSITIVE = []
|
|
6086
6344
|
include Aws::Structure
|
|
6087
6345
|
end
|
|
6088
6346
|
|
|
@@ -6122,6 +6380,7 @@ module Aws::Chime
|
|
|
6122
6380
|
:voice_connector_items,
|
|
6123
6381
|
:created_timestamp,
|
|
6124
6382
|
:updated_timestamp)
|
|
6383
|
+
SENSITIVE = []
|
|
6125
6384
|
include Aws::Structure
|
|
6126
6385
|
end
|
|
6127
6386
|
|
|
@@ -6153,6 +6412,7 @@ module Aws::Chime
|
|
|
6153
6412
|
class VoiceConnectorItem < Struct.new(
|
|
6154
6413
|
:voice_connector_id,
|
|
6155
6414
|
:priority)
|
|
6415
|
+
SENSITIVE = []
|
|
6156
6416
|
include Aws::Structure
|
|
6157
6417
|
end
|
|
6158
6418
|
|
|
@@ -6174,6 +6434,7 @@ module Aws::Chime
|
|
|
6174
6434
|
#
|
|
6175
6435
|
class VoiceConnectorSettings < Struct.new(
|
|
6176
6436
|
:cdr_bucket)
|
|
6437
|
+
SENSITIVE = []
|
|
6177
6438
|
include Aws::Structure
|
|
6178
6439
|
end
|
|
6179
6440
|
|