aws-sdk-chime 1.27.0 → 1.32.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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:
@@ -18,6 +20,7 @@ module Aws::Chime
18
20
  AccountSettings = Shapes::StructureShape.new(name: 'AccountSettings')
19
21
  AccountType = Shapes::StringShape.new(name: 'AccountType')
20
22
  AlexaForBusinessMetadata = Shapes::StructureShape.new(name: 'AlexaForBusinessMetadata')
23
+ Alpha2CountryCode = Shapes::StringShape.new(name: 'Alpha2CountryCode')
21
24
  AreaCode = Shapes::StringShape.new(name: 'AreaCode')
22
25
  Arn = Shapes::StringShape.new(name: 'Arn')
23
26
  AssociatePhoneNumberWithUserRequest = Shapes::StructureShape.new(name: 'AssociatePhoneNumberWithUserRequest')
@@ -76,6 +79,9 @@ module Aws::Chime
76
79
  CreateBotResponse = Shapes::StructureShape.new(name: 'CreateBotResponse')
77
80
  CreateMeetingRequest = Shapes::StructureShape.new(name: 'CreateMeetingRequest')
78
81
  CreateMeetingResponse = Shapes::StructureShape.new(name: 'CreateMeetingResponse')
82
+ CreateMeetingWithAttendeesRequest = Shapes::StructureShape.new(name: 'CreateMeetingWithAttendeesRequest')
83
+ CreateMeetingWithAttendeesRequestItemList = Shapes::ListShape.new(name: 'CreateMeetingWithAttendeesRequestItemList')
84
+ CreateMeetingWithAttendeesResponse = Shapes::StructureShape.new(name: 'CreateMeetingWithAttendeesResponse')
79
85
  CreatePhoneNumberOrderRequest = Shapes::StructureShape.new(name: 'CreatePhoneNumberOrderRequest')
80
86
  CreatePhoneNumberOrderResponse = Shapes::StructureShape.new(name: 'CreatePhoneNumberOrderResponse')
81
87
  CreateProxySessionRequest = Shapes::StructureShape.new(name: 'CreateProxySessionRequest')
@@ -92,6 +98,8 @@ module Aws::Chime
92
98
  CreateVoiceConnectorResponse = Shapes::StructureShape.new(name: 'CreateVoiceConnectorResponse')
93
99
  Credential = Shapes::StructureShape.new(name: 'Credential')
94
100
  CredentialList = Shapes::ListShape.new(name: 'CredentialList')
101
+ DNISEmergencyCallingConfiguration = Shapes::StructureShape.new(name: 'DNISEmergencyCallingConfiguration')
102
+ DNISEmergencyCallingConfigurationList = Shapes::ListShape.new(name: 'DNISEmergencyCallingConfigurationList')
95
103
  DataRetentionInHours = Shapes::IntegerShape.new(name: 'DataRetentionInHours')
96
104
  DeleteAccountRequest = Shapes::StructureShape.new(name: 'DeleteAccountRequest')
97
105
  DeleteAccountResponse = Shapes::StructureShape.new(name: 'DeleteAccountResponse')
@@ -102,6 +110,7 @@ module Aws::Chime
102
110
  DeleteProxySessionRequest = Shapes::StructureShape.new(name: 'DeleteProxySessionRequest')
103
111
  DeleteRoomMembershipRequest = Shapes::StructureShape.new(name: 'DeleteRoomMembershipRequest')
104
112
  DeleteRoomRequest = Shapes::StructureShape.new(name: 'DeleteRoomRequest')
113
+ DeleteVoiceConnectorEmergencyCallingConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteVoiceConnectorEmergencyCallingConfigurationRequest')
105
114
  DeleteVoiceConnectorGroupRequest = Shapes::StructureShape.new(name: 'DeleteVoiceConnectorGroupRequest')
106
115
  DeleteVoiceConnectorOriginationRequest = Shapes::StructureShape.new(name: 'DeleteVoiceConnectorOriginationRequest')
107
116
  DeleteVoiceConnectorProxyRequest = Shapes::StructureShape.new(name: 'DeleteVoiceConnectorProxyRequest')
@@ -121,6 +130,7 @@ module Aws::Chime
121
130
  E164PhoneNumberList = Shapes::ListShape.new(name: 'E164PhoneNumberList')
122
131
  EmailAddress = Shapes::StringShape.new(name: 'EmailAddress')
123
132
  EmailStatus = Shapes::StringShape.new(name: 'EmailStatus')
133
+ EmergencyCallingConfiguration = Shapes::StructureShape.new(name: 'EmergencyCallingConfiguration')
124
134
  ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
125
135
  EventsConfiguration = Shapes::StructureShape.new(name: 'EventsConfiguration')
126
136
  ExternalMeetingIdType = Shapes::StringShape.new(name: 'ExternalMeetingIdType')
@@ -156,6 +166,8 @@ module Aws::Chime
156
166
  GetUserResponse = Shapes::StructureShape.new(name: 'GetUserResponse')
157
167
  GetUserSettingsRequest = Shapes::StructureShape.new(name: 'GetUserSettingsRequest')
158
168
  GetUserSettingsResponse = Shapes::StructureShape.new(name: 'GetUserSettingsResponse')
169
+ GetVoiceConnectorEmergencyCallingConfigurationRequest = Shapes::StructureShape.new(name: 'GetVoiceConnectorEmergencyCallingConfigurationRequest')
170
+ GetVoiceConnectorEmergencyCallingConfigurationResponse = Shapes::StructureShape.new(name: 'GetVoiceConnectorEmergencyCallingConfigurationResponse')
159
171
  GetVoiceConnectorGroupRequest = Shapes::StructureShape.new(name: 'GetVoiceConnectorGroupRequest')
160
172
  GetVoiceConnectorGroupResponse = Shapes::StructureShape.new(name: 'GetVoiceConnectorGroupResponse')
161
173
  GetVoiceConnectorLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'GetVoiceConnectorLoggingConfigurationRequest')
@@ -277,6 +289,8 @@ module Aws::Chime
277
289
  PutEventsConfigurationResponse = Shapes::StructureShape.new(name: 'PutEventsConfigurationResponse')
278
290
  PutRetentionSettingsRequest = Shapes::StructureShape.new(name: 'PutRetentionSettingsRequest')
279
291
  PutRetentionSettingsResponse = Shapes::StructureShape.new(name: 'PutRetentionSettingsResponse')
292
+ PutVoiceConnectorEmergencyCallingConfigurationRequest = Shapes::StructureShape.new(name: 'PutVoiceConnectorEmergencyCallingConfigurationRequest')
293
+ PutVoiceConnectorEmergencyCallingConfigurationResponse = Shapes::StructureShape.new(name: 'PutVoiceConnectorEmergencyCallingConfigurationResponse')
280
294
  PutVoiceConnectorLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'PutVoiceConnectorLoggingConfigurationRequest')
281
295
  PutVoiceConnectorLoggingConfigurationResponse = Shapes::StructureShape.new(name: 'PutVoiceConnectorLoggingConfigurationResponse')
282
296
  PutVoiceConnectorOriginationRequest = Shapes::StructureShape.new(name: 'PutVoiceConnectorOriginationRequest')
@@ -421,7 +435,7 @@ module Aws::Chime
421
435
  AssociatePhoneNumberWithUserResponse.struct_class = Types::AssociatePhoneNumberWithUserResponse
422
436
 
423
437
  AssociatePhoneNumbersWithVoiceConnectorGroupRequest.add_member(:voice_connector_group_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorGroupId"))
424
- AssociatePhoneNumbersWithVoiceConnectorGroupRequest.add_member(:e164_phone_numbers, Shapes::ShapeRef.new(shape: E164PhoneNumberList, location_name: "E164PhoneNumbers"))
438
+ AssociatePhoneNumbersWithVoiceConnectorGroupRequest.add_member(:e164_phone_numbers, Shapes::ShapeRef.new(shape: E164PhoneNumberList, required: true, location_name: "E164PhoneNumbers"))
425
439
  AssociatePhoneNumbersWithVoiceConnectorGroupRequest.add_member(:force_associate, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "ForceAssociate"))
426
440
  AssociatePhoneNumbersWithVoiceConnectorGroupRequest.struct_class = Types::AssociatePhoneNumbersWithVoiceConnectorGroupRequest
427
441
 
@@ -429,7 +443,7 @@ module Aws::Chime
429
443
  AssociatePhoneNumbersWithVoiceConnectorGroupResponse.struct_class = Types::AssociatePhoneNumbersWithVoiceConnectorGroupResponse
430
444
 
431
445
  AssociatePhoneNumbersWithVoiceConnectorRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
432
- AssociatePhoneNumbersWithVoiceConnectorRequest.add_member(:e164_phone_numbers, Shapes::ShapeRef.new(shape: E164PhoneNumberList, location_name: "E164PhoneNumbers"))
446
+ AssociatePhoneNumbersWithVoiceConnectorRequest.add_member(:e164_phone_numbers, Shapes::ShapeRef.new(shape: E164PhoneNumberList, required: true, location_name: "E164PhoneNumbers"))
433
447
  AssociatePhoneNumbersWithVoiceConnectorRequest.add_member(:force_associate, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "ForceAssociate"))
434
448
  AssociatePhoneNumbersWithVoiceConnectorRequest.struct_class = Types::AssociatePhoneNumbersWithVoiceConnectorRequest
435
449
 
@@ -581,6 +595,22 @@ module Aws::Chime
581
595
  CreateMeetingResponse.add_member(:meeting, Shapes::ShapeRef.new(shape: Meeting, location_name: "Meeting"))
582
596
  CreateMeetingResponse.struct_class = Types::CreateMeetingResponse
583
597
 
598
+ CreateMeetingWithAttendeesRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
599
+ CreateMeetingWithAttendeesRequest.add_member(:external_meeting_id, Shapes::ShapeRef.new(shape: ExternalMeetingIdType, location_name: "ExternalMeetingId"))
600
+ CreateMeetingWithAttendeesRequest.add_member(:meeting_host_id, Shapes::ShapeRef.new(shape: ExternalUserIdType, location_name: "MeetingHostId"))
601
+ CreateMeetingWithAttendeesRequest.add_member(:media_region, Shapes::ShapeRef.new(shape: String, location_name: "MediaRegion"))
602
+ CreateMeetingWithAttendeesRequest.add_member(:tags, Shapes::ShapeRef.new(shape: MeetingTagList, location_name: "Tags"))
603
+ CreateMeetingWithAttendeesRequest.add_member(:notifications_configuration, Shapes::ShapeRef.new(shape: MeetingNotificationConfiguration, location_name: "NotificationsConfiguration"))
604
+ CreateMeetingWithAttendeesRequest.add_member(:attendees, Shapes::ShapeRef.new(shape: CreateMeetingWithAttendeesRequestItemList, location_name: "Attendees"))
605
+ CreateMeetingWithAttendeesRequest.struct_class = Types::CreateMeetingWithAttendeesRequest
606
+
607
+ CreateMeetingWithAttendeesRequestItemList.member = Shapes::ShapeRef.new(shape: CreateAttendeeRequestItem)
608
+
609
+ CreateMeetingWithAttendeesResponse.add_member(:meeting, Shapes::ShapeRef.new(shape: Meeting, location_name: "Meeting"))
610
+ CreateMeetingWithAttendeesResponse.add_member(:attendees, Shapes::ShapeRef.new(shape: AttendeeList, location_name: "Attendees"))
611
+ CreateMeetingWithAttendeesResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchCreateAttendeeErrorList, location_name: "Errors"))
612
+ CreateMeetingWithAttendeesResponse.struct_class = Types::CreateMeetingWithAttendeesResponse
613
+
584
614
  CreatePhoneNumberOrderRequest.add_member(:product_type, Shapes::ShapeRef.new(shape: PhoneNumberProductType, required: true, location_name: "ProductType"))
585
615
  CreatePhoneNumberOrderRequest.add_member(:e164_phone_numbers, Shapes::ShapeRef.new(shape: E164PhoneNumberList, required: true, location_name: "E164PhoneNumbers"))
586
616
  CreatePhoneNumberOrderRequest.struct_class = Types::CreatePhoneNumberOrderRequest
@@ -648,6 +678,13 @@ module Aws::Chime
648
678
 
649
679
  CredentialList.member = Shapes::ShapeRef.new(shape: Credential)
650
680
 
681
+ DNISEmergencyCallingConfiguration.add_member(:emergency_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, required: true, location_name: "EmergencyPhoneNumber"))
682
+ DNISEmergencyCallingConfiguration.add_member(:test_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, location_name: "TestPhoneNumber"))
683
+ DNISEmergencyCallingConfiguration.add_member(:calling_country, Shapes::ShapeRef.new(shape: Alpha2CountryCode, required: true, location_name: "CallingCountry"))
684
+ DNISEmergencyCallingConfiguration.struct_class = Types::DNISEmergencyCallingConfiguration
685
+
686
+ DNISEmergencyCallingConfigurationList.member = Shapes::ShapeRef.new(shape: DNISEmergencyCallingConfiguration)
687
+
651
688
  DeleteAccountRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "accountId"))
652
689
  DeleteAccountRequest.struct_class = Types::DeleteAccountRequest
653
690
 
@@ -680,6 +717,9 @@ module Aws::Chime
680
717
  DeleteRoomRequest.add_member(:room_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "roomId"))
681
718
  DeleteRoomRequest.struct_class = Types::DeleteRoomRequest
682
719
 
