aws-sdk-chimesdkvoice 1.27.0 → 1.28.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: b9a8e67658384f951d90d4dbdd7f932864152f0e436b61e96e52b898ffffe05c
4
- data.tar.gz: 341521eecba5b0ad40107baacdfa660ea85af9d9aced5ad7cc33e63d5bb34b19
3
+ metadata.gz: 522df43397d2d328ec8d6ed2c2b52e6f7e950246195da5445026119686c9feda
4
+ data.tar.gz: 19170ab6391e44a70f715eed1a9a3306f7f00415729e4a9cb2af7e2f78d93dd0
5
5
  SHA512:
6
- metadata.gz: 3ace26f249acc19050cc2a5e3951036e1cceda9a56194e48d0e0d80814f9a39b2afd6956905a630cc3837b5feb722f83b6937ac51a407bdda6d591dbf40014be
7
- data.tar.gz: 6c4c1e183c6190a3ad8a6abcdf06603c5880fe24aca5efa5f05433368992bdbe53a0d6d77c2dc077981e3373d5c48912b288ec44b480e88f80ce6a3f55d5cec1
6
+ metadata.gz: 034d3293854c2e0a00433a531a188ee42ed5b23ba538b271e507968fb845a7a3f482056ba0ec88c5bd5830203a5eefafabd4478b2338b0be3595cc0838d82e0b
7
+ data.tar.gz: a4540604bbf73e34fe1097d75e0d03cbf1f88987b980d8d8138ec90ca5e8a49727152fa5ee028cdbf014971948a521754ea233acc9d780bc6abe58d7e68d7833
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs.
8
+
4
9
  1.27.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -425,6 +425,12 @@ module Aws::ChimeSDKVoice
425
425
  # @option options [String] :ssl_ca_store
426
426
  # Sets the X509::Store to verify peer certificate.
427
427
  #
428
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
429
+ # Sets a client certificate when creating http connections.
430
+ #
431
+ # @option options [OpenSSL::PKey] :ssl_key
432
+ # Sets a client key when creating http connections.
433
+ #
428
434
  # @option options [Float] :ssl_timeout
429
435
  # Sets the SSL timeout in seconds
430
436
  #
@@ -2310,7 +2316,7 @@ module Aws::ChimeSDKVoice
2310
2316
  # The Voice Connector ID.
2311
2317
  #
2312
2318
  # @option params [required, String] :voice_tone_analysis_task_id
2313
- # The ID of the voice tone anlysis task.
2319
+ # The ID of the voice tone analysis task.
2314
2320
  #
2315
2321
  # @option params [required, Boolean] :is_caller
2316
2322
  # Specifies whether the voice being analyzed is the caller (originator)
@@ -4189,7 +4195,13 @@ module Aws::ChimeSDKVoice
4189
4195
  # The address state, such as `ME`.
4190
4196
  #
4191
4197
  # @option params [required, String] :country
4192
- # The country in the address being validated.
4198
+ # The country in the address being validated as two-letter country code
4199
+ # in ISO 3166-1 alpha-2 format, such as `US`. For more information, see
4200
+ # [ISO 3166-1 alpha-2][1] in Wikipedia.
4201
+ #
4202
+ #
4203
+ #
4204
+ # [1]: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
4193
4205
  #
4194
4206
  # @option params [required, String] :postal_code
4195
4207
  # The dress postal code, such `04352`.
@@ -4263,7 +4275,7 @@ module Aws::ChimeSDKVoice
4263
4275
  tracer: tracer
4264
4276
  )
4265
4277
  context[:gem_name] = 'aws-sdk-chimesdkvoice'
4266
- context[:gem_version] = '1.27.0'
4278
+ context[:gem_version] = '1.28.0'
4267
4279
  Seahorse::Client::Request.new(handlers, context)
4268
4280
  end
4269
4281
 
@@ -1492,7 +1492,7 @@ module Aws::ChimeSDKVoice
1492
1492
  # @return [String]
1493
1493
  #
1494
1494
  # @!attribute [rw] voice_tone_analysis_task_id
1495
- # The ID of the voice tone anlysis task.
1495
+ # The ID of the voice tone analysis task.
1496
1496
  # @return [String]
1497
1497
  #
1498
1498
  # @!attribute [rw] is_caller
@@ -1985,7 +1985,7 @@ module Aws::ChimeSDKVoice
1985
1985
  # The configuration for a call analytics task.
1986
1986
  #
1987
1987
  # @!attribute [rw] disabled
1988
- # Denotes the configration as enabled or disabled.
1988
+ # Denotes the configuration as enabled or disabled.
1989
1989
  # @return [Boolean]
1990
1990
  #
1991
1991
  # @!attribute [rw] configuration_arn
@@ -3846,7 +3846,13 @@ module Aws::ChimeSDKVoice
3846
3846
  # @return [String]
3847
3847
  #
3848
3848
  # @!attribute [rw] country
3849
- # The country in the address being validated.
3849
+ # The country in the address being validated as two-letter country
3850
+ # code in ISO 3166-1 alpha-2 format, such as `US`. For more
3851
+ # information, see [ISO 3166-1 alpha-2][1] in Wikipedia.
3852
+ #
3853
+ #
3854
+ #
3855
+ # [1]: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
3850
3856
  # @return [String]
3851
3857
  #
3852
3858
  # @!attribute [rw] postal_code
@@ -3868,10 +3874,18 @@ module Aws::ChimeSDKVoice
3868
3874
  end
3869
3875
 
3870
3876
  # @!attribute [rw] validation_result
3871
- # Number indicating the result of address validation. `0` means the
3872
- # address was perfect as-is and successfully validated. `1` means the
3873
- # address was corrected. `2` means the address sent was not close
3874
- # enough and was not validated.
3877
+ # Number indicating the result of address validation.
3878
+ #
3879
+ # Each possible result is defined as follows:
3880
+ #
3881
+ # * `0` - Address validation succeeded.
3882
+ #
3883
+ # * `1` - Address validation succeeded. The address was a close enough
3884
+ # match and has been corrected as part of the address object.
3885
+ #
3886
+ # * `2` - Address validation failed. You should re-submit the
3887
+ # validation request with candidates from the `CandidateAddressList`
3888
+ # result, if it's a close match.
3875
3889
  # @return [Integer]
3876
3890
  #
3877
3891
  # @!attribute [rw] address_external_id
@@ -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.27.0'
55
+ GEM_VERSION = '1.28.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.27.0
4
+ version: 1.28.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-09-03 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core