aws-sdk-chimesdkvoice 1.18.0 → 1.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chimesdkvoice/client.rb +33 -9
- data/lib/aws-sdk-chimesdkvoice/client_api.rb +2 -0
- data/lib/aws-sdk-chimesdkvoice/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-chimesdkvoice/types.rb +9 -1
- data/lib/aws-sdk-chimesdkvoice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 736dd9f152cefbf7d849ecf9ad06c5ebd620b50e99ba3e8ea93725f2eec806c0
|
4
|
+
data.tar.gz: 5f41ebf92cf10f9587b1c499f6870498a4129aefa5e83b1d4537a233d8d0e5b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7c227859dd48ba12671e04c07882b181de7b77bafa85e1b44945e494dcb0c01e9fa1416ff40d3ad76db99ca41de876938c26ddca30ebed491a2c55356e89131
|
7
|
+
data.tar.gz: 8a279486768f81322d3fd2d5699b0423eee5199f14be930df285a617ec3c9a6ef0de22218979f48047890c841007aff2a72dfeffea2ba9cdc4b7ed6875aef41d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.20.0 (2024-05-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.19.0 (2024-04-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Due to changes made by the Amazon Alexa service, GetSipMediaApplicationAlexaSkillConfiguration and PutSipMediaApplicationAlexaSkillConfiguration APIs are no longer available for use. For more information, refer to the Alexa Smart Properties page.
|
13
|
+
|
4
14
|
1.18.0 (2024-04-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.20.0
|
@@ -301,8 +301,9 @@ module Aws::ChimeSDKVoice
|
|
301
301
|
#
|
302
302
|
# @option options [String] :sdk_ua_app_id
|
303
303
|
# A unique and opaque application ID that is appended to the
|
304
|
-
# User-Agent header as app
|
305
|
-
# maximum length of 50.
|
304
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
305
|
+
# maximum length of 50. This variable is sourced from environment
|
306
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
306
307
|
#
|
307
308
|
# @option options [String] :secret_access_key
|
308
309
|
#
|
@@ -534,7 +535,14 @@ module Aws::ChimeSDKVoice
|
|
534
535
|
req.send_request(options)
|
535
536
|
end
|
536
537
|
|
537
|
-
# Updates
|
538
|
+
# Updates phone number product types, calling names, or phone number
|
539
|
+
# names. You can update one attribute at a time for each
|
540
|
+
# `UpdatePhoneNumberRequestItem`. For example, you can update the
|
541
|
+
# product type, the calling name, or phone name.
|
542
|
+
#
|
543
|
+
# <note markdown="1"> You cannot have a duplicate `phoneNumberId` in a request.
|
544
|
+
#
|
545
|
+
# </note>
|
538
546
|
#
|
539
547
|
# @option params [required, Array<Types::UpdatePhoneNumberRequestItem>] :update_phone_number_request_items
|
540
548
|
# Lists the phone numbers in the update request.
|
@@ -1753,6 +1761,14 @@ module Aws::ChimeSDKVoice
|
|
1753
1761
|
|
1754
1762
|
# Gets the Alexa Skill configuration for the SIP media application.
|
1755
1763
|
#
|
1764
|
+
# Due to changes made by the Amazon Alexa service, this API is no longer
|
1765
|
+
# available for use. For more information, refer to the [Alexa Smart
|
1766
|
+
# Properties][1] page.
|
1767
|
+
#
|
1768
|
+
#
|
1769
|
+
#
|
1770
|
+
# [1]: https://developer.amazon.com/en-US/alexa/alexasmartproperties
|
1771
|
+
#
|
1756
1772
|
# @option params [required, String] :sip_media_application_id
|
1757
1773
|
# The SIP media application ID.
|
1758
1774
|
#
|
@@ -2885,6 +2901,14 @@ module Aws::ChimeSDKVoice
|
|
2885
2901
|
|
2886
2902
|
# Updates the Alexa Skill configuration for the SIP media application.
|
2887
2903
|
#
|
2904
|
+
# Due to changes made by the Amazon Alexa service, this API is no longer
|
2905
|
+
# available for use. For more information, refer to the [Alexa Smart
|
2906
|
+
# Properties][1] page.
|
2907
|
+
#
|
2908
|
+
#
|
2909
|
+
#
|
2910
|
+
# [1]: https://developer.amazon.com/en-US/alexa/alexasmartproperties
|
2911
|
+
#
|
2888
2912
|
# @option params [required, String] :sip_media_application_id
|
2889
2913
|
# The SIP media application ID.
|
2890
2914
|
#
|
@@ -3635,10 +3659,10 @@ module Aws::ChimeSDKVoice
|
|
3635
3659
|
req.send_request(options)
|
3636
3660
|
end
|
3637
3661
|
|
3638
|
-
# Updates phone number details, such as product type
|
3639
|
-
# for the specified phone number ID. You can update
|
3640
|
-
# detail at a time. For example, you can update either
|
3641
|
-
#
|
3662
|
+
# Updates phone number details, such as product type, calling name, or
|
3663
|
+
# phone number name for the specified phone number ID. You can update
|
3664
|
+
# one phone number detail at a time. For example, you can update either
|
3665
|
+
# the product type, calling name, or phone number name in one action.
|
3642
3666
|
#
|
3643
3667
|
# For numbers outside the U.S., you must use the Amazon Chime SDK SIP
|
3644
3668
|
# Media Application Dial-In product type.
|
@@ -3657,7 +3681,7 @@ module Aws::ChimeSDKVoice
|
|
3657
3681
|
# The outbound calling name associated with the phone number.
|
3658
3682
|
#
|
3659
3683
|
# @option params [String] :name
|
3660
|
-
# Specifies the name assigned to one or more phone numbers.
|
3684
|
+
# Specifies the updated name assigned to one or more phone numbers.
|
3661
3685
|
#
|
3662
3686
|
# @return [Types::UpdatePhoneNumberResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3663
3687
|
#
|
@@ -4210,7 +4234,7 @@ module Aws::ChimeSDKVoice
|
|
4210
4234
|
params: params,
|
4211
4235
|
config: config)
|
4212
4236
|
context[:gem_name] = 'aws-sdk-chimesdkvoice'
|
4213
|
-
context[:gem_version] = '1.
|
4237
|
+
context[:gem_version] = '1.20.0'
|
4214
4238
|
Seahorse::Client::Request.new(handlers, context)
|
4215
4239
|
end
|
4216
4240
|
|
@@ -1922,6 +1922,7 @@ module Aws::ChimeSDKVoice
|
|
1922
1922
|
o.name = "GetSipMediaApplicationAlexaSkillConfiguration"
|
1923
1923
|
o.http_method = "GET"
|
1924
1924
|
o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}/alexa-skill-configuration"
|
1925
|
+
o.deprecated = true
|
1925
1926
|
o.input = Shapes::ShapeRef.new(shape: GetSipMediaApplicationAlexaSkillConfigurationRequest)
|
1926
1927
|
o.output = Shapes::ShapeRef.new(shape: GetSipMediaApplicationAlexaSkillConfigurationResponse)
|
1927
1928
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -2410,6 +2411,7 @@ module Aws::ChimeSDKVoice
|
|
2410
2411
|
o.name = "PutSipMediaApplicationAlexaSkillConfiguration"
|
2411
2412
|
o.http_method = "PUT"
|
2412
2413
|
o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}/alexa-skill-configuration"
|
2414
|
+
o.deprecated = true
|
2413
2415
|
o.input = Shapes::ShapeRef.new(shape: PutSipMediaApplicationAlexaSkillConfigurationRequest)
|
2414
2416
|
o.output = Shapes::ShapeRef.new(shape: PutSipMediaApplicationAlexaSkillConfigurationResponse)
|
2415
2417
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -32,7 +32,7 @@ module Aws::ChimeSDKVoice
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://voice-chime-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
37
|
end
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
@@ -2918,6 +2918,14 @@ module Aws::ChimeSDKVoice
|
|
2918
2918
|
|
2919
2919
|
# The Alexa Skill configuration of a SIP media application.
|
2920
2920
|
#
|
2921
|
+
# Due to changes made by the Amazon Alexa service, this data type is no
|
2922
|
+
# longer available for use. For more information, refer to the [Alexa
|
2923
|
+
# Smart Properties][1] page.
|
2924
|
+
#
|
2925
|
+
#
|
2926
|
+
#
|
2927
|
+
# [1]: https://developer.amazon.com/en-US/alexa/alexasmartproperties
|
2928
|
+
#
|
2921
2929
|
# @!attribute [rw] alexa_skill_status
|
2922
2930
|
# The status of the Alexa Skill configuration.
|
2923
2931
|
# @return [String]
|
@@ -3470,7 +3478,7 @@ module Aws::ChimeSDKVoice
|
|
3470
3478
|
# @return [String]
|
3471
3479
|
#
|
3472
3480
|
# @!attribute [rw] name
|
3473
|
-
# Specifies the name assigned to one or more phone numbers.
|
3481
|
+
# Specifies the updated name assigned to one or more phone numbers.
|
3474
3482
|
# @return [String]
|
3475
3483
|
#
|
3476
3484
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-voice-2022-08-03/UpdatePhoneNumberRequest AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-chimesdkvoice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.20.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|