aws-sdk-connect 1.55.0 → 1.59.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')
@@ -62,21 +66,35 @@ module Aws::Connect
62
66
  CommonNameLength127 = Shapes::StringShape.new(name: 'CommonNameLength127')
63
67
  Comparison = Shapes::StringShape.new(name: 'Comparison')
64
68
  Concurrency = Shapes::IntegerShape.new(name: 'Concurrency')
69
+ Contact = Shapes::StructureShape.new(name: 'Contact')
65
70
  ContactFlow = Shapes::StructureShape.new(name: 'ContactFlow')
66
71
  ContactFlowContent = Shapes::StringShape.new(name: 'ContactFlowContent')
67
72
  ContactFlowDescription = Shapes::StringShape.new(name: 'ContactFlowDescription')
68
73
  ContactFlowId = Shapes::StringShape.new(name: 'ContactFlowId')
74
+ ContactFlowModule = Shapes::StructureShape.new(name: 'ContactFlowModule')
75
+ ContactFlowModuleContent = Shapes::StringShape.new(name: 'ContactFlowModuleContent')
76
+ ContactFlowModuleDescription = Shapes::StringShape.new(name: 'ContactFlowModuleDescription')
77
+ ContactFlowModuleId = Shapes::StringShape.new(name: 'ContactFlowModuleId')
78
+ ContactFlowModuleName = Shapes::StringShape.new(name: 'ContactFlowModuleName')
79
+ ContactFlowModuleState = Shapes::StringShape.new(name: 'ContactFlowModuleState')
80
+ ContactFlowModuleStatus = Shapes::StringShape.new(name: 'ContactFlowModuleStatus')
81
+ ContactFlowModuleSummary = Shapes::StructureShape.new(name: 'ContactFlowModuleSummary')
82
+ ContactFlowModulesSummaryList = Shapes::ListShape.new(name: 'ContactFlowModulesSummaryList')
69
83
  ContactFlowName = Shapes::StringShape.new(name: 'ContactFlowName')
70
84
  ContactFlowNotPublishedException = Shapes::StructureShape.new(name: 'ContactFlowNotPublishedException')
85
+ ContactFlowState = Shapes::StringShape.new(name: 'ContactFlowState')
71
86
  ContactFlowSummary = Shapes::StructureShape.new(name: 'ContactFlowSummary')
72
87
  ContactFlowSummaryList = Shapes::ListShape.new(name: 'ContactFlowSummaryList')
73
88
  ContactFlowType = Shapes::StringShape.new(name: 'ContactFlowType')
74
89
  ContactFlowTypes = Shapes::ListShape.new(name: 'ContactFlowTypes')
75
90
  ContactId = Shapes::StringShape.new(name: 'ContactId')
91
+ ContactInitiationMethod = Shapes::StringShape.new(name: 'ContactInitiationMethod')
76
92
  ContactNotFoundException = Shapes::StructureShape.new(name: 'ContactNotFoundException')
77
93
  ContactReferences = Shapes::MapShape.new(name: 'ContactReferences')
78
94
  CreateAgentStatusRequest = Shapes::StructureShape.new(name: 'CreateAgentStatusRequest')
79
95
  CreateAgentStatusResponse = Shapes::StructureShape.new(name: 'CreateAgentStatusResponse')
96
+ CreateContactFlowModuleRequest = Shapes::StructureShape.new(name: 'CreateContactFlowModuleRequest')
97
+ CreateContactFlowModuleResponse = Shapes::StructureShape.new(name: 'CreateContactFlowModuleResponse')
80
98
  CreateContactFlowRequest = Shapes::StructureShape.new(name: 'CreateContactFlowRequest')
81
99
  CreateContactFlowResponse = Shapes::StructureShape.new(name: 'CreateContactFlowResponse')
82
100
  CreateHoursOfOperationRequest = Shapes::StructureShape.new(name: 'CreateHoursOfOperationRequest')
@@ -91,6 +109,8 @@ module Aws::Connect
91
109
  CreateQuickConnectResponse = Shapes::StructureShape.new(name: 'CreateQuickConnectResponse')
92
110
  CreateRoutingProfileRequest = Shapes::StructureShape.new(name: 'CreateRoutingProfileRequest')
93
111
  CreateRoutingProfileResponse = Shapes::StructureShape.new(name: 'CreateRoutingProfileResponse')
112
+ CreateSecurityProfileRequest = Shapes::StructureShape.new(name: 'CreateSecurityProfileRequest')
113
+ CreateSecurityProfileResponse = Shapes::StructureShape.new(name: 'CreateSecurityProfileResponse')
94
114
  CreateUseCaseRequest = Shapes::StructureShape.new(name: 'CreateUseCaseRequest')
95
115
  CreateUseCaseResponse = Shapes::StructureShape.new(name: 'CreateUseCaseResponse')
96
116
  CreateUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'CreateUserHierarchyGroupRequest')
@@ -106,17 +126,25 @@ module Aws::Connect
106
126
  CurrentMetricResults = Shapes::ListShape.new(name: 'CurrentMetricResults')
107
127
  CurrentMetrics = Shapes::ListShape.new(name: 'CurrentMetrics')
108
128
  Delay = Shapes::IntegerShape.new(name: 'Delay')
129
+ DeleteContactFlowModuleRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleRequest')
130
+ DeleteContactFlowModuleResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleResponse')
131
+ DeleteContactFlowRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowRequest')
109
132
  DeleteHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DeleteHoursOfOperationRequest')
110
133
  DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
111
134
  DeleteIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationAssociationRequest')
112
135
  DeleteQuickConnectRequest = Shapes::StructureShape.new(name: 'DeleteQuickConnectRequest')
136
+ DeleteSecurityProfileRequest = Shapes::StructureShape.new(name: 'DeleteSecurityProfileRequest')
113
137
  DeleteUseCaseRequest = Shapes::StructureShape.new(name: 'DeleteUseCaseRequest')
114
138
  DeleteUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'DeleteUserHierarchyGroupRequest')
115
139
  DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
116
140
  DescribeAgentStatusRequest = Shapes::StructureShape.new(name: 'DescribeAgentStatusRequest')
117
141
  DescribeAgentStatusResponse = Shapes::StructureShape.new(name: 'DescribeAgentStatusResponse')
142
+ DescribeContactFlowModuleRequest = Shapes::StructureShape.new(name: 'DescribeContactFlowModuleRequest')
143
+ DescribeContactFlowModuleResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowModuleResponse')
118
144
  DescribeContactFlowRequest = Shapes::StructureShape.new(name: 'DescribeContactFlowRequest')
119
145
  DescribeContactFlowResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowResponse')
146
+ DescribeContactRequest = Shapes::StructureShape.new(name: 'DescribeContactRequest')
147
+ DescribeContactResponse = Shapes::StructureShape.new(name: 'DescribeContactResponse')
120
148
  DescribeHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DescribeHoursOfOperationRequest')
121
149
  DescribeHoursOfOperationResponse = Shapes::StructureShape.new(name: 'DescribeHoursOfOperationResponse')
122
150
  DescribeInstanceAttributeRequest = Shapes::StructureShape.new(name: 'DescribeInstanceAttributeRequest')
@@ -131,6 +159,8 @@ module Aws::Connect
131
159
  DescribeQuickConnectResponse = Shapes::StructureShape.new(name: 'DescribeQuickConnectResponse')
132
160
  DescribeRoutingProfileRequest = Shapes::StructureShape.new(name: 'DescribeRoutingProfileRequest')
133
161
  DescribeRoutingProfileResponse = Shapes::StructureShape.new(name: 'DescribeRoutingProfileResponse')
