aws-sdk-connect 1.53.0 → 1.57.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.
@@ -14,9 +14,12 @@ module Aws::Connect
14
14
  include Seahorse::Model
15
15
 
16
16
  ARN = Shapes::StringShape.new(name: 'ARN')
17
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
18
  AfterContactWorkTimeLimit = Shapes::IntegerShape.new(name: 'AfterContactWorkTimeLimit')
18
19
  AgentFirstName = Shapes::StringShape.new(name: 'AgentFirstName')
20
+ AgentInfo = Shapes::StructureShape.new(name: 'AgentInfo')
19
21
  AgentLastName = Shapes::StringShape.new(name: 'AgentLastName')
22
+ AgentResourceId = Shapes::StringShape.new(name: 'AgentResourceId')
20
23
  AgentStatus = Shapes::StructureShape.new(name: 'AgentStatus')
21
24
  AgentStatusDescription = Shapes::StringShape.new(name: 'AgentStatusDescription')
22
25
  AgentStatusId = Shapes::StringShape.new(name: 'AgentStatusId')
@@ -41,6 +44,7 @@ module Aws::Connect
41
44
  AssociateSecurityKeyRequest = Shapes::StructureShape.new(name: 'AssociateSecurityKeyRequest')
42
45
  AssociateSecurityKeyResponse = Shapes::StructureShape.new(name: 'AssociateSecurityKeyResponse')
43
46
  AssociationId = Shapes::StringShape.new(name: 'AssociationId')
47
+ AttachmentReference = Shapes::StructureShape.new(name: 'AttachmentReference')
44
48
  Attribute = Shapes::StructureShape.new(name: 'Attribute')
45
49
  AttributeName = Shapes::StringShape.new(name: 'AttributeName')
46
50
  AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
@@ -56,10 +60,13 @@ module Aws::Connect
56
60
  ChatContent = Shapes::StringShape.new(name: 'ChatContent')
57
61
  ChatContentType = Shapes::StringShape.new(name: 'ChatContentType')
58
62
  ChatMessage = Shapes::StructureShape.new(name: 'ChatMessage')
63
+ ChatStreamingConfiguration = Shapes::StructureShape.new(name: 'ChatStreamingConfiguration')
64
+ ChatStreamingEndpointARN = Shapes::StringShape.new(name: 'ChatStreamingEndpointARN')
59
65
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
60
66
  CommonNameLength127 = Shapes::StringShape.new(name: 'CommonNameLength127')
61
67
  Comparison = Shapes::StringShape.new(name: 'Comparison')
62
68
  Concurrency = Shapes::IntegerShape.new(name: 'Concurrency')
69
+ Contact = Shapes::StructureShape.new(name: 'Contact')
63
70
  ContactFlow = Shapes::StructureShape.new(name: 'ContactFlow')
64
71
  ContactFlowContent = Shapes::StringShape.new(name: 'ContactFlowContent')
65
72
  ContactFlowDescription = Shapes::StringShape.new(name: 'ContactFlowDescription')
@@ -71,6 +78,7 @@ module Aws::Connect
71
78
  ContactFlowType = Shapes::StringShape.new(name: 'ContactFlowType')
72
79
  ContactFlowTypes = Shapes::ListShape.new(name: 'ContactFlowTypes')
73
80
  ContactId = Shapes::StringShape.new(name: 'ContactId')
81
+ ContactInitiationMethod = Shapes::StringShape.new(name: 'ContactInitiationMethod')
74
82
  ContactNotFoundException = Shapes::StructureShape.new(name: 'ContactNotFoundException')
75
83
  ContactReferences = Shapes::MapShape.new(name: 'ContactReferences')
76
84
  CreateAgentStatusRequest = Shapes::StructureShape.new(name: 'CreateAgentStatusRequest')
@@ -89,6 +97,8 @@ module Aws::Connect
89
97
  CreateQuickConnectResponse = Shapes::StructureShape.new(name: 'CreateQuickConnectResponse')
90
98
  CreateRoutingProfileRequest = Shapes::StructureShape.new(name: 'CreateRoutingProfileRequest')
91
99
  CreateRoutingProfileResponse = Shapes::StructureShape.new(name: 'CreateRoutingProfileResponse')
100
+ CreateSecurityProfileRequest = Shapes::StructureShape.new(name: 'CreateSecurityProfileRequest')
101
+ CreateSecurityProfileResponse = Shapes::StructureShape.new(name: 'CreateSecurityProfileResponse')
92
102
  CreateUseCaseRequest = Shapes::StructureShape.new(name: 'CreateUseCaseRequest')
93
103
  CreateUseCaseResponse = Shapes::StructureShape.new(name: 'CreateUseCaseResponse')
94
104
  CreateUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'CreateUserHierarchyGroupRequest')
@@ -108,6 +118,7 @@ module Aws::Connect
108
118
  DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
109
119
  DeleteIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationAssociationRequest')
110
120
  DeleteQuickConnectRequest = Shapes::StructureShape.new(name: 'DeleteQuickConnectRequest')
121
+ DeleteSecurityProfileRequest = Shapes::StructureShape.new(name: 'DeleteSecurityProfileRequest')
111
122
  DeleteUseCaseRequest = Shapes::StructureShape.new(name: 'DeleteUseCaseRequest')
112
123
  DeleteUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'DeleteUserHierarchyGroupRequest')
113
124
  DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
@@ -115,6 +126,8 @@ module Aws::Connect
115
126
  DescribeAgentStatusResponse = Shapes::StructureShape.new(name: 'DescribeAgentStatusResponse')
116
127
  DescribeContactFlowRequest = Shapes::StructureShape.new(name: 'DescribeContactFlowRequest')
117
128
  DescribeContactFlowResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowResponse')
