aws-sdk-connect 1.138.0 → 1.139.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +6 -6
- 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: 95712d5012177a62a77369649fcc2000ccb765917d7597ff1760057a4ab39b05
|
4
|
+
data.tar.gz: 37d69ae88bfc427c4f6ae6b23785b1e1e49b214400ab62022d52aad9ba584d19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9959552f2c45088d08fc1d7214865e6e6502061670c1a907232a9c1938c0a227a0a9cc055d7765991e9aa0fcd2b802b48d56987552510f556831ede47a088dd
|
7
|
+
data.tar.gz: 65c01079c86307c9c177fc0c050f06d924aa46ded1ef0911f10000abdf57bfe76dd2911cefea50aebf8b9fb5b8dd70274b5bd172346f2ea373ba93bb549e62cf
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.139.0 (2023-11-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds WISDOM_QUICK_RESPONSES as new IntegrationType of Connect IntegrationAssociation resource and bug fixes.
|
8
|
+
|
4
9
|
1.138.0 (2023-11-14)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.139.0
|
@@ -944,7 +944,7 @@ module Aws::Connect
|
|
944
944
|
# resp = client.batch_get_flow_association({
|
945
945
|
# instance_id: "InstanceId", # required
|
946
946
|
# resource_ids: ["ARN"], # required
|
947
|
-
# resource_type: "
|
947
|
+
# resource_type: "VOICE_PHONE_NUMBER", # accepts VOICE_PHONE_NUMBER
|
948
948
|
# })
|
949
949
|
#
|
950
950
|
# @example Response structure
|
@@ -952,7 +952,7 @@ module Aws::Connect
|
|
952
952
|
# resp.flow_association_summary_list #=> Array
|
953
953
|
# resp.flow_association_summary_list[0].resource_id #=> String
|
954
954
|
# resp.flow_association_summary_list[0].flow_id #=> String
|
955
|
-
# resp.flow_association_summary_list[0].resource_type #=> String, one of "
|
955
|
+
# resp.flow_association_summary_list[0].resource_type #=> String, one of "VOICE_PHONE_NUMBER"
|
956
956
|
#
|
957
957
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/BatchGetFlowAssociation AWS API Documentation
|
958
958
|
#
|
@@ -1700,7 +1700,7 @@ module Aws::Connect
|
|
1700
1700
|
#
|
1701
1701
|
# resp = client.create_integration_association({
|
1702
1702
|
# instance_id: "InstanceId", # required
|
1703
|
-
# integration_type: "EVENT", # required, accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN, APPLICATION, FILE_SCANNER
|
1703
|
+
# integration_type: "EVENT", # required, accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, WISDOM_QUICK_RESPONSES, CASES_DOMAIN, APPLICATION, FILE_SCANNER
|
1704
1704
|
# integration_arn: "ARN", # required
|
1705
1705
|
# source_application_url: "URI",
|
1706
1706
|
# source_application_name: "SourceApplicationName",
|
@@ -8058,7 +8058,7 @@ module Aws::Connect
|
|
8058
8058
|
#
|
8059
8059
|
# resp = client.list_integration_associations({
|
8060
8060
|
# instance_id: "InstanceId", # required
|
8061
|
-
# integration_type: "EVENT", # accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN, APPLICATION, FILE_SCANNER
|
8061
|
+
# integration_type: "EVENT", # accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, WISDOM_QUICK_RESPONSES, CASES_DOMAIN, APPLICATION, FILE_SCANNER
|
8062
8062
|
# next_token: "NextToken",
|
8063
8063
|
# max_results: 1,
|
8064
8064
|
# integration_arn: "ARN",
|
@@ -8070,7 +8070,7 @@ module Aws::Connect
|
|
8070
8070
|
# resp.integration_association_summary_list[0].integration_association_id #=> String
|
8071
8071
|
# resp.integration_association_summary_list[0].integration_association_arn #=> String
|
8072
8072
|
# resp.integration_association_summary_list[0].instance_id #=> String
|
8073
|
-
# resp.integration_association_summary_list[0].integration_type #=> String, one of "EVENT", "VOICE_ID", "PINPOINT_APP", "WISDOM_ASSISTANT", "WISDOM_KNOWLEDGE_BASE", "CASES_DOMAIN", "APPLICATION", "FILE_SCANNER"
|
8073
|
+
# resp.integration_association_summary_list[0].integration_type #=> String, one of "EVENT", "VOICE_ID", "PINPOINT_APP", "WISDOM_ASSISTANT", "WISDOM_KNOWLEDGE_BASE", "WISDOM_QUICK_RESPONSES", "CASES_DOMAIN", "APPLICATION", "FILE_SCANNER"
|
8074
8074
|
# resp.integration_association_summary_list[0].integration_arn #=> String
|
8075
8075
|
# resp.integration_association_summary_list[0].source_application_url #=> String
|
8076
8076
|
# resp.integration_association_summary_list[0].source_application_name #=> String
|
@@ -14329,7 +14329,7 @@ module Aws::Connect
|
|
14329
14329
|
params: params,
|
14330
14330
|
config: config)
|
14331
14331
|
context[:gem_name] = 'aws-sdk-connect'
|
14332
|
-
context[:gem_version] = '1.
|
14332
|
+
context[:gem_version] = '1.139.0'
|
14333
14333
|
Seahorse::Client::Request.new(handlers, context)
|
14334
14334
|
end
|
14335
14335
|
|
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.139.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: 2023-11-
|
11
|
+
date: 2023-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|