aws-sdk-connect 1.186.0 → 1.188.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.
@@ -215,6 +215,7 @@ module Aws::Connect
215
215
  ContactId = Shapes::StringShape.new(name: 'ContactId')
216
216
  ContactInitiationMethod = Shapes::StringShape.new(name: 'ContactInitiationMethod')
217
217
  ContactNotFoundException = Shapes::StructureShape.new(name: 'ContactNotFoundException')
218
+ ContactRecordingType = Shapes::StringShape.new(name: 'ContactRecordingType')
218
219
  ContactReferences = Shapes::MapShape.new(name: 'ContactReferences')
219
220
  ContactSearchSummary = Shapes::StructureShape.new(name: 'ContactSearchSummary')
220
221
  ContactSearchSummaryAgentInfo = Shapes::StructureShape.new(name: 'ContactSearchSummaryAgentInfo')
@@ -673,6 +674,7 @@ module Aws::Connect
673
674
  InvisibleTaskTemplateFields = Shapes::ListShape.new(name: 'InvisibleTaskTemplateFields')
674
675
  IpCidr = Shapes::StringShape.new(name: 'IpCidr')
675
676
  IpCidrList = Shapes::ListShape.new(name: 'IpCidrList')
677
+ IvrRecordingTrack = Shapes::StringShape.new(name: 'IvrRecordingTrack')
676
678
  JoinToken = Shapes::StringShape.new(name: 'JoinToken')
677
679
  KeyId = Shapes::StringShape.new(name: 'KeyId')
678
680
  KinesisFirehoseConfig = Shapes::StructureShape.new(name: 'KinesisFirehoseConfig')
@@ -939,6 +941,7 @@ module Aws::Connect
939
941
  QueueId = Shapes::StringShape.new(name: 'QueueId')
940
942
  QueueIdList = Shapes::ListShape.new(name: 'QueueIdList')
941
943
  QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
944
+ QueueInfoInput = Shapes::StructureShape.new(name: 'QueueInfoInput')
942
945
  QueueMaxContacts = Shapes::IntegerShape.new(name: 'QueueMaxContacts')
943
946
  QueueName = Shapes::StringShape.new(name: 'QueueName')
944
947
  QueuePriority = Shapes::IntegerShape.new(name: 'QueuePriority')
@@ -1161,6 +1164,8 @@ module Aws::Connect
1161
1164
  SecurityToken = Shapes::StringShape.new(name: 'SecurityToken')
1162
1165
  SegmentAttributeName = Shapes::StringShape.new(name: 'SegmentAttributeName')
1163
1166
  SegmentAttributeValue = Shapes::StructureShape.new(name: 'SegmentAttributeValue')
1167
+ SegmentAttributeValueInteger = Shapes::IntegerShape.new(name: 'SegmentAttributeValueInteger')
1168
+ SegmentAttributeValueMap = Shapes::MapShape.new(name: 'SegmentAttributeValueMap')
1164
1169
  SegmentAttributeValueString = Shapes::StringShape.new(name: 'SegmentAttributeValueString')
1165
1170
  SegmentAttributes = Shapes::MapShape.new(name: 'SegmentAttributes')
1166
1171
  SendChatIntegrationEventRequest = Shapes::StructureShape.new(name: 'SendChatIntegrationEventRequest')
@@ -1980,7 +1985,6 @@ module Aws::Connect
1980
1985
  ContactFlow.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "Description"))
1981
1986
  ContactFlow.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowContent, location_name: "Content"))
1982
1987
  ContactFlow.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1983
- ContactFlow.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefault"))
1984
1988
  ContactFlow.add_member(:flow_content_sha_256, Shapes::ShapeRef.new(shape: FlowContentSha256, location_name: "FlowContentSha256"))
1985
1989
  ContactFlow.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
1986
1990
  ContactFlow.add_member(:version_description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "VersionDescription"))
@@ -4487,6 +4491,9 @@ module Aws::Connect
4487
4491
  QueueInfo.add_member(:enqueue_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "EnqueueTimestamp"))
4488
4492
  QueueInfo.struct_class = Types::QueueInfo
4489
4493
 
4494
+ QueueInfoInput.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
4495
+ QueueInfoInput.struct_class = Types::QueueInfoInput
4496
+
4490
4497
  QueueQuickConnectConfig.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "QueueId"))
4491
4498
  QueueQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
4492
4499
  QueueQuickConnectConfig.struct_class = Types::QueueQuickConnectConfig
@@ -4761,6 +4768,7 @@ module Aws::Connect
4761
4768
  ResumeContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
4762
4769
  ResumeContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
4763
4770
  ResumeContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
4771
+ ResumeContactRecordingRequest.add_member(:contact_recording_type, Shapes::ShapeRef.new(shape: ContactRecordingType, location_name: "ContactRecordingType"))
4764
4772
  ResumeContactRecordingRequest.struct_class = Types::ResumeContactRecordingRequest