129
+ DescribeContactRequest = Shapes::StructureShape.new(name: 'DescribeContactRequest')
130
+ DescribeContactResponse = Shapes::StructureShape.new(name: 'DescribeContactResponse')
118
131
  DescribeHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DescribeHoursOfOperationRequest')
119
132
  DescribeHoursOfOperationResponse = Shapes::StructureShape.new(name: 'DescribeHoursOfOperationResponse')
120
133
  DescribeInstanceAttributeRequest = Shapes::StructureShape.new(name: 'DescribeInstanceAttributeRequest')
@@ -129,6 +142,8 @@ module Aws::Connect
129
142
  DescribeQuickConnectResponse = Shapes::StructureShape.new(name: 'DescribeQuickConnectResponse')
130
143
  DescribeRoutingProfileRequest = Shapes::StructureShape.new(name: 'DescribeRoutingProfileRequest')
131
144
  DescribeRoutingProfileResponse = Shapes::StructureShape.new(name: 'DescribeRoutingProfileResponse')
145
+ DescribeSecurityProfileRequest = Shapes::StructureShape.new(name: 'DescribeSecurityProfileRequest')
146
+ DescribeSecurityProfileResponse = Shapes::StructureShape.new(name: 'DescribeSecurityProfileResponse')
132
147
  DescribeUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'DescribeUserHierarchyGroupRequest')
133
148
  DescribeUserHierarchyGroupResponse = Shapes::StructureShape.new(name: 'DescribeUserHierarchyGroupResponse')
134
149
  DescribeUserHierarchyStructureRequest = Shapes::StructureShape.new(name: 'DescribeUserHierarchyStructureRequest')
@@ -239,6 +254,8 @@ module Aws::Connect
239
254
  ListBotsResponse = Shapes::StructureShape.new(name: 'ListBotsResponse')
240
255
  ListContactFlowsRequest = Shapes::StructureShape.new(name: 'ListContactFlowsRequest')
241
256
  ListContactFlowsResponse = Shapes::StructureShape.new(name: 'ListContactFlowsResponse')
257
+ ListContactReferencesRequest = Shapes::StructureShape.new(name: 'ListContactReferencesRequest')
258
+ ListContactReferencesResponse = Shapes::StructureShape.new(name: 'ListContactReferencesResponse')
242
259
  ListHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'ListHoursOfOperationsRequest')
243
260
  ListHoursOfOperationsResponse = Shapes::StructureShape.new(name: 'ListHoursOfOperationsResponse')
244
261
  ListInstanceAttributesRequest = Shapes::StructureShape.new(name: 'ListInstanceAttributesRequest')
@@ -269,6 +286,8 @@ module Aws::Connect
269
286
  ListRoutingProfilesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfilesResponse')
270
287
  ListSecurityKeysRequest = Shapes::StructureShape.new(name: 'ListSecurityKeysRequest')
271
288
  ListSecurityKeysResponse = Shapes::StructureShape.new(name: 'ListSecurityKeysResponse')
289
+ ListSecurityProfilePermissionsRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsRequest')
290
+ ListSecurityProfilePermissionsResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsResponse')
272
291
  ListSecurityProfilesRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilesRequest')
273
292
  ListSecurityProfilesResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilesResponse')
274
293
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
@@ -302,6 +321,7 @@ module Aws::Connect
302
321
  ParticipantId = Shapes::StringShape.new(name: 'ParticipantId')
303
322
  ParticipantToken = Shapes::StringShape.new(name: 'ParticipantToken')
304
323
  Password = Shapes::StringShape.new(name: 'Password')
324
+ PermissionsList = Shapes::ListShape.new(name: 'PermissionsList')
305
325
  PhoneNumber = Shapes::StringShape.new(name: 'PhoneNumber')
306
326
  PhoneNumberCountryCode = Shapes::StringShape.new(name: 'PhoneNumberCountryCode')
307
327
  PhoneNumberCountryCodes = Shapes::ListShape.new(name: 'PhoneNumberCountryCodes')
@@ -324,6 +344,7 @@ module Aws::Connect
324
344
  Queue = Shapes::StructureShape.new(name: 'Queue')
325
345
  QueueDescription = Shapes::StringShape.new(name: 'QueueDescription')
326
346
  QueueId = Shapes::StringShape.new(name: 'QueueId')
347
+ QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
327
348
  QueueMaxContacts = Shapes::IntegerShape.new(name: 'QueueMaxContacts')
328
349
  QueueName = Shapes::StringShape.new(name: 'QueueName')
329
350
  QueueQuickConnectConfig = Shapes::StructureShape.new(name: 'QueueQuickConnectConfig')
@@ -346,7 +367,11 @@ module Aws::Connect
346
367
  QuickConnectsList = Shapes::ListShape.new(name: 'QuickConnectsList')
347
368
  Reference = Shapes::StructureShape.new(name: 'Reference')
348
369
  ReferenceKey = Shapes::StringShape.new(name: 'ReferenceKey')
370
+ ReferenceStatus = Shapes::StringShape.new(name: 'ReferenceStatus')
371
+ ReferenceSummary = Shapes::UnionShape.new(name: 'ReferenceSummary')
372
+ ReferenceSummaryList = Shapes::ListShape.new(name: 'ReferenceSummaryList')
349
373
  ReferenceType = Shapes::StringShape.new(name: 'ReferenceType')
374
+ ReferenceTypes = Shapes::ListShape.new(name: 'ReferenceTypes')
350
375
  ReferenceValue = Shapes::StringShape.new(name: 'ReferenceValue')
351
376
  ResourceConflictException = Shapes::StructureShape.new(name: 'ResourceConflictException')
352
377
  ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
@@ -369,9 +394,12 @@ module Aws::Connect
369
394
  S3Config = Shapes::StructureShape.new(name: 'S3Config')
