aws-sdk-chime 1.42.0 → 1.48.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 +206 -51
- data/lib/aws-sdk-chime/client_api.rb +127 -1
- data/lib/aws-sdk-chime/types.rb +260 -24
- metadata +5 -6
@@ -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
|
|
@@ -1847,6 +1891,8 @@ module Aws::Chime
|
|
1847
1891
|
Member.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AccountId"))
|
1848
1892
|
Member.struct_class = Types::Member
|
1849
1893
|
|
1894
|
+
MemberArns.member = Shapes::ShapeRef.new(shape: ChimeArn)
|
1895
|
+
|
1850
1896
|
MemberError.add_member(:member_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "MemberId"))
|
1851
1897
|
MemberError.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
1852
1898
|
MemberError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
@@ -1854,6 +1900,8 @@ module Aws::Chime
|
|
1854
1900
|
|
1855
1901
|
MemberErrorList.member = Shapes::ShapeRef.new(shape: MemberError)
|
1856
1902
|
|
1903
|
+
Members.member = Shapes::ShapeRef.new(shape: Identity)
|
1904
|
+
|
1857
1905
|
MembershipItem.add_member(:member_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "MemberId"))
|
1858
1906
|
MembershipItem.add_member(:role, Shapes::ShapeRef.new(shape: RoomMembershipRole, location_name: "Role"))
|
1859
1907
|
MembershipItem.struct_class = Types::MembershipItem
|
@@ -1898,6 +1946,7 @@ module Aws::Chime
|
|
1898
1946
|
|
1899
1947
|
PhoneNumber.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: String, location_name: "PhoneNumberId"))
|
1900
1948
|
PhoneNumber.add_member(:e164_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, location_name: "E164PhoneNumber"))
|
1949
|
+
PhoneNumber.add_member(:country, Shapes::ShapeRef.new(shape: Alpha2CountryCode, location_name: "Country"))
|
1901
1950
|
PhoneNumber.add_member(:type, Shapes::ShapeRef.new(shape: PhoneNumberType, location_name: "Type"))
|
1902
1951
|
PhoneNumber.add_member(:product_type, Shapes::ShapeRef.new(shape: PhoneNumberProductType, location_name: "ProductType"))
|
1903
1952
|
PhoneNumber.add_member(:status, Shapes::ShapeRef.new(shape: PhoneNumberStatus, location_name: "Status"))
|
@@ -1925,6 +1974,12 @@ module Aws::Chime
|
|
1925
1974
|
PhoneNumberCapabilities.add_member(:outbound_mms, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "OutboundMMS"))
|
1926
1975
|
PhoneNumberCapabilities.struct_class = Types::PhoneNumberCapabilities
|
1927
1976
|
|
1977
|
+
PhoneNumberCountriesList.member = Shapes::ShapeRef.new(shape: PhoneNumberCountry)
|
1978
|
+
|
1979
|
+
PhoneNumberCountry.add_member(:country_code, Shapes::ShapeRef.new(shape: Alpha2CountryCode, location_name: "CountryCode"))
|
1980
|
+
PhoneNumberCountry.add_member(:supported_phone_number_types, Shapes::ShapeRef.new(shape: PhoneNumberTypeList, location_name: "SupportedPhoneNumberTypes"))
|
1981
|
+
PhoneNumberCountry.struct_class = Types::PhoneNumberCountry
|
1982
|
+
|
1928
1983
|
PhoneNumberError.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PhoneNumberId"))
|
1929
1984
|
PhoneNumberError.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
1930
1985
|
PhoneNumberError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
@@ -1944,6 +1999,8 @@ module Aws::Chime
|
|
1944
1999
|
|
1945
2000
|
PhoneNumberOrderList.member = Shapes::ShapeRef.new(shape: PhoneNumberOrder)
|
1946
2001
|
|
2002
|
+
PhoneNumberTypeList.member = Shapes::ShapeRef.new(shape: PhoneNumberType)
|
2003
|
+
|
1947
2004
|
Proxy.add_member(:default_session_expiry_minutes, Shapes::ShapeRef.new(shape: Integer, location_name: "DefaultSessionExpiryMinutes"))
|
1948
2005
|
Proxy.add_member(:disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Disabled"))
|
1949
2006
|
Proxy.add_member(:fall_back_phone_number, Shapes::ShapeRef.new(shape: E164PhoneNumber, location_name: "FallBackPhoneNumber"))
|
@@ -2128,16 +2185,21 @@ module Aws::Chime
|
|
2128
2185
|
RoomRetentionSettings.add_member(:retention_days, Shapes::ShapeRef.new(shape: RetentionDays, location_name: "RetentionDays"))
|
2129
2186
|
RoomRetentionSettings.struct_class = Types::RoomRetentionSettings
|
2130
2187
|
|
2188
|
+
SMAUpdateCallArgumentsMap.key = Shapes::ShapeRef.new(shape: SensitiveString)
|
2189
|
+
SMAUpdateCallArgumentsMap.value = Shapes::ShapeRef.new(shape: SensitiveString)
|
2190
|
+
|
2131
2191
|
SearchAvailablePhoneNumbersRequest.add_member(:area_code, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "area-code"))
|
2132
2192
|
SearchAvailablePhoneNumbersRequest.add_member(:city, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "city"))
|
2133
|
-
SearchAvailablePhoneNumbersRequest.add_member(:country, Shapes::ShapeRef.new(shape:
|
2193
|
+
SearchAvailablePhoneNumbersRequest.add_member(:country, Shapes::ShapeRef.new(shape: Alpha2CountryCode, location: "querystring", location_name: "country"))
|
2134
2194
|
SearchAvailablePhoneNumbersRequest.add_member(:state, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "state"))
|
2135
2195
|
SearchAvailablePhoneNumbersRequest.add_member(:toll_free_prefix, Shapes::ShapeRef.new(shape: TollFreePrefix, location: "querystring", location_name: "toll-free-prefix"))
|
2196
|
+
SearchAvailablePhoneNumbersRequest.add_member(:phone_number_type, Shapes::ShapeRef.new(shape: PhoneNumberType, location: "querystring", location_name: "phone-number-type"))
|
2136
2197
|
SearchAvailablePhoneNumbersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PhoneNumberMaxResults, location: "querystring", location_name: "max-results"))
|
2137
2198
|
SearchAvailablePhoneNumbersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
2138
2199
|
SearchAvailablePhoneNumbersRequest.struct_class = Types::SearchAvailablePhoneNumbersRequest
|
2139
2200
|
|
2140
2201
|
SearchAvailablePhoneNumbersResponse.add_member(:e164_phone_numbers, Shapes::ShapeRef.new(shape: E164PhoneNumberList, location_name: "E164PhoneNumbers"))
|
2202
|
+
SearchAvailablePhoneNumbersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
2141
2203
|
SearchAvailablePhoneNumbersResponse.struct_class = Types::SearchAvailablePhoneNumbersResponse
|
2142
2204
|
|
2143
2205
|
SendChannelMessageRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
|
@@ -2284,6 +2346,7 @@ module Aws::Chime
|
|
2284
2346
|
|
2285
2347
|
UpdateAccountRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "accountId"))
|
2286
2348
|
UpdateAccountRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccountName, location_name: "Name"))
|
2349
|
+
UpdateAccountRequest.add_member(:default_license, Shapes::ShapeRef.new(shape: License, location_name: "DefaultLicense"))
|
2287
2350
|
UpdateAccountRequest.struct_class = Types::UpdateAccountRequest
|
2288
2351
|
|
2289
2352
|
UpdateAccountResponse.add_member(:account, Shapes::ShapeRef.new(shape: Account, location_name: "Account"))
|
@@ -2395,6 +2458,14 @@ module Aws::Chime
|
|
2395
2458
|
UpdateRoomResponse.add_member(:room, Shapes::ShapeRef.new(shape: Room, location_name: "Room"))
|
2396
2459
|
UpdateRoomResponse.struct_class = Types::UpdateRoomResponse
|
2397
2460
|
|
2461
|
+
UpdateSipMediaApplicationCallRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipMediaApplicationId"))
|
2462
|
+
UpdateSipMediaApplicationCallRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "transactionId"))
|
2463
|
+
UpdateSipMediaApplicationCallRequest.add_member(:arguments, Shapes::ShapeRef.new(shape: SMAUpdateCallArgumentsMap, required: true, location_name: "Arguments"))
|
2464
|
+
UpdateSipMediaApplicationCallRequest.struct_class = Types::UpdateSipMediaApplicationCallRequest
|
2465
|
+
|
2466
|
+
UpdateSipMediaApplicationCallResponse.add_member(:sip_media_application_call, Shapes::ShapeRef.new(shape: SipMediaApplicationCall, location_name: "SipMediaApplicationCall"))
|
2467
|
+
UpdateSipMediaApplicationCallResponse.struct_class = Types::UpdateSipMediaApplicationCallResponse
|
2468
|
+
|
2398
2469
|
UpdateSipMediaApplicationRequest.add_member(:sip_media_application_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "sipMediaApplicationId"))
|
2399
2470
|
UpdateSipMediaApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SipMediaApplicationName, location_name: "Name"))
|
2400
2471
|
UpdateSipMediaApplicationRequest.add_member(:endpoints, Shapes::ShapeRef.new(shape: SipMediaApplicationEndpointList, location_name: "Endpoints"))
|
@@ -2606,6 +2677,23 @@ module Aws::Chime
|
|
2606
2677
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2607
2678
|
end)
|
2608
2679
|
|
2680
|
+
api.add_operation(:batch_create_channel_membership, Seahorse::Model::Operation.new.tap do |o|
|
2681
|
+
o.name = "BatchCreateChannelMembership"
|
2682
|
+
o.http_method = "POST"
|
2683
|
+
o.http_request_uri = "/channels/{channelArn}/memberships?operation=batch-create"
|
2684
|
+
o.endpoint_pattern = {
|
2685
|
+
"hostPrefix" => "messaging-",
|
2686
|
+
}
|
2687
|
+
o.input = Shapes::ShapeRef.new(shape: BatchCreateChannelMembershipRequest)
|
2688
|
+
o.output = Shapes::ShapeRef.new(shape: BatchCreateChannelMembershipResponse)
|
2689
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2690
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
2691
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
2692
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2693
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2694
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
2695
|
+
end)
|
2696
|
+
|
2609
2697
|
api.add_operation(:batch_create_room_membership, Seahorse::Model::Operation.new.tap do |o|
|
2610
2698
|
o.name = "BatchCreateRoomMembership"
|
2611
2699
|
o.http_method = "POST"
|
@@ -3226,6 +3314,7 @@ module Aws::Chime
|
|
3226
3314
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3227
3315
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3228
3316
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
3317
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3229
3318
|
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
3230
3319
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
3231
3320
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
@@ -4696,6 +4785,21 @@ module Aws::Chime
|
|
4696
4785
|
)
|
4697
4786
|
end)
|
4698
4787
|
|
4788
|
+
api.add_operation(:list_supported_phone_number_countries, Seahorse::Model::Operation.new.tap do |o|
|
4789
|
+
o.name = "ListSupportedPhoneNumberCountries"
|
4790
|
+
o.http_method = "GET"
|
4791
|
+
o.http_request_uri = "/phone-number-countries"
|
4792
|
+
o.input = Shapes::ShapeRef.new(shape: ListSupportedPhoneNumberCountriesRequest)
|
4793
|
+
o.output = Shapes::ShapeRef.new(shape: ListSupportedPhoneNumberCountriesResponse)
|
4794
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
4795
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
4796
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4797
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
4798
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
4799
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
4800
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
4801
|
+
end)
|
4802
|
+
|
4699
4803
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
4700
4804
|
o.name = "ListTagsForResource"
|
4701
4805
|
o.http_method = "GET"
|
@@ -5094,6 +5198,12 @@ module Aws::Chime
|
|
5094
5198
|
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
5095
5199
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5096
5200
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
5201
|
+
o[:pager] = Aws::Pager.new(
|
5202
|
+
limit_key: "max_results",
|
5203
|
+
tokens: {
|
5204
|
+
"next_token" => "next_token"
|
5205
|
+
}
|
5206
|
+
)
|
5097
5207
|
end)
|
5098
5208
|
|
5099
5209
|
api.add_operation(:send_channel_message, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5444,6 +5554,22 @@ module Aws::Chime
|
|
5444
5554
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
5445
5555
|
end)
|
5446
5556
|
|
5557
|
+
api.add_operation(:update_sip_media_application_call, Seahorse::Model::Operation.new.tap do |o|
|
5558
|
+
o.name = "UpdateSipMediaApplicationCall"
|
5559
|
+
o.http_method = "POST"
|
5560
|
+
o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}/calls/{transactionId}"
|
5561
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSipMediaApplicationCallRequest)
|
5562
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSipMediaApplicationCallResponse)
|
5563
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
5564
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
5565
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
5566
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
|
5567
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
|
5568
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
5569
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5570
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
5571
|
+
end)
|
5572
|
+
|
5447
5573
|
api.add_operation(:update_sip_rule, Seahorse::Model::Operation.new.tap do |o|
|
5448
5574
|
o.name = "UpdateSipRule"
|
5449
5575
|
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
|
#
|
@@ -6670,11 +6815,10 @@ module Aws::Chime
|
|
6670
6815
|
#
|
6671
6816
|
# @!attribute [rw] media_region
|
6672
6817
|
# 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` .
|
6818
|
+
# `af-south-1`, `ap-northeast-1`, `ap-northeast-2`, `ap-south-1`,
|
6819
|
+
# `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`, `eu-central-1`,
|
6820
|
+
# `eu-north-1`, `eu-south-1`, `eu-west-1`, `eu-west-2`, `eu-west-3`,
|
6821
|
+
# `sa-east-1`, `us-east-1`, `us-east-2`, `us-west-1`, `us-west-2`.
|
6678
6822
|
# @return [String]
|
6679
6823
|
#
|
6680
6824
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/Meeting AWS API Documentation
|
@@ -6975,6 +7119,10 @@ module Aws::Chime
|
|
6975
7119
|
# The phone number, in E.164 format.
|
6976
7120
|
# @return [String]
|
6977
7121
|
#
|
7122
|
+
# @!attribute [rw] country
|
7123
|
+
# The phone number country. Format: ISO 3166-1 alpha-2.
|
7124
|
+
# @return [String]
|
7125
|
+
#
|
6978
7126
|
# @!attribute [rw] type
|
6979
7127
|
# The phone number type.
|
6980
7128
|
# @return [String]
|
@@ -7020,6 +7168,7 @@ module Aws::Chime
|
|
7020
7168
|
class PhoneNumber < Struct.new(
|
7021
7169
|
:phone_number_id,
|
7022
7170
|
:e164_phone_number,
|
7171
|
+
:country,
|
7023
7172
|
:type,
|
7024
7173
|
:product_type,
|
7025
7174
|
:status,
|
@@ -7107,6 +7256,25 @@ module Aws::Chime
|
|
7107
7256
|
include Aws::Structure
|
7108
7257
|
end
|
7109
7258
|
|
7259
|
+
# The phone number country.
|
7260
|
+
#
|
7261
|
+
# @!attribute [rw] country_code
|
7262
|
+
# The phone number country code. Format: ISO 3166-1 alpha-2.
|
7263
|
+
# @return [String]
|
7264
|
+
#
|
7265
|
+
# @!attribute [rw] supported_phone_number_types
|
7266
|
+
# The supported phone number types.
|
7267
|
+
# @return [Array<String>]
|
7268
|
+
#
|
7269
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PhoneNumberCountry AWS API Documentation
|
7270
|
+
#
|
7271
|
+
class PhoneNumberCountry < Struct.new(
|
7272
|
+
:country_code,
|
7273
|
+
:supported_phone_number_types)
|
7274
|
+
SENSITIVE = []
|
7275
|
+
include Aws::Structure
|
7276
|
+
end
|
7277
|
+
|
7110
7278
|
# If the phone number action fails for one or more of the phone numbers
|
7111
7279
|
# in the request, a list of the phone numbers is returned, along with
|
7112
7280
|
# error codes and error messages.
|
@@ -8190,31 +8358,40 @@ module Aws::Chime
|
|
8190
8358
|
# {
|
8191
8359
|
# area_code: "String",
|
8192
8360
|
# city: "String",
|
8193
|
-
# country: "
|
8361
|
+
# country: "Alpha2CountryCode",
|
8194
8362
|
# state: "String",
|
8195
8363
|
# toll_free_prefix: "TollFreePrefix",
|
8364
|
+
# phone_number_type: "Local", # accepts Local, TollFree
|
8196
8365
|
# max_results: 1,
|
8197
8366
|
# next_token: "String",
|
8198
8367
|
# }
|
8199
8368
|
#
|
8200
8369
|
# @!attribute [rw] area_code
|
8201
|
-
# The area code used to filter results.
|
8370
|
+
# The area code used to filter results. Only applies to the US.
|
8202
8371
|
# @return [String]
|
8203
8372
|
#
|
8204
8373
|
# @!attribute [rw] city
|
8205
|
-
# The city used to filter results.
|
8374
|
+
# The city used to filter results. Only applies to the US.
|
8206
8375
|
# @return [String]
|
8207
8376
|
#
|
8208
8377
|
# @!attribute [rw] country
|
8209
|
-
# The country used to filter results.
|
8378
|
+
# The country used to filter results. Defaults to the US Format: ISO
|
8379
|
+
# 3166-1 alpha-2.
|
8210
8380
|
# @return [String]
|
8211
8381
|
#
|
8212
8382
|
# @!attribute [rw] state
|
8213
|
-
# The state used to filter results.
|
8383
|
+
# The state used to filter results. Required only if you provide
|
8384
|
+
# `City`. Only applies to the US.
|
8214
8385
|
# @return [String]
|
8215
8386
|
#
|
8216
8387
|
# @!attribute [rw] toll_free_prefix
|
8217
|
-
# The toll-free prefix that you use to filter results.
|
8388
|
+
# The toll-free prefix that you use to filter results. Only applies to
|
8389
|
+
# the US.
|
8390
|
+
# @return [String]
|
8391
|
+
#
|
8392
|
+
# @!attribute [rw] phone_number_type
|
8393
|
+
# The phone number type used to filter results. Required for non-US
|
8394
|
+
# numbers.
|
8218
8395
|
# @return [String]
|
8219
8396
|
#
|
8220
8397
|
# @!attribute [rw] max_results
|
@@ -8222,7 +8399,7 @@ module Aws::Chime
|
|
8222
8399
|
# @return [Integer]
|
8223
8400
|
#
|
8224
8401
|
# @!attribute [rw] next_token
|
8225
|
-
# The token
|
8402
|
+
# The token used to retrieve the next page of results.
|
8226
8403
|
# @return [String]
|
8227
8404
|
#
|
8228
8405
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SearchAvailablePhoneNumbersRequest AWS API Documentation
|
@@ -8233,6 +8410,7 @@ module Aws::Chime
|
|
8233
8410
|
:country,
|
8234
8411
|
:state,
|
8235
8412
|
:toll_free_prefix,
|
8413
|
+
:phone_number_type,
|
8236
8414
|
:max_results,
|
8237
8415
|
:next_token)
|
8238
8416
|
SENSITIVE = []
|
@@ -8243,10 +8421,15 @@ module Aws::Chime
|
|
8243
8421
|
# List of phone numbers, in E.164 format.
|
8244
8422
|
# @return [Array<String>]
|
8245
8423
|
#
|
8424
|
+
# @!attribute [rw] next_token
|
8425
|
+
# The token used to retrieve the next page of search results.
|
8426
|
+
# @return [String]
|
8427
|
+
#
|
8246
8428
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SearchAvailablePhoneNumbersResponse AWS API Documentation
|
8247
8429
|
#
|
8248
8430
|
class SearchAvailablePhoneNumbersResponse < Struct.new(
|
8249
|
-
:e164_phone_numbers
|
8431
|
+
:e164_phone_numbers,
|
8432
|
+
:next_token)
|
8250
8433
|
SENSITIVE = []
|
8251
8434
|
include Aws::Structure
|
8252
8435
|
end
|
@@ -9003,6 +9186,7 @@ module Aws::Chime
|
|
9003
9186
|
# {
|
9004
9187
|
# account_id: "NonEmptyString", # required
|
9005
9188
|
# name: "AccountName",
|
9189
|
+
# default_license: "Basic", # accepts Basic, Plus, Pro, ProTrial
|
9006
9190
|
# }
|
9007
9191
|
#
|
9008
9192
|
# @!attribute [rw] account_id
|
@@ -9013,11 +9197,17 @@ module Aws::Chime
|
|
9013
9197
|
# The new name for the specified Amazon Chime account.
|
9014
9198
|
# @return [String]
|
9015
9199
|
#
|
9200
|
+
# @!attribute [rw] default_license
|
9201
|
+
# The default license applied when you add users to an Amazon Chime
|
9202
|
+
# account.
|
9203
|
+
# @return [String]
|
9204
|
+
#
|
9016
9205
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateAccountRequest AWS API Documentation
|
9017
9206
|
#
|
9018
9207
|
class UpdateAccountRequest < Struct.new(
|
9019
9208
|
:account_id,
|
9020
|
-
:name
|
9209
|
+
:name,
|
9210
|
+
:default_license)
|
9021
9211
|
SENSITIVE = []
|
9022
9212
|
include Aws::Structure
|
9023
9213
|
end
|
@@ -9381,7 +9571,7 @@ module Aws::Chime
|
|
9381
9571
|
#
|
9382
9572
|
# {
|
9383
9573
|
# phone_number_id: "String", # required
|
9384
|
-
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector
|
9574
|
+
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
9385
9575
|
# calling_name: "CallingName",
|
9386
9576
|
# }
|
9387
9577
|
#
|
@@ -9415,7 +9605,7 @@ module Aws::Chime
|
|
9415
9605
|
#
|
9416
9606
|
# {
|
9417
9607
|
# phone_number_id: "NonEmptyString", # required
|
9418
|
-
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector
|
9608
|
+
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
9419
9609
|
# calling_name: "CallingName",
|
9420
9610
|
# }
|
9421
9611
|
#
|
@@ -9613,6 +9803,52 @@ module Aws::Chime
|
|
9613
9803
|
include Aws::Structure
|
9614
9804
|
end
|
9615
9805
|
|
9806
|
+
# @note When making an API call, you may pass UpdateSipMediaApplicationCallRequest
|
9807
|
+
# data as a hash:
|
9808
|
+
#
|
9809
|
+
# {
|
9810
|
+
# sip_media_application_id: "NonEmptyString", # required
|
9811
|
+
# transaction_id: "NonEmptyString", # required
|
9812
|
+
# arguments: { # required
|
9813
|
+
# "SensitiveString" => "SensitiveString",
|
9814
|
+
# },
|
9815
|
+
# }
|
9816
|
+
#
|
9817
|
+
# @!attribute [rw] sip_media_application_id
|
9818
|
+
# The ID of the SIP media application handling the call.
|
9819
|
+
# @return [String]
|
9820
|
+
#
|
9821
|
+
# @!attribute [rw] transaction_id
|
9822
|
+
# The ID of the call transaction.
|
9823
|
+
# @return [String]
|
9824
|
+
#
|
9825
|
+
# @!attribute [rw] arguments
|
9826
|
+
# Arguments made available to the Lambda function as part of the
|
9827
|
+
# `CALL_UPDATE_REQUESTED` event. Can contain 0-20 key-value pairs.
|
9828
|
+
# @return [Hash<String,String>]
|
9829
|
+
#
|
9830
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateSipMediaApplicationCallRequest AWS API Documentation
|
9831
|
+
#
|
9832
|
+
class UpdateSipMediaApplicationCallRequest < Struct.new(
|
9833
|
+
:sip_media_application_id,
|
9834
|
+
:transaction_id,
|
9835
|
+
:arguments)
|
9836
|
+
SENSITIVE = []
|
9837
|
+
include Aws::Structure
|
9838
|
+
end
|
9839
|
+
|
9840
|
+
# @!attribute [rw] sip_media_application_call
|
9841
|
+
# A `Call` instance for a SIP media application.
|
9842
|
+
# @return [Types::SipMediaApplicationCall]
|
9843
|
+
#
|
9844
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateSipMediaApplicationCallResponse AWS API Documentation
|
9845
|
+
#
|
9846
|
+
class UpdateSipMediaApplicationCallResponse < Struct.new(
|
9847
|
+
:sip_media_application_call)
|
9848
|
+
SENSITIVE = []
|
9849
|
+
include Aws::Structure
|
9850
|
+
end
|
9851
|
+
|
9616
9852
|
# @note When making an API call, you may pass UpdateSipMediaApplicationRequest
|
9617
9853
|
# data as a hash:
|
9618
9854
|
#
|