aws-sdk-connect 1.215.0 → 1.217.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 +404 -189
- data/lib/aws-sdk-connect/client_api.rb +29 -1
- data/lib/aws-sdk-connect/types.rb +300 -164
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +43 -9
- data/sig/types.rbs +21 -1
- metadata +1 -1
data/lib/aws-sdk-connect.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -433,7 +433,11 @@ module Aws
|
|
433
433
|
?segment_attributes: Hash[::String, {
|
434
434
|
value_string: ::String?,
|
435
435
|
value_map: Hash[::String, untyped]?,
|
436
|
-
value_integer: ::Integer
|
436
|
+
value_integer: ::Integer?,
|
437
|
+
value_list: Array[
|
438
|
+
untyped,
|
439
|
+
]?,
|
440
|
+
value_arn: ::String?
|
437
441
|
}],
|
438
442
|
?previous_contact_id: ::String
|
439
443
|
) -> _CreateContactResponseSuccess
|
@@ -714,8 +718,12 @@ module Aws
|
|
714
718
|
def create_predefined_attribute: (
|
715
719
|
instance_id: ::String,
|
716
720
|
name: ::String,
|
717
|
-
values: {
|
721
|
+
?values: {
|
718
722
|
string_list: Array[::String]?
|
723
|
+
},
|
724
|
+
?purposes: Array[::String],
|
725
|
+
?attribute_configuration: {
|
726
|
+
enable_value_validation_on_association: bool?
|
719
727
|
}
|
720
728
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
721
729
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
@@ -1079,7 +1087,8 @@ module Aws
|
|
1079
1087
|
phone_type: ("SOFT_PHONE" | "DESK_PHONE"),
|
1080
1088
|
auto_accept: bool?,
|
1081
1089
|
after_contact_work_time_limit: ::Integer?,
|
1082
|
-
desk_phone_number: ::String
|
1090
|
+
desk_phone_number: ::String?,
|
1091
|
+
persistent_connection: bool?
|
1083
1092
|
},
|
1084
1093
|
?directory_user_id: ::String,
|
1085
1094
|
security_profile_ids: Array[::String],
|
@@ -3896,7 +3905,11 @@ module Aws
|
|
3896
3905
|
?segment_attributes: Hash[::String, {
|
3897
3906
|
value_string: ::String?,
|
3898
3907
|
value_map: Hash[::String, untyped]?,
|
3899
|
-
value_integer: ::Integer
|
3908
|
+
value_integer: ::Integer?,
|
3909
|
+
value_list: Array[
|
3910
|
+
untyped,
|
3911
|
+
]?,
|
3912
|
+
value_arn: ::String?
|
3900
3913
|
}],
|
3901
3914
|
?customer_id: ::String
|
3902
3915
|
) -> _StartChatContactResponseSuccess
|
@@ -4002,7 +4015,11 @@ module Aws
|
|
4002
4015
|
?segment_attributes: Hash[::String, {
|
4003
4016
|
value_string: ::String?,
|
4004
4017
|
value_map: Hash[::String, untyped]?,
|
4005
|
-
value_integer: ::Integer
|
4018
|
+
value_integer: ::Integer?,
|
4019
|
+
value_list: Array[
|
4020
|
+
untyped,
|
4021
|
+
]?,
|
4022
|
+
value_arn: ::String?
|
4006
4023
|
}],
|
4007
4024
|
?client_token: ::String
|
4008
4025
|
) -> _StartEmailContactResponseSuccess
|
@@ -4026,7 +4043,11 @@ module Aws
|
|
4026
4043
|
segment_attributes: Hash[::String, {
|
4027
4044
|
value_string: ::String?,
|
4028
4045
|
value_map: Hash[::String, untyped]?,
|
4029
|
-
value_integer: ::Integer
|
4046
|
+
value_integer: ::Integer?,
|
4047
|
+
value_list: Array[
|
4048
|
+
untyped,
|
4049
|
+
]?,
|
4050
|
+
value_arn: ::String?
|
4030
4051
|
}],
|
4031
4052
|
?attributes: Hash[::String, ::String],
|
4032
4053
|
contact_flow_id: ::String,
|
@@ -4158,7 +4179,11 @@ module Aws
|
|
4158
4179
|
?segment_attributes: Hash[::String, {
|
4159
4180
|
value_string: ::String?,
|
4160
4181
|
value_map: Hash[::String, untyped]?,
|
4161
|
-
value_integer: ::Integer
|
4182
|
+
value_integer: ::Integer?,
|
4183
|
+
value_list: Array[
|
4184
|
+
untyped,
|
4185
|
+
]?,
|
4186
|
+
value_arn: ::String?
|
4162
4187
|
}]
|
4163
4188
|
) -> _StartTaskContactResponseSuccess
|
4164
4189
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartTaskContactResponseSuccess
|
@@ -4366,7 +4391,11 @@ module Aws
|
|
4366
4391
|
?segment_attributes: Hash[::String, {
|
4367
4392
|
value_string: ::String?,
|
4368
4393
|
value_map: Hash[::String, untyped]?,
|
4369
|
-
value_integer: ::Integer
|
4394
|
+
value_integer: ::Integer?,
|
4395
|
+
value_list: Array[
|
4396
|
+
untyped,
|
4397
|
+
]?,
|
4398
|
+
value_arn: ::String?
|
4370
4399
|
}],
|
4371
4400
|
?queue_info: {
|
4372
4401
|
id: ::String?
|
@@ -4803,6 +4832,10 @@ module Aws
|
|
4803
4832
|
name: ::String,
|
4804
4833
|
?values: {
|
4805
4834
|
string_list: Array[::String]?
|
4835
|
+
},
|
4836
|
+
?purposes: Array[::String],
|
4837
|
+
?attribute_configuration: {
|
4838
|
+
enable_value_validation_on_association: bool?
|
4806
4839
|
}
|
4807
4840
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
4808
4841
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
@@ -5241,7 +5274,8 @@ module Aws
|
|
5241
5274
|
phone_type: ("SOFT_PHONE" | "DESK_PHONE"),
|
5242
5275
|
auto_accept: bool?,
|
5243
5276
|
after_contact_work_time_limit: ::Integer?,
|
5244
|
-
desk_phone_number: ::String
|
5277
|
+
desk_phone_number: ::String?,
|
5278
|
+
persistent_connection: bool?
|
5245
5279
|
},
|
5246
5280
|
user_id: ::String,
|
5247
5281
|
instance_id: ::String
|
data/sig/types.rbs
CHANGED
@@ -834,7 +834,7 @@ module Aws::Connect
|
|
834
834
|
attr_accessor disconnect_timestamp: ::Time
|
835
835
|
attr_accessor scheduled_timestamp: ::Time
|
836
836
|
attr_accessor segment_attributes: ::Hash[::String, Types::ContactSearchSummarySegmentAttributeValue]
|
837
|
-
SENSITIVE: []
|
837
|
+
SENSITIVE: [:segment_attributes]
|
838
838
|
end
|
839
839
|
|
840
840
|
class ContactSearchSummaryAgentInfo
|
@@ -1103,6 +1103,8 @@ module Aws::Connect
|
|
1103
1103
|
attr_accessor instance_id: ::String
|
1104
1104
|
attr_accessor name: ::String
|
1105
1105
|
attr_accessor values: Types::PredefinedAttributeValues
|
1106
|
+
attr_accessor purposes: ::Array[::String]
|
1107
|
+
attr_accessor attribute_configuration: Types::InputPredefinedAttributeConfiguration
|
1106
1108
|
SENSITIVE: []
|
1107
1109
|
end
|
1108
1110
|
|
@@ -2957,6 +2959,11 @@ module Aws::Connect
|
|
2957
2959
|
SENSITIVE: [:subject, :body]
|
2958
2960
|
end
|
2959
2961
|
|
2962
|
+
class InputPredefinedAttributeConfiguration
|
2963
|
+
attr_accessor enable_value_validation_on_association: bool
|
2964
|
+
SENSITIVE: []
|
2965
|
+
end
|
2966
|
+
|
2960
2967
|
class Instance
|
2961
2968
|
attr_accessor id: ::String
|
2962
2969
|
attr_accessor arn: ::String
|
@@ -4076,11 +4083,19 @@ module Aws::Connect
|
|
4076
4083
|
class PredefinedAttribute
|
4077
4084
|
attr_accessor name: ::String
|
4078
4085
|
attr_accessor values: Types::PredefinedAttributeValues
|
4086
|
+
attr_accessor purposes: ::Array[::String]
|
4087
|
+
attr_accessor attribute_configuration: Types::PredefinedAttributeConfiguration
|
4079
4088
|
attr_accessor last_modified_time: ::Time
|
4080
4089
|
attr_accessor last_modified_region: ::String
|
4081
4090
|
SENSITIVE: []
|
4082
4091
|
end
|
4083
4092
|
|
4093
|
+
class PredefinedAttributeConfiguration
|
4094
|
+
attr_accessor enable_value_validation_on_association: bool
|
4095
|
+
attr_accessor is_read_only: bool
|
4096
|
+
SENSITIVE: []
|
4097
|
+
end
|
4098
|
+
|
4084
4099
|
class PredefinedAttributeSearchCriteria
|
4085
4100
|
attr_accessor or_conditions: ::Array[Types::PredefinedAttributeSearchCriteria]
|
4086
4101
|
attr_accessor and_conditions: ::Array[Types::PredefinedAttributeSearchCriteria]
|
@@ -5095,6 +5110,8 @@ module Aws::Connect
|
|
5095
5110
|
attr_accessor value_string: ::String
|
5096
5111
|
attr_accessor value_map: ::Hash[::String, Types::SegmentAttributeValue]
|
5097
5112
|
attr_accessor value_integer: ::Integer
|
5113
|
+
attr_accessor value_list: ::Array[Types::SegmentAttributeValue]
|
5114
|
+
attr_accessor value_arn: ::String
|
5098
5115
|
SENSITIVE: []
|
5099
5116
|
end
|
5100
5117
|
|
@@ -5974,6 +5991,8 @@ module Aws::Connect
|
|
5974
5991
|
attr_accessor instance_id: ::String
|
5975
5992
|
attr_accessor name: ::String
|
5976
5993
|
attr_accessor values: Types::PredefinedAttributeValues
|
5994
|
+
attr_accessor purposes: ::Array[::String]
|
5995
|
+
attr_accessor attribute_configuration: Types::InputPredefinedAttributeConfiguration
|
5977
5996
|
SENSITIVE: []
|
5978
5997
|
end
|
5979
5998
|
|
@@ -6330,6 +6349,7 @@ module Aws::Connect
|
|
6330
6349
|
attr_accessor auto_accept: bool
|
6331
6350
|
attr_accessor after_contact_work_time_limit: ::Integer
|
6332
6351
|
attr_accessor desk_phone_number: ::String
|
6352
|
+
attr_accessor persistent_connection: bool
|
6333
6353
|
SENSITIVE: []
|
6334
6354
|
end
|
6335
6355
|
|