aws-sdk-connect 1.54.0 → 1.58.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,12 +231,12 @@ 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')
207
238
  InstanceAttributeValue = Shapes::StringShape.new(name: 'InstanceAttributeValue')
208
239
  InstanceId = Shapes::StringShape.new(name: 'InstanceId')
209
- InstanceReference = Shapes::StructureShape.new(name: 'InstanceReference')
210
240
  InstanceStatus = Shapes::StringShape.new(name: 'InstanceStatus')
211
241
  InstanceStatusReason = Shapes::StructureShape.new(name: 'InstanceStatusReason')
212
242
  InstanceStorageConfig = Shapes::StructureShape.new(name: 'InstanceStorageConfig')
@@ -220,6 +250,7 @@ module Aws::Connect
220
250
  IntegrationType = Shapes::StringShape.new(name: 'IntegrationType')
221
251
  InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
222
252
  InvalidContactFlowException = Shapes::StructureShape.new(name: 'InvalidContactFlowException')
253
+ InvalidContactFlowModuleException = Shapes::StructureShape.new(name: 'InvalidContactFlowModuleException')
223
254
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
224
255
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
225
256
  KeyId = Shapes::StringShape.new(name: 'KeyId')
@@ -240,8 +271,12 @@ module Aws::Connect
240
271
  ListApprovedOriginsResponse = Shapes::StructureShape.new(name: 'ListApprovedOriginsResponse')
241
272
  ListBotsRequest = Shapes::StructureShape.new(name: 'ListBotsRequest')
242
273
  ListBotsResponse = Shapes::StructureShape.new(name: 'ListBotsResponse')
274
+ ListContactFlowModulesRequest = Shapes::StructureShape.new(name: 'ListContactFlowModulesRequest')
275
+ ListContactFlowModulesResponse = Shapes::StructureShape.new(name: 'ListContactFlowModulesResponse')
243
276
  ListContactFlowsRequest = Shapes::StructureShape.new(name: 'ListContactFlowsRequest')
244
277
  ListContactFlowsResponse = Shapes::StructureShape.new(name: 'ListContactFlowsResponse')
278
+ ListContactReferencesRequest = Shapes::StructureShape.new(name: 'ListContactReferencesRequest')
279
+ ListContactReferencesResponse = Shapes::StructureShape.new(name: 'ListContactReferencesResponse')
245
280
  ListHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'ListHoursOfOperationsRequest')
246
281
  ListHoursOfOperationsResponse = Shapes::StructureShape.new(name: 'ListHoursOfOperationsResponse')
247
282
  ListInstanceAttributesRequest = Shapes::StructureShape.new(name: 'ListInstanceAttributesRequest')
@@ -272,6 +307,8 @@ module Aws::Connect
272
307
  ListRoutingProfilesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfilesResponse')
273
308
  ListSecurityKeysRequest = Shapes::StructureShape.new(name: 'ListSecurityKeysRequest')
274
309
  ListSecurityKeysResponse = Shapes::StructureShape.new(name: 'ListSecurityKeysResponse')
310
+ ListSecurityProfilePermissionsRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsRequest')
311
+ ListSecurityProfilePermissionsResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsResponse')
275
312
  ListSecurityProfilesRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilesRequest')
276
313
  ListSecurityProfilesResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilesResponse')
277
314
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
@@ -305,6 +342,7 @@ module Aws::Connect
305
342
  ParticipantId = Shapes::StringShape.new(name: 'ParticipantId')
306
343
  ParticipantToken = Shapes::StringShape.new(name: 'ParticipantToken')
307
344
  Password = Shapes::StringShape.new(name: 'Password')
345
+ PermissionsList = Shapes::ListShape.new(name: 'PermissionsList')
308
346
  PhoneNumber = Shapes::StringShape.new(name: 'PhoneNumber')
309
347
  PhoneNumberCountryCode = Shapes::StringShape.new(name: 'PhoneNumberCountryCode')
310
348
  PhoneNumberCountryCodes = Shapes::ListShape.new(name: 'PhoneNumberCountryCodes')
