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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe5fe6fc3975de22364cd0e1c90e727851634c881bf615bc5430ca5802e84493
4
- data.tar.gz: 8cf499683773b2e21b03e7ebc3bc829d004f42e739ba4cd2a8ad6b4bd1ee3d32
3
+ metadata.gz: 2836a963304554f4a8e5e577313e89df314b399bcd104c936260c5fc60ce0b0f
4
+ data.tar.gz: b7ca8cb8338944f0f4c38f2b4c46e72af65e5fc8b8453cf7bf8769ab33be052e
5
5
  SHA512:
6
- metadata.gz: f7fde0574c2897e88e9b90b4c4f974f7f8ae2588de567c5f588672897b6a52b7ebe79539a44795ac1930b1631aecffa084944f63fb41a8653f71aa02f2104114
7
- data.tar.gz: ad171091580af25be6ff687a96bfadaffd0cd8518bb1339d7306121115fa343dd0570b8a2e919fda30d7933b52ccdc442818dddb1faef0d84d452c0821969f98
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.67.0
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.67.0'
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
  #
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-connect/customizations'
48
48
  # @!group service
49
49
  module Aws::Connect
50
50
 
51
- GEM_VERSION = '1.67.0'
51
+ GEM_VERSION = '1.68.0'
52
52
 
53
53
  end
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.67.0
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-03-11 00:00:00.000000000 Z
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