aws-sdk-connect 1.185.0 → 1.186.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.
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")
146
+ resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
147
147
  ) -> _AssociateFlowResponseSuccess
148
148
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateFlowResponseSuccess
149
149
 
@@ -154,7 +154,7 @@ module Aws
154
154
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_instance_storage_config-instance_method
155
155
  def associate_instance_storage_config: (
156
156
  instance_id: ::String,
157
- resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS" | "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" | "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS"),
157
+ resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS" | "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" | "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS" | "EMAIL_MESSAGES"),
158
158
  storage_config: {
159
159
  association_id: ::String?,
160
160
  storage_type: ("S3" | "KINESIS_VIDEO_STREAM" | "KINESIS_STREAM" | "KINESIS_FIREHOSE"),
@@ -225,7 +225,7 @@ module Aws
225
225
  {
226
226
  queue_reference: {
227
227
  queue_id: ::String,
228
- channel: ("VOICE" | "CHAT" | "TASK")
228
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL")
229
229
  },
230
230
  priority: ::Integer,
231
231
  delay: ::Integer
@@ -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")
320
+ ?resource_type: ("VOICE_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
321
321
  ) -> _BatchGetFlowAssociationResponseSuccess
322
322
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetFlowAssociationResponseSuccess
323
323
 
@@ -333,11 +333,11 @@ module Aws
333
333
  contact_data_request_list: Array[
334
334
  {
335
335
  system_endpoint: {
336
- type: ("TELEPHONE_NUMBER" | "VOIP" | "CONTACT_FLOW" | "CONNECT_PHONENUMBER_ARN")?,
336
+ type: ("TELEPHONE_NUMBER" | "VOIP" | "CONTACT_FLOW" | "CONNECT_PHONENUMBER_ARN" | "EMAIL_ADDRESS")?,
337
337
  address: ::String?
338
338
  }?,
339
339
  customer_endpoint: {
340
- type: ("TELEPHONE_NUMBER" | "VOIP" | "CONTACT_FLOW" | "CONNECT_PHONENUMBER_ARN")?,
340
+ type: ("TELEPHONE_NUMBER" | "VOIP" | "CONTACT_FLOW" | "CONNECT_PHONENUMBER_ARN" | "EMAIL_ADDRESS")?,
341
341
  address: ::String?
342
342
  }?,
343
343
  request_identifier: ::String?,
@@ -394,6 +394,39 @@ module Aws
394
394
  ) -> _CreateAgentStatusResponseSuccess
395
395
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAgentStatusResponseSuccess
396
396
 
397
+ interface _CreateContactResponseSuccess
398
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateContactResponse]
399
+ def contact_id: () -> ::String
400
+ def contact_arn: () -> ::String
401
+ end
402
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_contact-instance_method
403
+ def create_contact: (
404
+ instance_id: ::String,
405
+ ?client_token: ::String,
406
+ ?related_contact_id: ::String,
407
+ ?attributes: Hash[::String, ::String],
408
+ ?references: Hash[::String, {
409
+ value: ::String?,
410
+ type: ("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE"),
411
+ status: ("AVAILABLE" | "DELETED" | "APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")?,
412
+ arn: ::String?,
413
+ status_reason: ::String?
414
+ }],
415
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
416
+ initiation_method: ("INBOUND" | "OUTBOUND" | "TRANSFER" | "QUEUE_TRANSFER" | "CALLBACK" | "API" | "DISCONNECT" | "MONITOR" | "EXTERNAL_OUTBOUND" | "WEBRTC_API" | "AGENT_REPLY" | "FLOW"),
417
+ ?expiry_duration_in_minutes: ::Integer,
418
+ ?user_info: {
419
+ user_id: ::String?
420
+ },
421
+ ?initiate_as: ("CONNECTED_TO_USER"),
422
+ ?name: ::String,
423
+ ?description: ::String,
424
+ ?segment_attributes: Hash[::String, {
425
+ value_string: ::String?
426
+ }]
427
+ ) -> _CreateContactResponseSuccess
428
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateContactResponseSuccess
429
+
397
430
  interface _CreateContactFlowResponseSuccess
398
431
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateContactFlowResponse]
399
432
  def contact_flow_id: () -> ::String
@@ -444,6 +477,22 @@ module Aws
444
477
  ) -> _CreateContactFlowVersionResponseSuccess
445
478
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateContactFlowVersionResponseSuccess
446
479
 
480
+ interface _CreateEmailAddressResponseSuccess
481
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateEmailAddressResponse]
482
+ def email_address_id: () -> ::String
483
+ def email_address_arn: () -> ::String
484
+ end
485
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_email_address-instance_method
486
+ def create_email_address: (
487
+ ?description: ::String,
488
+ instance_id: ::String,
489
+ email_address: ::String,
490
+ ?display_name: ::String,
491
+ ?tags: Hash[::String, ::String],
492
+ ?client_token: ::String
493
+ ) -> _CreateEmailAddressResponseSuccess
494
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEmailAddressResponseSuccess
495
+
447
496
  interface _CreateEvaluationFormResponseSuccess