720
+ DeleteVoiceConnectorEmergencyCallingConfigurationRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
721
+ DeleteVoiceConnectorEmergencyCallingConfigurationRequest.struct_class = Types::DeleteVoiceConnectorEmergencyCallingConfigurationRequest
722
+
683
723
  DeleteVoiceConnectorGroupRequest.add_member(:voice_connector_group_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorGroupId"))
684
724
  DeleteVoiceConnectorGroupRequest.struct_class = Types::DeleteVoiceConnectorGroupRequest
685
725
 
@@ -696,7 +736,7 @@ module Aws::Chime
696
736
  DeleteVoiceConnectorStreamingConfigurationRequest.struct_class = Types::DeleteVoiceConnectorStreamingConfigurationRequest
697
737
 
698
738
  DeleteVoiceConnectorTerminationCredentialsRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
699
- DeleteVoiceConnectorTerminationCredentialsRequest.add_member(:usernames, Shapes::ShapeRef.new(shape: SensitiveStringList, location_name: "Usernames"))
739
+ DeleteVoiceConnectorTerminationCredentialsRequest.add_member(:usernames, Shapes::ShapeRef.new(shape: SensitiveStringList, required: true, location_name: "Usernames"))
700
740
  DeleteVoiceConnectorTerminationCredentialsRequest.struct_class = Types::DeleteVoiceConnectorTerminationCredentialsRequest
701
741
 
702
742
  DeleteVoiceConnectorTerminationRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
@@ -709,14 +749,14 @@ module Aws::Chime
709
749
  DisassociatePhoneNumberFromUserResponse.struct_class = Types::DisassociatePhoneNumberFromUserResponse
710
750
 
711
751
  DisassociatePhoneNumbersFromVoiceConnectorGroupRequest.add_member(:voice_connector_group_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorGroupId"))
712
- DisassociatePhoneNumbersFromVoiceConnectorGroupRequest.add_member(:e164_phone_numbers, Shapes::ShapeRef.new(shape: E164PhoneNumberList, location_name: "E164PhoneNumbers"))
752
+ DisassociatePhoneNumbersFromVoiceConnectorGroupRequest.add_member(:e164_phone_numbers, Shapes::ShapeRef.new(shape: E164PhoneNumberList, required: true, location_name: "E164PhoneNumbers"))
713
753
  DisassociatePhoneNumbersFromVoiceConnectorGroupRequest.struct_class = Types::DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
714
754
 
715
755
  DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.add_member(:phone_number_errors, Shapes::ShapeRef.new(shape: PhoneNumberErrorList, location_name: "PhoneNumberErrors"))
716
756
  DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.struct_class = Types::DisassociatePhoneNumbersFromVoiceConnectorGroupResponse
717
757
 
718
758
  DisassociatePhoneNumbersFromVoiceConnectorRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
719
- DisassociatePhoneNumbersFromVoiceConnectorRequest.add_member(:e164_phone_numbers, Shapes::ShapeRef.new(shape: E164PhoneNumberList, location_name: "E164PhoneNumbers"))
759
+ DisassociatePhoneNumbersFromVoiceConnectorRequest.add_member(:e164_phone_numbers, Shapes::ShapeRef.new(shape: E164PhoneNumberList, required: true, location_name: "E164PhoneNumbers"))
720
760
  DisassociatePhoneNumbersFromVoiceConnectorRequest.struct_class = Types::DisassociatePhoneNumbersFromVoiceConnectorRequest
721
761
 
722
762
  DisassociatePhoneNumbersFromVoiceConnectorResponse.add_member(:phone_number_errors, Shapes::ShapeRef.new(shape: PhoneNumberErrorList, location_name: "PhoneNumberErrors"))
@@ -730,6 +770,9 @@ module Aws::Chime
730
770
 
731
771
  E164PhoneNumberList.member = Shapes::ShapeRef.new(shape: E164PhoneNumber)
732
772
 
773
+ EmergencyCallingConfiguration.add_member(:dnis, Shapes::ShapeRef.new(shape: DNISEmergencyCallingConfigurationList, location_name: "DNIS"))
774
+ EmergencyCallingConfiguration.struct_class = Types::EmergencyCallingConfiguration
775
+
733
776
  EventsConfiguration.add_member(:bot_id, Shapes::ShapeRef.new(shape: String, location_name: "BotId"))
734
777
  EventsConfiguration.add_member(:outbound_events_https_endpoint, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "OutboundEventsHTTPSEndpoint"))
735
778
  EventsConfiguration.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "LambdaFunctionArn"))
@@ -837,6 +880,12 @@ module Aws::Chime
837
880
  GetUserSettingsResponse.add_member(:user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "UserSettings"))
838
881
  GetUserSettingsResponse.struct_class = Types::GetUserSettingsResponse
839
882
 
883
+ GetVoiceConnectorEmergencyCallingConfigurationRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
884
+ GetVoiceConnectorEmergencyCallingConfigurationRequest.struct_class = Types::GetVoiceConnectorEmergencyCallingConfigurationRequest
885
+
886
+ GetVoiceConnectorEmergencyCallingConfigurationResponse.add_member(:emergency_calling_configuration, Shapes::ShapeRef.new(shape: EmergencyCallingConfiguration, location_name: "EmergencyCallingConfiguration"))
887
+ GetVoiceConnectorEmergencyCallingConfigurationResponse.struct_class = Types::GetVoiceConnectorEmergencyCallingConfigurationResponse
888
+
840
889
  GetVoiceConnectorGroupRequest.add_member(:voice_connector_group_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorGroupId"))
841
890
  GetVoiceConnectorGroupRequest.struct_class = Types::GetVoiceConnectorGroupRequest
842
891
 
@@ -1216,6 +1265,13 @@ module Aws::Chime
1216
1265
  PutRetentionSettingsResponse.add_member(:initiate_deletion_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "InitiateDeletionTimestamp"))
1217
1266
  PutRetentionSettingsResponse.struct_class = Types::PutRetentionSettingsResponse
1218
1267
 
1268
+ PutVoiceConnectorEmergencyCallingConfigurationRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
1269
+ PutVoiceConnectorEmergencyCallingConfigurationRequest.add_member(:emergency_calling_configuration, Shapes::ShapeRef.new(shape: EmergencyCallingConfiguration, required: true, location_name: "EmergencyCallingConfiguration"))
1270
+ PutVoiceConnectorEmergencyCallingConfigurationRequest.struct_class = Types::PutVoiceConnectorEmergencyCallingConfigurationRequest
1271
+
1272
+ PutVoiceConnectorEmergencyCallingConfigurationResponse.add_member(:emergency_calling_configuration, Shapes::ShapeRef.new(shape: EmergencyCallingConfiguration, location_name: "EmergencyCallingConfiguration"))
1273
+ PutVoiceConnectorEmergencyCallingConfigurationResponse.struct_class = Types::PutVoiceConnectorEmergencyCallingConfigurationResponse
1274
+
1219
1275
  PutVoiceConnectorLoggingConfigurationRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
1220
1276
  PutVoiceConnectorLoggingConfigurationRequest.add_member(:logging_configuration, Shapes::ShapeRef.new(shape: LoggingConfiguration, required: true, location_name: "LoggingConfiguration"))
1221
1277
  PutVoiceConnectorLoggingConfigurationRequest.struct_class = Types::PutVoiceConnectorLoggingConfigurationRequest
@@ -1838,6 +1894,21 @@ module Aws::Chime
1838
1894
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1839
1895
  end)
1840
1896
 
1897
+ api.add_operation(:create_meeting_with_attendees, Seahorse::Model::Operation.new.tap do |o|
1898
+ o.name = "CreateMeetingWithAttendees"
1899
+ o.http_method = "POST"
1900
+ o.http_request_uri = "/meetings?operation=create-attendees"
1901
+ o.input = Shapes::ShapeRef.new(shape: CreateMeetingWithAttendeesRequest)
1902
+ o.output = Shapes::ShapeRef.new(shape: CreateMeetingWithAttendeesResponse)
1903
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1904
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1905
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
1906
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
1907
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
1908
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1909
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1910
+ end)
1911
+
1841
1912
  api.add_operation(:create_phone_number_order, Seahorse::Model::Operation.new.tap do |o|
1842
1913
  o.name = "CreatePhoneNumberOrder"
1843
1914
  o.http_method = "POST"
@@ -2086,6 +2157,21 @@ module Aws::Chime
2086
2157
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2087
2158
  end)
2088
2159
 
2160
+ api.add_operation(:delete_voice_connector_emergency_calling_configuration, Seahorse::Model::Operation.new.tap do |o|
2161
+ o.name = "DeleteVoiceConnectorEmergencyCallingConfiguration"
2162
+ o.http_method = "DELETE"
2163
+ o.http_request_uri = "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration"
2164
+ o.input = Shapes::ShapeRef.new(shape: DeleteVoiceConnectorEmergencyCallingConfigurationRequest)
2165
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2166
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
2167
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2168
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2169
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2170
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
2171
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2172
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2173
+ end)
2174
+
2089
2175
  api.add_operation(:delete_voice_connector_group, Seahorse::Model::Operation.new.tap do |o|
2090
2176
  o.name = "DeleteVoiceConnectorGroup"
2091
2177
  o.http_method = "DELETE"
@@ -2475,6 +2561,21 @@ module Aws::Chime
2475
2561
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2476
2562
  end)
2477
2563
 
2564
+ api.add_operation(:get_voice_connector_emergency_calling_configuration, Seahorse::Model::Operation.new.tap do |o|
2565
+ o.name = "GetVoiceConnectorEmergencyCallingConfiguration"
2566
+ o.http_method = "GET"
2567
+ o.http_request_uri = "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration"
2568
+ o.input = Shapes::ShapeRef.new(shape: GetVoiceConnectorEmergencyCallingConfigurationRequest)
2569
+ o.output = Shapes::ShapeRef.new(shape: GetVoiceConnectorEmergencyCallingConfigurationResponse)
2570
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
2571
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2572
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2573
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2574
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
2575
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2576
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2577
+ end)
2578
+
2478
2579
  api.add_operation(:get_voice_connector_group, Seahorse::Model::Operation.new.tap do |o|
2479
2580
  o.name = "GetVoiceConnectorGroup"
2480
2581
  o.http_method = "GET"
@@ -2947,6 +3048,21 @@ module Aws::Chime
2947
3048
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2948
3049
  end)
2949
3050
 
3051
+ api.add_operation(:put_voice_connector_emergency_calling_configuration, Seahorse::Model::Operation.new.tap do |o|
3052
+ o.name = "PutVoiceConnectorEmergencyCallingConfiguration"
3053
+ o.http_method = "PUT"
3054
+ o.http_request_uri = "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration"
3055
+ o.input = Shapes::ShapeRef.new(shape: PutVoiceConnectorEmergencyCallingConfigurationRequest)
3056
+ o.output = Shapes::ShapeRef.new(shape: PutVoiceConnectorEmergencyCallingConfigurationResponse)
3057
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
3058
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3059
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3060
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3061
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
3062
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3063
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3064
+ end)
3065
+
2950
3066
  api.add_operation(:put_voice_connector_logging_configuration, Seahorse::Model::Operation.new.tap do |o|
2951
3067
  o.name = "PutVoiceConnectorLoggingConfiguration"
2952
3068
  o.http_method = "PUT"
@@ -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:
@@ -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
 
@@ -186,7 +193,7 @@ module Aws::Chime
186
193
  #
187
194
  # {
188
195
  # voice_connector_group_id: "NonEmptyString", # required
189
- # e164_phone_numbers: ["E164PhoneNumber"],
196
+ # e164_phone_numbers: ["E164PhoneNumber"], # required
190
197
  # force_associate: false,
191
198
  # }
192
199
  #
@@ -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
 
@@ -232,7 +241,7 @@ module Aws::Chime
232
241
  #
233
242
  # {
234
243
  # voice_connector_id: "NonEmptyString", # required
235
- # e164_phone_numbers: ["E164PhoneNumber"],
244
+ # e164_phone_numbers: ["E164PhoneNumber"], # required
236
245
  # force_associate: false,
237
246
  # }
238
247
  #
@@ -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
 
@@ -971,11 +1011,12 @@ module Aws::Chime
971
1011
  # @return [String]
972
1012
  #
973
1013
  # @!attribute [rw] media_region
974
- # The Region in which to create the meeting. Available values:
975
- # `ap-northeast-1`, `ap-southeast-1`, `ap-southeast-2`,
976
- # `ca-central-1`, `eu-central-1`, `eu-north-1`, `eu-west-1`,
977
- # `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`,
978
- # `us-west-1`, `us-west-2`.
1014
+ # The Region in which to create the meeting. Default: `us-east-1`.
1015
+ #
1016
+ # Available values: `ap-northeast-1`, `ap-southeast-1`,
1017
+ # `ap-southeast-2`, `ca-central-1`, `eu-central-1`, `eu-north-1`,
1018
+ # `eu-west-1`, `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`,
1019
+ # `us-east-2`, `us-west-1`, `us-west-2`.
979
1020
  # @return [String]
980
1021
  #
981
1022
  # @!attribute [rw] tags
@@ -996,6 +1037,7 @@ module Aws::Chime
996
1037
  :media_region,
997
1038
  :tags,
998
1039
  :notifications_configuration)
1040
+ SENSITIVE = [:client_request_token, :external_meeting_id, :meeting_host_id]
999
1041
  include Aws::Structure
1000
1042
  end
1001
1043
 
@@ -1008,6 +1050,116 @@ module Aws::Chime
1008
1050
  #
1009
1051
  class CreateMeetingResponse < Struct.new(
1010
1052
  :meeting)
