aws-sdk-chimesdkvoice 1.56.0 → 1.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2445626e03631fafdce590838860a39b9d204a85e377f2bcea6a46cda5e18669
4
- data.tar.gz: 71243233fc952208183dbd69a55096c6d5f4ce773457517a0c63fc364de7e4c0
3
+ metadata.gz: 52b681cf67b993678b20a160f57650aaa4464b8caaa53d021c47b82e388ae670
4
+ data.tar.gz: 6f1ac05dc883a3113bb00a642a11430585222f6d003e4d9d81b82426b33e690d
5
5
  SHA512:
6
- metadata.gz: 4b559a012f51fd35d2f231354a6799b8b396c551c745e0d41592be39381af7561c5cf713ae8d16eee89f102b9f7b14135b979ec6c2ac9f860712ac922991d0c2
7
- data.tar.gz: 247a3d4836aafd237233cd9cd6a794f61684d3149d6d2e3ee745307a7636bc924b39a7864b01eb5897bee63e9c29285d781a98a489252b9e78998853251feeb8
6
+ metadata.gz: '08da1d5ed6380f3b23bf8638212c506dece8994166d709aa9eb9fce7ec5ec6fa4d68642edea519a3a12a6ec0c98024fa9e342e0cced22cd9237691eddc80f323'
7
+ data.tar.gz: b3a49b10daa3abfbdfaca47c70e442a8bb285387d5784abb1402b728d6432d2afc875a29d17368ae93c13e60e586ea441549557f754406b1476dfb3ba08b6298
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2026-06-04)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
9
+ 1.57.0 (2026-05-21)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.56.0 (2026-05-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.58.0
@@ -199,7 +199,7 @@ module Aws::ChimeSDKVoice
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::ChimeSDKVoice
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -982,33 +980,34 @@ module Aws::ChimeSDKVoice
982
980
  # The tags assigned to the Voice Connector.
983
981
  #
984
982
  # @option params [String] :integration_type
985
- # The connectors for use with Amazon Connect.
983
+ # The connectors for use with Connect Customer.
986
984
  #
987
985
  # The following options are available:
988
986
  #
989
987
  # * `CONNECT_CALL_TRANSFER_CONNECTOR` - Enables enterprises to integrate
990
- # Amazon Connect with other voice systems to directly transfer voice
988
+ # Connect Customer with other voice systems to directly transfer voice
991
989
  # calls and metadata without using the public telephone network. They
992
- # can use Amazon Connect telephony and Interactive Voice Response
990
+ # can use Connect Customer telephony and Interactive Voice Response
993
991
  # (IVR) with their existing voice systems to modernize the IVR
994
992
  # experience of their existing contact center and their enterprise and
995
993
  # branch voice systems. Additionally, enterprises migrating their
996
- # contact center to Amazon Connect can start with Connect telephony
994
+ # contact center to Connect Customer can start with Connect telephony
997
995
  # and IVR for immediate modernization ahead of agent migration.
998
996
  #
999
997
  # * `CONNECT_ANALYTICS_CONNECTOR` - Enables enterprises to integrate
1000
- # Amazon Connect with other voice systems for real-time and post-call
1001
- # analytics. They can use Amazon Connect Contact Lens with their
1002
- # existing voice systems to provides call recordings, conversational
1003
- # analytics (including contact transcript, sensitive data redaction,
1004
- # content categorization, theme detection, sentiment analysis,
1005
- # real-time alerts, and post-contact summary), and agent performance
1006
- # evaluations (including evaluation forms, automated evaluation,
1007
- # supervisor review) with a rich user experience to display, search
1008
- # and filter customer interactions, and programmatic access to data
1009
- # streams and the data lake. Additionally, enterprises migrating their
1010
- # contact center to Amazon Connect can start with Contact Lens
1011
- # analytics and performance insights ahead of agent migration.
998
+ # Connect Customer with other voice systems for real-time and
999
+ # post-call analytics. They can use Connect Customer Contact Lens with
1000
+ # their existing voice systems to provides call recordings,
1001
+ # conversational analytics (including contact transcript, sensitive
1002
+ # data redaction, content categorization, theme detection, sentiment
1003
+ # analysis, real-time alerts, and post-contact summary), and agent
1004
+ # performance evaluations (including evaluation forms, automated
1005
+ # evaluation, supervisor review) with a rich user experience to
1006
+ # display, search and filter customer interactions, and programmatic
1007
+ # access to data streams and the data lake. Additionally, enterprises
1008
+ # migrating their contact center to Connect Customer can start with
1009
+ # Contact Lens analytics and performance insights ahead of agent
1010
+ # migration.
1012
1011
  #
1013
1012
  # @option params [String] :network_type
1014
1013
  # The type of network for the Voice Connector. Either IPv4 only or
@@ -4450,7 +4449,7 @@ module Aws::ChimeSDKVoice
4450
4449
  tracer: tracer
4451
4450
  )