370
395
  SecurityKey = Shapes::StructureShape.new(name: 'SecurityKey')
371
396
  SecurityKeysList = Shapes::ListShape.new(name: 'SecurityKeysList')
397
+ SecurityProfile = Shapes::StructureShape.new(name: 'SecurityProfile')
398
+ SecurityProfileDescription = Shapes::StringShape.new(name: 'SecurityProfileDescription')
372
399
  SecurityProfileId = Shapes::StringShape.new(name: 'SecurityProfileId')
373
400
  SecurityProfileIds = Shapes::ListShape.new(name: 'SecurityProfileIds')
374
401
  SecurityProfileName = Shapes::StringShape.new(name: 'SecurityProfileName')
402
+ SecurityProfilePermission = Shapes::StringShape.new(name: 'SecurityProfilePermission')
375
403
  SecurityProfileSummary = Shapes::StructureShape.new(name: 'SecurityProfileSummary')
376
404
  SecurityProfileSummaryList = Shapes::ListShape.new(name: 'SecurityProfileSummaryList')
377
405
  SecurityToken = Shapes::StringShape.new(name: 'SecurityToken')
@@ -382,6 +410,8 @@ module Aws::Connect
382
410
  StartChatContactResponse = Shapes::StructureShape.new(name: 'StartChatContactResponse')
383
411
  StartContactRecordingRequest = Shapes::StructureShape.new(name: 'StartContactRecordingRequest')
384
412
  StartContactRecordingResponse = Shapes::StructureShape.new(name: 'StartContactRecordingResponse')
413
+ StartContactStreamingRequest = Shapes::StructureShape.new(name: 'StartContactStreamingRequest')
414
+ StartContactStreamingResponse = Shapes::StructureShape.new(name: 'StartContactStreamingResponse')
385
415
  StartOutboundVoiceContactRequest = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactRequest')
386
416
  StartOutboundVoiceContactResponse = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactResponse')
387
417
  StartTaskContactRequest = Shapes::StructureShape.new(name: 'StartTaskContactRequest')
@@ -391,7 +421,10 @@ module Aws::Connect
391
421
  StopContactRecordingResponse = Shapes::StructureShape.new(name: 'StopContactRecordingResponse')
392
422
  StopContactRequest = Shapes::StructureShape.new(name: 'StopContactRequest')
393
423
  StopContactResponse = Shapes::StructureShape.new(name: 'StopContactResponse')
424
+ StopContactStreamingRequest = Shapes::StructureShape.new(name: 'StopContactStreamingRequest')
425
+ StopContactStreamingResponse = Shapes::StructureShape.new(name: 'StopContactStreamingResponse')
394
426
  StorageType = Shapes::StringShape.new(name: 'StorageType')
427
+ StreamingId = Shapes::StringShape.new(name: 'StreamingId')
395
428
  String = Shapes::StringShape.new(name: 'String')
396
429
  SuspendContactRecordingRequest = Shapes::StructureShape.new(name: 'SuspendContactRecordingRequest')
397
430
  SuspendContactRecordingResponse = Shapes::StructureShape.new(name: 'SuspendContactRecordingResponse')
@@ -415,6 +448,10 @@ module Aws::Connect
415
448
  UpdateContactAttributesResponse = Shapes::StructureShape.new(name: 'UpdateContactAttributesResponse')
416
449
  UpdateContactFlowContentRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowContentRequest')
417
450
  UpdateContactFlowNameRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowNameRequest')
451
+ UpdateContactRequest = Shapes::StructureShape.new(name: 'UpdateContactRequest')
452
+ UpdateContactResponse = Shapes::StructureShape.new(name: 'UpdateContactResponse')
453
+ UpdateContactScheduleRequest = Shapes::StructureShape.new(name: 'UpdateContactScheduleRequest')
454
+ UpdateContactScheduleResponse = Shapes::StructureShape.new(name: 'UpdateContactScheduleResponse')
418
455
  UpdateHoursOfOperationDescription = Shapes::StringShape.new(name: 'UpdateHoursOfOperationDescription')
419
456
  UpdateHoursOfOperationRequest = Shapes::StructureShape.new(name: 'UpdateHoursOfOperationRequest')
420
457
  UpdateInstanceAttributeRequest = Shapes::StructureShape.new(name: 'UpdateInstanceAttributeRequest')
@@ -431,6 +468,7 @@ module Aws::Connect
431
468
  UpdateRoutingProfileDefaultOutboundQueueRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileDefaultOutboundQueueRequest')
432
469
  UpdateRoutingProfileNameRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileNameRequest')
433
470
  UpdateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileQueuesRequest')
471
+ UpdateSecurityProfileRequest = Shapes::StructureShape.new(name: 'UpdateSecurityProfileRequest')
434
472
  UpdateUserHierarchyGroupNameRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyGroupNameRequest')
435
473
  UpdateUserHierarchyRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyRequest')
436
474
  UpdateUserHierarchyStructureRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyStructureRequest')
@@ -438,6 +476,7 @@ module Aws::Connect
438
476
  UpdateUserPhoneConfigRequest = Shapes::StructureShape.new(name: 'UpdateUserPhoneConfigRequest')
439
477
  UpdateUserRoutingProfileRequest = Shapes::StructureShape.new(name: 'UpdateUserRoutingProfileRequest')
440
478
  UpdateUserSecurityProfilesRequest = Shapes::StructureShape.new(name: 'UpdateUserSecurityProfilesRequest')
479
+ UrlReference = Shapes::StructureShape.new(name: 'UrlReference')
441
480
  UseCase = Shapes::StructureShape.new(name: 'UseCase')
442
481
  UseCaseId = Shapes::StringShape.new(name: 'UseCaseId')
