aws-sdk-connect 1.187.0 → 1.188.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +374 -189
- data/lib/aws-sdk-connect/client_api.rb +16 -0
- data/lib/aws-sdk-connect/types.rb +399 -182
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +31 -13
- data/sig/types.rbs +23 -10
- metadata +2 -2
data/lib/aws-sdk-connect.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -143,7 +143,7 @@ module Aws
|
|
143
143
|
instance_id: ::String,
|
144
144
|
resource_id: ::String,
|
145
145
|
flow_id: ::String,
|
146
|
-
resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
|
146
|
+
resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL" | "ANALYTICS_CONNECTOR" | "WHATSAPP_MESSAGING_PHONE_NUMBER")
|
147
147
|
) -> _AssociateFlowResponseSuccess
|
148
148
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateFlowResponseSuccess
|
149
149
|
|
@@ -317,7 +317,7 @@ module Aws
|
|
317
317
|
def batch_get_flow_association: (
|
318
318
|
instance_id: ::String,
|
319
319
|
resource_ids: Array[::String],
|
320
|
-
?resource_type: ("VOICE_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
|
320
|
+
?resource_type: ("WHATSAPP_MESSAGING_PHONE_NUMBER" | "VOICE_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL" | "ANALYTICS_CONNECTOR")
|
321
321
|
) -> _BatchGetFlowAssociationResponseSuccess
|
322
322
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetFlowAssociationResponseSuccess
|
323
323
|
|
@@ -627,7 +627,7 @@ module Aws
|
|
627
627
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_integration_association-instance_method
|
628
628
|
def create_integration_association: (
|
629
629
|
instance_id: ::String,
|
630
|
-
integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY"),
|
630
|
+
integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR"),
|
631
631
|
integration_arn: ::String,
|
632
632
|
?source_application_url: ::String,
|
633
633
|
?source_application_name: ::String,
|
@@ -1615,7 +1615,7 @@ module Aws
|
|
1615
1615
|
def disassociate_flow: (
|
1616
1616
|
instance_id: ::String,
|
1617
1617
|
resource_id: ::String,
|
1618
|
-
resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
|
1618
|
+
resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL" | "ANALYTICS_CONNECTOR" | "WHATSAPP_MESSAGING_PHONE_NUMBER")
|
1619
1619
|
) -> _DisassociateFlowResponseSuccess
|
1620
1620
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateFlowResponseSuccess
|
1621
1621
|
|
@@ -1820,13 +1820,13 @@ module Aws
|
|
1820
1820
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetFlowAssociationResponse]
|
1821
1821
|
def resource_id: () -> ::String
|
1822
1822
|
def flow_id: () -> ::String
|
1823
|
-
def resource_type: () -> ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
|
1823
|
+
def resource_type: () -> ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL" | "ANALYTICS_CONNECTOR" | "WHATSAPP_MESSAGING_PHONE_NUMBER")
|
1824
1824
|
end
|
1825
1825
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#get_flow_association-instance_method
|
1826
1826
|
def get_flow_association: (
|
1827
1827
|
instance_id: ::String,
|
1828
1828
|
resource_id: ::String,
|
1829
|
-
resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
|
1829
|
+
resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL" | "ANALYTICS_CONNECTOR" | "WHATSAPP_MESSAGING_PHONE_NUMBER")
|
1830
1830
|
) -> _GetFlowAssociationResponseSuccess
|
1831
1831
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFlowAssociationResponseSuccess
|
1832
1832
|
|
@@ -2174,7 +2174,7 @@ module Aws
|
|
2174
2174
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_flow_associations-instance_method
|
2175
2175
|
def list_flow_associations: (
|
2176
2176
|
instance_id: ::String,
|
2177
|
-
?resource_type: ("VOICE_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL"),
|
2177
|
+
?resource_type: ("WHATSAPP_MESSAGING_PHONE_NUMBER" | "VOICE_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL" | "ANALYTICS_CONNECTOR"),
|
2178
2178
|
?next_token: ::String,
|
2179
2179
|
?max_results: ::Integer
|
2180
2180
|
) -> _ListFlowAssociationsResponseSuccess
|
@@ -2240,7 +2240,7 @@ module Aws
|
|
2240
2240
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_integration_associations-instance_method
|
2241
2241
|
def list_integration_associations: (
|
2242
2242
|
instance_id: ::String,
|
2243
|
-
?integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY"),
|
2243
|
+
?integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR"),
|
2244
2244
|
?next_token: ::String,
|
2245
2245
|
?max_results: ::Integer,
|
2246
2246
|
?integration_arn: ::String
|
@@ -2706,7 +2706,8 @@ module Aws
|
|
2706
2706
|
def resume_contact_recording: (
|
2707
2707
|
instance_id: ::String,
|
2708
2708
|
contact_id: ::String,
|
2709
|
-
initial_contact_id: ::String
|
2709
|
+
initial_contact_id: ::String,
|
2710
|
+
?contact_recording_type: ("AGENT" | "IVR" | "SCREEN")
|
2710
2711
|
) -> _ResumeContactRecordingResponseSuccess
|
2711
2712
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResumeContactRecordingResponseSuccess
|
2712
2713
|
|
@@ -3675,7 +3676,8 @@ module Aws
|
|
3675
3676
|
contact_id: ::String,
|
3676
3677
|
initial_contact_id: ::String,
|
3677
3678
|
voice_recording_configuration: {
|
3678
|
-
voice_recording_track: ("FROM_AGENT" | "TO_AGENT" | "ALL")
|
3679
|
+
voice_recording_track: ("FROM_AGENT" | "TO_AGENT" | "ALL")?,
|
3680
|
+
ivr_recording_track: ("ALL")?
|
3679
3681
|
}
|
3680
3682
|
) -> _StartContactRecordingResponseSuccess
|
3681
3683
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartContactRecordingResponseSuccess
|
@@ -3970,7 +3972,8 @@ module Aws
|
|
3970
3972
|
def stop_contact_recording: (
|
3971
3973
|
instance_id: ::String,
|
3972
3974
|
contact_id: ::String,
|
3973
|
-
initial_contact_id: ::String
|
3975
|
+
initial_contact_id: ::String,
|
3976
|
+
?contact_recording_type: ("AGENT" | "IVR" | "SCREEN")
|
3974
3977
|
) -> _StopContactRecordingResponseSuccess
|
3975
3978
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopContactRecordingResponseSuccess
|
3976
3979
|
|
@@ -4014,7 +4017,8 @@ module Aws
|
|
4014
4017
|
def suspend_contact_recording: (
|
4015
4018
|
instance_id: ::String,
|
4016
4019
|
contact_id: ::String,
|
4017
|
-
initial_contact_id: ::String
|
4020
|
+
initial_contact_id: ::String,
|
4021
|
+
?contact_recording_type: ("AGENT" | "IVR" | "SCREEN")
|
4018
4022
|
) -> _SuspendContactRecordingResponseSuccess
|
4019
4023
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SuspendContactRecordingResponseSuccess
|
4020
4024
|
|
@@ -4114,7 +4118,21 @@ module Aws
|
|
4114
4118
|
value_string: ::String?,
|
4115
4119
|
value_map: Hash[::String, untyped]?,
|
4116
4120
|
value_integer: ::Integer?
|
4117
|
-
}]
|
4121
|
+
}],
|
4122
|
+
?queue_info: {
|
4123
|
+
id: ::String?
|
4124
|
+
},
|
4125
|
+
?user_info: {
|
4126
|
+
user_id: ::String?
|
4127
|
+
},
|
4128
|
+
?customer_endpoint: {
|
4129
|
+
type: ("TELEPHONE_NUMBER" | "VOIP" | "CONTACT_FLOW" | "CONNECT_PHONENUMBER_ARN" | "EMAIL_ADDRESS")?,
|
4130
|
+
address: ::String?
|
4131
|
+
},
|
4132
|
+
?system_endpoint: {
|
4133
|
+
type: ("TELEPHONE_NUMBER" | "VOIP" | "CONTACT_FLOW" | "CONNECT_PHONENUMBER_ARN" | "EMAIL_ADDRESS")?,
|
4134
|
+
address: ::String?
|
4135
|
+
}
|
4118
4136
|
) -> _UpdateContactResponseSuccess
|
4119
4137
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactResponseSuccess
|
4120
4138
|
|
data/sig/types.rbs
CHANGED
@@ -202,7 +202,7 @@ module Aws::Connect
|
|
202
202
|
attr_accessor instance_id: ::String
|
203
203
|
attr_accessor resource_id: ::String
|
204
204
|
attr_accessor flow_id: ::String
|
205
|
-
attr_accessor resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
|
205
|
+
attr_accessor resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL" | "ANALYTICS_CONNECTOR" | "WHATSAPP_MESSAGING_PHONE_NUMBER")
|
206
206
|
SENSITIVE: []
|
207
207
|
end
|
208
208
|
|
@@ -437,7 +437,7 @@ module Aws::Connect
|
|
437
437
|
class BatchGetFlowAssociationRequest
|
438
438
|
attr_accessor instance_id: ::String
|
439
439
|
attr_accessor resource_ids: ::Array[::String]
|
440
|
-
attr_accessor resource_type: ("VOICE_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
|
440
|
+
attr_accessor resource_type: ("WHATSAPP_MESSAGING_PHONE_NUMBER" | "VOICE_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL" | "ANALYTICS_CONNECTOR")
|
441
441
|
SENSITIVE: []
|
442
442
|
end
|
443
443
|
|
@@ -924,7 +924,7 @@ module Aws::Connect
|
|
924
924
|
|
925
925
|
class CreateIntegrationAssociationRequest
|
926
926
|
attr_accessor instance_id: ::String
|
927
|
-
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY")
|
927
|
+
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR")
|
928
928
|
attr_accessor integration_arn: ::String
|
929
929
|
attr_accessor source_application_url: ::String
|
930
930
|
attr_accessor source_application_name: ::String
|
@@ -1816,7 +1816,7 @@ module Aws::Connect
|
|
1816
1816
|
class DisassociateFlowRequest
|
1817
1817
|
attr_accessor instance_id: ::String
|
1818
1818
|
attr_accessor resource_id: ::String
|
1819
|
-
attr_accessor resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
|
1819
|
+
attr_accessor resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL" | "ANALYTICS_CONNECTOR" | "WHATSAPP_MESSAGING_PHONE_NUMBER")
|
1820
1820
|
SENSITIVE: []
|
1821
1821
|
end
|
1822
1822
|
|
@@ -2306,7 +2306,7 @@ module Aws::Connect
|
|
2306
2306
|
class FlowAssociationSummary
|
2307
2307
|
attr_accessor resource_id: ::String
|
2308
2308
|
attr_accessor flow_id: ::String
|
2309
|
-
attr_accessor resource_type: ("VOICE_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
|
2309
|
+
attr_accessor resource_type: ("WHATSAPP_MESSAGING_PHONE_NUMBER" | "VOICE_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL" | "ANALYTICS_CONNECTOR")
|
2310
2310
|
SENSITIVE: []
|
2311
2311
|
end
|
2312
2312
|
|
@@ -2394,14 +2394,14 @@ module Aws::Connect
|
|
2394
2394
|
class GetFlowAssociationRequest
|
2395
2395
|
attr_accessor instance_id: ::String
|
2396
2396
|
attr_accessor resource_id: ::String
|
2397
|
-
attr_accessor resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
|
2397
|
+
attr_accessor resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL" | "ANALYTICS_CONNECTOR" | "WHATSAPP_MESSAGING_PHONE_NUMBER")
|
2398
2398
|
SENSITIVE: []
|
2399
2399
|
end
|
2400
2400
|
|
2401
2401
|
class GetFlowAssociationResponse
|
2402
2402
|
attr_accessor resource_id: ::String
|
2403
2403
|
attr_accessor flow_id: ::String
|
2404
|
-
attr_accessor resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
|
2404
|
+
attr_accessor resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL" | "ANALYTICS_CONNECTOR" | "WHATSAPP_MESSAGING_PHONE_NUMBER")
|
2405
2405
|
SENSITIVE: []
|
2406
2406
|
end
|
2407
2407
|
|
@@ -2742,7 +2742,7 @@ module Aws::Connect
|
|
2742
2742
|
attr_accessor integration_association_id: ::String
|
2743
2743
|
attr_accessor integration_association_arn: ::String
|
2744
2744
|
attr_accessor instance_id: ::String
|
2745
|
-
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY")
|
2745
|
+
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR")
|
2746
2746
|
attr_accessor integration_arn: ::String
|
2747
2747
|
attr_accessor source_application_url: ::String
|
2748
2748
|
attr_accessor source_application_name: ::String
|
@@ -3037,7 +3037,7 @@ module Aws::Connect
|
|
3037
3037
|
|
3038
3038
|
class ListFlowAssociationsRequest
|
3039
3039
|
attr_accessor instance_id: ::String
|
3040
|
-
attr_accessor resource_type: ("VOICE_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
|
3040
|
+
attr_accessor resource_type: ("WHATSAPP_MESSAGING_PHONE_NUMBER" | "VOICE_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL" | "ANALYTICS_CONNECTOR")
|
3041
3041
|
attr_accessor next_token: ::String
|
3042
3042
|
attr_accessor max_results: ::Integer
|
3043
3043
|
SENSITIVE: []
|
@@ -3103,7 +3103,7 @@ module Aws::Connect
|
|
3103
3103
|
|
3104
3104
|
class ListIntegrationAssociationsRequest
|
3105
3105
|
attr_accessor instance_id: ::String
|
3106
|
-
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY")
|
3106
|
+
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR")
|
3107
3107
|
attr_accessor next_token: ::String
|
3108
3108
|
attr_accessor max_results: ::Integer
|
3109
3109
|
attr_accessor integration_arn: ::String
|
@@ -3875,6 +3875,11 @@ module Aws::Connect
|
|
3875
3875
|
SENSITIVE: []
|
3876
3876
|
end
|
3877
3877
|
|
3878
|
+
class QueueInfoInput
|
3879
|
+
attr_accessor id: ::String
|
3880
|
+
SENSITIVE: []
|
3881
|
+
end
|
3882
|
+
|
3878
3883
|
class QueueQuickConnectConfig
|
3879
3884
|
attr_accessor queue_id: ::String
|
3880
3885
|
attr_accessor contact_flow_id: ::String
|
@@ -4199,6 +4204,7 @@ module Aws::Connect
|
|
4199
4204
|
attr_accessor instance_id: ::String
|
4200
4205
|
attr_accessor contact_id: ::String
|
4201
4206
|
attr_accessor initial_contact_id: ::String
|
4207
|
+
attr_accessor contact_recording_type: ("AGENT" | "IVR" | "SCREEN")
|
4202
4208
|
SENSITIVE: []
|
4203
4209
|
end
|
4204
4210
|
|
@@ -5053,6 +5059,7 @@ module Aws::Connect
|
|
5053
5059
|
attr_accessor instance_id: ::String
|
5054
5060
|
attr_accessor contact_id: ::String
|
5055
5061
|
attr_accessor initial_contact_id: ::String
|
5062
|
+
attr_accessor contact_recording_type: ("AGENT" | "IVR" | "SCREEN")
|
5056
5063
|
SENSITIVE: []
|
5057
5064
|
end
|
5058
5065
|
|
@@ -5121,6 +5128,7 @@ module Aws::Connect
|
|
5121
5128
|
attr_accessor instance_id: ::String
|
5122
5129
|
attr_accessor contact_id: ::String
|
5123
5130
|
attr_accessor initial_contact_id: ::String
|
5131
|
+
attr_accessor contact_recording_type: ("AGENT" | "IVR" | "SCREEN")
|
5124
5132
|
SENSITIVE: []
|
5125
5133
|
end
|
5126
5134
|
|
@@ -5438,6 +5446,10 @@ module Aws::Connect
|
|
5438
5446
|
attr_accessor description: ::String
|
5439
5447
|
attr_accessor references: ::Hash[::String, Types::Reference]
|
5440
5448
|
attr_accessor segment_attributes: ::Hash[::String, Types::SegmentAttributeValue]
|
5449
|
+
attr_accessor queue_info: Types::QueueInfoInput
|
5450
|
+
attr_accessor user_info: Types::UserInfo
|
5451
|
+
attr_accessor customer_endpoint: Types::Endpoint
|
5452
|
+
attr_accessor system_endpoint: Types::Endpoint
|
5441
5453
|
SENSITIVE: [:name, :description]
|
5442
5454
|
end
|
5443
5455
|
|
@@ -6071,6 +6083,7 @@ module Aws::Connect
|
|
6071
6083
|
|
6072
6084
|
class VoiceRecordingConfiguration
|
6073
6085
|
attr_accessor voice_recording_track: ("FROM_AGENT" | "TO_AGENT" | "ALL")
|
6086
|
+
attr_accessor ivr_recording_track: ("ALL")
|
6074
6087
|
SENSITIVE: []
|
6075
6088
|
end
|
6076
6089
|
|
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.188.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: 2024-
|
11
|
+
date: 2024-12-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|