4765
4773
 
4766
4774
  ResumeContactRecordingResponse.struct_class = Types::ResumeContactRecordingResponse
@@ -5203,8 +5211,13 @@ module Aws::Connect
5203
5211
  SecurityProfilesSearchSummaryList.member = Shapes::ShapeRef.new(shape: SecurityProfileSearchSummary)
5204
5212
 
5205
5213
  SegmentAttributeValue.add_member(:value_string, Shapes::ShapeRef.new(shape: SegmentAttributeValueString, location_name: "ValueString"))
5214
+ SegmentAttributeValue.add_member(:value_map, Shapes::ShapeRef.new(shape: SegmentAttributeValueMap, location_name: "ValueMap"))
5215
+ SegmentAttributeValue.add_member(:value_integer, Shapes::ShapeRef.new(shape: SegmentAttributeValueInteger, location_name: "ValueInteger"))
5206
5216
  SegmentAttributeValue.struct_class = Types::SegmentAttributeValue
5207
5217
 
5218
+ SegmentAttributeValueMap.key = Shapes::ShapeRef.new(shape: SegmentAttributeName)
5219
+ SegmentAttributeValueMap.value = Shapes::ShapeRef.new(shape: SegmentAttributeValue)
5220
+
5208
5221
  SegmentAttributes.key = Shapes::ShapeRef.new(shape: SegmentAttributeName)
5209
5222
  SegmentAttributes.value = Shapes::ShapeRef.new(shape: SegmentAttributeValue)
5210
5223
 
@@ -5456,6 +5469,7 @@ module Aws::Connect
5456
5469
  StopContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
5457
5470
  StopContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
5458
5471
  StopContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
5472
+ StopContactRecordingRequest.add_member(:contact_recording_type, Shapes::ShapeRef.new(shape: ContactRecordingType, location_name: "ContactRecordingType"))
5459
5473
  StopContactRecordingRequest.struct_class = Types::StopContactRecordingRequest
5460
5474
 
5461
5475
  StopContactRecordingResponse.struct_class = Types::StopContactRecordingResponse
@@ -5507,6 +5521,7 @@ module Aws::Connect
5507
5521
  SuspendContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
5508
5522
  SuspendContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
5509
5523
  SuspendContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
5524
+ SuspendContactRecordingRequest.add_member(:contact_recording_type, Shapes::ShapeRef.new(shape: ContactRecordingType, location_name: "ContactRecordingType"))
5510
5525
  SuspendContactRecordingRequest.struct_class = Types::SuspendContactRecordingRequest
5511
5526
 
5512
5527
  SuspendContactRecordingResponse.struct_class = Types::SuspendContactRecordingResponse
@@ -5762,6 +5777,10 @@ module Aws::Connect
5762
5777
  UpdateContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
5763
5778
  UpdateContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
5764
5779
  UpdateContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
5780
+ UpdateContactRequest.add_member(:queue_info, Shapes::ShapeRef.new(shape: QueueInfoInput, location_name: "QueueInfo"))
5781
+ UpdateContactRequest.add_member(:user_info, Shapes::ShapeRef.new(shape: UserInfo, location_name: "UserInfo"))
5782
+ UpdateContactRequest.add_member(:customer_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "CustomerEndpoint"))
5783
+ UpdateContactRequest.add_member(:system_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "SystemEndpoint"))
5765
5784
  UpdateContactRequest.struct_class = Types::UpdateContactRequest
5766
5785
 
5767
5786
  UpdateContactResponse.struct_class = Types::UpdateContactResponse
@@ -6272,6 +6291,7 @@ module Aws::Connect
6272
6291
  VocabularySummaryList.member = Shapes::ShapeRef.new(shape: VocabularySummary)
6273
6292
 
6274
6293
  VoiceRecordingConfiguration.add_member(:voice_recording_track, Shapes::ShapeRef.new(shape: VoiceRecordingTrack, location_name: "VoiceRecordingTrack"))
6294
+ VoiceRecordingConfiguration.add_member(:ivr_recording_track, Shapes::ShapeRef.new(shape: IvrRecordingTrack, location_name: "IvrRecordingTrack"))
6275
6295
  VoiceRecordingConfiguration.struct_class = Types::VoiceRecordingConfiguration
6276
6296
 
6277
6297
  WisdomInfo.add_member(:session_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "SessionArn"))
@@ -9696,6 +9716,8 @@ module Aws::Connect
9696
9716
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9697
9717
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9698
9718
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9719
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9720
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9699
9721
  end)
9700
9722
 
9701
9723
  api.add_operation(:update_contact_attributes, Seahorse::Model::Operation.new.tap do |o|