443
482
  UseCaseSummaryList = Shapes::ListShape.new(name: 'UseCaseSummaryList')
@@ -455,6 +494,13 @@ module Aws::Connect
455
494
  VoiceRecordingTrack = Shapes::StringShape.new(name: 'VoiceRecordingTrack')
456
495
  timestamp = Shapes::TimestampShape.new(name: 'timestamp')
457
496
 
497
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
498
+ AccessDeniedException.struct_class = Types::AccessDeniedException
499
+
500
+ AgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
501
+ AgentInfo.add_member(:connected_to_agent_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ConnectedToAgentTimestamp"))
502
+ AgentInfo.struct_class = Types::AgentInfo
503
+
458
504
  AgentStatus.add_member(:agent_status_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "AgentStatusARN"))
459
505
  AgentStatus.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, location_name: "AgentStatusId"))
460
506
  AgentStatus.add_member(:name, Shapes::ShapeRef.new(shape: AgentStatusName, location_name: "Name"))
@@ -521,6 +567,11 @@ module Aws::Connect
521
567
  AssociateSecurityKeyResponse.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
522
568
  AssociateSecurityKeyResponse.struct_class = Types::AssociateSecurityKeyResponse
523
569
 
570
+ AttachmentReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
571
+ AttachmentReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
572
+ AttachmentReference.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "Status"))
573
+ AttachmentReference.struct_class = Types::AttachmentReference
574
+
524
575
  Attribute.add_member(:attribute_type, Shapes::ShapeRef.new(shape: InstanceAttributeType, location_name: "AttributeType"))
525
576
  Attribute.add_member(:value, Shapes::ShapeRef.new(shape: InstanceAttributeValue, location_name: "Value"))
526
577
  Attribute.struct_class = Types::Attribute
@@ -536,6 +587,25 @@ module Aws::Connect
536
587
  ChatMessage.add_member(:content, Shapes::ShapeRef.new(shape: ChatContent, required: true, location_name: "Content"))
537
588
  ChatMessage.struct_class = Types::ChatMessage
538
589
 
590
+ ChatStreamingConfiguration.add_member(:streaming_endpoint_arn, Shapes::ShapeRef.new(shape: ChatStreamingEndpointARN, required: true, location_name: "StreamingEndpointArn"))
591
+ ChatStreamingConfiguration.struct_class = Types::ChatStreamingConfiguration
592
+
593
+ Contact.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
594
+ Contact.add_member(:id, Shapes::ShapeRef.new(shape: ContactId, location_name: "Id"))
595
+ Contact.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "InitialContactId"))
596
+ Contact.add_member(:previous_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "PreviousContactId"))
597
+ Contact.add_member(:initiation_method, Shapes::ShapeRef.new(shape: ContactInitiationMethod, location_name: "InitiationMethod"))
598
+ Contact.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
599
+ Contact.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
600
+ Contact.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
601
+ Contact.add_member(:queue_info, Shapes::ShapeRef.new(shape: QueueInfo, location_name: "QueueInfo"))
602
+ Contact.add_member(:agent_info, Shapes::ShapeRef.new(shape: AgentInfo, location_name: "AgentInfo"))
603
+ Contact.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "InitiationTimestamp"))
604
+ Contact.add_member(:disconnect_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "DisconnectTimestamp"))
605
+ Contact.add_member(:last_update_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdateTimestamp"))
606
+ Contact.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
607
+ Contact.struct_class = Types::Contact
608
+
539
609
  ContactFlow.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
540
610
  ContactFlow.add_member(:id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "Id"))
541
611
  ContactFlow.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, location_name: "Name"))
@@ -663,6 +733,17 @@ module Aws::Connect
663
733
  CreateRoutingProfileResponse.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, location_name: "RoutingProfileId"))
664
734
  CreateRoutingProfileResponse.struct_class = Types::CreateRoutingProfileResponse
665
735
 
736
+ CreateSecurityProfileRequest.add_member(:security_profile_name, Shapes::ShapeRef.new(shape: SecurityProfileName, required: true, location_name: "SecurityProfileName"))
737
+ CreateSecurityProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "Description"))
738
+ CreateSecurityProfileRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsList, location_name: "Permissions"))
739
+ CreateSecurityProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
740
+ CreateSecurityProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
741
+ CreateSecurityProfileRequest.struct_class = Types::CreateSecurityProfileRequest
742
+
743
+ CreateSecurityProfileResponse.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "SecurityProfileId"))
744
+ CreateSecurityProfileResponse.add_member(:security_profile_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "SecurityProfileArn"))
745
+ CreateSecurityProfileResponse.struct_class = Types::CreateSecurityProfileResponse
746
+
666
747
  CreateUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
667
748
  CreateUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
668
749
  CreateUseCaseRequest.add_member(:use_case_type, Shapes::ShapeRef.new(shape: UseCaseType, required: true, location_name: "UseCaseType"))
@@ -737,6 +818,10 @@ module Aws::Connect
737
818
  DeleteQuickConnectRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
738
819
  DeleteQuickConnectRequest.struct_class = Types::DeleteQuickConnectRequest
739
820
 
821
+ DeleteSecurityProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
822
+ DeleteSecurityProfileRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
823
+ DeleteSecurityProfileRequest.struct_class = Types::DeleteSecurityProfileRequest
824
+
740
825
  DeleteUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
741
826
  DeleteUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
742
827
  DeleteUseCaseRequest.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, required: true, location: "uri", location_name: "UseCaseId"))
@@ -764,6 +849,13 @@ module Aws::Connect
764
849
  DescribeContactFlowResponse.add_member(:contact_flow, Shapes::ShapeRef.new(shape: ContactFlow, location_name: "ContactFlow"))
765
850
  DescribeContactFlowResponse.struct_class = Types::DescribeContactFlowResponse
