aws-sdk-connect 1.82.0 → 1.83.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: 102baabcb950abd37b9ed1ff5e45b00e01e92c789a89ccc9d00f048ba9f74b36
4
- data.tar.gz: d98b9225fd7609ceb49ef95ce6debc5e09a62042b89fcb51246df1f149636c52
3
+ metadata.gz: e116e6b76684c2170720cf42cb56afe06b61943bf486deabf6c65623dbcf2ab5
4
+ data.tar.gz: fb81daa5f524960bb488654ac932a6bc23e51b13173c06a70f698175b5c3b9a3
5
5
  SHA512:
6
- metadata.gz: 773e080faf6b50e7ebea8f532cc0bb8bb2adf1932dcd0e851edc0e108ef19050a6053aadd8360b7273c5858a4e717ac9f4c7d2cdf4f59834a659e4af0d06b63e
7
- data.tar.gz: 7fbf65434f95d55fd8c81388583a6c840fc1fe2e757163c55f6f85576dc8cd861564e835ce3d04185dca2f551ff64d95bb2544cb2625c022734b50e0d93b1f0e
6
+ metadata.gz: 7938100d74a77ed62b9e8d44f631a52284805c2fc051658f7895d3a496d2f030ab9695367d0d2c478e1ec080a571f82e8fbcdffde29deda37987c8f4191b97cb
7
+ data.tar.gz: 0b117d24aaaf10efceacbc879962019cfdff3ee4747a0745f23d4c4369156dfd3ac03cfce8ff23ae314de678be299bbfdc40654b20801ed53fe584d0d96e9b59
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2022-11-15)
5
+ ------------------
6
+
7
+ * Feature - This release updates the APIs: UpdateInstanceAttribute, DescribeInstanceAttribute, and ListInstanceAttributes. You can use it to programmatically enable/disable enhanced contact monitoring using attribute type ENHANCED_CONTACT_MONITORING on the specified Amazon Connect instance.
8
+
4
9
  1.82.0 (2022-11-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
1
+ 1.83.0
@@ -2699,12 +2699,12 @@ module Aws::Connect
2699
2699
  #
2700
2700
  # resp = client.describe_instance_attribute({
2701
2701
  # instance_id: "InstanceId", # required
2702
- # 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
2702
+ # 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, ENHANCED_CONTACT_MONITORING
2703
2703
  # })
2704
2704
  #
2705
2705
  # @example Response structure
2706
2706
  #
2707
- # 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"
2707
+ # 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", "ENHANCED_CONTACT_MONITORING"
2708
2708
  # resp.attribute.value #=> String
2709
2709
  #
2710
2710
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeInstanceAttribute AWS API Documentation
@@ -4839,7 +4839,7 @@ module Aws::Connect
4839
4839
  # @example Response structure
4840
4840
  #
4841
4841
  # resp.attributes #=> Array
4842
- # 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"
4842
+ # 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", "ENHANCED_CONTACT_MONITORING"
4843
4843
  # resp.attributes[0].value #=> String
4844
4844
  # resp.next_token #=> String
4845
4845
  #
@@ -8090,7 +8090,7 @@ module Aws::Connect
8090
8090
  #
8091
8091
  # resp = client.update_instance_attribute({
8092
8092
  # instance_id: "InstanceId", # required
8093
- # 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
8093
+ # 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, ENHANCED_CONTACT_MONITORING
8094
8094
  # value: "InstanceAttributeValue", # required
8095
8095
  # })
8096
8096
  #
@@ -9153,7 +9153,7 @@ module Aws::Connect
9153
9153
  params: params,
9154
9154
  config: config)
9155
9155
  context[:gem_name] = 'aws-sdk-connect'
9156
- context[:gem_version] = '1.82.0'
9156
+ context[:gem_version] = '1.83.0'
9157
9157
  Seahorse::Client::Request.new(handlers, context)
9158
9158
  end
9159
9159
 
@@ -3348,7 +3348,7 @@ module Aws::Connect
3348
3348
  #
3349
3349
  # {
3350
3350
  # instance_id: "InstanceId", # required
3351
- # 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
3351
+ # 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, ENHANCED_CONTACT_MONITORING
3352
3352
  # }
3353
3353
  #
3354
3354
  # @!attribute [rw] instance_id
@@ -12032,7 +12032,7 @@ module Aws::Connect
12032
12032
  #
12033
12033
  # {
12034
12034
  # instance_id: "InstanceId", # required
12035
- # 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
12035
+ # 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, ENHANCED_CONTACT_MONITORING
12036
12036
  # value: "InstanceAttributeValue", # required
12037
12037
  # }
12038
12038
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connect/customizations'
52
52
  # @!group service
53
53
  module Aws::Connect
54
54
 
55
- GEM_VERSION = '1.82.0'
55
+ GEM_VERSION = '1.83.0'
56
56
 
57
57
  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.82.0
4
+ version: 1.83.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-09 00:00:00.000000000 Z
11
+ date: 2022-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core