1053
+ SENSITIVE = []
1054
+ include Aws::Structure
1055
+ end
1056
+
1057
+ # @note When making an API call, you may pass CreateMeetingWithAttendeesRequest
1058
+ # data as a hash:
1059
+ #
1060
+ # {
1061
+ # client_request_token: "ClientRequestToken", # required
1062
+ # external_meeting_id: "ExternalMeetingIdType",
1063
+ # meeting_host_id: "ExternalUserIdType",
1064
+ # media_region: "String",
1065
+ # tags: [
1066
+ # {
1067
+ # key: "TagKey", # required
1068
+ # value: "TagValue", # required
1069
+ # },
1070
+ # ],
1071
+ # notifications_configuration: {
1072
+ # sns_topic_arn: "Arn",
1073
+ # sqs_queue_arn: "Arn",
1074
+ # },
1075
+ # attendees: [
1076
+ # {
1077
+ # external_user_id: "ExternalUserIdType", # required
1078
+ # tags: [
1079
+ # {
1080
+ # key: "TagKey", # required
1081
+ # value: "TagValue", # required
1082
+ # },
1083
+ # ],
1084
+ # },
1085
+ # ],
1086
+ # }
1087
+ #
1088
+ # @!attribute [rw] client_request_token
1089
+ # The unique identifier for the client request. Use a different token
1090
+ # for different meetings.
1091
+ #
1092
+ # **A suitable default value is auto-generated.** You should normally
1093
+ # not need to pass this option.
1094
+ # @return [String]
1095
+ #
1096
+ # @!attribute [rw] external_meeting_id
1097
+ # The external meeting ID.
1098
+ # @return [String]
1099
+ #
1100
+ # @!attribute [rw] meeting_host_id
1101
+ # Reserved.
1102
+ # @return [String]
1103
+ #
1104
+ # @!attribute [rw] media_region
1105
+ # The Region in which to create the meeting. Default: `us-east-1`.
1106
+ #
1107
+ # Available values: `ap-northeast-1`, `ap-southeast-1`,
1108
+ # `ap-southeast-2`, `ca-central-1`, `eu-central-1`, `eu-north-1`,
1109
+ # `eu-west-1`, `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`,
1110
+ # `us-east-2`, `us-west-1`, `us-west-2`.
1111
+ # @return [String]
1112
+ #
1113
+ # @!attribute [rw] tags
1114
+ # The tag key-value pairs.
1115
+ # @return [Array<Types::Tag>]
1116
+ #
1117
+ # @!attribute [rw] notifications_configuration
1118
+ # The configuration for resource targets to receive notifications when
1119
+ # Amazon Chime SDK meeting and attendee events occur. The Amazon Chime
1120
+ # SDK supports resource targets located in the US East (N. Virginia)
1121
+ # AWS Region (`us-east-1`).
1122
+ # @return [Types::MeetingNotificationConfiguration]
1123
+ #
1124
+ # @!attribute [rw] attendees
1125
+ # The request containing the attendees to create.
1126
+ # @return [Array<Types::CreateAttendeeRequestItem>]
1127
+ #
1128
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMeetingWithAttendeesRequest AWS API Documentation
1129
+ #
1130
+ class CreateMeetingWithAttendeesRequest < Struct.new(
1131
+ :client_request_token,
1132
+ :external_meeting_id,
1133
+ :meeting_host_id,
1134
+ :media_region,
1135
+ :tags,
1136
+ :notifications_configuration,
1137
+ :attendees)
1138
+ SENSITIVE = [:client_request_token, :external_meeting_id, :meeting_host_id]
1139
+ include Aws::Structure
1140
+ end
1141
+
1142
+ # @!attribute [rw] meeting
1143
+ # A meeting created using the Amazon Chime SDK.
1144
+ # @return [Types::Meeting]
1145
+ #
1146
+ # @!attribute [rw] attendees
1147
+ # The attendee information, including attendees IDs and join tokens.
1148
+ # @return [Array<Types::Attendee>]
1149
+ #
1150
+ # @!attribute [rw] errors
1151
+ # If the action fails for one or more of the attendees in the request,
1152
+ # a list of the attendees is returned, along with error codes and
1153
+ # error messages.
1154
+ # @return [Array<Types::CreateAttendeeError>]
1155
+ #
1156
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMeetingWithAttendeesResponse AWS API Documentation
1157
+ #
1158
+ class CreateMeetingWithAttendeesResponse < Struct.new(
1159
+ :meeting,
1160
+ :attendees,
1161
+ :errors)
1162
+ SENSITIVE = []
1011
1163
  include Aws::Structure
1012
1164
  end
1013
1165
 
@@ -1032,6 +1184,7 @@ module Aws::Chime
1032
1184
  class CreatePhoneNumberOrderRequest < Struct.new(
1033
1185
  :product_type,
1034
1186
  :e164_phone_numbers)
1187
+ SENSITIVE = []
1035
1188
  include Aws::Structure
1036
1189
  end
1037
1190
 
@@ -1043,6 +1196,7 @@ module Aws::Chime
1043
1196
  #
1044
1197
  class CreatePhoneNumberOrderResponse < Struct.new(
1045
1198
  :phone_number_order)
1199
+ SENSITIVE = []
1046
1200
  include Aws::Structure
1047
1201
  end
1048
1202
 
@@ -1108,6 +1262,7 @@ module Aws::Chime
1108
1262
  :number_selection_behavior,
1109
1263
  :geo_match_level,
1110
1264
  :geo_match_params)
1265
+ SENSITIVE = [:name]
1111
1266
  include Aws::Structure
1112
1267
  end
1113
1268
 
@@ -1119,6 +1274,7 @@ module Aws::Chime
1119
1274
  #
1120
1275
  class CreateProxySessionResponse < Struct.new(
1121
1276
  :proxy_session)
1277
+ SENSITIVE = []
1122
1278
  include Aws::Structure
1123
1279
  end
1124
1280
 
@@ -1155,6 +1311,7 @@ module Aws::Chime
1155
1311
  :room_id,
1156
1312
  :member_id,
1157
1313
  :role)
1314
+ SENSITIVE = []
1158
1315
  include Aws::Structure
1159
1316
  end
1160
1317
 
@@ -1166,6 +1323,7 @@ module Aws::Chime
1166
1323
  #
1167
1324
  class CreateRoomMembershipResponse < Struct.new(
1168
1325
  :room_membership)
1326
+ SENSITIVE = []
1169
1327
  include Aws::Structure
1170
1328
  end
1171
1329
 
@@ -1199,6 +1357,7 @@ module Aws::Chime
1199
1357
  :account_id,
1200
1358
  :name,
1201
1359
  :client_request_token)
1360
+ SENSITIVE = [:name, :client_request_token]
1202
1361
  include Aws::Structure
1203
1362
  end
1204
1363
 
@@ -1210,6 +1369,7 @@ module Aws::Chime
1210
1369
  #
1211
1370
  class CreateRoomResponse < Struct.new(
1212
1371
  :room)
1372
+ SENSITIVE = []
1213
1373
  include Aws::Structure
1214
1374
  end
1215
1375
 
@@ -1246,6 +1406,7 @@ module Aws::Chime
1246
1406
  :username,
1247
1407
  :email,
1248
1408
  :user_type)
1409
+ SENSITIVE = [:email]
1249
1410
  include Aws::Structure
1250
1411
  end
1251
1412
 
@@ -1257,6 +1418,7 @@ module Aws::Chime
1257
1418
  #
1258
1419
  class CreateUserResponse < Struct.new(
1259
1420
  :user)
1421
+ SENSITIVE = []
1260
1422
  include Aws::Structure
1261
1423
  end
1262
1424
 
@@ -1286,6 +1448,7 @@ module Aws::Chime
1286
1448
  class CreateVoiceConnectorGroupRequest < Struct.new(
1287
1449
  :name,
1288
1450
  :voice_connector_items)
1451
+ SENSITIVE = []
1289
1452
  include Aws::Structure
1290
1453
  end
1291
1454
 
@@ -1297,6 +1460,7 @@ module Aws::Chime
1297
1460
  #
1298
1461
  class CreateVoiceConnectorGroupResponse < Struct.new(
1299
1462
  :voice_connector_group)
1463
+ SENSITIVE = []
1300
1464
  include Aws::Structure
1301
1465
  end
1302
1466
 
@@ -1329,6 +1493,7 @@ module Aws::Chime
1329
1493
  :name,
1330
1494
  :aws_region,
1331
1495
  :require_encryption)
1496
+ SENSITIVE = []
1332
1497
  include Aws::Structure
1333
1498
  end
1334
1499
 
@@ -1340,6 +1505,7 @@ module Aws::Chime
1340
1505
  #
1341
1506
  class CreateVoiceConnectorResponse < Struct.new(
1342
1507
  :voice_connector)
1508
+ SENSITIVE = []
1343
1509
  include Aws::Structure
1344
1510
  end
1345
1511
 
@@ -1369,6 +1535,44 @@ module Aws::Chime
1369
1535
  class Credential < Struct.new(
1370
1536
  :username,
1371
1537
  :password)
1538
+ SENSITIVE = [:username, :password]
1539
+ include Aws::Structure
1540
+ end
1541
+
1542
+ # The Dialed Number Identification Service (DNIS) emergency calling
1543
+ # configuration details associated with an Amazon Chime Voice
1544
+ # Connector's emergency calling configuration.
1545
+ #
1546
+ # @note When making an API call, you may pass DNISEmergencyCallingConfiguration
1547
+ # data as a hash:
1548
+ #
1549
+ # {
1550
+ # emergency_phone_number: "E164PhoneNumber", # required
1551
+ # test_phone_number: "E164PhoneNumber",
1552
+ # calling_country: "Alpha2CountryCode", # required
1553
+ # }
1554
+ #
1555
+ # @!attribute [rw] emergency_phone_number
1556
+ # The DNIS phone number to route emergency calls to, in E.164 format.
1557
+ # @return [String]
1558
+ #
1559
+ # @!attribute [rw] test_phone_number
1560
+ # The DNIS phone number to route test emergency calls to, in E.164
1561
+ # format.
1562
+ # @return [String]
1563
+ #
1564
+ # @!attribute [rw] calling_country
1565
+ # The country from which emergency calls are allowed, in ISO 3166-1
1566
+ # alpha-2 format.
1567
+ # @return [String]
1568
+ #
1569
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DNISEmergencyCallingConfiguration AWS API Documentation
1570
+ #
1571
+ class DNISEmergencyCallingConfiguration < Struct.new(
1572
+ :emergency_phone_number,
1573
+ :test_phone_number,
1574
+ :calling_country)
1575
+ SENSITIVE = [:emergency_phone_number, :test_phone_number]
1372
1576
  include Aws::Structure
1373
1577
  end
1374
1578
 
@@ -1387,6 +1591,7 @@ module Aws::Chime
1387
1591
  #
1388
1592
  class DeleteAccountRequest < Struct.new(
1389
1593
  :account_id)
1594
+ SENSITIVE = []
1390
1595
  include Aws::Structure
1391
1596
  end
1392
1597
 
@@ -1415,6 +1620,7 @@ module Aws::Chime
1415
1620
  class DeleteAttendeeRequest < Struct.new(
1416
1621
  :meeting_id,
1417
1622
  :attendee_id)
1623
+ SENSITIVE = []
1418
1624
  include Aws::Structure
1419
1625
  end
1420
1626
 
@@ -1439,6 +1645,7 @@ module Aws::Chime
1439
1645
  class DeleteEventsConfigurationRequest < Struct.new(
1440
1646
  :account_id,
1441
1647
  :bot_id)
1648
+ SENSITIVE = []
1442
1649
  include Aws::Structure
1443
1650
  end
1444
1651
 
@@ -1457,6 +1664,7 @@ module Aws::Chime
1457
1664
  #
1458
1665
  class DeleteMeetingRequest < Struct.new(
1459
1666
  :meeting_id)
1667
+ SENSITIVE = []
1460
1668
  include Aws::Structure
1461
1669
  end
1462
1670
 
@@ -1475,6 +1683,7 @@ module Aws::Chime
1475
1683
  #
1476
1684
  class DeletePhoneNumberRequest < Struct.new(
1477
1685
  :phone_number_id)
1686
+ SENSITIVE = []
1478
1687
  include Aws::Structure
1479
1688
  end
1480
1689
 
@@ -1499,6 +1708,7 @@ module Aws::Chime
1499
1708
  class DeleteProxySessionRequest < Struct.new(
1500
1709
  :voice_connector_id,
1501
1710
  :proxy_session_id)
1711
+ SENSITIVE = []
1502
1712
  include Aws::Structure
1503
1713
  end
1504
1714
 
@@ -1529,6 +1739,7 @@ module Aws::Chime
1529
1739
  :account_id,
1530
1740
  :room_id,
1531
1741
  :member_id)
1742
+ SENSITIVE = []
1532
1743
  include Aws::Structure
1533
1744
  end
1534
1745
 
@@ -1553,6 +1764,26 @@ module Aws::Chime
1553
1764
  class DeleteRoomRequest < Struct.new(
1554
1765
  :account_id,
1555
1766
  :room_id)
1767
+ SENSITIVE = []
1768
+ include Aws::Structure
1769
+ end
1770
+
1771
+ # @note When making an API call, you may pass DeleteVoiceConnectorEmergencyCallingConfigurationRequest
1772
+ # data as a hash:
1773
+ #
1774
+ # {
1775
+ # voice_connector_id: "NonEmptyString", # required
1776
+ # }
1777
+ #
1778
+ # @!attribute [rw] voice_connector_id
1779
+ # The Amazon Chime Voice Connector ID.
1780
+ # @return [String]
1781
+ #
1782
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteVoiceConnectorEmergencyCallingConfigurationRequest AWS API Documentation
1783
+ #
1784
+ class DeleteVoiceConnectorEmergencyCallingConfigurationRequest < Struct.new(
1785
+ :voice_connector_id)
1786
+ SENSITIVE = []
1556
1787
  include Aws::Structure
