aws-sdk-connect 1.67.0 → 1.68.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +5 -7
- data/lib/aws-sdk-connect/types.rb +2 -2
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2836a963304554f4a8e5e577313e89df314b399bcd104c936260c5fc60ce0b0f
|
|
4
|
+
data.tar.gz: b7ca8cb8338944f0f4c38f2b4c46e72af65e5fc8b8453cf7bf8769ab33be052e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 165bffcd5f86407095f5b61332d0e65fceabc5468c3e0831b7925cbeb79b6291de25b1bc2c6cd9ae574e1275604367a0b2f684cdf53b673e13988d1af715c759
|
|
7
|
+
data.tar.gz: d96e0727f9e8400fa68803600911c57dcd5ee52b51aba3fb00c901d9b367a9598ad7455eb7ed19f9c47fd60b7a59c0a6d6e280e35d3323595abb59ec51fd187f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.68.0 (2022-04-01)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release updates these APIs: UpdateInstanceAttribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable multi-party conferencing using attribute type MULTI_PARTY_CONFERENCING on the specified Amazon Connect instance.
|
|
8
|
+
|
|
4
9
|
1.67.0 (2022-03-11)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.68.0
|
|
@@ -2248,12 +2248,12 @@ module Aws::Connect
|
|
|
2248
2248
|
#
|
|
2249
2249
|
# resp = client.describe_instance_attribute({
|
|
2250
2250
|
# instance_id: "InstanceId", # required
|
|
2251
|
-
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA
|
|
2251
|
+
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE
|
|
2252
2252
|
# })
|
|
2253
2253
|
#
|
|
2254
2254
|
# @example Response structure
|
|
2255
2255
|
#
|
|
2256
|
-
# resp.attribute.attribute_type #=> String, one of "INBOUND_CALLS", "OUTBOUND_CALLS", "CONTACTFLOW_LOGS", "CONTACT_LENS", "AUTO_RESOLVE_BEST_VOICES", "USE_CUSTOM_TTS_VOICES", "EARLY_MEDIA"
|
|
2256
|
+
# resp.attribute.attribute_type #=> String, one of "INBOUND_CALLS", "OUTBOUND_CALLS", "CONTACTFLOW_LOGS", "CONTACT_LENS", "AUTO_RESOLVE_BEST_VOICES", "USE_CUSTOM_TTS_VOICES", "EARLY_MEDIA", "MULTI_PARTY_CONFERENCE"
|
|
2257
2257
|
# resp.attribute.value #=> String
|
|
2258
2258
|
#
|
|
2259
2259
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeInstanceAttribute AWS API Documentation
|
|
@@ -4005,7 +4005,7 @@ module Aws::Connect
|
|
|
4005
4005
|
# @example Response structure
|
|
4006
4006
|
#
|
|
4007
4007
|
# resp.attributes #=> Array
|
|
4008
|
-
# resp.attributes[0].attribute_type #=> String, one of "INBOUND_CALLS", "OUTBOUND_CALLS", "CONTACTFLOW_LOGS", "CONTACT_LENS", "AUTO_RESOLVE_BEST_VOICES", "USE_CUSTOM_TTS_VOICES", "EARLY_MEDIA"
|
|
4008
|
+
# resp.attributes[0].attribute_type #=> String, one of "INBOUND_CALLS", "OUTBOUND_CALLS", "CONTACTFLOW_LOGS", "CONTACT_LENS", "AUTO_RESOLVE_BEST_VOICES", "USE_CUSTOM_TTS_VOICES", "EARLY_MEDIA", "MULTI_PARTY_CONFERENCE"
|
|
4009
4009
|
# resp.attributes[0].value #=> String
|
|
4010
4010
|
# resp.next_token #=> String
|
|
4011
4011
|
#
|
|
@@ -5582,8 +5582,6 @@ module Aws::Connect
|
|
|
5582
5582
|
# Ends the specified contact. This call does not work for the following
|
|
5583
5583
|
# initiation methods:
|
|
5584
5584
|
#
|
|
5585
|
-
# * CALLBACK
|
|
5586
|
-
#
|
|
5587
5585
|
# * DISCONNECT
|
|
5588
5586
|
#
|
|
5589
5587
|
# * TRANSFER
|
|
@@ -6282,7 +6280,7 @@ module Aws::Connect
|
|
|
6282
6280
|
#
|
|
6283
6281
|
# resp = client.update_instance_attribute({
|
|
6284
6282
|
# instance_id: "InstanceId", # required
|
|
6285
|
-
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA
|
|
6283
|
+
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE
|
|
6286
6284
|
# value: "InstanceAttributeValue", # required
|
|
6287
6285
|
# })
|
|
6288
6286
|
#
|
|
@@ -7075,7 +7073,7 @@ module Aws::Connect
|
|
|
7075
7073
|
params: params,
|
|
7076
7074
|
config: config)
|
|
7077
7075
|
context[:gem_name] = 'aws-sdk-connect'
|
|
7078
|
-
context[:gem_version] = '1.
|
|
7076
|
+
context[:gem_version] = '1.68.0'
|
|
7079
7077
|
Seahorse::Client::Request.new(handlers, context)
|
|
7080
7078
|
end
|
|
7081
7079
|
|
|
@@ -2626,7 +2626,7 @@ module Aws::Connect
|
|
|
2626
2626
|
#
|
|
2627
2627
|
# {
|
|
2628
2628
|
# instance_id: "InstanceId", # required
|
|
2629
|
-
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA
|
|
2629
|
+
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE
|
|
2630
2630
|
# }
|
|
2631
2631
|
#
|
|
2632
2632
|
# @!attribute [rw] instance_id
|
|
@@ -8658,7 +8658,7 @@ module Aws::Connect
|
|
|
8658
8658
|
#
|
|
8659
8659
|
# {
|
|
8660
8660
|
# instance_id: "InstanceId", # required
|
|
8661
|
-
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA
|
|
8661
|
+
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE
|
|
8662
8662
|
# value: "InstanceAttributeValue", # required
|
|
8663
8663
|
# }
|
|
8664
8664
|
#
|
data/lib/aws-sdk-connect.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-connect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.68.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: 2022-
|
|
11
|
+
date: 2022-04-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|