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
data/sig/types.rbs
CHANGED
|
@@ -1200,6 +1200,11 @@ module Aws::Connect
|
|
|
1200
1200
|
SENSITIVE: []
|
|
1201
1201
|
end
|
|
1202
1202
|
|
|
1203
|
+
class ContactNotTerminatedException
|
|
1204
|
+
attr_accessor message: ::String
|
|
1205
|
+
SENSITIVE: []
|
|
1206
|
+
end
|
|
1207
|
+
|
|
1203
1208
|
class ContactSearchSummary
|
|
1204
1209
|
attr_accessor arn: ::String
|
|
1205
1210
|
attr_accessor id: ::String
|
|
@@ -2191,6 +2196,16 @@ module Aws::Connect
|
|
|
2191
2196
|
class DeleteAttachedFileResponse < Aws::EmptyStructure
|
|
2192
2197
|
end
|
|
2193
2198
|
|
|
2199
|
+
class DeleteContactDataRequest
|
|
2200
|
+
attr_accessor instance_id: ::String
|
|
2201
|
+
attr_accessor contact_id: ::String
|
|
2202
|
+
attr_accessor contact_fields: ::Array[("CUSTOMER_ENDPOINT" | "ADDITIONAL_EMAIL_RECIPIENTS" | "EMAIL_SUBJECT")]
|
|
2203
|
+
SENSITIVE: []
|
|
2204
|
+
end
|
|
2205
|
+
|
|
2206
|
+
class DeleteContactDataResponse < Aws::EmptyStructure
|
|
2207
|
+
end
|
|
2208
|
+
|
|
2194
2209
|
class DeleteContactEvaluationRequest
|
|
2195
2210
|
attr_accessor instance_id: ::String
|
|
2196
2211
|
attr_accessor evaluation_id: ::String
|
|
@@ -6778,6 +6793,7 @@ module Aws::Connect
|
|
|
6778
6793
|
attr_accessor rule_id: ::String
|
|
6779
6794
|
attr_accessor rule_arn: ::String
|
|
6780
6795
|
attr_accessor trigger_event_source: Types::RuleTriggerEventSource
|
|
6796
|
+
attr_accessor rule_capability_tiers: ::Array[("GenerativeAI")]
|
|
6781
6797
|
attr_accessor function: ::String
|
|
6782
6798
|
attr_accessor actions: ::Array[Types::RuleAction]
|
|
6783
6799
|
attr_accessor publish_status: ("DRAFT" | "PUBLISHED")
|
|
@@ -6802,12 +6818,40 @@ module Aws::Connect
|
|
|
6802
6818
|
SENSITIVE: []
|
|
6803
6819
|
end
|
|
6804
6820
|
|
|
6821
|
+
class RuleAttributeAndCondition
|
|
6822
|
+
attr_accessor tag_conditions: ::Array[Types::TagCondition]
|
|
6823
|
+
SENSITIVE: []
|
|
6824
|
+
end
|
|
6825
|
+
|
|
6826
|
+
class RuleAttributeFilter
|
|
6827
|
+
attr_accessor or_conditions: ::Array[Types::RuleAttributeAndCondition]
|
|
6828
|
+
attr_accessor and_condition: Types::RuleAttributeAndCondition
|
|
6829
|
+
attr_accessor tag_condition: Types::TagCondition
|
|
6830
|
+
SENSITIVE: []
|
|
6831
|
+
end
|
|
6832
|
+
|
|
6833
|
+
class RuleSearchSummary
|
|
6834
|
+
attr_accessor name: ::String
|
|
6835
|
+
attr_accessor rule_id: ::String
|
|
6836
|
+
attr_accessor rule_arn: ::String
|
|
6837
|
+
attr_accessor trigger_event_source: Types::RuleTriggerEventSource
|
|
6838
|
+
attr_accessor action_summaries: ::Array[Types::ActionSummary]
|
|
6839
|
+
attr_accessor rule_capability_tiers: ::Array[("GenerativeAI")]
|
|
6840
|
+
attr_accessor publish_status: ("DRAFT" | "PUBLISHED")
|
|
6841
|
+
attr_accessor created_time: ::Time
|
|
6842
|
+
attr_accessor last_updated_time: ::Time
|
|
6843
|
+
attr_accessor last_updated_by: ::String
|
|
6844
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
6845
|
+
SENSITIVE: []
|
|
6846
|
+
end
|
|
6847
|
+
|
|
6805
6848
|
class RuleSummary
|
|
6806
6849
|
attr_accessor name: ::String
|
|
6807
6850
|
attr_accessor rule_id: ::String
|
|
6808
6851
|
attr_accessor rule_arn: ::String
|
|
6809
6852
|
attr_accessor event_source_name: ("OnPostCallAnalysisAvailable" | "OnRealTimeCallAnalysisAvailable" | "OnRealTimeChatAnalysisAvailable" | "OnPostChatAnalysisAvailable" | "OnEmailAnalysisAvailable" | "OnZendeskTicketCreate" | "OnZendeskTicketStatusUpdate" | "OnSalesforceCaseCreate" | "OnContactEvaluationSubmit" | "OnMetricDataUpdate" | "OnCaseCreate" | "OnCaseUpdate" | "OnSlaBreach" | "OnAlertUpdate" | "OnSchedulePublish" | "OnScheduleUpdate" | "OnScheduleTimeOffRequestActivity")
|
|
6810
6853
|
attr_accessor publish_status: ("DRAFT" | "PUBLISHED")
|
|
6854
|
+
attr_accessor rule_capability_tiers: ::Array[("GenerativeAI")]
|
|
6811
6855
|
attr_accessor action_summaries: ::Array[Types::ActionSummary]
|
|
6812
6856
|
attr_accessor created_time: ::Time
|
|
6813
6857
|
attr_accessor last_updated_time: ::Time
|
|
@@ -6825,6 +6869,18 @@ module Aws::Connect
|
|
|
6825
6869
|
SENSITIVE: []
|
|
6826
6870
|
end
|
|
6827
6871
|
|
|
6872
|
+
class RulesSearchCriteria
|
|
6873
|
+
attr_accessor or_conditions: ::Array[Types::RulesSearchCriteria]
|
|
6874
|
+
attr_accessor and_conditions: ::Array[Types::RulesSearchCriteria]
|
|
6875
|
+
attr_accessor string_condition: Types::StringCondition
|
|
6876
|
+
SENSITIVE: []
|
|
6877
|
+
end
|
|
6878
|
+
|
|
6879
|
+
class RulesSearchFilter
|
|
6880
|
+
attr_accessor attribute_filter: Types::RuleAttributeFilter
|
|
6881
|
+
SENSITIVE: []
|
|
6882
|
+
end
|
|
6883
|
+
|
|
6828
6884
|
class S3Config
|
|
6829
6885
|
attr_accessor bucket_name: ::String
|
|
6830
6886
|
attr_accessor bucket_prefix: ::String
|
|
@@ -7163,6 +7219,22 @@ module Aws::Connect
|
|
|
7163
7219
|
SENSITIVE: []
|
|
7164
7220
|
end
|
|
7165
7221
|
|
|
7222
|
+
class SearchRulesRequest
|
|
7223
|
+
attr_accessor instance_id: ::String
|
|
7224
|
+
attr_accessor max_results: ::Integer
|
|
7225
|
+
attr_accessor next_token: ::String
|
|
7226
|
+
attr_accessor search_criteria: Types::RulesSearchCriteria
|
|
7227
|
+
attr_accessor search_filter: Types::RulesSearchFilter
|
|
7228
|
+
SENSITIVE: []
|
|
7229
|
+
end
|
|
7230
|
+
|
|
7231
|
+
class SearchRulesResponse
|
|
7232
|
+
attr_accessor rules: ::Array[Types::RuleSearchSummary]
|
|
7233
|
+
attr_accessor approximate_total_count: ::Integer
|
|
7234
|
+
attr_accessor next_token: ::String
|
|
7235
|
+
SENSITIVE: []
|
|
7236
|
+
end
|
|
7237
|
+
|
|
7166
7238
|
class SearchSecurityProfilesRequest
|
|
7167
7239
|
attr_accessor instance_id: ::String
|
|
7168
7240
|
attr_accessor next_token: ::String
|
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.
|
|
4
|
+
version: 1.265.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.254.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.254.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|