1557
1788
  end
1558
1789
 
@@ -1571,6 +1802,7 @@ module Aws::Chime
1571
1802
  #
1572
1803
  class DeleteVoiceConnectorGroupRequest < Struct.new(
1573
1804
  :voice_connector_group_id)
1805
+ SENSITIVE = []
1574
1806
  include Aws::Structure
1575
1807
  end
1576
1808
 
@@ -1589,6 +1821,7 @@ module Aws::Chime
1589
1821
  #
1590
1822
  class DeleteVoiceConnectorOriginationRequest < Struct.new(
1591
1823
  :voice_connector_id)
1824
+ SENSITIVE = []
1592
1825
  include Aws::Structure
1593
1826
  end
1594
1827
 
@@ -1607,6 +1840,7 @@ module Aws::Chime
1607
1840
  #
1608
1841
  class DeleteVoiceConnectorProxyRequest < Struct.new(
1609
1842
  :voice_connector_id)
1843
+ SENSITIVE = []
1610
1844
  include Aws::Structure
1611
1845
  end
1612
1846
 
@@ -1625,6 +1859,7 @@ module Aws::Chime
1625
1859
  #
1626
1860
  class DeleteVoiceConnectorRequest < Struct.new(
1627
1861
  :voice_connector_id)
1862
+ SENSITIVE = []
1628
1863
  include Aws::Structure
1629
1864
  end
1630
1865
 
@@ -1643,6 +1878,7 @@ module Aws::Chime
1643
1878
  #
1644
1879
  class DeleteVoiceConnectorStreamingConfigurationRequest < Struct.new(
1645
1880
  :voice_connector_id)
1881
+ SENSITIVE = []
1646
1882
  include Aws::Structure
1647
1883
  end
1648
1884
 
@@ -1651,7 +1887,7 @@ module Aws::Chime
1651
1887
  #
1652
1888
  # {
1653
1889
  # voice_connector_id: "NonEmptyString", # required
1654
- # usernames: ["SensitiveString"],
1890
+ # usernames: ["SensitiveString"], # required
1655
1891
  # }
1656
1892
  #
1657
1893
  # @!attribute [rw] voice_connector_id
@@ -1668,6 +1904,7 @@ module Aws::Chime
1668
1904
  class DeleteVoiceConnectorTerminationCredentialsRequest < Struct.new(
1669
1905
  :voice_connector_id,
1670
1906
  :usernames)
1907
+ SENSITIVE = []
1671
1908
  include Aws::Structure
1672
1909
  end
1673
1910
 
@@ -1686,6 +1923,7 @@ module Aws::Chime
1686
1923
  #
1687
1924
  class DeleteVoiceConnectorTerminationRequest < Struct.new(
1688
1925
  :voice_connector_id)
1926
+ SENSITIVE = []
1689
1927
  include Aws::Structure
1690
1928
  end
1691
1929
 
@@ -1710,6 +1948,7 @@ module Aws::Chime
1710
1948
  class DisassociatePhoneNumberFromUserRequest < Struct.new(
1711
1949
  :account_id,
1712
1950
  :user_id)
1951
+ SENSITIVE = []
1713
1952
  include Aws::Structure
1714
1953
  end
1715
1954
 
@@ -1722,7 +1961,7 @@ module Aws::Chime
1722
1961
  #
1723
1962
  # {
1724
1963
  # voice_connector_group_id: "NonEmptyString", # required
1725
- # e164_phone_numbers: ["E164PhoneNumber"],
1964
+ # e164_phone_numbers: ["E164PhoneNumber"], # required
1726
1965
  # }
1727
1966
  #
1728
1967
  # @!attribute [rw] voice_connector_group_id
@@ -1738,6 +1977,7 @@ module Aws::Chime
1738
1977
  class DisassociatePhoneNumbersFromVoiceConnectorGroupRequest < Struct.new(
1739
1978
  :voice_connector_group_id,
1740
1979
  :e164_phone_numbers)
1980
+ SENSITIVE = []
1741
1981
  include Aws::Structure
1742
1982
  end
1743
1983
 
@@ -1751,6 +1991,7 @@ module Aws::Chime
1751
1991
  #
1752
1992
  class DisassociatePhoneNumbersFromVoiceConnectorGroupResponse < Struct.new(
1753
1993
  :phone_number_errors)
1994
+ SENSITIVE = []
1754
1995
  include Aws::Structure
1755
1996
  end
1756
1997
 
@@ -1759,7 +2000,7 @@ module Aws::Chime
1759
2000
  #
1760
2001
  # {
1761
2002
  # voice_connector_id: "NonEmptyString", # required
1762
- # e164_phone_numbers: ["E164PhoneNumber"],
2003
+ # e164_phone_numbers: ["E164PhoneNumber"], # required
1763
2004
  # }
1764
2005
  #
1765
2006
  # @!attribute [rw] voice_connector_id
@@ -1775,6 +2016,7 @@ module Aws::Chime
1775
2016
  class DisassociatePhoneNumbersFromVoiceConnectorRequest < Struct.new(
1776
2017
  :voice_connector_id,
1777
2018
  :e164_phone_numbers)
2019
+ SENSITIVE = []
1778
2020
  include Aws::Structure
1779
2021
  end
1780
2022
 
@@ -1788,6 +2030,7 @@ module Aws::Chime
1788
2030
  #
1789
2031
  class DisassociatePhoneNumbersFromVoiceConnectorResponse < Struct.new(
1790
2032
  :phone_number_errors)
2033
+ SENSITIVE = []
1791
2034
  include Aws::Structure
1792
2035
  end
1793
2036
 
@@ -1812,6 +2055,7 @@ module Aws::Chime
1812
2055
  class DisassociateSigninDelegateGroupsFromAccountRequest < Struct.new(
1813
2056
  :account_id,
1814
2057
  :group_names)
2058
+ SENSITIVE = []
1815
2059
  include Aws::Structure
1816
2060
  end
1817
2061
 
@@ -1819,6 +2063,35 @@ module Aws::Chime
1819
2063
  #
1820
2064
  class DisassociateSigninDelegateGroupsFromAccountResponse < Aws::EmptyStructure; end
1821
2065
 
2066
+ # The emergency calling configuration details associated with an Amazon
2067
+ # Chime Voice Connector.
2068
+ #
2069
+ # @note When making an API call, you may pass EmergencyCallingConfiguration
2070
+ # data as a hash:
2071
+ #
2072
+ # {
2073
+ # dnis: [
2074
+ # {
2075
+ # emergency_phone_number: "E164PhoneNumber", # required
2076
+ # test_phone_number: "E164PhoneNumber",
2077
+ # calling_country: "Alpha2CountryCode", # required
2078
+ # },
2079
+ # ],
2080
+ # }
2081
+ #
2082
+ # @!attribute [rw] dnis
2083
+ # The Dialed Number Identification Service (DNIS) emergency calling
2084
+ # configuration details.
2085
+ # @return [Array<Types::DNISEmergencyCallingConfiguration>]
2086
+ #
2087
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/EmergencyCallingConfiguration AWS API Documentation
2088
+ #
2089
+ class EmergencyCallingConfiguration < Struct.new(
2090
+ :dnis)
2091
+ SENSITIVE = []
2092
+ include Aws::Structure
2093
+ end
2094
+
1822
2095
  # The configuration that allows a bot to receive outgoing events. Can be
1823
2096
  # either an HTTPS endpoint or a Lambda function ARN.
1824
2097
  #
@@ -1840,6 +2113,7 @@ module Aws::Chime
1840
2113
  :bot_id,
1841
2114
  :outbound_events_https_endpoint,
1842
2115
  :lambda_function_arn)
2116
+ SENSITIVE = [:outbound_events_https_endpoint, :lambda_function_arn]
1843
2117
  include Aws::Structure
1844
2118
  end
1845
2119
 
@@ -1858,6 +2132,7 @@ module Aws::Chime
1858
2132
  class ForbiddenException < Struct.new(
1859
2133
  :code,
1860
2134
  :message)
2135
+ SENSITIVE = []
1861
2136
  include Aws::Structure
1862
2137
  end
1863
2138
 
@@ -1885,6 +2160,7 @@ module Aws::Chime
1885
2160
  class GeoMatchParams < Struct.new(
1886
2161
  :country,
1887
2162
  :area_code)
2163
+ SENSITIVE = []
1888
2164
  include Aws::Structure
1889
2165
  end
1890
2166
 
@@ -1903,6 +2179,7 @@ module Aws::Chime
1903
2179
  #
1904
2180
  class GetAccountRequest < Struct.new(
1905
2181
  :account_id)
2182
+ SENSITIVE = []
1906
2183
  include Aws::Structure
1907
2184
  end
1908
2185
 
@@ -1914,6 +2191,7 @@ module Aws::Chime
1914
2191
  #
1915
2192
  class GetAccountResponse < Struct.new(
1916
2193
  :account)
2194
+ SENSITIVE = []
1917
2195
  include Aws::Structure
1918
2196
  end
1919
2197
 
@@ -1932,6 +2210,7 @@ module Aws::Chime
1932
2210
  #
1933
2211
  class GetAccountSettingsRequest < Struct.new(
1934
2212
  :account_id)
2213
+ SENSITIVE = []
1935
2214
  include Aws::Structure
1936
2215
  end
1937
2216
 
@@ -1943,6 +2222,7 @@ module Aws::Chime
1943
2222
  #
1944
2223
  class GetAccountSettingsResponse < Struct.new(
1945
2224
  :account_settings)
2225
+ SENSITIVE = []
1946
2226
  include Aws::Structure
1947
2227
  end
1948
2228
 
@@ -1967,6 +2247,7 @@ module Aws::Chime
1967
2247
  class GetAttendeeRequest < Struct.new(
1968
2248
  :meeting_id,
1969
2249
  :attendee_id)
2250
+ SENSITIVE = []
1970
2251
  include Aws::Structure
1971
2252
  end
1972
2253
 
@@ -1978,6 +2259,7 @@ module Aws::Chime
1978
2259
  #
1979
2260
  class GetAttendeeResponse < Struct.new(
1980
2261
  :attendee)
2262
+ SENSITIVE = []
1981
2263
  include Aws::Structure
1982
2264
  end
1983
2265
 
@@ -2002,6 +2284,7 @@ module Aws::Chime
2002
2284
  class GetBotRequest < Struct.new(
2003
2285
  :account_id,
2004
2286
  :bot_id)
2287
+ SENSITIVE = []
2005
2288
  include Aws::Structure
2006
2289
  end
2007
2290
 
@@ -2013,6 +2296,7 @@ module Aws::Chime
2013
2296
  #
2014
2297
  class GetBotResponse < Struct.new(
2015
2298
  :bot)
2299
+ SENSITIVE = []
2016
2300
  include Aws::Structure
2017
2301
  end
2018
2302
 
@@ -2037,6 +2321,7 @@ module Aws::Chime
2037
2321
  class GetEventsConfigurationRequest < Struct.new(
2038
2322
  :account_id,
2039
2323
  :bot_id)
2324
+ SENSITIVE = []
2040
2325
  include Aws::Structure
2041
2326
  end
2042
2327
 
@@ -2048,6 +2333,7 @@ module Aws::Chime
2048
2333
  #
2049
2334
  class GetEventsConfigurationResponse < Struct.new(
2050
2335
  :events_configuration)
2336
+ SENSITIVE = []
2051
2337
  include Aws::Structure
2052
2338
  end
2053
2339
 
@@ -2064,6 +2350,7 @@ module Aws::Chime
2064
2350
  class GetGlobalSettingsResponse < Struct.new(
2065
2351
  :business_calling,
2066
2352
  :voice_connector)
2353
+ SENSITIVE = []
2067
2354
  include Aws::Structure
2068
2355
  end
2069
2356
 
@@ -2082,6 +2369,7 @@ module Aws::Chime
2082
2369
  #
2083
2370
  class GetMeetingRequest < Struct.new(
2084
2371
  :meeting_id)
2372
+ SENSITIVE = []
2085
2373
  include Aws::Structure
2086
2374
  end
2087
2375
 
@@ -2093,6 +2381,7 @@ module Aws::Chime
2093
2381
  #
2094
2382
  class GetMeetingResponse < Struct.new(
2095
2383
  :meeting)
2384
+ SENSITIVE = []
2096
2385
  include Aws::Structure
2097
2386
  end
2098
2387
 
@@ -2111,6 +2400,7 @@ module Aws::Chime
2111
2400
  #
2112
2401
  class GetPhoneNumberOrderRequest < Struct.new(
2113
2402
  :phone_number_order_id)
2403
+ SENSITIVE = []
2114
2404
  include Aws::Structure
2115
2405
  end
2116
2406
 
@@ -2122,6 +2412,7 @@ module Aws::Chime
2122
2412
  #
2123
2413
  class GetPhoneNumberOrderResponse < Struct.new(
2124
2414
  :phone_number_order)
2415
+ SENSITIVE = []
2125
2416
  include Aws::Structure
2126
2417
  end
2127
2418
 
@@ -2140,6 +2431,7 @@ module Aws::Chime
2140
2431
  #
2141
2432
  class GetPhoneNumberRequest < Struct.new(
2142
2433
  :phone_number_id)
2434
+ SENSITIVE = []
2143
2435
  include Aws::Structure
2144
2436
  end
2145
2437
 
@@ -2151,6 +2443,7 @@ module Aws::Chime
2151
2443
  #
