aws-sdk-connect 1.73.0 → 1.74.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 -5
- 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: 755ef8bae3d5091563d167a4b7b07078d13de85a9505e39bbbc24e9b1ba1a45d
|
4
|
+
data.tar.gz: d74aad4ccfee8ddec24e12b55a6d2f1457fe6f52f66d7dde97a863395a7cfeee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c38d782ab37514f2b008fb1ccdbf26dda0a9cf02acf2dda90c5cca6ec936cb430e127737d400f296b7ef4882e8d1be0483f09bede16059877b74253866d57297
|
7
|
+
data.tar.gz: 3ce3c5427048ed918badacaebdca3b25603d7b70a743acc41045ec96faed81ab8682ed9f02d2d608ac1a61e1b51f47462841902e8c1d7e0dfe033b3c8aa53965
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.74.0 (2022-06-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release updates these APIs: UpdateInstanceAttribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable High volume outbound communications using attribute type HIGH_VOLUME_OUTBOUND on the specified Amazon Connect instance.
|
8
|
+
|
4
9
|
1.73.0 (2022-06-06)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.74.0
|
@@ -2473,12 +2473,12 @@ module Aws::Connect
|
|
2473
2473
|
#
|
2474
2474
|
# resp = client.describe_instance_attribute({
|
2475
2475
|
# instance_id: "InstanceId", # required
|
2476
|
-
# 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
|
2476
|
+
# 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, HIGH_VOLUME_OUTBOUND
|
2477
2477
|
# })
|
2478
2478
|
#
|
2479
2479
|
# @example Response structure
|
2480
2480
|
#
|
2481
|
-
# 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"
|
2481
|
+
# 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", "HIGH_VOLUME_OUTBOUND"
|
2482
2482
|
# resp.attribute.value #=> String
|
2483
2483
|
#
|
2484
2484
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeInstanceAttribute AWS API Documentation
|
@@ -4467,7 +4467,7 @@ module Aws::Connect
|
|
4467
4467
|
# @example Response structure
|
4468
4468
|
#
|
4469
4469
|
# resp.attributes #=> Array
|
4470
|
-
# 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"
|
4470
|
+
# 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", "HIGH_VOLUME_OUTBOUND"
|
4471
4471
|
# resp.attributes[0].value #=> String
|
4472
4472
|
# resp.next_token #=> String
|
4473
4473
|
#
|
@@ -7204,7 +7204,7 @@ module Aws::Connect
|
|
7204
7204
|
#
|
7205
7205
|
# resp = client.update_instance_attribute({
|
7206
7206
|
# instance_id: "InstanceId", # required
|
7207
|
-
# 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
|
7207
|
+
# 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, HIGH_VOLUME_OUTBOUND
|
7208
7208
|
# value: "InstanceAttributeValue", # required
|
7209
7209
|
# })
|
7210
7210
|
#
|
@@ -8183,7 +8183,7 @@ module Aws::Connect
|
|
8183
8183
|
params: params,
|
8184
8184
|
config: config)
|
8185
8185
|
context[:gem_name] = 'aws-sdk-connect'
|
8186
|
-
context[:gem_version] = '1.
|
8186
|
+
context[:gem_version] = '1.74.0'
|
8187
8187
|
Seahorse::Client::Request.new(handlers, context)
|
8188
8188
|
end
|
8189
8189
|
|
@@ -3154,7 +3154,7 @@ module Aws::Connect
|
|
3154
3154
|
#
|
3155
3155
|
# {
|
3156
3156
|
# instance_id: "InstanceId", # required
|
3157
|
-
# 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
|
3157
|
+
# 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, HIGH_VOLUME_OUTBOUND
|
3158
3158
|
# }
|
3159
3159
|
#
|
3160
3160
|
# @!attribute [rw] instance_id
|
@@ -10537,7 +10537,7 @@ module Aws::Connect
|
|
10537
10537
|
#
|
10538
10538
|
# {
|
10539
10539
|
# instance_id: "InstanceId", # required
|
10540
|
-
# 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
|
10540
|
+
# 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, HIGH_VOLUME_OUTBOUND
|
10541
10541
|
# value: "InstanceAttributeValue", # required
|
10542
10542
|
# }
|
10543
10543
|
#
|
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.74.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-06-
|
11
|
+
date: 2022-06-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|