aws-sdk-chime 1.43.0 → 1.49.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/CHANGELOG.md +30 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chime.rb +1 -1
- data/lib/aws-sdk-chime/client.rb +216 -56
- data/lib/aws-sdk-chime/client_api.rb +128 -1
- data/lib/aws-sdk-chime/types.rb +266 -25
- metadata +2 -2
@@ -50,9 +50,14 @@ module Aws::Chime
|
|
50
50
|
AttendeeTagKeyList = Shapes::ListShape.new(name: 'AttendeeTagKeyList')
|
51
51
|
AttendeeTagList = Shapes::ListShape.new(name: 'AttendeeTagList')
|
52
52
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
53
|
+
BatchChannelMemberships = Shapes::StructureShape.new(name: 'BatchChannelMemberships')
|
53
54
|
BatchCreateAttendeeErrorList = Shapes::ListShape.new(name: 'BatchCreateAttendeeErrorList')
|
54
55
|
BatchCreateAttendeeRequest = Shapes::StructureShape.new(name: 'BatchCreateAttendeeRequest')
|
55
56
|
BatchCreateAttendeeResponse = Shapes::StructureShape.new(name: 'BatchCreateAttendeeResponse')
|
57
|
+
BatchCreateChannelMembershipError = Shapes::StructureShape.new(name: 'BatchCreateChannelMembershipError')
|
58
|
+
BatchCreateChannelMembershipErrors = Shapes::ListShape.new(name: 'BatchCreateChannelMembershipErrors')
|
59
|
+
BatchCreateChannelMembershipRequest = Shapes::StructureShape.new(name: 'BatchCreateChannelMembershipRequest')
|
60
|
+
BatchCreateChannelMembershipResponse = Shapes::StructureShape.new(name: 'BatchCreateChannelMembershipResponse')
|
56
61
|
BatchCreateRoomMembershipRequest = Shapes::StructureShape.new(name: 'BatchCreateRoomMembershipRequest')
|
57
62
|
BatchCreateRoomMembershipResponse = Shapes::StructureShape.new(name: 'BatchCreateRoomMembershipResponse')
|
58
63
|
BatchDeletePhoneNumberRequest = Shapes::StructureShape.new(name: 'BatchDeletePhoneNumberRequest')
|
@@ -349,6 +354,8 @@ module Aws::Chime
|
|
349
354
|
ListSipMediaApplicationsResponse = Shapes::StructureShape.new(name: 'ListSipMediaApplicationsResponse')
|
350
355
|
ListSipRulesRequest = Shapes::StructureShape.new(name: 'ListSipRulesRequest')
|
351
356
|
ListSipRulesResponse = Shapes::StructureShape.new(name: 'ListSipRulesResponse')
|
357
|
+
ListSupportedPhoneNumberCountriesRequest = Shapes::StructureShape.new(name: 'ListSupportedPhoneNumberCountriesRequest')
|
358
|
+
ListSupportedPhoneNumberCountriesResponse = Shapes::StructureShape.new(name: 'ListSupportedPhoneNumberCountriesResponse')
|
352
359
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
353
360
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
354
361
|
ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
|
@@ -370,9 +377,11 @@ module Aws::Chime
|
|
370
377
|
MeetingTagKeyList = Shapes::ListShape.new(name: 'MeetingTagKeyList')
|
371
378
|
MeetingTagList = Shapes::ListShape.new(name: 'MeetingTagList')
|
372
379
|
Member = Shapes::StructureShape.new(name: 'Member')
|
380
|
+
MemberArns = Shapes::ListShape.new(name: 'MemberArns')
|
373
381
|
MemberError = Shapes::StructureShape.new(name: 'MemberError')
|
374
382
|
MemberErrorList = Shapes::ListShape.new(name: 'MemberErrorList')
|
375
383
|
MemberType = Shapes::StringShape.new(name: 'MemberType')
|
384
|
+
Members = Shapes::ListShape.new(name: 'Members')
|
376
385
|
MembershipItem = Shapes::StructureShape.new(name: 'MembershipItem')
|
377
386
|
MembershipItemList = Shapes::ListShape.new(name: 'MembershipItemList')
|
378
387
|
MessageId = Shapes::StringShape.new(name: 'MessageId')
|
@@ -407,6 +416,8 @@ module Aws::Chime
|
|
407
416
|
PhoneNumberAssociationList = Shapes::ListShape.new(name: 'PhoneNumberAssociationList')
|
408
417
|
PhoneNumberAssociationName = Shapes::StringShape.new(name: 'PhoneNumberAssociationName')
|
409
418
|
PhoneNumberCapabilities = Shapes::StructureShape.new(name: 'PhoneNumberCapabilities')
|
419
|
+
PhoneNumberCountriesList = Shapes::ListShape.new(name: 'PhoneNumberCountriesList')
|
420
|
+
PhoneNumberCountry = Shapes::StructureShape.new(name: 'PhoneNumberCountry')
|
410
421
|
PhoneNumberError = Shapes::StructureShape.new(name: 'PhoneNumberError')
|
411
422
|
PhoneNumberErrorList = Shapes::ListShape.new(name: 'PhoneNumberErrorList')
|
412
423
|
PhoneNumberList = Shapes::ListShape.new(name: 'PhoneNumberList')
|
@@ -417,6 +428,7 @@ module Aws::Chime
|
|
417
428
|
PhoneNumberProductType = Shapes::StringShape.new(name: 'PhoneNumberProductType')
|
418
429
|
PhoneNumberStatus = Shapes::StringShape.new(name: 'PhoneNumberStatus')
|
419
430
|
PhoneNumberType = Shapes::StringShape.new(name: 'PhoneNumberType')
|
431
|
+
PhoneNumberTypeList = Shapes::ListShape.new(name: 'PhoneNumberTypeList')
|
420
432
|
Port = Shapes::IntegerShape.new(name: 'Port')
|
421
433
|
PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
|
422
434
|
ProfileServiceMaxResults = Shapes::IntegerShape.new(name: 'ProfileServiceMaxResults')
|
@@ -472,6 +484,7 @@ module Aws::Chime
|
|
472
484
|
RoomMembershipList = Shapes::ListShape.new(name: 'RoomMembershipList')
|
473
485
|
RoomMembershipRole = Shapes::StringShape.new(name: 'RoomMembershipRole')
|
474
486
|
RoomRetentionSettings = Shapes::StructureShape.new(name: 'RoomRetentionSettings')
|
487
|
+
SMAUpdateCallArgumentsMap = Shapes::MapShape.new(name: 'SMAUpdateCallArgumentsMap')
|
475
488
|
SearchAvailablePhoneNumbersRequest = Shapes::StructureShape.new(name: 'SearchAvailablePhoneNumbersRequest')
|
476
489
|
SearchAvailablePhoneNumbersResponse = Shapes::StructureShape.new(name: 'SearchAvailablePhoneNumbersResponse')
|
477
490
|
SendChannelMessageRequest = Shapes::StructureShape.new(name: 'SendChannelMessageRequest')
|
@@ -550,6 +563,8 @@ module Aws::Chime
|
|
550
563
|
UpdateRoomMembershipResponse = Shapes::StructureShape.new(name: 'UpdateRoomMembershipResponse')
|
551
564
|
UpdateRoomRequest = Shapes::StructureShape.new(name: 'UpdateRoomRequest')
|
552
565
|
UpdateRoomResponse = Shapes::StructureShape.new(name: 'UpdateRoomResponse')
|
566
|
+
UpdateSipMediaApplicationCallRequest = Shapes::StructureShape.new(name: 'UpdateSipMediaApplicationCallRequest')
|
567
|
+
UpdateSipMediaApplicationCallResponse = Shapes::StructureShape.new(name: 'UpdateSipMediaApplicationCallResponse')
|
553
568
|
UpdateSipMediaApplicationRequest = Shapes::StructureShape.new(name: 'UpdateSipMediaApplicationRequest')
|
554
569
|
UpdateSipMediaApplicationResponse = Shapes::StructureShape.new(name: 'UpdateSipMediaApplicationResponse')
|
555
570
|
UpdateSipRuleRequest = Shapes::StructureShape.new(name: 'UpdateSipRuleRequest')
|
@@ -706,6 +721,12 @@ module Aws::Chime
|
|
706
721
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
707
722
|
BadRequestException.struct_class = Types::BadRequestException
|
708
723
|
|
724
|
+
BatchChannelMemberships.add_member(:invited_by, Shapes::ShapeRef.new(shape: Identity, location_name: "InvitedBy"))
|
725
|
+
BatchChannelMemberships.add_member(:type, Shapes::ShapeRef.new(shape: ChannelMembershipType, location_name: "Type"))
|
726
|
+
BatchChannelMemberships.add_member(:members, Shapes::ShapeRef.new(shape: Members, location_name: "Members"))
|
727
|
+
BatchChannelMemberships.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
|
728
|
+
BatchChannelMemberships.struct_class = Types::BatchChannelMemberships
|
729
|
+
|
709
730
|
BatchCreateAttendeeErrorList.member = Shapes::ShapeRef.new(shape: CreateAttendeeError)
|
710
731
|
|
711
732
|
BatchCreateAttendeeRequest.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "meetingId"))
|
@@ -716,6 +737,23 @@ module Aws::Chime
|
|
716
737
|
BatchCreateAttendeeResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchCreateAttendeeErrorList, location_name: "Errors"))
|
717
738
|
BatchCreateAttendeeResponse.struct_class = Types::BatchCreateAttendeeResponse
|
718
739
|
|
740
|
+
BatchCreateChannelMembershipError.add_member(:member_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "MemberArn"))
|
741
|
+
BatchCreateChannelMembershipError.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
742
|
+
BatchCreateChannelMembershipError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
743
|
+
BatchCreateChannelMembershipError.struct_class = Types::BatchCreateChannelMembershipError
|
744
|
+
|
745
|
+
BatchCreateChannelMembershipErrors.member = Shapes::ShapeRef.new(shape: BatchCreateChannelMembershipError)
|
746
|
+
|
747
|
+
BatchCreateChannelMembershipRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
|
748
|
+
BatchCreateChannelMembershipRequest.add_member(:type, Shapes::ShapeRef.new(shape: ChannelMembershipType, location_name: "Type"))
|
749
|
+
BatchCreateChannelMembershipRequest.add_member(:member_arns, Shapes::ShapeRef.new(shape: MemberArns, required: true, location_name: "MemberArns"))
|
750
|
+
BatchCreateChannelMembershipRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, location: "header", location_name: "x-amz-chime-bearer"))
|
751
|
+
BatchCreateChannelMembershipRequest.struct_class = Types::BatchCreateChannelMembershipRequest
|
752
|
+
|
753
|
+
BatchCreateChannelMembershipResponse.add_member(:batch_channel_memberships, Shapes::ShapeRef.new(shape: BatchChannelMemberships, location_name: "BatchChannelMemberships"))
|
754
|
+
BatchCreateChannelMembershipResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchCreateChannelMembershipErrors, location_name: "Errors"))
|
755
|
+
BatchCreateChannelMembershipResponse.struct_class = Types::BatchCreateChannelMembershipResponse
|
756
|
+
|
719
757
|
BatchCreateRoomMembershipRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "accountId"))
|
720
758
|
BatchCreateRoomMembershipRequest.add_member(:room_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "roomId"))
|
721
759
|
BatchCreateRoomMembershipRequest.add_member(:membership_item_list, Shapes::ShapeRef.new(shape: MembershipItemList, required: true, location_name: "MembershipItemList"))
|
@@ -1767,6 +1805,12 @@ module Aws::Chime
|
|
1767
1805
|
ListSipRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextTokenString, location_name: "NextToken"))
|
1768
1806
|
ListSipRulesResponse.struct_class = Types::ListSipRulesResponse
|
1769
1807
|
|
1808
|
+
ListSupportedPhoneNumberCountriesRequest.add_member(:product_type, Shapes::ShapeRef.new(shape: PhoneNumberProductType, required: true, location: "querystring", location_name: "product-type"))
|
1809
|
+
ListSupportedPhoneNumberCountriesRequest.struct_class = Types::ListSupportedPhoneNumberCountriesRequest
|
1810
|
+
|
1811
|
+
ListSupportedPhoneNumberCountriesResponse.add_member(:phone_number_countries, Shapes::ShapeRef.new(shape: PhoneNumberCountriesList, location_name: "PhoneNumberCountries"))
|
1812
|
+
ListSupportedPhoneNumberCountriesResponse.struct_class = Types::ListSupportedPhoneNumberCountriesResponse
|
1813
|
+
|
1770
1814
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "querystring", location_name: "arn"))
|
1771
1815
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
1772
1816
|
|
@@ -1822,6 +1866,7 @@ module Aws::Chime
|
|
1822
1866
|
MediaPlacement.add_member(:screen_viewing_url, Shapes::ShapeRef.new(shape: UriType, location_name: "ScreenViewingUrl"))
|
1823
1867
|
MediaPlacement.add_member(:signaling_url, Shapes::ShapeRef.new(shape: UriType, location_name: "SignalingUrl"))
|
1824
1868
|
MediaPlacement.add_member(:turn_control_url, Shapes::ShapeRef.new(shape: UriType, location_name: "TurnControlUrl"))
|
1869
|
+
MediaPlacement.add_member(:event_ingestion_url, Shapes::ShapeRef.new(shape: UriType, location_name: "EventIngestionUrl"))
|
1825
1870
|
MediaPlacement.struct_class = Types::MediaPlacement
|
1826
1871
|
|
1827
1872
|
Meeting.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, location_name: "MeetingId"))
|
@@ -1847,6 +1892,8 @@ module Aws::Chime
|
|
1847
1892
|
Member.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AccountId"))
|
1848
1893
|
Member.struct_class = Types::Member
|
1849
1894
|
|
1895
|
+
MemberArns.member = Shapes::ShapeRef.new(shape: ChimeArn)
|
1896
|
+
|
1850
1897
|
MemberError.add_member(:member_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "MemberId"))
|
1851
1898
|
MemberError.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
1852
1899
|
MemberError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
@@ -1854,6 +1901,8 @@ module Aws::Chime
|
|
1854
1901
|
|
1855
1902
|
MemberErrorList.member = Shapes::ShapeRef.new(shape: MemberError)
|
1856
1903
|
|
1904
|
+
Members.member = Shapes::ShapeRef.new(shape: Identity)
|
1905
|
+
|
1857
1906
|
MembershipItem.add_member(:member_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "MemberId"))
|
1858
1907
|
MembershipItem.add_member(:role, Shapes::ShapeRef.new(shape: RoomMembershipRole, location_name: "Role"))
|
1859
1908
|
MembershipItem.struct_class = Types::MembershipItem
|
@@ -1898,6 +1947,7 @@ module Aws::Chime
|
|
1898
1947
|
|
1899
1948
|
PhoneNumber.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: String, location_name: "PhoneNumberId"))
|
1900
1949
|
PhoneNumber.add_member(:e164_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, location_name: "E164PhoneNumber"))
|
1950
|
+
PhoneNumber.add_member(:country, Shapes::ShapeRef.new(shape: Alpha2CountryCode, location_name: "Country"))
|
1901
1951
|
PhoneNumber.add_member(:type, Shapes::ShapeRef.new(shape: PhoneNumberType, location_name: "Type"))
|
1902
1952
|
PhoneNumber.add_member(:product_type, Shapes::ShapeRef.new(shape: PhoneNumberProductType, location_name: "ProductType"))
|
1903
1953
|
PhoneNumber.add_member(:status, Shapes::ShapeRef.new(shape: PhoneNumberStatus, location_name: "Status"))
|
@@ -1925,6 +1975,12 @@ module Aws::Chime
|
|
1925
1975
|
PhoneNumberCapabilities.add_member(:outbound_mms, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "OutboundMMS"))
|
1926
1976
|
PhoneNumberCapabilities.struct_class = Types::PhoneNumberCapabilities
|
1927
1977
|
|
1978
|
+
PhoneNumberCountriesList.member = Shapes::ShapeRef.new(shape: PhoneNumberCountry)
|
1979
|
+
|
1980
|
+
PhoneNumberCountry.add_member(:country_code, Shapes::ShapeRef.new(shape: Alpha2CountryCode, location_name: "CountryCode"))
|
1981
|
+
PhoneNumberCountry.add_member(:supported_phone_number_types, Shapes::ShapeRef.new(shape: PhoneNumberTypeList, location_name: "SupportedPhoneNumberTypes"))
|
1982
|
+
PhoneNumberCountry.struct_class = Types::PhoneNumberCountry
|
1983
|
+
|
1928
1984
|
PhoneNumberError.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PhoneNumberId"))
|
1929
1985
|
PhoneNumberError.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
1930
1986
|
PhoneNumberError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
@@ -1944,6 +2000,8 @@ module Aws::Chime
|
|
1944
2000
|
|
1945
2001
|
PhoneNumberOrderList.member = Shapes::ShapeRef.new(shape: PhoneNumberOrder)
|
1946
2002
|
|
2003
|
+
PhoneNumberTypeList.member = Shapes::ShapeRef.new(shape: PhoneNumberType)
|
2004
|
+
|
1947
2005
|
Proxy.add_member(:default_session_expiry_minutes, Shapes::ShapeRef.new(shape: Integer, location_name: "DefaultSessionExpiryMinutes"))
|
1948
2006
|
Proxy.add_member(:disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Disabled"))
|
1949
2007
|
Proxy.add_member(:fall_back_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, location_name: "FallBackPhoneNumber"))
|
@@ -2128,16 +2186,21 @@ module Aws::Chime
|
|
2128
2186
|
RoomRetentionSettings.add_member(:retention_days, Shapes::ShapeRef.new(shape: RetentionDays, location_name: "RetentionDays"))
|
2129
2187
|
RoomRetentionSettings.struct_class = Types::RoomRetentionSettings
|
2130
2188
|
|
2189
|
+
SMAUpdateCallArgumentsMap.key = Shapes::ShapeRef.new(shape: SensitiveString)
|
2190
|
+
SMAUpdateCallArgumentsMap.value = Shapes::ShapeRef.new(shape: SensitiveString)
|
2191
|
+
|
2131
2192
|
SearchAvailablePhoneNumbersRequest.add_member(:area_code, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "area-code"))
|
2132
2193
|
SearchAvailablePhoneNumbersRequest.add_member(:city, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "city"))
|
2133
|
-
SearchAvailablePhoneNumbersRequest.add_member(:country, Shapes::ShapeRef.new(shape:
|
2194
|
+
SearchAvailablePhoneNumbersRequest.add_member(:country, Shapes::ShapeRef.new(shape: Alpha2CountryCode, location: "querystring", location_name: "country"))
|
2134
2195
|
SearchAvailablePhoneNumbersRequest.add_member(:state, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "state"))
|
2135
2196
|
SearchAvailablePhoneNumbersRequest.add_member(:toll_free_prefix, Shapes::ShapeRef.new(shape: TollFreePrefix, location: "querystring", location_name: "toll-free-prefix"))
|
2197
|
+
SearchAvailablePhoneNumbersRequest.add_member(:phone_number_type, Shapes::ShapeRef.new(shape: PhoneNumberType, location: "querystring", location_name: "phone-number-type"))
|
2136
2198
|
SearchAvailablePhoneNumbersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PhoneNumberMaxResults, location: "querystring", location_name: "max-results"))
|
2137
2199
|
SearchAvailablePhoneNumbersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
2138
2200
|
SearchAvailablePhoneNumbersRequest.struct_class = Types::SearchAvailablePhoneNumbersRequest
|
2139
2201
|
|
2140
2202
|
SearchAvailablePhoneNumbersResponse.add_member(:e164_phone_numbers, Shapes::ShapeRef.new(shape: E164PhoneNumberList, location_name: "E164PhoneNumbers"))
|
2203
|
+
SearchAvailablePhoneNumbersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
2141
2204
|
SearchAvailablePhoneNumbersResponse.struct_class = Types::SearchAvailablePhoneNumbersResponse
|
2142
2205
|
|
2143
2206
|
SendChannelMessageRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
|
@@ -2284,6 +2347,7 @@ module Aws::Chime
|
|
2284
2347
|
|
2285
2348
|
UpdateAccountRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "accountId"))
|
2286
2349
|
UpdateAccountRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccountName, location_name: "Name"))
|
2350
|
+
UpdateAccountRequest.add_member(:default_license, Shapes::ShapeRef.new(shape: License, location_name: "DefaultLicense"))
|
2287
2351
|
UpdateAccountRequest.struct_class = Types::UpdateAccountRequest
|
2288
2352
|
|
2289
2353
|
UpdateAccountResponse.add_member(:account, Shapes::ShapeRef.new(shape: Account, location_name: "Account"))
|
@@ -2395,6 +2459,14 @@ module Aws::Chime
|
|
2395
2459
|
UpdateRoomResponse.add_member(:room, Shapes::ShapeRef.new(shape: Room, location_name: "Room"))
|
2396
2460
|
UpdateRoomResponse.struct_class = Types::UpdateRoomResponse
|
2397
2461
|
|
2462
|
+
UpdateSipMediaApplicationCallRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipMediaApplicationId"))
|
2463
|
+
UpdateSipMediaApplicationCallRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "transactionId"))
|
2464
|
+
UpdateSipMediaApplicationCallRequest.add_member(:arguments, Shapes::ShapeRef.new(shape: SMAUpdateCallArgumentsMap, required: true, location_name: "Arguments"))
|
2465
|
+
UpdateSipMediaApplicationCallRequest.struct_class = Types::UpdateSipMediaApplicationCallRequest
|
2466
|
+
|
2467
|
+
UpdateSipMediaApplicationCallResponse.add_member(:sip_media_application_call, Shapes::ShapeRef.new(shape: SipMediaApplicationCall, location_name: "SipMediaApplicationCall"))
|
2468
|
+
UpdateSipMediaApplicationCallResponse.struct_class = Types::UpdateSipMediaApplicationCallResponse
|
2469
|
+
|
2398
2470
|
UpdateSipMediaApplicationRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipMediaApplicationId"))
|
2399
2471
|
UpdateSipMediaApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SipMediaApplicationName, location_name: "Name"))
|
2400
2472
|
UpdateSipMediaApplicationRequest.add_member(:endpoints, Shapes::ShapeRef.new(shape: SipMediaApplicationEndpointList, location_name: "Endpoints"))
|
@@ -2606,6 +2678,23 @@ module Aws::Chime
|
|
2606
2678
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2607
2679
|
end)
|
2608
2680
|
|
2681
|
+
api.add_operation(:batch_create_channel_membership, Seahorse::Model::Operation.new.tap do |o|
|
2682
|
+
o.name = "BatchCreateChannelMembership"
|
2683
|
+
o.http_method = "POST"
|
2684
|
+
o.http_request_uri = "/channels/{channelArn}/memberships?operation=batch-create"
|
2685
|
+
o.endpoint_pattern = {
|
2686
|
+
"hostPrefix" => "messaging-",
|
2687
|
+
}
|
2688
|
+
o.input = Shapes::ShapeRef.new(shape: BatchCreateChannelMembershipRequest)
|
2689
|
+
o.output = Shapes::ShapeRef.new(shape: BatchCreateChannelMembershipResponse)
|
2690
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2691
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
2692
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
2693
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2694
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2695
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
2696
|
+
end)
|
2697
|
+
|
2609
2698
|
api.add_operation(:batch_create_room_membership, Seahorse::Model::Operation.new.tap do |o|
|
2610
2699
|
o.name = "BatchCreateRoomMembership"
|
2611
2700
|
o.http_method = "POST"
|
@@ -3226,6 +3315,7 @@ module Aws::Chime
|
|
3226
3315
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3227
3316
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3228
3317
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
3318
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3229
3319
|
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
3230
3320
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
3231
3321
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
@@ -4696,6 +4786,21 @@ module Aws::Chime
|
|
4696
4786
|
)
|
4697
4787
|
end)
|
4698
4788
|
|
4789
|
+
api.add_operation(:list_supported_phone_number_countries, Seahorse::Model::Operation.new.tap do |o|
|
4790
|
+
o.name = "ListSupportedPhoneNumberCountries"
|
4791
|
+
o.http_method = "GET"
|
4792
|
+
o.http_request_uri = "/phone-number-countries"
|
4793
|
+
o.input = Shapes::ShapeRef.new(shape: ListSupportedPhoneNumberCountriesRequest)
|
4794
|
+
o.output = Shapes::ShapeRef.new(shape: ListSupportedPhoneNumberCountriesResponse)
|
4795
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
4796
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
4797
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4798
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
4799
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
4800
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
4801
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
4802
|
+
end)
|
4803
|
+
|
4699
4804
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
4700
4805
|
o.name = "ListTagsForResource"
|
4701
4806
|
o.http_method = "GET"
|
@@ -5094,6 +5199,12 @@ module Aws::Chime
|
|
5094
5199
|
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
5095
5200
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5096
5201
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
5202
|
+
o[:pager] = Aws::Pager.new(
|
5203
|
+
limit_key: "max_results",
|
5204
|
+
tokens: {
|
5205
|
+
"next_token" => "next_token"
|
5206
|
+
}
|
5207
|
+
)
|
5097
5208
|
end)
|
5098
5209
|
|
5099
5210
|
api.add_operation(:send_channel_message, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5444,6 +5555,22 @@ module Aws::Chime
|
|
5444
5555
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
5445
5556
|
end)
|
5446
5557
|
|
5558
|
+
api.add_operation(:update_sip_media_application_call, Seahorse::Model::Operation.new.tap do |o|
|
5559
|
+
o.name = "UpdateSipMediaApplicationCall"
|
5560
|
+
o.http_method = "POST"
|
5561
|
+
o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}/calls/{transactionId}"
|
5562
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSipMediaApplicationCallRequest)
|
5563
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSipMediaApplicationCallResponse)
|
5564
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
5565
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
5566
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
5567
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
|
5568
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
5569
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
5570
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5571
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
5572
|
+
end)
|
5573
|
+
|
5447
5574
|
api.add_operation(:update_sip_rule, Seahorse::Model::Operation.new.tap do |o|
|
5448
5575
|
o.name = "UpdateSipRule"
|
5449
5576
|
o.http_method = "PUT"
|
data/lib/aws-sdk-chime/types.rb
CHANGED
@@ -592,6 +592,36 @@ module Aws::Chime
|
|
592
592
|
include Aws::Structure
|
593
593
|
end
|
594
594
|
|
595
|
+
# The membership information, including member ARNs, the channel ARN,
|
596
|
+
# and membership types.
|
597
|
+
#
|
598
|
+
# @!attribute [rw] invited_by
|
599
|
+
# The details of a user.
|
600
|
+
# @return [Types::Identity]
|
601
|
+
#
|
602
|
+
# @!attribute [rw] type
|
603
|
+
# The membership types set for the channel users.
|
604
|
+
# @return [String]
|
605
|
+
#
|
606
|
+
# @!attribute [rw] members
|
607
|
+
# The users successfully added to the request.
|
608
|
+
# @return [Array<Types::Identity>]
|
609
|
+
#
|
610
|
+
# @!attribute [rw] channel_arn
|
611
|
+
# The ARN of the channel to which you're adding users.
|
612
|
+
# @return [String]
|
613
|
+
#
|
614
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchChannelMemberships AWS API Documentation
|
615
|
+
#
|
616
|
+
class BatchChannelMemberships < Struct.new(
|
617
|
+
:invited_by,
|
618
|
+
:type,
|
619
|
+
:members,
|
620
|
+
:channel_arn)
|
621
|
+
SENSITIVE = []
|
622
|
+
include Aws::Structure
|
623
|
+
end
|
624
|
+
|
595
625
|
# @note When making an API call, you may pass BatchCreateAttendeeRequest
|
596
626
|
# data as a hash:
|
597
627
|
#
|
@@ -646,6 +676,90 @@ module Aws::Chime
|
|
646
676
|
include Aws::Structure
|
647
677
|
end
|
648
678
|
|
679
|
+
# A list of failed member ARNs, error codes, and error messages.
|
680
|
+
#
|
681
|
+
# @!attribute [rw] member_arn
|
682
|
+
# The ARN of the member that the service couldn't add.
|
683
|
+
# @return [String]
|
684
|
+
#
|
685
|
+
# @!attribute [rw] error_code
|
686
|
+
# The error code.
|
687
|
+
# @return [String]
|
688
|
+
#
|
689
|
+
# @!attribute [rw] error_message
|
690
|
+
# The error message.
|
691
|
+
# @return [String]
|
692
|
+
#
|
693
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchCreateChannelMembershipError AWS API Documentation
|
694
|
+
#
|
695
|
+
class BatchCreateChannelMembershipError < Struct.new(
|
696
|
+
:member_arn,
|
697
|
+
:error_code,
|
698
|
+
:error_message)
|
699
|
+
SENSITIVE = []
|
700
|
+
include Aws::Structure
|
701
|
+
end
|
702
|
+
|
703
|
+
# @note When making an API call, you may pass BatchCreateChannelMembershipRequest
|
704
|
+
# data as a hash:
|
705
|
+
#
|
706
|
+
# {
|
707
|
+
# channel_arn: "ChimeArn", # required
|
708
|
+
# type: "DEFAULT", # accepts DEFAULT, HIDDEN
|
709
|
+
# member_arns: ["ChimeArn"], # required
|
710
|
+
# chime_bearer: "ChimeArn",
|
711
|
+
# }
|
712
|
+
#
|
713
|
+
# @!attribute [rw] channel_arn
|
714
|
+
# The ARN of the channel to which you're adding users.
|
715
|
+
# @return [String]
|
716
|
+
#
|
717
|
+
# @!attribute [rw] type
|
718
|
+
# The membership type of a user, `DEFAULT` or `HIDDEN`. Default
|
719
|
+
# members are always returned as part of `ListChannelMemberships`.
|
720
|
+
# Hidden members are only returned if the type filter in
|
721
|
+
# `ListChannelMemberships` equals `HIDDEN`. Otherwise hidden members
|
722
|
+
# are not returned. This is only supported by moderators.
|
723
|
+
# @return [String]
|
724
|
+
#
|
725
|
+
# @!attribute [rw] member_arns
|
726
|
+
# The ARNs of the members you want to add to the channel.
|
727
|
+
# @return [Array<String>]
|
728
|
+
#
|
729
|
+
# @!attribute [rw] chime_bearer
|
730
|
+
# The `AppInstanceUserArn` of the user that makes the API call.
|
731
|
+
# @return [String]
|
732
|
+
#
|
733
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchCreateChannelMembershipRequest AWS API Documentation
|
734
|
+
#
|
735
|
+
class BatchCreateChannelMembershipRequest < Struct.new(
|
736
|
+
:channel_arn,
|
737
|
+
:type,
|
738
|
+
:member_arns,
|
739
|
+
:chime_bearer)
|
740
|
+
SENSITIVE = []
|
741
|
+
include Aws::Structure
|
742
|
+
end
|
743
|
+
|
744
|
+
# @!attribute [rw] batch_channel_memberships
|
745
|
+
# The list of channel memberships in the response.
|
746
|
+
# @return [Types::BatchChannelMemberships]
|
747
|
+
#
|
748
|
+
# @!attribute [rw] errors
|
749
|
+
# If the action fails for one or more of the memberships in the
|
750
|
+
# request, a list of the memberships is returned, along with error
|
751
|
+
# codes and error messages.
|
752
|
+
# @return [Array<Types::BatchCreateChannelMembershipError>]
|
753
|
+
#
|
754
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchCreateChannelMembershipResponse AWS API Documentation
|
755
|
+
#
|
756
|
+
class BatchCreateChannelMembershipResponse < Struct.new(
|
757
|
+
:batch_channel_memberships,
|
758
|
+
:errors)
|
759
|
+
SENSITIVE = []
|
760
|
+
include Aws::Structure
|
761
|
+
end
|
762
|
+
|
649
763
|
# @note When making an API call, you may pass BatchCreateRoomMembershipRequest
|
650
764
|
# data as a hash:
|
651
765
|
#
|
@@ -814,7 +928,7 @@ module Aws::Chime
|
|
814
928
|
# update_phone_number_request_items: [ # required
|
815
929
|
# {
|
816
930
|
# phone_number_id: "NonEmptyString", # required
|
817
|
-
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector
|
931
|
+
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
818
932
|
# calling_name: "CallingName",
|
819
933
|
# },
|
820
934
|
# ],
|
@@ -2041,7 +2155,7 @@ module Aws::Chime
|
|
2041
2155
|
#
|
2042
2156
|
#
|
2043
2157
|
#
|
2044
|
-
# [1]: https://docs.aws.amazon.com/chime/latest/APIReference/
|
2158
|
+
# [1]: https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateAttendee.html
|
2045
2159
|
# @return [String]
|
2046
2160
|
#
|
2047
2161
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMeetingDialOutRequest AWS API Documentation
|
@@ -2262,7 +2376,7 @@ module Aws::Chime
|
|
2262
2376
|
# data as a hash:
|
2263
2377
|
#
|
2264
2378
|
# {
|
2265
|
-
# product_type: "BusinessCalling", # required, accepts BusinessCalling, VoiceConnector
|
2379
|
+
# product_type: "BusinessCalling", # required, accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
2266
2380
|
# e164_phone_numbers: ["E164PhoneNumber"], # required
|
2267
2381
|
# }
|
2268
2382
|
#
|
@@ -2478,12 +2592,12 @@ module Aws::Chime
|
|
2478
2592
|
# }
|
2479
2593
|
#
|
2480
2594
|
# @!attribute [rw] from_phone_number
|
2481
|
-
# The phone number that a user calls from.
|
2595
|
+
# The phone number that a user calls from. This is a phone number in
|
2596
|
+
# your Amazon Chime phone number inventory.
|
2482
2597
|
# @return [String]
|
2483
2598
|
#
|
2484
2599
|
# @!attribute [rw] to_phone_number
|
2485
|
-
# The phone number that the
|
2486
|
-
# meeting.
|
2600
|
+
# The phone number that the service should call.
|
2487
2601
|
# @return [String]
|
2488
2602
|
#
|
2489
2603
|
# @!attribute [rw] sip_media_application_id
|
@@ -3588,7 +3702,7 @@ module Aws::Chime
|
|
3588
3702
|
end
|
3589
3703
|
|
3590
3704
|
# @!attribute [rw] channel_ban
|
3591
|
-
# The
|
3705
|
+
# The details of the ban.
|
3592
3706
|
# @return [Types::ChannelBan]
|
3593
3707
|
#
|
3594
3708
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DescribeChannelBanResponse AWS API Documentation
|
@@ -6034,7 +6148,7 @@ module Aws::Chime
|
|
6034
6148
|
#
|
6035
6149
|
# {
|
6036
6150
|
# status: "AcquireInProgress", # accepts AcquireInProgress, AcquireFailed, Unassigned, Assigned, ReleaseInProgress, DeleteInProgress, ReleaseFailed, DeleteFailed
|
6037
|
-
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector
|
6151
|
+
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
6038
6152
|
# filter_name: "AccountId", # accepts AccountId, UserId, VoiceConnectorId, VoiceConnectorGroupId, SipRuleId
|
6039
6153
|
# filter_value: "String",
|
6040
6154
|
# max_results: 1,
|
@@ -6349,6 +6463,37 @@ module Aws::Chime
|
|
6349
6463
|
include Aws::Structure
|
6350
6464
|
end
|
6351
6465
|
|
6466
|
+
# @note When making an API call, you may pass ListSupportedPhoneNumberCountriesRequest
|
6467
|
+
# data as a hash:
|
6468
|
+
#
|
6469
|
+
# {
|
6470
|
+
# product_type: "BusinessCalling", # required, accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
6471
|
+
# }
|
6472
|
+
#
|
6473
|
+
# @!attribute [rw] product_type
|
6474
|
+
# The phone number product type.
|
6475
|
+
# @return [String]
|
6476
|
+
#
|
6477
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListSupportedPhoneNumberCountriesRequest AWS API Documentation
|
6478
|
+
#
|
6479
|
+
class ListSupportedPhoneNumberCountriesRequest < Struct.new(
|
6480
|
+
:product_type)
|
6481
|
+
SENSITIVE = []
|
6482
|
+
include Aws::Structure
|
6483
|
+
end
|
6484
|
+
|
6485
|
+
# @!attribute [rw] phone_number_countries
|
6486
|
+
# The supported phone number countries.
|
6487
|
+
# @return [Array<Types::PhoneNumberCountry>]
|
6488
|
+
#
|
6489
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ListSupportedPhoneNumberCountriesResponse AWS API Documentation
|
6490
|
+
#
|
6491
|
+
class ListSupportedPhoneNumberCountriesResponse < Struct.new(
|
6492
|
+
:phone_number_countries)
|
6493
|
+
SENSITIVE = []
|
6494
|
+
include Aws::Structure
|
6495
|
+
end
|
6496
|
+
|
6352
6497
|
# @note When making an API call, you may pass ListTagsForResourceRequest
|
6353
6498
|
# data as a hash:
|
6354
6499
|
#
|
@@ -6640,6 +6785,10 @@ module Aws::Chime
|
|
6640
6785
|
# The turn control URL.
|
6641
6786
|
# @return [String]
|
6642
6787
|
#
|
6788
|
+
# @!attribute [rw] event_ingestion_url
|
6789
|
+
# The event ingestion URL.
|
6790
|
+
# @return [String]
|
6791
|
+
#
|
6643
6792
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/MediaPlacement AWS API Documentation
|
6644
6793
|
#
|
6645
6794
|
class MediaPlacement < Struct.new(
|
@@ -6649,7 +6798,8 @@ module Aws::Chime
|
|
6649
6798
|
:screen_sharing_url,
|
6650
6799
|
:screen_viewing_url,
|
6651
6800
|
:signaling_url,
|
6652
|
-
:turn_control_url
|
6801
|
+
:turn_control_url,
|
6802
|
+
:event_ingestion_url)
|
6653
6803
|
SENSITIVE = []
|
6654
6804
|
include Aws::Structure
|
6655
6805
|
end
|
@@ -6670,11 +6820,10 @@ module Aws::Chime
|
|
6670
6820
|
#
|
6671
6821
|
# @!attribute [rw] media_region
|
6672
6822
|
# The Region in which you create the meeting. Available values:
|
6673
|
-
# `af-south-1
|
6674
|
-
# `ap-southeast-1
|
6675
|
-
# `eu-
|
6676
|
-
# `
|
6677
|
-
# , `us-west-1` , `us-west-2` .
|
6823
|
+
# `af-south-1`, `ap-northeast-1`, `ap-northeast-2`, `ap-south-1`,
|
6824
|
+
# `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`, `eu-central-1`,
|
6825
|
+
# `eu-north-1`, `eu-south-1`, `eu-west-1`, `eu-west-2`, `eu-west-3`,
|
6826
|
+
# `sa-east-1`, `us-east-1`, `us-east-2`, `us-west-1`, `us-west-2`.
|
6678
6827
|
# @return [String]
|
6679
6828
|
#
|
6680
6829
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/Meeting AWS API Documentation
|
@@ -6975,6 +7124,10 @@ module Aws::Chime
|
|
6975
7124
|
# The phone number, in E.164 format.
|
6976
7125
|
# @return [String]
|
6977
7126
|
#
|
7127
|
+
# @!attribute [rw] country
|
7128
|
+
# The phone number country. Format: ISO 3166-1 alpha-2.
|
7129
|
+
# @return [String]
|
7130
|
+
#
|
6978
7131
|
# @!attribute [rw] type
|
6979
7132
|
# The phone number type.
|
6980
7133
|
# @return [String]
|
@@ -7020,6 +7173,7 @@ module Aws::Chime
|
|
7020
7173
|
class PhoneNumber < Struct.new(
|
7021
7174
|
:phone_number_id,
|
7022
7175
|
:e164_phone_number,
|
7176
|
+
:country,
|
7023
7177
|
:type,
|
7024
7178
|
:product_type,
|
7025
7179
|
:status,
|
@@ -7107,6 +7261,25 @@ module Aws::Chime
|
|
7107
7261
|
include Aws::Structure
|
7108
7262
|
end
|
7109
7263
|
|
7264
|
+
# The phone number country.
|
7265
|
+
#
|
7266
|
+
# @!attribute [rw] country_code
|
7267
|
+
# The phone number country code. Format: ISO 3166-1 alpha-2.
|
7268
|
+
# @return [String]
|
7269
|
+
#
|
7270
|
+
# @!attribute [rw] supported_phone_number_types
|
7271
|
+
# The supported phone number types.
|
7272
|
+
# @return [Array<String>]
|
7273
|
+
#
|
7274
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PhoneNumberCountry AWS API Documentation
|
7275
|
+
#
|
7276
|
+
class PhoneNumberCountry < Struct.new(
|
7277
|
+
:country_code,
|
7278
|
+
:supported_phone_number_types)
|
7279
|
+
SENSITIVE = []
|
7280
|
+
include Aws::Structure
|
7281
|
+
end
|
7282
|
+
|
7110
7283
|
# If the phone number action fails for one or more of the phone numbers
|
7111
7284
|
# in the request, a list of the phone numbers is returned, along with
|
7112
7285
|
# error codes and error messages.
|
@@ -8190,31 +8363,40 @@ module Aws::Chime
|
|
8190
8363
|
# {
|
8191
8364
|
# area_code: "String",
|
8192
8365
|
# city: "String",
|
8193
|
-
# country: "
|
8366
|
+
# country: "Alpha2CountryCode",
|
8194
8367
|
# state: "String",
|
8195
8368
|
# toll_free_prefix: "TollFreePrefix",
|
8369
|
+
# phone_number_type: "Local", # accepts Local, TollFree
|
8196
8370
|
# max_results: 1,
|
8197
8371
|
# next_token: "String",
|
8198
8372
|
# }
|
8199
8373
|
#
|
8200
8374
|
# @!attribute [rw] area_code
|
8201
|
-
# The area code used to filter results.
|
8375
|
+
# The area code used to filter results. Only applies to the US.
|
8202
8376
|
# @return [String]
|
8203
8377
|
#
|
8204
8378
|
# @!attribute [rw] city
|
8205
|
-
# The city used to filter results.
|
8379
|
+
# The city used to filter results. Only applies to the US.
|
8206
8380
|
# @return [String]
|
8207
8381
|
#
|
8208
8382
|
# @!attribute [rw] country
|
8209
|
-
# The country used to filter results.
|
8383
|
+
# The country used to filter results. Defaults to the US Format: ISO
|
8384
|
+
# 3166-1 alpha-2.
|
8210
8385
|
# @return [String]
|
8211
8386
|
#
|
8212
8387
|
# @!attribute [rw] state
|
8213
|
-
# The state used to filter results.
|
8388
|
+
# The state used to filter results. Required only if you provide
|
8389
|
+
# `City`. Only applies to the US.
|
8214
8390
|
# @return [String]
|
8215
8391
|
#
|
8216
8392
|
# @!attribute [rw] toll_free_prefix
|
8217
|
-
# The toll-free prefix that you use to filter results.
|
8393
|
+
# The toll-free prefix that you use to filter results. Only applies to
|
8394
|
+
# the US.
|
8395
|
+
# @return [String]
|
8396
|
+
#
|
8397
|
+
# @!attribute [rw] phone_number_type
|
8398
|
+
# The phone number type used to filter results. Required for non-US
|
8399
|
+
# numbers.
|
8218
8400
|
# @return [String]
|
8219
8401
|
#
|
8220
8402
|
# @!attribute [rw] max_results
|
@@ -8222,7 +8404,7 @@ module Aws::Chime
|
|
8222
8404
|
# @return [Integer]
|
8223
8405
|
#
|
8224
8406
|
# @!attribute [rw] next_token
|
8225
|
-
# The token
|
8407
|
+
# The token used to retrieve the next page of results.
|
8226
8408
|
# @return [String]
|
8227
8409
|
#
|
8228
8410
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SearchAvailablePhoneNumbersRequest AWS API Documentation
|
@@ -8233,6 +8415,7 @@ module Aws::Chime
|
|
8233
8415
|
:country,
|
8234
8416
|
:state,
|
8235
8417
|
:toll_free_prefix,
|
8418
|
+
:phone_number_type,
|
8236
8419
|
:max_results,
|
8237
8420
|
:next_token)
|
8238
8421
|
SENSITIVE = []
|
@@ -8243,10 +8426,15 @@ module Aws::Chime
|
|
8243
8426
|
# List of phone numbers, in E.164 format.
|
8244
8427
|
# @return [Array<String>]
|
8245
8428
|
#
|
8429
|
+
# @!attribute [rw] next_token
|
8430
|
+
# The token used to retrieve the next page of search results.
|
8431
|
+
# @return [String]
|
8432
|
+
#
|
8246
8433
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SearchAvailablePhoneNumbersResponse AWS API Documentation
|
8247
8434
|
#
|
8248
8435
|
class SearchAvailablePhoneNumbersResponse < Struct.new(
|
8249
|
-
:e164_phone_numbers
|
8436
|
+
:e164_phone_numbers,
|
8437
|
+
:next_token)
|
8250
8438
|
SENSITIVE = []
|
8251
8439
|
include Aws::Structure
|
8252
8440
|
end
|
@@ -9003,6 +9191,7 @@ module Aws::Chime
|
|
9003
9191
|
# {
|
9004
9192
|
# account_id: "NonEmptyString", # required
|
9005
9193
|
# name: "AccountName",
|
9194
|
+
# default_license: "Basic", # accepts Basic, Plus, Pro, ProTrial
|
9006
9195
|
# }
|
9007
9196
|
#
|
9008
9197
|
# @!attribute [rw] account_id
|
@@ -9013,11 +9202,17 @@ module Aws::Chime
|
|
9013
9202
|
# The new name for the specified Amazon Chime account.
|
9014
9203
|
# @return [String]
|
9015
9204
|
#
|
9205
|
+
# @!attribute [rw] default_license
|
9206
|
+
# The default license applied when you add users to an Amazon Chime
|
9207
|
+
# account.
|
9208
|
+
# @return [String]
|
9209
|
+
#
|
9016
9210
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateAccountRequest AWS API Documentation
|
9017
9211
|
#
|
9018
9212
|
class UpdateAccountRequest < Struct.new(
|
9019
9213
|
:account_id,
|
9020
|
-
:name
|
9214
|
+
:name,
|
9215
|
+
:default_license)
|
9021
9216
|
SENSITIVE = []
|
9022
9217
|
include Aws::Structure
|
9023
9218
|
end
|
@@ -9381,7 +9576,7 @@ module Aws::Chime
|
|
9381
9576
|
#
|
9382
9577
|
# {
|
9383
9578
|
# phone_number_id: "String", # required
|
9384
|
-
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector
|
9579
|
+
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
9385
9580
|
# calling_name: "CallingName",
|
9386
9581
|
# }
|
9387
9582
|
#
|
@@ -9415,7 +9610,7 @@ module Aws::Chime
|
|
9415
9610
|
#
|
9416
9611
|
# {
|
9417
9612
|
# phone_number_id: "NonEmptyString", # required
|
9418
|
-
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector
|
9613
|
+
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
9419
9614
|
# calling_name: "CallingName",
|
9420
9615
|
# }
|
9421
9616
|
#
|
@@ -9613,6 +9808,52 @@ module Aws::Chime
|
|
9613
9808
|
include Aws::Structure
|
9614
9809
|
end
|
9615
9810
|
|
9811
|
+
# @note When making an API call, you may pass UpdateSipMediaApplicationCallRequest
|
9812
|
+
# data as a hash:
|
9813
|
+
#
|
9814
|
+
# {
|
9815
|
+
# sip_media_application_id: "NonEmptyString", # required
|
9816
|
+
# transaction_id: "NonEmptyString", # required
|
9817
|
+
# arguments: { # required
|
9818
|
+
# "SensitiveString" => "SensitiveString",
|
9819
|
+
# },
|
9820
|
+
# }
|
9821
|
+
#
|
9822
|
+
# @!attribute [rw] sip_media_application_id
|
9823
|
+
# The ID of the SIP media application handling the call.
|
9824
|
+
# @return [String]
|
9825
|
+
#
|
9826
|
+
# @!attribute [rw] transaction_id
|
9827
|
+
# The ID of the call transaction.
|
9828
|
+
# @return [String]
|
9829
|
+
#
|
9830
|
+
# @!attribute [rw] arguments
|
9831
|
+
# Arguments made available to the Lambda function as part of the
|
9832
|
+
# `CALL_UPDATE_REQUESTED` event. Can contain 0-20 key-value pairs.
|
9833
|
+
# @return [Hash<String,String>]
|
9834
|
+
#
|
9835
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateSipMediaApplicationCallRequest AWS API Documentation
|
9836
|
+
#
|
9837
|
+
class UpdateSipMediaApplicationCallRequest < Struct.new(
|
9838
|
+
:sip_media_application_id,
|
9839
|
+
:transaction_id,
|
9840
|
+
:arguments)
|
9841
|
+
SENSITIVE = []
|
9842
|
+
include Aws::Structure
|
9843
|
+
end
|
9844
|
+
|
9845
|
+
# @!attribute [rw] sip_media_application_call
|
9846
|
+
# A `Call` instance for a SIP media application.
|
9847
|
+
# @return [Types::SipMediaApplicationCall]
|
9848
|
+
#
|
9849
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateSipMediaApplicationCallResponse AWS API Documentation
|
9850
|
+
#
|
9851
|
+
class UpdateSipMediaApplicationCallResponse < Struct.new(
|
9852
|
+
:sip_media_application_call)
|
9853
|
+
SENSITIVE = []
|
9854
|
+
include Aws::Structure
|
9855
|
+
end
|
9856
|
+
|
9616
9857
|
# @note When making an API call, you may pass UpdateSipMediaApplicationRequest
|
9617
9858
|
# data as a hash:
|
9618
9859
|
#
|