2152
2444
  class GetPhoneNumberResponse < Struct.new(
2153
2445
  :phone_number)
2446
+ SENSITIVE = []
2154
2447
  include Aws::Structure
2155
2448
  end
2156
2449
 
@@ -2167,6 +2460,7 @@ module Aws::Chime
2167
2460
  class GetPhoneNumberSettingsResponse < Struct.new(
2168
2461
  :calling_name,
2169
2462
  :calling_name_updated_timestamp)
2463
+ SENSITIVE = [:calling_name]
2170
2464
  include Aws::Structure
2171
2465
  end
2172
2466
 
@@ -2191,6 +2485,7 @@ module Aws::Chime
2191
2485
  class GetProxySessionRequest < Struct.new(
2192
2486
  :voice_connector_id,
2193
2487
  :proxy_session_id)
2488
+ SENSITIVE = []
2194
2489
  include Aws::Structure
2195
2490
  end
2196
2491
 
@@ -2202,6 +2497,7 @@ module Aws::Chime
2202
2497
  #
2203
2498
  class GetProxySessionResponse < Struct.new(
2204
2499
  :proxy_session)
2500
+ SENSITIVE = []
2205
2501
  include Aws::Structure
2206
2502
  end
2207
2503
 
@@ -2220,6 +2516,7 @@ module Aws::Chime
2220
2516
  #
2221
2517
  class GetRetentionSettingsRequest < Struct.new(
2222
2518
  :account_id)
2519
+ SENSITIVE = []
2223
2520
  include Aws::Structure
2224
2521
  end
2225
2522
 
@@ -2237,6 +2534,7 @@ module Aws::Chime
2237
2534
  class GetRetentionSettingsResponse < Struct.new(
2238
2535
  :retention_settings,
2239
2536
  :initiate_deletion_timestamp)
2537
+ SENSITIVE = []
2240
2538
  include Aws::Structure
2241
2539
  end
2242
2540
 
@@ -2261,6 +2559,7 @@ module Aws::Chime
2261
2559
  class GetRoomRequest < Struct.new(
2262
2560
  :account_id,
2263
2561
  :room_id)
2562
+ SENSITIVE = []
2264
2563
  include Aws::Structure
2265
2564
  end
2266
2565
 
@@ -2272,6 +2571,7 @@ module Aws::Chime
2272
2571
  #
2273
2572
  class GetRoomResponse < Struct.new(
2274
2573
  :room)
2574
+ SENSITIVE = []
2275
2575
  include Aws::Structure
2276
2576
  end
2277
2577
 
@@ -2296,6 +2596,7 @@ module Aws::Chime
2296
2596
  class GetUserRequest < Struct.new(
2297
2597
  :account_id,
2298
2598
  :user_id)
2599
+ SENSITIVE = []
2299
2600
  include Aws::Structure
2300
2601
  end
2301
2602
 
@@ -2307,6 +2608,7 @@ module Aws::Chime
2307
2608
  #
2308
2609
  class GetUserResponse < Struct.new(
2309
2610
  :user)
2611
+ SENSITIVE = []
2310
2612
  include Aws::Structure
2311
2613
  end
2312
2614
 
@@ -2331,6 +2633,7 @@ module Aws::Chime
2331
2633
  class GetUserSettingsRequest < Struct.new(
2332
2634
  :account_id,
2333
2635
  :user_id)
2636
+ SENSITIVE = []
2334
2637
  include Aws::Structure
2335
2638
  end
2336
2639
 
@@ -2342,6 +2645,38 @@ module Aws::Chime
2342
2645
  #
2343
2646
  class GetUserSettingsResponse < Struct.new(
2344
2647
  :user_settings)
2648
+ SENSITIVE = []
2649
+ include Aws::Structure
2650
+ end
2651
+
2652
+ # @note When making an API call, you may pass GetVoiceConnectorEmergencyCallingConfigurationRequest
2653
+ # data as a hash:
2654
+ #
2655
+ # {
2656
+ # voice_connector_id: "NonEmptyString", # required
2657
+ # }
2658
+ #
2659
+ # @!attribute [rw] voice_connector_id
2660
+ # The Amazon Chime Voice Connector ID.
2661
+ # @return [String]
2662
+ #
2663
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetVoiceConnectorEmergencyCallingConfigurationRequest AWS API Documentation
2664
+ #
2665
+ class GetVoiceConnectorEmergencyCallingConfigurationRequest < Struct.new(
2666
+ :voice_connector_id)
2667
+ SENSITIVE = []
2668
+ include Aws::Structure
2669
+ end
2670
+
2671
+ # @!attribute [rw] emergency_calling_configuration
2672
+ # The emergency calling configuration details.
2673
+ # @return [Types::EmergencyCallingConfiguration]
2674
+ #
2675
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetVoiceConnectorEmergencyCallingConfigurationResponse AWS API Documentation
2676
+ #
2677
+ class GetVoiceConnectorEmergencyCallingConfigurationResponse < Struct.new(
2678
+ :emergency_calling_configuration)
2679
+ SENSITIVE = []
2345
2680
  include Aws::Structure
2346
2681
  end
2347
2682
 
@@ -2360,6 +2695,7 @@ module Aws::Chime
2360
2695
  #
2361
2696
  class GetVoiceConnectorGroupRequest < Struct.new(
2362
2697
  :voice_connector_group_id)
2698
+ SENSITIVE = []
2363
2699
  include Aws::Structure
2364
2700
  end
2365
2701
 
@@ -2371,6 +2707,7 @@ module Aws::Chime
2371
2707
  #
2372
2708
  class GetVoiceConnectorGroupResponse < Struct.new(
2373
2709
  :voice_connector_group)
2710
+ SENSITIVE = []
2374
2711
  include Aws::Structure
2375
2712
  end
2376
2713
 
@@ -2389,6 +2726,7 @@ module Aws::Chime
2389
2726
  #
2390
2727
  class GetVoiceConnectorLoggingConfigurationRequest < Struct.new(
2391
2728
  :voice_connector_id)
2729
+ SENSITIVE = []
2392
2730
  include Aws::Structure
2393
2731
  end
2394
2732
 
@@ -2400,6 +2738,7 @@ module Aws::Chime
2400
2738
  #
2401
2739
  class GetVoiceConnectorLoggingConfigurationResponse < Struct.new(
2402
2740
  :logging_configuration)
2741
+ SENSITIVE = []
2403
2742
  include Aws::Structure
2404
2743
  end
2405
2744
 
@@ -2418,6 +2757,7 @@ module Aws::Chime
2418
2757
  #
2419
2758
  class GetVoiceConnectorOriginationRequest < Struct.new(
2420
2759
  :voice_connector_id)
2760
+ SENSITIVE = []
2421
2761
  include Aws::Structure
2422
2762
  end
2423
2763
 
@@ -2429,6 +2769,7 @@ module Aws::Chime
2429
2769
  #
2430
2770
  class GetVoiceConnectorOriginationResponse < Struct.new(
2431
2771
  :origination)
2772
+ SENSITIVE = []
2432
2773
  include Aws::Structure
2433
2774
  end
2434
2775
 
@@ -2447,6 +2788,7 @@ module Aws::Chime
2447
2788
  #
2448
2789
  class GetVoiceConnectorProxyRequest < Struct.new(
2449
2790
  :voice_connector_id)
2791
+ SENSITIVE = []
2450
2792
  include Aws::Structure
2451
2793
  end
2452
2794
 
@@ -2458,6 +2800,7 @@ module Aws::Chime
2458
2800
  #
2459
2801
  class GetVoiceConnectorProxyResponse < Struct.new(
2460
2802
  :proxy)
2803
+ SENSITIVE = []
2461
2804
  include Aws::Structure
2462
2805
  end
2463
2806
 
@@ -2476,6 +2819,7 @@ module Aws::Chime
2476
2819
  #
2477
2820
  class GetVoiceConnectorRequest < Struct.new(
2478
2821
  :voice_connector_id)
2822
+ SENSITIVE = []
2479
2823
  include Aws::Structure
2480
2824
  end
2481
2825
 
@@ -2487,6 +2831,7 @@ module Aws::Chime
2487
2831
  #
2488
2832
  class GetVoiceConnectorResponse < Struct.new(
2489
2833
  :voice_connector)
2834
+ SENSITIVE = []
2490
2835
  include Aws::Structure
2491
2836
  end
2492
2837
 
@@ -2505,6 +2850,7 @@ module Aws::Chime
2505
2850
  #
2506
2851
  class GetVoiceConnectorStreamingConfigurationRequest < Struct.new(
2507
2852
  :voice_connector_id)
2853
+ SENSITIVE = []
2508
2854
  include Aws::Structure
2509
2855
  end
2510
2856
 
@@ -2516,6 +2862,7 @@ module Aws::Chime
2516
2862
  #
2517
2863
  class GetVoiceConnectorStreamingConfigurationResponse < Struct.new(
2518
2864
  :streaming_configuration)
2865
+ SENSITIVE = []
2519
2866
  include Aws::Structure
2520
2867
  end
2521
2868
 
@@ -2534,6 +2881,7 @@ module Aws::Chime
2534
2881
  #
2535
2882
  class GetVoiceConnectorTerminationHealthRequest < Struct.new(
2536
2883
  :voice_connector_id)
2884
+ SENSITIVE = []
2537
2885
  include Aws::Structure
2538
2886
  end
2539
2887
 
@@ -2545,6 +2893,7 @@ module Aws::Chime
2545
2893
  #
2546
2894
  class GetVoiceConnectorTerminationHealthResponse < Struct.new(
2547
2895
  :termination_health)
2896
+ SENSITIVE = []
2548
2897
  include Aws::Structure
2549
2898
  end
2550
2899
 
@@ -2563,6 +2912,7 @@ module Aws::Chime
2563
2912
  #
2564
2913
  class GetVoiceConnectorTerminationRequest < Struct.new(
2565
2914
  :voice_connector_id)
2915
+ SENSITIVE = []
2566
2916
  include Aws::Structure
2567
2917
  end
2568
2918
 
@@ -2574,6 +2924,7 @@ module Aws::Chime
2574
2924
  #
2575
2925
  class GetVoiceConnectorTerminationResponse < Struct.new(
2576
2926
  :termination)
2927
+ SENSITIVE = []
2577
2928
  include Aws::Structure
2578
2929
  end
2579
2930
 
@@ -2603,6 +2954,7 @@ module Aws::Chime
2603
2954
  :status,
2604
2955
  :email_address,
2605
2956
  :email_status)
2957
+ SENSITIVE = [:email_address]
2606
2958
  include Aws::Structure
2607
2959
  end
2608
2960
 
@@ -2633,6 +2985,7 @@ module Aws::Chime
2633
2985
  :account_id,
2634
2986
  :user_email_list,
2635
2987
  :user_type)
2988
+ SENSITIVE = []
2636
2989
  include Aws::Structure
2637
2990
  end
2638
2991
 
@@ -2644,6 +2997,7 @@ module Aws::Chime
2644
2997
  #
2645
2998
  class InviteUsersResponse < Struct.new(
2646
2999
  :invites)
3000
+ SENSITIVE = []
2647
3001
  include Aws::Structure
2648
3002
  end
2649
3003
 
@@ -2681,6 +3035,7 @@ module Aws::Chime
2681
3035
  :user_email,
2682
3036
  :next_token,
2683
3037
  :max_results)
3038
+ SENSITIVE = [:user_email]
2684
3039
  include Aws::Structure
2685
3040
  end
2686
3041
 
@@ -2697,6 +3052,7 @@ module Aws::Chime
2697
3052
  class ListAccountsResponse < Struct.new(
2698
3053
  :accounts,
2699
3054
  :next_token)
3055
+ SENSITIVE = []
2700
3056
  include Aws::Structure
2701
3057
  end
2702
3058
 
@@ -2721,6 +3077,7 @@ module Aws::Chime
2721
3077
  class ListAttendeeTagsRequest < Struct.new(
2722
3078
  :meeting_id,
2723
3079
  :attendee_id)
3080
+ SENSITIVE = []
2724
3081
  include Aws::Structure
2725
3082
  end
2726
3083
 
@@ -2732,6 +3089,7 @@ module Aws::Chime
2732
3089
  #
2733
3090
  class ListAttendeeTagsResponse < Struct.new(
2734
3091
  :tags)
3092
+ SENSITIVE = []
2735
3093
  include Aws::Structure
2736
3094
  end
2737
3095
 
@@ -2762,6 +3120,7 @@ module Aws::Chime
2762
3120
  :meeting_id,
2763
3121
  :next_token,
2764
3122
  :max_results)
3123
+ SENSITIVE = []
2765
3124
  include Aws::Structure
2766
3125
  end
2767
3126
 
@@ -2778,6 +3137,7 @@ module Aws::Chime
2778
3137
  class ListAttendeesResponse < Struct.new(
2779
3138
  :attendees,
2780
3139
  :next_token)
3140
+ SENSITIVE = []
2781
3141
  include Aws::Structure
2782
3142
  end
2783
3143
 
@@ -2809,6 +3169,7 @@ module Aws::Chime
2809
3169
  :account_id,
2810
3170
  :max_results,
2811
3171
  :next_token)
3172
+ SENSITIVE = []
2812
3173
  include Aws::Structure
2813
3174
  end
2814
3175
 
@@ -2825,6 +3186,7 @@ module Aws::Chime
2825
3186
  class ListBotsResponse < Struct.new(
2826
3187
  :bots,
2827
3188
  :next_token)
3189
+ SENSITIVE = []
2828
3190
  include Aws::Structure
2829
3191
  end
2830
3192
 