766
851
 
852
+ DescribeContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
853
+ DescribeContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
854
+ DescribeContactRequest.struct_class = Types::DescribeContactRequest
855
+
856
+ DescribeContactResponse.add_member(:contact, Shapes::ShapeRef.new(shape: Contact, location_name: "Contact"))
857
+ DescribeContactResponse.struct_class = Types::DescribeContactResponse
858
+
767
859
  DescribeHoursOfOperationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
768
860
  DescribeHoursOfOperationRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location: "uri", location_name: "HoursOfOperationId"))
769
861
  DescribeHoursOfOperationRequest.struct_class = Types::DescribeHoursOfOperationRequest
@@ -813,6 +905,13 @@ module Aws::Connect
813
905
  DescribeRoutingProfileResponse.add_member(:routing_profile, Shapes::ShapeRef.new(shape: RoutingProfile, location_name: "RoutingProfile"))
814
906
  DescribeRoutingProfileResponse.struct_class = Types::DescribeRoutingProfileResponse
815
907
 
908
+ DescribeSecurityProfileRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
909
+ DescribeSecurityProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
910
+ DescribeSecurityProfileRequest.struct_class = Types::DescribeSecurityProfileRequest
911
+
912
+ DescribeSecurityProfileResponse.add_member(:security_profile, Shapes::ShapeRef.new(shape: SecurityProfile, location_name: "SecurityProfile"))
913
+ DescribeSecurityProfileResponse.struct_class = Types::DescribeSecurityProfileResponse
914
+
816
915
  DescribeUserHierarchyGroupRequest.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, required: true, location: "uri", location_name: "HierarchyGroupId"))
817
916
  DescribeUserHierarchyGroupRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
818
917
  DescribeUserHierarchyGroupRequest.struct_class = Types::DescribeUserHierarchyGroupRequest
@@ -1152,6 +1251,16 @@ module Aws::Connect
1152
1251
  ListContactFlowsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1153
1252
  ListContactFlowsResponse.struct_class = Types::ListContactFlowsResponse
1154
1253
 
1254
+ ListContactReferencesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1255
+ ListContactReferencesRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
1256
+ ListContactReferencesRequest.add_member(:reference_types, Shapes::ShapeRef.new(shape: ReferenceTypes, required: true, location: "querystring", location_name: "referenceTypes"))
1257
+ ListContactReferencesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1258
+ ListContactReferencesRequest.struct_class = Types::ListContactReferencesRequest
1259
+
1260
+ ListContactReferencesResponse.add_member(:reference_summary_list, Shapes::ShapeRef.new(shape: ReferenceSummaryList, location_name: "ReferenceSummaryList"))
1261
+ ListContactReferencesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1262
+ ListContactReferencesResponse.struct_class = Types::ListContactReferencesResponse
1263
+
1155
1264
  ListHoursOfOperationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1156
1265
  ListHoursOfOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1157
1266
  ListHoursOfOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults"))
@@ -1294,6 +1403,16 @@ module Aws::Connect
1294
1403
  ListSecurityKeysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1295
1404
  ListSecurityKeysResponse.struct_class = Types::ListSecurityKeysResponse
1296
1405
 
1406
+ ListSecurityProfilePermissionsRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
1407
+ ListSecurityProfilePermissionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1408
+ ListSecurityProfilePermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1409
+ ListSecurityProfilePermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
1410
+ ListSecurityProfilePermissionsRequest.struct_class = Types::ListSecurityProfilePermissionsRequest
1411
+
1412
+ ListSecurityProfilePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsList, location_name: "Permissions"))
1413
+ ListSecurityProfilePermissionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1414
+ ListSecurityProfilePermissionsResponse.struct_class = Types::ListSecurityProfilePermissionsResponse
1415
+
1297
1416
  ListSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1298
1417
  ListSecurityProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1299
1418
  ListSecurityProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
@@ -1356,6 +1475,8 @@ module Aws::Connect
1356
1475
  ParticipantDetails.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "DisplayName"))
1357
1476
  ParticipantDetails.struct_class = Types::ParticipantDetails
1358
1477
 
1478
+ PermissionsList.member = Shapes::ShapeRef.new(shape: SecurityProfilePermission)
1479
+
1359
1480
  PhoneNumberCountryCodes.member = Shapes::ShapeRef.new(shape: PhoneNumberCountryCode)
1360
1481
 
1361
1482
  PhoneNumberQuickConnectConfig.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "PhoneNumber"))
@@ -1395,6 +1516,10 @@ module Aws::Connect
1395
1516
  Queue.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1396
1517
  Queue.struct_class = Types::Queue
1397
1518
 
1519
+ QueueInfo.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
1520
+ QueueInfo.add_member(:enqueue_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "EnqueueTimestamp"))
1521
+ QueueInfo.struct_class = Types::QueueInfo
1522
+
1398
1523
  QueueQuickConnectConfig.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "QueueId"))
1399
1524
  QueueQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
1400
1525
  QueueQuickConnectConfig.struct_class = Types::QueueQuickConnectConfig
@@ -1445,6 +1570,18 @@ module Aws::Connect
1445
1570
  Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
1446
1571
  Reference.struct_class = Types::Reference
1447
1572
 
1573
+ ReferenceSummary.add_member(:url, Shapes::ShapeRef.new(shape: UrlReference, location_name: "Url"))
1574
+ ReferenceSummary.add_member(:attachment, Shapes::ShapeRef.new(shape: AttachmentReference, location_name: "Attachment"))
1575
+ ReferenceSummary.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1576
+ ReferenceSummary.add_member_subclass(:url, Types::ReferenceSummary::Url)
1577
+ ReferenceSummary.add_member_subclass(:attachment, Types::ReferenceSummary::Attachment)
1578
+ ReferenceSummary.add_member_subclass(:unknown, Types::ReferenceSummary::Unknown)
1579
+ ReferenceSummary.struct_class = Types::ReferenceSummary
1580
+
1581
+ ReferenceSummaryList.member = Shapes::ShapeRef.new(shape: ReferenceSummary)
1582
+
1583
+ ReferenceTypes.member = Shapes::ShapeRef.new(shape: ReferenceType)
1584
+
1448
1585
  ResourceConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1449
