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
@@ -509,6 +509,7 @@ module Aws::Connect
|
|
509
509
|
EmailRecipientsList = Shapes::ListShape.new(name: 'EmailRecipientsList')
|
510
510
|
EmailReference = Shapes::StructureShape.new(name: 'EmailReference')
|
511
511
|
EmptyFieldValue = Shapes::StructureShape.new(name: 'EmptyFieldValue')
|
512
|
+
EnableValueValidationOnAssociation = Shapes::BooleanShape.new(name: 'EnableValueValidationOnAssociation')
|
512
513
|
EncryptionConfig = Shapes::StructureShape.new(name: 'EncryptionConfig')
|
513
514
|
EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
|
514
515
|
EndAssociatedTasksActionDefinition = Shapes::StructureShape.new(name: 'EndAssociatedTasksActionDefinition')
|
@@ -708,6 +709,7 @@ module Aws::Connect
|
|
708
709
|
Index = Shapes::IntegerShape.new(name: 'Index')
|
709
710
|
InitiateAs = Shapes::StringShape.new(name: 'InitiateAs')
|
710
711
|
InitiationMethodList = Shapes::ListShape.new(name: 'InitiationMethodList')
|
712
|
+
InputPredefinedAttributeConfiguration = Shapes::StructureShape.new(name: 'InputPredefinedAttributeConfiguration')
|
711
713
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
712
714
|
InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
|
713
715
|
InstanceAttributeType = Shapes::StringShape.new(name: 'InstanceAttributeType')
|
@@ -740,6 +742,7 @@ module Aws::Connect
|
|
740
742
|
InvisibleTaskTemplateFields = Shapes::ListShape.new(name: 'InvisibleTaskTemplateFields')
|
741
743
|
IpCidr = Shapes::StringShape.new(name: 'IpCidr')
|
742
744
|
IpCidrList = Shapes::ListShape.new(name: 'IpCidrList')
|
745
|
+
IsReadOnly = Shapes::BooleanShape.new(name: 'IsReadOnly')
|
743
746
|
IvrRecordingTrack = Shapes::StringShape.new(name: 'IvrRecordingTrack')
|
744
747
|
JoinToken = Shapes::StringShape.new(name: 'JoinToken')
|
745
748
|
KeyId = Shapes::StringShape.new(name: 'KeyId')
|
@@ -959,6 +962,7 @@ module Aws::Connect
|
|
959
962
|
Permission = Shapes::StringShape.new(name: 'Permission')
|
960
963
|
PermissionsList = Shapes::ListShape.new(name: 'PermissionsList')
|
961
964
|
PersistentChat = Shapes::StructureShape.new(name: 'PersistentChat')
|
965
|
+
PersistentConnection = Shapes::BooleanShape.new(name: 'PersistentConnection')
|
962
966
|
PhoneNumber = Shapes::StringShape.new(name: 'PhoneNumber')
|
963
967
|
PhoneNumberCountryCode = Shapes::StringShape.new(name: 'PhoneNumberCountryCode')
|
964
968
|
PhoneNumberCountryCodes = Shapes::ListShape.new(name: 'PhoneNumberCountryCodes')
|
@@ -981,7 +985,10 @@ module Aws::Connect
|
|
981
985
|
PotentialDisconnectIssue = Shapes::StringShape.new(name: 'PotentialDisconnectIssue')
|
982
986
|
PreSignedAttachmentUrl = Shapes::StringShape.new(name: 'PreSignedAttachmentUrl')
|
983
987
|
PredefinedAttribute = Shapes::StructureShape.new(name: 'PredefinedAttribute')
|
988
|
+
PredefinedAttributeConfiguration = Shapes::StructureShape.new(name: 'PredefinedAttributeConfiguration')
|
984
989
|
PredefinedAttributeName = Shapes::StringShape.new(name: 'PredefinedAttributeName')
|
990
|
+
PredefinedAttributePurposeName = Shapes::StringShape.new(name: 'PredefinedAttributePurposeName')
|
991
|
+
PredefinedAttributePurposeNameList = Shapes::ListShape.new(name: 'PredefinedAttributePurposeNameList')
|
985
992
|
PredefinedAttributeSearchConditionList = Shapes::ListShape.new(name: 'PredefinedAttributeSearchConditionList')
|
986
993
|
PredefinedAttributeSearchCriteria = Shapes::StructureShape.new(name: 'PredefinedAttributeSearchCriteria')
|
987
994
|
PredefinedAttributeSearchSummaryList = Shapes::ListShape.new(name: 'PredefinedAttributeSearchSummaryList')
|
@@ -1253,6 +1260,7 @@ module Aws::Connect
|
|
1253
1260
|
SegmentAttributeName = Shapes::StringShape.new(name: 'SegmentAttributeName')
|
1254
1261
|
SegmentAttributeValue = Shapes::StructureShape.new(name: 'SegmentAttributeValue')
|
1255
1262
|
SegmentAttributeValueInteger = Shapes::IntegerShape.new(name: 'SegmentAttributeValueInteger')
|
1263
|
+
SegmentAttributeValueList = Shapes::ListShape.new(name: 'SegmentAttributeValueList')
|
1256
1264
|
SegmentAttributeValueMap = Shapes::MapShape.new(name: 'SegmentAttributeValueMap')
|
1257
1265
|
SegmentAttributeValueString = Shapes::StringShape.new(name: 'SegmentAttributeValueString')
|
1258
1266
|
SegmentAttributes = Shapes::MapShape.new(name: 'SegmentAttributes')
|
@@ -2486,7 +2494,9 @@ module Aws::Connect
|
|
2486
2494
|
|
2487
2495
|
CreatePredefinedAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2488
2496
|
CreatePredefinedAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location_name: "Name"))
|
2489
|
-
CreatePredefinedAttributeRequest.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues,
|
2497
|
+
CreatePredefinedAttributeRequest.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues, location_name: "Values"))
|
2498
|
+
CreatePredefinedAttributeRequest.add_member(:purposes, Shapes::ShapeRef.new(shape: PredefinedAttributePurposeNameList, location_name: "Purposes"))
|
2499
|
+
CreatePredefinedAttributeRequest.add_member(:attribute_configuration, Shapes::ShapeRef.new(shape: InputPredefinedAttributeConfiguration, location_name: "AttributeConfiguration"))
|
2490
2500
|
CreatePredefinedAttributeRequest.struct_class = Types::CreatePredefinedAttributeRequest
|
2491
2501
|
|
2492
2502
|
CreatePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -3910,6 +3920,9 @@ module Aws::Connect
|
|
3910
3920
|
|
3911
3921
|
InitiationMethodList.member = Shapes::ShapeRef.new(shape: ContactInitiationMethod)
|
3912
3922
|
|
3923
|
+
InputPredefinedAttributeConfiguration.add_member(:enable_value_validation_on_association, Shapes::ShapeRef.new(shape: EnableValueValidationOnAssociation, location_name: "EnableValueValidationOnAssociation"))
|
3924
|
+
InputPredefinedAttributeConfiguration.struct_class = Types::InputPredefinedAttributeConfiguration
|
3925
|
+
|
3913
3926
|
Instance.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
|
3914
3927
|
Instance.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
3915
3928
|
Instance.add_member(:identity_management_type, Shapes::ShapeRef.new(shape: DirectoryType, location_name: "IdentityManagementType"))
|
@@ -4746,10 +4759,18 @@ module Aws::Connect
|
|
4746
4759
|
|
4747
4760
|
PredefinedAttribute.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, location_name: "Name"))
|
4748
4761
|
PredefinedAttribute.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues, location_name: "Values"))
|
4762
|
+
PredefinedAttribute.add_member(:purposes, Shapes::ShapeRef.new(shape: PredefinedAttributePurposeNameList, location_name: "Purposes"))
|
4763
|
+
PredefinedAttribute.add_member(:attribute_configuration, Shapes::ShapeRef.new(shape: PredefinedAttributeConfiguration, location_name: "AttributeConfiguration"))
|
4749
4764
|
PredefinedAttribute.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
4750
4765
|
PredefinedAttribute.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
4751
4766
|
PredefinedAttribute.struct_class = Types::PredefinedAttribute
|
4752
4767
|
|
4768
|
+
PredefinedAttributeConfiguration.add_member(:enable_value_validation_on_association, Shapes::ShapeRef.new(shape: EnableValueValidationOnAssociation, location_name: "EnableValueValidationOnAssociation"))
|
4769
|
+
PredefinedAttributeConfiguration.add_member(:is_read_only, Shapes::ShapeRef.new(shape: IsReadOnly, location_name: "IsReadOnly"))
|
4770
|
+
PredefinedAttributeConfiguration.struct_class = Types::PredefinedAttributeConfiguration
|
4771
|
+
|
4772
|
+
PredefinedAttributePurposeNameList.member = Shapes::ShapeRef.new(shape: PredefinedAttributePurposeName)
|
4773
|
+
|
4753
4774
|
PredefinedAttributeSearchConditionList.member = Shapes::ShapeRef.new(shape: PredefinedAttributeSearchCriteria)
|
4754
4775
|
|
4755
4776
|
PredefinedAttributeSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: PredefinedAttributeSearchConditionList, location_name: "OrConditions"))
|
@@ -5604,8 +5625,12 @@ module Aws::Connect
|
|
5604
5625
|
SegmentAttributeValue.add_member(:value_string, Shapes::ShapeRef.new(shape: SegmentAttributeValueString, location_name: "ValueString"))
|
5605
5626
|
SegmentAttributeValue.add_member(:value_map, Shapes::ShapeRef.new(shape: SegmentAttributeValueMap, location_name: "ValueMap"))
|
5606
5627
|
SegmentAttributeValue.add_member(:value_integer, Shapes::ShapeRef.new(shape: SegmentAttributeValueInteger, location_name: "ValueInteger"))
|
5628
|
+
SegmentAttributeValue.add_member(:value_list, Shapes::ShapeRef.new(shape: SegmentAttributeValueList, location_name: "ValueList"))
|
5629
|
+
SegmentAttributeValue.add_member(:value_arn, Shapes::ShapeRef.new(shape: SegmentAttributeValueString, location_name: "ValueArn"))
|
5607
5630
|
SegmentAttributeValue.struct_class = Types::SegmentAttributeValue
|
5608
5631
|
|
5632
|
+
SegmentAttributeValueList.member = Shapes::ShapeRef.new(shape: SegmentAttributeValue)
|
5633
|
+
|
5609
5634
|
SegmentAttributeValueMap.key = Shapes::ShapeRef.new(shape: SegmentAttributeName)
|
5610
5635
|
SegmentAttributeValueMap.value = Shapes::ShapeRef.new(shape: SegmentAttributeValue)
|
5611
5636
|
|
@@ -6300,6 +6325,8 @@ module Aws::Connect
|
|
6300
6325
|
UpdatePredefinedAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
6301
6326
|
UpdatePredefinedAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location: "uri", location_name: "Name"))
|
6302
6327
|
UpdatePredefinedAttributeRequest.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues, location_name: "Values"))
|
6328
|
+
UpdatePredefinedAttributeRequest.add_member(:purposes, Shapes::ShapeRef.new(shape: PredefinedAttributePurposeNameList, location_name: "Purposes"))
|
6329
|
+
UpdatePredefinedAttributeRequest.add_member(:attribute_configuration, Shapes::ShapeRef.new(shape: InputPredefinedAttributeConfiguration, location_name: "AttributeConfiguration"))
|
6303
6330
|
UpdatePredefinedAttributeRequest.struct_class = Types::UpdatePredefinedAttributeRequest
|
6304
6331
|
|
6305
6332
|
UpdatePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -6581,6 +6608,7 @@ module Aws::Connect
|
|
6581
6608
|
UserPhoneConfig.add_member(:auto_accept, Shapes::ShapeRef.new(shape: AutoAccept, location_name: "AutoAccept"))
|
6582
6609
|
UserPhoneConfig.add_member(:after_contact_work_time_limit, Shapes::ShapeRef.new(shape: AfterContactWorkTimeLimit, location_name: "AfterContactWorkTimeLimit"))
|
6583
6610
|
UserPhoneConfig.add_member(:desk_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "DeskPhoneNumber"))
|
6611
|
+
UserPhoneConfig.add_member(:persistent_connection, Shapes::ShapeRef.new(shape: PersistentConnection, location_name: "PersistentConnection", metadata: {"box" => true}))
|
6584
6612
|
UserPhoneConfig.struct_class = Types::UserPhoneConfig
|
6585
6613
|
|
6586
6614
|
UserProficiency.add_member(:attribute_name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location_name: "AttributeName"))
|