162
+ DescribeSecurityProfileRequest = Shapes::StructureShape.new(name: 'DescribeSecurityProfileRequest')
163
+ DescribeSecurityProfileResponse = Shapes::StructureShape.new(name: 'DescribeSecurityProfileResponse')
134
164
  DescribeUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'DescribeUserHierarchyGroupRequest')
135
165
  DescribeUserHierarchyGroupResponse = Shapes::StructureShape.new(name: 'DescribeUserHierarchyGroupResponse')
136
166
  DescribeUserHierarchyStructureRequest = Shapes::StructureShape.new(name: 'DescribeUserHierarchyStructureRequest')
@@ -201,6 +231,7 @@ module Aws::Connect
201
231
  HoursOfOperationSummary = Shapes::StructureShape.new(name: 'HoursOfOperationSummary')
202
232
  HoursOfOperationSummaryList = Shapes::ListShape.new(name: 'HoursOfOperationSummaryList')
203
233
  HoursOfOperationTimeSlice = Shapes::StructureShape.new(name: 'HoursOfOperationTimeSlice')
234
+ IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
204
235
  InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
205
236
  Instance = Shapes::StructureShape.new(name: 'Instance')
206
237
  InstanceAttributeType = Shapes::StringShape.new(name: 'InstanceAttributeType')
@@ -219,6 +250,7 @@ module Aws::Connect
219
250
  IntegrationType = Shapes::StringShape.new(name: 'IntegrationType')
220
251
  InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
221
252
  InvalidContactFlowException = Shapes::StructureShape.new(name: 'InvalidContactFlowException')
253
+ InvalidContactFlowModuleException = Shapes::StructureShape.new(name: 'InvalidContactFlowModuleException')
222
254
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
223
255
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
224
256
  KeyId = Shapes::StringShape.new(name: 'KeyId')
@@ -239,8 +271,12 @@ module Aws::Connect
239
271
  ListApprovedOriginsResponse = Shapes::StructureShape.new(name: 'ListApprovedOriginsResponse')
240
272
  ListBotsRequest = Shapes::StructureShape.new(name: 'ListBotsRequest')
241
273
  ListBotsResponse = Shapes::StructureShape.new(name: 'ListBotsResponse')
274
+ ListContactFlowModulesRequest = Shapes::StructureShape.new(name: 'ListContactFlowModulesRequest')
275
+ ListContactFlowModulesResponse = Shapes::StructureShape.new(name: 'ListContactFlowModulesResponse')
242
276
  ListContactFlowsRequest = Shapes::StructureShape.new(name: 'ListContactFlowsRequest')
243
277
  ListContactFlowsResponse = Shapes::StructureShape.new(name: 'ListContactFlowsResponse')
278
+ ListContactReferencesRequest = Shapes::StructureShape.new(name: 'ListContactReferencesRequest')
279
+ ListContactReferencesResponse = Shapes::StructureShape.new(name: 'ListContactReferencesResponse')
244
280
  ListHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'ListHoursOfOperationsRequest')
245
281
  ListHoursOfOperationsResponse = Shapes::StructureShape.new(name: 'ListHoursOfOperationsResponse')
246
282
  ListInstanceAttributesRequest = Shapes::StructureShape.new(name: 'ListInstanceAttributesRequest')
@@ -271,6 +307,8 @@ module Aws::Connect
271
307
  ListRoutingProfilesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfilesResponse')
272
308
  ListSecurityKeysRequest = Shapes::StructureShape.new(name: 'ListSecurityKeysRequest')
273
309
  ListSecurityKeysResponse = Shapes::StructureShape.new(name: 'ListSecurityKeysResponse')
310
+ ListSecurityProfilePermissionsRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsRequest')
311
+ ListSecurityProfilePermissionsResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsResponse')
274
312
  ListSecurityProfilesRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilesRequest')
275
313
  ListSecurityProfilesResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilesResponse')
276
314
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
@@ -304,6 +342,7 @@ module Aws::Connect
304
342
  ParticipantId = Shapes::StringShape.new(name: 'ParticipantId')
305
343
  ParticipantToken = Shapes::StringShape.new(name: 'ParticipantToken')
306
344
  Password = Shapes::StringShape.new(name: 'Password')
345
+ PermissionsList = Shapes::ListShape.new(name: 'PermissionsList')
307
346
  PhoneNumber = Shapes::StringShape.new(name: 'PhoneNumber')
308
347
  PhoneNumberCountryCode = Shapes::StringShape.new(name: 'PhoneNumberCountryCode')
309
348
  PhoneNumberCountryCodes = Shapes::ListShape.new(name: 'PhoneNumberCountryCodes')
@@ -326,6 +365,7 @@ module Aws::Connect
326
365
  Queue = Shapes::StructureShape.new(name: 'Queue')
327
366
  QueueDescription = Shapes::StringShape.new(name: 'QueueDescription')
328
367
  QueueId = Shapes::StringShape.new(name: 'QueueId')
368
+ QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
329
369
  QueueMaxContacts = Shapes::IntegerShape.new(name: 'QueueMaxContacts')
330
370
  QueueName = Shapes::StringShape.new(name: 'QueueName')
331
371
  QueueQuickConnectConfig = Shapes::StructureShape.new(name: 'QueueQuickConnectConfig')
@@ -348,7 +388,11 @@ module Aws::Connect
348
388
  QuickConnectsList = Shapes::ListShape.new(name: 'QuickConnectsList')
349
389
  Reference = Shapes::StructureShape.new(name: 'Reference')
350
390
  ReferenceKey = Shapes::StringShape.new(name: 'ReferenceKey')
391
+ ReferenceStatus = Shapes::StringShape.new(name: 'ReferenceStatus')
392
+ ReferenceSummary = Shapes::UnionShape.new(name: 'ReferenceSummary')
393
+ ReferenceSummaryList = Shapes::ListShape.new(name: 'ReferenceSummaryList')
351
394
  ReferenceType = Shapes::StringShape.new(name: 'ReferenceType')
395
+ ReferenceTypes = Shapes::ListShape.new(name: 'ReferenceTypes')
352
396
  ReferenceValue = Shapes::StringShape.new(name: 'ReferenceValue')
353
397
  ResourceConflictException = Shapes::StructureShape.new(name: 'ResourceConflictException')
354
398
  ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
@@ -371,9 +415,12 @@ module Aws::Connect
371
415
  S3Config = Shapes::StructureShape.new(name: 'S3Config')
372
416
  SecurityKey = Shapes::StructureShape.new(name: 'SecurityKey')
373
417
  SecurityKeysList = Shapes::ListShape.new(name: 'SecurityKeysList')
418
+ SecurityProfile = Shapes::StructureShape.new(name: 'SecurityProfile')
419
+ SecurityProfileDescription = Shapes::StringShape.new(name: 'SecurityProfileDescription')
374
420
  SecurityProfileId = Shapes::StringShape.new(name: 'SecurityProfileId')
375
421
  SecurityProfileIds = Shapes::ListShape.new(name: 'SecurityProfileIds')
376
422
  SecurityProfileName = Shapes::StringShape.new(name: 'SecurityProfileName')
423
+ SecurityProfilePermission = Shapes::StringShape.new(name: 'SecurityProfilePermission')
377
424
  SecurityProfileSummary = Shapes::StructureShape.new(name: 'SecurityProfileSummary')
378
425
  SecurityProfileSummaryList = Shapes::ListShape.new(name: 'SecurityProfileSummaryList')
379
426
  SecurityToken = Shapes::StringShape.new(name: 'SecurityToken')
