aws-sdk-connect 1.264.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.
@@ -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
@@ -6377,7 +6380,7 @@ module Aws::Connect
6377
6380
  #
6378
6381
  #
6379
6382
  #
6380
- # [1]: https://docs.aws.amazon.com/https:/docs.aws.amazon.com/connect/latest/adminguide/hours-of-operation-overrides.html
6383
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/hours-of-operation-overrides.html
6381
6384
  # @return [String]
6382
6385
  #
6383
6386
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateHoursOfOperationOverrideRequest AWS API Documentation
@@ -6443,7 +6446,7 @@ module Aws::Connect
6443
6446
  #
6444
6447
  #
6445
6448
  #
6446
- # [1]: https://docs.aws.amazon.com/https:/docs.aws.amazon.com/connect/latest/adminguide/hours-of-operation-overrides.html
6449
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/hours-of-operation-overrides.html
6447
6450
  # @return [Array<Types::ParentHoursOfOperationConfig>]
6448
6451
  #
6449
6452
  # @!attribute [rw] tags
@@ -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
@@ -16069,7 +16087,7 @@ module Aws::Connect
16069
16087
  #
16070
16088
  #
16071
16089
  #
16072
- # [1]: https://docs.aws.amazon.com/https:/docs.aws.amazon.com/connect/latest/adminguide/hours-of-operation-overrides.html
16090
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/hours-of-operation-overrides.html
16073
16091
  # @return [Array<Types::EffectiveOverrideHours>]
16074
16092
  #
16075
16093
  # @!attribute [rw] time_zone
@@ -16683,24 +16701,26 @@ module Aws::Connect
16683
16701
  # `AGENT_HIERARCHY_LEVEL_TWO` \| `AGENT_HIERARCHY_LEVEL_THREE` \|
16684
16702
  # `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE` \|
16685
16703
  # `ANSWERING_MACHINE_DETECTION_STATUS` \| `BOT_ALIAS` \| `BOT_ID` \|
16686
- # `BOT_INTENT_NAME` \| `BOT_LOCALE` \| `BOT_VERSION` \| `CAMPAIGN` \|
16687
- # `CAMPAIGN_DELIVERY_EVENT_TYPE` \| `CAMPAIGN_EXCLUDED_EVENT_TYPE` \|
16688
- # `CASE_STATUS` \| `CASE_TEMPLATE_ARN` \| `CHANNEL` \|
16704
+ # `BOT_INTENT_NAME` \| `BOT_LOCALE` \| `BOT_VERSION` \| `BROWSER_NAME`
16705
+ # \| `CAMPAIGN` \| `CAMPAIGN_DELIVERY_EVENT_TYPE` \|
16706
+ # `CAMPAIGN_EXCLUDED_EVENT_TYPE` \| `CASE_STATUS` \|
16707
+ # `CASE_TEMPLATE_ARN` \| `CHANNEL` \|
16689
16708
  # `contact/segmentAttributes/connect:Subtype` \|
16690
16709
  # `contact/segmentAttributes/connect:ValidationTestType` \|