448
497
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateEvaluationFormResponse]
449
498
  def evaluation_form_id: () -> ::String
@@ -576,7 +625,7 @@ module Aws
576
625
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_integration_association-instance_method
577
626
  def create_integration_association: (
578
627
  instance_id: ::String,
579
- integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER"),
628
+ 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"),
580
629
  integration_arn: ::String,
581
630
  ?source_application_url: ::String,
582
631
  ?source_application_name: ::String,
@@ -656,6 +705,9 @@ module Aws
656
705
  outbound_caller_id_number_id: ::String?,
657
706
  outbound_flow_id: ::String?
658
707
  },
708
+ ?outbound_email_config: {
709
+ outbound_email_address_id: ::String?
710
+ },
659
711
  hours_of_operation_id: ::String,
660
712
  ?max_contacts: ::Integer,
661
713
  ?quick_connect_ids: Array[::String],
@@ -706,7 +758,7 @@ module Aws
706
758
  {
707
759
  queue_reference: {
708
760
  queue_id: ::String,
709
- channel: ("VOICE" | "CHAT" | "TASK")
761
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL")
710
762
  },
711
763
  priority: ::Integer,
712
764
  delay: ::Integer
@@ -714,7 +766,7 @@ module Aws
714
766
  ],
715
767
  media_concurrencies: Array[
716
768
  {
717
- channel: ("VOICE" | "CHAT" | "TASK"),
769
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
718
770
  concurrency: ::Integer,
719
771
  cross_channel_behavior: {
720
772
  behavior_type: ("ROUTE_CURRENT_CHANNEL_ONLY" | "ROUTE_ANY_CHANNEL")
@@ -748,8 +800,11 @@ module Aws
748
800
  description: ::String?,
749
801
  contact_flow_id: ::String,
750
802
  references: Hash[::String, {
751
- value: ::String,
752
- type: ("URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL")
803
+ value: ::String?,
804
+ type: ("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE"),
805
+ status: ("AVAILABLE" | "DELETED" | "APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")?,
806
+ arn: ::String?,
807
+ status_reason: ::String?
753
808
  }]?
754
809
  }?,
755
810
  event_bridge_action: {
@@ -844,6 +899,7 @@ module Aws
844
899
  name: ::String,
845
900
  ?description: ::String,
846
901
  ?contact_flow_id: ::String,
902
+ ?self_assign_flow_id: ::String,
847
903
  ?constraints: {
848
904
  required_fields: Array[
849
905
  {
@@ -884,7 +940,7 @@ module Aws
884
940
  name: ::String?
885
941
  },
886
942
  description: ::String?,
887
- type: ("NAME" | "DESCRIPTION" | "SCHEDULED_TIME" | "QUICK_CONNECT" | "URL" | "NUMBER" | "TEXT" | "TEXT_AREA" | "DATE_TIME" | "BOOLEAN" | "SINGLE_SELECT" | "EMAIL")?,
943
+ type: ("NAME" | "DESCRIPTION" | "SCHEDULED_TIME" | "QUICK_CONNECT" | "URL" | "NUMBER" | "TEXT" | "TEXT_AREA" | "DATE_TIME" | "BOOLEAN" | "SINGLE_SELECT" | "EMAIL" | "SELF_ASSIGN" | "EXPIRY_DURATION")?,
888
944
  single_select_options: Array[::String]?
889
945
  },
890
946
  ],
@@ -1067,6 +1123,16 @@ module Aws
1067
1123
  ) -> _DeleteContactFlowModuleResponseSuccess
1068
1124
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteContactFlowModuleResponseSuccess
1069
1125
 
1126
+ interface _DeleteEmailAddressResponseSuccess
1127
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEmailAddressResponse]
1128
+ end
1129
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_email_address-instance_method
1130
+ def delete_email_address: (
1131
+ instance_id: ::String,
1132
+ email_address_id: ::String
1133
+ ) -> _DeleteEmailAddressResponseSuccess
1134
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEmailAddressResponseSuccess
1135
+
1070
1136
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_evaluation_form-instance_method
1071
1137
  def delete_evaluation_form: (
1072
1138
  instance_id: ::String,
@@ -1286,6 +1352,24 @@ module Aws
1286
1352
  ) -> _DescribeContactFlowModuleResponseSuccess
1287
1353
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeContactFlowModuleResponseSuccess
1288
1354
 
1355
+ interface _DescribeEmailAddressResponseSuccess
1356
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEmailAddressResponse]
1357
+ def email_address_id: () -> ::String
1358
+ def email_address_arn: () -> ::String
1359
+ def email_address: () -> ::String
1360
+ def display_name: () -> ::String
1361
+ def description: () -> ::String
1362
+ def create_timestamp: () -> ::String
1363
+ def modified_timestamp: () -> ::String
1364
+ def tags: () -> ::Hash[::String, ::String]
1365
+ end
1366
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_email_address-instance_method
1367
+ def describe_email_address: (
1368
+ instance_id: ::String,
1369
+ email_address_id: ::String
1370
+ ) -> _DescribeEmailAddressResponseSuccess
1371
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEmailAddressResponseSuccess
1372
+
1289
1373
  interface _DescribeEvaluationFormResponseSuccess