@@ -2843,6 +3205,7 @@ module Aws::Chime
2843
3205
  #
2844
3206
  class ListMeetingTagsRequest < Struct.new(
2845
3207
  :meeting_id)
3208
+ SENSITIVE = []
2846
3209
  include Aws::Structure
2847
3210
  end
2848
3211
 
@@ -2854,6 +3217,7 @@ module Aws::Chime
2854
3217
  #
2855
3218
  class ListMeetingTagsResponse < Struct.new(
2856
3219
  :tags)
3220
+ SENSITIVE = []
2857
3221
  include Aws::Structure
2858
3222
  end
2859
3223
 
@@ -2878,6 +3242,7 @@ module Aws::Chime
2878
3242
  class ListMeetingsRequest < Struct.new(
2879
3243
  :next_token,
2880
3244
  :max_results)
3245
+ SENSITIVE = []
2881
3246
  include Aws::Structure
2882
3247
  end
2883
3248
 
@@ -2894,6 +3259,7 @@ module Aws::Chime
2894
3259
  class ListMeetingsResponse < Struct.new(
2895
3260
  :meetings,
2896
3261
  :next_token)
3262
+ SENSITIVE = []
2897
3263
  include Aws::Structure
2898
3264
  end
2899
3265
 
@@ -2918,6 +3284,7 @@ module Aws::Chime
2918
3284
  class ListPhoneNumberOrdersRequest < Struct.new(
2919
3285
  :next_token,
2920
3286
  :max_results)
3287
+ SENSITIVE = []
2921
3288
  include Aws::Structure
2922
3289
  end
2923
3290
 
@@ -2934,6 +3301,7 @@ module Aws::Chime
2934
3301
  class ListPhoneNumberOrdersResponse < Struct.new(
2935
3302
  :phone_number_orders,
2936
3303
  :next_token)
3304
+ SENSITIVE = []
2937
3305
  include Aws::Structure
2938
3306
  end
2939
3307
 
@@ -2982,6 +3350,7 @@ module Aws::Chime
2982
3350
  :filter_value,
2983
3351
  :max_results,
2984
3352
  :next_token)
3353
+ SENSITIVE = []
2985
3354
  include Aws::Structure
2986
3355
  end
2987
3356
 
@@ -2998,6 +3367,7 @@ module Aws::Chime
2998
3367
  class ListPhoneNumbersResponse < Struct.new(
2999
3368
  :phone_numbers,
3000
3369
  :next_token)
3370
+ SENSITIVE = []
3001
3371
  include Aws::Structure
3002
3372
  end
3003
3373
 
@@ -3034,6 +3404,7 @@ module Aws::Chime
3034
3404
  :status,
3035
3405
  :next_token,
3036
3406
  :max_results)
3407
+ SENSITIVE = []
3037
3408
  include Aws::Structure
3038
3409
  end
3039
3410
 
@@ -3050,6 +3421,7 @@ module Aws::Chime
3050
3421
  class ListProxySessionsResponse < Struct.new(
3051
3422
  :proxy_sessions,
3052
3423
  :next_token)
3424
+ SENSITIVE = []
3053
3425
  include Aws::Structure
3054
3426
  end
3055
3427
 
@@ -3086,6 +3458,7 @@ module Aws::Chime
3086
3458
  :room_id,
3087
3459
  :max_results,
3088
3460
  :next_token)
3461
+ SENSITIVE = []
3089
3462
  include Aws::Structure
3090
3463
  end
3091
3464
 
@@ -3102,6 +3475,7 @@ module Aws::Chime
3102
3475
  class ListRoomMembershipsResponse < Struct.new(
3103
3476
  :room_memberships,
3104
3477
  :next_token)
3478
+ SENSITIVE = []
3105
3479
  include Aws::Structure
3106
3480
  end
3107
3481
 
@@ -3138,6 +3512,7 @@ module Aws::Chime
3138
3512
  :member_id,
3139
3513
  :max_results,
3140
3514
  :next_token)
3515
+ SENSITIVE = []
3141
3516
  include Aws::Structure
3142
3517
  end
3143
3518
 
@@ -3154,6 +3529,7 @@ module Aws::Chime
3154
3529
  class ListRoomsResponse < Struct.new(
3155
3530
  :rooms,
3156
3531
  :next_token)
3532
+ SENSITIVE = []
3157
3533
  include Aws::Structure
3158
3534
  end
3159
3535
 
@@ -3172,6 +3548,7 @@ module Aws::Chime
3172
3548
  #
3173
3549
  class ListTagsForResourceRequest < Struct.new(
3174
3550
  :resource_arn)
3551
+ SENSITIVE = [:resource_arn]
3175
3552
  include Aws::Structure
3176
3553
  end
3177
3554
 
@@ -3183,6 +3560,7 @@ module Aws::Chime
3183
3560
  #
3184
3561
  class ListTagsForResourceResponse < Struct.new(
3185
3562
  :tags)
3563
+ SENSITIVE = []
3186
3564
  include Aws::Structure
3187
3565
  end
3188
3566
 
@@ -3226,6 +3604,7 @@ module Aws::Chime
3226
3604
  :user_type,
3227
3605
  :max_results,
3228
3606
  :next_token)
3607
+ SENSITIVE = [:user_email]
3229
3608
  include Aws::Structure
3230
3609
  end
3231
3610
 
@@ -3242,6 +3621,7 @@ module Aws::Chime
3242
3621
  class ListUsersResponse < Struct.new(
3243
3622
  :users,
3244
3623
  :next_token)
3624
+ SENSITIVE = []
3245
3625
  include Aws::Structure
3246
3626
  end
3247
3627
 
@@ -3266,6 +3646,7 @@ module Aws::Chime
3266
3646
  class ListVoiceConnectorGroupsRequest < Struct.new(
3267
3647
  :next_token,
3268
3648
  :max_results)
3649
+ SENSITIVE = []
3269
3650
  include Aws::Structure
3270
3651
  end
3271
3652
 
@@ -3282,6 +3663,7 @@ module Aws::Chime
3282
3663
  class ListVoiceConnectorGroupsResponse < Struct.new(
3283
3664
  :voice_connector_groups,
3284
3665
  :next_token)
3666
+ SENSITIVE = []
3285
3667
  include Aws::Structure
3286
3668
  end
3287
3669
 
@@ -3300,6 +3682,7 @@ module Aws::Chime
3300
3682
  #
3301
3683
  class ListVoiceConnectorTerminationCredentialsRequest < Struct.new(
3302
3684
  :voice_connector_id)
3685
+ SENSITIVE = []
3303
3686
  include Aws::Structure
3304
3687
  end
3305
3688
 
@@ -3311,6 +3694,7 @@ module Aws::Chime
3311
3694
  #
3312
3695
  class ListVoiceConnectorTerminationCredentialsResponse < Struct.new(
3313
3696
  :usernames)
3697
+ SENSITIVE = []
3314
3698
  include Aws::Structure
3315
3699
  end
3316
3700
 
@@ -3335,6 +3719,7 @@ module Aws::Chime
3335
3719
  class ListVoiceConnectorsRequest < Struct.new(
3336
3720
  :next_token,
3337
3721
  :max_results)
3722
+ SENSITIVE = []
3338
3723
  include Aws::Structure
3339
3724
  end
3340
3725
 
@@ -3351,6 +3736,7 @@ module Aws::Chime
3351
3736
  class ListVoiceConnectorsResponse < Struct.new(
3352
3737
  :voice_connectors,
3353
3738
  :next_token)
3739
+ SENSITIVE = []
3354
3740
  include Aws::Structure
3355
3741
  end
3356
3742
 
@@ -3374,6 +3760,7 @@ module Aws::Chime
3374
3760
  #
3375
3761
  class LoggingConfiguration < Struct.new(
3376
3762
  :enable_sip_logs)
3763
+ SENSITIVE = []
3377
3764
  include Aws::Structure
3378
3765
  end
3379
3766
 
@@ -3398,6 +3785,7 @@ module Aws::Chime
3398
3785
  class LogoutUserRequest < Struct.new(
3399
3786
  :account_id,
3400
3787
  :user_id)
3788
+ SENSITIVE = []
3401
3789
  include Aws::Structure
3402
3790
  end
3403
3791
 
@@ -3446,6 +3834,7 @@ module Aws::Chime
3446
3834
  :screen_viewing_url,
3447
3835
  :signaling_url,
3448
3836
  :turn_control_url)
3837
+ SENSITIVE = []
3449
3838
  include Aws::Structure
3450
3839
  end
3451
3840
 
@@ -3478,11 +3867,14 @@ module Aws::Chime
3478
3867
  :external_meeting_id,
3479
3868
  :media_placement,
3480
3869
  :media_region)
3870
+ SENSITIVE = [:external_meeting_id]
3481
3871
  include Aws::Structure
3482
3872
  end
3483
3873
 
3484
3874
  # The configuration for resource targets to receive notifications when
3485
- # Amazon Chime SDK meeting and attendee events occur.
3875
+ # Amazon Chime SDK meeting and attendee events occur. The Amazon Chime
3876
+ # SDK supports resource targets located in the US East (N. Virginia) AWS
3877
+ # Region (`us-east-1`).
3486
3878
  #
3487
3879
  # @note When making an API call, you may pass MeetingNotificationConfiguration
3488
3880
  # data as a hash:
@@ -3505,6 +3897,7 @@ module Aws::Chime
3505
3897
  class MeetingNotificationConfiguration < Struct.new(
3506
3898
  :sns_topic_arn,
3507
3899
  :sqs_queue_arn)
3900
+ SENSITIVE = [:sns_topic_arn, :sqs_queue_arn]
3508
3901
  include Aws::Structure
3509
3902
  end
3510
3903
 
@@ -3539,6 +3932,7 @@ module Aws::Chime
3539
3932
  :email,
3540
3933
  :full_name,
3541
3934
  :account_id)
3935
+ SENSITIVE = [:email, :full_name]
3542
3936
  include Aws::Structure
3543
3937
  end
3544
3938
 
@@ -3562,6 +3956,7 @@ module Aws::Chime
3562
3956
  :member_id,
3563
3957
  :error_code,
3564
3958
  :error_message)
3959
+ SENSITIVE = []
3565
3960
  include Aws::Structure
3566
3961
  end
3567
3962
 
@@ -3588,6 +3983,7 @@ module Aws::Chime
3588
3983
  class MembershipItem < Struct.new(
3589
3984
  :member_id,
3590
3985
  :role)
3986
+ SENSITIVE = []
3591
3987
  include Aws::Structure
3592
3988
  end
3593
3989
 
@@ -3605,6 +4001,7 @@ module Aws::Chime
3605
4001
  class NotFoundException < Struct.new(
3606
4002
  :code,
3607
4003
  :message)
4004
+ SENSITIVE = []
3608
4005
  include Aws::Structure
3609
4006
  end
3610
4007
 
@@ -3623,6 +4020,7 @@ module Aws::Chime
3623
4020
  class OrderedPhoneNumber < Struct.new(
3624
4021
  :e164_phone_number,
3625
4022
  :status)
4023
+ SENSITIVE = [:e164_phone_number]
3626
4024
  include Aws::Structure
3627
4025
  end
3628
4026
 
@@ -3660,6 +4058,7 @@ module Aws::Chime
3660
4058
  class Origination < Struct.new(
3661
4059
  :routes,
3662
4060
  :disabled)
4061
+ SENSITIVE = []
3663
4062
  include Aws::Structure
3664
4063
  end
3665
4064
 
@@ -3710,6 +4109,7 @@ module Aws::Chime
3710
4109
  :protocol,
3711
4110
  :priority,
3712
4111
  :weight)
4112
+ SENSITIVE = []
3713
4113
  include Aws::Structure
3714
4114
  end
3715
4115
 
@@ -3729,6 +4129,7 @@ module Aws::Chime
3729
4129
  class Participant < Struct.new(
3730
4130
  :phone_number,
3731
4131
  :proxy_phone_number)
4132
+ SENSITIVE = [:phone_number, :proxy_phone_number]
3732
4133
  include Aws::Structure
3733
4134
  end
3734
4135
 
@@ -3798,6 +4199,7 @@ module Aws::Chime
3798
4199
  :created_timestamp,
3799
4200
  :updated_timestamp,
3800
4201
  :deletion_timestamp)
4202
+ SENSITIVE = [:e164_phone_number, :calling_name]
3801
4203
  include Aws::Structure
3802
4204
  end
3803
4205
 
@@ -3825,6 +4227,7 @@ module Aws::Chime
3825
4227
  :value,
3826
4228
  :name,
3827
4229
  :associated_timestamp)
4230
+ SENSITIVE = []
3828
4231
  include Aws::Structure
3829
4232
  end
3830
4233
 
@@ -3869,6 +4272,7 @@ module Aws::Chime
3869
4272
  :outbound_sms,
3870
4273
  :inbound_mms,
3871
4274
  :outbound_mms)
4275
+ SENSITIVE = []
3872
4276
  include Aws::Structure
3873
4277
  end
3874
4278
 
@@ -3894,6 +4298,7 @@ module Aws::Chime
3894
4298
  :phone_number_id,
3895
4299
  :error_code,
3896
4300
  :error_message)
4301
+ SENSITIVE = []
3897
4302
  include Aws::Structure
3898
4303
  end
3899
4304
 
@@ -3933,6 +4338,7 @@ module Aws::Chime
3933
4338
  :ordered_phone_numbers,
3934
4339
  :created_timestamp,
3935
4340
  :updated_timestamp)
4341
+ SENSITIVE = []
3936
4342
  include Aws::Structure
3937
4343
  end
3938
4344
 
@@ -3962,6 +4368,7 @@ module Aws::Chime
3962
4368
  :disabled,
3963
4369
  :fall_back_phone_number,
3964
4370
  :phone_number_countries)
4371
+ SENSITIVE = [:fall_back_phone_number]
3965
4372
  include Aws::Structure
3966
4373
  end
3967
4374
 
@@ -4037,6 +4444,7 @@ module Aws::Chime
4037
4444
  :number_selection_behavior,
4038
4445
  :geo_match_level,
4039
4446
  :geo_match_params)
4447
+ SENSITIVE = []
4040
4448
  include Aws::Structure
4041
4449
  end
4042
4450
 
@@ -4073,6 +4481,7 @@ module Aws::Chime
4073
4481
  :bot_id,
4074
4482
  :outbound_events_https_endpoint,
4075
4483
  :lambda_function_arn)
4484
+ SENSITIVE = [:outbound_events_https_endpoint, :lambda_function_arn]
4076
4485
  include Aws::Structure
4077
4486
  end
4078
4487
 
@@ -4085,6 +4494,7 @@ module Aws::Chime
4085
4494
  #
4086
4495
  class PutEventsConfigurationResponse < Struct.new(
4087
4496
  :events_configuration)
4497
+ SENSITIVE = []
4088
4498
  include Aws::Structure
4089
4499
  end
4090
4500
 
@@ -4116,6 +4526,7 @@ module Aws::Chime
4116
4526
  class PutRetentionSettingsRequest < Struct.new(
4117
4527
  :account_id,
4118
4528
  :retention_settings)
4529
+ SENSITIVE = []
4119
4530
  include Aws::Structure
4120
4531
  end
4121
4532
 
@@ -4133,6 +4544,52 @@ module Aws::Chime
4133
4544
  class PutRetentionSettingsResponse < Struct.new(
4134
4545
  :retention_settings,
4135
4546
  :initiate_deletion_timestamp)
4547
+ SENSITIVE = []
4548
+ include Aws::Structure
4549
+ end
4550
+
4551
+ # @note When making an API call, you may pass PutVoiceConnectorEmergencyCallingConfigurationRequest
4552
+ # data as a hash:
4553
+ #
4554
+ # {
4555
+ # voice_connector_id: "NonEmptyString", # required
4556
+ # emergency_calling_configuration: { # required
4557
+ # dnis: [
4558
+ # {
4559
+ # emergency_phone_number: "E164PhoneNumber", # required
4560
+ # test_phone_number: "E164PhoneNumber",
4561
+ # calling_country: "Alpha2CountryCode", # required
4562
+ # },
4563
+ # ],
4564
+ # },
4565
+ # }
4566
+ #
4567
+ # @!attribute [rw] voice_connector_id
4568
+ # The Amazon Chime Voice Connector ID.
4569
+ # @return [String]
4570
+ #
4571
+ # @!attribute [rw] emergency_calling_configuration
4572
+ # The emergency calling configuration details.
4573
+ # @return [Types::EmergencyCallingConfiguration]
4574
+ #
4575
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutVoiceConnectorEmergencyCallingConfigurationRequest AWS API Documentation
4576
+ #
4577
+ class PutVoiceConnectorEmergencyCallingConfigurationRequest < Struct.new(
4578
+ :voice_connector_id,
4579
+ :emergency_calling_configuration)
4580
+ SENSITIVE = []
4581
+ include Aws::Structure
4582
+ end
4583
+
4584
+ # @!attribute [rw] emergency_calling_configuration
4585
+ # The emergency calling configuration details.
4586
+ # @return [Types::EmergencyCallingConfiguration]
4587
+ #
4588
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutVoiceConnectorEmergencyCallingConfigurationResponse AWS API Documentation
4589
+ #
4590
+ class PutVoiceConnectorEmergencyCallingConfigurationResponse < Struct.new(
4591
+ :emergency_calling_configuration)
4592
+ SENSITIVE = []
4136
4593
  include Aws::Structure
4137
4594
  end
4138
4595
 
@@ -4159,6 +4616,7 @@ module Aws::Chime
4159
4616
  class PutVoiceConnectorLoggingConfigurationRequest < Struct.new(
4160
4617
  :voice_connector_id,
4161
4618
  :logging_configuration)
4619
+ SENSITIVE = []
4162
4620
  include Aws::Structure
4163
4621
  end
4164
4622
 
@@ -4170,6 +4628,7 @@ module Aws::Chime
4170
4628
  #
4171
4629
  class PutVoiceConnectorLoggingConfigurationResponse < Struct.new(
4172
4630
  :logging_configuration)
4631
+ SENSITIVE = []
4173
4632
  include Aws::Structure
4174
4633
  end
4175
4634
 
@@ -4205,6 +4664,7 @@ module Aws::Chime
4205
4664
  class PutVoiceConnectorOriginationRequest < Struct.new(
4206
4665
  :voice_connector_id,
4207
4666
  :origination)
4667
+ SENSITIVE = []
4208
4668
  include Aws::Structure
4209
4669
  end
4210
4670
 
@@ -4216,6 +4676,7 @@ module Aws::Chime
4216
4676
  #
4217
4677
  class PutVoiceConnectorOriginationResponse < Struct.new(
4218
4678
  :origination)
4679
+ SENSITIVE = []
4219
4680
  include Aws::Structure
4220
4681
  end
4221
4682
 
@@ -4259,6 +4720,7 @@ module Aws::Chime
4259
4720
  :phone_number_pool_countries,
4260
4721
  :fall_back_phone_number,
4261
4722
  :disabled)
4723
+ SENSITIVE = [:fall_back_phone_number]
4262
4724
  include Aws::Structure
4263
4725
  end
4264
4726
 
@@ -4270,6 +4732,7 @@ module Aws::Chime
4270
4732
  #
4271
4733
  class PutVoiceConnectorProxyResponse < Struct.new(
4272
4734
  :proxy)
4735
+ SENSITIVE = []
4273
4736
  include Aws::Structure
4274
4737
  end
4275
4738
 
@@ -4302,6 +4765,7 @@ module Aws::Chime
4302
4765
  class PutVoiceConnectorStreamingConfigurationRequest < Struct.new(
4303
4766
  :voice_connector_id,
4304
4767
  :streaming_configuration)
4768
+ SENSITIVE = []
4305
4769
  include Aws::Structure
4306
4770
  end
4307
4771
 
@@ -4313,6 +4777,7 @@ module Aws::Chime
4313
4777
  #
4314
4778
  class PutVoiceConnectorStreamingConfigurationResponse < Struct.new(
4315
4779
  :streaming_configuration)
4780
+ SENSITIVE = []
4316
4781
  include Aws::Structure
4317
4782
  end
4318
4783
 
@@ -4342,6 +4807,7 @@ module Aws::Chime
4342
4807
  class PutVoiceConnectorTerminationCredentialsRequest < Struct.new(
4343
4808
  :voice_connector_id,
4344
4809
  :credentials)
4810
+ SENSITIVE = []
4345
4811
  include Aws::Structure
4346
4812
  end
4347
4813
 
@@ -4372,6 +4838,7 @@ module Aws::Chime
4372
4838
  class PutVoiceConnectorTerminationRequest < Struct.new(
4373
4839
  :voice_connector_id,
4374
4840
  :termination)
4841
+ SENSITIVE = []
4375
4842
  include Aws::Structure
4376
4843
  end
4377
4844
 
@@ -4383,6 +4850,7 @@ module Aws::Chime
4383
4850
  #
4384
4851
  class PutVoiceConnectorTerminationResponse < Struct.new(
4385
4852
  :termination)
4853
+ SENSITIVE = []
4386
4854
  include Aws::Structure
4387
4855
  end
4388
4856
 
@@ -4413,6 +4881,7 @@ module Aws::Chime
4413
4881
  :account_id,
4414
4882
  :conversation_id,
4415
4883
  :message_id)
4884
+ SENSITIVE = []
4416
4885
  include Aws::Structure
4417
4886
  end
4418
4887
 
@@ -4447,6 +4916,7 @@ module Aws::Chime
4447
4916
  :account_id,
4448
4917
  :room_id,
4449
4918
  :message_id)
4919
+ SENSITIVE = []
4450
4920
  include Aws::Structure
4451
4921
  end
4452
4922
 
@@ -4475,6 +4945,7 @@ module Aws::Chime
4475
4945
  class RegenerateSecurityTokenRequest < Struct.new(
4476
4946
  :account_id,
4477
4947
  :bot_id)
4948
+ SENSITIVE = []
4478
4949
  include Aws::Structure
4479
4950
  end
4480
4951
 
@@ -4487,6 +4958,7 @@ module Aws::Chime
4487
4958
  #
4488
4959
  class RegenerateSecurityTokenResponse < Struct.new(
4489
4960
  :bot)
4961
+ SENSITIVE = []
4490
4962
  include Aws::Structure
4491
4963
  end
4492
4964
 
@@ -4511,6 +4983,7 @@ module Aws::Chime
4511
4983
  class ResetPersonalPINRequest < Struct.new(
4512
4984
  :account_id,
4513
4985
  :user_id)
4986
+ SENSITIVE = []
4514
4987
  include Aws::Structure
4515
4988
  end
4516
4989
 
@@ -4522,6 +4995,7 @@ module Aws::Chime
4522
4995
  #
4523
4996
  class ResetPersonalPINResponse < Struct.new(
4524
4997
  :user)
4998
+ SENSITIVE = []
4525
4999
  include Aws::Structure
4526
5000
  end
4527
5001
 
@@ -4538,6 +5012,7 @@ module Aws::Chime
4538
5012
  class ResourceLimitExceededException < Struct.new(
4539
5013
  :code,
4540
5014
  :message)
5015
+ SENSITIVE = []
4541
5016
  include Aws::Structure
4542
5017
  end
4543
5018
 
@@ -4556,6 +5031,7 @@ module Aws::Chime
4556
5031
  #
4557
5032
  class RestorePhoneNumberRequest < Struct.new(
4558
5033
  :phone_number_id)
5034
+ SENSITIVE = []
4559
5035
  include Aws::Structure
4560
5036
  end
4561
5037
 
@@ -4567,6 +5043,7 @@ module Aws::Chime
4567
5043
  #
4568
5044
  class RestorePhoneNumberResponse < Struct.new(
4569
5045
  :phone_number)
5046
+ SENSITIVE = []
4570
5047
  include Aws::Structure
4571
5048
  end
4572
5049
 
@@ -4599,6 +5076,7 @@ module Aws::Chime
4599
5076
  class RetentionSettings < Struct.new(
4600
5077
  :room_retention_settings,
4601
5078
  :conversation_retention_settings)
5079
+ SENSITIVE = []
4602
5080
  include Aws::Structure
4603
5081
  end
4604
5082
 
@@ -4637,6 +5115,7 @@ module Aws::Chime
4637
5115
  :created_by,
4638
5116
  :created_timestamp,
4639
5117
  :updated_timestamp)
5118
+ SENSITIVE = [:name]
4640
5119
  include Aws::Structure
4641
5120
  end
4642
5121
 
@@ -4671,6 +5150,7 @@ module Aws::Chime
4671
5150
  :role,
4672
5151
  :invited_by,
4673
5152
  :updated_timestamp)
5153
+ SENSITIVE = []
4674
5154
  include Aws::Structure
4675
5155
  end
4676
5156
 
@@ -4692,6 +5172,7 @@ module Aws::Chime
4692
5172
  #
4693
5173
  class RoomRetentionSettings < Struct.new(
4694
5174
  :retention_days)
5175
+ SENSITIVE = []
4695
5176
  include Aws::Structure
4696
5177
  end
4697
5178
 
@@ -4746,6 +5227,7 @@ module Aws::Chime
4746
5227
  :toll_free_prefix,
4747
5228
  :max_results,
4748
5229
  :next_token)
5230
+ SENSITIVE = []
4749
5231
  include Aws::Structure
4750
5232
  end
4751
5233
 
@@ -4757,6 +5239,7 @@ module Aws::Chime
4757
5239
  #
4758
5240
  class SearchAvailablePhoneNumbersResponse < Struct.new(
4759
5241
  :e164_phone_numbers)
5242
+ SENSITIVE = []
4760
5243
  include Aws::Structure
4761
5244
  end
4762
5245
 
@@ -4773,6 +5256,7 @@ module Aws::Chime
4773
5256
  class ServiceFailureException < Struct.new(
4774
5257
  :code,
4775
5258
  :message)
5259
+ SENSITIVE = []
4776
5260
  include Aws::Structure
4777
5261
  end
4778
5262
 
@@ -4789,6 +5273,7 @@ module Aws::Chime
4789
5273
  class ServiceUnavailableException < Struct.new(
4790
5274
  :code,
4791
5275
  :message)
5276
+ SENSITIVE = []
4792
5277
  include Aws::Structure
4793
5278
  end
4794
5279
 
@@ -4810,6 +5295,7 @@ module Aws::Chime
4810
5295
  #
4811
5296
  class SigninDelegateGroup < Struct.new(
4812
5297
  :group_name)
5298
+ SENSITIVE = []
4813
5299
  include Aws::Structure
4814
5300
  end
4815
5301
 
@@ -4849,6 +5335,7 @@ module Aws::Chime
4849
5335
  :data_retention_in_hours,
4850
5336
  :disabled,
4851
5337
  :streaming_notification_targets)
5338
+ SENSITIVE = []
4852
5339
  include Aws::Structure
4853
5340
  end
4854
5341
 
@@ -4869,6 +5356,7 @@ module Aws::Chime
4869
5356
  #
4870
5357
  class StreamingNotificationTarget < Struct.new(
4871
5358
  :notification_target)