1586
  ResourceConflictException.struct_class = Types::ResourceConflictException
1450
1587
 
@@ -1515,6 +1652,14 @@ module Aws::Connect
1515
1652
 
1516
1653
  SecurityKeysList.member = Shapes::ShapeRef.new(shape: SecurityKey)
1517
1654
 
1655
+ SecurityProfile.add_member(:id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "Id"))
1656
+ SecurityProfile.add_member(:organization_resource_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "OrganizationResourceId"))
1657
+ SecurityProfile.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
1658
+ SecurityProfile.add_member(:security_profile_name, Shapes::ShapeRef.new(shape: SecurityProfileName, location_name: "SecurityProfileName"))
1659
+ SecurityProfile.add_member(:description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "Description"))
1660
+ SecurityProfile.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1661
+ SecurityProfile.struct_class = Types::SecurityProfile
1662
+
1518
1663
  SecurityProfileIds.member = Shapes::ShapeRef.new(shape: SecurityProfileId)
1519
1664
 
1520
1665
  SecurityProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "Id"))
@@ -1548,6 +1693,15 @@ module Aws::Connect
1548
1693
 
1549
1694
  StartContactRecordingResponse.struct_class = Types::StartContactRecordingResponse
1550
1695
 
1696
+ StartContactStreamingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
1697
+ StartContactStreamingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
1698
+ StartContactStreamingRequest.add_member(:chat_streaming_configuration, Shapes::ShapeRef.new(shape: ChatStreamingConfiguration, required: true, location_name: "ChatStreamingConfiguration"))
1699
+ StartContactStreamingRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
1700
+ StartContactStreamingRequest.struct_class = Types::StartContactStreamingRequest
1701
+
1702
+ StartContactStreamingResponse.add_member(:streaming_id, Shapes::ShapeRef.new(shape: StreamingId, required: true, location_name: "StreamingId"))
1703
+ StartContactStreamingResponse.struct_class = Types::StartContactStreamingResponse
1704
+
1551
1705
  StartOutboundVoiceContactRequest.add_member(:destination_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "DestinationPhoneNumber"))
1552
1706
  StartOutboundVoiceContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
1553
1707
  StartOutboundVoiceContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
@@ -1571,6 +1725,7 @@ module Aws::Connect
1571
1725
  StartTaskContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
1572
1726
  StartTaskContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1573
1727
  StartTaskContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
1728
+ StartTaskContactRequest.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ScheduledTime"))
1574
1729
  StartTaskContactRequest.struct_class = Types::StartTaskContactRequest
1575
1730
 
1576
1731
  StartTaskContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
@@ -1589,6 +1744,13 @@ module Aws::Connect
1589
1744
 
1590
1745
  StopContactResponse.struct_class = Types::StopContactResponse
1591
1746
 
1747
+ StopContactStreamingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
1748
+ StopContactStreamingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
1749
+ StopContactStreamingRequest.add_member(:streaming_id, Shapes::ShapeRef.new(shape: StreamingId, required: true, location_name: "StreamingId"))
1750
+ StopContactStreamingRequest.struct_class = Types::StopContactStreamingRequest
1751
+
1752
+ StopContactStreamingResponse.struct_class = Types::StopContactStreamingResponse
1753
+
1592
1754
  SuspendContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
1593
1755
  SuspendContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
1594
1756
  SuspendContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
@@ -1643,6 +1805,22 @@ module Aws::Connect
1643
1805
  UpdateContactFlowNameRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "Description"))
1644
1806
  UpdateContactFlowNameRequest.struct_class = Types::UpdateContactFlowNameRequest
1645
1807
 
1808
+ UpdateContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1809
+ UpdateContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
1810
+ UpdateContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
1811
+ UpdateContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1812
+ UpdateContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
1813
+ UpdateContactRequest.struct_class = Types::UpdateContactRequest
1814
+
1815
+ UpdateContactResponse.struct_class = Types::UpdateContactResponse
1816
+
1817
+ UpdateContactScheduleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
1818
+ UpdateContactScheduleRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
1819
+ UpdateContactScheduleRequest.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ScheduledTime"))
1820
+ UpdateContactScheduleRequest.struct_class = Types::UpdateContactScheduleRequest
1821
+
1822
+ UpdateContactScheduleResponse.struct_class = Types::UpdateContactScheduleResponse
1823
+
1646
1824
  UpdateHoursOfOperationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1647
1825
  UpdateHoursOfOperationRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location: "uri", location_name: "HoursOfOperationId"))
1648
1826
  UpdateHoursOfOperationRequest.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, location_name: "Name"))
@@ -1720,6 +1898,12 @@ module Aws::Connect
1720
1898
  UpdateRoutingProfileQueuesRequest.add_member(:queue_configs, Shapes::ShapeRef.new(shape: RoutingProfileQueueConfigList, required: true, location_name: "QueueConfigs"))
1721
1899
  UpdateRoutingProfileQueuesRequest.struct_class = Types::UpdateRoutingProfileQueuesRequest
1722
1900
 
