aws-sdk-chimesdkvoice 1.25.0 → 1.26.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6989392eae62d9aa40ed87bcde6cd538344670ef6516da74a01f7942110d099
4
- data.tar.gz: f588fe0ae0d40a27369b4bcbeb37719e4f7ec0fd0cc288c15a1e8f3e5389d4d1
3
+ metadata.gz: 3a9600e953357cafbf6c6379534349a498ae1ae1562eee9b06a80a04c59c808c
4
+ data.tar.gz: ec3446734e3f7245b5cb74a540a90ae484a658a21b9d37859acf7b15540e37e2
5
5
  SHA512:
6
- metadata.gz: f12fab085837cf0355d70091a0c62112e69c9f54e84e49c30b056702e02a731320d027edaaa6a002a3e078b2143e78f4d61a74731160874d244e7e3087d22cba
7
- data.tar.gz: 2fe5a20b1100e6fb7b31f8f831f011cf27cc10fc13835a2adb10c8fc76421fdef15ac6bd5248a97e0abab5f3d679a3bc08b48ef549f29e610a85b53459dd55ee
6
+ metadata.gz: 4407e8ddf399176402525fd16d5452da42de1223c8457b0d9afeaf5caaa790893a6fbc2939a5bdbb4175eef26faa6bd98edc427b616c29a126f6387607f7e748
7
+ data.tar.gz: 903d7007291b429f52971671760619f607ca1b6c5ec607b051ccc5bce4b185625a1e50c0948d5d723f3e82e9b5c9682f2b8d9b46b035fdd44f958243de239116
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.25.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.26.0
@@ -4246,7 +4246,7 @@ module Aws::ChimeSDKVoice
4246
4246
  params: params,
4247
4247
  config: config)
4248
4248
  context[:gem_name] = 'aws-sdk-chimesdkvoice'
4249
- context[:gem_version] = '1.25.0'
4249
+ context[:gem_version] = '1.26.0'
4250
4250
  Seahorse::Client::Request.new(handlers, context)
4251
4251
  end
4252
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-chimesdkvoice/customizations'
52
52
  # @!group service
53
53
  module Aws::ChimeSDKVoice
54
54
 
55
- GEM_VERSION = '1.25.0'
55
+ GEM_VERSION = '1.26.0'
56
56
 
57
57
  end
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.25.0
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-07-02 00:00:00.000000000 Z
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