aws-sdk-chimesdkvoice 1.24.0 → 1.26.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 +10 -1
- data/lib/aws-sdk-chimesdkvoice/types.rb +13 -13
- data/lib/aws-sdk-chimesdkvoice.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/resource.rbs +1 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a9600e953357cafbf6c6379534349a498ae1ae1562eee9b06a80a04c59c808c
|
4
|
+
data.tar.gz: ec3446734e3f7245b5cb74a540a90ae484a658a21b9d37859acf7b15540e37e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4407e8ddf399176402525fd16d5452da42de1223c8457b0d9afeaf5caaa790893a6fbc2939a5bdbb4175eef26faa6bd98edc427b616c29a126f6387607f7e748
|
7
|
+
data.tar.gz: 903d7007291b429f52971671760619f607ca1b6c5ec607b051ccc5bce4b185625a1e50c0948d5d723f3e82e9b5c9682f2b8d9b46b035fdd44f958243de239116
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.26.0 (2024-07-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.25.0 (2024-07-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.24.0 (2024-06-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.26.0
|
@@ -312,6 +312,15 @@ module Aws::ChimeSDKVoice
|
|
312
312
|
#
|
313
313
|
# @option options [String] :session_token
|
314
314
|
#
|
315
|
+
# @option options [Array] :sigv4a_signing_region_set
|
316
|
+
# A list of regions that should be signed with SigV4a signing. When
|
317
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
318
|
+
# in the following locations:
|
319
|
+
#
|
320
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
321
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
322
|
+
# * `~/.aws/config`
|
323
|
+
#
|
315
324
|
# @option options [Boolean] :stub_responses (false)
|
316
325
|
# Causes the client to return stubbed responses. By default
|
317
326
|
# fake responses are generated and returned. You can specify
|
@@ -4237,7 +4246,7 @@ module Aws::ChimeSDKVoice
|
|
4237
4246
|
params: params,
|
4238
4247
|
config: config)
|
4239
4248
|
context[:gem_name] = 'aws-sdk-chimesdkvoice'
|
4240
|
-
context[:gem_version] = '1.
|
4249
|
+
context[:gem_version] = '1.26.0'
|
4241
4250
|
Seahorse::Client::Request.new(handlers, context)
|
4242
4251
|
end
|
4243
4252
|
|
@@ -97,7 +97,7 @@ module Aws::ChimeSDKVoice
|
|
97
97
|
:voice_connector_group_id,
|
98
98
|
:e164_phone_numbers,
|
99
99
|
:force_associate)
|
100
|
-
SENSITIVE = []
|
100
|
+
SENSITIVE = [:e164_phone_numbers]
|
101
101
|
include Aws::Structure
|
102
102
|
end
|
103
103
|
|
@@ -136,7 +136,7 @@ module Aws::ChimeSDKVoice
|
|
136
136
|
:voice_connector_id,
|
137
137
|
:e164_phone_numbers,
|
138
138
|
:force_associate)
|
139
|
-
SENSITIVE = []
|
139
|
+
SENSITIVE = [:e164_phone_numbers]
|
140
140
|
include Aws::Structure
|
141
141
|
end
|
142
142
|
|
@@ -302,7 +302,7 @@ module Aws::ChimeSDKVoice
|
|
302
302
|
:product_type,
|
303
303
|
:e164_phone_numbers,
|
304
304
|
:name)
|
305
|
-
SENSITIVE = [:name]
|
305
|
+
SENSITIVE = [:e164_phone_numbers, :name]
|
306
306
|
include Aws::Structure
|
307
307
|
end
|
308
308
|
|
@@ -363,7 +363,7 @@ module Aws::ChimeSDKVoice
|
|
363
363
|
:number_selection_behavior,
|
364
364
|
:geo_match_level,
|
365
365
|
:geo_match_params)
|
366
|
-
SENSITIVE = [:name]
|
366
|
+
SENSITIVE = [:participant_phone_numbers, :name]
|
367
367
|
include Aws::Structure
|
368
368
|
end
|
369
369
|
|
@@ -410,7 +410,7 @@ module Aws::ChimeSDKVoice
|
|
410
410
|
:sip_media_application_id,
|
411
411
|
:sip_headers,
|
412
412
|
:arguments_map)
|
413
|
-
SENSITIVE = [:from_phone_number, :to_phone_number]
|
413
|
+
SENSITIVE = [:from_phone_number, :to_phone_number, :sip_headers, :arguments_map]
|
414
414
|
include Aws::Structure
|
415
415
|
end
|
416
416
|
|
@@ -848,7 +848,7 @@ module Aws::ChimeSDKVoice
|
|
848
848
|
class DeleteVoiceConnectorTerminationCredentialsRequest < Struct.new(
|
849
849
|
:voice_connector_id,
|
850
850
|
:usernames)
|
851
|
-
SENSITIVE = []
|
851
|
+
SENSITIVE = [:usernames]
|
852
852
|
include Aws::Structure
|
853
853
|
end
|
854
854
|
|
@@ -901,7 +901,7 @@ module Aws::ChimeSDKVoice
|
|
901
901
|
class DisassociatePhoneNumbersFromVoiceConnectorGroupRequest < Struct.new(
|
902
902
|
:voice_connector_group_id,
|
903
903
|
:e164_phone_numbers)
|
904
|
-
SENSITIVE = []
|
904
|
+
SENSITIVE = [:e164_phone_numbers]
|
905
905
|
include Aws::Structure
|
906
906
|
end
|
907
907
|
|
@@ -932,7 +932,7 @@ module Aws::ChimeSDKVoice
|
|
932
932
|
class DisassociatePhoneNumbersFromVoiceConnectorRequest < Struct.new(
|
933
933
|
:voice_connector_id,
|
934
934
|
:e164_phone_numbers)
|
935
|
-
SENSITIVE = []
|
935
|
+
SENSITIVE = [:e164_phone_numbers]
|
936
936
|
include Aws::Structure
|
937
937
|
end
|
938
938
|
|
@@ -1850,7 +1850,7 @@ module Aws::ChimeSDKVoice
|
|
1850
1850
|
#
|
1851
1851
|
class ListVoiceConnectorTerminationCredentialsResponse < Struct.new(
|
1852
1852
|
:usernames)
|
1853
|
-
SENSITIVE = []
|
1853
|
+
SENSITIVE = [:usernames]
|
1854
1854
|
include Aws::Structure
|
1855
1855
|
end
|
1856
1856
|
|
@@ -2832,7 +2832,7 @@ module Aws::ChimeSDKVoice
|
|
2832
2832
|
class SearchAvailablePhoneNumbersResponse < Struct.new(
|
2833
2833
|
:e164_phone_numbers,
|
2834
2834
|
:next_token)
|
2835
|
-
SENSITIVE = []
|
2835
|
+
SENSITIVE = [:e164_phone_numbers]
|
2836
2836
|
include Aws::Structure
|
2837
2837
|
end
|
2838
2838
|
|
@@ -2939,7 +2939,7 @@ module Aws::ChimeSDKVoice
|
|
2939
2939
|
class SipMediaApplicationAlexaSkillConfiguration < Struct.new(
|
2940
2940
|
:alexa_skill_status,
|
2941
2941
|
:alexa_skill_ids)
|
2942
|
-
SENSITIVE = []
|
2942
|
+
SENSITIVE = [:alexa_skill_ids]
|
2943
2943
|
include Aws::Structure
|
2944
2944
|
end
|
2945
2945
|
|
@@ -3449,7 +3449,7 @@ module Aws::ChimeSDKVoice
|
|
3449
3449
|
class UntagResourceRequest < Struct.new(
|
3450
3450
|
:resource_arn,
|
3451
3451
|
:tag_keys)
|
3452
|
-
SENSITIVE = [:resource_arn]
|
3452
|
+
SENSITIVE = [:resource_arn, :tag_keys]
|
3453
3453
|
include Aws::Structure
|
3454
3454
|
end
|
3455
3455
|
|
@@ -3604,7 +3604,7 @@ module Aws::ChimeSDKVoice
|
|
3604
3604
|
:sip_media_application_id,
|
3605
3605
|
:transaction_id,
|
3606
3606
|
:arguments)
|
3607
|
-
SENSITIVE = []
|
3607
|
+
SENSITIVE = [:arguments]
|
3608
3608
|
include Aws::Structure
|
3609
3609
|
end
|
3610
3610
|
|
data/sig/client.rbs
CHANGED
data/sig/resource.rbs
CHANGED
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.26.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-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.201.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,21 +29,21 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.201.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.5'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.5'
|
47
47
|
description: Official AWS Ruby gem for Amazon Chime SDK Voice. This gem is part of
|
48
48
|
the AWS SDK for Ruby.
|
49
49
|
email:
|