@@ -421,7 +468,16 @@ module Aws::Connect
421
468
  UpdateContactAttributesRequest = Shapes::StructureShape.new(name: 'UpdateContactAttributesRequest')
422
469
  UpdateContactAttributesResponse = Shapes::StructureShape.new(name: 'UpdateContactAttributesResponse')
423
470
  UpdateContactFlowContentRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowContentRequest')
471
+ UpdateContactFlowMetadataRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowMetadataRequest')
472
+ UpdateContactFlowModuleContentRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleContentRequest')
473
+ UpdateContactFlowModuleContentResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleContentResponse')
474
+ UpdateContactFlowModuleMetadataRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleMetadataRequest')
475
+ UpdateContactFlowModuleMetadataResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleMetadataResponse')
424
476
  UpdateContactFlowNameRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowNameRequest')
477
+ UpdateContactRequest = Shapes::StructureShape.new(name: 'UpdateContactRequest')
478
+ UpdateContactResponse = Shapes::StructureShape.new(name: 'UpdateContactResponse')
479
+ UpdateContactScheduleRequest = Shapes::StructureShape.new(name: 'UpdateContactScheduleRequest')
480
+ UpdateContactScheduleResponse = Shapes::StructureShape.new(name: 'UpdateContactScheduleResponse')
425
481
  UpdateHoursOfOperationDescription = Shapes::StringShape.new(name: 'UpdateHoursOfOperationDescription')
426
482
  UpdateHoursOfOperationRequest = Shapes::StructureShape.new(name: 'UpdateHoursOfOperationRequest')
427
483
  UpdateInstanceAttributeRequest = Shapes::StructureShape.new(name: 'UpdateInstanceAttributeRequest')
@@ -438,6 +494,7 @@ module Aws::Connect
438
494
  UpdateRoutingProfileDefaultOutboundQueueRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileDefaultOutboundQueueRequest')
439
495
  UpdateRoutingProfileNameRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileNameRequest')
440
496
  UpdateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileQueuesRequest')
497
+ UpdateSecurityProfileRequest = Shapes::StructureShape.new(name: 'UpdateSecurityProfileRequest')
441
498
  UpdateUserHierarchyGroupNameRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyGroupNameRequest')
442
499
  UpdateUserHierarchyRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyRequest')
443
500
  UpdateUserHierarchyStructureRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyStructureRequest')
@@ -445,6 +502,7 @@ module Aws::Connect
445
502
  UpdateUserPhoneConfigRequest = Shapes::StructureShape.new(name: 'UpdateUserPhoneConfigRequest')
446
503
  UpdateUserRoutingProfileRequest = Shapes::StructureShape.new(name: 'UpdateUserRoutingProfileRequest')
447
504
  UpdateUserSecurityProfilesRequest = Shapes::StructureShape.new(name: 'UpdateUserSecurityProfilesRequest')
505
+ UrlReference = Shapes::StructureShape.new(name: 'UrlReference')
448
506
  UseCase = Shapes::StructureShape.new(name: 'UseCase')
449
507
  UseCaseId = Shapes::StringShape.new(name: 'UseCaseId')
450
508
  UseCaseSummaryList = Shapes::ListShape.new(name: 'UseCaseSummaryList')
@@ -462,6 +520,13 @@ module Aws::Connect
462
520
  VoiceRecordingTrack = Shapes::StringShape.new(name: 'VoiceRecordingTrack')
463
521
  timestamp = Shapes::TimestampShape.new(name: 'timestamp')
464
522
 
523
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
524
+ AccessDeniedException.struct_class = Types::AccessDeniedException
525
+
526
+ AgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
527
+ AgentInfo.add_member(:connected_to_agent_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ConnectedToAgentTimestamp"))
528
+ AgentInfo.struct_class = Types::AgentInfo
529
+
465
530
  AgentStatus.add_member(:agent_status_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "AgentStatusARN"))
466
531
  AgentStatus.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, location_name: "AgentStatusId"))
467
532
  AgentStatus.add_member(:name, Shapes::ShapeRef.new(shape: AgentStatusName, location_name: "Name"))
@@ -528,6 +593,11 @@ module Aws::Connect
528
593
  AssociateSecurityKeyResponse.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
529
594
  AssociateSecurityKeyResponse.struct_class = Types::AssociateSecurityKeyResponse
530
595
 
596
+ AttachmentReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
597
+ AttachmentReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
598
+ AttachmentReference.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "Status"))
599
+ AttachmentReference.struct_class = Types::AttachmentReference
600
+
531
601
  Attribute.add_member(:attribute_type, Shapes::ShapeRef.new(shape: InstanceAttributeType, location_name: "AttributeType"))
532
602
  Attribute.add_member(:value, Shapes::ShapeRef.new(shape: InstanceAttributeValue, location_name: "Value"))
533
603
  Attribute.struct_class = Types::Attribute
@@ -546,15 +616,50 @@ module Aws::Connect
546
616
  ChatStreamingConfiguration.add_member(:streaming_endpoint_arn, Shapes::ShapeRef.new(shape: ChatStreamingEndpointARN, required: true, location_name: "StreamingEndpointArn"))
547
617
  ChatStreamingConfiguration.struct_class = Types::ChatStreamingConfiguration
548
618
 
619
+ Contact.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
620
+ Contact.add_member(:id, Shapes::ShapeRef.new(shape: ContactId, location_name: "Id"))
621
+ Contact.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "InitialContactId"))
622
+ Contact.add_member(:previous_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "PreviousContactId"))
623
+ Contact.add_member(:initiation_method, Shapes::ShapeRef.new(shape: ContactInitiationMethod, location_name: "InitiationMethod"))
624
+ Contact.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
625
+ Contact.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
626
+ Contact.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
627
+ Contact.add_member(:queue_info, Shapes::ShapeRef.new(shape: QueueInfo, location_name: "QueueInfo"))
628
+ Contact.add_member(:agent_info, Shapes::ShapeRef.new(shape: AgentInfo, location_name: "AgentInfo"))
629
+ Contact.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "InitiationTimestamp"))
630
+ Contact.add_member(:disconnect_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "DisconnectTimestamp"))
631
+ Contact.add_member(:last_update_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdateTimestamp"))
632
+ Contact.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
633
+ Contact.struct_class = Types::Contact
634
+
549
635
  ContactFlow.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
550
636
  ContactFlow.add_member(:id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "Id"))
551
637
  ContactFlow.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, location_name: "Name"))
552
638
  ContactFlow.add_member(:type, Shapes::ShapeRef.new(shape: ContactFlowType, location_name: "Type"))
639
+ ContactFlow.add_member(:state, Shapes::ShapeRef.new(shape: ContactFlowState, location_name: "State"))
553
640
  ContactFlow.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "Description"))
554
641
  ContactFlow.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowContent, location_name: "Content"))
555
642
  ContactFlow.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
556
643
  ContactFlow.struct_class = Types::ContactFlow
557
644
 
