aws-sdk-connect 1.137.0 → 1.139.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: 11ca4b21e272268ec4a397bfc7258a76d87aa3ef6e4cc445194168af37699a21
4
- data.tar.gz: cf9591608380dceaf4d7f7cbdd4d4794df67f908e338a32713b5020bec51e7f9
3
+ metadata.gz: 95712d5012177a62a77369649fcc2000ccb765917d7597ff1760057a4ab39b05
4
+ data.tar.gz: 37d69ae88bfc427c4f6ae6b23785b1e1e49b214400ab62022d52aad9ba584d19
5
5
  SHA512:
6
- metadata.gz: f3bf12e85e8686f36490b9faf4a72e36f85f028b98cc2f10595f33f6731674962be45becaa57314786609f8998f126fe16d0e197f822279a036c9e8726a5cfbb
7
- data.tar.gz: a2b4b69ee1cf2280d2934076b9ebea9435490c2e8a10ca32d4f4520b6d4f0c023bddeac3e5572b696c6d19e6b9a20239b66b9536c6c0184aa7e2e1ff20bd8dd4
6
+ metadata.gz: a9959552f2c45088d08fc1d7214865e6e6502061670c1a907232a9c1938c0a227a0a9cc055d7765991e9aa0fcd2b802b48d56987552510f556831ede47a088dd
7
+ data.tar.gz: 65c01079c86307c9c177fc0c050f06d924aa46ded1ef0911f10000abdf57bfe76dd2911cefea50aebf8b9fb5b8dd70274b5bd172346f2ea373ba93bb549e62cf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.138.0 (2023-11-14)
10
+ ------------------
11
+
12
+ * Feature - Introducing SegmentAttributes parameter for StartChatContact API
13
+
4
14
  1.137.0 (2023-11-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.137.0
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: "SMS_PHONE_NUMBER", # accepts SMS_PHONE_NUMBER, VOICE_PHONE_NUMBER
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 "SMS_PHONE_NUMBER", "VOICE_PHONE_NUMBER"
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
@@ -10971,6 +10971,24 @@ module Aws::Connect
10971
10971
  #
10972
10972
  # </note>
10973
10973
  #
10974
+ # @option params [Hash<String,Types::SegmentAttributeValue>] :segment_attributes
10975
+ # A set of system defined key-value pairs stored on individual contact
10976
+ # segments using an attribute map. The attributes are standard Amazon
10977
+ # Connect attributes. They can be accessed in flows.
10978
+ #
10979
+ # Attribute keys can include only alphanumeric, -, and \_.
10980
+ #
10981
+ # This field can be used to show channel subtype, such as
10982
+ # `connect:Guide`.
10983
+ #
10984
+ # <note markdown="1"> The types `application/vnd.amazonaws.connect.message.interactive` and
10985
+ # `application/vnd.amazonaws.connect.message.interactive.response` must
10986
+ # be present in the SupportedMessagingContentTypes field of this API in
10987
+ # order to set `SegmentAttributes` as \\\{` "connect:Subtype":
10988
+ # \{"valueString" : "connect:Guide" \}\}`.
10989
+ #
10990
+ # </note>
10991
+ #
10974
10992
  # @return [Types::StartChatContactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10975
10993
  #
10976
10994
  # * {Types::StartChatContactResponse#contact_id #contact_id} => String
@@ -11001,6 +11019,11 @@ module Aws::Connect
11001
11019
  # source_contact_id: "ContactId",
11002
11020
  # },
11003
11021
  # related_contact_id: "ContactId",
11022
+ # segment_attributes: {
11023
+ # "SegmentAttributeName" => {
11024
+ # value_string: "SegmentAttributeValueString",
11025
+ # },
11026
+ # },
11004
11027
  # })
11005
11028
  #
11006
11029
  # @example Response structure
@@ -14306,7 +14329,7 @@ module Aws::Connect
14306
14329
  params: params,
14307
14330
  config: config)
14308
14331
  context[:gem_name] = 'aws-sdk-connect'
14309
- context[:gem_version] = '1.137.0'
14332
+ context[:gem_version] = '1.139.0'
14310
14333
  Seahorse::Client::Request.new(handlers, context)
14311
14334
  end
14312
14335
 
@@ -797,6 +797,10 @@ module Aws::Connect
797
797
  SecurityProfilesSearchFilter = Shapes::StructureShape.new(name: 'SecurityProfilesSearchFilter')
798
798
  SecurityProfilesSearchSummaryList = Shapes::ListShape.new(name: 'SecurityProfilesSearchSummaryList')
799
799
  SecurityToken = Shapes::StringShape.new(name: 'SecurityToken')
800
+ SegmentAttributeName = Shapes::StringShape.new(name: 'SegmentAttributeName')
801
+ SegmentAttributeValue = Shapes::StructureShape.new(name: 'SegmentAttributeValue')
802
+ SegmentAttributeValueString = Shapes::StringShape.new(name: 'SegmentAttributeValueString')
803
+ SegmentAttributes = Shapes::MapShape.new(name: 'SegmentAttributes')
800
804
  SendNotificationActionDefinition = Shapes::StructureShape.new(name: 'SendNotificationActionDefinition')