@@ -327,6 +365,7 @@ module Aws::Connect
327
365
  Queue = Shapes::StructureShape.new(name: 'Queue')
328
366
  QueueDescription = Shapes::StringShape.new(name: 'QueueDescription')
329
367
  QueueId = Shapes::StringShape.new(name: 'QueueId')
368
+ QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
330
369
  QueueMaxContacts = Shapes::IntegerShape.new(name: 'QueueMaxContacts')
331
370
  QueueName = Shapes::StringShape.new(name: 'QueueName')
332
371
  QueueQuickConnectConfig = Shapes::StructureShape.new(name: 'QueueQuickConnectConfig')
@@ -349,7 +388,11 @@ module Aws::Connect
349
388
  QuickConnectsList = Shapes::ListShape.new(name: 'QuickConnectsList')
350
389
  Reference = Shapes::StructureShape.new(name: 'Reference')
351
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')
352
394
  ReferenceType = Shapes::StringShape.new(name: 'ReferenceType')
395
+ ReferenceTypes = Shapes::ListShape.new(name: 'ReferenceTypes')
353
396
  ReferenceValue = Shapes::StringShape.new(name: 'ReferenceValue')
354
397
  ResourceConflictException = Shapes::StructureShape.new(name: 'ResourceConflictException')
355
398
  ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
@@ -367,16 +410,17 @@ module Aws::Connect
367
410
  RoutingProfileQueueConfigSummaryList = Shapes::ListShape.new(name: 'RoutingProfileQueueConfigSummaryList')
368
411
  RoutingProfileQueueReference = Shapes::StructureShape.new(name: 'RoutingProfileQueueReference')
369
412
  RoutingProfileQueueReferenceList = Shapes::ListShape.new(name: 'RoutingProfileQueueReferenceList')
370
- RoutingProfileReference = Shapes::StructureShape.new(name: 'RoutingProfileReference')
371
413
  RoutingProfileSummary = Shapes::StructureShape.new(name: 'RoutingProfileSummary')
372
414
  RoutingProfileSummaryList = Shapes::ListShape.new(name: 'RoutingProfileSummaryList')
373
- RoutingProfiles = Shapes::ListShape.new(name: 'RoutingProfiles')
374
415
  S3Config = Shapes::StructureShape.new(name: 'S3Config')
375
416
  SecurityKey = Shapes::StructureShape.new(name: 'SecurityKey')
376
417
  SecurityKeysList = Shapes::ListShape.new(name: 'SecurityKeysList')
418
+ SecurityProfile = Shapes::StructureShape.new(name: 'SecurityProfile')
419
+ SecurityProfileDescription = Shapes::StringShape.new(name: 'SecurityProfileDescription')
377
420
  SecurityProfileId = Shapes::StringShape.new(name: 'SecurityProfileId')
378
421
  SecurityProfileIds = Shapes::ListShape.new(name: 'SecurityProfileIds')
379
422
  SecurityProfileName = Shapes::StringShape.new(name: 'SecurityProfileName')
423
+ SecurityProfilePermission = Shapes::StringShape.new(name: 'SecurityProfilePermission')
380
424
  SecurityProfileSummary = Shapes::StructureShape.new(name: 'SecurityProfileSummary')
381
425
  SecurityProfileSummaryList = Shapes::ListShape.new(name: 'SecurityProfileSummaryList')
382
426
  SecurityToken = Shapes::StringShape.new(name: 'SecurityToken')
@@ -424,7 +468,16 @@ module Aws::Connect
424
468
  UpdateContactAttributesRequest = Shapes::StructureShape.new(name: 'UpdateContactAttributesRequest')
425
469
  UpdateContactAttributesResponse = Shapes::StructureShape.new(name: 'UpdateContactAttributesResponse')
426
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')
427
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')
428
481
  UpdateHoursOfOperationDescription = Shapes::StringShape.new(name: 'UpdateHoursOfOperationDescription')
429
482
  UpdateHoursOfOperationRequest = Shapes::StructureShape.new(name: 'UpdateHoursOfOperationRequest')