1901
+ UpdateSecurityProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "Description"))
1902
+ UpdateSecurityProfileRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsList, location_name: "Permissions"))
1903
+ UpdateSecurityProfileRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
1904
+ UpdateSecurityProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1905
+ UpdateSecurityProfileRequest.struct_class = Types::UpdateSecurityProfileRequest
1906
+
1723
1907
  UpdateUserHierarchyGroupNameRequest.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyGroupName, required: true, location_name: "Name"))
1724
1908
  UpdateUserHierarchyGroupNameRequest.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, required: true, location: "uri", location_name: "HierarchyGroupId"))
1725
1909
  UpdateUserHierarchyGroupNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -1754,6 +1938,10 @@ module Aws::Connect
1754
1938
  UpdateUserSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1755
1939
  UpdateUserSecurityProfilesRequest.struct_class = Types::UpdateUserSecurityProfilesRequest
1756
1940
 
1941
+ UrlReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
1942
+ UrlReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
1943
+ UrlReference.struct_class = Types::UrlReference
1944
+
1757
1945
  UseCase.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, location_name: "UseCaseId"))
1758
1946
  UseCase.add_member(:use_case_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "UseCaseArn"))
1759
1947
  UseCase.add_member(:use_case_type, Shapes::ShapeRef.new(shape: UseCaseType, location_name: "UseCaseType"))
@@ -2053,6 +2241,21 @@ module Aws::Connect
2053
2241
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2054
2242
  end)
2055
2243
 
2244
+ api.add_operation(:create_security_profile, Seahorse::Model::Operation.new.tap do |o|
2245
+ o.name = "CreateSecurityProfile"
2246
+ o.http_method = "PUT"
2247
+ o.http_request_uri = "/security-profiles/{InstanceId}"
2248
+ o.input = Shapes::ShapeRef.new(shape: CreateSecurityProfileRequest)
2249
+ o.output = Shapes::ShapeRef.new(shape: CreateSecurityProfileResponse)
2250
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2251
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2252
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2253
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
2254
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2255
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2256
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2257
+ end)
2258
+
2056
2259
  api.add_operation(:create_use_case, Seahorse::Model::Operation.new.tap do |o|
2057
2260
  o.name = "CreateUseCase"
2058
2261
  o.http_method = "PUT"
@@ -2145,6 +2348,21 @@ module Aws::Connect
2145
2348
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2146
2349
  end)
2147
2350
 
2351
+ api.add_operation(:delete_security_profile, Seahorse::Model::Operation.new.tap do |o|
2352
+ o.name = "DeleteSecurityProfile"
2353
+ o.http_method = "DELETE"
2354
+ o.http_request_uri = "/security-profiles/{InstanceId}/{SecurityProfileId}"
2355
+ o.input = Shapes::ShapeRef.new(shape: DeleteSecurityProfileRequest)
2356
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2357
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2358
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2359
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2360
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2361
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2362
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2363
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
2364
+ end)
2365
+
2148
2366
  api.add_operation(:delete_use_case, Seahorse::Model::Operation.new.tap do |o|
2149
2367
  o.name = "DeleteUseCase"
2150
2368
  o.http_method = "DELETE"
@@ -2197,6 +2415,19 @@ module Aws::Connect
2197
2415
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2198
2416
  end)
2199
2417
 
2418
+ api.add_operation(:describe_contact, Seahorse::Model::Operation.new.tap do |o|
2419
+ o.name = "DescribeContact"
2420
+ o.http_method = "GET"
2421
+ o.http_request_uri = "/contacts/{InstanceId}/{ContactId}"
2422
+ o.input = Shapes::ShapeRef.new(shape: DescribeContactRequest)
2423
+ o.output = Shapes::ShapeRef.new(shape: DescribeContactResponse)
2424
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2425
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2426
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2427
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2428
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2429
+ end)
2430
+
2200
2431
  api.add_operation(:describe_contact_flow, Seahorse::Model::Operation.new.tap do |o|
2201
2432
  o.name = "DescribeContactFlow"
2202
2433
  o.http_method = "GET"
@@ -2300,6 +2531,19 @@ module Aws::Connect
2300
2531
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2301
2532
  end)
2302
2533
 
2534
+ api.add_operation(:describe_security_profile, Seahorse::Model::Operation.new.tap do |o|
2535
+ o.name = "DescribeSecurityProfile"
2536
+ o.http_method = "GET"
2537
+ o.http_request_uri = "/security-profiles/{InstanceId}/{SecurityProfileId}"
2538
+ o.input = Shapes::ShapeRef.new(shape: DescribeSecurityProfileRequest)
2539
+ o.output = Shapes::ShapeRef.new(shape: DescribeSecurityProfileResponse)
2540
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2541
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2542
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2543
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2544
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2545
+ end)
2546
+
2303
2547
  api.add_operation(:describe_user, Seahorse::Model::Operation.new.tap do |o|
2304
2548
  o.name = "DescribeUser"
2305
2549
  o.http_method = "GET"
@@ -2580,6 +2824,24 @@ module Aws::Connect
2580
2824
  )
2581
2825
  end)
2582
2826
 
2827
+ api.add_operation(:list_contact_references, Seahorse::Model::Operation.new.tap do |o|
2828
+ o.name = "ListContactReferences"
2829
+ o.http_method = "GET"
2830
+ o.http_request_uri = "/contact/references/{InstanceId}/{ContactId}"
2831
+ o.input = Shapes::ShapeRef.new(shape: ListContactReferencesRequest)
2832
+ o.output = Shapes::ShapeRef.new(shape: ListContactReferencesResponse)
2833
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2834
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2835
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2836
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2837
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2838
+ o[:pager] = Aws::Pager.new(
2839
+ tokens: {
2840
+ "next_token" => "next_token"
2841
+ }
2842
+ )
2843
+ end)
2844
+
2583
2845
  api.add_operation(:list_hours_of_operations, Seahorse::Model::Operation.new.tap do |o|
2584
2846
  o.name = "ListHoursOfOperations"
2585
2847
  o.http_method = "GET"
@@ -2861,6 +3123,25 @@ module Aws::Connect
2861
3123
  )