1290
1374
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEvaluationFormResponse]
1291
1375
  def evaluation_form: () -> Types::EvaluationForm
@@ -1339,7 +1423,7 @@ module Aws
1339
1423
  def describe_instance_storage_config: (
1340
1424
  instance_id: ::String,
1341
1425
  association_id: ::String,
1342
- resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS" | "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" | "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS")
1426
+ resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS" | "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" | "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS" | "EMAIL_MESSAGES")
1343
1427
  ) -> _DescribeInstanceStorageConfigResponseSuccess
1344
1428
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstanceStorageConfigResponseSuccess
1345
1429
 
@@ -1529,7 +1613,7 @@ module Aws
1529
1613
  def disassociate_flow: (
1530
1614
  instance_id: ::String,
1531
1615
  resource_id: ::String,
1532
- resource_type: ("SMS_PHONE_NUMBER")
1616
+ resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
1533
1617
  ) -> _DisassociateFlowResponseSuccess
1534
1618
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateFlowResponseSuccess
1535
1619
 
@@ -1537,7 +1621,7 @@ module Aws
1537
1621
  def disassociate_instance_storage_config: (
1538
1622
  instance_id: ::String,
1539
1623
  association_id: ::String,
1540
- resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS" | "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" | "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS")
1624
+ resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS" | "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" | "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS" | "EMAIL_MESSAGES")
1541
1625
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1542
1626
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1543
1627
 
@@ -1578,7 +1662,7 @@ module Aws
1578
1662
  queue_references: Array[
1579
1663
  {
1580
1664
  queue_id: ::String,
1581
- channel: ("VOICE" | "CHAT" | "TASK")
1665
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL")
1582
1666
  },
1583
1667
  ]
1584
1668
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1635,7 +1719,7 @@ module Aws
1635
1719
  def file_name: () -> ::String
1636
1720
  def file_size_in_bytes: () -> ::Integer
1637
1721
  def associated_resource_arn: () -> ::String
1638
- def file_use_case_type: () -> ("ATTACHMENT")
1722
+ def file_use_case_type: () -> ("EMAIL_MESSAGE" | "ATTACHMENT")
1639
1723
  def created_by: () -> Types::CreatedByInfo
1640
1724
  def download_url_metadata: () -> Types::DownloadUrlMetadata
1641
1725
  def tags: () -> ::Hash[::String, ::String]
@@ -1672,7 +1756,7 @@ module Aws
1672
1756
  instance_id: ::String,
1673
1757
  filters: {
1674
1758
  queues: Array[::String]?,
1675
- channels: Array[("VOICE" | "CHAT" | "TASK")]?,
1759
+ channels: Array[("VOICE" | "CHAT" | "TASK" | "EMAIL")]?,
1676
1760
  routing_profiles: Array[::String]?,
1677
1761
  routing_step_expressions: Array[::String]?
1678
1762
  },
@@ -1734,13 +1818,13 @@ module Aws
1734
1818
  include ::Seahorse::Client::_ResponseSuccess[Types::GetFlowAssociationResponse]
1735
1819
  def resource_id: () -> ::String
1736
1820
  def flow_id: () -> ::String
1737
- def resource_type: () -> ("SMS_PHONE_NUMBER")
1821
+ def resource_type: () -> ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
1738
1822
  end
1739
1823
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#get_flow_association-instance_method
1740
1824
  def get_flow_association: (
1741
1825
  instance_id: ::String,
1742
1826
  resource_id: ::String,
1743
- resource_type: ("SMS_PHONE_NUMBER")
1827
+ resource_type: ("SMS_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL")
1744
1828
  ) -> _GetFlowAssociationResponseSuccess
1745
1829
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFlowAssociationResponseSuccess
1746
1830
 
@@ -1756,7 +1840,7 @@ module Aws
1756
1840
  end_time: ::Time,
1757
1841
  filters: {
1758
1842
  queues: Array[::String]?,
1759
- channels: Array[("VOICE" | "CHAT" | "TASK")]?,
1843
+ channels: Array[("VOICE" | "CHAT" | "TASK" | "EMAIL")]?,
1760
1844
  routing_profiles: Array[::String]?,
1761
1845
  routing_step_expressions: Array[::String]?
1762
1846
  },
@@ -1842,6 +1926,7 @@ module Aws
1842
1926
  def name: () -> ::String
1843
1927
  def description: () -> ::String
1844
1928
  def contact_flow_id: () -> ::String
1929
+ def self_assign_flow_id: () -> ::String
1845
1930
  def constraints: () -> Types::TaskTemplateConstraints
1846
1931
  def defaults: () -> Types::TaskTemplateDefaults
1847
1932
  def fields: () -> ::Array[Types::TaskTemplateField]
@@ -1928,6 +2013,20 @@ module Aws
1928
2013
  ) -> _ListApprovedOriginsResponseSuccess
