aws-sdk-chimesdkvoice 1.27.0 → 1.29.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 +15 -3
- data/lib/aws-sdk-chimesdkvoice/endpoints.rb +93 -372
- data/lib/aws-sdk-chimesdkvoice/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-chimesdkvoice/types.rb +21 -7
- data/lib/aws-sdk-chimesdkvoice.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73264a201f6295c2fe72c6880a8e2e3af54673e891a2783635f4e4145b88e023
|
4
|
+
data.tar.gz: 562184dda5472782305f9941a95033bdc5deba0ce515d490594fad1c8b543391
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49bfc9f6f43b73345a9d011252730fab45b852996600d3959ae0021c8603ec57d2eaf11582d6fa267bc646addac8c48de444326f5c78179f7a4ee40605a1eb9e
|
7
|
+
data.tar.gz: ccd49df3739f12ebaf22443a8849713088ad994a1158f758dc452020aa153dddff5b1e8632a823486b6e18ac16f7f49e883b1793e75d4056087967303eb44c1a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.29.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.28.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs.
|
13
|
+
|
4
14
|
1.27.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.29.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
|
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.
|
4278
|
+
context[:gem_version] = '1.29.0'
|
4267
4279
|
Seahorse::Client::Request.new(handlers, context)
|
4268
4280
|
end
|
4269
4281
|
|