5359
+ SENSITIVE = []
4872
5360
  include Aws::Structure
4873
5361
  end
4874
5362
 
@@ -4895,6 +5383,7 @@ module Aws::Chime
4895
5383
  class Tag < Struct.new(
4896
5384
  :key,
4897
5385
  :value)
5386
+ SENSITIVE = [:key, :value]
4898
5387
  include Aws::Structure
4899
5388
  end
4900
5389
 
@@ -4930,6 +5419,7 @@ module Aws::Chime
4930
5419
  :meeting_id,
4931
5420
  :attendee_id,
4932
5421
  :tags)
5422
+ SENSITIVE = []
4933
5423
  include Aws::Structure
4934
5424
  end
4935
5425
 
@@ -4959,6 +5449,7 @@ module Aws::Chime
4959
5449
  class TagMeetingRequest < Struct.new(
4960
5450
  :meeting_id,
4961
5451
  :tags)
5452
+ SENSITIVE = []
4962
5453
  include Aws::Structure
4963
5454
  end
4964
5455
 
@@ -4988,6 +5479,7 @@ module Aws::Chime
4988
5479
  class TagResourceRequest < Struct.new(
4989
5480
  :resource_arn,
4990
5481
  :tags)
5482
+ SENSITIVE = [:resource_arn]
4991
5483
  include Aws::Structure
4992
5484
  end
4993
5485
 
@@ -5021,6 +5513,7 @@ module Aws::Chime
5021
5513
  :inbound_calling,
5022
5514
  :outbound_calling,
5023
5515
  :sms)
5516
+ SENSITIVE = []
5024
5517
  include Aws::Structure
5025
5518
  end
5026
5519
 
@@ -5069,6 +5562,7 @@ module Aws::Chime
5069
5562
  :calling_regions,
5070
5563
  :cidr_allowed_list,
5071
5564
  :disabled)
5565
+ SENSITIVE = [:default_phone_number]
5072
5566
  include Aws::Structure
5073
5567
  end
5074
5568
 
@@ -5089,6 +5583,7 @@ module Aws::Chime
5089
5583
  class TerminationHealth < Struct.new(
5090
5584
  :timestamp,
5091
5585
  :source)
5586
+ SENSITIVE = []
5092
5587
  include Aws::Structure
5093
5588
  end
5094
5589
 
@@ -5105,6 +5600,7 @@ module Aws::Chime
5105
5600
  class ThrottledClientException < Struct.new(
5106
5601
  :code,
5107
5602
  :message)
5603
+ SENSITIVE = []
5108
5604
  include Aws::Structure
5109
5605
  end
5110
5606
 
@@ -5121,6 +5617,7 @@ module Aws::Chime
5121
5617
  class UnauthorizedClientException < Struct.new(
5122
5618
  :code,
5123
5619
  :message)
5620
+ SENSITIVE = []
5124
5621
  include Aws::Structure
5125
5622
  end
5126
5623
 
@@ -5138,6 +5635,7 @@ module Aws::Chime
5138
5635
  class UnprocessableEntityException < Struct.new(
5139
5636
  :code,
5140
5637
  :message)
5638
+ SENSITIVE = []
5141
5639
  include Aws::Structure
5142
5640
  end
5143
5641
 
@@ -5168,6 +5666,7 @@ module Aws::Chime
5168
5666
  :meeting_id,
5169
5667
  :attendee_id,
5170
5668
  :tag_keys)
5669
+ SENSITIVE = []
5171
5670
  include Aws::Structure
5172
5671
  end
5173
5672
 
@@ -5192,6 +5691,7 @@ module Aws::Chime
5192
5691
  class UntagMeetingRequest < Struct.new(
5193
5692
  :meeting_id,
5194
5693
  :tag_keys)
5694
+ SENSITIVE = []
5195
5695
  include Aws::Structure
5196
5696
  end
5197
5697
 
@@ -5216,6 +5716,7 @@ module Aws::Chime
5216
5716
  class UntagResourceRequest < Struct.new(
5217
5717
  :resource_arn,
5218
5718
  :tag_keys)
5719
+ SENSITIVE = [:resource_arn]
5219
5720
  include Aws::Structure
5220
5721
  end
5221
5722
 
@@ -5240,6 +5741,7 @@ module Aws::Chime
5240
5741
  class UpdateAccountRequest < Struct.new(
5241
5742
  :account_id,
5242
5743
  :name)
5744
+ SENSITIVE = []
5243
5745
  include Aws::Structure
5244
5746
  end
5245
5747
 
@@ -5251,6 +5753,7 @@ module Aws::Chime
5251
5753
  #
5252
5754
  class UpdateAccountResponse < Struct.new(
5253
5755
  :account)
5756
+ SENSITIVE = []
5254
5757
  include Aws::Structure
5255
5758
  end
5256
5759
 
@@ -5278,6 +5781,7 @@ module Aws::Chime
5278
5781
  class UpdateAccountSettingsRequest < Struct.new(
5279
5782
  :account_id,
5280
5783
  :account_settings)
5784
+ SENSITIVE = []
5281
5785
  include Aws::Structure
5282
5786
  end
5283
5787
 
@@ -5312,6 +5816,7 @@ module Aws::Chime
5312
5816
  :account_id,
5313
5817
  :bot_id,
5314
5818
  :disabled)
5819
+ SENSITIVE = []
5315
5820
  include Aws::Structure
5316
5821
  end
5317
5822
 
@@ -5323,6 +5828,7 @@ module Aws::Chime
5323
5828
  #
5324
5829
  class UpdateBotResponse < Struct.new(
5325
5830
  :bot)
5831
+ SENSITIVE = []
5326
5832
  include Aws::Structure
5327
5833
  end
5328
5834
 
@@ -5351,6 +5857,7 @@ module Aws::Chime
5351
5857
  class UpdateGlobalSettingsRequest < Struct.new(
5352
5858
  :business_calling,
5353
5859
  :voice_connector)
5860
+ SENSITIVE = []
5354
5861
  include Aws::Structure
5355
5862
  end
5356
5863
 
@@ -5381,6 +5888,7 @@ module Aws::Chime
5381
5888
  :phone_number_id,
5382
5889
  :product_type,
5383
5890
  :calling_name)
5891
+ SENSITIVE = [:calling_name]
5384
5892
  include Aws::Structure
5385
5893
  end
5386
5894
 
@@ -5414,6 +5922,7 @@ module Aws::Chime
5414
5922
  :phone_number_id,
5415
5923
  :product_type,
5416
5924
  :calling_name)
5925
+ SENSITIVE = [:calling_name]
5417
5926
  include Aws::Structure
5418
5927
  end
5419
5928
 
@@ -5425,6 +5934,7 @@ module Aws::Chime
5425
5934
  #
5426
5935
  class UpdatePhoneNumberResponse < Struct.new(
5427
5936
  :phone_number)
5937
+ SENSITIVE = []
5428
5938
  include Aws::Structure
5429
5939
  end
5430
5940
 
@@ -5443,6 +5953,7 @@ module Aws::Chime
5443
5953
  #
5444
5954
  class UpdatePhoneNumberSettingsRequest < Struct.new(
5445
5955
  :calling_name)
5956
+ SENSITIVE = [:calling_name]
5446
5957
  include Aws::Structure
5447
5958
  end
5448
5959
 
@@ -5479,6 +5990,7 @@ module Aws::Chime
5479
5990
  :proxy_session_id,
5480
5991
  :capabilities,
5481
5992
  :expiry_minutes)
5993
+ SENSITIVE = []
5482
5994
  include Aws::Structure
5483
5995
  end
5484
5996
 
@@ -5490,6 +6002,7 @@ module Aws::Chime
5490
6002
  #
5491
6003
  class UpdateProxySessionResponse < Struct.new(
5492
6004
  :proxy_session)
6005
+ SENSITIVE = []
5493
6006
  include Aws::Structure
5494
6007
  end
5495
6008
 
@@ -5526,6 +6039,7 @@ module Aws::Chime
5526
6039
  :room_id,
5527
6040
  :member_id,
5528
6041
  :role)
6042
+ SENSITIVE = []
5529
6043
  include Aws::Structure
5530
6044
  end
5531
6045
 
@@ -5537,6 +6051,7 @@ module Aws::Chime
5537
6051
  #
5538
6052
  class UpdateRoomMembershipResponse < Struct.new(
5539
6053
  :room_membership)
6054
+ SENSITIVE = []
5540
6055
  include Aws::Structure
5541
6056
  end
5542
6057
 
@@ -5567,6 +6082,7 @@ module Aws::Chime
5567
6082
  :account_id,
5568
6083
  :room_id,
5569
6084
  :name)
6085
+ SENSITIVE = [:name]
5570
6086
  include Aws::Structure
5571
6087
  end
5572
6088
 
@@ -5578,6 +6094,7 @@ module Aws::Chime
5578
6094
  #
5579
6095
  class UpdateRoomResponse < Struct.new(
5580
6096
  :room)
6097
+ SENSITIVE = []
5581
6098
  include Aws::Structure
5582
6099
  end
5583
6100
 
@@ -5624,6 +6141,7 @@ module Aws::Chime
5624
6141
  :license_type,
5625
6142
  :user_type,
5626
6143
  :alexa_for_business_metadata)
6144
+ SENSITIVE = []
5627
6145
  include Aws::Structure
5628
6146
  end
5629
6147
 
@@ -5666,6 +6184,7 @@ module Aws::Chime
5666
6184
  :license_type,
5667
6185
  :user_type,
5668
6186
  :alexa_for_business_metadata)
6187
+ SENSITIVE = []
5669
6188
  include Aws::Structure
5670
6189
  end
5671
6190
 
@@ -5677,6 +6196,7 @@ module Aws::Chime
5677
6196
  #
5678
6197
  class UpdateUserResponse < Struct.new(
5679
6198
  :user)
6199
+ SENSITIVE = []
5680
6200
  include Aws::Structure
5681
6201
  end
5682
6202
 
@@ -5713,6 +6233,7 @@ module Aws::Chime
5713
6233
  :account_id,
5714
6234
  :user_id,
5715
6235
  :user_settings)
6236
+ SENSITIVE = []
5716
6237
  include Aws::Structure
5717
6238
  end
5718
6239
 
@@ -5748,6 +6269,7 @@ module Aws::Chime
5748
6269
  :voice_connector_group_id,
5749
6270
  :name,
5750
6271
  :voice_connector_items)
6272
+ SENSITIVE = []
5751
6273
  include Aws::Structure
5752
6274
  end
5753
6275
 
@@ -5759,6 +6281,7 @@ module Aws::Chime
5759
6281
  #
5760
6282
  class UpdateVoiceConnectorGroupResponse < Struct.new(
5761
6283
  :voice_connector_group)
6284
+ SENSITIVE = []
5762
6285
  include Aws::Structure
5763
6286
  end
5764
6287
 
@@ -5790,6 +6313,7 @@ module Aws::Chime
5790
6313
  :voice_connector_id,
5791
6314
  :name,
5792
6315
  :require_encryption)
6316
+ SENSITIVE = []
5793
6317
  include Aws::Structure
5794
6318
  end
5795
6319
 
@@ -5801,6 +6325,7 @@ module Aws::Chime
5801
6325
  #
5802
6326
  class UpdateVoiceConnectorResponse < Struct.new(
5803
6327
  :voice_connector)
6328
+ SENSITIVE = []
5804
6329
  include Aws::Structure
5805
6330
  end
5806
6331
 
@@ -5875,6 +6400,7 @@ module Aws::Chime
5875
6400
  :invited_on,
5876
6401
  :alexa_for_business_metadata,
5877
6402
  :personal_pin)
6403
+ SENSITIVE = [:primary_email, :primary_provisioned_number, :display_name]
5878
6404
  include Aws::Structure
5879
6405
  end
5880
6406
 
@@ -5900,6 +6426,7 @@ module Aws::Chime
5900
6426
  :user_id,
5901
6427
  :error_code,
5902
6428
  :error_message)
6429
+ SENSITIVE = []
5903
6430
  include Aws::Structure
5904
6431
  end
5905
6432
 
@@ -5925,6 +6452,7 @@ module Aws::Chime
5925
6452
  #
5926
6453
  class UserSettings < Struct.new(
5927
6454
  :telephony)
6455
+ SENSITIVE = []
5928
6456
  include Aws::Structure
5929
6457
  end
5930
6458
 
@@ -5973,6 +6501,7 @@ module Aws::Chime
5973
6501
  :require_encryption,
5974
6502
  :created_timestamp,
5975
6503
  :updated_timestamp)
6504
+ SENSITIVE = []
5976
6505
  include Aws::Structure
5977
6506
  end
5978
6507
 
@@ -6012,6 +6541,7 @@ module Aws::Chime
6012
6541
  :voice_connector_items,
6013
6542
  :created_timestamp,
6014
6543
  :updated_timestamp)
6544
+ SENSITIVE = []
6015
6545
  include Aws::Structure
6016
6546
  end
6017
6547
 
@@ -6043,6 +6573,7 @@ module Aws::Chime
6043
6573
  class VoiceConnectorItem < Struct.new(
6044
6574
  :voice_connector_id,
6045
6575
  :priority)
6576
+ SENSITIVE = []
6046
6577
  include Aws::Structure
6047
6578
  end
6048
6579
 
@@ -6064,6 +6595,7 @@ module Aws::Chime
6064
6595
  #
6065
6596
  class VoiceConnectorSettings < Struct.new(
6066
6597
  :cdr_bucket)
6598
+ SENSITIVE = []
6067
6599
  include Aws::Structure
6068
6600
  end
6069
6601