1929
2014
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApprovedOriginsResponseSuccess
1930
2015
 
2016
+ interface _ListAssociatedContactsResponseSuccess
2017
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAssociatedContactsResponse]
2018
+ def contact_summary_list: () -> ::Array[Types::AssociatedContactSummary]
2019
+ def next_token: () -> ::String
2020
+ end
2021
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_associated_contacts-instance_method
2022
+ def list_associated_contacts: (
2023
+ instance_id: ::String,
2024
+ contact_id: ::String,
2025
+ ?max_results: ::Integer,
2026
+ ?next_token: ::String
2027
+ ) -> _ListAssociatedContactsResponseSuccess
2028
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAssociatedContactsResponseSuccess
2029
+
1931
2030
  interface _ListAuthenticationProfilesResponseSuccess
1932
2031
  include ::Seahorse::Client::_ResponseSuccess[Types::ListAuthenticationProfilesResponse]
1933
2032
  def authentication_profile_summary_list: () -> ::Array[Types::AuthenticationProfileSummary]
@@ -2019,7 +2118,7 @@ module Aws
2019
2118
  def list_contact_references: (
2020
2119
  instance_id: ::String,
2021
2120
  contact_id: ::String,
2022
- reference_types: Array[("URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL")],
2121
+ reference_types: Array[("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE")],
2023
2122
  ?next_token: ::String
2024
2123
  ) -> _ListContactReferencesResponseSuccess
2025
2124
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListContactReferencesResponseSuccess
@@ -2073,7 +2172,7 @@ module Aws
2073
2172
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_flow_associations-instance_method
2074
2173
  def list_flow_associations: (
2075
2174
  instance_id: ::String,
2076
- ?resource_type: ("VOICE_PHONE_NUMBER"),
2175
+ ?resource_type: ("VOICE_PHONE_NUMBER" | "INBOUND_EMAIL" | "OUTBOUND_EMAIL"),
2077
2176
  ?next_token: ::String,
2078
2177
  ?max_results: ::Integer
2079
2178
  ) -> _ListFlowAssociationsResponseSuccess
@@ -2113,7 +2212,7 @@ module Aws
2113
2212
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_instance_storage_configs-instance_method
2114
2213
  def list_instance_storage_configs: (
2115
2214
  instance_id: ::String,
2116
- resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS" | "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" | "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS"),
2215
+ resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS" | "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" | "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS" | "EMAIL_MESSAGES"),
2117
2216
  ?next_token: ::String,
2118
2217
  ?max_results: ::Integer
2119
2218
  ) -> _ListInstanceStorageConfigsResponseSuccess
@@ -2139,7 +2238,7 @@ module Aws
2139
2238
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_integration_associations-instance_method
2140
2239
  def list_integration_associations: (
2141
2240
  instance_id: ::String,
2142
- ?integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER"),
2241
+ ?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"),
2143
2242
  ?next_token: ::String,
2144
2243
  ?max_results: ::Integer,
2145
2244
  ?integration_arn: ::String
@@ -2803,7 +2902,7 @@ module Aws
2803
2902
  l4_ids: Array[::String]?,
2804
2903
  l5_ids: Array[::String]?
2805
2904
  }?,
2806
- channels: Array[("VOICE" | "CHAT" | "TASK")]?,
2905
+ channels: Array[("VOICE" | "CHAT" | "TASK" | "EMAIL")]?,
2807
2906
  contact_analysis: {
2808
2907
  transcript: {
2809
2908
  criteria: Array[
@@ -2816,7 +2915,7 @@ module Aws
2816
2915
  match_type: ("MATCH_ALL" | "MATCH_ANY")?
2817
2916
  }?
2818
2917
  }?,
2819
- initiation_methods: Array[("INBOUND" | "OUTBOUND" | "TRANSFER" | "QUEUE_TRANSFER" | "CALLBACK" | "API" | "DISCONNECT" | "MONITOR" | "EXTERNAL_OUTBOUND")]?,
2918
+ initiation_methods: Array[("INBOUND" | "OUTBOUND" | "TRANSFER" | "QUEUE_TRANSFER" | "CALLBACK" | "API" | "DISCONNECT" | "MONITOR" | "EXTERNAL_OUTBOUND" | "WEBRTC_API" | "AGENT_REPLY" | "FLOW")]?,
2820
2919
  queue_ids: Array[::String]?,
2821
2920
  searchable_contact_attributes: {
2822
2921
  criteria: Array[
@@ -2826,6 +2925,15 @@ module Aws
2826
2925
  },
2827
2926
  ],
2828
2927
  match_type: ("MATCH_ALL" | "MATCH_ANY")?
2928
+ }?,
2929
+ searchable_segment_attributes: {
2930
+ criteria: Array[
2931
+ {
2932
+ key: ::String,
2933
+ values: Array[::String]
2934
+ },
2935
+ ],
2936
+ match_type: ("MATCH_ALL" | "MATCH_ANY")?
2829
2937
  }?
