aws-sdk-connect 1.265.0 → 1.266.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c0e3818ce59b7be10b7bdc9d508b8fa988a80984236226942e970ae26ad4459
4
- data.tar.gz: fa277af88112a25ee4802e94bdbbec955bee25c0de74782dbb3f7e999488d1b9
3
+ metadata.gz: 960031458f592a8498e4f581fc0516b5a21bf9b73637216b266d8e32df81931c
4
+ data.tar.gz: e3ed4bb5244f9adeb8128a9b0b358179592535bcf5a65028d22dc2f0b2f9b9bd
5
5
  SHA512:
6
- metadata.gz: 5b7aaaddb3d9c5d76ff143a09566787913a77fcd186718a16bc499b99a973d0c87bcaa23d5927b6647376abe223a26576d6e32db238f0351ad77120b0d099fc6
7
- data.tar.gz: d2d0e89e8ca48459392a817e9dcabe97e7ecf8cf37db2222f3652651170c39188f6a22d6d32e717afd2d6f988a64661e8280c402e0fc3d4de987e99b1ee6c183
6
+ metadata.gz: 294670ff8beeaec582d46a73c72997bf70c0ef47deb0f000bad372899cd7bfeab2d495e9125a12181b8b8362938527a66d2a30c946badc332cf3e2d0450e041f
7
+ data.tar.gz: 45a764f421f824c8d09b4cce59db5bfc48021b3211b9954f5253873112f0d1e46ee0c235178ad93c4b121d71e1cedfca1b8af2d434cfdfab00c3b6a510a32335
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.266.0 (2026-07-28)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for SearchRules, AssociateRoutingProfileQueues, CreateRoutingProfile, AssociateContactWithUser CreateTaskTemplate, and UpdateTaskTemplate
8
+
4
9
  1.265.0 (2026-07-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.265.0
1
+ 1.266.0
@@ -694,8 +694,11 @@ module Aws::Connect
694
694
  #
695
695
  # **Important things to know**
696
696
  #
697
- # * Use this API with chat, email, and task contacts. It does not
698
- # support voice contacts.
697
+ # * Use this API with chat, email, task, and voice contacts. For voice
698
+ # callbacks, this API does not support customer-first mode.
699
+ #
700
+ # * This API can be used to offer a contact to an agent even if the
701
+ # agent is currently at maximum concurrency for the channel.
699
702
  #
700
703
  # * Use it to associate contacts with users regardless of their current
701
704
  # state, including custom states. Ensure your application logic
@@ -1411,8 +1414,10 @@ module Aws::Connect
1411
1414
  # @option params [Array<Types::RoutingProfileManualAssignmentQueueConfig>] :manual_assignment_queue_configs
1412
1415
  # The manual assignment queues to associate with this routing profile.
1413
1416
  #
1414
- # Note: Use this config for chat, email, and task contacts. It does not
1415
- # support voice contacts.
1417
+ # <note markdown="1"> For voice contacts, manual assignment supports only agent-first
1418
+ # callback contacts. Chat, email, and task contacts are fully supported.
1419
+ #
1420
+ # </note>
1416
1421
  #
1417
1422
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1418
1423
  #
@@ -4804,8 +4809,10 @@ module Aws::Connect
4804
4809
  # quota of 50 queues per routing profile per instance that is listed in
4805
4810
  # Connect Customer service quotas.
4806
4811
  #
4807
- # Note: Use this config for chat, email, and task contacts. It does not
4808
- # support voice contacts.
4812
+ # <note markdown="1"> For voice contacts, manual assignment supports only agent-first
4813
+ # callback contacts. Chat, email, and task contacts are fully supported.
4814
+ #
4815
+ # </note>
4809
4816
  #
4810
4817
  # @option params [required, Array<Types::MediaConcurrency>] :media_concurrencies
4811
4818
  # The channels that agents can handle in the Contact Control Panel (CCP)
@@ -5208,12 +5215,19 @@ module Aws::Connect
5208
5215
  # The identifier of the flow that runs by default when a task is created
5209
5216
  # by referencing this template.
5210
5217
  #
5218
+ # Although this parameter is marked as optional, the request must
5219
+ # contain either a `ContactFlowId` or a field of type `QUICK_CONNECT`.
5220
+ #
5211
5221
  # @option params [String] :self_assign_flow_id
5212
5222
  # The ContactFlowId for the flow that will be run if this template is
5213
5223
  # used to create a self-assigned task.
5214
5224
  #
5215
5225
  # @option params [Types::TaskTemplateConstraints] :constraints
5216
- # Constraints that are applicable to the fields listed.
5226
+ # Constraints that are applicable to the fields listed. Although this
5227
+ # parameter is marked as optional in the API model, the service requires
5228
+ # it when calling `CreateTaskTemplate` or `UpdateTaskTemplate`. The
5229
+ # `RequiredFields` array must contain at least one element, and the
5230
+ # field of type `NAME` must be included in `RequiredFields`.
5217
5231
  #
5218
5232
  # @option params [Types::TaskTemplateDefaults] :defaults
5219
5233
  # The default values for fields when a task is created by referencing
@@ -5228,6 +5242,10 @@ module Aws::Connect
5228
5242
  # @option params [required, Array<Types::TaskTemplateField>] :fields
5229
5243
  # Fields that are part of the template.
5230
5244
  #
5245
+ # The request must contain exactly one field of type `NAME`. This field
5246
+ # must also be listed in the `RequiredFields` array within the
5247
+ # `Constraints` parameter.
5248
+ #
5231
5249
  # @option params [String] :client_token
5232
5250
  # A unique, case-sensitive identifier that you provide to ensure the
5233
5251
  # idempotency of the request. If not provided, the Amazon Web Services
@@ -29005,12 +29023,19 @@ module Aws::Connect
29005
29023
  # The identifier of the flow that runs by default when a task is created
29006
29024
  # by referencing this template.
29007
29025
  #
29026
+ # Although this parameter is marked as optional, the request must
29027
+ # contain either a `ContactFlowId` or a field of type `QUICK_CONNECT`.
29028
+ #
29008
29029
  # @option params [String] :self_assign_flow_id
29009
29030
  # The ContactFlowId for the flow that will be run if this template is
29010
29031
  # used to create a self-assigned task.
29011
29032
  #
29012
29033
  # @option params [Types::TaskTemplateConstraints] :constraints
29013
- # Constraints that are applicable to the fields listed.
29034
+ # Constraints that are applicable to the fields listed. Although this
29035
+ # parameter is marked as optional in the API model, the service requires
29036
+ # it when calling `CreateTaskTemplate` or `UpdateTaskTemplate`. The
29037
+ # `RequiredFields` array must contain at least one element, and the
29038
+ # field of type `NAME` must be included in `RequiredFields`.
29014
29039
  #
29015
29040
  # @option params [Types::TaskTemplateDefaults] :defaults
29016
29041
  # The default values for fields when a task is created by referencing
@@ -29022,9 +29047,16 @@ module Aws::Connect
29022
29047
  # marked as `INACTIVE`, then a task that refers to this template cannot
29023
29048
  # be created.
29024
29049
  #
29050
+ # Although this parameter is marked as optional, the service requires it
29051
+ # when calling `UpdateTaskTemplate`.
29052
+ #
29025
29053
  # @option params [Array<Types::TaskTemplateField>] :fields
29026
29054
  # Fields that are part of the template.
29027
29055
  #
29056
+ # The request must contain exactly one field of type `NAME`. This field
29057
+ # must also be listed in the `RequiredFields` array within the
29058
+ # `Constraints` parameter.
29059
+ #
29028
29060
  # @return [Types::UpdateTaskTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
29029
29061
  #
29030
29062
  # * {Types::UpdateTaskTemplateResponse#instance_id #instance_id} => String
@@ -30161,7 +30193,7 @@ module Aws::Connect
30161
30193
  tracer: tracer
30162
30194
  )
30163
30195
  context[:gem_name] = 'aws-sdk-connect'
30164
- context[:gem_version] = '1.265.0'
30196
+ context[:gem_version] = '1.266.0'
30165
30197
  Seahorse::Client::Request.new(handlers, context)
30166
30198
  end
30167
30199
 
@@ -1516,8 +1516,11 @@ module Aws::Connect
1516
1516
  # @!attribute [rw] manual_assignment_queue_configs
1517
1517
  # The manual assignment queues to associate with this routing profile.
1518
1518
  #
1519
- # Note: Use this config for chat, email, and task contacts. It does
1520
- # not support voice contacts.
1519
+ # <note markdown="1"> For voice contacts, manual assignment supports only agent-first
1520
+ # callback contacts. Chat, email, and task contacts are fully
1521
+ # supported.
1522
+ #
1523
+ # </note>
1521
1524
  # @return [Array<Types::RoutingProfileManualAssignmentQueueConfig>]
1522
1525
  #
1523
1526
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AssociateRoutingProfileQueuesRequest AWS API Documentation
@@ -7253,8 +7256,11 @@ module Aws::Connect
7253
7256
  # quota of 50 queues per routing profile per instance that is listed
7254
7257
  # in Connect Customer service quotas.
7255
7258
  #
7256
- # Note: Use this config for chat, email, and task contacts. It does
7257
- # not support voice contacts.
7259
+ # <note markdown="1"> For voice contacts, manual assignment supports only agent-first
7260
+ # callback contacts. Chat, email, and task contacts are fully
7261
+ # supported.
7262
+ #
7263
+ # </note>
7258
7264
  # @return [Array<Types::RoutingProfileManualAssignmentQueueConfig>]
7259
7265
  #
7260
7266
  # @!attribute [rw] media_concurrencies
@@ -7510,6 +7516,9 @@ module Aws::Connect
7510
7516
  # @!attribute [rw] contact_flow_id
7511
7517
  # The identifier of the flow that runs by default when a task is
7512
7518
  # created by referencing this template.
7519
+ #
7520
+ # Although this parameter is marked as optional, the request must
7521
+ # contain either a `ContactFlowId` or a field of type `QUICK_CONNECT`.
7513
7522
  # @return [String]
7514
7523
  #
7515
7524
  # @!attribute [rw] self_assign_flow_id
@@ -7518,7 +7527,12 @@ module Aws::Connect
7518
7527
  # @return [String]
7519
7528
  #
7520
7529
  # @!attribute [rw] constraints
7521
- # Constraints that are applicable to the fields listed.
7530
+ # Constraints that are applicable to the fields listed. Although this
7531
+ # parameter is marked as optional in the API model, the service
7532
+ # requires it when calling `CreateTaskTemplate` or
7533
+ # `UpdateTaskTemplate`. The `RequiredFields` array must contain at
7534
+ # least one element, and the field of type `NAME` must be included in
7535
+ # `RequiredFields`.
7522
7536
  # @return [Types::TaskTemplateConstraints]
7523
7537
  #
7524
7538
  # @!attribute [rw] defaults
@@ -7535,6 +7549,10 @@ module Aws::Connect
7535
7549
  #
7536
7550
  # @!attribute [rw] fields
7537
7551
  # Fields that are part of the template.
7552
+ #
7553
+ # The request must contain exactly one field of type `NAME`. This
7554
+ # field must also be listed in the `RequiredFields` array within the
7555
+ # `Constraints` parameter.
7538
7556
  # @return [Array<Types::TaskTemplateField>]
7539
7557
  #
7540
7558
  # @!attribute [rw] client_token
@@ -18996,7 +19014,12 @@ module Aws::Connect
18996
19014
  # @return [String]
18997
19015
  #
18998
19016
  # @!attribute [rw] constraints
18999
- # Constraints that are applicable to the fields listed.
19017
+ # Constraints that are applicable to the fields listed. Although this
19018
+ # parameter is marked as optional in the API model, the service
19019
+ # requires it when calling `CreateTaskTemplate` or
19020
+ # `UpdateTaskTemplate`. The `RequiredFields` array must contain at
19021
+ # least one element, and the field of type `NAME` must be included in
19022
+ # `RequiredFields`.
19000
19023
  # @return [Types::TaskTemplateConstraints]
19001
19024
  #
19002
19025
  # @!attribute [rw] defaults
@@ -37572,6 +37595,9 @@ module Aws::Connect
37572
37595
  # @!attribute [rw] contact_flow_id
37573
37596
  # The identifier of the flow that runs by default when a task is
37574
37597
  # created by referencing this template.
37598
+ #
37599
+ # Although this parameter is marked as optional, the request must
37600
+ # contain either a `ContactFlowId` or a field of type `QUICK_CONNECT`.
37575
37601
  # @return [String]
37576
37602
  #
37577
37603
  # @!attribute [rw] self_assign_flow_id
@@ -37580,7 +37606,12 @@ module Aws::Connect
37580
37606
  # @return [String]
37581
37607
  #
37582
37608
  # @!attribute [rw] constraints
37583
- # Constraints that are applicable to the fields listed.
37609
+ # Constraints that are applicable to the fields listed. Although this
37610
+ # parameter is marked as optional in the API model, the service
37611
+ # requires it when calling `CreateTaskTemplate` or
37612
+ # `UpdateTaskTemplate`. The `RequiredFields` array must contain at
37613
+ # least one element, and the field of type `NAME` must be included in
37614
+ # `RequiredFields`.
37584
37615
  # @return [Types::TaskTemplateConstraints]
37585
37616
  #
37586
37617
  # @!attribute [rw] defaults
@@ -37593,10 +37624,17 @@ module Aws::Connect
37593
37624
  # it. Tasks can only be created from `ACTIVE` templates. If a template
37594
37625
  # is marked as `INACTIVE`, then a task that refers to this template
37595
37626
  # cannot be created.
37627
+ #
37628
+ # Although this parameter is marked as optional, the service requires
37629
+ # it when calling `UpdateTaskTemplate`.
37596
37630
  # @return [String]
37597
37631
  #
37598
37632
  # @!attribute [rw] fields
37599
37633
  # Fields that are part of the template.
37634
+ #
37635
+ # The request must contain exactly one field of type `NAME`. This
37636
+ # field must also be listed in the `RequiredFields` array within the
37637
+ # `Constraints` parameter.
37600
37638
  # @return [Array<Types::TaskTemplateField>]
37601
37639
  #
37602
37640
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateTaskTemplateRequest AWS API Documentation
@@ -37652,7 +37690,12 @@ module Aws::Connect
37652
37690
  # @return [String]
37653
37691
  #
37654
37692
  # @!attribute [rw] constraints
37655
- # Constraints that are applicable to the fields listed.
37693
+ # Constraints that are applicable to the fields listed. Although this
37694
+ # parameter is marked as optional in the API model, the service
37695
+ # requires it when calling `CreateTaskTemplate` or
37696
+ # `UpdateTaskTemplate`. The `RequiredFields` array must contain at
37697
+ # least one element, and the field of type `NAME` must be included in
37698
+ # `RequiredFields`.
37656
37699
  # @return [Types::TaskTemplateConstraints]
37657
37700
  #
37658
37701
  # @!attribute [rw] defaults
@@ -54,7 +54,7 @@ module Aws::Connect
54
54
  autoload :EndpointProvider, 'aws-sdk-connect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connect/endpoints'
56
56
 
57
- GEM_VERSION = '1.265.0'
57
+ GEM_VERSION = '1.266.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.265.0
4
+ version: 1.266.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services