645
+ ContactFlowModule.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
646
+ ContactFlowModule.add_member(:id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, location_name: "Id"))
647
+ ContactFlowModule.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, location_name: "Name"))
648
+ ContactFlowModule.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowModuleContent, location_name: "Content"))
649
+ ContactFlowModule.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "Description"))
650
+ ContactFlowModule.add_member(:state, Shapes::ShapeRef.new(shape: ContactFlowModuleState, location_name: "State"))
651
+ ContactFlowModule.add_member(:status, Shapes::ShapeRef.new(shape: ContactFlowModuleStatus, location_name: "Status"))
652
+ ContactFlowModule.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
653
+ ContactFlowModule.struct_class = Types::ContactFlowModule
654
+
655
+ ContactFlowModuleSummary.add_member(:id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, location_name: "Id"))
656
+ ContactFlowModuleSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
657
+ ContactFlowModuleSummary.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, location_name: "Name"))
658
+ ContactFlowModuleSummary.add_member(:state, Shapes::ShapeRef.new(shape: ContactFlowModuleState, location_name: "State"))
659
+ ContactFlowModuleSummary.struct_class = Types::ContactFlowModuleSummary
660
+
661
+ ContactFlowModulesSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlowModuleSummary)
662
+
558
663
  ContactFlowNotPublishedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
559
664
  ContactFlowNotPublishedException.struct_class = Types::ContactFlowNotPublishedException
560
665
 
@@ -562,6 +667,7 @@ module Aws::Connect
562
667
  ContactFlowSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
563
668
  ContactFlowSummary.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, location_name: "Name"))
564
669
  ContactFlowSummary.add_member(:contact_flow_type, Shapes::ShapeRef.new(shape: ContactFlowType, location_name: "ContactFlowType"))
670
+ ContactFlowSummary.add_member(:contact_flow_state, Shapes::ShapeRef.new(shape: ContactFlowState, location_name: "ContactFlowState"))
565
671
  ContactFlowSummary.struct_class = Types::ContactFlowSummary
566
672
 
567
673
  ContactFlowSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlowSummary)
@@ -586,6 +692,18 @@ module Aws::Connect
586
692
  CreateAgentStatusResponse.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, location_name: "AgentStatusId"))
587
693
  CreateAgentStatusResponse.struct_class = Types::CreateAgentStatusResponse
588
694
 
695
+ CreateContactFlowModuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
696
+ CreateContactFlowModuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, required: true, location_name: "Name"))
697
+ CreateContactFlowModuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "Description"))
698
+ CreateContactFlowModuleRequest.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowModuleContent, required: true, location_name: "Content"))
699
+ CreateContactFlowModuleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
700
+ CreateContactFlowModuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
701
+ CreateContactFlowModuleRequest.struct_class = Types::CreateContactFlowModuleRequest
702
+
703
+ CreateContactFlowModuleResponse.add_member(:id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, location_name: "Id"))
704
+ CreateContactFlowModuleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
705
+ CreateContactFlowModuleResponse.struct_class = Types::CreateContactFlowModuleResponse
706
+
589
707
  CreateContactFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
590
708
  CreateContactFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, required: true, location_name: "Name"))
591
709
  CreateContactFlowRequest.add_member(:type, Shapes::ShapeRef.new(shape: ContactFlowType, required: true, location_name: "Type"))
@@ -673,6 +791,17 @@ module Aws::Connect
673
791
  CreateRoutingProfileResponse.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, location_name: "RoutingProfileId"))
674
792
  CreateRoutingProfileResponse.struct_class = Types::CreateRoutingProfileResponse
675
793
 
794
+ CreateSecurityProfileRequest.add_member(:security_profile_name, Shapes::ShapeRef.new(shape: SecurityProfileName, required: true, location_name: "SecurityProfileName"))
795
+ CreateSecurityProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "Description"))
796
+ CreateSecurityProfileRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsList, location_name: "Permissions"))
797
+ CreateSecurityProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
798
+ CreateSecurityProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
799
+ CreateSecurityProfileRequest.struct_class = Types::CreateSecurityProfileRequest
800
+
801
+ CreateSecurityProfileResponse.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "SecurityProfileId"))
802
+ CreateSecurityProfileResponse.add_member(:security_profile_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "SecurityProfileArn"))
803
+ CreateSecurityProfileResponse.struct_class = Types::CreateSecurityProfileResponse
804
+
676
805
  CreateUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
677
806
  CreateUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
678
807
  CreateUseCaseRequest.add_member(:use_case_type, Shapes::ShapeRef.new(shape: UseCaseType, required: true, location_name: "UseCaseType"))
@@ -732,6 +861,16 @@ module Aws::Connect
732
861
 
733
862
  CurrentMetrics.member = Shapes::ShapeRef.new(shape: CurrentMetric)
734
863
 
864
+ DeleteContactFlowModuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
865
+ DeleteContactFlowModuleRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
866
+ DeleteContactFlowModuleRequest.struct_class = Types::DeleteContactFlowModuleRequest
867
+
868
+ DeleteContactFlowModuleResponse.struct_class = Types::DeleteContactFlowModuleResponse
869
+
870
+ DeleteContactFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
871
+ DeleteContactFlowRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location: "uri", location_name: "ContactFlowId"))
872
+ DeleteContactFlowRequest.struct_class = Types::DeleteContactFlowRequest
873
+
735
874
  DeleteHoursOfOperationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
736
875
  DeleteHoursOfOperationRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location: "uri", location_name: "HoursOfOperationId"))
737
876
  DeleteHoursOfOperationRequest.struct_class = Types::DeleteHoursOfOperationRequest
@@ -747,6 +886,10 @@ module Aws::Connect
747
886
  DeleteQuickConnectRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
748
887
  DeleteQuickConnectRequest.struct_class = Types::DeleteQuickConnectRequest
749
888
 
889
+ DeleteSecurityProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
890
+ DeleteSecurityProfileRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
891
+ DeleteSecurityProfileRequest.struct_class = Types::DeleteSecurityProfileRequest
892
+
750
893
  DeleteUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
751
894
  DeleteUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
752
895
  DeleteUseCaseRequest.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, required: true, location: "uri", location_name: "UseCaseId"))
@@ -767,6 +910,13 @@ module Aws::Connect
767
910
  DescribeAgentStatusResponse.add_member(:agent_status, Shapes::ShapeRef.new(shape: AgentStatus, location_name: "AgentStatus"))
768
911
  DescribeAgentStatusResponse.struct_class = Types::DescribeAgentStatusResponse
769
912
 
913
+ DescribeContactFlowModuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
914
+ DescribeContactFlowModuleRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
915
+ DescribeContactFlowModuleRequest.struct_class = Types::DescribeContactFlowModuleRequest
916
+
917
+ DescribeContactFlowModuleResponse.add_member(:contact_flow_module, Shapes::ShapeRef.new(shape: ContactFlowModule, location_name: "ContactFlowModule"))
918
+ DescribeContactFlowModuleResponse.struct_class = Types::DescribeContactFlowModuleResponse
919
+
770
920
  DescribeContactFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
771
921
  DescribeContactFlowRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location: "uri", location_name: "ContactFlowId"))
772
922
  DescribeContactFlowRequest.struct_class = Types::DescribeContactFlowRequest
@@ -774,6 +924,13 @@ module Aws::Connect
774
924
  DescribeContactFlowResponse.add_member(:contact_flow, Shapes::ShapeRef.new(shape: ContactFlow, location_name: "ContactFlow"))
775
925
  DescribeContactFlowResponse.struct_class = Types::DescribeContactFlowResponse
776
926
 
927
+ DescribeContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
928
+ DescribeContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
929
+ DescribeContactRequest.struct_class = Types::DescribeContactRequest
930
+
931
+ DescribeContactResponse.add_member(:contact, Shapes::ShapeRef.new(shape: Contact, location_name: "Contact"))
932
+ DescribeContactResponse.struct_class = Types::DescribeContactResponse
933
+
777
934
  DescribeHoursOfOperationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
778
935
  DescribeHoursOfOperationRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location: "uri", location_name: "HoursOfOperationId"))
779
936
  DescribeHoursOfOperationRequest.struct_class = Types::DescribeHoursOfOperationRequest
@@ -823,6 +980,13 @@ module Aws::Connect
823
980
  DescribeRoutingProfileResponse.add_member(:routing_profile, Shapes::ShapeRef.new(shape: RoutingProfile, location_name: "RoutingProfile"))
824
981
  DescribeRoutingProfileResponse.struct_class = Types::DescribeRoutingProfileResponse
825
982
 
983
+ DescribeSecurityProfileRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
984
+ DescribeSecurityProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
985
+ DescribeSecurityProfileRequest.struct_class = Types::DescribeSecurityProfileRequest
986
+
987
+ DescribeSecurityProfileResponse.add_member(:security_profile, Shapes::ShapeRef.new(shape: SecurityProfile, location_name: "SecurityProfile"))
988
+ DescribeSecurityProfileResponse.struct_class = Types::DescribeSecurityProfileResponse
989
+
826
990
  DescribeUserHierarchyGroupRequest.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, required: true, location: "uri", location_name: "HierarchyGroupId"))
827
991
  DescribeUserHierarchyGroupRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
828
992
  DescribeUserHierarchyGroupRequest.struct_class = Types::DescribeUserHierarchyGroupRequest
@@ -1032,6 +1196,9 @@ module Aws::Connect
1032
1196
  HoursOfOperationTimeSlice.add_member(:minutes, Shapes::ShapeRef.new(shape: MinutesLimit60, required: true, location_name: "Minutes", metadata: {"box"=>true}))
1033
1197
  HoursOfOperationTimeSlice.struct_class = Types::HoursOfOperationTimeSlice
1034
1198
 
1199
+ IdempotencyException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1200
+ IdempotencyException.struct_class = Types::IdempotencyException
1201
+
1035
1202
  Instance.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
1036
1203
  Instance.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
1037
1204
  Instance.add_member(:identity_management_type, Shapes::ShapeRef.new(shape: DirectoryType, location_name: "IdentityManagementType"))
@@ -1088,6 +1255,9 @@ module Aws::Connect
1088
1255
  InvalidContactFlowException.add_member(:problems, Shapes::ShapeRef.new(shape: Problems, location_name: "problems"))
1089
1256
  InvalidContactFlowException.struct_class = Types::InvalidContactFlowException
1090
1257
 
1258
+ InvalidContactFlowModuleException.add_member(:problems, Shapes::ShapeRef.new(shape: Problems, location_name: "Problems"))
1259
+ InvalidContactFlowModuleException.struct_class = Types::InvalidContactFlowModuleException
1260
+
1091
1261
  InvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1092
1262
  InvalidParameterException.struct_class = Types::InvalidParameterException
1093
1263
 
@@ -1152,6 +1322,16 @@ module Aws::Connect
1152
1322
  ListBotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1153
1323
  ListBotsResponse.struct_class = Types::ListBotsResponse
1154
1324
 
1325
+ ListContactFlowModulesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1326
+ ListContactFlowModulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1327
+ ListContactFlowModulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
1328
+ ListContactFlowModulesRequest.add_member(:contact_flow_module_state, Shapes::ShapeRef.new(shape: ContactFlowModuleState, location: "querystring", location_name: "state"))
1329
+ ListContactFlowModulesRequest.struct_class = Types::ListContactFlowModulesRequest
1330
+
1331
+ ListContactFlowModulesResponse.add_member(:contact_flow_modules_summary_list, Shapes::ShapeRef.new(shape: ContactFlowModulesSummaryList, location_name: "ContactFlowModulesSummaryList"))
1332
+ ListContactFlowModulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1333
+ ListContactFlowModulesResponse.struct_class = Types::ListContactFlowModulesResponse
1334
+
1155
1335
  ListContactFlowsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1156
1336
  ListContactFlowsRequest.add_member(:contact_flow_types, Shapes::ShapeRef.new(shape: ContactFlowTypes, location: "querystring", location_name: "contactFlowTypes"))
1157
1337
  ListContactFlowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -1162,6 +1342,16 @@ module Aws::Connect
1162
1342
  ListContactFlowsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1163
1343
  ListContactFlowsResponse.struct_class = Types::ListContactFlowsResponse
1164
1344
 
1345
+ ListContactReferencesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1346
+ ListContactReferencesRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
1347
+ ListContactReferencesRequest.add_member(:reference_types, Shapes::ShapeRef.new(shape: ReferenceTypes, required: true, location: "querystring", location_name: "referenceTypes"))
1348
+ ListContactReferencesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1349
+ ListContactReferencesRequest.struct_class = Types::ListContactReferencesRequest
1350
+
1351
+ ListContactReferencesResponse.add_member(:reference_summary_list, Shapes::ShapeRef.new(shape: ReferenceSummaryList, location_name: "ReferenceSummaryList"))
1352
+ ListContactReferencesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1353
+ ListContactReferencesResponse.struct_class = Types::ListContactReferencesResponse
1354
+
1165
1355
  ListHoursOfOperationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1166
1356
  ListHoursOfOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1167
1357
  ListHoursOfOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults"))
@@ -1304,6 +1494,16 @@ module Aws::Connect
1304
1494
  ListSecurityKeysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1305
1495
  ListSecurityKeysResponse.struct_class = Types::ListSecurityKeysResponse
1306
1496
 
1497
+ ListSecurityProfilePermissionsRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
1498
+ ListSecurityProfilePermissionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1499
+ ListSecurityProfilePermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1500
+ ListSecurityProfilePermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
1501
+ ListSecurityProfilePermissionsRequest.struct_class = Types::ListSecurityProfilePermissionsRequest
1502
+
1503
+ ListSecurityProfilePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsList, location_name: "Permissions"))
1504
+ ListSecurityProfilePermissionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1505
+ ListSecurityProfilePermissionsResponse.struct_class = Types::ListSecurityProfilePermissionsResponse
1506
+
1307
1507
  ListSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1308
1508
  ListSecurityProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1309
1509
  ListSecurityProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
@@ -1366,6 +1566,8 @@ module Aws::Connect
1366
1566
  ParticipantDetails.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "DisplayName"))
1367
1567
  ParticipantDetails.struct_class = Types::ParticipantDetails
1368
1568
 
1569
+ PermissionsList.member = Shapes::ShapeRef.new(shape: SecurityProfilePermission)
1570
+
1369
1571
  PhoneNumberCountryCodes.member = Shapes::ShapeRef.new(shape: PhoneNumberCountryCode)
1370
1572
 
1371
1573
  PhoneNumberQuickConnectConfig.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "PhoneNumber"))
@@ -1405,6 +1607,10 @@ module Aws::Connect
1405
1607
  Queue.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1406
1608
  Queue.struct_class = Types::Queue
1407
1609
 
1610
+ QueueInfo.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
1611
+ QueueInfo.add_member(:enqueue_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "EnqueueTimestamp"))
1612
+ QueueInfo.struct_class = Types::QueueInfo
1613
+
1408
1614
  QueueQuickConnectConfig.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "QueueId"))
1409
1615
  QueueQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
1410
1616
  QueueQuickConnectConfig.struct_class = Types::QueueQuickConnectConfig
@@ -1455,6 +1661,18 @@ module Aws::Connect
1455
1661
  Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
1456
1662
  Reference.struct_class = Types::Reference
1457
1663
 
1664
+ ReferenceSummary.add_member(:url, Shapes::ShapeRef.new(shape: UrlReference, location_name: "Url"))
1665
+ ReferenceSummary.add_member(:attachment, Shapes::ShapeRef.new(shape: AttachmentReference, location_name: "Attachment"))
1666
+ ReferenceSummary.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1667
+ ReferenceSummary.add_member_subclass(:url, Types::ReferenceSummary::Url)
1668
+ ReferenceSummary.add_member_subclass(:attachment, Types::ReferenceSummary::Attachment)
1669
+ ReferenceSummary.add_member_subclass(:unknown, Types::ReferenceSummary::Unknown)
1670
+ ReferenceSummary.struct_class = Types::ReferenceSummary
1671
+
1672
+ ReferenceSummaryList.member = Shapes::ShapeRef.new(shape: ReferenceSummary)
1673
+
1674
+ ReferenceTypes.member = Shapes::ShapeRef.new(shape: ReferenceType)
1675
+
1458
1676
  ResourceConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1459
1677
  ResourceConflictException.struct_class = Types::ResourceConflictException
1460
1678
 
@@ -1525,6 +1743,14 @@ module Aws::Connect
1525
1743
 
1526
1744
  SecurityKeysList.member = Shapes::ShapeRef.new(shape: SecurityKey)
1527
1745
 
1746
+ SecurityProfile.add_member(:id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "Id"))
1747
+ SecurityProfile.add_member(:organization_resource_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "OrganizationResourceId"))
1748
+ SecurityProfile.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
1749
+ SecurityProfile.add_member(:security_profile_name, Shapes::ShapeRef.new(shape: SecurityProfileName, location_name: "SecurityProfileName"))
1750
+ SecurityProfile.add_member(:description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "Description"))
1751
+ SecurityProfile.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1752
+ SecurityProfile.struct_class = Types::SecurityProfile
1753
+
1528
1754
  SecurityProfileIds.member = Shapes::ShapeRef.new(shape: SecurityProfileId)
1529
1755
 
1530
1756
  SecurityProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "Id"))
@@ -1590,6 +1816,7 @@ module Aws::Connect
1590
1816
  StartTaskContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
1591
1817
  StartTaskContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1592
1818
  StartTaskContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
1819
+ StartTaskContactRequest.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ScheduledTime"))
1593
1820
  StartTaskContactRequest.struct_class = Types::StartTaskContactRequest
1594
1821
 
1595
1822
  StartTaskContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
@@ -1663,12 +1890,51 @@ module Aws::Connect
1663
1890
  UpdateContactFlowContentRequest.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowContent, required: true, location_name: "Content"))
1664
1891
  UpdateContactFlowContentRequest.struct_class = Types::UpdateContactFlowContentRequest
1665
1892
 
1893
+ UpdateContactFlowMetadataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1894
+ UpdateContactFlowMetadataRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location: "uri", location_name: "ContactFlowId"))
1895
+ UpdateContactFlowMetadataRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, location_name: "Name"))
1896
+ UpdateContactFlowMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "Description"))
1897
+ UpdateContactFlowMetadataRequest.add_member(:contact_flow_state, Shapes::ShapeRef.new(shape: ContactFlowState, location_name: "ContactFlowState"))
1898
+ UpdateContactFlowMetadataRequest.struct_class = Types::UpdateContactFlowMetadataRequest
1899
+
1900
+ UpdateContactFlowModuleContentRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1901
+ UpdateContactFlowModuleContentRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
1902
+ UpdateContactFlowModuleContentRequest.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowModuleContent, required: true, location_name: "Content"))
1903
+ UpdateContactFlowModuleContentRequest.struct_class = Types::UpdateContactFlowModuleContentRequest
1904
+
1905
+ UpdateContactFlowModuleContentResponse.struct_class = Types::UpdateContactFlowModuleContentResponse
1906
+
1907
+ UpdateContactFlowModuleMetadataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1908
+ UpdateContactFlowModuleMetadataRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
1909
+ UpdateContactFlowModuleMetadataRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, location_name: "Name"))
1910
+ UpdateContactFlowModuleMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "Description"))
1911
+ UpdateContactFlowModuleMetadataRequest.add_member(:state, Shapes::ShapeRef.new(shape: ContactFlowModuleState, location_name: "State"))
1912
+ UpdateContactFlowModuleMetadataRequest.struct_class = Types::UpdateContactFlowModuleMetadataRequest
1913
+
1914
+ UpdateContactFlowModuleMetadataResponse.struct_class = Types::UpdateContactFlowModuleMetadataResponse
1915
+
1666
1916
  UpdateContactFlowNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1667
1917
  UpdateContactFlowNameRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location: "uri", location_name: "ContactFlowId"))
1668
1918
  UpdateContactFlowNameRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, location_name: "Name"))
1669
1919
  UpdateContactFlowNameRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "Description"))
1670
1920
  UpdateContactFlowNameRequest.struct_class = Types::UpdateContactFlowNameRequest
1671
1921
 
1922
+ UpdateContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1923
+ UpdateContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
1924
+ UpdateContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
1925
+ UpdateContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1926
+ UpdateContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
1927
+ UpdateContactRequest.struct_class = Types::UpdateContactRequest
1928
+
1929
+ UpdateContactResponse.struct_class = Types::UpdateContactResponse
1930
+
1931
+ UpdateContactScheduleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
1932
+ UpdateContactScheduleRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
1933
+ UpdateContactScheduleRequest.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ScheduledTime"))
1934
+ UpdateContactScheduleRequest.struct_class = Types::UpdateContactScheduleRequest
1935
+
1936
+ UpdateContactScheduleResponse.struct_class = Types::UpdateContactScheduleResponse
1937
+
1672
1938
  UpdateHoursOfOperationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1673
1939
  UpdateHoursOfOperationRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location: "uri", location_name: "HoursOfOperationId"))
1674
1940
  UpdateHoursOfOperationRequest.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, location_name: "Name"))
@@ -1746,6 +2012,12 @@ module Aws::Connect
1746
2012
  UpdateRoutingProfileQueuesRequest.add_member(:queue_configs, Shapes::ShapeRef.new(shape: RoutingProfileQueueConfigList, required: true, location_name: "QueueConfigs"))
1747
2013
  UpdateRoutingProfileQueuesRequest.struct_class = Types::UpdateRoutingProfileQueuesRequest
1748
2014
 
2015
+ UpdateSecurityProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "Description"))
2016
+ UpdateSecurityProfileRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsList, location_name: "Permissions"))
2017
+ UpdateSecurityProfileRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
2018
+ UpdateSecurityProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2019
+ UpdateSecurityProfileRequest.struct_class = Types::UpdateSecurityProfileRequest
2020
+
1749
2021
  UpdateUserHierarchyGroupNameRequest.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyGroupName, required: true, location_name: "Name"))
1750
2022
  UpdateUserHierarchyGroupNameRequest.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, required: true, location: "uri", location_name: "HierarchyGroupId"))
1751
2023
  UpdateUserHierarchyGroupNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -1780,6 +2052,10 @@ module Aws::Connect
1780
2052
  UpdateUserSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1781
2053
  UpdateUserSecurityProfilesRequest.struct_class = Types::UpdateUserSecurityProfilesRequest
1782
2054
 
2055
+ UrlReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
2056
+ UrlReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
2057
+ UrlReference.struct_class = Types::UrlReference
2058
+
1783
2059
  UseCase.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, location_name: "UseCaseId"))
1784
2060
  UseCase.add_member(:use_case_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "UseCaseArn"))
1785
2061
  UseCase.add_member(:use_case_type, Shapes::ShapeRef.new(shape: UseCaseType, location_name: "UseCaseType"))
@@ -1993,6 +2269,24 @@ module Aws::Connect
1993
2269
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1994
2270
  end)