2830
2938
  },
2831
2939
  ?max_results: ::Integer,
@@ -2837,6 +2945,55 @@ module Aws
2837
2945
  ) -> _SearchContactsResponseSuccess
2838
2946
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchContactsResponseSuccess
2839
2947
 
2948
+ interface _SearchEmailAddressesResponseSuccess
2949
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchEmailAddressesResponse]
2950
+ def next_token: () -> ::String
2951
+ def email_addresses: () -> ::Array[Types::EmailAddressMetadata]
2952
+ def approximate_total_count: () -> ::Integer
2953
+ end
2954
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_email_addresses-instance_method
2955
+ def search_email_addresses: (
2956
+ instance_id: ::String,
2957
+ ?max_results: ::Integer,
2958
+ ?next_token: ::String,
2959
+ ?search_criteria: {
2960
+ or_conditions: Array[
2961
+ untyped,
2962
+ ]?,
2963
+ and_conditions: Array[
2964
+ untyped,
2965
+ ]?,
2966
+ string_condition: {
2967
+ field_name: ::String?,
2968
+ value: ::String?,
2969
+ comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
2970
+ }?
2971
+ },
2972
+ ?search_filter: {
2973
+ tag_filter: {
2974
+ or_conditions: Array[
2975
+ Array[
2976
+ {
2977
+ tag_key: ::String?,
2978
+ tag_value: ::String?
2979
+ },
2980
+ ],
2981
+ ]?,
2982
+ and_conditions: Array[
2983
+ {
2984
+ tag_key: ::String?,
2985
+ tag_value: ::String?
2986
+ },
2987
+ ]?,
2988
+ tag_condition: {
2989
+ tag_key: ::String?,
2990
+ tag_value: ::String?
2991
+ }?
2992
+ }?
2993
+ }
2994
+ ) -> _SearchEmailAddressesResponseSuccess
2995
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchEmailAddressesResponseSuccess
2996
+
2840
2997
  interface _SearchHoursOfOperationsResponseSuccess
2841
2998
  include ::Seahorse::Client::_ResponseSuccess[Types::SearchHoursOfOperationsResponse]
2842
2999
  def hours_of_operations: () -> ::Array[Types::HoursOfOperation]
@@ -3385,6 +3542,53 @@ module Aws
3385
3542
  ) -> _SendChatIntegrationEventResponseSuccess
3386
3543
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendChatIntegrationEventResponseSuccess
3387
3544
 
3545
+ interface _SendOutboundEmailResponseSuccess
3546
+ include ::Seahorse::Client::_ResponseSuccess[Types::SendOutboundEmailResponse]
3547
+ end
3548
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#send_outbound_email-instance_method
3549
+ def send_outbound_email: (
3550
+ instance_id: ::String,
3551
+ from_email_address: {
3552
+ email_address: ::String,
3553
+ display_name: ::String?
3554
+ },
3555
+ destination_email_address: {
3556
+ email_address: ::String,
3557
+ display_name: ::String?
3558
+ },
3559
+ ?additional_recipients: {
3560
+ cc_email_addresses: Array[
3561
+ {
3562
+ email_address: ::String,
3563
+ display_name: ::String?
3564
+ },
3565
+ ]?
3566
+ },
3567
+ email_message: {
3568
+ message_source_type: ("TEMPLATE" | "RAW"),
3569
+ templated_message_config: {
3570
+ knowledge_base_id: ::String,
3571
+ message_template_id: ::String,
3572
+ template_attributes: {
3573
+ custom_attributes: Hash[::String, ::String]?,
3574
+ customer_profile_attributes: ::String?
3575
+ }
3576
+ }?,
3577
+ raw_message: {
3578
+ subject: ::String,
3579
+ body: ::String,
3580
+ content_type: ::String
3581
+ }?
3582
+ },
3583
+ traffic_type: ("GENERAL" | "CAMPAIGN"),
3584
+ ?source_campaign: {
3585
+ campaign_id: ::String?,
3586
+ outbound_request_id: ::String?
3587
+ },
3588
+ ?client_token: ::String
3589
+ ) -> _SendOutboundEmailResponseSuccess
3590
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendOutboundEmailResponseSuccess
3591
+
3388
3592
  interface _StartAttachedFileUploadResponseSuccess
3389
3593
  include ::Seahorse::Client::_ResponseSuccess[Types::StartAttachedFileUploadResponse]
3390
3594
  def file_arn: () -> ::String
@@ -3401,7 +3605,7 @@ module Aws
3401
3605
  file_name: ::String,
3402
3606
  file_size_in_bytes: ::Integer,
3403
3607
  ?url_expiry_in_seconds: ::Integer,
3404
- file_use_case_type: ("ATTACHMENT"),
3608
+ file_use_case_type: ("EMAIL_MESSAGE" | "ATTACHMENT"),
3405
3609
  associated_resource_arn: ::String,
3406
3610
  ?created_by: {
3407
3611
  connect_user_arn: ::String?,
@@ -3487,6 +3691,66 @@ module Aws
3487
3691
  ) -> _StartContactStreamingResponseSuccess
3488
3692
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartContactStreamingResponseSuccess
3489
3693
 
3694
+ interface _StartEmailContactResponseSuccess
3695
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartEmailContactResponse]
3696
+ def contact_id: () -> ::String
3697
+ end
3698
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#start_email_contact-instance_method
3699
+ def start_email_contact: (
3700
+ instance_id: ::String,
3701
+ from_email_address: {
3702
+ email_address: ::String,
3703
+ display_name: ::String?
3704
+ },
3705
+ destination_email_address: ::String,
3706
+ ?description: ::String,
3707
+ ?references: Hash[::String, {
3708
+ value: ::String?,
3709
+ type: ("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE"),
3710
+ status: ("AVAILABLE" | "DELETED" | "APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")?,
3711
+ arn: ::String?,
3712
+ status_reason: ::String?
3713
+ }],
3714
+ ?name: ::String,
3715
+ email_message: {
3716
+ message_source_type: ("RAW"),
3717
+ raw_message: {
3718
+ subject: ::String,
3719
+ body: ::String,
3720
+ content_type: ::String,
3721
+ headers: Hash[("REFERENCES" | "MESSAGE_ID" | "IN_REPLY_TO" | "X_SES_SPAM_VERDICT" | "X_SES_VIRUS_VERDICT"), ::String]?
3722
+ }?
3723
+ },
3724
+ ?additional_recipients: {
3725
+ to_addresses: Array[
3726
+ {
3727
+ email_address: ::String,
3728
+ display_name: ::String?
3729
+ },
3730
+ ]?,
3731
+ cc_addresses: Array[
3732
+ {
3733
+ email_address: ::String,
3734
+ display_name: ::String?
3735
+ },
3736
+ ]?
3737
+ },
3738
+ ?attachments: Array[
3739
+ {
3740
+ file_name: ::String,
3741
+ s3_url: ::String
3742
+ },
3743
+ ],
3744
+ ?contact_flow_id: ::String,
3745
+ ?related_contact_id: ::String,
3746
+ ?attributes: Hash[::String, ::String],
3747
+ ?segment_attributes: Hash[::String, {
3748
+ value_string: ::String?
3749
+ }],
3750
+ ?client_token: ::String
3751
+ ) -> _StartEmailContactResponseSuccess
3752
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartEmailContactResponseSuccess
3753
+
3490
3754
  interface _StartOutboundChatContactResponseSuccess
3491
3755
  include ::Seahorse::Client::_ResponseSuccess[Types::StartOutboundChatContactResponse]
3492
3756
  def contact_id: () -> ::String
@@ -3494,11 +3758,11 @@ module Aws
3494
3758
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#start_outbound_chat_contact-instance_method
3495
3759
  def start_outbound_chat_contact: (
3496
3760
  source_endpoint: {
3497
- type: ("TELEPHONE_NUMBER" | "VOIP" | "CONTACT_FLOW" | "CONNECT_PHONENUMBER_ARN")?,
3761
+ type: ("TELEPHONE_NUMBER" | "VOIP" | "CONTACT_FLOW" | "CONNECT_PHONENUMBER_ARN" | "EMAIL_ADDRESS")?,
3498
3762
  address: ::String?
3499
3763
  },
3500
3764
  destination_endpoint: {
3501
- type: ("TELEPHONE_NUMBER" | "VOIP" | "CONTACT_FLOW" | "CONNECT_PHONENUMBER_ARN")?,
3765
+ type: ("TELEPHONE_NUMBER" | "VOIP" | "CONTACT_FLOW" | "CONNECT_PHONENUMBER_ARN" | "EMAIL_ADDRESS")?,
3502
3766
  address: ::String?
3503
3767
  },
3504
3768
  instance_id: ::String,
@@ -3521,6 +3785,50 @@ module Aws
3521
3785
  ) -> _StartOutboundChatContactResponseSuccess
3522
3786
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartOutboundChatContactResponseSuccess
3523
3787
 
3788
+ interface _StartOutboundEmailContactResponseSuccess
3789
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartOutboundEmailContactResponse]
3790
+ def contact_id: () -> ::String
3791
+ end
3792
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#start_outbound_email_contact-instance_method
3793
+ def start_outbound_email_contact: (
3794
+ instance_id: ::String,
3795
+ contact_id: ::String,
3796
+ ?from_email_address: {
3797
+ email_address: ::String,
3798
+ display_name: ::String?
3799
+ },
3800
+ destination_email_address: {
3801
+ email_address: ::String,
3802
+ display_name: ::String?
3803
+ },
3804
+ ?additional_recipients: {
3805
+ cc_email_addresses: Array[
3806
+ {
3807
+ email_address: ::String,
3808
+ display_name: ::String?
3809
+ },
3810
+ ]?
3811
+ },
3812
+ email_message: {
3813
+ message_source_type: ("TEMPLATE" | "RAW"),
3814
+ templated_message_config: {
3815
+ knowledge_base_id: ::String,
3816
+ message_template_id: ::String,
3817
+ template_attributes: {
3818
+ custom_attributes: Hash[::String, ::String]?,
3819
+ customer_profile_attributes: ::String?
3820
+ }
3821
+ }?,
3822
+ raw_message: {
3823
+ subject: ::String,
3824
+ body: ::String,
3825
+ content_type: ::String
3826
+ }?
3827
+ },
3828
+ ?client_token: ::String
3829
+ ) -> _StartOutboundEmailContactResponseSuccess
3830
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartOutboundEmailContactResponseSuccess
3831
+
3524
3832
  interface _StartOutboundVoiceContactResponseSuccess
3525
3833
  include ::Seahorse::Client::_ResponseSuccess[Types::StartOutboundVoiceContactResponse]
3526
3834
  def contact_id: () -> ::String
@@ -3530,8 +3838,11 @@ module Aws
3530
3838
  ?name: ::String,
3531
3839
  ?description: ::String,
3532
3840
  ?references: Hash[::String, {
3533
- value: ::String,
3534
- type: ("URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL")
3841
+ value: ::String?,
3842
+ type: ("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE"),
3843
+ status: ("AVAILABLE" | "DELETED" | "APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")?,
3844
+ arn: ::String?,
3845
+ status_reason: ::String?
3535
3846
  }],
3536
3847
  ?related_contact_id: ::String,
3537
3848
  destination_phone_number: ::String,
@@ -3573,15 +3884,21 @@ module Aws
3573
3884
  ?attributes: Hash[::String, ::String],
3574
3885
  name: ::String,
3575
3886
  ?references: Hash[::String, {
3576
- value: ::String,
3577
- type: ("URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL")
3887
+ value: ::String?,
3888
+ type: ("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE"),
3889
+ status: ("AVAILABLE" | "DELETED" | "APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")?,
3890
+ arn: ::String?,
3891
+ status_reason: ::String?
3578
3892
  }],
3579
3893
  ?description: ::String,
3580
3894
  ?client_token: ::String,
3581
3895
  ?scheduled_time: ::Time,
3582
3896
  ?task_template_id: ::String,
3583
3897
  ?quick_connect_id: ::String,
3584
- ?related_contact_id: ::String
3898
+ ?related_contact_id: ::String,
3899
+ ?segment_attributes: Hash[::String, {
3900
+ value_string: ::String?
3901
+ }]
3585
3902
  ) -> _StartTaskContactResponseSuccess
3586
3903
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartTaskContactResponseSuccess
3587
3904
 
@@ -3613,8 +3930,11 @@ module Aws
3613
3930
  },
3614
3931
  ?related_contact_id: ::String,
3615
3932
  ?references: Hash[::String, {
3616
- value: ::String,
3617
- type: ("URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL")
3933
+ value: ::String?,
3934
+ type: ("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE"),
3935
+ status: ("AVAILABLE" | "DELETED" | "APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")?,
3936
+ arn: ::String?,
3937
+ status_reason: ::String?
3618
3938
  }],
3619
3939
  ?description: ::String
3620
3940
  ) -> _StartWebRTCContactResponseSuccess
@@ -3774,8 +4094,14 @@ module Aws
3774
4094
  ?name: ::String,
3775
4095
  ?description: ::String,
3776
4096
  ?references: Hash[::String, {
3777
- value: ::String,
3778
- type: ("URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL")
4097
+ value: ::String?,
4098
+ type: ("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE"),
4099
+ status: ("AVAILABLE" | "DELETED" | "APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")?,
4100
+ arn: ::String?,
4101
+ status_reason: ::String?
4102
+ }],
4103
+ ?segment_attributes: Hash[::String, {
4104
+ value_string: ::String?
3779
4105
  }]
3780
4106
  ) -> _UpdateContactResponseSuccess
3781
4107
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactResponseSuccess
@@ -3924,6 +4250,21 @@ module Aws
3924
4250
  ) -> _UpdateContactScheduleResponseSuccess
3925
4251
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactScheduleResponseSuccess
3926
4252
 
