aws-sdk-connect 1.138.0 → 1.140.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +6 -6
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21d6e71e3e38b9e7c8f7a9c54b91743604c6b270db68edd300d8bb1c38604383
|
4
|
+
data.tar.gz: eb9866b0e0fd586ae5457d2925408b07ec09635b660203b6a01aa9dd8d8208b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eaa5f5f4f874b2715af2a6bc06bad417091182ca1f3435bef48dc4bec1a0477c6a8c9b531e20f72a9ccb3d63c195519e6e5e21792e4a3225b2b8205d57c34836
|
7
|
+
data.tar.gz: 74b2c47fa4c076e131ff43f99760a5eca258b083087f1a7d2e5fcf8b38a64caa9fc7259e5ec9eda3db91df5cb31d96ac21ddebdfd53ffc3047164ae775578e97
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.140.0 (2023-11-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.139.0 (2023-11-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds WISDOM_QUICK_RESPONSES as new IntegrationType of Connect IntegrationAssociation resource and bug fixes.
|
13
|
+
|
4
14
|
1.138.0 (2023-11-14)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.140.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.140.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.140.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-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.188.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.188.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
80
80
|
requirements:
|
81
81
|
- - ">="
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: '2.
|
83
|
+
version: '2.5'
|
84
84
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
85
85
|
requirements:
|
86
86
|
- - ">="
|