1995
2271
 
2272
+ api.add_operation(:create_contact_flow_module, Seahorse::Model::Operation.new.tap do |o|
2273
+ o.name = "CreateContactFlowModule"
2274
+ o.http_method = "PUT"
2275
+ o.http_request_uri = "/contact-flow-modules/{InstanceId}"
2276
+ o.input = Shapes::ShapeRef.new(shape: CreateContactFlowModuleRequest)
2277
+ o.output = Shapes::ShapeRef.new(shape: CreateContactFlowModuleResponse)
2278
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2279
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2280
+ o.errors << Shapes::ShapeRef.new(shape: InvalidContactFlowModuleException)
2281
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2282
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
2283
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2284
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2285
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2286
+ o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
2287
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2288
+ end)
2289
+
1996
2290
  api.add_operation(:create_hours_of_operation, Seahorse::Model::Operation.new.tap do |o|
1997
2291
  o.name = "CreateHoursOfOperation"
1998
2292
  o.http_method = "PUT"
@@ -2079,6 +2373,21 @@ module Aws::Connect
2079
2373
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2080
2374
  end)
2081
2375
 
2376
+ api.add_operation(:create_security_profile, Seahorse::Model::Operation.new.tap do |o|
2377
+ o.name = "CreateSecurityProfile"
2378
+ o.http_method = "PUT"
2379
+ o.http_request_uri = "/security-profiles/{InstanceId}"
2380
+ o.input = Shapes::ShapeRef.new(shape: CreateSecurityProfileRequest)
2381
+ o.output = Shapes::ShapeRef.new(shape: CreateSecurityProfileResponse)
2382
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2383
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2384
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2385
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
2386
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2387
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2388
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2389
+ end)
2390
+
2082
2391
  api.add_operation(:create_use_case, Seahorse::Model::Operation.new.tap do |o|
2083
2392
  o.name = "CreateUseCase"
2084
2393
  o.http_method = "PUT"
@@ -2122,6 +2431,34 @@ module Aws::Connect
2122
2431
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2123
2432
  end)
2124
2433
 
2434
+ api.add_operation(:delete_contact_flow, Seahorse::Model::Operation.new.tap do |o|
2435
+ o.name = "DeleteContactFlow"
2436
+ o.http_method = "DELETE"
2437
+ o.http_request_uri = "/contact-flows/{InstanceId}/{ContactFlowId}"
2438
+ o.input = Shapes::ShapeRef.new(shape: DeleteContactFlowRequest)
2439
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2440
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2441
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2442
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2443
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2444
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2445
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2446
+ end)
2447
+
2448
+ api.add_operation(:delete_contact_flow_module, Seahorse::Model::Operation.new.tap do |o|
2449
+ o.name = "DeleteContactFlowModule"
2450
+ o.http_method = "DELETE"
2451
+ o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}"
2452
+ o.input = Shapes::ShapeRef.new(shape: DeleteContactFlowModuleRequest)
2453
+ o.output = Shapes::ShapeRef.new(shape: DeleteContactFlowModuleResponse)
2454
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2455
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2456
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2457
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2458
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2459
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2460
+ end)
2461
+
2125
2462
  api.add_operation(:delete_hours_of_operation, Seahorse::Model::Operation.new.tap do |o|
2126
2463
  o.name = "DeleteHoursOfOperation"
2127
2464
  o.http_method = "DELETE"
@@ -2171,6 +2508,21 @@ module Aws::Connect
2171
2508
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2172
2509
  end)
2173
2510
 
2511
+ api.add_operation(:delete_security_profile, Seahorse::Model::Operation.new.tap do |o|
2512
+ o.name = "DeleteSecurityProfile"
2513
+ o.http_method = "DELETE"
2514
+ o.http_request_uri = "/security-profiles/{InstanceId}/{SecurityProfileId}"
2515
+ o.input = Shapes::ShapeRef.new(shape: DeleteSecurityProfileRequest)
2516
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2517
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2518
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2519
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2520
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2521
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2522
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2523
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
2524
+ end)
2525
+
2174
2526
  api.add_operation(:delete_use_case, Seahorse::Model::Operation.new.tap do |o|
2175
2527
  o.name = "DeleteUseCase"
2176
2528
  o.http_method = "DELETE"
@@ -2223,6 +2575,19 @@ module Aws::Connect
2223
2575
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2224
2576
  end)
2225
2577
 
2578
+ api.add_operation(:describe_contact, Seahorse::Model::Operation.new.tap do |o|
2579
+ o.name = "DescribeContact"
2580
+ o.http_method = "GET"
2581
+ o.http_request_uri = "/contacts/{InstanceId}/{ContactId}"
2582
+ o.input = Shapes::ShapeRef.new(shape: DescribeContactRequest)
2583
+ o.output = Shapes::ShapeRef.new(shape: DescribeContactResponse)
2584
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2585
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2586
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2587
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2588
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2589
+ end)
2590
+
2226
2591
  api.add_operation(:describe_contact_flow, Seahorse::Model::Operation.new.tap do |o|
2227
2592
  o.name = "DescribeContactFlow"
2228
2593
  o.http_method = "GET"
@@ -2237,6 +2602,20 @@ module Aws::Connect
2237
2602
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2238
2603
  end)
2239
2604
 
2605
+ api.add_operation(:describe_contact_flow_module, Seahorse::Model::Operation.new.tap do |o|
2606
+ o.name = "DescribeContactFlowModule"
2607
+ o.http_method = "GET"
2608
+ o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}"
2609
+ o.input = Shapes::ShapeRef.new(shape: DescribeContactFlowModuleRequest)
2610
+ o.output = Shapes::ShapeRef.new(shape: DescribeContactFlowModuleResponse)
2611
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2612
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2613
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2614
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2615
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2616
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2617
+ end)
2618
+
2240
2619
  api.add_operation(:describe_hours_of_operation, Seahorse::Model::Operation.new.tap do |o|
2241
2620
  o.name = "DescribeHoursOfOperation"
2242
2621
  o.http_method = "GET"
@@ -2326,6 +2705,19 @@ module Aws::Connect
2326
2705
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2327
2706
  end)
2328
2707
 
2708
+ api.add_operation(:describe_security_profile, Seahorse::Model::Operation.new.tap do |o|
2709
+ o.name = "DescribeSecurityProfile"
2710
+ o.http_method = "GET"
2711
+ o.http_request_uri = "/security-profiles/{InstanceId}/{SecurityProfileId}"
2712
+ o.input = Shapes::ShapeRef.new(shape: DescribeSecurityProfileRequest)
2713
+ o.output = Shapes::ShapeRef.new(shape: DescribeSecurityProfileResponse)
2714
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2715
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2716
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2717
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2718
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2719
+ end)
2720
+
2329
2721
  api.add_operation(:describe_user, Seahorse::Model::Operation.new.tap do |o|
2330
2722
  o.name = "DescribeUser"
2331
2723
  o.http_method = "GET"
@@ -2587,6 +2979,26 @@ module Aws::Connect
2587
2979
  )
2588
2980
  end)
2589
2981
 