16691
- # `DISCONNECT_REASON` \| `EVALUATION_FORM` \| `EVALUATION_QUESTION` \|
16692
- # `EVALUATION_SECTION` \| `EVALUATION_SOURCE` \| `EVALUATOR_ID` \|
16693
- # `FEATURE` \| `FLOW_ACTION_ID` \| `FLOW_TYPE` \|
16694
- # `FLOWS_MODULE_RESOURCE_ID` \| `FLOWS_NEXT_RESOURCE_ID` \|
16695
- # `FLOWS_NEXT_RESOURCE_QUEUE_ID` \| `FLOWS_OUTCOME_TYPE` \|
16696
- # `FLOWS_RESOURCE_ID` \| `FORM_VERSION` \| `INITIATING_FLOW` \|
16697
- # `INITIATION_METHOD` \| `INVOKING_RESOURCE_PUBLISHED_TIMESTAMP` \|
16698
- # `INVOKING_RESOURCE_TYPE` \| `KNOWLEDGE_BASE_NAME` \|
16699
- # `PARENT_FLOWS_RESOURCE_ID` \| `Q_CONNECT_ENABLED` \| `QUEUE` \|
16700
- # `RESOURCE_PUBLISHED_TIMESTAMP` \| `ROUTING_PROFILE` \|
16701
- # `ROUTING_STEP_EXPRESSION` \| `SESSION_ID` \| `TEST_CASE` \|
16702
- # `TEST_CASE_EXECUTION_FAILURE_REASON` \| `TEST_CASE_EXECUTION_RESULT`
16703
- # \| `TEST_CASE_EXECUTION_STATE`
16710
+ # `DEVICE_MODEL` \| `DEVICE_TYPE` \| `DISCONNECT_REASON` \|
16711
+ # `EVALUATION_FORM` \| `EVALUATION_QUESTION` \| `EVALUATION_SECTION`
16712
+ # \| `EVALUATION_SOURCE` \| `EVALUATOR_ID` \| `FEATURE` \|
16713
+ # `FLOW_ACTION_ID` \| `FLOW_TYPE` \| `FLOWS_MODULE_RESOURCE_ID` \|
16714
+ # `FLOWS_NEXT_RESOURCE_ID` \| `FLOWS_NEXT_RESOURCE_QUEUE_ID` \|
16715
+ # `FLOWS_OUTCOME_TYPE` \| `FLOWS_RESOURCE_ID` \| `FORM_VERSION` \|
16716
+ # `INITIATING_FLOW` \| `INITIATION_METHOD` \|
16717
+ # `INVOKING_RESOURCE_PUBLISHED_TIMESTAMP` \| `INVOKING_RESOURCE_TYPE`
16718
+ # \| `KNOWLEDGE_BASE_NAME` \| `PARENT_FLOWS_RESOURCE_ID` \|
16719
+ # `Q_CONNECT_ENABLED` \| `QUEUE` \| `RESOURCE_PUBLISHED_TIMESTAMP` \|
16720
+ # `ROUTING_PROFILE` \| `ROUTING_STEP_EXPRESSION` \| `SESSION_ID` \|
16721
+ # `TEST_CASE` \| `TEST_CASE_EXECUTION_FAILURE_REASON` \|
16722
+ # `TEST_CASE_EXECUTION_RESULT` \| `TEST_CASE_EXECUTION_STATE` \|
16723
+ # `WEB_NOTIFICATION_TYPE`
16704
16724
  #
16705
16725
  # <note markdown="1"> The following filter keys correspond to Connect Customer resources
16706
16726
  # and are used for authorizing requests. A `GetMetricDataV2` request
@@ -16779,22 +16799,23 @@ module Aws::Connect
16779
16799
  # `AGENT_HIERARCHY_LEVEL_THREE` \| `AGENT_HIERARCHY_LEVEL_FOUR` \|
16780
16800
  # `AGENT_HIERARCHY_LEVEL_FIVE` \| `ANSWERING_MACHINE_DETECTION_STATUS`
16781
16801
  # \| `BOT_ID` \| `BOT_ALIAS` \| `BOT_VERSION` \| `BOT_LOCALE` \|
16782
- # `BOT_INTENT_NAME` \| `CAMPAIGN` \| `CAMPAIGN_DELIVERY_EVENT_TYPE` \|
16783
- # `CAMPAIGN_EXCLUDED_EVENT_TYPE` \| `CAMPAIGN_EXECUTION_TIMESTAMP` \|
16784
- # `CASE_TEMPLATE_ARN` \| `CASE_STATUS` \| `CHANNEL` \|
16785
- # `contact/segmentAttributes/connect:Subtype` \| `DISCONNECT_REASON`
16786
- # \| `EVALUATION_FORM` \| `EVALUATION_SECTION` \|
16787
- # `EVALUATION_QUESTION` \| `EVALUATION_SOURCE` \| `EVALUATOR_ID` \|
16788
- # `FLOWS_RESOURCE_ID` \| `FLOWS_MODULE_RESOURCE_ID` \|
16789
- # `FLOW_ACTION_ID` \| `FLOW_TYPE` \| `FLOWS_OUTCOME_TYPE` \|
16790
- # `FORM_VERSION` \| `INITIATION_METHOD` \|
16802
+ # `BOT_INTENT_NAME` \| `BROWSER_NAME` \| `CAMPAIGN` \|
16803
+ # `CAMPAIGN_DELIVERY_EVENT_TYPE` \| `CAMPAIGN_EXCLUDED_EVENT_TYPE` \|
16804
+ # `CAMPAIGN_EXECUTION_TIMESTAMP` \| `CASE_TEMPLATE_ARN` \|
16805
+ # `CASE_STATUS` \| `CHANNEL` \|
16806
+ # `contact/segmentAttributes/connect:Subtype` \| `DEVICE_MODEL` \|
16807
+ # `DEVICE_TYPE` \| `DISCONNECT_REASON` \| `EVALUATION_FORM` \|
16808
+ # `EVALUATION_SECTION` \| `EVALUATION_QUESTION` \| `EVALUATION_SOURCE`
16809
+ # \| `EVALUATOR_ID` \| `FLOWS_RESOURCE_ID` \|
16810
+ # `FLOWS_MODULE_RESOURCE_ID` \| `FLOW_ACTION_ID` \| `FLOW_TYPE` \|
16811
+ # `FLOWS_OUTCOME_TYPE` \| `FORM_VERSION` \| `INITIATION_METHOD` \|
16791
16812
  # `INVOKING_RESOURCE_PUBLISHED_TIMESTAMP` \| `INVOKING_RESOURCE_TYPE`
16792
16813
  # \| `KNOWLEDGE_ARTICLE_NAME` \| `KNOWLEDGE_BASE_NAME` \|
16793
16814
  # `PARENT_FLOWS_RESOURCE_ID` \| `Q_CONNECT_ENABLED` \| `QUEUE` \|
16794
16815
  # `RESOURCE_PUBLISHED_TIMESTAMP` \| `ROUTING_PROFILE` \|
16795
16816
  # `ROUTING_STEP_EXPRESSION` \| `SESSION_ID` \| `TEST_CASE` \|
16796
16817
  # `TEST_CASE_EXECUTION_FAILURE_REASON` \|
16797
- # `TEST_CASE_INVOCATION_METHOD`
16818
+ # `TEST_CASE_INVOCATION_METHOD` \| `WEB_NOTIFICATION_TYPE`
16798
16819
  #
16799
16820
  # <note markdown="1"> `AI_AGENT_NAME_VERSION`, `AI_PROMPT_NAME_VERSION`, and
16800
16821
  # `KNOWLEDGE_ARTICLE_NAME` are valid groupings but not valid filters.
@@ -17888,13 +17909,15 @@ module Aws::Connect
17888
17909
  # CAMPAIGN\_INTERACTIONS
17889
17910
  #
17890
17911
  # : This metric is available only for outbound campaigns using the
17891
- # email delivery mode.
17912
+ # email, WhatsApp, and web notification delivery modes.
17892
17913
  #
17893
17914
  # Unit: Count
17894
17915
  #
17895
17916
  # Valid metric filter key: CAMPAIGN\_INTERACTION\_EVENT\_TYPE
17896
17917
  #
17897
- # Valid groupings and filters: Campaign
17918
+ # Valid groupings and filters: Browser Name, Campaign, Channel,
17919
+ # contact/segmentAttributes/connect:Subtype, Device Model, Device
17920
+ # Type, Web Notification Type
17898
17921
  #
17899
17922
  # UI name: [Campaign interactions][93]
17900
17923
  #
@@ -18153,17 +18176,18 @@ module Aws::Connect
18153
18176
  # `CAMPAIGN_DELIVERY_EVENT_TYPE`, `DISCONNECT_REASON`
18154
18177
  #
18155
18178
  # Valid groupings and filters: Agent, Answering Machine Detection
18156
- # Status, Campaign, Campaign Delivery EventType, Channel,
18157
- # contact/segmentAttributes/connect:Subtype, Disconnect Reason,
18158
- # Queue, Routing Profile
18179
+ # Status, Browser Name, Campaign, Campaign Delivery EventType,
18180
+ # Channel, contact/segmentAttributes/connect:Subtype, Device Model,
18181
+ # Device Type, Disconnect Reason, Queue, Routing Profile, Web
18182
+ # Notification Type
18159
18183
  #
18160
18184
  # UI name: [Delivery attempts][116]
18161
18185
  #
18162
18186
  # <note markdown="1"> Campaign Delivery EventType filter and grouping are only available
18163
- # for SMS and Email campaign delivery modes. Agent, Queue, Routing
18164
- # Profile, Answering Machine Detection Status and Disconnect Reason
18165
- # are only available for agent assisted voice and automated voice
18166
- # delivery modes.
18187
+ # for SMS, Email, WhatsApp, and web notification campaign delivery
18188
+ # modes. Agent, Queue, Routing Profile, Answering Machine Detection
18189
+ # Status and Disconnect Reason are only available for agent assisted
18190
+ # voice and automated voice delivery modes.
18167
18191
  #
18168
18192
  # </note>
18169
18193
  #
@@ -18179,17 +18203,18 @@ module Aws::Connect
18179
18203
  # `CAMPAIGN_DELIVERY_EVENT_TYPE`, `DISCONNECT_REASON`
18180
18204
  #
18181
18205
  # Valid groupings and filters: Agent, Answering Machine Detection
18182
- # Status, Campaign, Channel,
18183
- # contact/segmentAttributes/connect:Subtype, Disconnect Reason,
18184
- # Queue, Routing Profile
18206
+ # Status, Browser Name, Campaign, Channel,
18207
+ # contact/segmentAttributes/connect:Subtype, Device Model, Device
18208
+ # Type, Disconnect Reason, Queue, Routing Profile, Web Notification
18209
+ # Type
18185
18210
  #
18186
18211
  # UI name: [Delivery attempt disposition rate][117]
18187
18212
  #
18188
18213
  # <note markdown="1"> Campaign Delivery Event Type filter and grouping are only
18189
- # available for SMS and Email campaign delivery modes. Agent, Queue,
18190
- # Routing Profile, Answering Machine Detection Status and Disconnect
18191
- # Reason are only available for agent assisted voice and automated
18192
- # voice delivery modes.
18214
+ # available for SMS, Email, WhatsApp, and web notification campaign
18215
+ # delivery modes. Agent, Queue, Routing Profile, Answering Machine
18216
+ # Detection Status and Disconnect Reason are only available for
18217
+ # agent assisted voice and automated voice delivery modes.
18193
18218
  #
18194
18219
  # </note>
18195
18220
  #
@@ -18989,7 +19014,12 @@ module Aws::Connect
18989
19014
  # @return [String]
18990
19015
  #
18991
19016
  # @!attribute [rw] constraints
18992
- # 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`.
18993
19023
  # @return [Types::TaskTemplateConstraints]
18994
19024
  #
18995
19025
  # @!attribute [rw] defaults
@@ -29185,6 +29215,11 @@ module Aws::Connect
29185
29215
  # The event source to trigger the rule.
29186
29216
  # @return [Types::RuleTriggerEventSource]
29187
29217
  #
29218
+ # @!attribute [rw] rule_capability_tiers
29219
+ # The list of capability tiers associated with the rule. Used for
29220
+ # categorizing rules by capability (for example, `GenerativeAI`).
29221
+ # @return [Array<String>]
29222
+ #
29188
29223
  # @!attribute [rw] function
29189
29224
  # The conditions of the rule.
29190
29225
  # @return [String]
@@ -29223,6 +29258,7 @@ module Aws::Connect
29223
29258
  :rule_id,
29224
29259
  :rule_arn,
29225
29260
  :trigger_event_source,
29261
+ :rule_capability_tiers,
29226
29262
  :function,
29227
29263
  :actions,
29228
29264
  :publish_status,
@@ -29322,6 +29358,126 @@ module Aws::Connect
29322
29358
  include Aws::Structure
29323
29359
  end
29324
29360
 
29361
+ # A list of conditions which would be applied together with an `AND`
29362
+ # condition.
29363
+ #
29364
+ # @!attribute [rw] tag_conditions
29365
+ # A list of tag conditions that need to be applied with `AND`
29366
+ # condition.
29367
+ # @return [Array<Types::TagCondition>]
29368
+ #
29369
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RuleAttributeAndCondition AWS API Documentation
29370
+ #
29371
+ class RuleAttributeAndCondition < Struct.new(
29372
+ :tag_conditions)
29373
+ SENSITIVE = []
29374
+ include Aws::Structure
29375
+ end
29376
+
29377
+ # An object that can be used to specify tag conditions inside the
29378
+ # `SearchFilter`. This accepts an `OR` of `AND` (List of List) input
29379
+ # where:
29380
+ #
29381
+ # * The top level list specifies conditions that need to be applied with
29382
+ # `OR` operator.
29383
+ #
29384
+ # * The inner list specifies conditions that need to be applied with
29385
+ # `AND` operator.
29386
+ #
29387
+ # @!attribute [rw] or_conditions
29388
+ # A list of conditions which would be applied together with an `OR`
29389
+ # condition.
29390
+ # @return [Array<Types::RuleAttributeAndCondition>]
29391
+ #
29392
+ # @!attribute [rw] and_condition
29393
+ # A list of conditions which would be applied together with an `AND`
29394
+ # condition.
29395
+ # @return [Types::RuleAttributeAndCondition]
29396
+ #
29397
+ # @!attribute [rw] tag_condition
29398
+ # A leaf node condition which can be used to specify a tag condition,
29399
+ # for example, `HAVE BPO = 123`.
29400
+ # @return [Types::TagCondition]
29401
+ #
29402
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RuleAttributeFilter AWS API Documentation
29403
+ #
29404
+ class RuleAttributeFilter < Struct.new(
29405
+ :or_conditions,
29406
+ :and_condition,
29407
+ :tag_condition)
29408
+ SENSITIVE = []
29409
+ include Aws::Structure
29410
+ end
29411
+
29412
+ # A summary of information about a rule, returned as part of the
29413
+ # response to a `SearchRules` operation.
29414
+ #
29415
+ # @!attribute [rw] name
29416
+ # The name of the rule.
29417
+ # @return [String]
29418
+ #
29419
+ # @!attribute [rw] rule_id
29420
+ # A unique identifier for the rule.
29421
+ # @return [String]
29422
+ #
29423
+ # @!attribute [rw] rule_arn
29424
+ # The Amazon Resource Name (ARN) of the rule.
29425
+ # @return [String]
29426
+ #
29427
+ # @!attribute [rw] trigger_event_source
29428
+ # The event source to trigger the rule.
29429
+ # @return [Types::RuleTriggerEventSource]
29430
+ #
29431
+ # @!attribute [rw] action_summaries
29432
+ # A list of `ActionTypes` associated with a rule.
29433
+ # @return [Array<Types::ActionSummary>]
29434
+ #
29435
+ # @!attribute [rw] rule_capability_tiers
29436
+ # The list of capability tiers associated with the rule. Used for
29437
+ # categorizing rules by capability (for example, `GenerativeAI`).
29438
+ # @return [Array<String>]
29439
+ #
29440
+ # @!attribute [rw] publish_status
29441
+ # The publish status of the rule.
29442
+ # @return [String]
29443
+ #
29444
+ # @!attribute [rw] created_time
29445
+ # The timestamp for when the rule was created.
29446
+ # @return [Time]
29447
+ #
29448
+ # @!attribute [rw] last_updated_time
29449
+ # The timestamp for when the rule was last updated.
29450
+ # @return [Time]
29451
+ #
29452
+ # @!attribute [rw] last_updated_by
29453
+ # The Amazon Resource Name (ARN) of the user who last updated the
29454
+ # rule.
29455
+ # @return [String]
29456
+ #
29457
+ # @!attribute [rw] tags
29458
+ # The tags used to organize, track, or control access for this
29459
+ # resource. For example, \{ "Tags": \{"key1":"value1",
29460
+ # "key2":"value2"} }.
29461
+ # @return [Hash<String,String>]
29462
+ #
29463
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RuleSearchSummary AWS API Documentation
29464
+ #
29465
+ class RuleSearchSummary < Struct.new(
29466
+ :name,
29467
+ :rule_id,
29468
+ :rule_arn,
29469
+ :trigger_event_source,
29470
+ :action_summaries,
29471
+ :rule_capability_tiers,
29472
+ :publish_status,
29473
+ :created_time,
29474
+ :last_updated_time,
29475
+ :last_updated_by,
29476
+ :tags)
29477
+ SENSITIVE = []
29478
+ include Aws::Structure
29479
+ end
29480
+
29325
29481
  # A list of `ActionTypes` associated with a rule.
29326
29482
  #
29327
29483
  # @!attribute [rw] name
@@ -29344,6 +29500,11 @@ module Aws::Connect
29344
29500
  # The publish status of the rule.
29345
29501
  # @return [String]
29346
29502
  #
29503
+ # @!attribute [rw] rule_capability_tiers
29504
+ # The list of capability tiers associated with the rule. Used for
29505
+ # categorizing rules by capability (for example, `GenerativeAI`).
29506
+ # @return [Array<String>]
29507
+ #
29347
29508
  # @!attribute [rw] action_summaries
29348
29509
  # A list of ActionTypes associated with a rule.
29349
29510
  # @return [Array<Types::ActionSummary>]
@@ -29364,6 +29525,7 @@ module Aws::Connect
29364
29525
  :rule_arn,
29365
29526
  :event_source_name,
29366
29527
  :publish_status,
29528
+ :rule_capability_tiers,
29367
29529
  :action_summaries,
29368
29530
  :created_time,
29369
29531
  :last_updated_time)
@@ -29410,6 +29572,55 @@ module Aws::Connect
29410
29572
  include Aws::Structure
29411
29573
  end
29412
29574
 
29575
+ # The search criteria to be used to return rules.
29576
+ #
29577
+ # @!attribute [rw] or_conditions
29578
+ # A list of conditions which would be applied together with an OR
29579
+ # condition.
29580
+ # @return [Array<Types::RulesSearchCriteria>]
29581
+ #
29582
+ # @!attribute [rw] and_conditions
29583
+ # A list of conditions which would be applied together with an AND
29584
+ # condition.
29585
+ # @return [Array<Types::RulesSearchCriteria>]
29586
+ #
29587
+ # @!attribute [rw] string_condition
29588
+ # A leaf node condition which can be used to specify a string
29589
+ # condition.
29590
+ #
29591
+ # <note markdown="1"> The currently supported values for `FieldName` are `Name`,
29592
+ # `PublishStatus`, `EventSourceName`, `RuleId`,
29593
+ # `IntegrationAssociationId`, `ActionSummaries`, and
29594
+ # `RuleCapabilityTiers`.
29595
+ #
29596
+ # </note>
29597
+ # @return [Types::StringCondition]
29598
+ #
29599
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RulesSearchCriteria AWS API Documentation
29600
+ #
29601
+ class RulesSearchCriteria < Struct.new(
29602
+ :or_conditions,
29603
+ :and_conditions,
29604
+ :string_condition)
29605
+ SENSITIVE = []
29606
+ include Aws::Structure
29607
+ end
29608
+
29609
+ # Filters to be applied to search results.
29610
+ #
29611
+ # @!attribute [rw] attribute_filter
29612
+ # An object that can be used to specify tag conditions inside the
29613
+ # `SearchFilter`.
29614
+ # @return [Types::RuleAttributeFilter]
29615
+ #
29616
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RulesSearchFilter AWS API Documentation
29617
+ #
29618
+ class RulesSearchFilter < Struct.new(
29619
+ :attribute_filter)
29620
+ SENSITIVE = []
29621
+ include Aws::Structure
29622
+ end
29623
+
29413
29624
  # Information about the Amazon Simple Storage Service (Amazon S3)
29414
29625
  # storage type.
29415
29626
  #
@@ -30788,6 +30999,68 @@ module Aws::Connect
30788
30999
  include Aws::Structure
30789
31000
  end
30790
31001
 
31002
+ # @!attribute [rw] instance_id
31003
+ # The identifier of the Connect Customer instance. You can [find the
31004
+ # instance ID][1] in the Amazon Resource Name (ARN) of the instance.
31005
+ #
31006
+ #
31007
+ #
31008
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
31009
+ # @return [String]
31010
+ #
31011
+ # @!attribute [rw] max_results
31012
+ # The maximum number of results to return per page.
31013
+ # @return [Integer]
31014
+ #
31015
+ # @!attribute [rw] next_token
31016
+ # The token for the next set of results. Use the value returned in the
31017
+ # previous response in the next request to retrieve the next set of
31018
+ # results.
31019
+ # @return [String]
31020
+ #
31021
+ # @!attribute [rw] search_criteria
31022
+ # The search criteria to be used to return rules.
31023
+ # @return [Types::RulesSearchCriteria]
31024
+ #
31025
+ # @!attribute [rw] search_filter
31026
+ # Filters to be applied to search results, such as tag-based filters.
31027
+ # @return [Types::RulesSearchFilter]
31028
+ #
31029
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchRulesRequest AWS API Documentation
31030
+ #
31031
+ class SearchRulesRequest < Struct.new(
31032
+ :instance_id,
31033
+ :max_results,
31034
+ :next_token,
31035
+ :search_criteria,
31036
+ :search_filter)
31037
+ SENSITIVE = []
31038
+ include Aws::Structure
31039
+ end
31040
+
31041
+ # @!attribute [rw] rules
31042
+ # Information about the rules.
31043
+ # @return [Array<Types::RuleSearchSummary>]
31044
+ #
31045
+ # @!attribute [rw] approximate_total_count
31046
+ # The total number of rules which matched your search query.
31047
+ # @return [Integer]
31048
+ #
31049
+ # @!attribute [rw] next_token
31050
+ # If there are additional results, this is the token for the next set
31051
+ # of results.
31052
+ # @return [String]
31053
+ #
31054
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchRulesResponse AWS API Documentation
31055
+ #
31056
+ class SearchRulesResponse < Struct.new(
31057
+ :rules,
31058
+ :approximate_total_count,
31059
+ :next_token)
31060
+ SENSITIVE = []
31061
+ include Aws::Structure
31062
+ end
31063
+
30791
31064
  # @!attribute [rw] instance_id
30792
31065
  # The identifier of the Connect Customer instance. You can [find the
30793
31066
  # instance ID][1] in the Amazon Resource Name (ARN) of the instance.
@@ -36307,7 +36580,7 @@ module Aws::Connect
36307
36580
  #
36308
36581
  #
36309
36582
  #
36310
- # [1]: https://docs.aws.amazon.com/https:/docs.aws.amazon.com/connect/latest/adminguide/hours-of-operation-overrides.html
36583
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/hours-of-operation-overrides.html
36311
36584
  # @return [String]
36312
36585
  #
36313
36586
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateHoursOfOperationOverrideRequest AWS API Documentation
@@ -37322,6 +37595,9 @@ module Aws::Connect
37322
37595
  # @!attribute [rw] contact_flow_id
37323
37596
  # The identifier of the flow that runs by default when a task is
37324
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`.
37325
37601
  # @return [String]
37326
37602
  #
37327
37603
  # @!attribute [rw] self_assign_flow_id
@@ -37330,7 +37606,12 @@ module Aws::Connect
37330
37606
  # @return [String]
37331
37607
  #
37332
37608
  # @!attribute [rw] constraints
37333
- # 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`.
37334
37615
  # @return [Types::TaskTemplateConstraints]
37335
37616
  #
37336
37617
  # @!attribute [rw] defaults
@@ -37343,10 +37624,17 @@ module Aws::Connect
37343
37624
  # it. Tasks can only be created from `ACTIVE` templates. If a template
37344
37625
  # is marked as `INACTIVE`, then a task that refers to this template
37345
37626
  # cannot be created.
37627
+ #
37628
+ # Although this parameter is marked as optional, the service requires
37629
+ # it when calling `UpdateTaskTemplate`.
37346
37630
  # @return [String]
37347
37631
  #
37348
37632
  # @!attribute [rw] fields
37349
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.
37350
37638
  # @return [Array<Types::TaskTemplateField>]
37351
37639
  #
37352
37640
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateTaskTemplateRequest AWS API Documentation
@@ -37402,7 +37690,12 @@ module Aws::Connect
37402
37690
  # @return [String]
37403
37691
  #
37404
37692
  # @!attribute [rw] constraints
37405
- # 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`.
37406
37699
  # @return [Types::TaskTemplateConstraints]
37407
37700
  #
37408
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.264.0'
57
+ GEM_VERSION = '1.266.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -4132,6 +4132,47 @@ module Aws
4132
4132
  ) -> _SearchRoutingProfilesResponseSuccess
4133
4133
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchRoutingProfilesResponseSuccess
4134
4134
 
4135
+ interface _SearchRulesResponseSuccess
4136
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchRulesResponse]
4137
+ def rules: () -> ::Array[Types::RuleSearchSummary]
4138
+ def approximate_total_count: () -> ::Integer
4139
+ def next_token: () -> ::String
4140
+ end
4141
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_rules-instance_method
4142
+ def search_rules: (
4143
+ instance_id: ::String,
4144
+ ?max_results: ::Integer,
4145
+ ?next_token: ::String,
4146
+ ?search_criteria: Params::rules_search_criteria,
4147
+ ?search_filter: {
4148
+ attribute_filter: {
4149
+ or_conditions: Array[
4150
+ {
4151
+ tag_conditions: Array[
4152
+ {
4153
+ tag_key: ::String?,
4154
+ tag_value: ::String?
4155
+ }
4156
+ ]?
4157
+ }
4158
+ ]?,
4159
+ and_condition: {
4160
+ tag_conditions: Array[
4161
+ {
4162
+ tag_key: ::String?,
4163
+ tag_value: ::String?
4164
+ }
4165
+ ]?
4166
+ }?,
4167
+ tag_condition: {
4168
+ tag_key: ::String?,
4169
+ tag_value: ::String?
4170
+ }?
4171
+ }?
4172
+ }
4173
+ ) -> _SearchRulesResponseSuccess
4174
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchRulesResponseSuccess
4175
+
4135
4176
  interface _SearchSecurityProfilesResponseSuccess
4136
4177
  include ::Seahorse::Client::_ResponseSuccess[Types::SearchSecurityProfilesResponse]
4137
4178
  def security_profiles: () -> ::Array[Types::SecurityProfileSearchSummary]