aws-sdk-connect 1.76.0 → 1.77.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44b3dfb08baaeedf977b97035649bf0b7ff67bfb58165c81335917f86e35ee76
4
- data.tar.gz: c8ff00ac5734742298ac774b1efdc8a85a6abec54c1e8162bcb8f080d6dfea73
3
+ metadata.gz: b4da022a9c78c00edae5ed0dceddaa17d0690551aea0bb3a17228d5b5ecdd43f
4
+ data.tar.gz: 2f73d789a2e644f47cc2293b1f212aa62c2a4e4e5a1e66b0d1c6d16405d4ffa2
5
5
  SHA512:
6
- metadata.gz: 63a1515aedf596446e1db2f73396a38c46336d4657274bdd31cae6036d6b778a9e6c2c99cd8257e0b7c9574bd7e6c63555cb6285b1d6740413151260017fd957
7
- data.tar.gz: bd81080b9e65d7a4495702d6963a0010f7493003c0d6720a28d8a86d60017bcd4285d07f497d013a55cf3d430d149d91103c30603e414936bfef5ee31bec959d
6
+ metadata.gz: 879665044817dd8331e527266bbadf8c38d0560dccb42f3e4575f6666065e2ad522ec33d129c25fff517b750bfdcf7818c75124d9a5ede7f2b9066d5b19bc1ae
7
+ data.tar.gz: 161a076fe6745e17ca64b60f34838f30d9c92e05bc8134bae520569bcebfdac9d8203b992586f9dea74f68385204e0db538cc984fb44439822c9eae55fb6c7ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2022-10-04)
5
+ ------------------
6
+
7
+ * Feature - Updated the CreateIntegrationAssociation API to support the CASES_DOMAIN IntegrationType.
8
+
4
9
  1.76.0 (2022-09-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -1159,7 +1159,7 @@ module Aws::Connect
1159
1159
  #
1160
1160
  # resp = client.create_integration_association({
1161
1161
  # instance_id: "InstanceId", # required
1162
- # integration_type: "EVENT", # required, accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE
1162
+ # integration_type: "EVENT", # required, accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN
1163
1163
  # integration_arn: "ARN", # required
1164
1164
  # source_application_url: "URI",
1165
1165
  # source_application_name: "SourceApplicationName",
@@ -4668,7 +4668,7 @@ module Aws::Connect
4668
4668
  #
4669
4669
  # resp = client.list_integration_associations({
4670
4670
  # instance_id: "InstanceId", # required
4671
- # integration_type: "EVENT", # accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE
4671
+ # integration_type: "EVENT", # accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN
4672
4672
  # next_token: "NextToken",
4673
4673
  # max_results: 1,
4674
4674
  # })
@@ -4679,7 +4679,7 @@ module Aws::Connect
4679
4679
  # resp.integration_association_summary_list[0].integration_association_id #=> String
4680
4680
  # resp.integration_association_summary_list[0].integration_association_arn #=> String
4681
4681
  # resp.integration_association_summary_list[0].instance_id #=> String
4682
- # resp.integration_association_summary_list[0].integration_type #=> String, one of "EVENT", "VOICE_ID", "PINPOINT_APP", "WISDOM_ASSISTANT", "WISDOM_KNOWLEDGE_BASE"
4682
+ # resp.integration_association_summary_list[0].integration_type #=> String, one of "EVENT", "VOICE_ID", "PINPOINT_APP", "WISDOM_ASSISTANT", "WISDOM_KNOWLEDGE_BASE", "CASES_DOMAIN"
4683
4683
  # resp.integration_association_summary_list[0].integration_arn #=> String
4684
4684
  # resp.integration_association_summary_list[0].source_application_url #=> String
4685
4685
  # resp.integration_association_summary_list[0].source_application_name #=> String
@@ -8563,7 +8563,7 @@ module Aws::Connect
8563
8563
  params: params,
8564
8564
  config: config)
8565
8565
  context[:gem_name] = 'aws-sdk-connect'
8566
- context[:gem_version] = '1.76.0'
8566
+ context[:gem_version] = '1.77.0'
8567
8567
  Seahorse::Client::Request.new(handlers, context)
8568
8568
  end
8569
8569
 
@@ -1605,7 +1605,7 @@ module Aws::Connect
1605
1605
  #
1606
1606
  # {
1607
1607
  # instance_id: "InstanceId", # required
1608
- # integration_type: "EVENT", # required, accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE
1608
+ # integration_type: "EVENT", # required, accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN
1609
1609
  # integration_arn: "ARN", # required
1610
1610
  # source_application_url: "URI",
1611
1611
  # source_application_name: "SourceApplicationName",
@@ -6470,7 +6470,7 @@ module Aws::Connect
6470
6470
  #
6471
6471
  # {
6472
6472
  # instance_id: "InstanceId", # required
6473
- # integration_type: "EVENT", # accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE
6473
+ # integration_type: "EVENT", # accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN
6474
6474
  # next_token: "NextToken",
6475
6475
  # max_results: 1,
6476
6476
  # }
@@ -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.76.0'
51
+ GEM_VERSION = '1.77.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.76.0
4
+ version: 1.77.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-09-02 00:00:00.000000000 Z
11
+ date: 2022-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core