4253
+ interface _UpdateEmailAddressMetadataResponseSuccess
4254
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEmailAddressMetadataResponse]
4255
+ def email_address_id: () -> ::String
4256
+ def email_address_arn: () -> ::String
4257
+ end
4258
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_email_address_metadata-instance_method
4259
+ def update_email_address_metadata: (
4260
+ instance_id: ::String,
4261
+ email_address_id: ::String,
4262
+ ?description: ::String,
4263
+ ?display_name: ::String,
4264
+ ?client_token: ::String
4265
+ ) -> _UpdateEmailAddressMetadataResponseSuccess
4266
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEmailAddressMetadataResponseSuccess
4267
+
3927
4268
  interface _UpdateEvaluationFormResponseSuccess
3928
4269
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEvaluationFormResponse]
3929
4270
  def evaluation_form_id: () -> ::String
@@ -4042,7 +4383,7 @@ module Aws
4042
4383
  def update_instance_storage_config: (
4043
4384
  instance_id: ::String,
4044
4385
  association_id: ::String,
4045
- resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS" | "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" | "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS"),
4386
+ resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS" | "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" | "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS" | "EMAIL_MESSAGES"),
4046
4387
  storage_config: {
4047
4388
  association_id: ::String?,
4048
4389
  storage_type: ("S3" | "KINESIS_VIDEO_STREAM" | "KINESIS_STREAM" | "KINESIS_FIREHOSE"),
@@ -4180,6 +4521,16 @@ module Aws
4180
4521
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4181
4522
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4182
4523
 
4524
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_queue_outbound_email_config-instance_method
4525
+ def update_queue_outbound_email_config: (
4526
+ instance_id: ::String,
4527
+ queue_id: ::String,
4528
+ outbound_email_config: {
4529
+ outbound_email_address_id: ::String?
4530
+ }
4531
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4532
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4533
+
4183
4534
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_queue_status-instance_method
4184
4535
  def update_queue_status: (
4185
4536
  instance_id: ::String,
@@ -4232,7 +4583,7 @@ module Aws
4232
4583
  routing_profile_id: ::String,
4233
4584
  media_concurrencies: Array[
4234
4585
  {
4235
- channel: ("VOICE" | "CHAT" | "TASK"),
4586
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL"),
4236
4587
  concurrency: ::Integer,
4237
4588
  cross_channel_behavior: {
4238
4589
  behavior_type: ("ROUTE_CURRENT_CHANNEL_ONLY" | "ROUTE_ANY_CHANNEL")
@@ -4267,7 +4618,7 @@ module Aws
4267
4618
  {
4268
4619
  queue_reference: {
4269
4620
  queue_id: ::String,
4270
- channel: ("VOICE" | "CHAT" | "TASK")
4621
+ channel: ("VOICE" | "CHAT" | "TASK" | "EMAIL")
4271
4622
  },
4272
4623
  priority: ::Integer,
4273
4624
  delay: ::Integer
@@ -4290,8 +4641,11 @@ module Aws
4290
4641
  description: ::String?,
4291
4642
  contact_flow_id: ::String,
4292
4643
  references: Hash[::String, {
4293
- value: ::String,
4294
- type: ("URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL")
4644
+ value: ::String?,
4645
+ type: ("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE"),
4646
+ status: ("AVAILABLE" | "DELETED" | "APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")?,
4647
+ arn: ::String?,
4648
+ status_reason: ::String?
4295
4649
  }]?
4296
4650
  }?,
4297
4651
  event_bridge_action: {
@@ -4376,6 +4730,7 @@ module Aws
4376
4730
  def name: () -> ::String
4377
4731
  def description: () -> ::String
4378
4732
  def contact_flow_id: () -> ::String
4733
+ def self_assign_flow_id: () -> ::String
4379
4734
  def constraints: () -> Types::TaskTemplateConstraints
4380
4735
  def defaults: () -> Types::TaskTemplateDefaults
4381
4736
  def fields: () -> ::Array[Types::TaskTemplateField]
@@ -4390,6 +4745,7 @@ module Aws
4390
4745
  ?name: ::String,
4391
4746
  ?description: ::String,
4392
4747
  ?contact_flow_id: ::String,
4748
+ ?self_assign_flow_id: ::String,
4393
4749
  ?constraints: {
4394
4750
  required_fields: Array[
4395
4751
  {
@@ -4430,7 +4786,7 @@ module Aws
4430
4786
  name: ::String?
4431
4787
  },
4432
4788
  description: ::String?,
4433
- type: ("NAME" | "DESCRIPTION" | "SCHEDULED_TIME" | "QUICK_CONNECT" | "URL" | "NUMBER" | "TEXT" | "TEXT_AREA" | "DATE_TIME" | "BOOLEAN" | "SINGLE_SELECT" | "EMAIL")?,
4789
+ type: ("NAME" | "DESCRIPTION" | "SCHEDULED_TIME" | "QUICK_CONNECT" | "URL" | "NUMBER" | "TEXT" | "TEXT_AREA" | "DATE_TIME" | "BOOLEAN" | "SINGLE_SELECT" | "EMAIL" | "SELF_ASSIGN" | "EXPIRY_DURATION")?,
4434
4790
  single_select_options: Array[::String]?
4435
4791
  },
4436
4792
  ]