4452
4451
  context[:gem_name] = 'aws-sdk-chimesdkvoice'
4453
- context[:gem_version] = '1.56.0'
4452
+ context[:gem_version] = '1.58.0'
4454
4453
  Seahorse::Client::Request.new(handlers, context)
4455
4454
  end
4456
4455
 
@@ -567,25 +567,25 @@ module Aws::ChimeSDKVoice
567
567
  # @return [Array<Types::Tag>]
568
568
  #
569
569
  # @!attribute [rw] integration_type
570
- # The connectors for use with Amazon Connect.
570
+ # The connectors for use with Connect Customer.
571
571
  #
572
572
  # The following options are available:
573
573
  #
574
574
  # * `CONNECT_CALL_TRANSFER_CONNECTOR` - Enables enterprises to
575
- # integrate Amazon Connect with other voice systems to directly
575
+ # integrate Connect Customer with other voice systems to directly
576
576
  # transfer voice calls and metadata without using the public
577
- # telephone network. They can use Amazon Connect telephony and
577
+ # telephone network. They can use Connect Customer telephony and
578
578
  # Interactive Voice Response (IVR) with their existing voice systems
579
579
  # to modernize the IVR experience of their existing contact center
580
580
  # and their enterprise and branch voice systems. Additionally,
581
- # enterprises migrating their contact center to Amazon Connect can
581
+ # enterprises migrating their contact center to Connect Customer can
582
582
  # start with Connect telephony and IVR for immediate modernization
583
583
  # ahead of agent migration.
584
584
  #
585
585
  # * `CONNECT_ANALYTICS_CONNECTOR` - Enables enterprises to integrate
586
- # Amazon Connect with other voice systems for real-time and
587
- # post-call analytics. They can use Amazon Connect Contact Lens with
588
- # their existing voice systems to provides call recordings,
586
+ # Connect Customer with other voice systems for real-time and
587
+ # post-call analytics. They can use Connect Customer Contact Lens
588
+ # with their existing voice systems to provides call recordings,
589
589
  # conversational analytics (including contact transcript, sensitive
590
590
  # data redaction, content categorization, theme detection, sentiment
591
591
  # analysis, real-time alerts, and post-contact summary), and agent
@@ -593,7 +593,7 @@ module Aws::ChimeSDKVoice
593
593
  # evaluation, supervisor review) with a rich user experience to
594
594
  # display, search and filter customer interactions, and programmatic
595
595
  # access to data streams and the data lake. Additionally,
596
- # enterprises migrating their contact center to Amazon Connect can
596
+ # enterprises migrating their contact center to Connect Customer can
597
597
  # start with Contact Lens analytics and performance insights ahead
598
598
  # of agent migration.
599
599
  # @return [String]
@@ -4089,7 +4089,7 @@ module Aws::ChimeSDKVoice
4089
4089
  # @return [String]
4090
4090
  #
4091
4091
  # @!attribute [rw] integration_type
4092
- # The connectors for use with Amazon Connect.
4092
+ # The connectors for use with Connect Customer.
4093
4093
  # @return [String]
4094
4094
  #
4095
4095
  # @!attribute [rw] network_type
@@ -54,7 +54,7 @@ module Aws::ChimeSDKVoice
54
54
  autoload :EndpointProvider, 'aws-sdk-chimesdkvoice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chimesdkvoice/endpoints'
56
56
 
57
- GEM_VERSION = '1.56.0'
57
+ GEM_VERSION = '1.58.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chimesdkvoice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement