aws-sdk-connect 1.263.0 → 1.265.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +268 -47
- data/lib/aws-sdk-connect/client_api.rb +114 -0
- data/lib/aws-sdk-connect/errors.rb +16 -0
- data/lib/aws-sdk-connect/types.rb +346 -46
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +52 -0
- data/sig/errors.rbs +3 -0
- data/sig/params.rbs +30 -0
- data/sig/types.rbs +72 -0
- metadata +3 -3
|
@@ -4922,6 +4922,21 @@ module Aws::Connect
|
|
|
4922
4922
|
include Aws::Structure
|
|
4923
4923
|
end
|
|
4924
4924
|
|
|
4925
|
+
# The contact has not been disconnected and is not in a terminated
|
|
4926
|
+
# state. PII can be deleted only from a contact that has been
|
|
4927
|
+
# disconnected. This error is returned with an HTTP 409 status code.
|
|
4928
|
+
#
|
|
4929
|
+
# @!attribute [rw] message
|
|
4930
|
+
# @return [String]
|
|
4931
|
+
#
|
|
4932
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ContactNotTerminatedException AWS API Documentation
|
|
4933
|
+
#
|
|
4934
|
+
class ContactNotTerminatedException < Struct.new(
|
|
4935
|
+
:message)
|
|
4936
|
+
SENSITIVE = []
|
|
4937
|
+
include Aws::Structure
|
|
4938
|
+
end
|
|
4939
|
+
|
|
4925
4940
|
# Information of returned contact.
|
|
4926
4941
|
#
|
|
4927
4942
|
# @!attribute [rw] arn
|
|
@@ -6362,7 +6377,7 @@ module Aws::Connect
|
|
|
6362
6377
|
#
|
|
6363
6378
|
#
|
|
6364
6379
|
#
|
|
6365
|
-
# [1]: https://docs.aws.amazon.com/
|
|
6380
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/hours-of-operation-overrides.html
|
|
6366
6381
|
# @return [String]
|
|
6367
6382
|
#
|
|
6368
6383
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateHoursOfOperationOverrideRequest AWS API Documentation
|
|
@@ -6428,7 +6443,7 @@ module Aws::Connect
|
|
|
6428
6443
|
#
|
|
6429
6444
|
#
|
|
6430
6445
|
#
|
|
6431
|
-
# [1]: https://docs.aws.amazon.com/
|
|
6446
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/hours-of-operation-overrides.html
|
|
6432
6447
|
# @return [Array<Types::ParentHoursOfOperationConfig>]
|
|
6433
6448
|
#
|
|
6434
6449
|
# @!attribute [rw] tags
|
|
@@ -9264,6 +9279,41 @@ module Aws::Connect
|
|
|
9264
9279
|
#
|
|
9265
9280
|
class DeleteAttachedFileResponse < Aws::EmptyStructure; end
|
|
9266
9281
|
|
|
9282
|
+
# @!attribute [rw] instance_id
|
|
9283
|
+
# The identifier of the Connect Customer instance. You can [find the
|
|
9284
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
|
9285
|
+
#
|
|
9286
|
+
#
|
|
9287
|
+
#
|
|
9288
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
|
9289
|
+
# @return [String]
|
|
9290
|
+
#
|
|
9291
|
+
# @!attribute [rw] contact_id
|
|
9292
|
+
# The identifier of the contact. PII can be deleted only from a
|
|
9293
|
+
# contact that has been disconnected (is in a terminated state).
|
|
9294
|
+
# @return [String]
|
|
9295
|
+
#
|
|
9296
|
+
# @!attribute [rw] contact_fields
|
|
9297
|
+
# The categories of PII to redact from the contact. Valid values are
|
|
9298
|
+
# `CUSTOMER_ENDPOINT`, `ADDITIONAL_EMAIL_RECIPIENTS`, and
|
|
9299
|
+
# `EMAIL_SUBJECT`. `ADDITIONAL_EMAIL_RECIPIENTS` and `EMAIL_SUBJECT`
|
|
9300
|
+
# are supported only for contacts in the email channel.
|
|
9301
|
+
# @return [Array<String>]
|
|
9302
|
+
#
|
|
9303
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteContactDataRequest AWS API Documentation
|
|
9304
|
+
#
|
|
9305
|
+
class DeleteContactDataRequest < Struct.new(
|
|
9306
|
+
:instance_id,
|
|
9307
|
+
:contact_id,
|
|
9308
|
+
:contact_fields)
|
|
9309
|
+
SENSITIVE = []
|
|
9310
|
+
include Aws::Structure
|
|
9311
|
+
end
|
|
9312
|
+
|
|
9313
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteContactDataResponse AWS API Documentation
|
|
9314
|
+
#
|
|
9315
|
+
class DeleteContactDataResponse < Aws::EmptyStructure; end
|
|
9316
|
+
|
|
9267
9317
|
# @!attribute [rw] instance_id
|
|
9268
9318
|
# The identifier of the Connect Customer instance. You can [find the
|
|
9269
9319
|
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
|
@@ -16019,7 +16069,7 @@ module Aws::Connect
|
|
|
16019
16069
|
#
|
|
16020
16070
|
#
|
|
16021
16071
|
#
|
|
16022
|
-
# [1]: https://docs.aws.amazon.com/
|
|
16072
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/hours-of-operation-overrides.html
|
|
16023
16073
|
# @return [Array<Types::EffectiveOverrideHours>]
|
|
16024
16074
|
#
|
|
16025
16075
|
# @!attribute [rw] time_zone
|
|
@@ -16633,24 +16683,26 @@ module Aws::Connect
|
|
|
16633
16683
|
# `AGENT_HIERARCHY_LEVEL_TWO` \| `AGENT_HIERARCHY_LEVEL_THREE` \|
|
|
16634
16684
|
# `AGENT_HIERARCHY_LEVEL_FOUR` \| `AGENT_HIERARCHY_LEVEL_FIVE` \|
|
|
16635
16685
|
# `ANSWERING_MACHINE_DETECTION_STATUS` \| `BOT_ALIAS` \| `BOT_ID` \|
|
|
16636
|
-
# `BOT_INTENT_NAME` \| `BOT_LOCALE` \| `BOT_VERSION` \| `
|
|
16637
|
-
# `
|
|
16638
|
-
# `
|
|
16686
|
+
# `BOT_INTENT_NAME` \| `BOT_LOCALE` \| `BOT_VERSION` \| `BROWSER_NAME`
|
|
16687
|
+
# \| `CAMPAIGN` \| `CAMPAIGN_DELIVERY_EVENT_TYPE` \|
|
|
16688
|
+
# `CAMPAIGN_EXCLUDED_EVENT_TYPE` \| `CASE_STATUS` \|
|
|
16689
|
+
# `CASE_TEMPLATE_ARN` \| `CHANNEL` \|
|
|
16639
16690
|
# `contact/segmentAttributes/connect:Subtype` \|
|
|
16640
16691
|
# `contact/segmentAttributes/connect:ValidationTestType` \|
|
|
16641
|
-
# `
|
|
16642
|
-
# `
|
|
16643
|
-
# `
|
|
16644
|
-
# `
|
|
16645
|
-
# `
|
|
16646
|
-
# `
|
|
16647
|
-
# `
|
|
16648
|
-
# `
|
|
16649
|
-
#
|
|
16650
|
-
# `
|
|
16651
|
-
# `
|
|
16652
|
-
# `
|
|
16653
|
-
# \| `TEST_CASE_EXECUTION_STATE`
|
|
16692
|
+
# `DEVICE_MODEL` \| `DEVICE_TYPE` \| `DISCONNECT_REASON` \|
|
|
16693
|
+
# `EVALUATION_FORM` \| `EVALUATION_QUESTION` \| `EVALUATION_SECTION`
|
|
16694
|
+
# \| `EVALUATION_SOURCE` \| `EVALUATOR_ID` \| `FEATURE` \|
|
|
16695
|
+
# `FLOW_ACTION_ID` \| `FLOW_TYPE` \| `FLOWS_MODULE_RESOURCE_ID` \|
|
|
16696
|
+
# `FLOWS_NEXT_RESOURCE_ID` \| `FLOWS_NEXT_RESOURCE_QUEUE_ID` \|
|
|
16697
|
+
# `FLOWS_OUTCOME_TYPE` \| `FLOWS_RESOURCE_ID` \| `FORM_VERSION` \|
|
|
16698
|
+
# `INITIATING_FLOW` \| `INITIATION_METHOD` \|
|
|
16699
|
+
# `INVOKING_RESOURCE_PUBLISHED_TIMESTAMP` \| `INVOKING_RESOURCE_TYPE`
|
|
16700
|
+
# \| `KNOWLEDGE_BASE_NAME` \| `PARENT_FLOWS_RESOURCE_ID` \|
|
|
16701
|
+
# `Q_CONNECT_ENABLED` \| `QUEUE` \| `RESOURCE_PUBLISHED_TIMESTAMP` \|
|
|
16702
|
+
# `ROUTING_PROFILE` \| `ROUTING_STEP_EXPRESSION` \| `SESSION_ID` \|
|
|
16703
|
+
# `TEST_CASE` \| `TEST_CASE_EXECUTION_FAILURE_REASON` \|
|
|
16704
|
+
# `TEST_CASE_EXECUTION_RESULT` \| `TEST_CASE_EXECUTION_STATE` \|
|
|
16705
|
+
# `WEB_NOTIFICATION_TYPE`
|
|
16654
16706
|
#
|
|
16655
16707
|
# <note markdown="1"> The following filter keys correspond to Connect Customer resources
|
|
16656
16708
|
# and are used for authorizing requests. A `GetMetricDataV2` request
|
|
@@ -16729,22 +16781,23 @@ module Aws::Connect
|
|
|
16729
16781
|
# `AGENT_HIERARCHY_LEVEL_THREE` \| `AGENT_HIERARCHY_LEVEL_FOUR` \|
|
|
16730
16782
|
# `AGENT_HIERARCHY_LEVEL_FIVE` \| `ANSWERING_MACHINE_DETECTION_STATUS`
|
|
16731
16783
|
# \| `BOT_ID` \| `BOT_ALIAS` \| `BOT_VERSION` \| `BOT_LOCALE` \|
|
|
16732
|
-
# `BOT_INTENT_NAME` \| `
|
|
16733
|
-
# `
|
|
16734
|
-
# `
|
|
16735
|
-
# `
|
|
16736
|
-
#
|
|
16737
|
-
# `
|
|
16738
|
-
# `
|
|
16739
|
-
#
|
|
16740
|
-
# `
|
|
16784
|
+
# `BOT_INTENT_NAME` \| `BROWSER_NAME` \| `CAMPAIGN` \|
|
|
16785
|
+
# `CAMPAIGN_DELIVERY_EVENT_TYPE` \| `CAMPAIGN_EXCLUDED_EVENT_TYPE` \|
|
|
16786
|
+
# `CAMPAIGN_EXECUTION_TIMESTAMP` \| `CASE_TEMPLATE_ARN` \|
|
|
16787
|
+
# `CASE_STATUS` \| `CHANNEL` \|
|
|
16788
|
+
# `contact/segmentAttributes/connect:Subtype` \| `DEVICE_MODEL` \|
|
|
16789
|
+
# `DEVICE_TYPE` \| `DISCONNECT_REASON` \| `EVALUATION_FORM` \|
|
|
16790
|
+
# `EVALUATION_SECTION` \| `EVALUATION_QUESTION` \| `EVALUATION_SOURCE`
|
|
16791
|
+
# \| `EVALUATOR_ID` \| `FLOWS_RESOURCE_ID` \|
|
|
16792
|
+
# `FLOWS_MODULE_RESOURCE_ID` \| `FLOW_ACTION_ID` \| `FLOW_TYPE` \|
|
|
16793
|
+
# `FLOWS_OUTCOME_TYPE` \| `FORM_VERSION` \| `INITIATION_METHOD` \|
|
|
16741
16794
|
# `INVOKING_RESOURCE_PUBLISHED_TIMESTAMP` \| `INVOKING_RESOURCE_TYPE`
|
|
16742
16795
|
# \| `KNOWLEDGE_ARTICLE_NAME` \| `KNOWLEDGE_BASE_NAME` \|
|
|
16743
16796
|
# `PARENT_FLOWS_RESOURCE_ID` \| `Q_CONNECT_ENABLED` \| `QUEUE` \|
|
|
16744
16797
|
# `RESOURCE_PUBLISHED_TIMESTAMP` \| `ROUTING_PROFILE` \|
|
|
16745
16798
|
# `ROUTING_STEP_EXPRESSION` \| `SESSION_ID` \| `TEST_CASE` \|
|
|
16746
16799
|
# `TEST_CASE_EXECUTION_FAILURE_REASON` \|
|
|
16747
|
-
# `TEST_CASE_INVOCATION_METHOD`
|
|
16800
|
+
# `TEST_CASE_INVOCATION_METHOD` \| `WEB_NOTIFICATION_TYPE`
|
|
16748
16801
|
#
|
|
16749
16802
|
# <note markdown="1"> `AI_AGENT_NAME_VERSION`, `AI_PROMPT_NAME_VERSION`, and
|
|
16750
16803
|
# `KNOWLEDGE_ARTICLE_NAME` are valid groupings but not valid filters.
|
|
@@ -17838,13 +17891,15 @@ module Aws::Connect
|
|
|
17838
17891
|
# CAMPAIGN\_INTERACTIONS
|
|
17839
17892
|
#
|
|
17840
17893
|
# : This metric is available only for outbound campaigns using the
|
|
17841
|
-
# email delivery
|
|
17894
|
+
# email, WhatsApp, and web notification delivery modes.
|
|
17842
17895
|
#
|
|
17843
17896
|
# Unit: Count
|
|
17844
17897
|
#
|
|
17845
17898
|
# Valid metric filter key: CAMPAIGN\_INTERACTION\_EVENT\_TYPE
|
|
17846
17899
|
#
|
|
17847
|
-
# Valid groupings and filters: Campaign
|
|
17900
|
+
# Valid groupings and filters: Browser Name, Campaign, Channel,
|
|
17901
|
+
# contact/segmentAttributes/connect:Subtype, Device Model, Device
|
|
17902
|
+
# Type, Web Notification Type
|
|
17848
17903
|
#
|
|
17849
17904
|
# UI name: [Campaign interactions][93]
|
|
17850
17905
|
#
|
|
@@ -18103,17 +18158,18 @@ module Aws::Connect
|
|
|
18103
18158
|
# `CAMPAIGN_DELIVERY_EVENT_TYPE`, `DISCONNECT_REASON`
|
|
18104
18159
|
#
|
|
18105
18160
|
# Valid groupings and filters: Agent, Answering Machine Detection
|
|
18106
|
-
# Status, Campaign, Campaign Delivery EventType,
|
|
18107
|
-
# contact/segmentAttributes/connect:Subtype,
|
|
18108
|
-
# Queue, Routing Profile
|
|
18161
|
+
# Status, Browser Name, Campaign, Campaign Delivery EventType,
|
|
18162
|
+
# Channel, contact/segmentAttributes/connect:Subtype, Device Model,
|
|
18163
|
+
# Device Type, Disconnect Reason, Queue, Routing Profile, Web
|
|
18164
|
+
# Notification Type
|
|
18109
18165
|
#
|
|
18110
18166
|
# UI name: [Delivery attempts][116]
|
|
18111
18167
|
#
|
|
18112
18168
|
# <note markdown="1"> Campaign Delivery EventType filter and grouping are only available
|
|
18113
|
-
# for SMS
|
|
18114
|
-
# Profile, Answering Machine Detection
|
|
18115
|
-
# are only available for agent assisted
|
|
18116
|
-
# delivery modes.
|
|
18169
|
+
# for SMS, Email, WhatsApp, and web notification campaign delivery
|
|
18170
|
+
# modes. Agent, Queue, Routing Profile, Answering Machine Detection
|
|
18171
|
+
# Status and Disconnect Reason are only available for agent assisted
|
|
18172
|
+
# voice and automated voice delivery modes.
|
|
18117
18173
|
#
|
|
18118
18174
|
# </note>
|
|
18119
18175
|
#
|
|
@@ -18129,17 +18185,18 @@ module Aws::Connect
|
|
|
18129
18185
|
# `CAMPAIGN_DELIVERY_EVENT_TYPE`, `DISCONNECT_REASON`
|
|
18130
18186
|
#
|
|
18131
18187
|
# Valid groupings and filters: Agent, Answering Machine Detection
|
|
18132
|
-
# Status, Campaign, Channel,
|
|
18133
|
-
# contact/segmentAttributes/connect:Subtype,
|
|
18134
|
-
# Queue, Routing Profile
|
|
18188
|
+
# Status, Browser Name, Campaign, Channel,
|
|
18189
|
+
# contact/segmentAttributes/connect:Subtype, Device Model, Device
|
|
18190
|
+
# Type, Disconnect Reason, Queue, Routing Profile, Web Notification
|
|
18191
|
+
# Type
|
|
18135
18192
|
#
|
|
18136
18193
|
# UI name: [Delivery attempt disposition rate][117]
|
|
18137
18194
|
#
|
|
18138
18195
|
# <note markdown="1"> Campaign Delivery Event Type filter and grouping are only
|
|
18139
|
-
# available for SMS
|
|
18140
|
-
# Routing Profile, Answering Machine
|
|
18141
|
-
# Reason are only available for
|
|
18142
|
-
# voice delivery modes.
|
|
18196
|
+
# available for SMS, Email, WhatsApp, and web notification campaign
|
|
18197
|
+
# delivery modes. Agent, Queue, Routing Profile, Answering Machine
|
|
18198
|
+
# Detection Status and Disconnect Reason are only available for
|
|
18199
|
+
# agent assisted voice and automated voice delivery modes.
|
|
18143
18200
|
#
|
|
18144
18201
|
# </note>
|
|
18145
18202
|
#
|
|
@@ -29135,6 +29192,11 @@ module Aws::Connect
|
|
|
29135
29192
|
# The event source to trigger the rule.
|
|
29136
29193
|
# @return [Types::RuleTriggerEventSource]
|
|
29137
29194
|
#
|
|
29195
|
+
# @!attribute [rw] rule_capability_tiers
|
|
29196
|
+
# The list of capability tiers associated with the rule. Used for
|
|
29197
|
+
# categorizing rules by capability (for example, `GenerativeAI`).
|
|
29198
|
+
# @return [Array<String>]
|
|
29199
|
+
#
|
|
29138
29200
|
# @!attribute [rw] function
|
|
29139
29201
|
# The conditions of the rule.
|
|
29140
29202
|
# @return [String]
|
|
@@ -29173,6 +29235,7 @@ module Aws::Connect
|
|
|
29173
29235
|
:rule_id,
|
|
29174
29236
|
:rule_arn,
|
|
29175
29237
|
:trigger_event_source,
|
|
29238
|
+
:rule_capability_tiers,
|
|
29176
29239
|
:function,
|
|
29177
29240
|
:actions,
|
|
29178
29241
|
:publish_status,
|
|
@@ -29272,6 +29335,126 @@ module Aws::Connect
|
|
|
29272
29335
|
include Aws::Structure
|
|
29273
29336
|
end
|
|
29274
29337
|
|
|
29338
|
+
# A list of conditions which would be applied together with an `AND`
|
|
29339
|
+
# condition.
|
|
29340
|
+
#
|
|
29341
|
+
# @!attribute [rw] tag_conditions
|
|
29342
|
+
# A list of tag conditions that need to be applied with `AND`
|
|
29343
|
+
# condition.
|
|
29344
|
+
# @return [Array<Types::TagCondition>]
|
|
29345
|
+
#
|
|
29346
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RuleAttributeAndCondition AWS API Documentation
|
|
29347
|
+
#
|
|
29348
|
+
class RuleAttributeAndCondition < Struct.new(
|
|
29349
|
+
:tag_conditions)
|
|
29350
|
+
SENSITIVE = []
|
|
29351
|
+
include Aws::Structure
|
|
29352
|
+
end
|
|
29353
|
+
|
|
29354
|
+
# An object that can be used to specify tag conditions inside the
|
|
29355
|
+
# `SearchFilter`. This accepts an `OR` of `AND` (List of List) input
|
|
29356
|
+
# where:
|
|
29357
|
+
#
|
|
29358
|
+
# * The top level list specifies conditions that need to be applied with
|
|
29359
|
+
# `OR` operator.
|
|
29360
|
+
#
|
|
29361
|
+
# * The inner list specifies conditions that need to be applied with
|
|
29362
|
+
# `AND` operator.
|
|
29363
|
+
#
|
|
29364
|
+
# @!attribute [rw] or_conditions
|
|
29365
|
+
# A list of conditions which would be applied together with an `OR`
|
|
29366
|
+
# condition.
|
|
29367
|
+
# @return [Array<Types::RuleAttributeAndCondition>]
|
|
29368
|
+
#
|
|
29369
|
+
# @!attribute [rw] and_condition
|
|
29370
|
+
# A list of conditions which would be applied together with an `AND`
|
|
29371
|
+
# condition.
|
|
29372
|
+
# @return [Types::RuleAttributeAndCondition]
|
|
29373
|
+
#
|
|
29374
|
+
# @!attribute [rw] tag_condition
|
|
29375
|
+
# A leaf node condition which can be used to specify a tag condition,
|
|
29376
|
+
# for example, `HAVE BPO = 123`.
|
|
29377
|
+
# @return [Types::TagCondition]
|
|
29378
|
+
#
|
|
29379
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RuleAttributeFilter AWS API Documentation
|
|
29380
|
+
#
|
|
29381
|
+
class RuleAttributeFilter < Struct.new(
|
|
29382
|
+
:or_conditions,
|
|
29383
|
+
:and_condition,
|
|
29384
|
+
:tag_condition)
|
|
29385
|
+
SENSITIVE = []
|
|
29386
|
+
include Aws::Structure
|
|
29387
|
+
end
|
|
29388
|
+
|
|
29389
|
+
# A summary of information about a rule, returned as part of the
|
|
29390
|
+
# response to a `SearchRules` operation.
|
|
29391
|
+
#
|
|
29392
|
+
# @!attribute [rw] name
|
|
29393
|
+
# The name of the rule.
|
|
29394
|
+
# @return [String]
|
|
29395
|
+
#
|
|
29396
|
+
# @!attribute [rw] rule_id
|
|
29397
|
+
# A unique identifier for the rule.
|
|
29398
|
+
# @return [String]
|
|
29399
|
+
#
|
|
29400
|
+
# @!attribute [rw] rule_arn
|
|
29401
|
+
# The Amazon Resource Name (ARN) of the rule.
|
|
29402
|
+
# @return [String]
|
|
29403
|
+
#
|
|
29404
|
+
# @!attribute [rw] trigger_event_source
|
|
29405
|
+
# The event source to trigger the rule.
|
|
29406
|
+
# @return [Types::RuleTriggerEventSource]
|
|
29407
|
+
#
|
|
29408
|
+
# @!attribute [rw] action_summaries
|
|
29409
|
+
# A list of `ActionTypes` associated with a rule.
|
|
29410
|
+
# @return [Array<Types::ActionSummary>]
|
|
29411
|
+
#
|
|
29412
|
+
# @!attribute [rw] rule_capability_tiers
|
|
29413
|
+
# The list of capability tiers associated with the rule. Used for
|
|
29414
|
+
# categorizing rules by capability (for example, `GenerativeAI`).
|
|
29415
|
+
# @return [Array<String>]
|
|
29416
|
+
#
|
|
29417
|
+
# @!attribute [rw] publish_status
|
|
29418
|
+
# The publish status of the rule.
|
|
29419
|
+
# @return [String]
|
|
29420
|
+
#
|
|
29421
|
+
# @!attribute [rw] created_time
|
|
29422
|
+
# The timestamp for when the rule was created.
|
|
29423
|
+
# @return [Time]
|
|
29424
|
+
#
|
|
29425
|
+
# @!attribute [rw] last_updated_time
|
|
29426
|
+
# The timestamp for when the rule was last updated.
|
|
29427
|
+
# @return [Time]
|
|
29428
|
+
#
|
|
29429
|
+
# @!attribute [rw] last_updated_by
|
|
29430
|
+
# The Amazon Resource Name (ARN) of the user who last updated the
|
|
29431
|
+
# rule.
|
|
29432
|
+
# @return [String]
|
|
29433
|
+
#
|
|
29434
|
+
# @!attribute [rw] tags
|
|
29435
|
+
# The tags used to organize, track, or control access for this
|
|
29436
|
+
# resource. For example, \{ "Tags": \{"key1":"value1",
|
|
29437
|
+
# "key2":"value2"} }.
|
|
29438
|
+
# @return [Hash<String,String>]
|
|
29439
|
+
#
|
|
29440
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RuleSearchSummary AWS API Documentation
|
|
29441
|
+
#
|
|
29442
|
+
class RuleSearchSummary < Struct.new(
|
|
29443
|
+
:name,
|
|
29444
|
+
:rule_id,
|
|
29445
|
+
:rule_arn,
|
|
29446
|
+
:trigger_event_source,
|
|
29447
|
+
:action_summaries,
|
|
29448
|
+
:rule_capability_tiers,
|
|
29449
|
+
:publish_status,
|
|
29450
|
+
:created_time,
|
|
29451
|
+
:last_updated_time,
|
|
29452
|
+
:last_updated_by,
|
|
29453
|
+
:tags)
|
|
29454
|
+
SENSITIVE = []
|
|
29455
|
+
include Aws::Structure
|
|
29456
|
+
end
|
|
29457
|
+
|
|
29275
29458
|
# A list of `ActionTypes` associated with a rule.
|
|
29276
29459
|
#
|
|
29277
29460
|
# @!attribute [rw] name
|
|
@@ -29294,6 +29477,11 @@ module Aws::Connect
|
|
|
29294
29477
|
# The publish status of the rule.
|
|
29295
29478
|
# @return [String]
|
|
29296
29479
|
#
|
|
29480
|
+
# @!attribute [rw] rule_capability_tiers
|
|
29481
|
+
# The list of capability tiers associated with the rule. Used for
|
|
29482
|
+
# categorizing rules by capability (for example, `GenerativeAI`).
|
|
29483
|
+
# @return [Array<String>]
|
|
29484
|
+
#
|
|
29297
29485
|
# @!attribute [rw] action_summaries
|
|
29298
29486
|
# A list of ActionTypes associated with a rule.
|
|
29299
29487
|
# @return [Array<Types::ActionSummary>]
|
|
@@ -29314,6 +29502,7 @@ module Aws::Connect
|
|
|
29314
29502
|
:rule_arn,
|
|
29315
29503
|
:event_source_name,
|
|
29316
29504
|
:publish_status,
|
|
29505
|
+
:rule_capability_tiers,
|
|
29317
29506
|
:action_summaries,
|
|
29318
29507
|
:created_time,
|
|
29319
29508
|
:last_updated_time)
|
|
@@ -29360,6 +29549,55 @@ module Aws::Connect
|
|
|
29360
29549
|
include Aws::Structure
|
|
29361
29550
|
end
|
|
29362
29551
|
|
|
29552
|
+
# The search criteria to be used to return rules.
|
|
29553
|
+
#
|
|
29554
|
+
# @!attribute [rw] or_conditions
|
|
29555
|
+
# A list of conditions which would be applied together with an OR
|
|
29556
|
+
# condition.
|
|
29557
|
+
# @return [Array<Types::RulesSearchCriteria>]
|
|
29558
|
+
#
|
|
29559
|
+
# @!attribute [rw] and_conditions
|
|
29560
|
+
# A list of conditions which would be applied together with an AND
|
|
29561
|
+
# condition.
|
|
29562
|
+
# @return [Array<Types::RulesSearchCriteria>]
|
|
29563
|
+
#
|
|
29564
|
+
# @!attribute [rw] string_condition
|
|
29565
|
+
# A leaf node condition which can be used to specify a string
|
|
29566
|
+
# condition.
|
|
29567
|
+
#
|
|
29568
|
+
# <note markdown="1"> The currently supported values for `FieldName` are `Name`,
|
|
29569
|
+
# `PublishStatus`, `EventSourceName`, `RuleId`,
|
|
29570
|
+
# `IntegrationAssociationId`, `ActionSummaries`, and
|
|
29571
|
+
# `RuleCapabilityTiers`.
|
|
29572
|
+
#
|
|
29573
|
+
# </note>
|
|
29574
|
+
# @return [Types::StringCondition]
|
|
29575
|
+
#
|
|
29576
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RulesSearchCriteria AWS API Documentation
|
|
29577
|
+
#
|
|
29578
|
+
class RulesSearchCriteria < Struct.new(
|
|
29579
|
+
:or_conditions,
|
|
29580
|
+
:and_conditions,
|
|
29581
|
+
:string_condition)
|
|
29582
|
+
SENSITIVE = []
|
|
29583
|
+
include Aws::Structure
|
|
29584
|
+
end
|
|
29585
|
+
|
|
29586
|
+
# Filters to be applied to search results.
|
|
29587
|
+
#
|
|
29588
|
+
# @!attribute [rw] attribute_filter
|
|
29589
|
+
# An object that can be used to specify tag conditions inside the
|
|
29590
|
+
# `SearchFilter`.
|
|
29591
|
+
# @return [Types::RuleAttributeFilter]
|
|
29592
|
+
#
|
|
29593
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RulesSearchFilter AWS API Documentation
|
|
29594
|
+
#
|
|
29595
|
+
class RulesSearchFilter < Struct.new(
|
|
29596
|
+
:attribute_filter)
|
|
29597
|
+
SENSITIVE = []
|
|
29598
|
+
include Aws::Structure
|
|
29599
|
+
end
|
|
29600
|
+
|
|
29363
29601
|
# Information about the Amazon Simple Storage Service (Amazon S3)
|
|
29364
29602
|
# storage type.
|
|
29365
29603
|
#
|
|
@@ -30738,6 +30976,68 @@ module Aws::Connect
|
|
|
30738
30976
|
include Aws::Structure
|
|
30739
30977
|
end
|
|
30740
30978
|
|
|
30979
|
+
# @!attribute [rw] instance_id
|
|
30980
|
+
# The identifier of the Connect Customer instance. You can [find the
|
|
30981
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
|
30982
|
+
#
|
|
30983
|
+
#
|
|
30984
|
+
#
|
|
30985
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
|
30986
|
+
# @return [String]
|
|
30987
|
+
#
|
|
30988
|
+
# @!attribute [rw] max_results
|
|
30989
|
+
# The maximum number of results to return per page.
|
|
30990
|
+
# @return [Integer]
|
|
30991
|
+
#
|
|
30992
|
+
# @!attribute [rw] next_token
|
|
30993
|
+
# The token for the next set of results. Use the value returned in the
|
|
30994
|
+
# previous response in the next request to retrieve the next set of
|
|
30995
|
+
# results.
|
|
30996
|
+
# @return [String]
|
|
30997
|
+
#
|
|
30998
|
+
# @!attribute [rw] search_criteria
|
|
30999
|
+
# The search criteria to be used to return rules.
|
|
31000
|
+
# @return [Types::RulesSearchCriteria]
|
|
31001
|
+
#
|
|
31002
|
+
# @!attribute [rw] search_filter
|
|
31003
|
+
# Filters to be applied to search results, such as tag-based filters.
|
|
31004
|
+
# @return [Types::RulesSearchFilter]
|
|
31005
|
+
#
|
|
31006
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchRulesRequest AWS API Documentation
|
|
31007
|
+
#
|
|
31008
|
+
class SearchRulesRequest < Struct.new(
|
|
31009
|
+
:instance_id,
|
|
31010
|
+
:max_results,
|
|
31011
|
+
:next_token,
|
|
31012
|
+
:search_criteria,
|
|
31013
|
+
:search_filter)
|
|
31014
|
+
SENSITIVE = []
|
|
31015
|
+
include Aws::Structure
|
|
31016
|
+
end
|
|
31017
|
+
|
|
31018
|
+
# @!attribute [rw] rules
|
|
31019
|
+
# Information about the rules.
|
|
31020
|
+
# @return [Array<Types::RuleSearchSummary>]
|
|
31021
|
+
#
|
|
31022
|
+
# @!attribute [rw] approximate_total_count
|
|
31023
|
+
# The total number of rules which matched your search query.
|
|
31024
|
+
# @return [Integer]
|
|
31025
|
+
#
|
|
31026
|
+
# @!attribute [rw] next_token
|
|
31027
|
+
# If there are additional results, this is the token for the next set
|
|
31028
|
+
# of results.
|
|
31029
|
+
# @return [String]
|
|
31030
|
+
#
|
|
31031
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchRulesResponse AWS API Documentation
|
|
31032
|
+
#
|
|
31033
|
+
class SearchRulesResponse < Struct.new(
|
|
31034
|
+
:rules,
|
|
31035
|
+
:approximate_total_count,
|
|
31036
|
+
:next_token)
|
|
31037
|
+
SENSITIVE = []
|
|
31038
|
+
include Aws::Structure
|
|
31039
|
+
end
|
|
31040
|
+
|
|
30741
31041
|
# @!attribute [rw] instance_id
|
|
30742
31042
|
# The identifier of the Connect Customer instance. You can [find the
|
|
30743
31043
|
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
|
@@ -36257,7 +36557,7 @@ module Aws::Connect
|
|
|
36257
36557
|
#
|
|
36258
36558
|
#
|
|
36259
36559
|
#
|
|
36260
|
-
# [1]: https://docs.aws.amazon.com/
|
|
36560
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/hours-of-operation-overrides.html
|
|
36261
36561
|
# @return [String]
|
|
36262
36562
|
#
|
|
36263
36563
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateHoursOfOperationOverrideRequest AWS API Documentation
|
data/lib/aws-sdk-connect.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1340,6 +1340,17 @@ module Aws
|
|
|
1340
1340
|
) -> _DeleteAttachedFileResponseSuccess
|
|
1341
1341
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAttachedFileResponseSuccess
|
|
1342
1342
|
|
|
1343
|
+
interface _DeleteContactDataResponseSuccess
|
|
1344
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteContactDataResponse]
|
|
1345
|
+
end
|
|
1346
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_contact_data-instance_method
|
|
1347
|
+
def delete_contact_data: (
|
|
1348
|
+
instance_id: ::String,
|
|
1349
|
+
contact_id: ::String,
|
|
1350
|
+
contact_fields: Array[("CUSTOMER_ENDPOINT" | "ADDITIONAL_EMAIL_RECIPIENTS" | "EMAIL_SUBJECT")]
|
|
1351
|
+
) -> _DeleteContactDataResponseSuccess
|
|
1352
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteContactDataResponseSuccess
|
|
1353
|
+
|
|
1343
1354
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_contact_evaluation-instance_method
|
|
1344
1355
|
def delete_contact_evaluation: (
|
|
1345
1356
|
instance_id: ::String,
|
|
@@ -4121,6 +4132,47 @@ module Aws
|
|
|
4121
4132
|
) -> _SearchRoutingProfilesResponseSuccess
|
|
4122
4133
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchRoutingProfilesResponseSuccess
|
|
4123
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
|
+
|
|
4124
4176
|
interface _SearchSecurityProfilesResponseSuccess
|
|
4125
4177
|
include ::Seahorse::Client::_ResponseSuccess[Types::SearchSecurityProfilesResponse]
|
|
4126
4178
|
def security_profiles: () -> ::Array[Types::SecurityProfileSearchSummary]
|
data/sig/errors.rbs
CHANGED
|
@@ -26,6 +26,9 @@ module Aws
|
|
|
26
26
|
class ContactNotFoundException < ::Aws::Errors::ServiceError
|
|
27
27
|
def message: () -> ::String
|
|
28
28
|
end
|
|
29
|
+
class ContactNotTerminatedException < ::Aws::Errors::ServiceError
|
|
30
|
+
def message: () -> ::String
|
|
31
|
+
end
|
|
29
32
|
class DestinationNotAllowedException < ::Aws::Errors::ServiceError
|
|
30
33
|
def message: () -> ::String
|
|
31
34
|
end
|
data/sig/params.rbs
CHANGED
|
@@ -1317,6 +1317,36 @@ module Aws
|
|
|
1317
1317
|
}?
|
|
1318
1318
|
}
|
|
1319
1319
|
|
|
1320
|
+
type rules_search_criteria = {
|
|
1321
|
+
or_conditions: Array[
|
|
1322
|
+
{
|
|
1323
|
+
or_conditions: untyped?,
|
|
1324
|
+
and_conditions: untyped?,
|
|
1325
|
+
string_condition: {
|
|
1326
|
+
field_name: ::String?,
|
|
1327
|
+
value: ::String?,
|
|
1328
|
+
comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
|
|
1329
|
+
}?
|
|
1330
|
+
}
|
|
1331
|
+
]?,
|
|
1332
|
+
and_conditions: Array[
|
|
1333
|
+
{
|
|
1334
|
+
or_conditions: untyped?,
|
|
1335
|
+
and_conditions: untyped?,
|
|
1336
|
+
string_condition: {
|
|
1337
|
+
field_name: ::String?,
|
|
1338
|
+
value: ::String?,
|
|
1339
|
+
comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
|
|
1340
|
+
}?
|
|
1341
|
+
}
|
|
1342
|
+
]?,
|
|
1343
|
+
string_condition: {
|
|
1344
|
+
field_name: ::String?,
|
|
1345
|
+
value: ::String?,
|
|
1346
|
+
comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
|
|
1347
|
+
}?
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1320
1350
|
type security_profile_search_criteria = {
|
|
1321
1351
|
or_conditions: Array[
|
|
1322
1352
|
{
|