801
805
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
802
806
  SignInConfig = Shapes::StructureShape.new(name: 'SignInConfig')
@@ -3644,6 +3648,12 @@ module Aws::Connect
3644
3648
 
3645
3649
  SecurityProfilesSearchSummaryList.member = Shapes::ShapeRef.new(shape: SecurityProfileSearchSummary)
3646
3650
 
3651
+ SegmentAttributeValue.add_member(:value_string, Shapes::ShapeRef.new(shape: SegmentAttributeValueString, location_name: "ValueString"))
3652
+ SegmentAttributeValue.struct_class = Types::SegmentAttributeValue
3653
+
3654
+ SegmentAttributes.key = Shapes::ShapeRef.new(shape: SegmentAttributeName)
3655
+ SegmentAttributes.value = Shapes::ShapeRef.new(shape: SegmentAttributeValue)
3656
+
3647
3657
  SendNotificationActionDefinition.add_member(:delivery_method, Shapes::ShapeRef.new(shape: NotificationDeliveryType, required: true, location_name: "DeliveryMethod"))
3648
3658
  SendNotificationActionDefinition.add_member(:subject, Shapes::ShapeRef.new(shape: Subject, location_name: "Subject"))
3649
3659
  SendNotificationActionDefinition.add_member(:content, Shapes::ShapeRef.new(shape: Content, required: true, location_name: "Content"))
@@ -3680,6 +3690,7 @@ module Aws::Connect
3680
3690
  StartChatContactRequest.add_member(:supported_messaging_content_types, Shapes::ShapeRef.new(shape: SupportedMessagingContentTypes, location_name: "SupportedMessagingContentTypes"))
3681
3691
  StartChatContactRequest.add_member(:persistent_chat, Shapes::ShapeRef.new(shape: PersistentChat, location_name: "PersistentChat"))
3682
3692
  StartChatContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
3693
+ StartChatContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
3683
3694
  StartChatContactRequest.struct_class = Types::StartChatContactRequest
3684
3695
 
3685
3696
  StartChatContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
@@ -13783,6 +13783,21 @@ module Aws::Connect
13783
13783
  include Aws::Structure
13784
13784
  end
13785
13785
 
13786
+ # A value for a segment attribute. This is structured as a map where the
13787
+ # key is `valueString` and the value is a string.
13788
+ #
13789
+ # @!attribute [rw] value_string
13790
+ # The value of a segment attribute.
13791
+ # @return [String]
13792
+ #
13793
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SegmentAttributeValue AWS API Documentation
13794
+ #
13795
+ class SegmentAttributeValue < Struct.new(
13796
+ :value_string)
13797
+ SENSITIVE = []
13798
+ include Aws::Structure
13799
+ end
13800
+
13786
13801
  # Information about the send notification action.
13787
13802
  #
13788
13803
  # @!attribute [rw] delivery_method
@@ -14009,6 +14024,25 @@ module Aws::Connect
14009
14024
  # </note>
14010
14025
  # @return [String]
14011
14026
  #
14027
+ # @!attribute [rw] segment_attributes
14028
+ # A set of system defined key-value pairs stored on individual contact
14029
+ # segments using an attribute map. The attributes are standard Amazon
14030
+ # Connect attributes. They can be accessed in flows.
14031
+ #
14032
+ # Attribute keys can include only alphanumeric, -, and \_.
14033
+ #
14034
+ # This field can be used to show channel subtype, such as
14035
+ # `connect:Guide`.
14036
+ #
14037
+ # <note markdown="1"> The types `application/vnd.amazonaws.connect.message.interactive`
14038
+ # and `application/vnd.amazonaws.connect.message.interactive.response`
14039
+ # must be present in the SupportedMessagingContentTypes field of this
14040
+ # API in order to set `SegmentAttributes` as \\\{` "connect:Subtype":
14041
+ # \{"valueString" : "connect:Guide" \}\}`.
14042
+ #
14043
+ # </note>
14044
+ # @return [Hash<String,Types::SegmentAttributeValue>]
14045
+ #
14012
14046
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartChatContactRequest AWS API Documentation
14013
14047
  #
14014
14048
  class StartChatContactRequest < Struct.new(
@@ -14021,7 +14055,8 @@ module Aws::Connect
14021
14055
  :chat_duration_in_minutes,
14022
14056
  :supported_messaging_content_types,
14023
14057
  :persistent_chat,
14024
- :related_contact_id)
14058
+ :related_contact_id,
14059
+ :segment_attributes)
14025
14060
  SENSITIVE = []
14026
14061
  include Aws::Structure
14027
14062
  end
@@ -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.137.0'
55
+ GEM_VERSION = '1.139.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.137.0
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-09 00:00:00.000000000 Z
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