430
483
  UpdateInstanceAttributeRequest = Shapes::StructureShape.new(name: 'UpdateInstanceAttributeRequest')
@@ -441,6 +494,7 @@ module Aws::Connect
441
494
  UpdateRoutingProfileDefaultOutboundQueueRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileDefaultOutboundQueueRequest')
442
495
  UpdateRoutingProfileNameRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileNameRequest')
443
496
  UpdateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileQueuesRequest')
497
+ UpdateSecurityProfileRequest = Shapes::StructureShape.new(name: 'UpdateSecurityProfileRequest')
444
498
  UpdateUserHierarchyGroupNameRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyGroupNameRequest')
445
499
  UpdateUserHierarchyRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyRequest')
446
500
  UpdateUserHierarchyStructureRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyStructureRequest')
@@ -448,6 +502,7 @@ module Aws::Connect
448
502
  UpdateUserPhoneConfigRequest = Shapes::StructureShape.new(name: 'UpdateUserPhoneConfigRequest')
449
503
  UpdateUserRoutingProfileRequest = Shapes::StructureShape.new(name: 'UpdateUserRoutingProfileRequest')
450
504
  UpdateUserSecurityProfilesRequest = Shapes::StructureShape.new(name: 'UpdateUserSecurityProfilesRequest')
505
+ UrlReference = Shapes::StructureShape.new(name: 'UrlReference')
451
506
  UseCase = Shapes::StructureShape.new(name: 'UseCase')
452
507
  UseCaseId = Shapes::StringShape.new(name: 'UseCaseId')
453
508
  UseCaseSummaryList = Shapes::ListShape.new(name: 'UseCaseSummaryList')
@@ -465,6 +520,13 @@ module Aws::Connect
465
520
  VoiceRecordingTrack = Shapes::StringShape.new(name: 'VoiceRecordingTrack')
466
521
  timestamp = Shapes::TimestampShape.new(name: 'timestamp')
467
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
+
468
530
  AgentStatus.add_member(:agent_status_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "AgentStatusARN"))
469
531
  AgentStatus.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, location_name: "AgentStatusId"))
470
532
  AgentStatus.add_member(:name, Shapes::ShapeRef.new(shape: AgentStatusName, location_name: "Name"))
@@ -531,6 +593,11 @@ module Aws::Connect
531
593
  AssociateSecurityKeyResponse.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
532
594
  AssociateSecurityKeyResponse.struct_class = Types::AssociateSecurityKeyResponse
533
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
+
534
601
  Attribute.add_member(:attribute_type, Shapes::ShapeRef.new(shape: InstanceAttributeType, location_name: "AttributeType"))
535
602
  Attribute.add_member(:value, Shapes::ShapeRef.new(shape: InstanceAttributeValue, location_name: "Value"))
536
603
  Attribute.struct_class = Types::Attribute
@@ -542,22 +609,57 @@ module Aws::Connect
542
609
 
543
610
  Channels.member = Shapes::ShapeRef.new(shape: Channel)
544
611
 
545
- ChatMessage.add_member(:content_type, Shapes::ShapeRef.new(shape: ChatContentType, location_name: "ContentType"))
546
- ChatMessage.add_member(:content, Shapes::ShapeRef.new(shape: ChatContent, location_name: "Content"))
612
+ ChatMessage.add_member(:content_type, Shapes::ShapeRef.new(shape: ChatContentType, required: true, location_name: "ContentType"))
613
+ ChatMessage.add_member(:content, Shapes::ShapeRef.new(shape: ChatContent, required: true, location_name: "Content"))
547
614
  ChatMessage.struct_class = Types::ChatMessage
548
615
 
549
616
  ChatStreamingConfiguration.add_member(:streaming_endpoint_arn, Shapes::ShapeRef.new(shape: ChatStreamingEndpointARN, required: true, location_name: "StreamingEndpointArn"))
550
617
  ChatStreamingConfiguration.struct_class = Types::ChatStreamingConfiguration
