aws-sdk-chimesdkvoice 1.57.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: 76337d16c0c486c52eac408927ef2fc0cef42e944f6dfbb69bec820bb56a0191
4
- data.tar.gz: 182588dc8817dc075e3eccb8b3418f68240a378e6574373ff0d8e4eb57272c4e
3
+ metadata.gz: 52b681cf67b993678b20a160f57650aaa4464b8caaa53d021c47b82e388ae670
4
+ data.tar.gz: 6f1ac05dc883a3113bb00a642a11430585222f6d003e4d9d81b82426b33e690d
5
5
  SHA512:
6
- metadata.gz: 4cc2587301f6e3b78b8d158ce0c2e160b8c27ce01d80a1b9a0408dd0faac1eb568edec80d938d906309a465cd1c7f520da3af27929474235446df675140a55d5
7
- data.tar.gz: b357320f21c0d5e52f1e235dd08037d73674b76e4f65a3b06933905677edcca0435cce4d5960b04ba3c529060f09ba959ed4ee5b85a20e8cb67dd5989f90d7b6
6
+ metadata.gz: '08da1d5ed6380f3b23bf8638212c506dece8994166d709aa9eb9fce7ec5ec6fa4d68642edea519a3a12a6ec0c98024fa9e342e0cced22cd9237691eddc80f323'
7
+ data.tar.gz: b3a49b10daa3abfbdfaca47c70e442a8bb285387d5784abb1402b728d6432d2afc875a29d17368ae93c13e60e586ea441549557f754406b1476dfb3ba08b6298
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.57.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -980,33 +980,34 @@ module Aws::ChimeSDKVoice
980
980
  # The tags assigned to the Voice Connector.
981
981
  #
982
982
  # @option params [String] :integration_type
983
- # The connectors for use with Amazon Connect.
983
+ # The connectors for use with Connect Customer.
984
984
  #
985
985
  # The following options are available:
986
986
  #
987
987
  # * `CONNECT_CALL_TRANSFER_CONNECTOR` - Enables enterprises to integrate
988
- # Amazon Connect with other voice systems to directly transfer voice
988
+ # Connect Customer with other voice systems to directly transfer voice
989
989
  # calls and metadata without using the public telephone network. They
990
- # can use Amazon Connect telephony and Interactive Voice Response
990
+ # can use Connect Customer telephony and Interactive Voice Response
991
991
  # (IVR) with their existing voice systems to modernize the IVR
992
992
  # experience of their existing contact center and their enterprise and
993
993
  # branch voice systems. Additionally, enterprises migrating their
994
- # contact center to Amazon Connect can start with Connect telephony
994
+ # contact center to Connect Customer can start with Connect telephony
995
995
  # and IVR for immediate modernization ahead of agent migration.
996
996
  #
997
997
  # * `CONNECT_ANALYTICS_CONNECTOR` - Enables enterprises to integrate
998
- # Amazon Connect with other voice systems for real-time and post-call
999
- # analytics. They can use Amazon Connect Contact Lens with their
1000
- # existing voice systems to provides call recordings, conversational
1001
- # analytics (including contact transcript, sensitive data redaction,
1002
- # content categorization, theme detection, sentiment analysis,
1003
- # real-time alerts, and post-contact summary), and agent performance
1004
- # evaluations (including evaluation forms, automated evaluation,
1005
- # supervisor review) with a rich user experience to display, search
1006
- # and filter customer interactions, and programmatic access to data
1007
- # streams and the data lake. Additionally, enterprises migrating their
1008
- # contact center to Amazon Connect can start with Contact Lens
1009
- # 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.
1010
1011
  #
1011
1012
  # @option params [String] :network_type
1012
1013
  # The type of network for the Voice Connector. Either IPv4 only or
@@ -4448,7 +4449,7 @@ module Aws::ChimeSDKVoice
4448
4449
  tracer: tracer
4449
4450
  )
4450
4451
  context[:gem_name] = 'aws-sdk-chimesdkvoice'
4451
- context[:gem_version] = '1.57.0'
4452
+ context[:gem_version] = '1.58.0'
4452
4453
  Seahorse::Client::Request.new(handlers, context)
4453
4454
  end
4454
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.57.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.57.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services