aws-sdk-chime 1.29.1 → 1.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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,9 +1011,11 @@ 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`,
1014
+ # The Region in which to create the meeting. Default: `us-east-1`.
1015
+ #
1016
+ # Available values: `af-south-1`, `ap-northeast-1`, `ap-northeast-2`,
1017
+ # `ap-south-1`, `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`,
1018
+ # `eu-central-1`, `eu-north-1`, `eu-south-1`, `eu-west-1`,
977
1019
  # `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`,
978
1020
  # `us-west-1`, `us-west-2`.
979
1021
  # @return [String]
@@ -996,6 +1038,7 @@ module Aws::Chime
996
1038
  :media_region,
997
1039
  :tags,
998
1040
  :notifications_configuration)
1041
+ SENSITIVE = [:client_request_token, :external_meeting_id, :meeting_host_id]
999
1042
  include Aws::Structure
1000
1043
  end
1001
1044
 
@@ -1008,6 +1051,117 @@ module Aws::Chime
1008
1051
  #
1009
1052
  class CreateMeetingResponse < Struct.new(
1010
1053
  :meeting)
1054
+ SENSITIVE = []
1055
+ include Aws::Structure
1056
+ end
1057
+
1058
+ # @note When making an API call, you may pass CreateMeetingWithAttendeesRequest
1059
+ # data as a hash:
1060
+ #
1061
+ # {
1062
+ # client_request_token: "ClientRequestToken", # required
1063
+ # external_meeting_id: "ExternalMeetingIdType",
1064
+ # meeting_host_id: "ExternalUserIdType",
1065
+ # media_region: "String",
1066
+ # tags: [
1067
+ # {
1068
+ # key: "TagKey", # required
1069
+ # value: "TagValue", # required
1070
+ # },
1071
+ # ],
1072
+ # notifications_configuration: {
1073
+ # sns_topic_arn: "Arn",
1074
+ # sqs_queue_arn: "Arn",
1075
+ # },
1076
+ # attendees: [
1077
+ # {
1078
+ # external_user_id: "ExternalUserIdType", # required
1079
+ # tags: [
1080
+ # {
1081
+ # key: "TagKey", # required
1082
+ # value: "TagValue", # required
1083
+ # },
1084
+ # ],
1085
+ # },
1086
+ # ],
1087
+ # }
1088
+ #
1089
+ # @!attribute [rw] client_request_token
1090
+ # The unique identifier for the client request. Use a different token
1091
+ # for different meetings.
1092
+ #
1093
+ # **A suitable default value is auto-generated.** You should normally
1094
+ # not need to pass this option.
1095
+ # @return [String]
1096
+ #
1097
+ # @!attribute [rw] external_meeting_id
1098
+ # The external meeting ID.
1099
+ # @return [String]
1100
+ #
1101
+ # @!attribute [rw] meeting_host_id
1102
+ # Reserved.
1103
+ # @return [String]
1104
+ #
1105
+ # @!attribute [rw] media_region
1106
+ # The Region in which to create the meeting. Default: `us-east-1`.
1107
+ #
1108
+ # Available values: `af-south-1`, `ap-northeast-1`, `ap-northeast-2`,
1109
+ # `ap-south-1`, `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`,
1110
+ # `eu-central-1`, `eu-north-1`, `eu-south-1`, `eu-west-1`,
1111
+ # `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`,
1112
+ # `us-west-1`, `us-west-2`.
1113
+ # @return [String]
1114
+ #
1115
+ # @!attribute [rw] tags
1116
+ # The tag key-value pairs.
1117
+ # @return [Array<Types::Tag>]
1118
+ #
1119
+ # @!attribute [rw] notifications_configuration
1120
+ # The configuration for resource targets to receive notifications when
1121
+ # Amazon Chime SDK meeting and attendee events occur. The Amazon Chime
1122
+ # SDK supports resource targets located in the US East (N. Virginia)
1123
+ # AWS Region (`us-east-1`).
1124
+ # @return [Types::MeetingNotificationConfiguration]
1125
+ #
1126
+ # @!attribute [rw] attendees
1127
+ # The request containing the attendees to create.
1128
+ # @return [Array<Types::CreateAttendeeRequestItem>]
1129
+ #
1130
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMeetingWithAttendeesRequest AWS API Documentation
1131
+ #
1132
+ class CreateMeetingWithAttendeesRequest < Struct.new(
1133
+ :client_request_token,
1134
+ :external_meeting_id,
1135
+ :meeting_host_id,
1136
+ :media_region,
1137
+ :tags,
1138
+ :notifications_configuration,
1139
+ :attendees)
1140
+ SENSITIVE = [:client_request_token, :external_meeting_id, :meeting_host_id]
1141
+ include Aws::Structure
1142
+ end
1143
+
1144
+ # @!attribute [rw] meeting
1145
+ # A meeting created using the Amazon Chime SDK.
1146
+ # @return [Types::Meeting]
1147
+ #
1148
+ # @!attribute [rw] attendees
1149
+ # The attendee information, including attendees IDs and join tokens.
1150
+ # @return [Array<Types::Attendee>]
1151
+ #
1152
+ # @!attribute [rw] errors
1153
+ # If the action fails for one or more of the attendees in the request,
1154
+ # a list of the attendees is returned, along with error codes and
1155
+ # error messages.
1156
+ # @return [Array<Types::CreateAttendeeError>]
1157
+ #
1158
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMeetingWithAttendeesResponse AWS API Documentation
1159
+ #
1160
+ class CreateMeetingWithAttendeesResponse < Struct.new(
1161
+ :meeting,
1162
+ :attendees,
1163
+ :errors)
1164
+ SENSITIVE = []
1011
1165
  include Aws::Structure
1012
1166
  end
1013
1167
 
@@ -1032,6 +1186,7 @@ module Aws::Chime
1032
1186
  class CreatePhoneNumberOrderRequest < Struct.new(
1033
1187
  :product_type,
1034
1188
  :e164_phone_numbers)
1189
+ SENSITIVE = []
1035
1190
  include Aws::Structure
1036
1191
  end
1037
1192
 
@@ -1043,6 +1198,7 @@ module Aws::Chime
1043
1198
  #
1044
1199
  class CreatePhoneNumberOrderResponse < Struct.new(
1045
1200
  :phone_number_order)
1201
+ SENSITIVE = []
1046
1202
  include Aws::Structure
1047
1203
  end
1048
1204
 
@@ -1108,6 +1264,7 @@ module Aws::Chime
1108
1264
  :number_selection_behavior,
1109
1265
  :geo_match_level,
1110
1266
  :geo_match_params)
1267
+ SENSITIVE = [:name]
1111
1268
  include Aws::Structure
1112
1269
  end
1113
1270
 
@@ -1119,6 +1276,7 @@ module Aws::Chime
1119
1276
  #
1120
1277
  class CreateProxySessionResponse < Struct.new(
1121
1278
  :proxy_session)
1279
+ SENSITIVE = []
1122
1280
  include Aws::Structure
1123
1281
  end
1124
1282
 
@@ -1155,6 +1313,7 @@ module Aws::Chime
1155
1313
  :room_id,
1156
1314
  :member_id,
1157
1315
  :role)
1316
+ SENSITIVE = []
1158
1317
  include Aws::Structure
1159
1318
  end
1160
1319
 
@@ -1166,6 +1325,7 @@ module Aws::Chime
1166
1325
  #
1167
1326
  class CreateRoomMembershipResponse < Struct.new(
1168
1327
  :room_membership)
1328
+ SENSITIVE = []
1169
1329
  include Aws::Structure
1170
1330
  end
1171
1331
 
@@ -1199,6 +1359,7 @@ module Aws::Chime
1199
1359
  :account_id,
1200
1360
  :name,
1201
1361
  :client_request_token)
1362
+ SENSITIVE = [:name, :client_request_token]
1202
1363
  include Aws::Structure
1203
1364
  end
1204
1365
 
@@ -1210,6 +1371,7 @@ module Aws::Chime
1210
1371
  #
1211
1372
  class CreateRoomResponse < Struct.new(
1212
1373
  :room)
1374
+ SENSITIVE = []
1213
1375
  include Aws::Structure
1214
1376
  end
1215
1377
 
@@ -1246,6 +1408,7 @@ module Aws::Chime
1246
1408
  :username,
1247
1409
  :email,
1248
1410
  :user_type)
1411
+ SENSITIVE = [:email]
1249
1412
  include Aws::Structure
1250
1413
  end
1251
1414
 
@@ -1257,6 +1420,7 @@ module Aws::Chime
1257
1420
  #
1258
1421
  class CreateUserResponse < Struct.new(
1259
1422
  :user)
1423
+ SENSITIVE = []
1260
1424
  include Aws::Structure
1261
1425
  end
1262
1426
 
@@ -1286,6 +1450,7 @@ module Aws::Chime
1286
1450
  class CreateVoiceConnectorGroupRequest < Struct.new(
1287
1451
  :name,
1288
1452
  :voice_connector_items)
1453
+ SENSITIVE = []
1289
1454
  include Aws::Structure
1290
1455
  end
1291
1456
 
@@ -1297,6 +1462,7 @@ module Aws::Chime
1297
1462
  #
1298
1463
  class CreateVoiceConnectorGroupResponse < Struct.new(
1299
1464
  :voice_connector_group)
1465
+ SENSITIVE = []
1300
1466
  include Aws::Structure
1301
1467
  end
1302
1468
 
@@ -1329,6 +1495,7 @@ module Aws::Chime
1329
1495
  :name,
1330
1496
  :aws_region,
1331
1497
  :require_encryption)
1498
+ SENSITIVE = []
1332
1499
  include Aws::Structure
1333
1500
  end
1334
1501
 
@@ -1340,6 +1507,7 @@ module Aws::Chime
1340
1507
  #
1341
1508
  class CreateVoiceConnectorResponse < Struct.new(
1342
1509
  :voice_connector)
1510
+ SENSITIVE = []
1343
1511
  include Aws::Structure
1344
1512
  end
1345
1513
 
@@ -1369,6 +1537,44 @@ module Aws::Chime
1369
1537
  class Credential < Struct.new(
1370
1538
  :username,
1371
1539
  :password)
1540
+ SENSITIVE = [:username, :password]
1541
+ include Aws::Structure
1542
+ end
1543
+
1544
+ # The Dialed Number Identification Service (DNIS) emergency calling
1545
+ # configuration details associated with an Amazon Chime Voice
1546
+ # Connector's emergency calling configuration.
1547
+ #
1548
+ # @note When making an API call, you may pass DNISEmergencyCallingConfiguration
1549
+ # data as a hash:
1550
+ #
1551
+ # {
1552
+ # emergency_phone_number: "E164PhoneNumber", # required
1553
+ # test_phone_number: "E164PhoneNumber",
1554
+ # calling_country: "Alpha2CountryCode", # required
1555
+ # }
1556
+ #
1557
+ # @!attribute [rw] emergency_phone_number
1558
+ # The DNIS phone number to route emergency calls to, in E.164 format.
1559
+ # @return [String]
1560
+ #
1561
+ # @!attribute [rw] test_phone_number
1562
+ # The DNIS phone number to route test emergency calls to, in E.164
1563
+ # format.
1564
+ # @return [String]
1565
+ #
1566
+ # @!attribute [rw] calling_country
1567
+ # The country from which emergency calls are allowed, in ISO 3166-1
1568
+ # alpha-2 format.
1569
+ # @return [String]
1570
+ #
1571
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DNISEmergencyCallingConfiguration AWS API Documentation
1572
+ #
1573
+ class DNISEmergencyCallingConfiguration < Struct.new(
1574
+ :emergency_phone_number,
1575
+ :test_phone_number,
1576
+ :calling_country)
1577
+ SENSITIVE = [:emergency_phone_number, :test_phone_number]
1372
1578
  include Aws::Structure
1373
1579
  end
1374
1580
 
@@ -1387,6 +1593,7 @@ module Aws::Chime
1387
1593
  #
1388
1594
  class DeleteAccountRequest < Struct.new(
1389
1595
  :account_id)
1596
+ SENSITIVE = []
1390
1597
  include Aws::Structure
1391
1598
  end
1392
1599
 
@@ -1415,6 +1622,7 @@ module Aws::Chime
1415
1622
  class DeleteAttendeeRequest < Struct.new(
1416
1623
  :meeting_id,
1417
1624
  :attendee_id)
1625
+ SENSITIVE = []
1418
1626
  include Aws::Structure
1419
1627
  end
1420
1628
 
@@ -1439,6 +1647,7 @@ module Aws::Chime
1439
1647
  class DeleteEventsConfigurationRequest < Struct.new(
1440
1648
  :account_id,
1441
1649
  :bot_id)
1650
+ SENSITIVE = []
1442
1651
  include Aws::Structure
1443
1652
  end
1444
1653
 
@@ -1457,6 +1666,7 @@ module Aws::Chime
1457
1666
  #
1458
1667
  class DeleteMeetingRequest < Struct.new(
1459
1668
  :meeting_id)
1669
+ SENSITIVE = []
1460
1670
  include Aws::Structure
1461
1671
  end
1462
1672
 
@@ -1475,6 +1685,7 @@ module Aws::Chime
1475
1685
  #
1476
1686
  class DeletePhoneNumberRequest < Struct.new(
1477
1687
  :phone_number_id)
1688
+ SENSITIVE = []
1478
1689
  include Aws::Structure
1479
1690
  end
1480
1691
 
@@ -1499,6 +1710,7 @@ module Aws::Chime
1499
1710
  class DeleteProxySessionRequest < Struct.new(
1500
1711
  :voice_connector_id,
1501
1712
  :proxy_session_id)
1713
+ SENSITIVE = []
1502
1714
  include Aws::Structure
1503
1715
  end
1504
1716
 
@@ -1529,6 +1741,7 @@ module Aws::Chime
1529
1741
  :account_id,
1530
1742
  :room_id,
1531
1743
  :member_id)
1744
+ SENSITIVE = []
1532
1745
  include Aws::Structure
1533
1746
  end
1534
1747
 
@@ -1553,6 +1766,26 @@ module Aws::Chime
1553
1766
  class DeleteRoomRequest < Struct.new(
1554
1767
  :account_id,
1555
1768
  :room_id)
1769
+ SENSITIVE = []
1770
+ include Aws::Structure
1771
+ end
1772
+
1773
+ # @note When making an API call, you may pass DeleteVoiceConnectorEmergencyCallingConfigurationRequest
1774
+ # data as a hash:
1775
+ #
1776
+ # {
1777
+ # voice_connector_id: "NonEmptyString", # required
1778
+ # }
1779
+ #
1780
+ # @!attribute [rw] voice_connector_id
1781
+ # The Amazon Chime Voice Connector ID.
1782
+ # @return [String]
1783
+ #
1784
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DeleteVoiceConnectorEmergencyCallingConfigurationRequest AWS API Documentation
1785
+ #
1786
+ class DeleteVoiceConnectorEmergencyCallingConfigurationRequest < Struct.new(
1787
+ :voice_connector_id)
1788
+ SENSITIVE = []
1556
1789
  include Aws::Structure
1557
1790
  end
1558
1791
 
@@ -1571,6 +1804,7 @@ module Aws::Chime
1571
1804
  #
1572
1805
  class DeleteVoiceConnectorGroupRequest < Struct.new(
1573
1806
  :voice_connector_group_id)
1807
+ SENSITIVE = []
1574
1808
  include Aws::Structure
1575
1809
  end
1576
1810
 
@@ -1589,6 +1823,7 @@ module Aws::Chime
1589
1823
  #
1590
1824
  class DeleteVoiceConnectorOriginationRequest < Struct.new(
1591
1825
  :voice_connector_id)
1826
+ SENSITIVE = []
1592
1827
  include Aws::Structure
1593
1828
  end
1594
1829
 
@@ -1607,6 +1842,7 @@ module Aws::Chime
1607
1842
  #
1608
1843
  class DeleteVoiceConnectorProxyRequest < Struct.new(
1609
1844
  :voice_connector_id)
1845
+ SENSITIVE = []
1610
1846
  include Aws::Structure
1611
1847
  end
1612
1848
 
@@ -1625,6 +1861,7 @@ module Aws::Chime
1625
1861
  #
1626
1862
  class DeleteVoiceConnectorRequest < Struct.new(
1627
1863
  :voice_connector_id)
1864
+ SENSITIVE = []
1628
1865
  include Aws::Structure
1629
1866
  end
1630
1867
 
@@ -1643,6 +1880,7 @@ module Aws::Chime
1643
1880
  #
1644
1881
  class DeleteVoiceConnectorStreamingConfigurationRequest < Struct.new(
1645
1882
  :voice_connector_id)
1883
+ SENSITIVE = []
1646
1884
  include Aws::Structure
1647
1885
  end
1648
1886
 
@@ -1651,7 +1889,7 @@ module Aws::Chime
1651
1889
  #
1652
1890
  # {
1653
1891
  # voice_connector_id: "NonEmptyString", # required
1654
- # usernames: ["SensitiveString"],
1892
+ # usernames: ["SensitiveString"], # required
1655
1893
  # }
1656
1894
  #
1657
1895
  # @!attribute [rw] voice_connector_id
@@ -1668,6 +1906,7 @@ module Aws::Chime
1668
1906
  class DeleteVoiceConnectorTerminationCredentialsRequest < Struct.new(
1669
1907
  :voice_connector_id,
1670
1908
  :usernames)
1909
+ SENSITIVE = []
1671
1910
  include Aws::Structure
1672
1911
  end
1673
1912
 
@@ -1686,6 +1925,7 @@ module Aws::Chime
1686
1925
  #
1687
1926
  class DeleteVoiceConnectorTerminationRequest < Struct.new(
1688
1927
  :voice_connector_id)
1928
+ SENSITIVE = []
1689
1929
  include Aws::Structure
1690
1930
  end
1691
1931
 
@@ -1710,6 +1950,7 @@ module Aws::Chime
1710
1950
  class DisassociatePhoneNumberFromUserRequest < Struct.new(
1711
1951
  :account_id,
1712
1952
  :user_id)
1953
+ SENSITIVE = []
1713
1954
  include Aws::Structure
1714
1955
  end
1715
1956
 
@@ -1722,7 +1963,7 @@ module Aws::Chime
1722
1963
  #
1723
1964
  # {
1724
1965
  # voice_connector_group_id: "NonEmptyString", # required
1725
- # e164_phone_numbers: ["E164PhoneNumber"],
1966
+ # e164_phone_numbers: ["E164PhoneNumber"], # required
1726
1967
  # }
1727
1968
  #
1728
1969
  # @!attribute [rw] voice_connector_group_id
@@ -1738,6 +1979,7 @@ module Aws::Chime
1738
1979
  class DisassociatePhoneNumbersFromVoiceConnectorGroupRequest < Struct.new(
1739
1980
  :voice_connector_group_id,
1740
1981
  :e164_phone_numbers)
1982
+ SENSITIVE = []
1741
1983
  include Aws::Structure
1742
1984
  end
1743
1985
 
@@ -1751,6 +1993,7 @@ module Aws::Chime
1751
1993
  #
1752
1994
  class DisassociatePhoneNumbersFromVoiceConnectorGroupResponse < Struct.new(
1753
1995
  :phone_number_errors)
1996
+ SENSITIVE = []
1754
1997
  include Aws::Structure
1755
1998
  end
1756
1999
 
@@ -1759,7 +2002,7 @@ module Aws::Chime
1759
2002
  #
1760
2003
  # {
1761
2004
  # voice_connector_id: "NonEmptyString", # required
1762
- # e164_phone_numbers: ["E164PhoneNumber"],
2005
+ # e164_phone_numbers: ["E164PhoneNumber"], # required
1763
2006
  # }
1764
2007
  #
1765
2008
  # @!attribute [rw] voice_connector_id
@@ -1775,6 +2018,7 @@ module Aws::Chime
1775
2018
  class DisassociatePhoneNumbersFromVoiceConnectorRequest < Struct.new(
1776
2019
  :voice_connector_id,
1777
2020
  :e164_phone_numbers)
2021
+ SENSITIVE = []
1778
2022
  include Aws::Structure
1779
2023
  end
1780
2024
 
@@ -1788,6 +2032,7 @@ module Aws::Chime
1788
2032
  #
1789
2033
  class DisassociatePhoneNumbersFromVoiceConnectorResponse < Struct.new(
1790
2034
  :phone_number_errors)
2035
+ SENSITIVE = []
1791
2036
  include Aws::Structure
1792
2037
  end
1793
2038
 
@@ -1812,6 +2057,7 @@ module Aws::Chime
1812
2057
  class DisassociateSigninDelegateGroupsFromAccountRequest < Struct.new(
1813
2058
  :account_id,
1814
2059
  :group_names)
2060
+ SENSITIVE = []
1815
2061
  include Aws::Structure
1816
2062
  end
1817
2063
 
@@ -1819,6 +2065,35 @@ module Aws::Chime
1819
2065
  #
1820
2066
  class DisassociateSigninDelegateGroupsFromAccountResponse < Aws::EmptyStructure; end
1821
2067
 
2068
+ # The emergency calling configuration details associated with an Amazon
2069
+ # Chime Voice Connector.
2070
+ #
2071
+ # @note When making an API call, you may pass EmergencyCallingConfiguration
2072
+ # data as a hash:
2073
+ #
2074
+ # {
2075
+ # dnis: [
2076
+ # {
2077
+ # emergency_phone_number: "E164PhoneNumber", # required
2078
+ # test_phone_number: "E164PhoneNumber",
2079
+ # calling_country: "Alpha2CountryCode", # required
2080
+ # },
2081
+ # ],
2082
+ # }
2083
+ #
2084
+ # @!attribute [rw] dnis
2085
+ # The Dialed Number Identification Service (DNIS) emergency calling
2086
+ # configuration details.
2087
+ # @return [Array<Types::DNISEmergencyCallingConfiguration>]
2088
+ #
2089
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/EmergencyCallingConfiguration AWS API Documentation
2090
+ #
2091
+ class EmergencyCallingConfiguration < Struct.new(
2092
+ :dnis)
2093
+ SENSITIVE = []
2094
+ include Aws::Structure
2095
+ end
2096
+
1822
2097
  # The configuration that allows a bot to receive outgoing events. Can be
1823
2098
  # either an HTTPS endpoint or a Lambda function ARN.
1824
2099
  #
@@ -1840,6 +2115,7 @@ module Aws::Chime
1840
2115
  :bot_id,
1841
2116
  :outbound_events_https_endpoint,
1842
2117
  :lambda_function_arn)
2118
+ SENSITIVE = [:outbound_events_https_endpoint, :lambda_function_arn]
1843
2119
  include Aws::Structure
1844
2120
  end
1845
2121
 
@@ -1858,6 +2134,7 @@ module Aws::Chime
1858
2134
  class ForbiddenException < Struct.new(
1859
2135
  :code,
1860
2136
  :message)
2137
+ SENSITIVE = []
1861
2138
  include Aws::Structure
1862
2139
  end
1863
2140
 
@@ -1885,6 +2162,7 @@ module Aws::Chime
1885
2162
  class GeoMatchParams < Struct.new(
1886
2163
  :country,
1887
2164
  :area_code)
2165
+ SENSITIVE = []
1888
2166
  include Aws::Structure
1889
2167
  end
1890
2168
 
@@ -1903,6 +2181,7 @@ module Aws::Chime
1903
2181
  #
1904
2182
  class GetAccountRequest < Struct.new(
1905
2183
  :account_id)
2184
+ SENSITIVE = []
1906
2185
  include Aws::Structure
1907
2186
  end
1908
2187
 
@@ -1914,6 +2193,7 @@ module Aws::Chime
1914
2193
  #
1915
2194
  class GetAccountResponse < Struct.new(
1916
2195
  :account)
2196
+ SENSITIVE = []
1917
2197
  include Aws::Structure
1918
2198
  end
1919
2199
 
@@ -1932,6 +2212,7 @@ module Aws::Chime
1932
2212
  #
1933
2213
  class GetAccountSettingsRequest < Struct.new(
1934
2214
  :account_id)
2215
+ SENSITIVE = []
1935
2216
  include Aws::Structure
1936
2217
  end
1937
2218
 
@@ -1943,6 +2224,7 @@ module Aws::Chime
1943
2224
  #
1944
2225
  class GetAccountSettingsResponse < Struct.new(
1945
2226
  :account_settings)
2227
+ SENSITIVE = []
1946
2228
  include Aws::Structure
1947
2229
  end
1948
2230
 
@@ -1967,6 +2249,7 @@ module Aws::Chime
1967
2249
  class GetAttendeeRequest < Struct.new(
1968
2250
  :meeting_id,
1969
2251
  :attendee_id)
2252
+ SENSITIVE = []
1970
2253
  include Aws::Structure
1971
2254
  end
1972
2255
 
@@ -1978,6 +2261,7 @@ module Aws::Chime
1978
2261
  #
1979
2262
  class GetAttendeeResponse < Struct.new(
1980
2263
  :attendee)
2264
+ SENSITIVE = []
1981
2265
  include Aws::Structure
1982
2266
  end
1983
2267
 
@@ -2002,6 +2286,7 @@ module Aws::Chime
2002
2286
  class GetBotRequest < Struct.new(
2003
2287
  :account_id,
2004
2288
  :bot_id)
2289
+ SENSITIVE = []
2005
2290
  include Aws::Structure
2006
2291
  end
2007
2292
 
@@ -2013,6 +2298,7 @@ module Aws::Chime
2013
2298
  #
2014
2299
  class GetBotResponse < Struct.new(
2015
2300
  :bot)
2301
+ SENSITIVE = []
2016
2302
  include Aws::Structure
2017
2303
  end
2018
2304
 
@@ -2037,6 +2323,7 @@ module Aws::Chime
2037
2323
  class GetEventsConfigurationRequest < Struct.new(
2038
2324
  :account_id,
2039
2325
  :bot_id)
2326
+ SENSITIVE = []
2040
2327
  include Aws::Structure
2041
2328
  end
2042
2329
 
@@ -2048,6 +2335,7 @@ module Aws::Chime
2048
2335
  #
2049
2336
  class GetEventsConfigurationResponse < Struct.new(
2050
2337
  :events_configuration)
2338
+ SENSITIVE = []
2051
2339
  include Aws::Structure
2052
2340
  end
2053
2341
 
@@ -2064,6 +2352,7 @@ module Aws::Chime
2064
2352
  class GetGlobalSettingsResponse < Struct.new(
2065
2353
  :business_calling,
2066
2354
  :voice_connector)
2355
+ SENSITIVE = []
2067
2356
  include Aws::Structure
2068
2357
  end
2069
2358
 
@@ -2082,6 +2371,7 @@ module Aws::Chime
2082
2371
  #
2083
2372
  class GetMeetingRequest < Struct.new(
2084
2373
  :meeting_id)
2374
+ SENSITIVE = []
2085
2375
  include Aws::Structure
2086
2376
  end
2087
2377
 
@@ -2093,6 +2383,7 @@ module Aws::Chime
2093
2383
  #
2094
2384
  class GetMeetingResponse < Struct.new(
2095
2385
  :meeting)
2386
+ SENSITIVE = []
2096
2387
  include Aws::Structure
2097
2388
  end
2098
2389
 
@@ -2111,6 +2402,7 @@ module Aws::Chime
2111
2402
  #
2112
2403
  class GetPhoneNumberOrderRequest < Struct.new(
2113
2404
  :phone_number_order_id)
2405
+ SENSITIVE = []
2114
2406
  include Aws::Structure
2115
2407
  end
2116
2408
 
@@ -2122,6 +2414,7 @@ module Aws::Chime
2122
2414
  #
2123
2415
  class GetPhoneNumberOrderResponse < Struct.new(
2124
2416
  :phone_number_order)
2417
+ SENSITIVE = []
2125
2418
  include Aws::Structure
2126
2419
  end
2127
2420
 
@@ -2140,6 +2433,7 @@ module Aws::Chime
2140
2433
  #
2141
2434
  class GetPhoneNumberRequest < Struct.new(
2142
2435
  :phone_number_id)
2436
+ SENSITIVE = []
2143
2437
  include Aws::Structure
2144
2438
  end
2145
2439
 
@@ -2151,6 +2445,7 @@ module Aws::Chime
2151
2445
  #
2152
2446
  class GetPhoneNumberResponse < Struct.new(
2153
2447
  :phone_number)
2448
+ SENSITIVE = []
2154
2449
  include Aws::Structure
2155
2450
  end
2156
2451
 
@@ -2167,6 +2462,7 @@ module Aws::Chime
2167
2462
  class GetPhoneNumberSettingsResponse < Struct.new(
2168
2463
  :calling_name,
2169
2464
  :calling_name_updated_timestamp)
2465
+ SENSITIVE = [:calling_name]
2170
2466
  include Aws::Structure
2171
2467
  end
2172
2468
 
@@ -2191,6 +2487,7 @@ module Aws::Chime
2191
2487
  class GetProxySessionRequest < Struct.new(
2192
2488
  :voice_connector_id,
2193
2489
  :proxy_session_id)
2490
+ SENSITIVE = []
2194
2491
  include Aws::Structure
2195
2492
  end
2196
2493
 
@@ -2202,6 +2499,7 @@ module Aws::Chime
2202
2499
  #
2203
2500
  class GetProxySessionResponse < Struct.new(
2204
2501
  :proxy_session)
2502
+ SENSITIVE = []
2205
2503
  include Aws::Structure
2206
2504
  end
2207
2505
 
@@ -2220,6 +2518,7 @@ module Aws::Chime
2220
2518
  #
2221
2519
  class GetRetentionSettingsRequest < Struct.new(
2222
2520
  :account_id)
2521
+ SENSITIVE = []
2223
2522
  include Aws::Structure
2224
2523
  end
2225
2524
 
@@ -2237,6 +2536,7 @@ module Aws::Chime
2237
2536
  class GetRetentionSettingsResponse < Struct.new(
2238
2537
  :retention_settings,
2239
2538
  :initiate_deletion_timestamp)
2539
+ SENSITIVE = []
2240
2540
  include Aws::Structure
2241
2541
  end
2242
2542
 
@@ -2261,6 +2561,7 @@ module Aws::Chime
2261
2561
  class GetRoomRequest < Struct.new(
2262
2562
  :account_id,
2263
2563
  :room_id)
2564
+ SENSITIVE = []
2264
2565
  include Aws::Structure
2265
2566
  end
2266
2567
 
@@ -2272,6 +2573,7 @@ module Aws::Chime
2272
2573
  #
2273
2574
  class GetRoomResponse < Struct.new(
2274
2575
  :room)
2576
+ SENSITIVE = []
2275
2577
  include Aws::Structure
2276
2578
  end
2277
2579
 
@@ -2296,6 +2598,7 @@ module Aws::Chime
2296
2598
  class GetUserRequest < Struct.new(
2297
2599
  :account_id,
2298
2600
  :user_id)
2601
+ SENSITIVE = []
2299
2602
  include Aws::Structure
2300
2603
  end
2301
2604
 
@@ -2307,6 +2610,7 @@ module Aws::Chime
2307
2610
  #
2308
2611
  class GetUserResponse < Struct.new(
2309
2612
  :user)
2613
+ SENSITIVE = []
2310
2614
  include Aws::Structure
2311
2615
  end
2312
2616
 
@@ -2331,6 +2635,7 @@ module Aws::Chime
2331
2635
  class GetUserSettingsRequest < Struct.new(
2332
2636
  :account_id,
2333
2637
  :user_id)
2638
+ SENSITIVE = []
2334
2639
  include Aws::Structure
2335
2640
  end
2336
2641
 
@@ -2342,6 +2647,38 @@ module Aws::Chime
2342
2647
  #
2343
2648
  class GetUserSettingsResponse < Struct.new(
2344
2649
  :user_settings)
2650
+ SENSITIVE = []
2651
+ include Aws::Structure
2652
+ end
2653
+
2654
+ # @note When making an API call, you may pass GetVoiceConnectorEmergencyCallingConfigurationRequest
2655
+ # data as a hash:
2656
+ #
2657
+ # {
2658
+ # voice_connector_id: "NonEmptyString", # required
2659
+ # }
2660
+ #
2661
+ # @!attribute [rw] voice_connector_id
2662
+ # The Amazon Chime Voice Connector ID.
2663
+ # @return [String]
2664
+ #
2665
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetVoiceConnectorEmergencyCallingConfigurationRequest AWS API Documentation
2666
+ #
2667
+ class GetVoiceConnectorEmergencyCallingConfigurationRequest < Struct.new(
2668
+ :voice_connector_id)
2669
+ SENSITIVE = []
2670
+ include Aws::Structure
2671
+ end
2672
+
2673
+ # @!attribute [rw] emergency_calling_configuration
2674
+ # The emergency calling configuration details.
2675
+ # @return [Types::EmergencyCallingConfiguration]
2676
+ #
2677
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetVoiceConnectorEmergencyCallingConfigurationResponse AWS API Documentation
2678
+ #
2679
+ class GetVoiceConnectorEmergencyCallingConfigurationResponse < Struct.new(
2680
+ :emergency_calling_configuration)
2681
+ SENSITIVE = []
2345
2682
  include Aws::Structure
2346
2683
  end
2347
2684
 
@@ -2360,6 +2697,7 @@ module Aws::Chime
2360
2697
  #
2361
2698
  class GetVoiceConnectorGroupRequest < Struct.new(
2362
2699
  :voice_connector_group_id)
2700
+ SENSITIVE = []
2363
2701
  include Aws::Structure
2364
2702
  end
2365
2703
 
@@ -2371,6 +2709,7 @@ module Aws::Chime
2371
2709
  #
2372
2710
  class GetVoiceConnectorGroupResponse < Struct.new(
2373
2711
  :voice_connector_group)
2712
+ SENSITIVE = []
2374
2713
  include Aws::Structure
2375
2714
  end
2376
2715
 
@@ -2389,6 +2728,7 @@ module Aws::Chime
2389
2728
  #
2390
2729
  class GetVoiceConnectorLoggingConfigurationRequest < Struct.new(
2391
2730
  :voice_connector_id)
2731
+ SENSITIVE = []
2392
2732
  include Aws::Structure
2393
2733
  end
2394
2734
 
@@ -2400,6 +2740,7 @@ module Aws::Chime
2400
2740
  #
2401
2741
  class GetVoiceConnectorLoggingConfigurationResponse < Struct.new(
2402
2742
  :logging_configuration)
2743
+ SENSITIVE = []
2403
2744
  include Aws::Structure
2404
2745
  end
2405
2746
 
@@ -2418,6 +2759,7 @@ module Aws::Chime
2418
2759
  #
2419
2760
  class GetVoiceConnectorOriginationRequest < Struct.new(
2420
2761
  :voice_connector_id)
2762
+ SENSITIVE = []
2421
2763
  include Aws::Structure
2422
2764
  end
2423
2765
 
@@ -2429,6 +2771,7 @@ module Aws::Chime
2429
2771
  #
2430
2772
  class GetVoiceConnectorOriginationResponse < Struct.new(
2431
2773
  :origination)
2774
+ SENSITIVE = []
2432
2775
  include Aws::Structure
2433
2776
  end
2434
2777
 
@@ -2447,6 +2790,7 @@ module Aws::Chime
2447
2790
  #
2448
2791
  class GetVoiceConnectorProxyRequest < Struct.new(
2449
2792
  :voice_connector_id)
2793
+ SENSITIVE = []
2450
2794
  include Aws::Structure
2451
2795
  end
2452
2796
 
@@ -2458,6 +2802,7 @@ module Aws::Chime
2458
2802
  #
2459
2803
  class GetVoiceConnectorProxyResponse < Struct.new(
2460
2804
  :proxy)
2805
+ SENSITIVE = []
2461
2806
  include Aws::Structure
2462
2807
  end
2463
2808
 
@@ -2476,6 +2821,7 @@ module Aws::Chime
2476
2821
  #
2477
2822
  class GetVoiceConnectorRequest < Struct.new(
2478
2823
  :voice_connector_id)
2824
+ SENSITIVE = []
2479
2825
  include Aws::Structure
2480
2826
  end
2481
2827
 
@@ -2487,6 +2833,7 @@ module Aws::Chime
2487
2833
  #
2488
2834
  class GetVoiceConnectorResponse < Struct.new(
2489
2835
  :voice_connector)
2836
+ SENSITIVE = []
2490
2837
  include Aws::Structure
2491
2838
  end
2492
2839
 
@@ -2505,6 +2852,7 @@ module Aws::Chime
2505
2852
  #
2506
2853
  class GetVoiceConnectorStreamingConfigurationRequest < Struct.new(
2507
2854
  :voice_connector_id)
2855
+ SENSITIVE = []
2508
2856
  include Aws::Structure
2509
2857
  end
2510
2858
 
@@ -2516,6 +2864,7 @@ module Aws::Chime
2516
2864
  #
2517
2865
  class GetVoiceConnectorStreamingConfigurationResponse < Struct.new(
2518
2866
  :streaming_configuration)
2867
+ SENSITIVE = []
2519
2868
  include Aws::Structure
2520
2869
  end
2521
2870
 
@@ -2534,6 +2883,7 @@ module Aws::Chime
2534
2883
  #
2535
2884
  class GetVoiceConnectorTerminationHealthRequest < Struct.new(
2536
2885
  :voice_connector_id)
2886
+ SENSITIVE = []
2537
2887
  include Aws::Structure
2538
2888
  end
2539
2889
 
@@ -2545,6 +2895,7 @@ module Aws::Chime
2545
2895
  #
2546
2896
  class GetVoiceConnectorTerminationHealthResponse < Struct.new(
2547
2897
  :termination_health)
2898
+ SENSITIVE = []
2548
2899
  include Aws::Structure
2549
2900
  end
2550
2901
 
@@ -2563,6 +2914,7 @@ module Aws::Chime
2563
2914
  #
2564
2915
  class GetVoiceConnectorTerminationRequest < Struct.new(
2565
2916
  :voice_connector_id)
2917
+ SENSITIVE = []
2566
2918
  include Aws::Structure
2567
2919
  end
2568
2920
 
@@ -2574,6 +2926,7 @@ module Aws::Chime
2574
2926
  #
2575
2927
  class GetVoiceConnectorTerminationResponse < Struct.new(
2576
2928
  :termination)
2929
+ SENSITIVE = []
2577
2930
  include Aws::Structure
2578
2931
  end
2579
2932
 
@@ -2603,6 +2956,7 @@ module Aws::Chime
2603
2956
  :status,
2604
2957
  :email_address,
2605
2958
  :email_status)
2959
+ SENSITIVE = [:email_address]
2606
2960
  include Aws::Structure
2607
2961
  end
2608
2962
 
@@ -2633,6 +2987,7 @@ module Aws::Chime
2633
2987
  :account_id,
2634
2988
  :user_email_list,
2635
2989
  :user_type)
2990
+ SENSITIVE = []
2636
2991
  include Aws::Structure
2637
2992
  end
2638
2993
 
@@ -2644,6 +2999,7 @@ module Aws::Chime
2644
2999
  #
2645
3000
  class InviteUsersResponse < Struct.new(
2646
3001
  :invites)
3002
+ SENSITIVE = []
2647
3003
  include Aws::Structure
2648
3004
  end
2649
3005
 
@@ -2681,6 +3037,7 @@ module Aws::Chime
2681
3037
  :user_email,
2682
3038
  :next_token,
2683
3039
  :max_results)
3040
+ SENSITIVE = [:user_email]
2684
3041
  include Aws::Structure
2685
3042
  end
2686
3043
 
@@ -2697,6 +3054,7 @@ module Aws::Chime
2697
3054
  class ListAccountsResponse < Struct.new(
2698
3055
  :accounts,
2699
3056
  :next_token)
3057
+ SENSITIVE = []
2700
3058
  include Aws::Structure
2701
3059
  end
2702
3060
 
@@ -2721,6 +3079,7 @@ module Aws::Chime
2721
3079
  class ListAttendeeTagsRequest < Struct.new(
2722
3080
  :meeting_id,
2723
3081
  :attendee_id)
3082
+ SENSITIVE = []
2724
3083
  include Aws::Structure
2725
3084
  end
2726
3085
 
@@ -2732,6 +3091,7 @@ module Aws::Chime
2732
3091
  #
2733
3092
  class ListAttendeeTagsResponse < Struct.new(
2734
3093
  :tags)
3094
+ SENSITIVE = []
2735
3095
  include Aws::Structure
2736
3096
  end
2737
3097
 
@@ -2762,6 +3122,7 @@ module Aws::Chime
2762
3122
  :meeting_id,
2763
3123
  :next_token,
2764
3124
  :max_results)
3125
+ SENSITIVE = []
2765
3126
  include Aws::Structure
2766
3127
  end
2767
3128
 
@@ -2778,6 +3139,7 @@ module Aws::Chime
2778
3139
  class ListAttendeesResponse < Struct.new(
2779
3140
  :attendees,
2780
3141
  :next_token)
3142
+ SENSITIVE = []
2781
3143
  include Aws::Structure
2782
3144
  end
2783
3145
 
@@ -2809,6 +3171,7 @@ module Aws::Chime
2809
3171
  :account_id,
2810
3172
  :max_results,
2811
3173
  :next_token)
3174
+ SENSITIVE = []
2812
3175
  include Aws::Structure
2813
3176
  end
2814
3177
 
@@ -2825,6 +3188,7 @@ module Aws::Chime
2825
3188
  class ListBotsResponse < Struct.new(
2826
3189
  :bots,
2827
3190
  :next_token)
3191
+ SENSITIVE = []
2828
3192
  include Aws::Structure
2829
3193
  end
2830
3194
 
@@ -2843,6 +3207,7 @@ module Aws::Chime
2843
3207
  #
2844
3208
  class ListMeetingTagsRequest < Struct.new(
2845
3209
  :meeting_id)
3210
+ SENSITIVE = []
2846
3211
  include Aws::Structure
2847
3212
  end
2848
3213
 
@@ -2854,6 +3219,7 @@ module Aws::Chime
2854
3219
  #
2855
3220
  class ListMeetingTagsResponse < Struct.new(
2856
3221
  :tags)
3222
+ SENSITIVE = []
2857
3223
  include Aws::Structure
2858
3224
  end
2859
3225
 
@@ -2878,6 +3244,7 @@ module Aws::Chime
2878
3244
  class ListMeetingsRequest < Struct.new(
2879
3245
  :next_token,
2880
3246
  :max_results)
3247
+ SENSITIVE = []
2881
3248
  include Aws::Structure
2882
3249
  end
2883
3250
 
@@ -2894,6 +3261,7 @@ module Aws::Chime
2894
3261
  class ListMeetingsResponse < Struct.new(
2895
3262
  :meetings,
2896
3263
  :next_token)
3264
+ SENSITIVE = []
2897
3265
  include Aws::Structure
2898
3266
  end
2899
3267
 
@@ -2918,6 +3286,7 @@ module Aws::Chime
2918
3286
  class ListPhoneNumberOrdersRequest < Struct.new(
2919
3287
  :next_token,
2920
3288
  :max_results)
3289
+ SENSITIVE = []
2921
3290
  include Aws::Structure
2922
3291
  end
2923
3292
 
@@ -2934,6 +3303,7 @@ module Aws::Chime
2934
3303
  class ListPhoneNumberOrdersResponse < Struct.new(
2935
3304
  :phone_number_orders,
2936
3305
  :next_token)
3306
+ SENSITIVE = []
2937
3307
  include Aws::Structure
2938
3308
  end
2939
3309
 
@@ -2982,6 +3352,7 @@ module Aws::Chime
2982
3352
  :filter_value,
2983
3353
  :max_results,
2984
3354
  :next_token)
3355
+ SENSITIVE = []
2985
3356
  include Aws::Structure
2986
3357
  end
2987
3358
 
@@ -2998,6 +3369,7 @@ module Aws::Chime
2998
3369
  class ListPhoneNumbersResponse < Struct.new(
2999
3370
  :phone_numbers,
3000
3371
  :next_token)
3372
+ SENSITIVE = []
3001
3373
  include Aws::Structure
3002
3374
  end
3003
3375
 
@@ -3034,6 +3406,7 @@ module Aws::Chime
3034
3406
  :status,
3035
3407
  :next_token,
3036
3408
  :max_results)
3409
+ SENSITIVE = []
3037
3410
  include Aws::Structure
3038
3411
  end
3039
3412
 
@@ -3050,6 +3423,7 @@ module Aws::Chime
3050
3423
  class ListProxySessionsResponse < Struct.new(
3051
3424
  :proxy_sessions,
3052
3425
  :next_token)
3426
+ SENSITIVE = []
3053
3427
  include Aws::Structure
3054
3428
  end
3055
3429
 
@@ -3086,6 +3460,7 @@ module Aws::Chime
3086
3460
  :room_id,
3087
3461
  :max_results,
3088
3462
  :next_token)
3463
+ SENSITIVE = []
3089
3464
  include Aws::Structure
3090
3465
  end
3091
3466
 
@@ -3102,6 +3477,7 @@ module Aws::Chime
3102
3477
  class ListRoomMembershipsResponse < Struct.new(
3103
3478
  :room_memberships,
3104
3479
  :next_token)
3480
+ SENSITIVE = []
3105
3481
  include Aws::Structure
3106
3482
  end
3107
3483
 
@@ -3138,6 +3514,7 @@ module Aws::Chime
3138
3514
  :member_id,
3139
3515
  :max_results,
3140
3516
  :next_token)
3517
+ SENSITIVE = []
3141
3518
  include Aws::Structure
3142
3519
  end
3143
3520
 
@@ -3154,6 +3531,7 @@ module Aws::Chime
3154
3531
  class ListRoomsResponse < Struct.new(
3155
3532
  :rooms,
3156
3533
  :next_token)
3534
+ SENSITIVE = []
3157
3535
  include Aws::Structure
3158
3536
  end
3159
3537
 
@@ -3172,6 +3550,7 @@ module Aws::Chime
3172
3550
  #
3173
3551
  class ListTagsForResourceRequest < Struct.new(
3174
3552
  :resource_arn)
3553
+ SENSITIVE = [:resource_arn]
3175
3554
  include Aws::Structure
3176
3555
  end
3177
3556
 
@@ -3183,6 +3562,7 @@ module Aws::Chime
3183
3562
  #
3184
3563
  class ListTagsForResourceResponse < Struct.new(
3185
3564
  :tags)
3565
+ SENSITIVE = []
3186
3566
  include Aws::Structure
3187
3567
  end
3188
3568
 
@@ -3226,6 +3606,7 @@ module Aws::Chime
3226
3606
  :user_type,
3227
3607
  :max_results,
3228
3608
  :next_token)
3609
+ SENSITIVE = [:user_email]
3229
3610
  include Aws::Structure
3230
3611
  end
3231
3612
 
@@ -3242,6 +3623,7 @@ module Aws::Chime
3242
3623
  class ListUsersResponse < Struct.new(
3243
3624
  :users,
3244
3625
  :next_token)
3626
+ SENSITIVE = []
3245
3627
  include Aws::Structure
3246
3628
  end
3247
3629
 
@@ -3266,6 +3648,7 @@ module Aws::Chime
3266
3648
  class ListVoiceConnectorGroupsRequest < Struct.new(
3267
3649
  :next_token,
3268
3650
  :max_results)
3651
+ SENSITIVE = []
3269
3652
  include Aws::Structure
3270
3653
  end
3271
3654
 
@@ -3282,6 +3665,7 @@ module Aws::Chime
3282
3665
  class ListVoiceConnectorGroupsResponse < Struct.new(
3283
3666
  :voice_connector_groups,
3284
3667
  :next_token)
3668
+ SENSITIVE = []
3285
3669
  include Aws::Structure
3286
3670
  end
3287
3671
 
@@ -3300,6 +3684,7 @@ module Aws::Chime
3300
3684
  #
3301
3685
  class ListVoiceConnectorTerminationCredentialsRequest < Struct.new(
3302
3686
  :voice_connector_id)
3687
+ SENSITIVE = []
3303
3688
  include Aws::Structure
3304
3689
  end
3305
3690
 
@@ -3311,6 +3696,7 @@ module Aws::Chime
3311
3696
  #
3312
3697
  class ListVoiceConnectorTerminationCredentialsResponse < Struct.new(
3313
3698
  :usernames)
3699
+ SENSITIVE = []
3314
3700
  include Aws::Structure
3315
3701
  end
3316
3702
 
@@ -3335,6 +3721,7 @@ module Aws::Chime
3335
3721
  class ListVoiceConnectorsRequest < Struct.new(
3336
3722
  :next_token,
3337
3723
  :max_results)
3724
+ SENSITIVE = []
3338
3725
  include Aws::Structure
3339
3726
  end
3340
3727
 
@@ -3351,6 +3738,7 @@ module Aws::Chime
3351
3738
  class ListVoiceConnectorsResponse < Struct.new(
3352
3739
  :voice_connectors,
3353
3740
  :next_token)
3741
+ SENSITIVE = []
3354
3742
  include Aws::Structure
3355
3743
  end
3356
3744
 
@@ -3374,6 +3762,7 @@ module Aws::Chime
3374
3762
  #
3375
3763
  class LoggingConfiguration < Struct.new(
3376
3764
  :enable_sip_logs)
3765
+ SENSITIVE = []
3377
3766
  include Aws::Structure
3378
3767
  end
3379
3768
 
@@ -3398,6 +3787,7 @@ module Aws::Chime
3398
3787
  class LogoutUserRequest < Struct.new(
3399
3788
  :account_id,
3400
3789
  :user_id)
3790
+ SENSITIVE = []
3401
3791
  include Aws::Structure
3402
3792
  end
3403
3793
 
@@ -3446,6 +3836,7 @@ module Aws::Chime
3446
3836
  :screen_viewing_url,
3447
3837
  :signaling_url,
3448
3838
  :turn_control_url)
3839
+ SENSITIVE = []
3449
3840
  include Aws::Structure
3450
3841
  end
3451
3842
 
@@ -3465,10 +3856,10 @@ module Aws::Chime
3465
3856
  #
3466
3857
  # @!attribute [rw] media_region
3467
3858
  # The Region in which to create the meeting. Available values:
3468
- # `ap-northeast-1`, `ap-southeast-1`, `ap-southeast-2`,
3469
- # `ca-central-1`, `eu-central-1`, `eu-north-1`, `eu-west-1`,
3470
- # `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`,
3471
- # `us-west-1`, `us-west-2`.
3859
+ # `af-south-1`, `ap-northeast-1`, `ap-northeast-2`, `ap-south-1`,
3860
+ # `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`, `eu-central-1`,
3861
+ # `eu-north-1`, `eu-south-1`, `eu-west-1`, `eu-west-2`, `eu-west-3`,
3862
+ # `sa-east-1`, `us-east-1`, `us-east-2`, `us-west-1`, `us-west-2`.
3472
3863
  # @return [String]
3473
3864
  #
3474
3865
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/Meeting AWS API Documentation
@@ -3478,11 +3869,14 @@ module Aws::Chime
3478
3869
  :external_meeting_id,
3479
3870
  :media_placement,
3480
3871
  :media_region)
3872
+ SENSITIVE = [:external_meeting_id]
3481
3873
  include Aws::Structure
3482
3874
  end
3483
3875
 
3484
3876
  # The configuration for resource targets to receive notifications when
3485
- # Amazon Chime SDK meeting and attendee events occur.
3877
+ # Amazon Chime SDK meeting and attendee events occur. The Amazon Chime
3878
+ # SDK supports resource targets located in the US East (N. Virginia) AWS
3879
+ # Region (`us-east-1`).
3486
3880
  #
3487
3881
  # @note When making an API call, you may pass MeetingNotificationConfiguration
3488
3882
  # data as a hash:
@@ -3505,6 +3899,7 @@ module Aws::Chime
3505
3899
  class MeetingNotificationConfiguration < Struct.new(
3506
3900
  :sns_topic_arn,
3507
3901
  :sqs_queue_arn)
3902
+ SENSITIVE = [:sns_topic_arn, :sqs_queue_arn]
3508
3903
  include Aws::Structure
3509
3904
  end
3510
3905
 
@@ -3539,6 +3934,7 @@ module Aws::Chime
3539
3934
  :email,
3540
3935
  :full_name,
3541
3936
  :account_id)
3937
+ SENSITIVE = [:email, :full_name]
3542
3938
  include Aws::Structure
3543
3939
  end
3544
3940
 
@@ -3562,6 +3958,7 @@ module Aws::Chime
3562
3958
  :member_id,
3563
3959
  :error_code,
3564
3960
  :error_message)
3961
+ SENSITIVE = []
3565
3962
  include Aws::Structure
3566
3963
  end
3567
3964
 
@@ -3588,6 +3985,7 @@ module Aws::Chime
3588
3985
  class MembershipItem < Struct.new(
3589
3986
  :member_id,
3590
3987
  :role)
3988
+ SENSITIVE = []
3591
3989
  include Aws::Structure
3592
3990
  end
3593
3991
 
@@ -3605,6 +4003,7 @@ module Aws::Chime
3605
4003
  class NotFoundException < Struct.new(
3606
4004
  :code,
3607
4005
  :message)
4006
+ SENSITIVE = []
3608
4007
  include Aws::Structure
3609
4008
  end
3610
4009
 
@@ -3623,6 +4022,7 @@ module Aws::Chime
3623
4022
  class OrderedPhoneNumber < Struct.new(
3624
4023
  :e164_phone_number,
3625
4024
  :status)
4025
+ SENSITIVE = [:e164_phone_number]
3626
4026
  include Aws::Structure
3627
4027
  end
3628
4028
 
@@ -3660,6 +4060,7 @@ module Aws::Chime
3660
4060
  class Origination < Struct.new(
3661
4061
  :routes,
3662
4062
  :disabled)
4063
+ SENSITIVE = []
3663
4064
  include Aws::Structure
3664
4065
  end
3665
4066
 
@@ -3710,6 +4111,7 @@ module Aws::Chime
3710
4111
  :protocol,
3711
4112
  :priority,
3712
4113
  :weight)
4114
+ SENSITIVE = []
3713
4115
  include Aws::Structure
3714
4116
  end
3715
4117
 
@@ -3729,6 +4131,7 @@ module Aws::Chime
3729
4131
  class Participant < Struct.new(
3730
4132
  :phone_number,
3731
4133
  :proxy_phone_number)
4134
+ SENSITIVE = [:phone_number, :proxy_phone_number]
3732
4135
  include Aws::Structure
3733
4136
  end
3734
4137
 
@@ -3798,6 +4201,7 @@ module Aws::Chime
3798
4201
  :created_timestamp,
3799
4202
  :updated_timestamp,
3800
4203
  :deletion_timestamp)
4204
+ SENSITIVE = [:e164_phone_number, :calling_name]
3801
4205
  include Aws::Structure
3802
4206
  end
3803
4207
 
@@ -3825,6 +4229,7 @@ module Aws::Chime
3825
4229
  :value,
3826
4230
  :name,
3827
4231
  :associated_timestamp)
4232
+ SENSITIVE = []
3828
4233
  include Aws::Structure
3829
4234
  end
3830
4235
 
@@ -3869,6 +4274,7 @@ module Aws::Chime
3869
4274
  :outbound_sms,
3870
4275
  :inbound_mms,
3871
4276
  :outbound_mms)
4277
+ SENSITIVE = []
3872
4278
  include Aws::Structure
3873
4279
  end
3874
4280
 
@@ -3894,6 +4300,7 @@ module Aws::Chime
3894
4300
  :phone_number_id,
3895
4301
  :error_code,
3896
4302
  :error_message)
4303
+ SENSITIVE = []
3897
4304
  include Aws::Structure
3898
4305
  end
3899
4306
 
@@ -3933,6 +4340,7 @@ module Aws::Chime
3933
4340
  :ordered_phone_numbers,
3934
4341
  :created_timestamp,
3935
4342
  :updated_timestamp)
4343
+ SENSITIVE = []
3936
4344
  include Aws::Structure
3937
4345
  end
3938
4346
 
@@ -3962,6 +4370,7 @@ module Aws::Chime
3962
4370
  :disabled,
3963
4371
  :fall_back_phone_number,
3964
4372
  :phone_number_countries)
4373
+ SENSITIVE = [:fall_back_phone_number]
3965
4374
  include Aws::Structure
3966
4375
  end
3967
4376
 
@@ -4037,6 +4446,7 @@ module Aws::Chime
4037
4446
  :number_selection_behavior,
4038
4447
  :geo_match_level,
4039
4448
  :geo_match_params)
4449
+ SENSITIVE = []
4040
4450
  include Aws::Structure
4041
4451
  end
4042
4452
 
@@ -4073,6 +4483,7 @@ module Aws::Chime
4073
4483
  :bot_id,
4074
4484
  :outbound_events_https_endpoint,
4075
4485
  :lambda_function_arn)
4486
+ SENSITIVE = [:outbound_events_https_endpoint, :lambda_function_arn]
4076
4487
  include Aws::Structure
4077
4488
  end
4078
4489
 
@@ -4085,6 +4496,7 @@ module Aws::Chime
4085
4496
  #
4086
4497
  class PutEventsConfigurationResponse < Struct.new(
4087
4498
  :events_configuration)
4499
+ SENSITIVE = []
4088
4500
  include Aws::Structure
4089
4501
  end
4090
4502
 
@@ -4116,6 +4528,7 @@ module Aws::Chime
4116
4528
  class PutRetentionSettingsRequest < Struct.new(
4117
4529
  :account_id,
4118
4530
  :retention_settings)
4531
+ SENSITIVE = []
4119
4532
  include Aws::Structure
4120
4533
  end
4121
4534
 
@@ -4133,6 +4546,52 @@ module Aws::Chime
4133
4546
  class PutRetentionSettingsResponse < Struct.new(
4134
4547
  :retention_settings,
4135
4548
  :initiate_deletion_timestamp)
4549
+ SENSITIVE = []
4550
+ include Aws::Structure
4551
+ end
4552
+
4553
+ # @note When making an API call, you may pass PutVoiceConnectorEmergencyCallingConfigurationRequest
4554
+ # data as a hash:
4555
+ #
4556
+ # {
4557
+ # voice_connector_id: "NonEmptyString", # required
4558
+ # emergency_calling_configuration: { # required
4559
+ # dnis: [
4560
+ # {
4561
+ # emergency_phone_number: "E164PhoneNumber", # required
4562
+ # test_phone_number: "E164PhoneNumber",
4563
+ # calling_country: "Alpha2CountryCode", # required
4564
+ # },
4565
+ # ],
4566
+ # },
4567
+ # }
4568
+ #
4569
+ # @!attribute [rw] voice_connector_id
4570
+ # The Amazon Chime Voice Connector ID.
4571
+ # @return [String]
4572
+ #
4573
+ # @!attribute [rw] emergency_calling_configuration
4574
+ # The emergency calling configuration details.
4575
+ # @return [Types::EmergencyCallingConfiguration]
4576
+ #
4577
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutVoiceConnectorEmergencyCallingConfigurationRequest AWS API Documentation
4578
+ #
4579
+ class PutVoiceConnectorEmergencyCallingConfigurationRequest < Struct.new(
4580
+ :voice_connector_id,
4581
+ :emergency_calling_configuration)
4582
+ SENSITIVE = []
4583
+ include Aws::Structure
4584
+ end
4585
+
4586
+ # @!attribute [rw] emergency_calling_configuration
4587
+ # The emergency calling configuration details.
4588
+ # @return [Types::EmergencyCallingConfiguration]
4589
+ #
4590
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutVoiceConnectorEmergencyCallingConfigurationResponse AWS API Documentation
4591
+ #
4592
+ class PutVoiceConnectorEmergencyCallingConfigurationResponse < Struct.new(
4593
+ :emergency_calling_configuration)
4594
+ SENSITIVE = []
4136
4595
  include Aws::Structure
4137
4596
  end
4138
4597
 
@@ -4159,6 +4618,7 @@ module Aws::Chime
4159
4618
  class PutVoiceConnectorLoggingConfigurationRequest < Struct.new(
4160
4619
  :voice_connector_id,
4161
4620
  :logging_configuration)
4621
+ SENSITIVE = []
4162
4622
  include Aws::Structure
4163
4623
  end
4164
4624
 
@@ -4170,6 +4630,7 @@ module Aws::Chime
4170
4630
  #
4171
4631
  class PutVoiceConnectorLoggingConfigurationResponse < Struct.new(
4172
4632
  :logging_configuration)
4633
+ SENSITIVE = []
4173
4634
  include Aws::Structure
4174
4635
  end
4175
4636
 
@@ -4205,6 +4666,7 @@ module Aws::Chime
4205
4666
  class PutVoiceConnectorOriginationRequest < Struct.new(
4206
4667
  :voice_connector_id,
4207
4668
  :origination)
4669
+ SENSITIVE = []
4208
4670
  include Aws::Structure
4209
4671
  end
4210
4672
 
@@ -4216,6 +4678,7 @@ module Aws::Chime
4216
4678
  #
4217
4679
  class PutVoiceConnectorOriginationResponse < Struct.new(
4218
4680
  :origination)
4681
+ SENSITIVE = []
4219
4682
  include Aws::Structure
4220
4683
  end
4221
4684
 
@@ -4259,6 +4722,7 @@ module Aws::Chime
4259
4722
  :phone_number_pool_countries,
4260
4723
  :fall_back_phone_number,
4261
4724
  :disabled)
4725
+ SENSITIVE = [:fall_back_phone_number]
4262
4726
  include Aws::Structure
4263
4727
  end
4264
4728
 
@@ -4270,6 +4734,7 @@ module Aws::Chime
4270
4734
  #
4271
4735
  class PutVoiceConnectorProxyResponse < Struct.new(
4272
4736
  :proxy)
4737
+ SENSITIVE = []
4273
4738
  include Aws::Structure
4274
4739
  end
4275
4740
 
@@ -4302,6 +4767,7 @@ module Aws::Chime
4302
4767
  class PutVoiceConnectorStreamingConfigurationRequest < Struct.new(
4303
4768
  :voice_connector_id,
4304
4769
  :streaming_configuration)
4770
+ SENSITIVE = []
4305
4771
  include Aws::Structure
4306
4772
  end
4307
4773
 
@@ -4313,6 +4779,7 @@ module Aws::Chime
4313
4779
  #
4314
4780
  class PutVoiceConnectorStreamingConfigurationResponse < Struct.new(
4315
4781
  :streaming_configuration)
4782
+ SENSITIVE = []
4316
4783
  include Aws::Structure
4317
4784
  end
4318
4785
 
@@ -4342,6 +4809,7 @@ module Aws::Chime
4342
4809
  class PutVoiceConnectorTerminationCredentialsRequest < Struct.new(
4343
4810
  :voice_connector_id,
4344
4811
  :credentials)
4812
+ SENSITIVE = []
4345
4813
  include Aws::Structure
4346
4814
  end
4347
4815
 
@@ -4372,6 +4840,7 @@ module Aws::Chime
4372
4840
  class PutVoiceConnectorTerminationRequest < Struct.new(
4373
4841
  :voice_connector_id,
4374
4842
  :termination)
4843
+ SENSITIVE = []
4375
4844
  include Aws::Structure
4376
4845
  end
4377
4846
 
@@ -4383,6 +4852,7 @@ module Aws::Chime
4383
4852
  #
4384
4853
  class PutVoiceConnectorTerminationResponse < Struct.new(
4385
4854
  :termination)
4855
+ SENSITIVE = []
4386
4856
  include Aws::Structure
4387
4857
  end
4388
4858
 
@@ -4413,6 +4883,7 @@ module Aws::Chime
4413
4883
  :account_id,
4414
4884
  :conversation_id,
4415
4885
  :message_id)
4886
+ SENSITIVE = []
4416
4887
  include Aws::Structure
4417
4888
  end
4418
4889
 
@@ -4447,6 +4918,7 @@ module Aws::Chime
4447
4918
  :account_id,
4448
4919
  :room_id,
4449
4920
  :message_id)
4921
+ SENSITIVE = []
4450
4922
  include Aws::Structure
4451
4923
  end
4452
4924
 
@@ -4475,6 +4947,7 @@ module Aws::Chime
4475
4947
  class RegenerateSecurityTokenRequest < Struct.new(
4476
4948
  :account_id,
4477
4949
  :bot_id)
4950
+ SENSITIVE = []
4478
4951
  include Aws::Structure
4479
4952
  end
4480
4953
 
@@ -4487,6 +4960,7 @@ module Aws::Chime
4487
4960
  #
4488
4961
  class RegenerateSecurityTokenResponse < Struct.new(
4489
4962
  :bot)
4963
+ SENSITIVE = []
4490
4964
  include Aws::Structure
4491
4965
  end
4492
4966
 
@@ -4511,6 +4985,7 @@ module Aws::Chime
4511
4985
  class ResetPersonalPINRequest < Struct.new(
4512
4986
  :account_id,
4513
4987
  :user_id)
4988
+ SENSITIVE = []
4514
4989
  include Aws::Structure
4515
4990
  end
4516
4991
 
@@ -4522,6 +4997,7 @@ module Aws::Chime
4522
4997
  #
4523
4998
  class ResetPersonalPINResponse < Struct.new(
4524
4999
  :user)
5000
+ SENSITIVE = []
4525
5001
  include Aws::Structure
4526
5002
  end
4527
5003
 
@@ -4538,6 +5014,7 @@ module Aws::Chime
4538
5014
  class ResourceLimitExceededException < Struct.new(
4539
5015
  :code,
4540
5016
  :message)
5017
+ SENSITIVE = []
4541
5018
  include Aws::Structure
4542
5019
  end
4543
5020
 
@@ -4556,6 +5033,7 @@ module Aws::Chime
4556
5033
  #
4557
5034
  class RestorePhoneNumberRequest < Struct.new(
4558
5035
  :phone_number_id)
5036
+ SENSITIVE = []
4559
5037
  include Aws::Structure
4560
5038
  end
4561
5039
 
@@ -4567,6 +5045,7 @@ module Aws::Chime
4567
5045
  #
4568
5046
  class RestorePhoneNumberResponse < Struct.new(
4569
5047
  :phone_number)
5048
+ SENSITIVE = []
4570
5049
  include Aws::Structure
4571
5050
  end
4572
5051
 
@@ -4599,6 +5078,7 @@ module Aws::Chime
4599
5078
  class RetentionSettings < Struct.new(
4600
5079
  :room_retention_settings,
4601
5080
  :conversation_retention_settings)
5081
+ SENSITIVE = []
4602
5082
  include Aws::Structure
4603
5083
  end
4604
5084
 
@@ -4637,6 +5117,7 @@ module Aws::Chime
4637
5117
  :created_by,
4638
5118
  :created_timestamp,
4639
5119
  :updated_timestamp)
5120
+ SENSITIVE = [:name]
4640
5121
  include Aws::Structure
4641
5122
  end
4642
5123
 
@@ -4671,6 +5152,7 @@ module Aws::Chime
4671
5152
  :role,
4672
5153
  :invited_by,
4673
5154
  :updated_timestamp)
5155
+ SENSITIVE = []
4674
5156
  include Aws::Structure
4675
5157
  end
4676
5158
 
@@ -4692,6 +5174,7 @@ module Aws::Chime
4692
5174
  #
4693
5175
  class RoomRetentionSettings < Struct.new(
4694
5176
  :retention_days)
5177
+ SENSITIVE = []
4695
5178
  include Aws::Structure
4696
5179
  end
4697
5180
 
@@ -4746,6 +5229,7 @@ module Aws::Chime
4746
5229
  :toll_free_prefix,
4747
5230
  :max_results,
4748
5231
  :next_token)
5232
+ SENSITIVE = []
4749
5233
  include Aws::Structure
4750
5234
  end
4751
5235
 
@@ -4757,6 +5241,7 @@ module Aws::Chime
4757
5241
  #
4758
5242
  class SearchAvailablePhoneNumbersResponse < Struct.new(
4759
5243
  :e164_phone_numbers)
5244
+ SENSITIVE = []
4760
5245
  include Aws::Structure
4761
5246
  end
4762
5247
 
@@ -4773,6 +5258,7 @@ module Aws::Chime
4773
5258
  class ServiceFailureException < Struct.new(
4774
5259
  :code,
4775
5260
  :message)
5261
+ SENSITIVE = []
4776
5262
  include Aws::Structure
4777
5263
  end
4778
5264
 
@@ -4789,6 +5275,7 @@ module Aws::Chime
4789
5275
  class ServiceUnavailableException < Struct.new(
4790
5276
  :code,
4791
5277
  :message)
5278
+ SENSITIVE = []
4792
5279
  include Aws::Structure
4793
5280
  end
4794
5281
 
@@ -4810,6 +5297,7 @@ module Aws::Chime
4810
5297
  #
4811
5298
  class SigninDelegateGroup < Struct.new(
4812
5299
  :group_name)
5300
+ SENSITIVE = []
4813
5301
  include Aws::Structure
4814
5302
  end
4815
5303
 
@@ -4849,6 +5337,7 @@ module Aws::Chime
4849
5337
  :data_retention_in_hours,
4850
5338
  :disabled,
4851
5339
  :streaming_notification_targets)
5340
+ SENSITIVE = []
4852
5341
  include Aws::Structure
4853
5342
  end
4854
5343
 
@@ -4869,6 +5358,7 @@ module Aws::Chime
4869
5358
  #
4870
5359
  class StreamingNotificationTarget < Struct.new(
4871
5360
  :notification_target)
5361
+ SENSITIVE = []
4872
5362
  include Aws::Structure
4873
5363
  end
4874
5364
 
@@ -4895,6 +5385,7 @@ module Aws::Chime
4895
5385
  class Tag < Struct.new(
4896
5386
  :key,
4897
5387
  :value)
5388
+ SENSITIVE = [:key, :value]
4898
5389
  include Aws::Structure
4899
5390
  end
4900
5391
 
@@ -4930,6 +5421,7 @@ module Aws::Chime
4930
5421
  :meeting_id,
4931
5422
  :attendee_id,
4932
5423
  :tags)
5424
+ SENSITIVE = []
4933
5425
  include Aws::Structure
4934
5426
  end
4935
5427
 
@@ -4959,6 +5451,7 @@ module Aws::Chime
4959
5451
  class TagMeetingRequest < Struct.new(
4960
5452
  :meeting_id,
4961
5453
  :tags)
5454
+ SENSITIVE = []
4962
5455
  include Aws::Structure
4963
5456
  end
4964
5457
 
@@ -4988,6 +5481,7 @@ module Aws::Chime
4988
5481
  class TagResourceRequest < Struct.new(
4989
5482
  :resource_arn,
4990
5483
  :tags)
5484
+ SENSITIVE = [:resource_arn]
4991
5485
  include Aws::Structure
4992
5486
  end
4993
5487
 
@@ -5021,6 +5515,7 @@ module Aws::Chime
5021
5515
  :inbound_calling,
5022
5516
  :outbound_calling,
5023
5517
  :sms)
5518
+ SENSITIVE = []
5024
5519
  include Aws::Structure
5025
5520
  end
5026
5521
 
@@ -5069,6 +5564,7 @@ module Aws::Chime
5069
5564
  :calling_regions,
5070
5565
  :cidr_allowed_list,
5071
5566
  :disabled)
5567
+ SENSITIVE = [:default_phone_number]
5072
5568
  include Aws::Structure
5073
5569
  end
5074
5570
 
@@ -5089,6 +5585,7 @@ module Aws::Chime
5089
5585
  class TerminationHealth < Struct.new(
5090
5586
  :timestamp,
5091
5587
  :source)
5588
+ SENSITIVE = []
5092
5589
  include Aws::Structure
5093
5590
  end
5094
5591
 
@@ -5105,6 +5602,7 @@ module Aws::Chime
5105
5602
  class ThrottledClientException < Struct.new(
5106
5603
  :code,
5107
5604
  :message)
5605
+ SENSITIVE = []
5108
5606
  include Aws::Structure
5109
5607
  end
5110
5608
 
@@ -5121,6 +5619,7 @@ module Aws::Chime
5121
5619
  class UnauthorizedClientException < Struct.new(
5122
5620
  :code,
5123
5621
  :message)
5622
+ SENSITIVE = []
5124
5623
  include Aws::Structure
5125
5624
  end
5126
5625
 
@@ -5138,6 +5637,7 @@ module Aws::Chime
5138
5637
  class UnprocessableEntityException < Struct.new(
5139
5638
  :code,
5140
5639
  :message)
5640
+ SENSITIVE = []
5141
5641
  include Aws::Structure
5142
5642
  end
5143
5643
 
@@ -5168,6 +5668,7 @@ module Aws::Chime
5168
5668
  :meeting_id,
5169
5669
  :attendee_id,
5170
5670
  :tag_keys)
5671
+ SENSITIVE = []
5171
5672
  include Aws::Structure
5172
5673
  end
5173
5674
 
@@ -5192,6 +5693,7 @@ module Aws::Chime
5192
5693
  class UntagMeetingRequest < Struct.new(
5193
5694
  :meeting_id,
5194
5695
  :tag_keys)
5696
+ SENSITIVE = []
5195
5697
  include Aws::Structure
5196
5698
  end
5197
5699
 
@@ -5216,6 +5718,7 @@ module Aws::Chime
5216
5718
  class UntagResourceRequest < Struct.new(
5217
5719
  :resource_arn,
5218
5720
  :tag_keys)
5721
+ SENSITIVE = [:resource_arn]
5219
5722
  include Aws::Structure
5220
5723
  end
5221
5724
 
@@ -5240,6 +5743,7 @@ module Aws::Chime
5240
5743
  class UpdateAccountRequest < Struct.new(
5241
5744
  :account_id,
5242
5745
  :name)
5746
+ SENSITIVE = []
5243
5747
  include Aws::Structure
5244
5748
  end
5245
5749
 
@@ -5251,6 +5755,7 @@ module Aws::Chime
5251
5755
  #
5252
5756
  class UpdateAccountResponse < Struct.new(
5253
5757
  :account)
5758
+ SENSITIVE = []
5254
5759
  include Aws::Structure
5255
5760
  end
5256
5761
 
@@ -5278,6 +5783,7 @@ module Aws::Chime
5278
5783
  class UpdateAccountSettingsRequest < Struct.new(
5279
5784
  :account_id,
5280
5785
  :account_settings)
5786
+ SENSITIVE = []
5281
5787
  include Aws::Structure
5282
5788
  end
5283
5789
 
@@ -5312,6 +5818,7 @@ module Aws::Chime
5312
5818
  :account_id,
5313
5819
  :bot_id,
5314
5820
  :disabled)
5821
+ SENSITIVE = []
5315
5822
  include Aws::Structure
5316
5823
  end
5317
5824
 
@@ -5323,6 +5830,7 @@ module Aws::Chime
5323
5830
  #
5324
5831
  class UpdateBotResponse < Struct.new(
5325
5832
  :bot)
5833
+ SENSITIVE = []
5326
5834
  include Aws::Structure
5327
5835
  end
5328
5836
 
@@ -5351,6 +5859,7 @@ module Aws::Chime
5351
5859
  class UpdateGlobalSettingsRequest < Struct.new(
5352
5860
  :business_calling,
5353
5861
  :voice_connector)
5862
+ SENSITIVE = []
5354
5863
  include Aws::Structure
5355
5864
  end
5356
5865
 
@@ -5381,6 +5890,7 @@ module Aws::Chime
5381
5890
  :phone_number_id,
5382
5891
  :product_type,
5383
5892
  :calling_name)
5893
+ SENSITIVE = [:calling_name]
5384
5894
  include Aws::Structure
5385
5895
  end
5386
5896
 
@@ -5414,6 +5924,7 @@ module Aws::Chime
5414
5924
  :phone_number_id,
5415
5925
  :product_type,
5416
5926
  :calling_name)
5927
+ SENSITIVE = [:calling_name]
5417
5928
  include Aws::Structure
5418
5929
  end
5419
5930
 
@@ -5425,6 +5936,7 @@ module Aws::Chime
5425
5936
  #
5426
5937
  class UpdatePhoneNumberResponse < Struct.new(
5427
5938
  :phone_number)
5939
+ SENSITIVE = []
5428
5940
  include Aws::Structure
5429
5941
  end
5430
5942
 
@@ -5443,6 +5955,7 @@ module Aws::Chime
5443
5955
  #
5444
5956
  class UpdatePhoneNumberSettingsRequest < Struct.new(
5445
5957
  :calling_name)
5958
+ SENSITIVE = [:calling_name]
5446
5959
  include Aws::Structure
5447
5960
  end
5448
5961
 
@@ -5479,6 +5992,7 @@ module Aws::Chime
5479
5992
  :proxy_session_id,
5480
5993
  :capabilities,
5481
5994
  :expiry_minutes)
5995
+ SENSITIVE = []
5482
5996
  include Aws::Structure
5483
5997
  end
5484
5998
 
@@ -5490,6 +6004,7 @@ module Aws::Chime
5490
6004
  #
5491
6005
  class UpdateProxySessionResponse < Struct.new(
5492
6006
  :proxy_session)
6007
+ SENSITIVE = []
5493
6008
  include Aws::Structure
5494
6009
  end
5495
6010
 
@@ -5526,6 +6041,7 @@ module Aws::Chime
5526
6041
  :room_id,
5527
6042
  :member_id,
5528
6043
  :role)
6044
+ SENSITIVE = []
5529
6045
  include Aws::Structure
5530
6046
  end
5531
6047
 
@@ -5537,6 +6053,7 @@ module Aws::Chime
5537
6053
  #
5538
6054
  class UpdateRoomMembershipResponse < Struct.new(
5539
6055
  :room_membership)
6056
+ SENSITIVE = []
5540
6057
  include Aws::Structure
5541
6058
  end
5542
6059
 
@@ -5567,6 +6084,7 @@ module Aws::Chime
5567
6084
  :account_id,
5568
6085
  :room_id,
5569
6086
  :name)
6087
+ SENSITIVE = [:name]
5570
6088
  include Aws::Structure
5571
6089
  end
5572
6090
 
@@ -5578,6 +6096,7 @@ module Aws::Chime
5578
6096
  #
5579
6097
  class UpdateRoomResponse < Struct.new(
5580
6098
  :room)
6099
+ SENSITIVE = []
5581
6100
  include Aws::Structure
5582
6101
  end
5583
6102
 
@@ -5624,6 +6143,7 @@ module Aws::Chime
5624
6143
  :license_type,
5625
6144
  :user_type,
5626
6145
  :alexa_for_business_metadata)
6146
+ SENSITIVE = []
5627
6147
  include Aws::Structure
5628
6148
  end
5629
6149
 
@@ -5666,6 +6186,7 @@ module Aws::Chime
5666
6186
  :license_type,
5667
6187
  :user_type,
5668
6188
  :alexa_for_business_metadata)
6189
+ SENSITIVE = []
5669
6190
  include Aws::Structure
5670
6191
  end
5671
6192
 
@@ -5677,6 +6198,7 @@ module Aws::Chime
5677
6198
  #
5678
6199
  class UpdateUserResponse < Struct.new(
5679
6200
  :user)
6201
+ SENSITIVE = []
5680
6202
  include Aws::Structure
5681
6203
  end
5682
6204
 
@@ -5713,6 +6235,7 @@ module Aws::Chime
5713
6235
  :account_id,
5714
6236
  :user_id,
5715
6237
  :user_settings)
6238
+ SENSITIVE = []
5716
6239
  include Aws::Structure
5717
6240
  end
5718
6241
 
@@ -5748,6 +6271,7 @@ module Aws::Chime
5748
6271
  :voice_connector_group_id,
5749
6272
  :name,
5750
6273
  :voice_connector_items)
6274
+ SENSITIVE = []
5751
6275
  include Aws::Structure
5752
6276
  end
5753
6277
 
@@ -5759,6 +6283,7 @@ module Aws::Chime
5759
6283
  #
5760
6284
  class UpdateVoiceConnectorGroupResponse < Struct.new(
5761
6285
  :voice_connector_group)
6286
+ SENSITIVE = []
5762
6287
  include Aws::Structure
5763
6288
  end
5764
6289
 
@@ -5790,6 +6315,7 @@ module Aws::Chime
5790
6315
  :voice_connector_id,
5791
6316
  :name,
5792
6317
  :require_encryption)
6318
+ SENSITIVE = []
5793
6319
  include Aws::Structure
5794
6320
  end
5795
6321
 
@@ -5801,6 +6327,7 @@ module Aws::Chime
5801
6327
  #
5802
6328
  class UpdateVoiceConnectorResponse < Struct.new(
5803
6329
  :voice_connector)
6330
+ SENSITIVE = []
5804
6331
  include Aws::Structure
5805
6332
  end
5806
6333
 
@@ -5875,6 +6402,7 @@ module Aws::Chime
5875
6402
  :invited_on,
5876
6403
  :alexa_for_business_metadata,
5877
6404
  :personal_pin)
6405
+ SENSITIVE = [:primary_email, :primary_provisioned_number, :display_name]
5878
6406
  include Aws::Structure
5879
6407
  end
5880
6408
 
@@ -5900,6 +6428,7 @@ module Aws::Chime
5900
6428
  :user_id,
5901
6429
  :error_code,
5902
6430
  :error_message)
6431
+ SENSITIVE = []
5903
6432
  include Aws::Structure
5904
6433
  end
5905
6434
 
@@ -5925,6 +6454,7 @@ module Aws::Chime
5925
6454
  #
5926
6455
  class UserSettings < Struct.new(
5927
6456
  :telephony)
6457
+ SENSITIVE = []
5928
6458
  include Aws::Structure
5929
6459
  end
5930
6460
 
@@ -5973,6 +6503,7 @@ module Aws::Chime
5973
6503
  :require_encryption,
5974
6504
  :created_timestamp,
5975
6505
  :updated_timestamp)
6506
+ SENSITIVE = []
5976
6507
  include Aws::Structure
5977
6508
  end
5978
6509
 
@@ -6012,6 +6543,7 @@ module Aws::Chime
6012
6543
  :voice_connector_items,
6013
6544
  :created_timestamp,
6014
6545
  :updated_timestamp)
6546
+ SENSITIVE = []
6015
6547
  include Aws::Structure
6016
6548
  end
6017
6549
 
@@ -6043,6 +6575,7 @@ module Aws::Chime
6043
6575
  class VoiceConnectorItem < Struct.new(
6044
6576
  :voice_connector_id,
6045
6577
  :priority)
6578
+ SENSITIVE = []
6046
6579
  include Aws::Structure
6047
6580
  end
6048
6581
 
@@ -6064,6 +6597,7 @@ module Aws::Chime
6064
6597
  #
6065
6598
  class VoiceConnectorSettings < Struct.new(
6066
6599
  :cdr_bucket)
6600
+ SENSITIVE = []
6067
6601
  include Aws::Structure
6068
6602
  end
6069
6603