551
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
+
552
635
  ContactFlow.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
553
636
  ContactFlow.add_member(:id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "Id"))
554
637
  ContactFlow.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, location_name: "Name"))
555
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"))
556
640
  ContactFlow.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "Description"))
557
641
  ContactFlow.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowContent, location_name: "Content"))
558
642
  ContactFlow.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
559
643
  ContactFlow.struct_class = Types::ContactFlow
560
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
+
561
663
  ContactFlowNotPublishedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
562
664
  ContactFlowNotPublishedException.struct_class = Types::ContactFlowNotPublishedException
563
665
 
@@ -565,6 +667,7 @@ module Aws::Connect
565
667
  ContactFlowSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
566
668
  ContactFlowSummary.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, location_name: "Name"))
567
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"))
568
671
  ContactFlowSummary.struct_class = Types::ContactFlowSummary
569
672
 
570
673
  ContactFlowSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlowSummary)
@@ -589,6 +692,18 @@ module Aws::Connect
589
692
  CreateAgentStatusResponse.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, location_name: "AgentStatusId"))
590
693
  CreateAgentStatusResponse.struct_class = Types::CreateAgentStatusResponse
591
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
+
592
707
  CreateContactFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
593
708
  CreateContactFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, required: true, location_name: "Name"))
594
709
  CreateContactFlowRequest.add_member(:type, Shapes::ShapeRef.new(shape: ContactFlowType, required: true, location_name: "Type"))
@@ -676,6 +791,17 @@ module Aws::Connect
676
791
  CreateRoutingProfileResponse.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, location_name: "RoutingProfileId"))
677
792
  CreateRoutingProfileResponse.struct_class = Types::CreateRoutingProfileResponse
678
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
+
679
805
  CreateUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
680
806
  CreateUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
681
807
  CreateUseCaseRequest.add_member(:use_case_type, Shapes::ShapeRef.new(shape: UseCaseType, required: true, location_name: "UseCaseType"))
@@ -735,6 +861,16 @@ module Aws::Connect
735
861
 
736
862
  CurrentMetrics.member = Shapes::ShapeRef.new(shape: CurrentMetric)
737
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
+
738
874
  DeleteHoursOfOperationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
739
875
  DeleteHoursOfOperationRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location: "uri", location_name: "HoursOfOperationId"))
740
876
  DeleteHoursOfOperationRequest.struct_class = Types::DeleteHoursOfOperationRequest
@@ -750,6 +886,10 @@ module Aws::Connect
750
886
  DeleteQuickConnectRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
751
887
  DeleteQuickConnectRequest.struct_class = Types::DeleteQuickConnectRequest
752
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
+
753
893
  DeleteUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
754
894
  DeleteUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
755
895
  DeleteUseCaseRequest.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, required: true, location: "uri", location_name: "UseCaseId"))
@@ -770,6 +910,13 @@ module Aws::Connect
770
910
  DescribeAgentStatusResponse.add_member(:agent_status, Shapes::ShapeRef.new(shape: AgentStatus, location_name: "AgentStatus"))
771
911
  DescribeAgentStatusResponse.struct_class = Types::DescribeAgentStatusResponse
772
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
+
773
920
  DescribeContactFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
774
921
  DescribeContactFlowRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location: "uri", location_name: "ContactFlowId"))
775
922
  DescribeContactFlowRequest.struct_class = Types::DescribeContactFlowRequest
@@ -777,6 +924,13 @@ module Aws::Connect
777
924
  DescribeContactFlowResponse.add_member(:contact_flow, Shapes::ShapeRef.new(shape: ContactFlow, location_name: "ContactFlow"))
778
925
  DescribeContactFlowResponse.struct_class = Types::DescribeContactFlowResponse
779
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
+
780
934
  DescribeHoursOfOperationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
781
935
  DescribeHoursOfOperationRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location: "uri", location_name: "HoursOfOperationId"))
782
936
  DescribeHoursOfOperationRequest.struct_class = Types::DescribeHoursOfOperationRequest
@@ -826,6 +980,13 @@ module Aws::Connect
826
980
  DescribeRoutingProfileResponse.add_member(:routing_profile, Shapes::ShapeRef.new(shape: RoutingProfile, location_name: "RoutingProfile"))
827
981
  DescribeRoutingProfileResponse.struct_class = Types::DescribeRoutingProfileResponse
828
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
+
829
990
  DescribeUserHierarchyGroupRequest.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, required: true, location: "uri", location_name: "HierarchyGroupId"))
830
991
  DescribeUserHierarchyGroupRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
831
992
  DescribeUserHierarchyGroupRequest.struct_class = Types::DescribeUserHierarchyGroupRequest
@@ -851,8 +1012,6 @@ module Aws::Connect
851
1012
 
852
1013
  Dimensions.add_member(:queue, Shapes::ShapeRef.new(shape: QueueReference, location_name: "Queue"))
853
1014
  Dimensions.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
854
- Dimensions.add_member(:routing_profile, Shapes::ShapeRef.new(shape: RoutingProfileReference, location_name: "RoutingProfile"))
855
- Dimensions.add_member(:instance_reference, Shapes::ShapeRef.new(shape: InstanceReference, location_name: "InstanceReference"))
856
1015
  Dimensions.struct_class = Types::Dimensions
857
1016
 
858
1017
  DisassociateApprovedOriginRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -900,7 +1059,6 @@ module Aws::Connect
900
1059
  EncryptionConfig.struct_class = Types::EncryptionConfig
901
1060
 
902
1061
  Filters.add_member(:queues, Shapes::ShapeRef.new(shape: Queues, location_name: "Queues"))
903
- Filters.add_member(:routing_profiles, Shapes::ShapeRef.new(shape: RoutingProfiles, location_name: "RoutingProfiles"))
904
1062
  Filters.add_member(:channels, Shapes::ShapeRef.new(shape: Channels, location_name: "Channels"))
905
1063
  Filters.struct_class = Types::Filters
906
1064
 
@@ -1038,6 +1196,9 @@ module Aws::Connect
1038
1196
  HoursOfOperationTimeSlice.add_member(:minutes, Shapes::ShapeRef.new(shape: MinutesLimit60, required: true, location_name: "Minutes", metadata: {"box"=>true}))
1039
1197
  HoursOfOperationTimeSlice.struct_class = Types::HoursOfOperationTimeSlice
1040
1198
 
1199
+ IdempotencyException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1200
+ IdempotencyException.struct_class = Types::IdempotencyException
1201
+
1041
1202
  Instance.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
1042
1203
  Instance.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
1043
1204
  Instance.add_member(:identity_management_type, Shapes::ShapeRef.new(shape: DirectoryType, location_name: "IdentityManagementType"))
@@ -1050,10 +1211,6 @@ module Aws::Connect
1050
1211
  Instance.add_member(:outbound_calls_enabled, Shapes::ShapeRef.new(shape: OutboundCallsEnabled, location_name: "OutboundCallsEnabled"))
1051
1212
  Instance.struct_class = Types::Instance
1052
1213
 
1053
- InstanceReference.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
1054
- InstanceReference.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
1055
- InstanceReference.struct_class = Types::InstanceReference
1056
-
1057
1214
  InstanceStatusReason.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1058
1215
  InstanceStatusReason.struct_class = Types::InstanceStatusReason
1059
1216
 
@@ -1098,6 +1255,9 @@ module Aws::Connect
1098
1255
  InvalidContactFlowException.add_member(:problems, Shapes::ShapeRef.new(shape: Problems, location_name: "problems"))
1099
1256
  InvalidContactFlowException.struct_class = Types::InvalidContactFlowException
1100
1257
 
1258
+ InvalidContactFlowModuleException.add_member(:problems, Shapes::ShapeRef.new(shape: Problems, location_name: "Problems"))
1259
+ InvalidContactFlowModuleException.struct_class = Types::InvalidContactFlowModuleException
1260
+
1101
1261
  InvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1102
1262
  InvalidParameterException.struct_class = Types::InvalidParameterException
1103
1263
 
@@ -1162,6 +1322,16 @@ module Aws::Connect
1162
1322
  ListBotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1163
1323
  ListBotsResponse.struct_class = Types::ListBotsResponse
1164
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
+
1165
1335
  ListContactFlowsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1166
1336
  ListContactFlowsRequest.add_member(:contact_flow_types, Shapes::ShapeRef.new(shape: ContactFlowTypes, location: "querystring", location_name: "contactFlowTypes"))
1167
1337
  ListContactFlowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -1172,6 +1342,16 @@ module Aws::Connect
1172
1342
  ListContactFlowsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1173
1343
  ListContactFlowsResponse.struct_class = Types::ListContactFlowsResponse
1174
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
+
1175
1355
  ListHoursOfOperationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1176
1356
  ListHoursOfOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1177
1357
  ListHoursOfOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults"))
@@ -1314,6 +1494,16 @@ module Aws::Connect
1314
1494
  ListSecurityKeysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1315
1495
  ListSecurityKeysResponse.struct_class = Types::ListSecurityKeysResponse
1316
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
+
1317
1507
  ListSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1318
1508
  ListSecurityProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1319
1509
  ListSecurityProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
@@ -1376,6 +1566,8 @@ module Aws::Connect
1376
1566
  ParticipantDetails.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "DisplayName"))
1377
1567
  ParticipantDetails.struct_class = Types::ParticipantDetails
1378
1568
 
1569
+ PermissionsList.member = Shapes::ShapeRef.new(shape: SecurityProfilePermission)
1570
+
1379
1571
  PhoneNumberCountryCodes.member = Shapes::ShapeRef.new(shape: PhoneNumberCountryCode)
1380
1572
 
1381
1573
  PhoneNumberQuickConnectConfig.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "PhoneNumber"))
@@ -1415,13 +1607,16 @@ module Aws::Connect
1415
1607
  Queue.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1416
1608
  Queue.struct_class = Types::Queue
1417
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
+
1418
1614
  QueueQuickConnectConfig.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "QueueId"))
1419
1615
  QueueQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
1420
1616
  QueueQuickConnectConfig.struct_class = Types::QueueQuickConnectConfig
1421
1617
 
1422
1618
  QueueReference.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
1423
1619
  QueueReference.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
1424
- QueueReference.add_member(:queue_type, Shapes::ShapeRef.new(shape: QueueType, location_name: "QueueType"))
1425
1620
  QueueReference.struct_class = Types::QueueReference
1426
1621
 
1427
1622
  QueueSummary.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
@@ -1466,6 +1661,18 @@ module Aws::Connect
1466
1661
  Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
1467
1662
  Reference.struct_class = Types::Reference
1468
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
+
1469
1676
  ResourceConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1470
1677
  ResourceConflictException.struct_class = Types::ResourceConflictException
1471
1678
 
@@ -1517,10 +1724,6 @@ module Aws::Connect
1517
1724
 
1518
1725
  RoutingProfileQueueReferenceList.member = Shapes::ShapeRef.new(shape: RoutingProfileQueueReference)
1519
1726
 
1520
- RoutingProfileReference.add_member(:id, Shapes::ShapeRef.new(shape: RoutingProfileId, location_name: "Id"))
1521
- RoutingProfileReference.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
1522
- RoutingProfileReference.struct_class = Types::RoutingProfileReference
1523
-
1524
1727
  RoutingProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: RoutingProfileId, location_name: "Id"))
1525
1728
  RoutingProfileSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
1526
1729
  RoutingProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: RoutingProfileName, location_name: "Name"))
@@ -1528,8 +1731,6 @@ module Aws::Connect
1528
1731
 
1529
1732
  RoutingProfileSummaryList.member = Shapes::ShapeRef.new(shape: RoutingProfileSummary)
1530
1733
 
1531
- RoutingProfiles.member = Shapes::ShapeRef.new(shape: RoutingProfileId)
1532
-
1533
1734
  S3Config.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "BucketName"))
1534
1735
  S3Config.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: Prefix, required: true, location_name: "BucketPrefix"))
1535
1736
  S3Config.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
@@ -1542,6 +1743,14 @@ module Aws::Connect
1542
1743
 
1543
1744
  SecurityKeysList.member = Shapes::ShapeRef.new(shape: SecurityKey)
1544
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
+
1545
1754
  SecurityProfileIds.member = Shapes::ShapeRef.new(shape: SecurityProfileId)
1546
1755
 
1547
1756
  SecurityProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "Id"))
@@ -1607,6 +1816,7 @@ module Aws::Connect
1607
1816
  StartTaskContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
1608
1817
  StartTaskContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1609
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"))
1610
1820
  StartTaskContactRequest.struct_class = Types::StartTaskContactRequest
1611
1821
 
1612
1822
  StartTaskContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
@@ -1680,12 +1890,51 @@ module Aws::Connect
1680
1890
  UpdateContactFlowContentRequest.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowContent, required: true, location_name: "Content"))
1681
1891
  UpdateContactFlowContentRequest.struct_class = Types::UpdateContactFlowContentRequest
1682
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
+
1683
1916
  UpdateContactFlowNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1684
1917
  UpdateContactFlowNameRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location: "uri", location_name: "ContactFlowId"))
1685
1918
  UpdateContactFlowNameRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, location_name: "Name"))
1686
1919
  UpdateContactFlowNameRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "Description"))
1687
1920
  UpdateContactFlowNameRequest.struct_class = Types::UpdateContactFlowNameRequest
1688
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
+
1689
1938
  UpdateHoursOfOperationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1690
1939
  UpdateHoursOfOperationRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location: "uri", location_name: "HoursOfOperationId"))
1691
1940
  UpdateHoursOfOperationRequest.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, location_name: "Name"))
@@ -1763,6 +2012,12 @@ module Aws::Connect
1763
2012
  UpdateRoutingProfileQueuesRequest.add_member(:queue_configs, Shapes::ShapeRef.new(shape: RoutingProfileQueueConfigList, required: true, location_name: "QueueConfigs"))
1764
2013
  UpdateRoutingProfileQueuesRequest.struct_class = Types::UpdateRoutingProfileQueuesRequest
1765
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
+
1766
2021
  UpdateUserHierarchyGroupNameRequest.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyGroupName, required: true, location_name: "Name"))
1767
2022
  UpdateUserHierarchyGroupNameRequest.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, required: true, location: "uri", location_name: "HierarchyGroupId"))
1768
2023
  UpdateUserHierarchyGroupNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -1797,6 +2052,10 @@ module Aws::Connect
1797
2052
  UpdateUserSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1798
2053
  UpdateUserSecurityProfilesRequest.struct_class = Types::UpdateUserSecurityProfilesRequest
1799
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
+
1800
2059
  UseCase.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, location_name: "UseCaseId"))
1801
2060
  UseCase.add_member(:use_case_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "UseCaseArn"))
1802
2061
  UseCase.add_member(:use_case_type, Shapes::ShapeRef.new(shape: UseCaseType, location_name: "UseCaseType"))
@@ -2010,6 +2269,24 @@ module Aws::Connect
2010
2269
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2011
2270
  end)
2012
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
+
2013
2290
  api.add_operation(:create_hours_of_operation, Seahorse::Model::Operation.new.tap do |o|
2014
2291
  o.name = "CreateHoursOfOperation"
2015
2292
  o.http_method = "PUT"
@@ -2096,6 +2373,21 @@ module Aws::Connect
2096
2373
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2097
2374
  end)
2098
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
+
2099
2391
  api.add_operation(:create_use_case, Seahorse::Model::Operation.new.tap do |o|
2100
2392
  o.name = "CreateUseCase"
2101
2393
  o.http_method = "PUT"
@@ -2139,6 +2431,34 @@ module Aws::Connect
2139
2431
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2140
2432
  end)
2141
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
+
2142
2462
  api.add_operation(:delete_hours_of_operation, Seahorse::Model::Operation.new.tap do |o|
2143
2463
  o.name = "DeleteHoursOfOperation"
2144
2464
  o.http_method = "DELETE"
@@ -2188,6 +2508,21 @@ module Aws::Connect
2188
2508
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2189
2509
  end)
2190
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
+
2191
2526
  api.add_operation(:delete_use_case, Seahorse::Model::Operation.new.tap do |o|
2192
2527
  o.name = "DeleteUseCase"
2193
2528
  o.http_method = "DELETE"
@@ -2240,6 +2575,19 @@ module Aws::Connect
2240
2575
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2241
2576
  end)
2242
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
+
2243
2591
  api.add_operation(:describe_contact_flow, Seahorse::Model::Operation.new.tap do |o|
2244
2592
  o.name = "DescribeContactFlow"
2245
2593
  o.http_method = "GET"
@@ -2254,6 +2602,20 @@ module Aws::Connect
2254
2602
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2255
2603
  end)
2256
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
+
2257
2619
  api.add_operation(:describe_hours_of_operation, Seahorse::Model::Operation.new.tap do |o|
2258
2620
  o.name = "DescribeHoursOfOperation"
2259
2621
  o.http_method = "GET"
@@ -2343,6 +2705,19 @@ module Aws::Connect
2343
2705
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2344
2706
  end)
2345
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
+
2346
2721
  api.add_operation(:describe_user, Seahorse::Model::Operation.new.tap do |o|
2347
2722
  o.name = "DescribeUser"
2348
2723
  o.http_method = "GET"
@@ -2604,6 +2979,26 @@ module Aws::Connect
2604
2979
  )
2605
2980
  end)
2606
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
+
2607
3002
  api.add_operation(:list_contact_flows, Seahorse::Model::Operation.new.tap do |o|
2608
3003
  o.name = "ListContactFlows"
2609
3004
  o.http_method = "GET"
@@ -2623,6 +3018,24 @@ module Aws::Connect
2623
3018
  )
2624
3019
  end)
2625
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
+
2626
3039
  api.add_operation(:list_hours_of_operations, Seahorse::Model::Operation.new.tap do |o|
2627
3040
  o.name = "ListHoursOfOperations"
2628
3041
  o.http_method = "GET"
@@ -2904,6 +3317,25 @@ module Aws::Connect
2904
3317
  )
2905
3318
  end)
2906
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
+
2907
3339
  api.add_operation(:list_security_profiles, Seahorse::Model::Operation.new.tap do |o|
2908
3340
  o.name = "ListSecurityProfiles"
2909
3341
  o.http_method = "GET"
@@ -3158,6 +3590,19 @@ module Aws::Connect
3158
3590
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3159
3591
  end)
3160
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
+
3161
3606
  api.add_operation(:update_contact_attributes, Seahorse::Model::Operation.new.tap do |o|
3162
3607
  o.name = "UpdateContactAttributes"
3163
3608
  o.http_method = "POST"
@@ -3184,6 +3629,49 @@ module Aws::Connect
3184
3629
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3185
3630
  end)
3186
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
+
3187
3675
  api.add_operation(:update_contact_flow_name, Seahorse::Model::Operation.new.tap do |o|
3188
3676
  o.name = "UpdateContactFlowName"
3189
3677
  o.http_method = "POST"
@@ -3198,6 +3686,20 @@ module Aws::Connect
3198
3686
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3199
3687
  end)
3200
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
+
3201
3703
  api.add_operation(:update_hours_of_operation, Seahorse::Model::Operation.new.tap do |o|
3202
3704
  o.name = "UpdateHoursOfOperation"
3203
3705
  o.http_method = "POST"
@@ -3383,6 +3885,19 @@ module Aws::Connect
3383
3885
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3384
3886
  end)
3385
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
+
3386
3901
  api.add_operation(:update_user_hierarchy, Seahorse::Model::Operation.new.tap do |o|
3387
3902
  o.name = "UpdateUserHierarchy"
3388
3903
  o.http_method = "POST"