aws-sdk-chimesdkvoice 1.26.0 → 1.28.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 -4
- data/lib/aws-sdk-chimesdkvoice/types.rb +21 -7
- data/lib/aws-sdk-chimesdkvoice.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/resource.rbs +1 -0
- 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: 522df43397d2d328ec8d6ed2c2b52e6f7e950246195da5445026119686c9feda
|
4
|
+
data.tar.gz: 19170ab6391e44a70f715eed1a9a3306f7f00415729e4a9cb2af7e2f78d93dd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 034d3293854c2e0a00433a531a188ee42ed5b23ba538b271e507968fb845a7a3f482056ba0ec88c5bd5830203a5eefafabd4478b2338b0be3595cc0838d82e0b
|
7
|
+
data.tar.gz: a4540604bbf73e34fe1097d75e0d03cbf1f88987b980d8d8138ec90ca5e8a49727152fa5ee028cdbf014971948a521754ea233acc9d780bc6abe58d7e68d7833
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.27.0 (2024-09-03)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.26.0 (2024-07-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.28.0
|
@@ -32,6 +32,7 @@ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
|
32
32
|
require 'aws-sdk-core/plugins/request_compression.rb'
|
33
33
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
34
34
|
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry.rb'
|
35
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
36
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
37
38
|
|
@@ -83,6 +84,7 @@ module Aws::ChimeSDKVoice
|
|
83
84
|
add_plugin(Aws::Plugins::RequestCompression)
|
84
85
|
add_plugin(Aws::Plugins::DefaultsMode)
|
85
86
|
add_plugin(Aws::Plugins::RecursionDetection)
|
87
|
+
add_plugin(Aws::Plugins::Telemetry)
|
86
88
|
add_plugin(Aws::Plugins::Sign)
|
87
89
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
88
90
|
add_plugin(Aws::ChimeSDKVoice::Plugins::Endpoints)
|
@@ -330,6 +332,16 @@ module Aws::ChimeSDKVoice
|
|
330
332
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
331
333
|
# requests are made, and retries are disabled.
|
332
334
|
#
|
335
|
+
# @option options [Aws::Telemetry::TelemetryProviderBase] :telemetry_provider (Aws::Telemetry::NoOpTelemetryProvider)
|
336
|
+
# Allows you to provide a telemetry provider, which is used to
|
337
|
+
# emit telemetry data. By default, uses `NoOpTelemetryProvider` which
|
338
|
+
# will not record or emit any telemetry data. The SDK supports the
|
339
|
+
# following telemetry providers:
|
340
|
+
#
|
341
|
+
# * OpenTelemetry (OTel) - To use the OTel provider, install and require the
|
342
|
+
# `opentelemetry-sdk` gem and then, pass in an instance of a
|
343
|
+
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
344
|
+
#
|
333
345
|
# @option options [Aws::TokenProvider] :token_provider
|
334
346
|
# A Bearer Token Provider. This can be an instance of any one of the
|
335
347
|
# following classes:
|
@@ -413,6 +425,12 @@ module Aws::ChimeSDKVoice
|
|
413
425
|
# @option options [String] :ssl_ca_store
|
414
426
|
# Sets the X509::Store to verify peer certificate.
|
415
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
|
+
#
|
416
434
|
# @option options [Float] :ssl_timeout
|
417
435
|
# Sets the SSL timeout in seconds
|
418
436
|
#
|
@@ -2298,7 +2316,7 @@ module Aws::ChimeSDKVoice
|
|
2298
2316
|
# The Voice Connector ID.
|
2299
2317
|
#
|
2300
2318
|
# @option params [required, String] :voice_tone_analysis_task_id
|
2301
|
-
# The ID of the voice tone
|
2319
|
+
# The ID of the voice tone analysis task.
|
2302
2320
|
#
|
2303
2321
|
# @option params [required, Boolean] :is_caller
|
2304
2322
|
# Specifies whether the voice being analyzed is the caller (originator)
|
@@ -4177,7 +4195,13 @@ module Aws::ChimeSDKVoice
|
|
4177
4195
|
# The address state, such as `ME`.
|
4178
4196
|
#
|
4179
4197
|
# @option params [required, String] :country
|
4180
|
-
# 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
|
4181
4205
|
#
|
4182
4206
|
# @option params [required, String] :postal_code
|
4183
4207
|
# The dress postal code, such `04352`.
|
@@ -4239,14 +4263,19 @@ module Aws::ChimeSDKVoice
|
|
4239
4263
|
# @api private
|
4240
4264
|
def build_request(operation_name, params = {})
|
4241
4265
|
handlers = @handlers.for(operation_name)
|
4266
|
+
tracer = config.telemetry_provider.tracer_provider.tracer(
|
4267
|
+
Aws::Telemetry.module_to_tracer_name('Aws::ChimeSDKVoice')
|
4268
|
+
)
|
4242
4269
|
context = Seahorse::Client::RequestContext.new(
|
4243
4270
|
operation_name: operation_name,
|
4244
4271
|
operation: config.api.operation(operation_name),
|
4245
4272
|
client: self,
|
4246
4273
|
params: params,
|
4247
|
-
config: config
|
4274
|
+
config: config,
|
4275
|
+
tracer: tracer
|
4276
|
+
)
|
4248
4277
|
context[:gem_name] = 'aws-sdk-chimesdkvoice'
|
4249
|
-
context[:gem_version] = '1.
|
4278
|
+
context[:gem_version] = '1.28.0'
|
4250
4279
|
Seahorse::Client::Request.new(handlers, context)
|
4251
4280
|
end
|
4252
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
|
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
|
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.
|
3872
|
-
#
|
3873
|
-
#
|
3874
|
-
#
|
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
|
data/sig/client.rbs
CHANGED
@@ -50,6 +50,7 @@ module Aws
|
|
50
50
|
?session_token: String,
|
51
51
|
?sigv4a_signing_region_set: Array[String],
|
52
52
|
?stub_responses: untyped,
|
53
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
53
54
|
?token_provider: untyped,
|
54
55
|
?use_dualstack_endpoint: bool,
|
55
56
|
?use_fips_endpoint: bool,
|
data/sig/resource.rbs
CHANGED
@@ -50,6 +50,7 @@ module Aws
|
|
50
50
|
?session_token: String,
|
51
51
|
?sigv4a_signing_region_set: Array[String],
|
52
52
|
?stub_responses: untyped,
|
53
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
53
54
|
?token_provider: untyped,
|
54
55
|
?use_dualstack_endpoint: bool,
|
55
56
|
?use_fips_endpoint: bool,
|
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.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-
|
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
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.203.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.203.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|