2982
+ api.add_operation(:list_contact_flow_modules, Seahorse::Model::Operation.new.tap do |o|
2983
+ o.name = "ListContactFlowModules"
2984
+ o.http_method = "GET"
2985
+ o.http_request_uri = "/contact-flow-modules-summary/{InstanceId}"
2986
+ o.input = Shapes::ShapeRef.new(shape: ListContactFlowModulesRequest)
2987
+ o.output = Shapes::ShapeRef.new(shape: ListContactFlowModulesResponse)
2988
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2989
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2990
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2991
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2992
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2993
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2994
+ o[:pager] = Aws::Pager.new(
2995
+ limit_key: "max_results",
2996
+ tokens: {
2997
+ "next_token" => "next_token"
2998
+ }
2999
+ )
3000
+ end)
3001
+
2590
3002
  api.add_operation(:list_contact_flows, Seahorse::Model::Operation.new.tap do |o|
2591
3003
  o.name = "ListContactFlows"
2592
3004
  o.http_method = "GET"
@@ -2606,6 +3018,24 @@ module Aws::Connect
2606
3018
  )
2607
3019
  end)
2608
3020
 
3021
+ api.add_operation(:list_contact_references, Seahorse::Model::Operation.new.tap do |o|
3022
+ o.name = "ListContactReferences"
3023
+ o.http_method = "GET"
3024
+ o.http_request_uri = "/contact/references/{InstanceId}/{ContactId}"
3025
+ o.input = Shapes::ShapeRef.new(shape: ListContactReferencesRequest)
3026
+ o.output = Shapes::ShapeRef.new(shape: ListContactReferencesResponse)
3027
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3028
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3029
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3030
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3031
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3032
+ o[:pager] = Aws::Pager.new(
3033
+ tokens: {
3034
+ "next_token" => "next_token"
3035
+ }
3036
+ )
3037
+ end)
3038
+
2609
3039
  api.add_operation(:list_hours_of_operations, Seahorse::Model::Operation.new.tap do |o|
2610
3040
  o.name = "ListHoursOfOperations"
2611
3041
  o.http_method = "GET"
@@ -2887,6 +3317,25 @@ module Aws::Connect
2887
3317
  )
2888
3318
  end)
2889
3319
 
3320
+ api.add_operation(:list_security_profile_permissions, Seahorse::Model::Operation.new.tap do |o|
3321
+ o.name = "ListSecurityProfilePermissions"
3322
+ o.http_method = "GET"
3323
+ o.http_request_uri = "/security-profiles-permissions/{InstanceId}/{SecurityProfileId}"
3324
+ o.input = Shapes::ShapeRef.new(shape: ListSecurityProfilePermissionsRequest)
3325
+ o.output = Shapes::ShapeRef.new(shape: ListSecurityProfilePermissionsResponse)
3326
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3327
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3328
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3329
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3330
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3331
+ o[:pager] = Aws::Pager.new(
3332
+ limit_key: "max_results",
3333
+ tokens: {
3334
+ "next_token" => "next_token"
3335
+ }
3336
+ )
3337
+ end)
3338
+
2890
3339
  api.add_operation(:list_security_profiles, Seahorse::Model::Operation.new.tap do |o|
2891
3340
  o.name = "ListSecurityProfiles"
2892
3341
  o.http_method = "GET"
@@ -3141,6 +3590,19 @@ module Aws::Connect
3141
3590
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3142
3591
  end)
3143
3592
 
3593
+ api.add_operation(:update_contact, Seahorse::Model::Operation.new.tap do |o|
3594
+ o.name = "UpdateContact"
3595
+ o.http_method = "POST"
3596
+ o.http_request_uri = "/contacts/{InstanceId}/{ContactId}"
3597
+ o.input = Shapes::ShapeRef.new(shape: UpdateContactRequest)
3598
+ o.output = Shapes::ShapeRef.new(shape: UpdateContactResponse)
3599
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3600
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3601
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3602
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3603
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3604
+ end)
3605
+
3144
3606
  api.add_operation(:update_contact_attributes, Seahorse::Model::Operation.new.tap do |o|
3145
3607
  o.name = "UpdateContactAttributes"
3146
3608
  o.http_method = "POST"
@@ -3167,6 +3629,49 @@ module Aws::Connect
3167
3629
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3168
3630
  end)
3169
3631
 
3632
+ api.add_operation(:update_contact_flow_metadata, Seahorse::Model::Operation.new.tap do |o|
3633
+ o.name = "UpdateContactFlowMetadata"
3634
+ o.http_method = "POST"
3635
+ o.http_request_uri = "/contact-flows/{InstanceId}/{ContactFlowId}/metadata"
3636
+ o.input = Shapes::ShapeRef.new(shape: UpdateContactFlowMetadataRequest)
3637
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3638
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3639
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3640
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
3641
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3642
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3643
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3644
+ end)
3645
+
3646
+ api.add_operation(:update_contact_flow_module_content, Seahorse::Model::Operation.new.tap do |o|
3647
+ o.name = "UpdateContactFlowModuleContent"
3648
+ o.http_method = "POST"
3649
+ o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/content"
3650
+ o.input = Shapes::ShapeRef.new(shape: UpdateContactFlowModuleContentRequest)
3651
+ o.output = Shapes::ShapeRef.new(shape: UpdateContactFlowModuleContentResponse)
3652
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3653
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3654
+ o.errors << Shapes::ShapeRef.new(shape: InvalidContactFlowModuleException)
3655
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3656
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3657
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3658
+ end)
3659
+
3660
+ api.add_operation(:update_contact_flow_module_metadata, Seahorse::Model::Operation.new.tap do |o|
3661
+ o.name = "UpdateContactFlowModuleMetadata"
3662
+ o.http_method = "POST"
3663
+ o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/metadata"
3664
+ o.input = Shapes::ShapeRef.new(shape: UpdateContactFlowModuleMetadataRequest)
3665
+ o.output = Shapes::ShapeRef.new(shape: UpdateContactFlowModuleMetadataResponse)
3666
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3667
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3668
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3669
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
3670
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3671
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3672
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3673
+ end)
3674
+
3170
3675
  api.add_operation(:update_contact_flow_name, Seahorse::Model::Operation.new.tap do |o|
3171
3676
  o.name = "UpdateContactFlowName"
3172
3677
  o.http_method = "POST"
@@ -3181,6 +3686,20 @@ module Aws::Connect
3181
3686
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3182
3687
  end)
3183
3688
 
3689
+ api.add_operation(:update_contact_schedule, Seahorse::Model::Operation.new.tap do |o|
3690
+ o.name = "UpdateContactSchedule"
3691
+ o.http_method = "POST"
3692
+ o.http_request_uri = "/contact/schedule"
3693
+ o.input = Shapes::ShapeRef.new(shape: UpdateContactScheduleRequest)
3694
+ o.output = Shapes::ShapeRef.new(shape: UpdateContactScheduleResponse)
3695
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3696
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3697
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3698
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3699
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3700
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3701
+ end)
3702
+
3184
3703
  api.add_operation(:update_hours_of_operation, Seahorse::Model::Operation.new.tap do |o|
3185
3704
  o.name = "UpdateHoursOfOperation"
3186
3705
  o.http_method = "POST"
@@ -3366,6 +3885,19 @@ module Aws::Connect
3366
3885
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3367
3886
  end)
3368
3887
 
3888
+ api.add_operation(:update_security_profile, Seahorse::Model::Operation.new.tap do |o|
3889
+ o.name = "UpdateSecurityProfile"
3890
+ o.http_method = "POST"
3891
+ o.http_request_uri = "/security-profiles/{InstanceId}/{SecurityProfileId}"
3892
+ o.input = Shapes::ShapeRef.new(shape: UpdateSecurityProfileRequest)
3893
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3894
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3895
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3896
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3897
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3898
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3899
+ end)
3900
+
3369
3901
  api.add_operation(:update_user_hierarchy, Seahorse::Model::Operation.new.tap do |o|
3370
3902
  o.name = "UpdateUserHierarchy"
3371
3903
  o.http_method = "POST"