2862
3124
  end)
2863
3125
 
3126
+ api.add_operation(:list_security_profile_permissions, Seahorse::Model::Operation.new.tap do |o|
3127
+ o.name = "ListSecurityProfilePermissions"
3128
+ o.http_method = "GET"
3129
+ o.http_request_uri = "/security-profiles-permissions/{InstanceId}/{SecurityProfileId}"
3130
+ o.input = Shapes::ShapeRef.new(shape: ListSecurityProfilePermissionsRequest)
3131
+ o.output = Shapes::ShapeRef.new(shape: ListSecurityProfilePermissionsResponse)
3132
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3133
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3134
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3135
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3136
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3137
+ o[:pager] = Aws::Pager.new(
3138
+ limit_key: "max_results",
3139
+ tokens: {
3140
+ "next_token" => "next_token"
3141
+ }
3142
+ )
3143
+ end)
3144
+
2864
3145
  api.add_operation(:list_security_profiles, Seahorse::Model::Operation.new.tap do |o|
2865
3146
  o.name = "ListSecurityProfiles"
2866
3147
  o.http_method = "GET"
@@ -2985,6 +3266,19 @@ module Aws::Connect
2985
3266
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2986
3267
  end)
2987
3268
 
3269
+ api.add_operation(:start_contact_streaming, Seahorse::Model::Operation.new.tap do |o|
3270
+ o.name = "StartContactStreaming"
3271
+ o.http_method = "POST"
3272
+ o.http_request_uri = "/contact/start-streaming"
3273
+ o.input = Shapes::ShapeRef.new(shape: StartContactStreamingRequest)
3274
+ o.output = Shapes::ShapeRef.new(shape: StartContactStreamingResponse)
3275
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3276
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3277
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3278
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3279
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3280
+ end)
3281
+
2988
3282
  api.add_operation(:start_outbound_voice_contact, Seahorse::Model::Operation.new.tap do |o|
2989
3283
  o.name = "StartOutboundVoiceContact"
2990
3284
  o.http_method = "PUT"
@@ -3038,6 +3332,18 @@ module Aws::Connect
3038
3332
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3039
3333
  end)
3040
3334
 
3335
+ api.add_operation(:stop_contact_streaming, Seahorse::Model::Operation.new.tap do |o|
3336
+ o.name = "StopContactStreaming"
3337
+ o.http_method = "POST"
3338
+ o.http_request_uri = "/contact/stop-streaming"
3339
+ o.input = Shapes::ShapeRef.new(shape: StopContactStreamingRequest)
3340
+ o.output = Shapes::ShapeRef.new(shape: StopContactStreamingResponse)
3341
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3342
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3343
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3344
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3345
+ end)
3346
+
3041
3347
  api.add_operation(:suspend_contact_recording, Seahorse::Model::Operation.new.tap do |o|
3042
3348
  o.name = "SuspendContactRecording"
3043
3349
  o.http_method = "POST"
@@ -3090,6 +3396,19 @@ module Aws::Connect
3090
3396
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3091
3397
  end)
3092
3398
 
3399
+ api.add_operation(:update_contact, Seahorse::Model::Operation.new.tap do |o|
3400
+ o.name = "UpdateContact"
3401
+ o.http_method = "POST"
3402
+ o.http_request_uri = "/contacts/{InstanceId}/{ContactId}"
3403
+ o.input = Shapes::ShapeRef.new(shape: UpdateContactRequest)
3404
+ o.output = Shapes::ShapeRef.new(shape: UpdateContactResponse)
3405
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3406
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3407
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3408
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3409
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3410
+ end)
3411
+
3093
3412
  api.add_operation(:update_contact_attributes, Seahorse::Model::Operation.new.tap do |o|
3094
3413
  o.name = "UpdateContactAttributes"
3095
3414
  o.http_method = "POST"
@@ -3130,6 +3449,20 @@ module Aws::Connect
3130
3449
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3131
3450
  end)
3132
3451
 
3452
+ api.add_operation(:update_contact_schedule, Seahorse::Model::Operation.new.tap do |o|
3453
+ o.name = "UpdateContactSchedule"
3454
+ o.http_method = "POST"
3455
+ o.http_request_uri = "/contact/schedule"
3456
+ o.input = Shapes::ShapeRef.new(shape: UpdateContactScheduleRequest)
3457
+ o.output = Shapes::ShapeRef.new(shape: UpdateContactScheduleResponse)
3458
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3459
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3460
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3461
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3462
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3463
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3464
+ end)
3465
+
3133
3466
  api.add_operation(:update_hours_of_operation, Seahorse::Model::Operation.new.tap do |o|
3134
3467
  o.name = "UpdateHoursOfOperation"
3135
3468
  o.http_method = "POST"
@@ -3315,6 +3648,19 @@ module Aws::Connect
3315
3648
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3316
3649
  end)
3317
3650
 
3651
+ api.add_operation(:update_security_profile, Seahorse::Model::Operation.new.tap do |o|
3652
+ o.name = "UpdateSecurityProfile"
3653
+ o.http_method = "POST"
3654
+ o.http_request_uri = "/security-profiles/{InstanceId}/{SecurityProfileId}"
3655
+ o.input = Shapes::ShapeRef.new(shape: UpdateSecurityProfileRequest)
3656
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3657
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3658
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3659
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3660
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3661
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3662
+ end)
3663
+
3318
3664
  api.add_operation(:update_user_hierarchy, Seahorse::Model::Operation.new.tap do |o|
3319
3665
  o.name = "UpdateUserHierarchy"
3320
3666
  o.http_method = "POST"