aws-sdk-chime 1.30.0 → 1.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-chime.rb +5 -2
- data/lib/aws-sdk-chime/client.rb +181 -36
- data/lib/aws-sdk-chime/client_api.rb +87 -5
- data/lib/aws-sdk-chime/errors.rb +2 -0
- data/lib/aws-sdk-chime/resource.rb +2 -0
- data/lib/aws-sdk-chime/types.rb +441 -17
- metadata +2 -2
@@ -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')
|
@@ -95,6 +98,8 @@ module Aws::Chime
|
|
95
98
|
CreateVoiceConnectorResponse = Shapes::StructureShape.new(name: 'CreateVoiceConnectorResponse')
|
96
99
|
Credential = Shapes::StructureShape.new(name: 'Credential')
|
97
100
|
CredentialList = Shapes::ListShape.new(name: 'CredentialList')
|
101
|
+
DNISEmergencyCallingConfiguration = Shapes::StructureShape.new(name: 'DNISEmergencyCallingConfiguration')
|
102
|
+
DNISEmergencyCallingConfigurationList = Shapes::ListShape.new(name: 'DNISEmergencyCallingConfigurationList')
|
98
103
|
DataRetentionInHours = Shapes::IntegerShape.new(name: 'DataRetentionInHours')
|
99
104
|
DeleteAccountRequest = Shapes::StructureShape.new(name: 'DeleteAccountRequest')
|
100
105
|
DeleteAccountResponse = Shapes::StructureShape.new(name: 'DeleteAccountResponse')
|
@@ -105,6 +110,7 @@ module Aws::Chime
|
|
105
110
|
DeleteProxySessionRequest = Shapes::StructureShape.new(name: 'DeleteProxySessionRequest')
|
106
111
|
DeleteRoomMembershipRequest = Shapes::StructureShape.new(name: 'DeleteRoomMembershipRequest')
|
107
112
|
DeleteRoomRequest = Shapes::StructureShape.new(name: 'DeleteRoomRequest')
|
113
|
+
DeleteVoiceConnectorEmergencyCallingConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteVoiceConnectorEmergencyCallingConfigurationRequest')
|
108
114
|
DeleteVoiceConnectorGroupRequest = Shapes::StructureShape.new(name: 'DeleteVoiceConnectorGroupRequest')
|
109
115
|
DeleteVoiceConnectorOriginationRequest = Shapes::StructureShape.new(name: 'DeleteVoiceConnectorOriginationRequest')
|
110
116
|
DeleteVoiceConnectorProxyRequest = Shapes::StructureShape.new(name: 'DeleteVoiceConnectorProxyRequest')
|
@@ -124,6 +130,7 @@ module Aws::Chime
|
|
124
130
|
E164PhoneNumberList = Shapes::ListShape.new(name: 'E164PhoneNumberList')
|
125
131
|
EmailAddress = Shapes::StringShape.new(name: 'EmailAddress')
|
126
132
|
EmailStatus = Shapes::StringShape.new(name: 'EmailStatus')
|
133
|
+
EmergencyCallingConfiguration = Shapes::StructureShape.new(name: 'EmergencyCallingConfiguration')
|
127
134
|
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
128
135
|
EventsConfiguration = Shapes::StructureShape.new(name: 'EventsConfiguration')
|
129
136
|
ExternalMeetingIdType = Shapes::StringShape.new(name: 'ExternalMeetingIdType')
|
@@ -159,6 +166,8 @@ module Aws::Chime
|
|
159
166
|
GetUserResponse = Shapes::StructureShape.new(name: 'GetUserResponse')
|
160
167
|
GetUserSettingsRequest = Shapes::StructureShape.new(name: 'GetUserSettingsRequest')
|
161
168
|
GetUserSettingsResponse = Shapes::StructureShape.new(name: 'GetUserSettingsResponse')
|
169
|
+
GetVoiceConnectorEmergencyCallingConfigurationRequest = Shapes::StructureShape.new(name: 'GetVoiceConnectorEmergencyCallingConfigurationRequest')
|
170
|
+
GetVoiceConnectorEmergencyCallingConfigurationResponse = Shapes::StructureShape.new(name: 'GetVoiceConnectorEmergencyCallingConfigurationResponse')
|
162
171
|
GetVoiceConnectorGroupRequest = Shapes::StructureShape.new(name: 'GetVoiceConnectorGroupRequest')
|
163
172
|
GetVoiceConnectorGroupResponse = Shapes::StructureShape.new(name: 'GetVoiceConnectorGroupResponse')
|
164
173
|
GetVoiceConnectorLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'GetVoiceConnectorLoggingConfigurationRequest')
|
@@ -280,6 +289,8 @@ module Aws::Chime
|
|
280
289
|
PutEventsConfigurationResponse = Shapes::StructureShape.new(name: 'PutEventsConfigurationResponse')
|
281
290
|
PutRetentionSettingsRequest = Shapes::StructureShape.new(name: 'PutRetentionSettingsRequest')
|
282
291
|
PutRetentionSettingsResponse = Shapes::StructureShape.new(name: 'PutRetentionSettingsResponse')
|
292
|
+
PutVoiceConnectorEmergencyCallingConfigurationRequest = Shapes::StructureShape.new(name: 'PutVoiceConnectorEmergencyCallingConfigurationRequest')
|
293
|
+
PutVoiceConnectorEmergencyCallingConfigurationResponse = Shapes::StructureShape.new(name: 'PutVoiceConnectorEmergencyCallingConfigurationResponse')
|
283
294
|
PutVoiceConnectorLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'PutVoiceConnectorLoggingConfigurationRequest')
|
284
295
|
PutVoiceConnectorLoggingConfigurationResponse = Shapes::StructureShape.new(name: 'PutVoiceConnectorLoggingConfigurationResponse')
|
285
296
|
PutVoiceConnectorOriginationRequest = Shapes::StructureShape.new(name: 'PutVoiceConnectorOriginationRequest')
|
@@ -424,7 +435,7 @@ module Aws::Chime
|
|
424
435
|
AssociatePhoneNumberWithUserResponse.struct_class = Types::AssociatePhoneNumberWithUserResponse
|
425
436
|
|
426
437
|
AssociatePhoneNumbersWithVoiceConnectorGroupRequest.add_member(:voice_connector_group_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorGroupId"))
|
427
|
-
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"))
|
428
439
|
AssociatePhoneNumbersWithVoiceConnectorGroupRequest.add_member(:force_associate, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "ForceAssociate"))
|
429
440
|
AssociatePhoneNumbersWithVoiceConnectorGroupRequest.struct_class = Types::AssociatePhoneNumbersWithVoiceConnectorGroupRequest
|
430
441
|
|
@@ -432,7 +443,7 @@ module Aws::Chime
|
|
432
443
|
AssociatePhoneNumbersWithVoiceConnectorGroupResponse.struct_class = Types::AssociatePhoneNumbersWithVoiceConnectorGroupResponse
|
433
444
|
|
434
445
|
AssociatePhoneNumbersWithVoiceConnectorRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
|
435
|
-
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"))
|
436
447
|
AssociatePhoneNumbersWithVoiceConnectorRequest.add_member(:force_associate, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "ForceAssociate"))
|
437
448
|
AssociatePhoneNumbersWithVoiceConnectorRequest.struct_class = Types::AssociatePhoneNumbersWithVoiceConnectorRequest
|
438
449
|
|
@@ -667,6 +678,13 @@ module Aws::Chime
|
|
667
678
|
|
668
679
|
CredentialList.member = Shapes::ShapeRef.new(shape: Credential)
|
669
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
|
+
|
670
688
|
DeleteAccountRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "accountId"))
|
671
689
|
DeleteAccountRequest.struct_class = Types::DeleteAccountRequest
|
672
690
|
|
@@ -699,6 +717,9 @@ module Aws::Chime
|
|
699
717
|
DeleteRoomRequest.add_member(:room_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "roomId"))
|
700
718
|
DeleteRoomRequest.struct_class = Types::DeleteRoomRequest
|
701
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
|
+
|
702
723
|
DeleteVoiceConnectorGroupRequest.add_member(:voice_connector_group_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorGroupId"))
|
703
724
|
DeleteVoiceConnectorGroupRequest.struct_class = Types::DeleteVoiceConnectorGroupRequest
|
704
725
|
|
@@ -715,7 +736,7 @@ module Aws::Chime
|
|
715
736
|
DeleteVoiceConnectorStreamingConfigurationRequest.struct_class = Types::DeleteVoiceConnectorStreamingConfigurationRequest
|
716
737
|
|
717
738
|
DeleteVoiceConnectorTerminationCredentialsRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
|
718
|
-
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"))
|
719
740
|
DeleteVoiceConnectorTerminationCredentialsRequest.struct_class = Types::DeleteVoiceConnectorTerminationCredentialsRequest
|
720
741
|
|
721
742
|
DeleteVoiceConnectorTerminationRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
|
@@ -728,14 +749,14 @@ module Aws::Chime
|
|
728
749
|
DisassociatePhoneNumberFromUserResponse.struct_class = Types::DisassociatePhoneNumberFromUserResponse
|
729
750
|
|
730
751
|
DisassociatePhoneNumbersFromVoiceConnectorGroupRequest.add_member(:voice_connector_group_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorGroupId"))
|
731
|
-
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"))
|
732
753
|
DisassociatePhoneNumbersFromVoiceConnectorGroupRequest.struct_class = Types::DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
|
733
754
|
|
734
755
|
DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.add_member(:phone_number_errors, Shapes::ShapeRef.new(shape: PhoneNumberErrorList, location_name: "PhoneNumberErrors"))
|
735
756
|
DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.struct_class = Types::DisassociatePhoneNumbersFromVoiceConnectorGroupResponse
|
736
757
|
|
737
758
|
DisassociatePhoneNumbersFromVoiceConnectorRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
|
738
|
-
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"))
|
739
760
|
DisassociatePhoneNumbersFromVoiceConnectorRequest.struct_class = Types::DisassociatePhoneNumbersFromVoiceConnectorRequest
|
740
761
|
|
741
762
|
DisassociatePhoneNumbersFromVoiceConnectorResponse.add_member(:phone_number_errors, Shapes::ShapeRef.new(shape: PhoneNumberErrorList, location_name: "PhoneNumberErrors"))
|
@@ -749,6 +770,9 @@ module Aws::Chime
|
|
749
770
|
|
750
771
|
E164PhoneNumberList.member = Shapes::ShapeRef.new(shape: E164PhoneNumber)
|
751
772
|
|
773
|
+
EmergencyCallingConfiguration.add_member(:dnis, Shapes::ShapeRef.new(shape: DNISEmergencyCallingConfigurationList, location_name: "DNIS"))
|
774
|
+
EmergencyCallingConfiguration.struct_class = Types::EmergencyCallingConfiguration
|
775
|
+
|
752
776
|
EventsConfiguration.add_member(:bot_id, Shapes::ShapeRef.new(shape: String, location_name: "BotId"))
|
753
777
|
EventsConfiguration.add_member(:outbound_events_https_endpoint, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "OutboundEventsHTTPSEndpoint"))
|
754
778
|
EventsConfiguration.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "LambdaFunctionArn"))
|
@@ -856,6 +880,12 @@ module Aws::Chime
|
|
856
880
|
GetUserSettingsResponse.add_member(:user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "UserSettings"))
|
857
881
|
GetUserSettingsResponse.struct_class = Types::GetUserSettingsResponse
|
858
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
|
+
|
859
889
|
GetVoiceConnectorGroupRequest.add_member(:voice_connector_group_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorGroupId"))
|
860
890
|
GetVoiceConnectorGroupRequest.struct_class = Types::GetVoiceConnectorGroupRequest
|
861
891
|
|
@@ -1235,6 +1265,13 @@ module Aws::Chime
|
|
1235
1265
|
PutRetentionSettingsResponse.add_member(:initiate_deletion_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "InitiateDeletionTimestamp"))
|
1236
1266
|
PutRetentionSettingsResponse.struct_class = Types::PutRetentionSettingsResponse
|
1237
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
|
+
|
1238
1275
|
PutVoiceConnectorLoggingConfigurationRequest.add_member(:voice_connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "voiceConnectorId"))
|
1239
1276
|
PutVoiceConnectorLoggingConfigurationRequest.add_member(:logging_configuration, Shapes::ShapeRef.new(shape: LoggingConfiguration, required: true, location_name: "LoggingConfiguration"))
|
1240
1277
|
PutVoiceConnectorLoggingConfigurationRequest.struct_class = Types::PutVoiceConnectorLoggingConfigurationRequest
|
@@ -2120,6 +2157,21 @@ module Aws::Chime
|
|
2120
2157
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2121
2158
|
end)
|
2122
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
|
+
|
2123
2175
|
api.add_operation(:delete_voice_connector_group, Seahorse::Model::Operation.new.tap do |o|
|
2124
2176
|
o.name = "DeleteVoiceConnectorGroup"
|
2125
2177
|
o.http_method = "DELETE"
|
@@ -2509,6 +2561,21 @@ module Aws::Chime
|
|
2509
2561
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2510
2562
|
end)
|
2511
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
|
+
|
2512
2579
|
api.add_operation(:get_voice_connector_group, Seahorse::Model::Operation.new.tap do |o|
|
2513
2580
|
o.name = "GetVoiceConnectorGroup"
|
2514
2581
|
o.http_method = "GET"
|
@@ -2981,6 +3048,21 @@ module Aws::Chime
|
|
2981
3048
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2982
3049
|
end)
|
2983
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
|
+
|
2984
3066
|
api.add_operation(:put_voice_connector_logging_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2985
3067
|
o.name = "PutVoiceConnectorLoggingConfiguration"
|
2986
3068
|
o.http_method = "PUT"
|
data/lib/aws-sdk-chime/errors.rb
CHANGED
data/lib/aws-sdk-chime/types.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -21,6 +23,7 @@ module Aws::Chime
|
|
21
23
|
class AccessDeniedException < Struct.new(
|
22
24
|
:code,
|
23
25
|
:message)
|
26
|
+
SENSITIVE = []
|
24
27
|
include Aws::Structure
|
25
28
|
end
|
26
29
|
|
@@ -76,6 +79,7 @@ module Aws::Chime
|
|
76
79
|
:default_license,
|
77
80
|
:supported_licenses,
|
78
81
|
:signin_delegate_groups)
|
82
|
+
SENSITIVE = []
|
79
83
|
include Aws::Structure
|
80
84
|
end
|
81
85
|
|
@@ -117,6 +121,7 @@ module Aws::Chime
|
|
117
121
|
class AccountSettings < Struct.new(
|
118
122
|
:disable_remote_control,
|
119
123
|
:enable_dial_out)
|
124
|
+
SENSITIVE = []
|
120
125
|
include Aws::Structure
|
121
126
|
end
|
122
127
|
|
@@ -144,6 +149,7 @@ module Aws::Chime
|
|
144
149
|
class AlexaForBusinessMetadata < Struct.new(
|
145
150
|
:is_alexa_for_business_enabled,
|
146
151
|
:alexa_for_business_room_arn)
|
152
|
+
SENSITIVE = [:alexa_for_business_room_arn]
|
147
153
|
include Aws::Structure
|
148
154
|
end
|
149
155
|
|
@@ -174,6 +180,7 @@ module Aws::Chime
|
|
174
180
|
:account_id,
|
175
181
|
:user_id,
|
176
182
|
:e164_phone_number)
|
183
|
+
SENSITIVE = [:e164_phone_number]
|
177
184
|
include Aws::Structure
|
178
185
|
end
|
179
186
|
|
@@ -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
|
|
@@ -973,10 +1013,11 @@ module Aws::Chime
|
|
973
1013
|
# @!attribute [rw] media_region
|
974
1014
|
# The Region in which to create the meeting. Default: `us-east-1`.
|
975
1015
|
#
|
976
|
-
# Available values: `ap-northeast-1`, `ap-
|
977
|
-
# `ap-
|
978
|
-
# `eu-
|
979
|
-
# `
|
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`,
|
1019
|
+
# `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`,
|
1020
|
+
# `us-west-1`, `us-west-2`.
|
980
1021
|
# @return [String]
|
981
1022
|
#
|
982
1023
|
# @!attribute [rw] tags
|
@@ -997,6 +1038,7 @@ module Aws::Chime
|
|
997
1038
|
:media_region,
|
998
1039
|
:tags,
|
999
1040
|
:notifications_configuration)
|
1041
|
+
SENSITIVE = [:client_request_token, :external_meeting_id, :meeting_host_id]
|
1000
1042
|
include Aws::Structure
|
1001
1043
|
end
|
1002
1044
|
|
@@ -1009,6 +1051,7 @@ module Aws::Chime
|
|
1009
1051
|
#
|
1010
1052
|
class CreateMeetingResponse < Struct.new(
|
1011
1053
|
:meeting)
|
1054
|
+
SENSITIVE = []
|
1012
1055
|
include Aws::Structure
|
1013
1056
|
end
|
1014
1057
|
|
@@ -1062,10 +1105,11 @@ module Aws::Chime
|
|
1062
1105
|
# @!attribute [rw] media_region
|
1063
1106
|
# The Region in which to create the meeting. Default: `us-east-1`.
|
1064
1107
|
#
|
1065
|
-
# Available values: `ap-northeast-1`, `ap-
|
1066
|
-
# `ap-
|
1067
|
-
# `eu-
|
1068
|
-
# `
|
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`.
|
1069
1113
|
# @return [String]
|
1070
1114
|
#
|
1071
1115
|
# @!attribute [rw] tags
|
@@ -1093,6 +1137,7 @@ module Aws::Chime
|
|
1093
1137
|
:tags,
|
1094
1138
|
:notifications_configuration,
|
1095
1139
|
:attendees)
|
1140
|
+
SENSITIVE = [:client_request_token, :external_meeting_id, :meeting_host_id]
|
1096
1141
|
include Aws::Structure
|
1097
1142
|
end
|
1098
1143
|
|
@@ -1116,6 +1161,7 @@ module Aws::Chime
|
|
1116
1161
|
:meeting,
|
1117
1162
|
:attendees,
|
1118
1163
|
:errors)
|
1164
|
+
SENSITIVE = []
|
1119
1165
|
include Aws::Structure
|
1120
1166
|
end
|
1121
1167
|
|
@@ -1140,6 +1186,7 @@ module Aws::Chime
|
|
1140
1186
|
class CreatePhoneNumberOrderRequest < Struct.new(
|
1141
1187
|
:product_type,
|
1142
1188
|
:e164_phone_numbers)
|
1189
|
+
SENSITIVE = []
|
1143
1190
|
include Aws::Structure
|
1144
1191
|
end
|
1145
1192
|
|
@@ -1151,6 +1198,7 @@ module Aws::Chime
|
|
1151
1198
|
#
|
1152
1199
|
class CreatePhoneNumberOrderResponse < Struct.new(
|
1153
1200
|
:phone_number_order)
|
1201
|
+
SENSITIVE = []
|
1154
1202
|
include Aws::Structure
|
1155
1203
|
end
|
1156
1204
|
|
@@ -1216,6 +1264,7 @@ module Aws::Chime
|
|
1216
1264
|
:number_selection_behavior,
|
1217
1265
|
:geo_match_level,
|
1218
1266
|
:geo_match_params)
|
1267
|
+
SENSITIVE = [:name]
|
1219
1268
|
include Aws::Structure
|
1220
1269
|
end
|
1221
1270
|
|
@@ -1227,6 +1276,7 @@ module Aws::Chime
|
|
1227
1276
|
#
|
1228
1277
|
class CreateProxySessionResponse < Struct.new(
|
1229
1278
|
:proxy_session)
|
1279
|
+
SENSITIVE = []
|
1230
1280
|
include Aws::Structure
|
1231
1281
|
end
|
1232
1282
|
|
@@ -1263,6 +1313,7 @@ module Aws::Chime
|
|
1263
1313
|
:room_id,
|
1264
1314
|
:member_id,
|
1265
1315
|
:role)
|
1316
|
+
SENSITIVE = []
|
1266
1317
|
include Aws::Structure
|
1267
1318
|
end
|
1268
1319
|
|
@@ -1274,6 +1325,7 @@ module Aws::Chime
|
|
1274
1325
|
#
|
1275
1326
|
class CreateRoomMembershipResponse < Struct.new(
|
1276
1327
|
:room_membership)
|
1328
|
+
SENSITIVE = []
|
1277
1329
|
include Aws::Structure
|
1278
1330
|
end
|
1279
1331
|
|
@@ -1307,6 +1359,7 @@ module Aws::Chime
|
|
1307
1359
|
:account_id,
|
1308
1360
|
:name,
|
1309
1361
|
:client_request_token)
|
1362
|
+
SENSITIVE = [:name, :client_request_token]
|
1310
1363
|
include Aws::Structure
|
1311
1364
|
end
|
1312
1365
|
|
@@ -1318,6 +1371,7 @@ module Aws::Chime
|
|
1318
1371
|
#
|
1319
1372
|
class CreateRoomResponse < Struct.new(
|
1320
1373
|
:room)
|
1374
|
+
SENSITIVE = []
|
1321
1375
|
include Aws::Structure
|
1322
1376
|
end
|
1323
1377
|
|
@@ -1354,6 +1408,7 @@ module Aws::Chime
|
|
1354
1408
|
:username,
|
1355
1409
|
:email,
|
1356
1410
|
:user_type)
|
1411
|
+
SENSITIVE = [:email]
|
1357
1412
|
include Aws::Structure
|
1358
1413
|
end
|
1359
1414
|
|
@@ -1365,6 +1420,7 @@ module Aws::Chime
|
|
1365
1420
|
#
|
1366
1421
|
class CreateUserResponse < Struct.new(
|
1367
1422
|
:user)
|
1423
|
+
SENSITIVE = []
|
1368
1424
|
include Aws::Structure
|
1369
1425
|
end
|
1370
1426
|
|
@@ -1394,6 +1450,7 @@ module Aws::Chime
|
|
1394
1450
|
class CreateVoiceConnectorGroupRequest < Struct.new(
|
1395
1451
|
:name,
|
1396
1452
|
:voice_connector_items)
|
1453
|
+
SENSITIVE = []
|
1397
1454
|
include Aws::Structure
|
1398
1455
|
end
|
1399
1456
|
|
@@ -1405,6 +1462,7 @@ module Aws::Chime
|
|
1405
1462
|
#
|
1406
1463
|
class CreateVoiceConnectorGroupResponse < Struct.new(
|
1407
1464
|
:voice_connector_group)
|
1465
|
+
SENSITIVE = []
|
1408
1466
|
include Aws::Structure
|
1409
1467
|
end
|
1410
1468
|
|
@@ -1437,6 +1495,7 @@ module Aws::Chime
|
|
1437
1495
|
:name,
|
1438
1496
|
:aws_region,
|
1439
1497
|
:require_encryption)
|
1498
|
+
SENSITIVE = []
|
1440
1499
|
include Aws::Structure
|
1441
1500
|
end
|
1442
1501
|
|
@@ -1448,6 +1507,7 @@ module Aws::Chime
|
|
1448
1507
|
#
|
1449
1508
|
class CreateVoiceConnectorResponse < Struct.new(
|
1450
1509
|
:voice_connector)
|
1510
|
+
SENSITIVE = []
|
1451
1511
|
include Aws::Structure
|
1452
1512
|
end
|
1453
1513
|
|
@@ -1477,6 +1537,44 @@ module Aws::Chime
|
|
1477
1537
|
class Credential < Struct.new(
|
1478
1538
|
:username,
|
1479
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]
|
1480
1578
|
include Aws::Structure
|
1481
1579
|
end
|
1482
1580
|
|
@@ -1495,6 +1593,7 @@ module Aws::Chime
|
|
1495
1593
|
#
|
1496
1594
|
class DeleteAccountRequest < Struct.new(
|
1497
1595
|
:account_id)
|
1596
|
+
SENSITIVE = []
|
1498
1597
|
include Aws::Structure
|
1499
1598
|
end
|
1500
1599
|
|
@@ -1523,6 +1622,7 @@ module Aws::Chime
|
|
1523
1622
|
class DeleteAttendeeRequest < Struct.new(
|
1524
1623
|
:meeting_id,
|
1525
1624
|
:attendee_id)
|
1625
|
+
SENSITIVE = []
|
1526
1626
|
include Aws::Structure
|
1527
1627
|
end
|
1528
1628
|
|
@@ -1547,6 +1647,7 @@ module Aws::Chime
|
|
1547
1647
|
class DeleteEventsConfigurationRequest < Struct.new(
|
1548
1648
|
:account_id,
|
1549
1649
|
:bot_id)
|
1650
|
+
SENSITIVE = []
|
1550
1651
|
include Aws::Structure
|
1551
1652
|
end
|
1552
1653
|
|
@@ -1565,6 +1666,7 @@ module Aws::Chime
|
|
1565
1666
|
#
|
1566
1667
|
class DeleteMeetingRequest < Struct.new(
|
1567
1668
|
:meeting_id)
|
1669
|
+
SENSITIVE = []
|
1568
1670
|
include Aws::Structure
|
1569
1671
|
end
|
1570
1672
|
|
@@ -1583,6 +1685,7 @@ module Aws::Chime
|
|
1583
1685
|
#
|
1584
1686
|
class DeletePhoneNumberRequest < Struct.new(
|
1585
1687
|
:phone_number_id)
|
1688
|
+
SENSITIVE = []
|
1586
1689
|
include Aws::Structure
|
1587
1690
|
end
|
1588
1691
|
|
@@ -1607,6 +1710,7 @@ module Aws::Chime
|
|
1607
1710
|
class DeleteProxySessionRequest < Struct.new(
|
1608
1711
|
:voice_connector_id,
|
1609
1712
|
:proxy_session_id)
|
1713
|
+
SENSITIVE = []
|
1610
1714
|
include Aws::Structure
|
1611
1715
|
end
|
1612
1716
|
|
@@ -1637,6 +1741,7 @@ module Aws::Chime
|
|
1637
1741
|
:account_id,
|
1638
1742
|
:room_id,
|
1639
1743
|
:member_id)
|
1744
|
+
SENSITIVE = []
|
1640
1745
|
include Aws::Structure
|
1641
1746
|
end
|
1642
1747
|
|
@@ -1661,6 +1766,26 @@ module Aws::Chime
|
|
1661
1766
|
class DeleteRoomRequest < Struct.new(
|
1662
1767
|
:account_id,
|
1663
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 = []
|
1664
1789
|
include Aws::Structure
|
1665
1790
|
end
|
1666
1791
|
|
@@ -1679,6 +1804,7 @@ module Aws::Chime
|
|
1679
1804
|
#
|
1680
1805
|
class DeleteVoiceConnectorGroupRequest < Struct.new(
|
1681
1806
|
:voice_connector_group_id)
|
1807
|
+
SENSITIVE = []
|
1682
1808
|
include Aws::Structure
|
1683
1809
|
end
|
1684
1810
|
|
@@ -1697,6 +1823,7 @@ module Aws::Chime
|
|
1697
1823
|
#
|
1698
1824
|
class DeleteVoiceConnectorOriginationRequest < Struct.new(
|
1699
1825
|
:voice_connector_id)
|
1826
|
+
SENSITIVE = []
|
1700
1827
|
include Aws::Structure
|
1701
1828
|
end
|
1702
1829
|
|
@@ -1715,6 +1842,7 @@ module Aws::Chime
|
|
1715
1842
|
#
|
1716
1843
|
class DeleteVoiceConnectorProxyRequest < Struct.new(
|
1717
1844
|
:voice_connector_id)
|
1845
|
+
SENSITIVE = []
|
1718
1846
|
include Aws::Structure
|
1719
1847
|
end
|
1720
1848
|
|
@@ -1733,6 +1861,7 @@ module Aws::Chime
|
|
1733
1861
|
#
|
1734
1862
|
class DeleteVoiceConnectorRequest < Struct.new(
|
1735
1863
|
:voice_connector_id)
|
1864
|
+
SENSITIVE = []
|
1736
1865
|
include Aws::Structure
|
1737
1866
|
end
|
1738
1867
|
|
@@ -1751,6 +1880,7 @@ module Aws::Chime
|
|
1751
1880
|
#
|
1752
1881
|
class DeleteVoiceConnectorStreamingConfigurationRequest < Struct.new(
|
1753
1882
|
:voice_connector_id)
|
1883
|
+
SENSITIVE = []
|
1754
1884
|
include Aws::Structure
|
1755
1885
|
end
|
1756
1886
|
|
@@ -1759,7 +1889,7 @@ module Aws::Chime
|
|
1759
1889
|
#
|
1760
1890
|
# {
|
1761
1891
|
# voice_connector_id: "NonEmptyString", # required
|
1762
|
-
# usernames: ["SensitiveString"],
|
1892
|
+
# usernames: ["SensitiveString"], # required
|
1763
1893
|
# }
|
1764
1894
|
#
|
1765
1895
|
# @!attribute [rw] voice_connector_id
|
@@ -1776,6 +1906,7 @@ module Aws::Chime
|
|
1776
1906
|
class DeleteVoiceConnectorTerminationCredentialsRequest < Struct.new(
|
1777
1907
|
:voice_connector_id,
|
1778
1908
|
:usernames)
|
1909
|
+
SENSITIVE = []
|
1779
1910
|
include Aws::Structure
|
1780
1911
|
end
|
1781
1912
|
|
@@ -1794,6 +1925,7 @@ module Aws::Chime
|
|
1794
1925
|
#
|
1795
1926
|
class DeleteVoiceConnectorTerminationRequest < Struct.new(
|
1796
1927
|
:voice_connector_id)
|
1928
|
+
SENSITIVE = []
|
1797
1929
|
include Aws::Structure
|
1798
1930
|
end
|
1799
1931
|
|
@@ -1818,6 +1950,7 @@ module Aws::Chime
|
|
1818
1950
|
class DisassociatePhoneNumberFromUserRequest < Struct.new(
|
1819
1951
|
:account_id,
|
1820
1952
|
:user_id)
|
1953
|
+
SENSITIVE = []
|
1821
1954
|
include Aws::Structure
|
1822
1955
|
end
|
1823
1956
|
|
@@ -1830,7 +1963,7 @@ module Aws::Chime
|
|
1830
1963
|
#
|
1831
1964
|
# {
|
1832
1965
|
# voice_connector_group_id: "NonEmptyString", # required
|
1833
|
-
# e164_phone_numbers: ["E164PhoneNumber"],
|
1966
|
+
# e164_phone_numbers: ["E164PhoneNumber"], # required
|
1834
1967
|
# }
|
1835
1968
|
#
|
1836
1969
|
# @!attribute [rw] voice_connector_group_id
|
@@ -1846,6 +1979,7 @@ module Aws::Chime
|
|
1846
1979
|
class DisassociatePhoneNumbersFromVoiceConnectorGroupRequest < Struct.new(
|
1847
1980
|
:voice_connector_group_id,
|
1848
1981
|
:e164_phone_numbers)
|
1982
|
+
SENSITIVE = []
|
1849
1983
|
include Aws::Structure
|
1850
1984
|
end
|
1851
1985
|
|
@@ -1859,6 +1993,7 @@ module Aws::Chime
|
|
1859
1993
|
#
|
1860
1994
|
class DisassociatePhoneNumbersFromVoiceConnectorGroupResponse < Struct.new(
|
1861
1995
|
:phone_number_errors)
|
1996
|
+
SENSITIVE = []
|
1862
1997
|
include Aws::Structure
|
1863
1998
|
end
|
1864
1999
|
|
@@ -1867,7 +2002,7 @@ module Aws::Chime
|
|
1867
2002
|
#
|
1868
2003
|
# {
|
1869
2004
|
# voice_connector_id: "NonEmptyString", # required
|
1870
|
-
# e164_phone_numbers: ["E164PhoneNumber"],
|
2005
|
+
# e164_phone_numbers: ["E164PhoneNumber"], # required
|
1871
2006
|
# }
|
1872
2007
|
#
|
1873
2008
|
# @!attribute [rw] voice_connector_id
|
@@ -1883,6 +2018,7 @@ module Aws::Chime
|
|
1883
2018
|
class DisassociatePhoneNumbersFromVoiceConnectorRequest < Struct.new(
|
1884
2019
|
:voice_connector_id,
|
1885
2020
|
:e164_phone_numbers)
|
2021
|
+
SENSITIVE = []
|
1886
2022
|
include Aws::Structure
|
1887
2023
|
end
|
1888
2024
|
|
@@ -1896,6 +2032,7 @@ module Aws::Chime
|
|
1896
2032
|
#
|
1897
2033
|
class DisassociatePhoneNumbersFromVoiceConnectorResponse < Struct.new(
|
1898
2034
|
:phone_number_errors)
|
2035
|
+
SENSITIVE = []
|
1899
2036
|
include Aws::Structure
|
1900
2037
|
end
|
1901
2038
|
|
@@ -1920,6 +2057,7 @@ module Aws::Chime
|
|
1920
2057
|
class DisassociateSigninDelegateGroupsFromAccountRequest < Struct.new(
|
1921
2058
|
:account_id,
|
1922
2059
|
:group_names)
|
2060
|
+
SENSITIVE = []
|
1923
2061
|
include Aws::Structure
|
1924
2062
|
end
|
1925
2063
|
|
@@ -1927,6 +2065,35 @@ module Aws::Chime
|
|
1927
2065
|
#
|
1928
2066
|
class DisassociateSigninDelegateGroupsFromAccountResponse < Aws::EmptyStructure; end
|
1929
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
|
+
|
1930
2097
|
# The configuration that allows a bot to receive outgoing events. Can be
|
1931
2098
|
# either an HTTPS endpoint or a Lambda function ARN.
|
1932
2099
|
#
|
@@ -1948,6 +2115,7 @@ module Aws::Chime
|
|
1948
2115
|
:bot_id,
|
1949
2116
|
:outbound_events_https_endpoint,
|
1950
2117
|
:lambda_function_arn)
|
2118
|
+
SENSITIVE = [:outbound_events_https_endpoint, :lambda_function_arn]
|
1951
2119
|
include Aws::Structure
|
1952
2120
|
end
|
1953
2121
|
|
@@ -1966,6 +2134,7 @@ module Aws::Chime
|
|
1966
2134
|
class ForbiddenException < Struct.new(
|
1967
2135
|
:code,
|
1968
2136
|
:message)
|
2137
|
+
SENSITIVE = []
|
1969
2138
|
include Aws::Structure
|
1970
2139
|
end
|
1971
2140
|
|
@@ -1993,6 +2162,7 @@ module Aws::Chime
|
|
1993
2162
|
class GeoMatchParams < Struct.new(
|
1994
2163
|
:country,
|
1995
2164
|
:area_code)
|
2165
|
+
SENSITIVE = []
|
1996
2166
|
include Aws::Structure
|
1997
2167
|
end
|
1998
2168
|
|
@@ -2011,6 +2181,7 @@ module Aws::Chime
|
|
2011
2181
|
#
|
2012
2182
|
class GetAccountRequest < Struct.new(
|
2013
2183
|
:account_id)
|
2184
|
+
SENSITIVE = []
|
2014
2185
|
include Aws::Structure
|
2015
2186
|
end
|
2016
2187
|
|
@@ -2022,6 +2193,7 @@ module Aws::Chime
|
|
2022
2193
|
#
|
2023
2194
|
class GetAccountResponse < Struct.new(
|
2024
2195
|
:account)
|
2196
|
+
SENSITIVE = []
|
2025
2197
|
include Aws::Structure
|
2026
2198
|
end
|
2027
2199
|
|
@@ -2040,6 +2212,7 @@ module Aws::Chime
|
|
2040
2212
|
#
|
2041
2213
|
class GetAccountSettingsRequest < Struct.new(
|
2042
2214
|
:account_id)
|
2215
|
+
SENSITIVE = []
|
2043
2216
|
include Aws::Structure
|
2044
2217
|
end
|
2045
2218
|
|
@@ -2051,6 +2224,7 @@ module Aws::Chime
|
|
2051
2224
|
#
|
2052
2225
|
class GetAccountSettingsResponse < Struct.new(
|
2053
2226
|
:account_settings)
|
2227
|
+
SENSITIVE = []
|
2054
2228
|
include Aws::Structure
|
2055
2229
|
end
|
2056
2230
|
|
@@ -2075,6 +2249,7 @@ module Aws::Chime
|
|
2075
2249
|
class GetAttendeeRequest < Struct.new(
|
2076
2250
|
:meeting_id,
|
2077
2251
|
:attendee_id)
|
2252
|
+
SENSITIVE = []
|
2078
2253
|
include Aws::Structure
|
2079
2254
|
end
|
2080
2255
|
|
@@ -2086,6 +2261,7 @@ module Aws::Chime
|
|
2086
2261
|
#
|
2087
2262
|
class GetAttendeeResponse < Struct.new(
|
2088
2263
|
:attendee)
|
2264
|
+
SENSITIVE = []
|
2089
2265
|
include Aws::Structure
|
2090
2266
|
end
|
2091
2267
|
|
@@ -2110,6 +2286,7 @@ module Aws::Chime
|
|
2110
2286
|
class GetBotRequest < Struct.new(
|
2111
2287
|
:account_id,
|
2112
2288
|
:bot_id)
|
2289
|
+
SENSITIVE = []
|
2113
2290
|
include Aws::Structure
|
2114
2291
|
end
|
2115
2292
|
|
@@ -2121,6 +2298,7 @@ module Aws::Chime
|
|
2121
2298
|
#
|
2122
2299
|
class GetBotResponse < Struct.new(
|
2123
2300
|
:bot)
|
2301
|
+
SENSITIVE = []
|
2124
2302
|
include Aws::Structure
|
2125
2303
|
end
|
2126
2304
|
|
@@ -2145,6 +2323,7 @@ module Aws::Chime
|
|
2145
2323
|
class GetEventsConfigurationRequest < Struct.new(
|
2146
2324
|
:account_id,
|
2147
2325
|
:bot_id)
|
2326
|
+
SENSITIVE = []
|
2148
2327
|
include Aws::Structure
|
2149
2328
|
end
|
2150
2329
|
|
@@ -2156,6 +2335,7 @@ module Aws::Chime
|
|
2156
2335
|
#
|
2157
2336
|
class GetEventsConfigurationResponse < Struct.new(
|
2158
2337
|
:events_configuration)
|
2338
|
+
SENSITIVE = []
|
2159
2339
|
include Aws::Structure
|
2160
2340
|
end
|
2161
2341
|
|
@@ -2172,6 +2352,7 @@ module Aws::Chime
|
|
2172
2352
|
class GetGlobalSettingsResponse < Struct.new(
|
2173
2353
|
:business_calling,
|
2174
2354
|
:voice_connector)
|
2355
|
+
SENSITIVE = []
|
2175
2356
|
include Aws::Structure
|
2176
2357
|
end
|
2177
2358
|
|
@@ -2190,6 +2371,7 @@ module Aws::Chime
|
|
2190
2371
|
#
|
2191
2372
|
class GetMeetingRequest < Struct.new(
|
2192
2373
|
:meeting_id)
|
2374
|
+
SENSITIVE = []
|
2193
2375
|
include Aws::Structure
|
2194
2376
|
end
|
2195
2377
|
|
@@ -2201,6 +2383,7 @@ module Aws::Chime
|
|
2201
2383
|
#
|
2202
2384
|
class GetMeetingResponse < Struct.new(
|
2203
2385
|
:meeting)
|
2386
|
+
SENSITIVE = []
|
2204
2387
|
include Aws::Structure
|
2205
2388
|
end
|
2206
2389
|
|
@@ -2219,6 +2402,7 @@ module Aws::Chime
|
|
2219
2402
|
#
|
2220
2403
|
class GetPhoneNumberOrderRequest < Struct.new(
|
2221
2404
|
:phone_number_order_id)
|
2405
|
+
SENSITIVE = []
|
2222
2406
|
include Aws::Structure
|
2223
2407
|
end
|
2224
2408
|
|
@@ -2230,6 +2414,7 @@ module Aws::Chime
|
|
2230
2414
|
#
|
2231
2415
|
class GetPhoneNumberOrderResponse < Struct.new(
|
2232
2416
|
:phone_number_order)
|
2417
|
+
SENSITIVE = []
|
2233
2418
|
include Aws::Structure
|
2234
2419
|
end
|
2235
2420
|
|
@@ -2248,6 +2433,7 @@ module Aws::Chime
|
|
2248
2433
|
#
|
2249
2434
|
class GetPhoneNumberRequest < Struct.new(
|
2250
2435
|
:phone_number_id)
|
2436
|
+
SENSITIVE = []
|
2251
2437
|
include Aws::Structure
|
2252
2438
|
end
|
2253
2439
|
|
@@ -2259,6 +2445,7 @@ module Aws::Chime
|
|
2259
2445
|
#
|
2260
2446
|
class GetPhoneNumberResponse < Struct.new(
|
2261
2447
|
:phone_number)
|
2448
|
+
SENSITIVE = []
|
2262
2449
|
include Aws::Structure
|
2263
2450
|
end
|
2264
2451
|
|
@@ -2275,6 +2462,7 @@ module Aws::Chime
|
|
2275
2462
|
class GetPhoneNumberSettingsResponse < Struct.new(
|
2276
2463
|
:calling_name,
|
2277
2464
|
:calling_name_updated_timestamp)
|
2465
|
+
SENSITIVE = [:calling_name]
|
2278
2466
|
include Aws::Structure
|
2279
2467
|
end
|
2280
2468
|
|
@@ -2299,6 +2487,7 @@ module Aws::Chime
|
|
2299
2487
|
class GetProxySessionRequest < Struct.new(
|
2300
2488
|
:voice_connector_id,
|
2301
2489
|
:proxy_session_id)
|
2490
|
+
SENSITIVE = []
|
2302
2491
|
include Aws::Structure
|
2303
2492
|
end
|
2304
2493
|
|
@@ -2310,6 +2499,7 @@ module Aws::Chime
|
|
2310
2499
|
#
|
2311
2500
|
class GetProxySessionResponse < Struct.new(
|
2312
2501
|
:proxy_session)
|
2502
|
+
SENSITIVE = []
|
2313
2503
|
include Aws::Structure
|
2314
2504
|
end
|
2315
2505
|
|
@@ -2328,6 +2518,7 @@ module Aws::Chime
|
|
2328
2518
|
#
|
2329
2519
|
class GetRetentionSettingsRequest < Struct.new(
|
2330
2520
|
:account_id)
|
2521
|
+
SENSITIVE = []
|
2331
2522
|
include Aws::Structure
|
2332
2523
|
end
|
2333
2524
|
|
@@ -2345,6 +2536,7 @@ module Aws::Chime
|
|
2345
2536
|
class GetRetentionSettingsResponse < Struct.new(
|
2346
2537
|
:retention_settings,
|
2347
2538
|
:initiate_deletion_timestamp)
|
2539
|
+
SENSITIVE = []
|
2348
2540
|
include Aws::Structure
|
2349
2541
|
end
|
2350
2542
|
|
@@ -2369,6 +2561,7 @@ module Aws::Chime
|
|
2369
2561
|
class GetRoomRequest < Struct.new(
|
2370
2562
|
:account_id,
|
2371
2563
|
:room_id)
|
2564
|
+
SENSITIVE = []
|
2372
2565
|
include Aws::Structure
|
2373
2566
|
end
|
2374
2567
|
|
@@ -2380,6 +2573,7 @@ module Aws::Chime
|
|
2380
2573
|
#
|
2381
2574
|
class GetRoomResponse < Struct.new(
|
2382
2575
|
:room)
|
2576
|
+
SENSITIVE = []
|
2383
2577
|
include Aws::Structure
|
2384
2578
|
end
|
2385
2579
|
|
@@ -2404,6 +2598,7 @@ module Aws::Chime
|
|
2404
2598
|
class GetUserRequest < Struct.new(
|
2405
2599
|
:account_id,
|
2406
2600
|
:user_id)
|
2601
|
+
SENSITIVE = []
|
2407
2602
|
include Aws::Structure
|
2408
2603
|
end
|
2409
2604
|
|
@@ -2415,6 +2610,7 @@ module Aws::Chime
|
|
2415
2610
|
#
|
2416
2611
|
class GetUserResponse < Struct.new(
|
2417
2612
|
:user)
|
2613
|
+
SENSITIVE = []
|
2418
2614
|
include Aws::Structure
|
2419
2615
|
end
|
2420
2616
|
|
@@ -2439,6 +2635,7 @@ module Aws::Chime
|
|
2439
2635
|
class GetUserSettingsRequest < Struct.new(
|
2440
2636
|
:account_id,
|
2441
2637
|
:user_id)
|
2638
|
+
SENSITIVE = []
|
2442
2639
|
include Aws::Structure
|
2443
2640
|
end
|
2444
2641
|
|
@@ -2450,6 +2647,38 @@ module Aws::Chime
|
|
2450
2647
|
#
|
2451
2648
|
class GetUserSettingsResponse < Struct.new(
|
2452
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 = []
|
2453
2682
|
include Aws::Structure
|
2454
2683
|
end
|
2455
2684
|
|
@@ -2468,6 +2697,7 @@ module Aws::Chime
|
|
2468
2697
|
#
|
2469
2698
|
class GetVoiceConnectorGroupRequest < Struct.new(
|
2470
2699
|
:voice_connector_group_id)
|
2700
|
+
SENSITIVE = []
|
2471
2701
|
include Aws::Structure
|
2472
2702
|
end
|
2473
2703
|
|
@@ -2479,6 +2709,7 @@ module Aws::Chime
|
|
2479
2709
|
#
|
2480
2710
|
class GetVoiceConnectorGroupResponse < Struct.new(
|
2481
2711
|
:voice_connector_group)
|
2712
|
+
SENSITIVE = []
|
2482
2713
|
include Aws::Structure
|
2483
2714
|
end
|
2484
2715
|
|
@@ -2497,6 +2728,7 @@ module Aws::Chime
|
|
2497
2728
|
#
|
2498
2729
|
class GetVoiceConnectorLoggingConfigurationRequest < Struct.new(
|
2499
2730
|
:voice_connector_id)
|
2731
|
+
SENSITIVE = []
|
2500
2732
|
include Aws::Structure
|
2501
2733
|
end
|
2502
2734
|
|
@@ -2508,6 +2740,7 @@ module Aws::Chime
|
|
2508
2740
|
#
|
2509
2741
|
class GetVoiceConnectorLoggingConfigurationResponse < Struct.new(
|
2510
2742
|
:logging_configuration)
|
2743
|
+
SENSITIVE = []
|
2511
2744
|
include Aws::Structure
|
2512
2745
|
end
|
2513
2746
|
|
@@ -2526,6 +2759,7 @@ module Aws::Chime
|
|
2526
2759
|
#
|
2527
2760
|
class GetVoiceConnectorOriginationRequest < Struct.new(
|
2528
2761
|
:voice_connector_id)
|
2762
|
+
SENSITIVE = []
|
2529
2763
|
include Aws::Structure
|
2530
2764
|
end
|
2531
2765
|
|
@@ -2537,6 +2771,7 @@ module Aws::Chime
|
|
2537
2771
|
#
|
2538
2772
|
class GetVoiceConnectorOriginationResponse < Struct.new(
|
2539
2773
|
:origination)
|
2774
|
+
SENSITIVE = []
|
2540
2775
|
include Aws::Structure
|
2541
2776
|
end
|
2542
2777
|
|
@@ -2555,6 +2790,7 @@ module Aws::Chime
|
|
2555
2790
|
#
|
2556
2791
|
class GetVoiceConnectorProxyRequest < Struct.new(
|
2557
2792
|
:voice_connector_id)
|
2793
|
+
SENSITIVE = []
|
2558
2794
|
include Aws::Structure
|
2559
2795
|
end
|
2560
2796
|
|
@@ -2566,6 +2802,7 @@ module Aws::Chime
|
|
2566
2802
|
#
|
2567
2803
|
class GetVoiceConnectorProxyResponse < Struct.new(
|
2568
2804
|
:proxy)
|
2805
|
+
SENSITIVE = []
|
2569
2806
|
include Aws::Structure
|
2570
2807
|
end
|
2571
2808
|
|
@@ -2584,6 +2821,7 @@ module Aws::Chime
|
|
2584
2821
|
#
|
2585
2822
|
class GetVoiceConnectorRequest < Struct.new(
|
2586
2823
|
:voice_connector_id)
|
2824
|
+
SENSITIVE = []
|
2587
2825
|
include Aws::Structure
|
2588
2826
|
end
|
2589
2827
|
|
@@ -2595,6 +2833,7 @@ module Aws::Chime
|
|
2595
2833
|
#
|
2596
2834
|
class GetVoiceConnectorResponse < Struct.new(
|
2597
2835
|
:voice_connector)
|
2836
|
+
SENSITIVE = []
|
2598
2837
|
include Aws::Structure
|
2599
2838
|
end
|
2600
2839
|
|
@@ -2613,6 +2852,7 @@ module Aws::Chime
|
|
2613
2852
|
#
|
2614
2853
|
class GetVoiceConnectorStreamingConfigurationRequest < Struct.new(
|
2615
2854
|
:voice_connector_id)
|
2855
|
+
SENSITIVE = []
|
2616
2856
|
include Aws::Structure
|
2617
2857
|
end
|
2618
2858
|
|
@@ -2624,6 +2864,7 @@ module Aws::Chime
|
|
2624
2864
|
#
|
2625
2865
|
class GetVoiceConnectorStreamingConfigurationResponse < Struct.new(
|
2626
2866
|
:streaming_configuration)
|
2867
|
+
SENSITIVE = []
|
2627
2868
|
include Aws::Structure
|
2628
2869
|
end
|
2629
2870
|
|
@@ -2642,6 +2883,7 @@ module Aws::Chime
|
|
2642
2883
|
#
|
2643
2884
|
class GetVoiceConnectorTerminationHealthRequest < Struct.new(
|
2644
2885
|
:voice_connector_id)
|
2886
|
+
SENSITIVE = []
|
2645
2887
|
include Aws::Structure
|
2646
2888
|
end
|
2647
2889
|
|
@@ -2653,6 +2895,7 @@ module Aws::Chime
|
|
2653
2895
|
#
|
2654
2896
|
class GetVoiceConnectorTerminationHealthResponse < Struct.new(
|
2655
2897
|
:termination_health)
|
2898
|
+
SENSITIVE = []
|
2656
2899
|
include Aws::Structure
|
2657
2900
|
end
|
2658
2901
|
|
@@ -2671,6 +2914,7 @@ module Aws::Chime
|
|
2671
2914
|
#
|
2672
2915
|
class GetVoiceConnectorTerminationRequest < Struct.new(
|
2673
2916
|
:voice_connector_id)
|
2917
|
+
SENSITIVE = []
|
2674
2918
|
include Aws::Structure
|
2675
2919
|
end
|
2676
2920
|
|
@@ -2682,6 +2926,7 @@ module Aws::Chime
|
|
2682
2926
|
#
|
2683
2927
|
class GetVoiceConnectorTerminationResponse < Struct.new(
|
2684
2928
|
:termination)
|
2929
|
+
SENSITIVE = []
|
2685
2930
|
include Aws::Structure
|
2686
2931
|
end
|
2687
2932
|
|
@@ -2711,6 +2956,7 @@ module Aws::Chime
|
|
2711
2956
|
:status,
|
2712
2957
|
:email_address,
|
2713
2958
|
:email_status)
|
2959
|
+
SENSITIVE = [:email_address]
|
2714
2960
|
include Aws::Structure
|
2715
2961
|
end
|
2716
2962
|
|
@@ -2741,6 +2987,7 @@ module Aws::Chime
|
|
2741
2987
|
:account_id,
|
2742
2988
|
:user_email_list,
|
2743
2989
|
:user_type)
|
2990
|
+
SENSITIVE = []
|
2744
2991
|
include Aws::Structure
|
2745
2992
|
end
|
2746
2993
|
|
@@ -2752,6 +2999,7 @@ module Aws::Chime
|
|
2752
2999
|
#
|
2753
3000
|
class InviteUsersResponse < Struct.new(
|
2754
3001
|
:invites)
|
3002
|
+
SENSITIVE = []
|
2755
3003
|
include Aws::Structure
|
2756
3004
|
end
|
2757
3005
|
|
@@ -2789,6 +3037,7 @@ module Aws::Chime
|
|
2789
3037
|
:user_email,
|
2790
3038
|
:next_token,
|
2791
3039
|
:max_results)
|
3040
|
+
SENSITIVE = [:user_email]
|
2792
3041
|
include Aws::Structure
|
2793
3042
|
end
|
2794
3043
|
|
@@ -2805,6 +3054,7 @@ module Aws::Chime
|
|
2805
3054
|
class ListAccountsResponse < Struct.new(
|
2806
3055
|
:accounts,
|
2807
3056
|
:next_token)
|
3057
|
+
SENSITIVE = []
|
2808
3058
|
include Aws::Structure
|
2809
3059
|
end
|
2810
3060
|
|
@@ -2829,6 +3079,7 @@ module Aws::Chime
|
|
2829
3079
|
class ListAttendeeTagsRequest < Struct.new(
|
2830
3080
|
:meeting_id,
|
2831
3081
|
:attendee_id)
|
3082
|
+
SENSITIVE = []
|
2832
3083
|
include Aws::Structure
|
2833
3084
|
end
|
2834
3085
|
|
@@ -2840,6 +3091,7 @@ module Aws::Chime
|
|
2840
3091
|
#
|
2841
3092
|
class ListAttendeeTagsResponse < Struct.new(
|
2842
3093
|
:tags)
|
3094
|
+
SENSITIVE = []
|
2843
3095
|
include Aws::Structure
|
2844
3096
|
end
|
2845
3097
|
|
@@ -2870,6 +3122,7 @@ module Aws::Chime
|
|
2870
3122
|
:meeting_id,
|
2871
3123
|
:next_token,
|
2872
3124
|
:max_results)
|
3125
|
+
SENSITIVE = []
|
2873
3126
|
include Aws::Structure
|
2874
3127
|
end
|
2875
3128
|
|
@@ -2886,6 +3139,7 @@ module Aws::Chime
|
|
2886
3139
|
class ListAttendeesResponse < Struct.new(
|
2887
3140
|
:attendees,
|
2888
3141
|
:next_token)
|
3142
|
+
SENSITIVE = []
|
2889
3143
|
include Aws::Structure
|
2890
3144
|
end
|
2891
3145
|
|
@@ -2917,6 +3171,7 @@ module Aws::Chime
|
|
2917
3171
|
:account_id,
|
2918
3172
|
:max_results,
|
2919
3173
|
:next_token)
|
3174
|
+
SENSITIVE = []
|
2920
3175
|
include Aws::Structure
|
2921
3176
|
end
|
2922
3177
|
|
@@ -2933,6 +3188,7 @@ module Aws::Chime
|
|
2933
3188
|
class ListBotsResponse < Struct.new(
|
2934
3189
|
:bots,
|
2935
3190
|
:next_token)
|
3191
|
+
SENSITIVE = []
|
2936
3192
|
include Aws::Structure
|
2937
3193
|
end
|
2938
3194
|
|
@@ -2951,6 +3207,7 @@ module Aws::Chime
|
|
2951
3207
|
#
|
2952
3208
|
class ListMeetingTagsRequest < Struct.new(
|
2953
3209
|
:meeting_id)
|
3210
|
+
SENSITIVE = []
|
2954
3211
|
include Aws::Structure
|
2955
3212
|
end
|
2956
3213
|
|
@@ -2962,6 +3219,7 @@ module Aws::Chime
|
|
2962
3219
|
#
|
2963
3220
|
class ListMeetingTagsResponse < Struct.new(
|
2964
3221
|
:tags)
|
3222
|
+
SENSITIVE = []
|
2965
3223
|
include Aws::Structure
|
2966
3224
|
end
|
2967
3225
|
|
@@ -2986,6 +3244,7 @@ module Aws::Chime
|
|
2986
3244
|
class ListMeetingsRequest < Struct.new(
|
2987
3245
|
:next_token,
|
2988
3246
|
:max_results)
|
3247
|
+
SENSITIVE = []
|
2989
3248
|
include Aws::Structure
|
2990
3249
|
end
|
2991
3250
|
|
@@ -3002,6 +3261,7 @@ module Aws::Chime
|
|
3002
3261
|
class ListMeetingsResponse < Struct.new(
|
3003
3262
|
:meetings,
|
3004
3263
|
:next_token)
|
3264
|
+
SENSITIVE = []
|
3005
3265
|
include Aws::Structure
|
3006
3266
|
end
|
3007
3267
|
|
@@ -3026,6 +3286,7 @@ module Aws::Chime
|
|
3026
3286
|
class ListPhoneNumberOrdersRequest < Struct.new(
|
3027
3287
|
:next_token,
|
3028
3288
|
:max_results)
|
3289
|
+
SENSITIVE = []
|
3029
3290
|
include Aws::Structure
|
3030
3291
|
end
|
3031
3292
|
|
@@ -3042,6 +3303,7 @@ module Aws::Chime
|
|
3042
3303
|
class ListPhoneNumberOrdersResponse < Struct.new(
|
3043
3304
|
:phone_number_orders,
|
3044
3305
|
:next_token)
|
3306
|
+
SENSITIVE = []
|
3045
3307
|
include Aws::Structure
|
3046
3308
|
end
|
3047
3309
|
|
@@ -3090,6 +3352,7 @@ module Aws::Chime
|
|
3090
3352
|
:filter_value,
|
3091
3353
|
:max_results,
|
3092
3354
|
:next_token)
|
3355
|
+
SENSITIVE = []
|
3093
3356
|
include Aws::Structure
|
3094
3357
|
end
|
3095
3358
|
|
@@ -3106,6 +3369,7 @@ module Aws::Chime
|
|
3106
3369
|
class ListPhoneNumbersResponse < Struct.new(
|
3107
3370
|
:phone_numbers,
|
3108
3371
|
:next_token)
|
3372
|
+
SENSITIVE = []
|
3109
3373
|
include Aws::Structure
|
3110
3374
|
end
|
3111
3375
|
|
@@ -3142,6 +3406,7 @@ module Aws::Chime
|
|
3142
3406
|
:status,
|
3143
3407
|
:next_token,
|
3144
3408
|
:max_results)
|
3409
|
+
SENSITIVE = []
|
3145
3410
|
include Aws::Structure
|
3146
3411
|
end
|
3147
3412
|
|
@@ -3158,6 +3423,7 @@ module Aws::Chime
|
|
3158
3423
|
class ListProxySessionsResponse < Struct.new(
|
3159
3424
|
:proxy_sessions,
|
3160
3425
|
:next_token)
|
3426
|
+
SENSITIVE = []
|
3161
3427
|
include Aws::Structure
|
3162
3428
|
end
|
3163
3429
|
|
@@ -3194,6 +3460,7 @@ module Aws::Chime
|
|
3194
3460
|
:room_id,
|
3195
3461
|
:max_results,
|
3196
3462
|
:next_token)
|
3463
|
+
SENSITIVE = []
|
3197
3464
|
include Aws::Structure
|
3198
3465
|
end
|
3199
3466
|
|
@@ -3210,6 +3477,7 @@ module Aws::Chime
|
|
3210
3477
|
class ListRoomMembershipsResponse < Struct.new(
|
3211
3478
|
:room_memberships,
|
3212
3479
|
:next_token)
|
3480
|
+
SENSITIVE = []
|
3213
3481
|
include Aws::Structure
|
3214
3482
|
end
|
3215
3483
|
|
@@ -3246,6 +3514,7 @@ module Aws::Chime
|
|
3246
3514
|
:member_id,
|
3247
3515
|
:max_results,
|
3248
3516
|
:next_token)
|
3517
|
+
SENSITIVE = []
|
3249
3518
|
include Aws::Structure
|
3250
3519
|
end
|
3251
3520
|
|
@@ -3262,6 +3531,7 @@ module Aws::Chime
|
|
3262
3531
|
class ListRoomsResponse < Struct.new(
|
3263
3532
|
:rooms,
|
3264
3533
|
:next_token)
|
3534
|
+
SENSITIVE = []
|
3265
3535
|
include Aws::Structure
|
3266
3536
|
end
|
3267
3537
|
|
@@ -3280,6 +3550,7 @@ module Aws::Chime
|
|
3280
3550
|
#
|
3281
3551
|
class ListTagsForResourceRequest < Struct.new(
|
3282
3552
|
:resource_arn)
|
3553
|
+
SENSITIVE = [:resource_arn]
|
3283
3554
|
include Aws::Structure
|
3284
3555
|
end
|
3285
3556
|
|
@@ -3291,6 +3562,7 @@ module Aws::Chime
|
|
3291
3562
|
#
|
3292
3563
|
class ListTagsForResourceResponse < Struct.new(
|
3293
3564
|
:tags)
|
3565
|
+
SENSITIVE = []
|
3294
3566
|
include Aws::Structure
|
3295
3567
|
end
|
3296
3568
|
|
@@ -3334,6 +3606,7 @@ module Aws::Chime
|
|
3334
3606
|
:user_type,
|
3335
3607
|
:max_results,
|
3336
3608
|
:next_token)
|
3609
|
+
SENSITIVE = [:user_email]
|
3337
3610
|
include Aws::Structure
|
3338
3611
|
end
|
3339
3612
|
|
@@ -3350,6 +3623,7 @@ module Aws::Chime
|
|
3350
3623
|
class ListUsersResponse < Struct.new(
|
3351
3624
|
:users,
|
3352
3625
|
:next_token)
|
3626
|
+
SENSITIVE = []
|
3353
3627
|
include Aws::Structure
|
3354
3628
|
end
|
3355
3629
|
|
@@ -3374,6 +3648,7 @@ module Aws::Chime
|
|
3374
3648
|
class ListVoiceConnectorGroupsRequest < Struct.new(
|
3375
3649
|
:next_token,
|
3376
3650
|
:max_results)
|
3651
|
+
SENSITIVE = []
|
3377
3652
|
include Aws::Structure
|
3378
3653
|
end
|
3379
3654
|
|
@@ -3390,6 +3665,7 @@ module Aws::Chime
|
|
3390
3665
|
class ListVoiceConnectorGroupsResponse < Struct.new(
|
3391
3666
|
:voice_connector_groups,
|
3392
3667
|
:next_token)
|
3668
|
+
SENSITIVE = []
|
3393
3669
|
include Aws::Structure
|
3394
3670
|
end
|
3395
3671
|
|
@@ -3408,6 +3684,7 @@ module Aws::Chime
|
|
3408
3684
|
#
|
3409
3685
|
class ListVoiceConnectorTerminationCredentialsRequest < Struct.new(
|
3410
3686
|
:voice_connector_id)
|
3687
|
+
SENSITIVE = []
|
3411
3688
|
include Aws::Structure
|
3412
3689
|
end
|
3413
3690
|
|
@@ -3419,6 +3696,7 @@ module Aws::Chime
|
|
3419
3696
|
#
|
3420
3697
|
class ListVoiceConnectorTerminationCredentialsResponse < Struct.new(
|
3421
3698
|
:usernames)
|
3699
|
+
SENSITIVE = []
|
3422
3700
|
include Aws::Structure
|
3423
3701
|
end
|
3424
3702
|
|
@@ -3443,6 +3721,7 @@ module Aws::Chime
|
|
3443
3721
|
class ListVoiceConnectorsRequest < Struct.new(
|
3444
3722
|
:next_token,
|
3445
3723
|
:max_results)
|
3724
|
+
SENSITIVE = []
|
3446
3725
|
include Aws::Structure
|
3447
3726
|
end
|
3448
3727
|
|
@@ -3459,6 +3738,7 @@ module Aws::Chime
|
|
3459
3738
|
class ListVoiceConnectorsResponse < Struct.new(
|
3460
3739
|
:voice_connectors,
|
3461
3740
|
:next_token)
|
3741
|
+
SENSITIVE = []
|
3462
3742
|
include Aws::Structure
|
3463
3743
|
end
|
3464
3744
|
|
@@ -3482,6 +3762,7 @@ module Aws::Chime
|
|
3482
3762
|
#
|
3483
3763
|
class LoggingConfiguration < Struct.new(
|
3484
3764
|
:enable_sip_logs)
|
3765
|
+
SENSITIVE = []
|
3485
3766
|
include Aws::Structure
|
3486
3767
|
end
|
3487
3768
|
|
@@ -3506,6 +3787,7 @@ module Aws::Chime
|
|
3506
3787
|
class LogoutUserRequest < Struct.new(
|
3507
3788
|
:account_id,
|
3508
3789
|
:user_id)
|
3790
|
+
SENSITIVE = []
|
3509
3791
|
include Aws::Structure
|
3510
3792
|
end
|
3511
3793
|
|
@@ -3554,6 +3836,7 @@ module Aws::Chime
|
|
3554
3836
|
:screen_viewing_url,
|
3555
3837
|
:signaling_url,
|
3556
3838
|
:turn_control_url)
|
3839
|
+
SENSITIVE = []
|
3557
3840
|
include Aws::Structure
|
3558
3841
|
end
|
3559
3842
|
|
@@ -3573,10 +3856,10 @@ module Aws::Chime
|
|
3573
3856
|
#
|
3574
3857
|
# @!attribute [rw] media_region
|
3575
3858
|
# The Region in which to create the meeting. Available values:
|
3576
|
-
# `
|
3577
|
-
# `
|
3578
|
-
# `eu-
|
3579
|
-
# `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`.
|
3580
3863
|
# @return [String]
|
3581
3864
|
#
|
3582
3865
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/Meeting AWS API Documentation
|
@@ -3586,6 +3869,7 @@ module Aws::Chime
|
|
3586
3869
|
:external_meeting_id,
|
3587
3870
|
:media_placement,
|
3588
3871
|
:media_region)
|
3872
|
+
SENSITIVE = [:external_meeting_id]
|
3589
3873
|
include Aws::Structure
|
3590
3874
|
end
|
3591
3875
|
|
@@ -3615,6 +3899,7 @@ module Aws::Chime
|
|
3615
3899
|
class MeetingNotificationConfiguration < Struct.new(
|
3616
3900
|
:sns_topic_arn,
|
3617
3901
|
:sqs_queue_arn)
|
3902
|
+
SENSITIVE = [:sns_topic_arn, :sqs_queue_arn]
|
3618
3903
|
include Aws::Structure
|
3619
3904
|
end
|
3620
3905
|
|
@@ -3649,6 +3934,7 @@ module Aws::Chime
|
|
3649
3934
|
:email,
|
3650
3935
|
:full_name,
|
3651
3936
|
:account_id)
|
3937
|
+
SENSITIVE = [:email, :full_name]
|
3652
3938
|
include Aws::Structure
|
3653
3939
|
end
|
3654
3940
|
|
@@ -3672,6 +3958,7 @@ module Aws::Chime
|
|
3672
3958
|
:member_id,
|
3673
3959
|
:error_code,
|
3674
3960
|
:error_message)
|
3961
|
+
SENSITIVE = []
|
3675
3962
|
include Aws::Structure
|
3676
3963
|
end
|
3677
3964
|
|
@@ -3698,6 +3985,7 @@ module Aws::Chime
|
|
3698
3985
|
class MembershipItem < Struct.new(
|
3699
3986
|
:member_id,
|
3700
3987
|
:role)
|
3988
|
+
SENSITIVE = []
|
3701
3989
|
include Aws::Structure
|
3702
3990
|
end
|
3703
3991
|
|
@@ -3715,6 +4003,7 @@ module Aws::Chime
|
|
3715
4003
|
class NotFoundException < Struct.new(
|
3716
4004
|
:code,
|
3717
4005
|
:message)
|
4006
|
+
SENSITIVE = []
|
3718
4007
|
include Aws::Structure
|
3719
4008
|
end
|
3720
4009
|
|
@@ -3733,6 +4022,7 @@ module Aws::Chime
|
|
3733
4022
|
class OrderedPhoneNumber < Struct.new(
|
3734
4023
|
:e164_phone_number,
|
3735
4024
|
:status)
|
4025
|
+
SENSITIVE = [:e164_phone_number]
|
3736
4026
|
include Aws::Structure
|
3737
4027
|
end
|
3738
4028
|
|
@@ -3770,6 +4060,7 @@ module Aws::Chime
|
|
3770
4060
|
class Origination < Struct.new(
|
3771
4061
|
:routes,
|
3772
4062
|
:disabled)
|
4063
|
+
SENSITIVE = []
|
3773
4064
|
include Aws::Structure
|
3774
4065
|
end
|
3775
4066
|
|
@@ -3820,6 +4111,7 @@ module Aws::Chime
|
|
3820
4111
|
:protocol,
|
3821
4112
|
:priority,
|
3822
4113
|
:weight)
|
4114
|
+
SENSITIVE = []
|
3823
4115
|
include Aws::Structure
|
3824
4116
|
end
|
3825
4117
|
|
@@ -3839,6 +4131,7 @@ module Aws::Chime
|
|
3839
4131
|
class Participant < Struct.new(
|
3840
4132
|
:phone_number,
|
3841
4133
|
:proxy_phone_number)
|
4134
|
+
SENSITIVE = [:phone_number, :proxy_phone_number]
|
3842
4135
|
include Aws::Structure
|
3843
4136
|
end
|
3844
4137
|
|
@@ -3908,6 +4201,7 @@ module Aws::Chime
|
|
3908
4201
|
:created_timestamp,
|
3909
4202
|
:updated_timestamp,
|
3910
4203
|
:deletion_timestamp)
|
4204
|
+
SENSITIVE = [:e164_phone_number, :calling_name]
|
3911
4205
|
include Aws::Structure
|
3912
4206
|
end
|
3913
4207
|
|
@@ -3935,6 +4229,7 @@ module Aws::Chime
|
|
3935
4229
|
:value,
|
3936
4230
|
:name,
|
3937
4231
|
:associated_timestamp)
|
4232
|
+
SENSITIVE = []
|
3938
4233
|
include Aws::Structure
|
3939
4234
|
end
|
3940
4235
|
|
@@ -3979,6 +4274,7 @@ module Aws::Chime
|
|
3979
4274
|
:outbound_sms,
|
3980
4275
|
:inbound_mms,
|
3981
4276
|
:outbound_mms)
|
4277
|
+
SENSITIVE = []
|
3982
4278
|
include Aws::Structure
|
3983
4279
|
end
|
3984
4280
|
|
@@ -4004,6 +4300,7 @@ module Aws::Chime
|
|
4004
4300
|
:phone_number_id,
|
4005
4301
|
:error_code,
|
4006
4302
|
:error_message)
|
4303
|
+
SENSITIVE = []
|
4007
4304
|
include Aws::Structure
|
4008
4305
|
end
|
4009
4306
|
|
@@ -4043,6 +4340,7 @@ module Aws::Chime
|
|
4043
4340
|
:ordered_phone_numbers,
|
4044
4341
|
:created_timestamp,
|
4045
4342
|
:updated_timestamp)
|
4343
|
+
SENSITIVE = []
|
4046
4344
|
include Aws::Structure
|
4047
4345
|
end
|
4048
4346
|
|
@@ -4072,6 +4370,7 @@ module Aws::Chime
|
|
4072
4370
|
:disabled,
|
4073
4371
|
:fall_back_phone_number,
|
4074
4372
|
:phone_number_countries)
|
4373
|
+
SENSITIVE = [:fall_back_phone_number]
|
4075
4374
|
include Aws::Structure
|
4076
4375
|
end
|
4077
4376
|
|
@@ -4147,6 +4446,7 @@ module Aws::Chime
|
|
4147
4446
|
:number_selection_behavior,
|
4148
4447
|
:geo_match_level,
|
4149
4448
|
:geo_match_params)
|
4449
|
+
SENSITIVE = []
|
4150
4450
|
include Aws::Structure
|
4151
4451
|
end
|
4152
4452
|
|
@@ -4183,6 +4483,7 @@ module Aws::Chime
|
|
4183
4483
|
:bot_id,
|
4184
4484
|
:outbound_events_https_endpoint,
|
4185
4485
|
:lambda_function_arn)
|
4486
|
+
SENSITIVE = [:outbound_events_https_endpoint, :lambda_function_arn]
|
4186
4487
|
include Aws::Structure
|
4187
4488
|
end
|
4188
4489
|
|
@@ -4195,6 +4496,7 @@ module Aws::Chime
|
|
4195
4496
|
#
|
4196
4497
|
class PutEventsConfigurationResponse < Struct.new(
|
4197
4498
|
:events_configuration)
|
4499
|
+
SENSITIVE = []
|
4198
4500
|
include Aws::Structure
|
4199
4501
|
end
|
4200
4502
|
|
@@ -4226,6 +4528,7 @@ module Aws::Chime
|
|
4226
4528
|
class PutRetentionSettingsRequest < Struct.new(
|
4227
4529
|
:account_id,
|
4228
4530
|
:retention_settings)
|
4531
|
+
SENSITIVE = []
|
4229
4532
|
include Aws::Structure
|
4230
4533
|
end
|
4231
4534
|
|
@@ -4243,6 +4546,52 @@ module Aws::Chime
|
|
4243
4546
|
class PutRetentionSettingsResponse < Struct.new(
|
4244
4547
|
:retention_settings,
|
4245
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 = []
|
4246
4595
|
include Aws::Structure
|
4247
4596
|
end
|
4248
4597
|
|
@@ -4269,6 +4618,7 @@ module Aws::Chime
|
|
4269
4618
|
class PutVoiceConnectorLoggingConfigurationRequest < Struct.new(
|
4270
4619
|
:voice_connector_id,
|
4271
4620
|
:logging_configuration)
|
4621
|
+
SENSITIVE = []
|
4272
4622
|
include Aws::Structure
|
4273
4623
|
end
|
4274
4624
|
|
@@ -4280,6 +4630,7 @@ module Aws::Chime
|
|
4280
4630
|
#
|
4281
4631
|
class PutVoiceConnectorLoggingConfigurationResponse < Struct.new(
|
4282
4632
|
:logging_configuration)
|
4633
|
+
SENSITIVE = []
|
4283
4634
|
include Aws::Structure
|
4284
4635
|
end
|
4285
4636
|
|
@@ -4315,6 +4666,7 @@ module Aws::Chime
|
|
4315
4666
|
class PutVoiceConnectorOriginationRequest < Struct.new(
|
4316
4667
|
:voice_connector_id,
|
4317
4668
|
:origination)
|
4669
|
+
SENSITIVE = []
|
4318
4670
|
include Aws::Structure
|
4319
4671
|
end
|
4320
4672
|
|
@@ -4326,6 +4678,7 @@ module Aws::Chime
|
|
4326
4678
|
#
|
4327
4679
|
class PutVoiceConnectorOriginationResponse < Struct.new(
|
4328
4680
|
:origination)
|
4681
|
+
SENSITIVE = []
|
4329
4682
|
include Aws::Structure
|
4330
4683
|
end
|
4331
4684
|
|
@@ -4369,6 +4722,7 @@ module Aws::Chime
|
|
4369
4722
|
:phone_number_pool_countries,
|
4370
4723
|
:fall_back_phone_number,
|
4371
4724
|
:disabled)
|
4725
|
+
SENSITIVE = [:fall_back_phone_number]
|
4372
4726
|
include Aws::Structure
|
4373
4727
|
end
|
4374
4728
|
|
@@ -4380,6 +4734,7 @@ module Aws::Chime
|
|
4380
4734
|
#
|
4381
4735
|
class PutVoiceConnectorProxyResponse < Struct.new(
|
4382
4736
|
:proxy)
|
4737
|
+
SENSITIVE = []
|
4383
4738
|
include Aws::Structure
|
4384
4739
|
end
|
4385
4740
|
|
@@ -4412,6 +4767,7 @@ module Aws::Chime
|
|
4412
4767
|
class PutVoiceConnectorStreamingConfigurationRequest < Struct.new(
|
4413
4768
|
:voice_connector_id,
|
4414
4769
|
:streaming_configuration)
|
4770
|
+
SENSITIVE = []
|
4415
4771
|
include Aws::Structure
|
4416
4772
|
end
|
4417
4773
|
|
@@ -4423,6 +4779,7 @@ module Aws::Chime
|
|
4423
4779
|
#
|
4424
4780
|
class PutVoiceConnectorStreamingConfigurationResponse < Struct.new(
|
4425
4781
|
:streaming_configuration)
|
4782
|
+
SENSITIVE = []
|
4426
4783
|
include Aws::Structure
|
4427
4784
|
end
|
4428
4785
|
|
@@ -4452,6 +4809,7 @@ module Aws::Chime
|
|
4452
4809
|
class PutVoiceConnectorTerminationCredentialsRequest < Struct.new(
|
4453
4810
|
:voice_connector_id,
|
4454
4811
|
:credentials)
|
4812
|
+
SENSITIVE = []
|
4455
4813
|
include Aws::Structure
|
4456
4814
|
end
|
4457
4815
|
|
@@ -4482,6 +4840,7 @@ module Aws::Chime
|
|
4482
4840
|
class PutVoiceConnectorTerminationRequest < Struct.new(
|
4483
4841
|
:voice_connector_id,
|
4484
4842
|
:termination)
|
4843
|
+
SENSITIVE = []
|
4485
4844
|
include Aws::Structure
|
4486
4845
|
end
|
4487
4846
|
|
@@ -4493,6 +4852,7 @@ module Aws::Chime
|
|
4493
4852
|
#
|
4494
4853
|
class PutVoiceConnectorTerminationResponse < Struct.new(
|
4495
4854
|
:termination)
|
4855
|
+
SENSITIVE = []
|
4496
4856
|
include Aws::Structure
|
4497
4857
|
end
|
4498
4858
|
|
@@ -4523,6 +4883,7 @@ module Aws::Chime
|
|
4523
4883
|
:account_id,
|
4524
4884
|
:conversation_id,
|
4525
4885
|
:message_id)
|
4886
|
+
SENSITIVE = []
|
4526
4887
|
include Aws::Structure
|
4527
4888
|
end
|
4528
4889
|
|
@@ -4557,6 +4918,7 @@ module Aws::Chime
|
|
4557
4918
|
:account_id,
|
4558
4919
|
:room_id,
|
4559
4920
|
:message_id)
|
4921
|
+
SENSITIVE = []
|
4560
4922
|
include Aws::Structure
|
4561
4923
|
end
|
4562
4924
|
|
@@ -4585,6 +4947,7 @@ module Aws::Chime
|
|
4585
4947
|
class RegenerateSecurityTokenRequest < Struct.new(
|
4586
4948
|
:account_id,
|
4587
4949
|
:bot_id)
|
4950
|
+
SENSITIVE = []
|
4588
4951
|
include Aws::Structure
|
4589
4952
|
end
|
4590
4953
|
|
@@ -4597,6 +4960,7 @@ module Aws::Chime
|
|
4597
4960
|
#
|
4598
4961
|
class RegenerateSecurityTokenResponse < Struct.new(
|
4599
4962
|
:bot)
|
4963
|
+
SENSITIVE = []
|
4600
4964
|
include Aws::Structure
|
4601
4965
|
end
|
4602
4966
|
|
@@ -4621,6 +4985,7 @@ module Aws::Chime
|
|
4621
4985
|
class ResetPersonalPINRequest < Struct.new(
|
4622
4986
|
:account_id,
|
4623
4987
|
:user_id)
|
4988
|
+
SENSITIVE = []
|
4624
4989
|
include Aws::Structure
|
4625
4990
|
end
|
4626
4991
|
|
@@ -4632,6 +4997,7 @@ module Aws::Chime
|
|
4632
4997
|
#
|
4633
4998
|
class ResetPersonalPINResponse < Struct.new(
|
4634
4999
|
:user)
|
5000
|
+
SENSITIVE = []
|
4635
5001
|
include Aws::Structure
|
4636
5002
|
end
|
4637
5003
|
|
@@ -4648,6 +5014,7 @@ module Aws::Chime
|
|
4648
5014
|
class ResourceLimitExceededException < Struct.new(
|
4649
5015
|
:code,
|
4650
5016
|
:message)
|
5017
|
+
SENSITIVE = []
|
4651
5018
|
include Aws::Structure
|
4652
5019
|
end
|
4653
5020
|
|
@@ -4666,6 +5033,7 @@ module Aws::Chime
|
|
4666
5033
|
#
|
4667
5034
|
class RestorePhoneNumberRequest < Struct.new(
|
4668
5035
|
:phone_number_id)
|
5036
|
+
SENSITIVE = []
|
4669
5037
|
include Aws::Structure
|
4670
5038
|
end
|
4671
5039
|
|
@@ -4677,6 +5045,7 @@ module Aws::Chime
|
|
4677
5045
|
#
|
4678
5046
|
class RestorePhoneNumberResponse < Struct.new(
|
4679
5047
|
:phone_number)
|
5048
|
+
SENSITIVE = []
|
4680
5049
|
include Aws::Structure
|
4681
5050
|
end
|
4682
5051
|
|
@@ -4709,6 +5078,7 @@ module Aws::Chime
|
|
4709
5078
|
class RetentionSettings < Struct.new(
|
4710
5079
|
:room_retention_settings,
|
4711
5080
|
:conversation_retention_settings)
|
5081
|
+
SENSITIVE = []
|
4712
5082
|
include Aws::Structure
|
4713
5083
|
end
|
4714
5084
|
|
@@ -4747,6 +5117,7 @@ module Aws::Chime
|
|
4747
5117
|
:created_by,
|
4748
5118
|
:created_timestamp,
|
4749
5119
|
:updated_timestamp)
|
5120
|
+
SENSITIVE = [:name]
|
4750
5121
|
include Aws::Structure
|
4751
5122
|
end
|
4752
5123
|
|
@@ -4781,6 +5152,7 @@ module Aws::Chime
|
|
4781
5152
|
:role,
|
4782
5153
|
:invited_by,
|
4783
5154
|
:updated_timestamp)
|
5155
|
+
SENSITIVE = []
|
4784
5156
|
include Aws::Structure
|
4785
5157
|
end
|
4786
5158
|
|
@@ -4802,6 +5174,7 @@ module Aws::Chime
|
|
4802
5174
|
#
|
4803
5175
|
class RoomRetentionSettings < Struct.new(
|
4804
5176
|
:retention_days)
|
5177
|
+
SENSITIVE = []
|
4805
5178
|
include Aws::Structure
|
4806
5179
|
end
|
4807
5180
|
|
@@ -4856,6 +5229,7 @@ module Aws::Chime
|
|
4856
5229
|
:toll_free_prefix,
|
4857
5230
|
:max_results,
|
4858
5231
|
:next_token)
|
5232
|
+
SENSITIVE = []
|
4859
5233
|
include Aws::Structure
|
4860
5234
|
end
|
4861
5235
|
|
@@ -4867,6 +5241,7 @@ module Aws::Chime
|
|
4867
5241
|
#
|
4868
5242
|
class SearchAvailablePhoneNumbersResponse < Struct.new(
|
4869
5243
|
:e164_phone_numbers)
|
5244
|
+
SENSITIVE = []
|
4870
5245
|
include Aws::Structure
|
4871
5246
|
end
|
4872
5247
|
|
@@ -4883,6 +5258,7 @@ module Aws::Chime
|
|
4883
5258
|
class ServiceFailureException < Struct.new(
|
4884
5259
|
:code,
|
4885
5260
|
:message)
|
5261
|
+
SENSITIVE = []
|
4886
5262
|
include Aws::Structure
|
4887
5263
|
end
|
4888
5264
|
|
@@ -4899,6 +5275,7 @@ module Aws::Chime
|
|
4899
5275
|
class ServiceUnavailableException < Struct.new(
|
4900
5276
|
:code,
|
4901
5277
|
:message)
|
5278
|
+
SENSITIVE = []
|
4902
5279
|
include Aws::Structure
|
4903
5280
|
end
|
4904
5281
|
|
@@ -4920,6 +5297,7 @@ module Aws::Chime
|
|
4920
5297
|
#
|
4921
5298
|
class SigninDelegateGroup < Struct.new(
|
4922
5299
|
:group_name)
|
5300
|
+
SENSITIVE = []
|
4923
5301
|
include Aws::Structure
|
4924
5302
|
end
|
4925
5303
|
|
@@ -4959,6 +5337,7 @@ module Aws::Chime
|
|
4959
5337
|
:data_retention_in_hours,
|
4960
5338
|
:disabled,
|
4961
5339
|
:streaming_notification_targets)
|
5340
|
+
SENSITIVE = []
|
4962
5341
|
include Aws::Structure
|
4963
5342
|
end
|
4964
5343
|
|
@@ -4979,6 +5358,7 @@ module Aws::Chime
|
|
4979
5358
|
#
|
4980
5359
|
class StreamingNotificationTarget < Struct.new(
|
4981
5360
|
:notification_target)
|
5361
|
+
SENSITIVE = []
|
4982
5362
|
include Aws::Structure
|
4983
5363
|
end
|
4984
5364
|
|
@@ -5005,6 +5385,7 @@ module Aws::Chime
|
|
5005
5385
|
class Tag < Struct.new(
|
5006
5386
|
:key,
|
5007
5387
|
:value)
|
5388
|
+
SENSITIVE = [:key, :value]
|
5008
5389
|
include Aws::Structure
|
5009
5390
|
end
|
5010
5391
|
|
@@ -5040,6 +5421,7 @@ module Aws::Chime
|
|
5040
5421
|
:meeting_id,
|
5041
5422
|
:attendee_id,
|
5042
5423
|
:tags)
|
5424
|
+
SENSITIVE = []
|
5043
5425
|
include Aws::Structure
|
5044
5426
|
end
|
5045
5427
|
|
@@ -5069,6 +5451,7 @@ module Aws::Chime
|
|
5069
5451
|
class TagMeetingRequest < Struct.new(
|
5070
5452
|
:meeting_id,
|
5071
5453
|
:tags)
|
5454
|
+
SENSITIVE = []
|
5072
5455
|
include Aws::Structure
|
5073
5456
|
end
|
5074
5457
|
|
@@ -5098,6 +5481,7 @@ module Aws::Chime
|
|
5098
5481
|
class TagResourceRequest < Struct.new(
|
5099
5482
|
:resource_arn,
|
5100
5483
|
:tags)
|
5484
|
+
SENSITIVE = [:resource_arn]
|
5101
5485
|
include Aws::Structure
|
5102
5486
|
end
|
5103
5487
|
|
@@ -5131,6 +5515,7 @@ module Aws::Chime
|
|
5131
5515
|
:inbound_calling,
|
5132
5516
|
:outbound_calling,
|
5133
5517
|
:sms)
|
5518
|
+
SENSITIVE = []
|
5134
5519
|
include Aws::Structure
|
5135
5520
|
end
|
5136
5521
|
|
@@ -5179,6 +5564,7 @@ module Aws::Chime
|
|
5179
5564
|
:calling_regions,
|
5180
5565
|
:cidr_allowed_list,
|
5181
5566
|
:disabled)
|
5567
|
+
SENSITIVE = [:default_phone_number]
|
5182
5568
|
include Aws::Structure
|
5183
5569
|
end
|
5184
5570
|
|
@@ -5199,6 +5585,7 @@ module Aws::Chime
|
|
5199
5585
|
class TerminationHealth < Struct.new(
|
5200
5586
|
:timestamp,
|
5201
5587
|
:source)
|
5588
|
+
SENSITIVE = []
|
5202
5589
|
include Aws::Structure
|
5203
5590
|
end
|
5204
5591
|
|
@@ -5215,6 +5602,7 @@ module Aws::Chime
|
|
5215
5602
|
class ThrottledClientException < Struct.new(
|
5216
5603
|
:code,
|
5217
5604
|
:message)
|
5605
|
+
SENSITIVE = []
|
5218
5606
|
include Aws::Structure
|
5219
5607
|
end
|
5220
5608
|
|
@@ -5231,6 +5619,7 @@ module Aws::Chime
|
|
5231
5619
|
class UnauthorizedClientException < Struct.new(
|
5232
5620
|
:code,
|
5233
5621
|
:message)
|
5622
|
+
SENSITIVE = []
|
5234
5623
|
include Aws::Structure
|
5235
5624
|
end
|
5236
5625
|
|
@@ -5248,6 +5637,7 @@ module Aws::Chime
|
|
5248
5637
|
class UnprocessableEntityException < Struct.new(
|
5249
5638
|
:code,
|
5250
5639
|
:message)
|
5640
|
+
SENSITIVE = []
|
5251
5641
|
include Aws::Structure
|
5252
5642
|
end
|
5253
5643
|
|
@@ -5278,6 +5668,7 @@ module Aws::Chime
|
|
5278
5668
|
:meeting_id,
|
5279
5669
|
:attendee_id,
|
5280
5670
|
:tag_keys)
|
5671
|
+
SENSITIVE = []
|
5281
5672
|
include Aws::Structure
|
5282
5673
|
end
|
5283
5674
|
|
@@ -5302,6 +5693,7 @@ module Aws::Chime
|
|
5302
5693
|
class UntagMeetingRequest < Struct.new(
|
5303
5694
|
:meeting_id,
|
5304
5695
|
:tag_keys)
|
5696
|
+
SENSITIVE = []
|
5305
5697
|
include Aws::Structure
|
5306
5698
|
end
|
5307
5699
|
|
@@ -5326,6 +5718,7 @@ module Aws::Chime
|
|
5326
5718
|
class UntagResourceRequest < Struct.new(
|
5327
5719
|
:resource_arn,
|
5328
5720
|
:tag_keys)
|
5721
|
+
SENSITIVE = [:resource_arn]
|
5329
5722
|
include Aws::Structure
|
5330
5723
|
end
|
5331
5724
|
|
@@ -5350,6 +5743,7 @@ module Aws::Chime
|
|
5350
5743
|
class UpdateAccountRequest < Struct.new(
|
5351
5744
|
:account_id,
|
5352
5745
|
:name)
|
5746
|
+
SENSITIVE = []
|
5353
5747
|
include Aws::Structure
|
5354
5748
|
end
|
5355
5749
|
|
@@ -5361,6 +5755,7 @@ module Aws::Chime
|
|
5361
5755
|
#
|
5362
5756
|
class UpdateAccountResponse < Struct.new(
|
5363
5757
|
:account)
|
5758
|
+
SENSITIVE = []
|
5364
5759
|
include Aws::Structure
|
5365
5760
|
end
|
5366
5761
|
|
@@ -5388,6 +5783,7 @@ module Aws::Chime
|
|
5388
5783
|
class UpdateAccountSettingsRequest < Struct.new(
|
5389
5784
|
:account_id,
|
5390
5785
|
:account_settings)
|
5786
|
+
SENSITIVE = []
|
5391
5787
|
include Aws::Structure
|
5392
5788
|
end
|
5393
5789
|
|
@@ -5422,6 +5818,7 @@ module Aws::Chime
|
|
5422
5818
|
:account_id,
|
5423
5819
|
:bot_id,
|
5424
5820
|
:disabled)
|
5821
|
+
SENSITIVE = []
|
5425
5822
|
include Aws::Structure
|
5426
5823
|
end
|
5427
5824
|
|
@@ -5433,6 +5830,7 @@ module Aws::Chime
|
|
5433
5830
|
#
|
5434
5831
|
class UpdateBotResponse < Struct.new(
|
5435
5832
|
:bot)
|
5833
|
+
SENSITIVE = []
|
5436
5834
|
include Aws::Structure
|
5437
5835
|
end
|
5438
5836
|
|
@@ -5461,6 +5859,7 @@ module Aws::Chime
|
|
5461
5859
|
class UpdateGlobalSettingsRequest < Struct.new(
|
5462
5860
|
:business_calling,
|
5463
5861
|
:voice_connector)
|
5862
|
+
SENSITIVE = []
|
5464
5863
|
include Aws::Structure
|
5465
5864
|
end
|
5466
5865
|
|
@@ -5491,6 +5890,7 @@ module Aws::Chime
|
|
5491
5890
|
:phone_number_id,
|
5492
5891
|
:product_type,
|
5493
5892
|
:calling_name)
|
5893
|
+
SENSITIVE = [:calling_name]
|
5494
5894
|
include Aws::Structure
|
5495
5895
|
end
|
5496
5896
|
|
@@ -5524,6 +5924,7 @@ module Aws::Chime
|
|
5524
5924
|
:phone_number_id,
|
5525
5925
|
:product_type,
|
5526
5926
|
:calling_name)
|
5927
|
+
SENSITIVE = [:calling_name]
|
5527
5928
|
include Aws::Structure
|
5528
5929
|
end
|
5529
5930
|
|
@@ -5535,6 +5936,7 @@ module Aws::Chime
|
|
5535
5936
|
#
|
5536
5937
|
class UpdatePhoneNumberResponse < Struct.new(
|
5537
5938
|
:phone_number)
|
5939
|
+
SENSITIVE = []
|
5538
5940
|
include Aws::Structure
|
5539
5941
|
end
|
5540
5942
|
|
@@ -5553,6 +5955,7 @@ module Aws::Chime
|
|
5553
5955
|
#
|
5554
5956
|
class UpdatePhoneNumberSettingsRequest < Struct.new(
|
5555
5957
|
:calling_name)
|
5958
|
+
SENSITIVE = [:calling_name]
|
5556
5959
|
include Aws::Structure
|
5557
5960
|
end
|
5558
5961
|
|
@@ -5589,6 +5992,7 @@ module Aws::Chime
|
|
5589
5992
|
:proxy_session_id,
|
5590
5993
|
:capabilities,
|
5591
5994
|
:expiry_minutes)
|
5995
|
+
SENSITIVE = []
|
5592
5996
|
include Aws::Structure
|
5593
5997
|
end
|
5594
5998
|
|
@@ -5600,6 +6004,7 @@ module Aws::Chime
|
|
5600
6004
|
#
|
5601
6005
|
class UpdateProxySessionResponse < Struct.new(
|
5602
6006
|
:proxy_session)
|
6007
|
+
SENSITIVE = []
|
5603
6008
|
include Aws::Structure
|
5604
6009
|
end
|
5605
6010
|
|
@@ -5636,6 +6041,7 @@ module Aws::Chime
|
|
5636
6041
|
:room_id,
|
5637
6042
|
:member_id,
|
5638
6043
|
:role)
|
6044
|
+
SENSITIVE = []
|
5639
6045
|
include Aws::Structure
|
5640
6046
|
end
|
5641
6047
|
|
@@ -5647,6 +6053,7 @@ module Aws::Chime
|
|
5647
6053
|
#
|
5648
6054
|
class UpdateRoomMembershipResponse < Struct.new(
|
5649
6055
|
:room_membership)
|
6056
|
+
SENSITIVE = []
|
5650
6057
|
include Aws::Structure
|
5651
6058
|
end
|
5652
6059
|
|
@@ -5677,6 +6084,7 @@ module Aws::Chime
|
|
5677
6084
|
:account_id,
|
5678
6085
|
:room_id,
|
5679
6086
|
:name)
|
6087
|
+
SENSITIVE = [:name]
|
5680
6088
|
include Aws::Structure
|
5681
6089
|
end
|
5682
6090
|
|
@@ -5688,6 +6096,7 @@ module Aws::Chime
|
|
5688
6096
|
#
|
5689
6097
|
class UpdateRoomResponse < Struct.new(
|
5690
6098
|
:room)
|
6099
|
+
SENSITIVE = []
|
5691
6100
|
include Aws::Structure
|
5692
6101
|
end
|
5693
6102
|
|
@@ -5734,6 +6143,7 @@ module Aws::Chime
|
|
5734
6143
|
:license_type,
|
5735
6144
|
:user_type,
|
5736
6145
|
:alexa_for_business_metadata)
|
6146
|
+
SENSITIVE = []
|
5737
6147
|
include Aws::Structure
|
5738
6148
|
end
|
5739
6149
|
|
@@ -5776,6 +6186,7 @@ module Aws::Chime
|
|
5776
6186
|
:license_type,
|
5777
6187
|
:user_type,
|
5778
6188
|
:alexa_for_business_metadata)
|
6189
|
+
SENSITIVE = []
|
5779
6190
|
include Aws::Structure
|
5780
6191
|
end
|
5781
6192
|
|
@@ -5787,6 +6198,7 @@ module Aws::Chime
|
|
5787
6198
|
#
|
5788
6199
|
class UpdateUserResponse < Struct.new(
|
5789
6200
|
:user)
|
6201
|
+
SENSITIVE = []
|
5790
6202
|
include Aws::Structure
|
5791
6203
|
end
|
5792
6204
|
|
@@ -5823,6 +6235,7 @@ module Aws::Chime
|
|
5823
6235
|
:account_id,
|
5824
6236
|
:user_id,
|
5825
6237
|
:user_settings)
|
6238
|
+
SENSITIVE = []
|
5826
6239
|
include Aws::Structure
|
5827
6240
|
end
|
5828
6241
|
|
@@ -5858,6 +6271,7 @@ module Aws::Chime
|
|
5858
6271
|
:voice_connector_group_id,
|
5859
6272
|
:name,
|
5860
6273
|
:voice_connector_items)
|
6274
|
+
SENSITIVE = []
|
5861
6275
|
include Aws::Structure
|
5862
6276
|
end
|
5863
6277
|
|
@@ -5869,6 +6283,7 @@ module Aws::Chime
|
|
5869
6283
|
#
|
5870
6284
|
class UpdateVoiceConnectorGroupResponse < Struct.new(
|
5871
6285
|
:voice_connector_group)
|
6286
|
+
SENSITIVE = []
|
5872
6287
|
include Aws::Structure
|
5873
6288
|
end
|
5874
6289
|
|
@@ -5900,6 +6315,7 @@ module Aws::Chime
|
|
5900
6315
|
:voice_connector_id,
|
5901
6316
|
:name,
|
5902
6317
|
:require_encryption)
|
6318
|
+
SENSITIVE = []
|
5903
6319
|
include Aws::Structure
|
5904
6320
|
end
|
5905
6321
|
|
@@ -5911,6 +6327,7 @@ module Aws::Chime
|
|
5911
6327
|
#
|
5912
6328
|
class UpdateVoiceConnectorResponse < Struct.new(
|
5913
6329
|
:voice_connector)
|
6330
|
+
SENSITIVE = []
|
5914
6331
|
include Aws::Structure
|
5915
6332
|
end
|
5916
6333
|
|
@@ -5985,6 +6402,7 @@ module Aws::Chime
|
|
5985
6402
|
:invited_on,
|
5986
6403
|
:alexa_for_business_metadata,
|
5987
6404
|
:personal_pin)
|
6405
|
+
SENSITIVE = [:primary_email, :primary_provisioned_number, :display_name]
|
5988
6406
|
include Aws::Structure
|
5989
6407
|
end
|
5990
6408
|
|
@@ -6010,6 +6428,7 @@ module Aws::Chime
|
|
6010
6428
|
:user_id,
|
6011
6429
|
:error_code,
|
6012
6430
|
:error_message)
|
6431
|
+
SENSITIVE = []
|
6013
6432
|
include Aws::Structure
|
6014
6433
|
end
|
6015
6434
|
|
@@ -6035,6 +6454,7 @@ module Aws::Chime
|
|
6035
6454
|
#
|
6036
6455
|
class UserSettings < Struct.new(
|
6037
6456
|
:telephony)
|
6457
|
+
SENSITIVE = []
|
6038
6458
|
include Aws::Structure
|
6039
6459
|
end
|
6040
6460
|
|
@@ -6083,6 +6503,7 @@ module Aws::Chime
|
|
6083
6503
|
:require_encryption,
|
6084
6504
|
:created_timestamp,
|
6085
6505
|
:updated_timestamp)
|
6506
|
+
SENSITIVE = []
|
6086
6507
|
include Aws::Structure
|
6087
6508
|
end
|
6088
6509
|
|
@@ -6122,6 +6543,7 @@ module Aws::Chime
|
|
6122
6543
|
:voice_connector_items,
|
6123
6544
|
:created_timestamp,
|
6124
6545
|
:updated_timestamp)
|
6546
|
+
SENSITIVE = []
|
6125
6547
|
include Aws::Structure
|
6126
6548
|
end
|
6127
6549
|
|
@@ -6153,6 +6575,7 @@ module Aws::Chime
|
|
6153
6575
|
class VoiceConnectorItem < Struct.new(
|
6154
6576
|
:voice_connector_id,
|
6155
6577
|
:priority)
|
6578
|
+
SENSITIVE = []
|
6156
6579
|
include Aws::Structure
|
6157
6580
|
end
|
6158
6581
|
|
@@ -6174,6 +6597,7 @@ module Aws::Chime
|
|
6174
6597
|
#
|
6175
6598
|
class VoiceConnectorSettings < Struct.new(
|
6176
6599
|
:cdr_bucket)
|
6600
|
+
SENSITIVE = []
|
6177
6601
|
include Aws::Structure
|
6178
6602
|
end
|
6179
6603
|
|