aws-sdk-connect 1.226.0 → 1.228.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.
@@ -18,6 +18,7 @@ module Aws::Connect
18
18
  AWSAccountId = Shapes::StringShape.new(name: 'AWSAccountId')
19
19
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
20
20
  AccessTokenDuration = Shapes::IntegerShape.new(name: 'AccessTokenDuration')
21
+ AccessType = Shapes::StringShape.new(name: 'AccessType')
21
22
  ActionSummaries = Shapes::ListShape.new(name: 'ActionSummaries')
22
23
  ActionSummary = Shapes::StructureShape.new(name: 'ActionSummary')
23
24
  ActionType = Shapes::StringShape.new(name: 'ActionType')
@@ -61,11 +62,16 @@ module Aws::Connect
61
62
  AgentUsername = Shapes::StringShape.new(name: 'AgentUsername')
62
63
  AgentsCriteria = Shapes::StructureShape.new(name: 'AgentsCriteria')
63
64
  AgentsMinOneMaxHundred = Shapes::ListShape.new(name: 'AgentsMinOneMaxHundred')
65
+ AiAgentInfo = Shapes::StructureShape.new(name: 'AiAgentInfo')
66
+ AiAgentVersionId = Shapes::StringShape.new(name: 'AiAgentVersionId')
67
+ AiAgents = Shapes::ListShape.new(name: 'AiAgents')
68
+ AiUseCase = Shapes::StringShape.new(name: 'AiUseCase')
64
69
  AliasArn = Shapes::StringShape.new(name: 'AliasArn')
65
70
  AliasConfiguration = Shapes::StructureShape.new(name: 'AliasConfiguration')
66
71
  AliasConfigurationList = Shapes::ListShape.new(name: 'AliasConfigurationList')
67
72
  AllowedAccessControlTags = Shapes::MapShape.new(name: 'AllowedAccessControlTags')
68
73
  AllowedCapabilities = Shapes::StructureShape.new(name: 'AllowedCapabilities')
74
+ AllowedFlowModules = Shapes::ListShape.new(name: 'AllowedFlowModules')
69
75
  AllowedMonitorCapabilities = Shapes::ListShape.new(name: 'AllowedMonitorCapabilities')
70
76
  AllowedUserAction = Shapes::StringShape.new(name: 'AllowedUserAction')
71
77
  AllowedUserActions = Shapes::ListShape.new(name: 'AllowedUserActions')
@@ -77,6 +83,7 @@ module Aws::Connect
77
83
  AnsweringMachineDetectionStatus = Shapes::StringShape.new(name: 'AnsweringMachineDetectionStatus')
78
84
  Application = Shapes::StructureShape.new(name: 'Application')
79
85
  ApplicationPermissions = Shapes::ListShape.new(name: 'ApplicationPermissions')
86
+ ApplicationType = Shapes::StringShape.new(name: 'ApplicationType')
80
87
  Applications = Shapes::ListShape.new(name: 'Applications')
81
88
  ApproximateTotalCount = Shapes::IntegerShape.new(name: 'ApproximateTotalCount')
82
89
  ArtifactId = Shapes::StringShape.new(name: 'ArtifactId')
@@ -104,9 +111,12 @@ module Aws::Connect
104
111
  AssociateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'AssociateRoutingProfileQueuesRequest')
105
112
  AssociateSecurityKeyRequest = Shapes::StructureShape.new(name: 'AssociateSecurityKeyRequest')
106
113
  AssociateSecurityKeyResponse = Shapes::StructureShape.new(name: 'AssociateSecurityKeyResponse')
114
+ AssociateSecurityProfilesRequest = Shapes::StructureShape.new(name: 'AssociateSecurityProfilesRequest')
107
115
  AssociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserRequest')
108
116
  AssociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserResponse')
109
117
  AssociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'AssociateUserProficienciesRequest')
118
+ AssociateWorkspaceRequest = Shapes::StructureShape.new(name: 'AssociateWorkspaceRequest')
119
+ AssociateWorkspaceResponse = Shapes::StructureShape.new(name: 'AssociateWorkspaceResponse')
110
120
  AssociatedContactSummary = Shapes::StructureShape.new(name: 'AssociatedContactSummary')
111
121
  AssociatedContactSummaryList = Shapes::ListShape.new(name: 'AssociatedContactSummaryList')
112
122
  AssociatedQueueIdList = Shapes::ListShape.new(name: 'AssociatedQueueIdList')
@@ -124,7 +134,10 @@ module Aws::Connect
124
134
  Attribute = Shapes::StructureShape.new(name: 'Attribute')
125
135
  AttributeAndCondition = Shapes::StructureShape.new(name: 'AttributeAndCondition')
126
136
  AttributeCondition = Shapes::StructureShape.new(name: 'AttributeCondition')
137
+ AttributeIds = Shapes::ListShape.new(name: 'AttributeIds')
138
+ AttributeList = Shapes::ListShape.new(name: 'AttributeList')
127
139
  AttributeName = Shapes::StringShape.new(name: 'AttributeName')
140
+ AttributeNameList = Shapes::ListShape.new(name: 'AttributeNameList')
128
141
  AttributeOrConditionList = Shapes::ListShape.new(name: 'AttributeOrConditionList')
129
142
  AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
130
143
  Attributes = Shapes::MapShape.new(name: 'Attributes')
@@ -151,6 +164,24 @@ module Aws::Connect
151
164
  AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
152
165
  BatchAssociateAnalyticsDataSetRequest = Shapes::StructureShape.new(name: 'BatchAssociateAnalyticsDataSetRequest')
153
166
  BatchAssociateAnalyticsDataSetResponse = Shapes::StructureShape.new(name: 'BatchAssociateAnalyticsDataSetResponse')
167
+ BatchCreateDataTableValueFailureResult = Shapes::StructureShape.new(name: 'BatchCreateDataTableValueFailureResult')
168
+ BatchCreateDataTableValueFailureResultList = Shapes::ListShape.new(name: 'BatchCreateDataTableValueFailureResultList')
169
+ BatchCreateDataTableValueRequest = Shapes::StructureShape.new(name: 'BatchCreateDataTableValueRequest')
170
+ BatchCreateDataTableValueResponse = Shapes::StructureShape.new(name: 'BatchCreateDataTableValueResponse')
171
+ BatchCreateDataTableValueSuccessResult = Shapes::StructureShape.new(name: 'BatchCreateDataTableValueSuccessResult')
172
+ BatchCreateDataTableValueSuccessResultList = Shapes::ListShape.new(name: 'BatchCreateDataTableValueSuccessResultList')
173
+ BatchDeleteDataTableValueFailureResult = Shapes::StructureShape.new(name: 'BatchDeleteDataTableValueFailureResult')
174
+ BatchDeleteDataTableValueFailureResultList = Shapes::ListShape.new(name: 'BatchDeleteDataTableValueFailureResultList')
175
+ BatchDeleteDataTableValueRequest = Shapes::StructureShape.new(name: 'BatchDeleteDataTableValueRequest')
176
+ BatchDeleteDataTableValueResponse = Shapes::StructureShape.new(name: 'BatchDeleteDataTableValueResponse')
177
+ BatchDeleteDataTableValueSuccessResult = Shapes::StructureShape.new(name: 'BatchDeleteDataTableValueSuccessResult')
178
+ BatchDeleteDataTableValueSuccessResultList = Shapes::ListShape.new(name: 'BatchDeleteDataTableValueSuccessResultList')
179
+ BatchDescribeDataTableValueFailureResult = Shapes::StructureShape.new(name: 'BatchDescribeDataTableValueFailureResult')
180
+ BatchDescribeDataTableValueFailureResultList = Shapes::ListShape.new(name: 'BatchDescribeDataTableValueFailureResultList')
181
+ BatchDescribeDataTableValueRequest = Shapes::StructureShape.new(name: 'BatchDescribeDataTableValueRequest')
182
+ BatchDescribeDataTableValueResponse = Shapes::StructureShape.new(name: 'BatchDescribeDataTableValueResponse')
183
+ BatchDescribeDataTableValueSuccessResult = Shapes::StructureShape.new(name: 'BatchDescribeDataTableValueSuccessResult')
184
+ BatchDescribeDataTableValueSuccessResultList = Shapes::ListShape.new(name: 'BatchDescribeDataTableValueSuccessResultList')
154
185
  BatchDisassociateAnalyticsDataSetRequest = Shapes::StructureShape.new(name: 'BatchDisassociateAnalyticsDataSetRequest')
155
186
  BatchDisassociateAnalyticsDataSetResponse = Shapes::StructureShape.new(name: 'BatchDisassociateAnalyticsDataSetResponse')
156
187
  BatchGetAttachedFileMetadataRequest = Shapes::StructureShape.new(name: 'BatchGetAttachedFileMetadataRequest')
@@ -159,6 +190,12 @@ module Aws::Connect
159
190
  BatchGetFlowAssociationResponse = Shapes::StructureShape.new(name: 'BatchGetFlowAssociationResponse')
160
191
  BatchPutContactRequest = Shapes::StructureShape.new(name: 'BatchPutContactRequest')
161
192
  BatchPutContactResponse = Shapes::StructureShape.new(name: 'BatchPutContactResponse')
193
+ BatchUpdateDataTableValueFailureResult = Shapes::StructureShape.new(name: 'BatchUpdateDataTableValueFailureResult')
194
+ BatchUpdateDataTableValueFailureResultList = Shapes::ListShape.new(name: 'BatchUpdateDataTableValueFailureResultList')
195
+ BatchUpdateDataTableValueRequest = Shapes::StructureShape.new(name: 'BatchUpdateDataTableValueRequest')
196
+ BatchUpdateDataTableValueResponse = Shapes::StructureShape.new(name: 'BatchUpdateDataTableValueResponse')
197
+ BatchUpdateDataTableValueSuccessResult = Shapes::StructureShape.new(name: 'BatchUpdateDataTableValueSuccessResult')
198
+ BatchUpdateDataTableValueSuccessResultList = Shapes::ListShape.new(name: 'BatchUpdateDataTableValueSuccessResultList')
162
199
  BehaviorType = Shapes::StringShape.new(name: 'BehaviorType')
163
200
  Body = Shapes::StringShape.new(name: 'Body')
164
201
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
@@ -216,6 +253,9 @@ module Aws::Connect
216
253
  ContactEvaluations = Shapes::MapShape.new(name: 'ContactEvaluations')
217
254
  ContactFilter = Shapes::StructureShape.new(name: 'ContactFilter')
218
255
  ContactFlow = Shapes::StructureShape.new(name: 'ContactFlow')
256
+ ContactFlowAttributeAndCondition = Shapes::StructureShape.new(name: 'ContactFlowAttributeAndCondition')
257
+ ContactFlowAttributeFilter = Shapes::StructureShape.new(name: 'ContactFlowAttributeFilter')
258
+ ContactFlowAttributeOrConditionList = Shapes::ListShape.new(name: 'ContactFlowAttributeOrConditionList')
219
259
  ContactFlowContent = Shapes::StringShape.new(name: 'ContactFlowContent')
220
260
  ContactFlowDescription = Shapes::StringShape.new(name: 'ContactFlowDescription')
221
261
  ContactFlowId = Shapes::StringShape.new(name: 'ContactFlowId')
@@ -249,11 +289,14 @@ module Aws::Connect
249
289
  ContactFlowSummary = Shapes::StructureShape.new(name: 'ContactFlowSummary')
250
290
  ContactFlowSummaryList = Shapes::ListShape.new(name: 'ContactFlowSummaryList')
251
291
  ContactFlowType = Shapes::StringShape.new(name: 'ContactFlowType')
292
+ ContactFlowTypeCondition = Shapes::StructureShape.new(name: 'ContactFlowTypeCondition')
252
293
  ContactFlowTypes = Shapes::ListShape.new(name: 'ContactFlowTypes')
253
294
  ContactFlowVersionSummary = Shapes::StructureShape.new(name: 'ContactFlowVersionSummary')
254
295
  ContactFlowVersionSummaryList = Shapes::ListShape.new(name: 'ContactFlowVersionSummaryList')
255
296
  ContactId = Shapes::StringShape.new(name: 'ContactId')
256
297
  ContactInitiationMethod = Shapes::StringShape.new(name: 'ContactInitiationMethod')
298
+ ContactInteractionType = Shapes::StringShape.new(name: 'ContactInteractionType')
299
+ ContactMediaProcessingFailureMode = Shapes::StringShape.new(name: 'ContactMediaProcessingFailureMode')
257
300
  ContactMetricInfo = Shapes::StructureShape.new(name: 'ContactMetricInfo')
258
301
  ContactMetricName = Shapes::StringShape.new(name: 'ContactMetricName')
259
302
  ContactMetricResult = Shapes::StructureShape.new(name: 'ContactMetricResult')
@@ -261,6 +304,7 @@ module Aws::Connect
261
304
  ContactMetricValue = Shapes::UnionShape.new(name: 'ContactMetricValue')
262
305
  ContactMetrics = Shapes::ListShape.new(name: 'ContactMetrics')
263
306
  ContactNotFoundException = Shapes::StructureShape.new(name: 'ContactNotFoundException')
307
+ ContactParticipantRole = Shapes::StringShape.new(name: 'ContactParticipantRole')
264
308
  ContactRecordingType = Shapes::StringShape.new(name: 'ContactRecordingType')
265
309
  ContactReferences = Shapes::MapShape.new(name: 'ContactReferences')
266
310
  ContactSearchSummary = Shapes::StructureShape.new(name: 'ContactSearchSummary')
@@ -296,6 +340,10 @@ module Aws::Connect
296
340
  CreateContactFlowVersionResponse = Shapes::StructureShape.new(name: 'CreateContactFlowVersionResponse')
297
341
  CreateContactRequest = Shapes::StructureShape.new(name: 'CreateContactRequest')
298
342
  CreateContactResponse = Shapes::StructureShape.new(name: 'CreateContactResponse')
343
+ CreateDataTableAttributeRequest = Shapes::StructureShape.new(name: 'CreateDataTableAttributeRequest')
344
+ CreateDataTableAttributeResponse = Shapes::StructureShape.new(name: 'CreateDataTableAttributeResponse')
345
+ CreateDataTableRequest = Shapes::StructureShape.new(name: 'CreateDataTableRequest')
346
+ CreateDataTableResponse = Shapes::StructureShape.new(name: 'CreateDataTableResponse')
299
347
  CreateEmailAddressRequest = Shapes::StructureShape.new(name: 'CreateEmailAddressRequest')
300
348
  CreateEmailAddressResponse = Shapes::StructureShape.new(name: 'CreateEmailAddressResponse')
301
349
  CreateEvaluationFormRequest = Shapes::StructureShape.new(name: 'CreateEvaluationFormRequest')
@@ -344,6 +392,10 @@ module Aws::Connect
344
392
  CreateViewVersionResponse = Shapes::StructureShape.new(name: 'CreateViewVersionResponse')
345
393
  CreateVocabularyRequest = Shapes::StructureShape.new(name: 'CreateVocabularyRequest')
346
394
  CreateVocabularyResponse = Shapes::StructureShape.new(name: 'CreateVocabularyResponse')
395
+ CreateWorkspacePageRequest = Shapes::StructureShape.new(name: 'CreateWorkspacePageRequest')
396
+ CreateWorkspacePageResponse = Shapes::StructureShape.new(name: 'CreateWorkspacePageResponse')
397
+ CreateWorkspaceRequest = Shapes::StructureShape.new(name: 'CreateWorkspaceRequest')
398
+ CreateWorkspaceResponse = Shapes::StructureShape.new(name: 'CreateWorkspaceResponse')
347
399
  CreatedByInfo = Shapes::UnionShape.new(name: 'CreatedByInfo')
348
400
  Credentials = Shapes::StructureShape.new(name: 'Credentials')
349
401
  CrossChannelBehavior = Shapes::StructureShape.new(name: 'CrossChannelBehavior')
@@ -364,6 +416,35 @@ module Aws::Connect
364
416
  CustomerVoiceActivity = Shapes::StructureShape.new(name: 'CustomerVoiceActivity')
365
417
  DataSetId = Shapes::StringShape.new(name: 'DataSetId')
366
418
  DataSetIds = Shapes::ListShape.new(name: 'DataSetIds')
419
+ DataTable = Shapes::StructureShape.new(name: 'DataTable')
420
+ DataTableAccessControlConfiguration = Shapes::StructureShape.new(name: 'DataTableAccessControlConfiguration')
421
+ DataTableAttribute = Shapes::StructureShape.new(name: 'DataTableAttribute')
422
+ DataTableAttributeValueType = Shapes::StringShape.new(name: 'DataTableAttributeValueType')
423
+ DataTableDeleteValueIdentifier = Shapes::StructureShape.new(name: 'DataTableDeleteValueIdentifier')
424
+ DataTableDeleteValueIdentifierList = Shapes::ListShape.new(name: 'DataTableDeleteValueIdentifierList')
425
+ DataTableDescription = Shapes::StringShape.new(name: 'DataTableDescription')
426
+ DataTableEvaluatedValue = Shapes::StructureShape.new(name: 'DataTableEvaluatedValue')
427
+ DataTableEvaluatedValueList = Shapes::ListShape.new(name: 'DataTableEvaluatedValueList')
428
+ DataTableId = Shapes::StringShape.new(name: 'DataTableId')
429
+ DataTableList = Shapes::ListShape.new(name: 'DataTableList')
430
+ DataTableLockLevel = Shapes::StringShape.new(name: 'DataTableLockLevel')
431
+ DataTableLockVersion = Shapes::StructureShape.new(name: 'DataTableLockVersion')
432
+ DataTableName = Shapes::StringShape.new(name: 'DataTableName')
433
+ DataTableSearchConditionList = Shapes::ListShape.new(name: 'DataTableSearchConditionList')
434
+ DataTableSearchCriteria = Shapes::StructureShape.new(name: 'DataTableSearchCriteria')
435
+ DataTableSearchFilter = Shapes::StructureShape.new(name: 'DataTableSearchFilter')
436
+ DataTableStatus = Shapes::StringShape.new(name: 'DataTableStatus')
437
+ DataTableSummary = Shapes::StructureShape.new(name: 'DataTableSummary')
438
+ DataTableSummaryList = Shapes::ListShape.new(name: 'DataTableSummaryList')
439
+ DataTableValue = Shapes::StructureShape.new(name: 'DataTableValue')
440
+ DataTableValueEvaluationSet = Shapes::StructureShape.new(name: 'DataTableValueEvaluationSet')
441
+ DataTableValueEvaluationSetList = Shapes::ListShape.new(name: 'DataTableValueEvaluationSetList')
442
+ DataTableValueIdentifier = Shapes::StructureShape.new(name: 'DataTableValueIdentifier')
443
+ DataTableValueIdentifierList = Shapes::ListShape.new(name: 'DataTableValueIdentifierList')
444
+ DataTableValueList = Shapes::ListShape.new(name: 'DataTableValueList')
445
+ DataTableValueSummary = Shapes::StructureShape.new(name: 'DataTableValueSummary')
446
+ DataTableValueSummaryList = Shapes::ListShape.new(name: 'DataTableValueSummaryList')
447
+ DataTableVersion = Shapes::StringShape.new(name: 'DataTableVersion')
367
448
  DateComparisonType = Shapes::StringShape.new(name: 'DateComparisonType')
368
449
  DateCondition = Shapes::StructureShape.new(name: 'DateCondition')
369
450
  DateReference = Shapes::StructureShape.new(name: 'DateReference')
@@ -391,6 +472,10 @@ module Aws::Connect
391
472
  DeleteContactFlowResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowResponse')
392
473
  DeleteContactFlowVersionRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowVersionRequest')
393
474
  DeleteContactFlowVersionResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowVersionResponse')
475
+ DeleteDataTableAttributeRequest = Shapes::StructureShape.new(name: 'DeleteDataTableAttributeRequest')
476
+ DeleteDataTableAttributeResponse = Shapes::StructureShape.new(name: 'DeleteDataTableAttributeResponse')
477
+ DeleteDataTableRequest = Shapes::StructureShape.new(name: 'DeleteDataTableRequest')
478
+ DeleteDataTableResponse = Shapes::StructureShape.new(name: 'DeleteDataTableResponse')
394
479
  DeleteEmailAddressRequest = Shapes::StructureShape.new(name: 'DeleteEmailAddressRequest')
395
480
  DeleteEmailAddressResponse = Shapes::StructureShape.new(name: 'DeleteEmailAddressResponse')
396
481
  DeleteEvaluationFormRequest = Shapes::StructureShape.new(name: 'DeleteEvaluationFormRequest')
@@ -420,6 +505,12 @@ module Aws::Connect
420
505
  DeleteViewVersionResponse = Shapes::StructureShape.new(name: 'DeleteViewVersionResponse')
421
506
  DeleteVocabularyRequest = Shapes::StructureShape.new(name: 'DeleteVocabularyRequest')
422
507
  DeleteVocabularyResponse = Shapes::StructureShape.new(name: 'DeleteVocabularyResponse')
508
+ DeleteWorkspaceMediaRequest = Shapes::StructureShape.new(name: 'DeleteWorkspaceMediaRequest')
509
+ DeleteWorkspaceMediaResponse = Shapes::StructureShape.new(name: 'DeleteWorkspaceMediaResponse')
510
+ DeleteWorkspacePageRequest = Shapes::StructureShape.new(name: 'DeleteWorkspacePageRequest')
511
+ DeleteWorkspacePageResponse = Shapes::StructureShape.new(name: 'DeleteWorkspacePageResponse')
512
+ DeleteWorkspaceRequest = Shapes::StructureShape.new(name: 'DeleteWorkspaceRequest')
513
+ DeleteWorkspaceResponse = Shapes::StructureShape.new(name: 'DeleteWorkspaceResponse')
423
514
  DescribeAgentStatusRequest = Shapes::StructureShape.new(name: 'DescribeAgentStatusRequest')
424
515
  DescribeAgentStatusResponse = Shapes::StructureShape.new(name: 'DescribeAgentStatusResponse')
425
516
  DescribeAuthenticationProfileRequest = Shapes::StructureShape.new(name: 'DescribeAuthenticationProfileRequest')
@@ -434,6 +525,10 @@ module Aws::Connect
434
525
  DescribeContactFlowResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowResponse')
435
526
  DescribeContactRequest = Shapes::StructureShape.new(name: 'DescribeContactRequest')
436
527
  DescribeContactResponse = Shapes::StructureShape.new(name: 'DescribeContactResponse')
528
+ DescribeDataTableAttributeRequest = Shapes::StructureShape.new(name: 'DescribeDataTableAttributeRequest')
529
+ DescribeDataTableAttributeResponse = Shapes::StructureShape.new(name: 'DescribeDataTableAttributeResponse')
530
+ DescribeDataTableRequest = Shapes::StructureShape.new(name: 'DescribeDataTableRequest')
531
+ DescribeDataTableResponse = Shapes::StructureShape.new(name: 'DescribeDataTableResponse')
437
532
  DescribeEmailAddressRequest = Shapes::StructureShape.new(name: 'DescribeEmailAddressRequest')
438
533
  DescribeEmailAddressResponse = Shapes::StructureShape.new(name: 'DescribeEmailAddressResponse')
439
534
  DescribeEvaluationFormRequest = Shapes::StructureShape.new(name: 'DescribeEvaluationFormRequest')
@@ -476,6 +571,8 @@ module Aws::Connect
476
571
  DescribeViewResponse = Shapes::StructureShape.new(name: 'DescribeViewResponse')
477
572
  DescribeVocabularyRequest = Shapes::StructureShape.new(name: 'DescribeVocabularyRequest')
478
573
  DescribeVocabularyResponse = Shapes::StructureShape.new(name: 'DescribeVocabularyResponse')
574
+ DescribeWorkspaceRequest = Shapes::StructureShape.new(name: 'DescribeWorkspaceRequest')
575
+ DescribeWorkspaceResponse = Shapes::StructureShape.new(name: 'DescribeWorkspaceResponse')
479
576
  Description = Shapes::StringShape.new(name: 'Description')
480
577
  Description250 = Shapes::StringShape.new(name: 'Description250')
481
578
  DestinationId = Shapes::StringShape.new(name: 'DestinationId')
@@ -505,10 +602,15 @@ module Aws::Connect
505
602
  DisassociateQueueQuickConnectsRequest = Shapes::StructureShape.new(name: 'DisassociateQueueQuickConnectsRequest')
506
603
  DisassociateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'DisassociateRoutingProfileQueuesRequest')
507
604
  DisassociateSecurityKeyRequest = Shapes::StructureShape.new(name: 'DisassociateSecurityKeyRequest')
605
+ DisassociateSecurityProfilesRequest = Shapes::StructureShape.new(name: 'DisassociateSecurityProfilesRequest')
508
606
  DisassociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'DisassociateTrafficDistributionGroupUserRequest')
509
607
  DisassociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'DisassociateTrafficDistributionGroupUserResponse')
510
608
  DisassociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'DisassociateUserProficienciesRequest')
609
+ DisassociateWorkspaceRequest = Shapes::StructureShape.new(name: 'DisassociateWorkspaceRequest')
610
+ DisassociateWorkspaceResponse = Shapes::StructureShape.new(name: 'DisassociateWorkspaceResponse')
511
611
  DisconnectDetails = Shapes::StructureShape.new(name: 'DisconnectDetails')
612
+ DisconnectOnCustomerExit = Shapes::ListShape.new(name: 'DisconnectOnCustomerExit')
613
+ DisconnectOnCustomerExitParticipantType = Shapes::StringShape.new(name: 'DisconnectOnCustomerExitParticipantType')
512
614
  DisconnectReason = Shapes::StructureShape.new(name: 'DisconnectReason')
513
615
  DisconnectReasonCode = Shapes::StringShape.new(name: 'DisconnectReasonCode')
514
616
  DismissUserContactRequest = Shapes::StructureShape.new(name: 'DismissUserContactRequest')
@@ -556,10 +658,14 @@ module Aws::Connect
556
658
  EndpointDisplayName = Shapes::StringShape.new(name: 'EndpointDisplayName')
557
659
  EndpointInfo = Shapes::StructureShape.new(name: 'EndpointInfo')
558
660
  EndpointType = Shapes::StringShape.new(name: 'EndpointType')
661
+ EntityArn = Shapes::StringShape.new(name: 'EntityArn')
662
+ EntityType = Shapes::StringShape.new(name: 'EntityType')
559
663
  ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
560
664
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
561
665
  ErrorResult = Shapes::StructureShape.new(name: 'ErrorResult')
562
666
  ErrorResults = Shapes::ListShape.new(name: 'ErrorResults')
667
+ EvaluateDataTableValuesRequest = Shapes::StructureShape.new(name: 'EvaluateDataTableValuesRequest')
668
+ EvaluateDataTableValuesResponse = Shapes::StructureShape.new(name: 'EvaluateDataTableValuesResponse')
563
669
  Evaluation = Shapes::StructureShape.new(name: 'Evaluation')
564
670
  EvaluationAcknowledgement = Shapes::StructureShape.new(name: 'EvaluationAcknowledgement')
565
671
  EvaluationAcknowledgementSummary = Shapes::StructureShape.new(name: 'EvaluationAcknowledgementSummary')
@@ -567,6 +673,7 @@ module Aws::Connect
567
673
  EvaluationAnswerData = Shapes::UnionShape.new(name: 'EvaluationAnswerData')
568
674
  EvaluationAnswerDataNumericValue = Shapes::FloatShape.new(name: 'EvaluationAnswerDataNumericValue')
569
675
  EvaluationAnswerDataStringValue = Shapes::StringShape.new(name: 'EvaluationAnswerDataStringValue')
676
+ EvaluationAnswerDataStringValueList = Shapes::ListShape.new(name: 'EvaluationAnswerDataStringValueList')
570
677
  EvaluationAnswerInput = Shapes::StructureShape.new(name: 'EvaluationAnswerInput')
571
678
  EvaluationAnswerOutput = Shapes::StructureShape.new(name: 'EvaluationAnswerOutput')
572
679
  EvaluationAnswersInputMap = Shapes::MapShape.new(name: 'EvaluationAnswersInputMap')
@@ -575,6 +682,7 @@ module Aws::Connect
575
682
  EvaluationAutomationRuleCategory = Shapes::StructureShape.new(name: 'EvaluationAutomationRuleCategory')
576
683
  EvaluationAutomationRuleCategoryList = Shapes::ListShape.new(name: 'EvaluationAutomationRuleCategoryList')
577
684
  EvaluationContactLensAnswerAnalysisDetails = Shapes::StructureShape.new(name: 'EvaluationContactLensAnswerAnalysisDetails')
685
+ EvaluationContactParticipant = Shapes::StructureShape.new(name: 'EvaluationContactParticipant')
578
686
  EvaluationForm = Shapes::StructureShape.new(name: 'EvaluationForm')
579
687
  EvaluationFormAutoEvaluationConfiguration = Shapes::StructureShape.new(name: 'EvaluationFormAutoEvaluationConfiguration')
580
688
  EvaluationFormContent = Shapes::StructureShape.new(name: 'EvaluationFormContent')
@@ -596,6 +704,16 @@ module Aws::Connect
596
704
  EvaluationFormItemSourceValuesComparator = Shapes::StringShape.new(name: 'EvaluationFormItemSourceValuesComparator')
597
705
  EvaluationFormItemWeight = Shapes::FloatShape.new(name: 'EvaluationFormItemWeight')
598
706
  EvaluationFormItemsList = Shapes::ListShape.new(name: 'EvaluationFormItemsList')
707
+ EvaluationFormLanguageCode = Shapes::StringShape.new(name: 'EvaluationFormLanguageCode')
708
+ EvaluationFormLanguageConfiguration = Shapes::StructureShape.new(name: 'EvaluationFormLanguageConfiguration')
709
+ EvaluationFormMultiSelectQuestionAutomation = Shapes::StructureShape.new(name: 'EvaluationFormMultiSelectQuestionAutomation')
710
+ EvaluationFormMultiSelectQuestionAutomationOption = Shapes::UnionShape.new(name: 'EvaluationFormMultiSelectQuestionAutomationOption')
711
+ EvaluationFormMultiSelectQuestionAutomationOptionList = Shapes::ListShape.new(name: 'EvaluationFormMultiSelectQuestionAutomationOptionList')
712
+ EvaluationFormMultiSelectQuestionDisplayMode = Shapes::StringShape.new(name: 'EvaluationFormMultiSelectQuestionDisplayMode')
713
+ EvaluationFormMultiSelectQuestionOption = Shapes::StructureShape.new(name: 'EvaluationFormMultiSelectQuestionOption')
714
+ EvaluationFormMultiSelectQuestionOptionList = Shapes::ListShape.new(name: 'EvaluationFormMultiSelectQuestionOptionList')
715
+ EvaluationFormMultiSelectQuestionOptionText = Shapes::StringShape.new(name: 'EvaluationFormMultiSelectQuestionOptionText')
716
+ EvaluationFormMultiSelectQuestionProperties = Shapes::StructureShape.new(name: 'EvaluationFormMultiSelectQuestionProperties')
599
717
  EvaluationFormNumericQuestionAutomation = Shapes::UnionShape.new(name: 'EvaluationFormNumericQuestionAutomation')
600
718
  EvaluationFormNumericQuestionOption = Shapes::StructureShape.new(name: 'EvaluationFormNumericQuestionOption')
601
719
  EvaluationFormNumericQuestionOptionList = Shapes::ListShape.new(name: 'EvaluationFormNumericQuestionOptionList')
@@ -628,6 +746,7 @@ module Aws::Connect
628
746
  EvaluationFormSingleSelectQuestionProperties = Shapes::StructureShape.new(name: 'EvaluationFormSingleSelectQuestionProperties')
629
747
  EvaluationFormSummary = Shapes::StructureShape.new(name: 'EvaluationFormSummary')
630
748
  EvaluationFormSummaryList = Shapes::ListShape.new(name: 'EvaluationFormSummaryList')
749
+ EvaluationFormTargetConfiguration = Shapes::StructureShape.new(name: 'EvaluationFormTargetConfiguration')
631
750
  EvaluationFormTextQuestionAutomation = Shapes::StructureShape.new(name: 'EvaluationFormTextQuestionAutomation')
632
751
  EvaluationFormTextQuestionProperties = Shapes::StructureShape.new(name: 'EvaluationFormTextQuestionProperties')
633
752
  EvaluationFormTitle = Shapes::StringShape.new(name: 'EvaluationFormTitle')
@@ -677,6 +796,8 @@ module Aws::Connect
677
796
  Expression = Shapes::StructureShape.new(name: 'Expression')
678
797
  Expressions = Shapes::ListShape.new(name: 'Expressions')
679
798
  ExternalInvocationConfiguration = Shapes::StructureShape.new(name: 'ExternalInvocationConfiguration')
799
+ FailedBatchAssociationSummary = Shapes::StructureShape.new(name: 'FailedBatchAssociationSummary')
800
+ FailedBatchAssociationSummaryList = Shapes::ListShape.new(name: 'FailedBatchAssociationSummaryList')
680
801
  FailedRequest = Shapes::StructureShape.new(name: 'FailedRequest')
681
802
  FailedRequestList = Shapes::ListShape.new(name: 'FailedRequestList')
682
803
  FailureReasonCode = Shapes::StringShape.new(name: 'FailureReasonCode')
@@ -692,6 +813,8 @@ module Aws::Connect
692
813
  FileStatusType = Shapes::StringShape.new(name: 'FileStatusType')
693
814
  FileUseCaseType = Shapes::StringShape.new(name: 'FileUseCaseType')
694
815
  FilterV2 = Shapes::StructureShape.new(name: 'FilterV2')
816
+ FilterV2StringCondition = Shapes::StructureShape.new(name: 'FilterV2StringCondition')
817
+ FilterV2StringConditionComparisonOperator = Shapes::StringShape.new(name: 'FilterV2StringConditionComparisonOperator')
695
818
  FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
696
819
  Filters = Shapes::StructureShape.new(name: 'Filters')
697
820
  FiltersV2List = Shapes::ListShape.new(name: 'FiltersV2List')
@@ -699,8 +822,13 @@ module Aws::Connect
699
822
  FlowAssociationSummary = Shapes::StructureShape.new(name: 'FlowAssociationSummary')
700
823
  FlowAssociationSummaryList = Shapes::ListShape.new(name: 'FlowAssociationSummaryList')
701
824
  FlowContentSha256 = Shapes::StringShape.new(name: 'FlowContentSha256')
825
+ FlowModule = Shapes::StructureShape.new(name: 'FlowModule')
702
826
  FlowModuleContentSha256 = Shapes::StringShape.new(name: 'FlowModuleContentSha256')
827
+ FlowModuleId = Shapes::StringShape.new(name: 'FlowModuleId')
703
828
  FlowModuleSettings = Shapes::StringShape.new(name: 'FlowModuleSettings')
829
+ FlowModuleType = Shapes::StringShape.new(name: 'FlowModuleType')
830
+ FlowQuickConnectConfig = Shapes::StructureShape.new(name: 'FlowQuickConnectConfig')
831
+ FontFamily = Shapes::StructureShape.new(name: 'FontFamily')
704
832
  FormId = Shapes::StringShape.new(name: 'FormId')
705
833
  FragmentNumber = Shapes::StringShape.new(name: 'FragmentNumber')
706
834
  FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
@@ -732,6 +860,7 @@ module Aws::Connect
732
860
  GetTrafficDistributionRequest = Shapes::StructureShape.new(name: 'GetTrafficDistributionRequest')
733
861
  GetTrafficDistributionResponse = Shapes::StructureShape.new(name: 'GetTrafficDistributionResponse')
734
862
  GlobalSignInEndpoint = Shapes::StringShape.new(name: 'GlobalSignInEndpoint')
863
+ GranularAccessControlConfiguration = Shapes::StructureShape.new(name: 'GranularAccessControlConfiguration')
735
864
  Grouping = Shapes::StringShape.new(name: 'Grouping')
736
865
  GroupingV2 = Shapes::StringShape.new(name: 'GroupingV2')
737
866
  Groupings = Shapes::ListShape.new(name: 'Groupings')
@@ -787,10 +916,14 @@ module Aws::Connect
787
916
  HoursOfOperationSummary = Shapes::StructureShape.new(name: 'HoursOfOperationSummary')
788
917
  HoursOfOperationSummaryList = Shapes::ListShape.new(name: 'HoursOfOperationSummaryList')
789
918
  HoursOfOperationTimeSlice = Shapes::StructureShape.new(name: 'HoursOfOperationTimeSlice')
919
+ IAMRestrictedPrimaryValue = Shapes::StringShape.new(name: 'IAMRestrictedPrimaryValue')
790
920
  ISO8601Datetime = Shapes::StringShape.new(name: 'ISO8601Datetime')
791
921
  IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
922
+ ImagesLogo = Shapes::StructureShape.new(name: 'ImagesLogo')
792
923
  ImportPhoneNumberRequest = Shapes::StructureShape.new(name: 'ImportPhoneNumberRequest')
793
924
  ImportPhoneNumberResponse = Shapes::StructureShape.new(name: 'ImportPhoneNumberResponse')
925
+ ImportWorkspaceMediaRequest = Shapes::StructureShape.new(name: 'ImportWorkspaceMediaRequest')
926
+ ImportWorkspaceMediaResponse = Shapes::StructureShape.new(name: 'ImportWorkspaceMediaResponse')
794
927
  InactivityDuration = Shapes::IntegerShape.new(name: 'InactivityDuration')
795
928
  InboundAdditionalRecipients = Shapes::StructureShape.new(name: 'InboundAdditionalRecipients')
796
929
  InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
@@ -802,6 +935,7 @@ module Aws::Connect
802
935
  Index = Shapes::IntegerShape.new(name: 'Index')
803
936
  InitiateAs = Shapes::StringShape.new(name: 'InitiateAs')
804
937
  InitiationMethodList = Shapes::ListShape.new(name: 'InitiationMethodList')
938
+ InputData = Shapes::StringShape.new(name: 'InputData')
805
939
  InputPredefinedAttributeConfiguration = Shapes::StructureShape.new(name: 'InputPredefinedAttributeConfiguration')
806
940
  Instance = Shapes::StructureShape.new(name: 'Instance')
807
941
  InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
@@ -843,6 +977,7 @@ module Aws::Connect
843
977
  KinesisStreamConfig = Shapes::StructureShape.new(name: 'KinesisStreamConfig')
844
978
  KinesisVideoStreamConfig = Shapes::StructureShape.new(name: 'KinesisVideoStreamConfig')
845
979
  LargeNextToken = Shapes::StringShape.new(name: 'LargeNextToken')
980
+ LengthBoundary = Shapes::IntegerShape.new(name: 'LengthBoundary')
846
981
  LexBot = Shapes::StructureShape.new(name: 'LexBot')
847
982
  LexBotConfig = Shapes::StructureShape.new(name: 'LexBotConfig')
848
983
  LexBotConfigList = Shapes::ListShape.new(name: 'LexBotConfigList')
@@ -881,8 +1016,18 @@ module Aws::Connect
881
1016
  ListContactFlowsResponse = Shapes::StructureShape.new(name: 'ListContactFlowsResponse')
882
1017
  ListContactReferencesRequest = Shapes::StructureShape.new(name: 'ListContactReferencesRequest')
883
1018
  ListContactReferencesResponse = Shapes::StructureShape.new(name: 'ListContactReferencesResponse')
1019
+ ListDataTableAttributesRequest = Shapes::StructureShape.new(name: 'ListDataTableAttributesRequest')
1020
+ ListDataTableAttributesResponse = Shapes::StructureShape.new(name: 'ListDataTableAttributesResponse')
1021
+ ListDataTablePrimaryValuesRequest = Shapes::StructureShape.new(name: 'ListDataTablePrimaryValuesRequest')
1022
+ ListDataTablePrimaryValuesResponse = Shapes::StructureShape.new(name: 'ListDataTablePrimaryValuesResponse')
1023
+ ListDataTableValuesRequest = Shapes::StructureShape.new(name: 'ListDataTableValuesRequest')
1024
+ ListDataTableValuesResponse = Shapes::StructureShape.new(name: 'ListDataTableValuesResponse')
1025
+ ListDataTablesRequest = Shapes::StructureShape.new(name: 'ListDataTablesRequest')
1026
+ ListDataTablesResponse = Shapes::StructureShape.new(name: 'ListDataTablesResponse')
884
1027
  ListDefaultVocabulariesRequest = Shapes::StructureShape.new(name: 'ListDefaultVocabulariesRequest')
885
1028
  ListDefaultVocabulariesResponse = Shapes::StructureShape.new(name: 'ListDefaultVocabulariesResponse')
1029
+ ListEntitySecurityProfilesRequest = Shapes::StructureShape.new(name: 'ListEntitySecurityProfilesRequest')
1030
+ ListEntitySecurityProfilesResponse = Shapes::StructureShape.new(name: 'ListEntitySecurityProfilesResponse')
886
1031
  ListEvaluationFormVersionsRequest = Shapes::StructureShape.new(name: 'ListEvaluationFormVersionsRequest')
887
1032
  ListEvaluationFormVersionsResponse = Shapes::StructureShape.new(name: 'ListEvaluationFormVersionsResponse')
888
1033
  ListEvaluationFormsRequest = Shapes::StructureShape.new(name: 'ListEvaluationFormsRequest')
@@ -936,6 +1081,8 @@ module Aws::Connect
936
1081
  ListSecurityKeysResponse = Shapes::StructureShape.new(name: 'ListSecurityKeysResponse')
937
1082
  ListSecurityProfileApplicationsRequest = Shapes::StructureShape.new(name: 'ListSecurityProfileApplicationsRequest')
938
1083
  ListSecurityProfileApplicationsResponse = Shapes::StructureShape.new(name: 'ListSecurityProfileApplicationsResponse')
1084
+ ListSecurityProfileFlowModulesRequest = Shapes::StructureShape.new(name: 'ListSecurityProfileFlowModulesRequest')
1085
+ ListSecurityProfileFlowModulesResponse = Shapes::StructureShape.new(name: 'ListSecurityProfileFlowModulesResponse')
939
1086
  ListSecurityProfilePermissionsRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsRequest')
940
1087
  ListSecurityProfilePermissionsResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsResponse')
941
1088
  ListSecurityProfilesRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilesRequest')
@@ -960,6 +1107,12 @@ module Aws::Connect
960
1107
  ListViewVersionsResponse = Shapes::StructureShape.new(name: 'ListViewVersionsResponse')
961
1108
  ListViewsRequest = Shapes::StructureShape.new(name: 'ListViewsRequest')
962
1109
  ListViewsResponse = Shapes::StructureShape.new(name: 'ListViewsResponse')
1110
+ ListWorkspaceMediaRequest = Shapes::StructureShape.new(name: 'ListWorkspaceMediaRequest')
1111
+ ListWorkspaceMediaResponse = Shapes::StructureShape.new(name: 'ListWorkspaceMediaResponse')
1112
+ ListWorkspacePagesRequest = Shapes::StructureShape.new(name: 'ListWorkspacePagesRequest')
1113
+ ListWorkspacePagesResponse = Shapes::StructureShape.new(name: 'ListWorkspacePagesResponse')
1114
+ ListWorkspacesRequest = Shapes::StructureShape.new(name: 'ListWorkspacesRequest')
1115
+ ListWorkspacesResponse = Shapes::StructureShape.new(name: 'ListWorkspacesResponse')
963
1116
  Long = Shapes::IntegerShape.new(name: 'Long')
964
1117
  MatchCriteria = Shapes::StructureShape.new(name: 'MatchCriteria')
965
1118
  MaxResult10 = Shapes::IntegerShape.new(name: 'MaxResult10')
@@ -974,9 +1127,13 @@ module Aws::Connect
974
1127
  MaximumResultReturnedException = Shapes::StructureShape.new(name: 'MaximumResultReturnedException')
975
1128
  MediaConcurrencies = Shapes::ListShape.new(name: 'MediaConcurrencies')
976
1129
  MediaConcurrency = Shapes::StructureShape.new(name: 'MediaConcurrency')
1130
+ MediaItem = Shapes::StructureShape.new(name: 'MediaItem')
1131
+ MediaList = Shapes::ListShape.new(name: 'MediaList')
977
1132
  MediaPlacement = Shapes::StructureShape.new(name: 'MediaPlacement')
978
1133
  MediaRegion = Shapes::StringShape.new(name: 'MediaRegion')
1134
+ MediaSource = Shapes::StringShape.new(name: 'MediaSource')
979
1135
  MediaStreamType = Shapes::StringShape.new(name: 'MediaStreamType')
1136
+ MediaType = Shapes::StringShape.new(name: 'MediaType')
980
1137
  Meeting = Shapes::StructureShape.new(name: 'Meeting')
981
1138
  MeetingFeatureStatus = Shapes::StringShape.new(name: 'MeetingFeatureStatus')
982
1139
  MeetingFeaturesConfiguration = Shapes::StructureShape.new(name: 'MeetingFeaturesConfiguration')
@@ -990,6 +1147,7 @@ module Aws::Connect
990
1147
  MetricFilterV2 = Shapes::StructureShape.new(name: 'MetricFilterV2')
991
1148
  MetricFilterValueList = Shapes::ListShape.new(name: 'MetricFilterValueList')
992
1149
  MetricFiltersV2List = Shapes::ListShape.new(name: 'MetricFiltersV2List')
1150
+ MetricId = Shapes::StringShape.new(name: 'MetricId')
993
1151
  MetricInterval = Shapes::StructureShape.new(name: 'MetricInterval')
994
1152
  MetricNameV2 = Shapes::StringShape.new(name: 'MetricNameV2')
995
1153
  MetricResultV2 = Shapes::StructureShape.new(name: 'MetricResultV2')
@@ -1000,12 +1158,19 @@ module Aws::Connect
1000
1158
  MonitorCapability = Shapes::StringShape.new(name: 'MonitorCapability')
1001
1159
  MonitorContactRequest = Shapes::StructureShape.new(name: 'MonitorContactRequest')
1002
1160
  MonitorContactResponse = Shapes::StructureShape.new(name: 'MonitorContactResponse')
1161
+ MultiSelectQuestionRuleCategoryAutomation = Shapes::StructureShape.new(name: 'MultiSelectQuestionRuleCategoryAutomation')
1162
+ MultiSelectQuestionRuleCategoryAutomationCondition = Shapes::StringShape.new(name: 'MultiSelectQuestionRuleCategoryAutomationCondition')
1163
+ MultiSelectQuestionRuleCategoryAutomationLabel = Shapes::StringShape.new(name: 'MultiSelectQuestionRuleCategoryAutomationLabel')
1003
1164
  Name = Shapes::StringShape.new(name: 'Name')
1004
1165
  Name128 = Shapes::StringShape.new(name: 'Name128')
1005
1166
  NameCriteria = Shapes::StructureShape.new(name: 'NameCriteria')
1006
1167
  Namespace = Shapes::StringShape.new(name: 'Namespace')
1007
1168
  NewChatCreated = Shapes::BooleanShape.new(name: 'NewChatCreated')
1008
1169
  NewSessionDetails = Shapes::StructureShape.new(name: 'NewSessionDetails')
1170
+ NextContactEntry = Shapes::StructureShape.new(name: 'NextContactEntry')
1171
+ NextContactMetadata = Shapes::UnionShape.new(name: 'NextContactMetadata')
1172
+ NextContactType = Shapes::StringShape.new(name: 'NextContactType')
1173
+ NextContacts = Shapes::ListShape.new(name: 'NextContacts')
1009
1174
  NextToken = Shapes::StringShape.new(name: 'NextToken')
1010
1175
  NextToken2500 = Shapes::StringShape.new(name: 'NextToken2500')
1011
1176
  NotificationContentType = Shapes::StringShape.new(name: 'NotificationContentType')
@@ -1043,7 +1208,13 @@ module Aws::Connect
1043
1208
  OverrideDays = Shapes::StringShape.new(name: 'OverrideDays')
1044
1209
  OverrideTimeSlice = Shapes::StructureShape.new(name: 'OverrideTimeSlice')
1045
1210
  PEM = Shapes::StringShape.new(name: 'PEM')
1211
+ Page = Shapes::StringShape.new(name: 'Page')
1212
+ PaletteCanvas = Shapes::StructureShape.new(name: 'PaletteCanvas')
1213
+ PaletteHeader = Shapes::StructureShape.new(name: 'PaletteHeader')
1214
+ PaletteNavigation = Shapes::StructureShape.new(name: 'PaletteNavigation')
1215
+ PalettePrimary = Shapes::StructureShape.new(name: 'PalettePrimary')
1046
1216
  ParticipantCapabilities = Shapes::StructureShape.new(name: 'ParticipantCapabilities')
1217
+ ParticipantConfiguration = Shapes::StructureShape.new(name: 'ParticipantConfiguration')
1047
1218
  ParticipantDetails = Shapes::StructureShape.new(name: 'ParticipantDetails')
1048
1219
  ParticipantDetailsToAdd = Shapes::StructureShape.new(name: 'ParticipantDetailsToAdd')
1049
1220
  ParticipantId = Shapes::StringShape.new(name: 'ParticipantId')
@@ -1084,6 +1255,8 @@ module Aws::Connect
1084
1255
  PhoneType = Shapes::StringShape.new(name: 'PhoneType')
1085
1256
  PlatformName = Shapes::StringShape.new(name: 'PlatformName')
1086
1257
  PlatformVersion = Shapes::StringShape.new(name: 'PlatformVersion')
1258
+ PositiveAndNegativeDouble = Shapes::FloatShape.new(name: 'PositiveAndNegativeDouble')
1259
+ PositiveDouble = Shapes::FloatShape.new(name: 'PositiveDouble')
1087
1260
  PostAcceptPreviewTimeoutDurationInSeconds = Shapes::IntegerShape.new(name: 'PostAcceptPreviewTimeoutDurationInSeconds')
1088
1261
  PostAcceptTimeoutConfig = Shapes::StructureShape.new(name: 'PostAcceptTimeoutConfig')
1089
1262
  PotentialAudioQualityIssue = Shapes::StringShape.new(name: 'PotentialAudioQualityIssue')
@@ -1105,6 +1278,18 @@ module Aws::Connect
1105
1278
  PredefinedAttributeValues = Shapes::UnionShape.new(name: 'PredefinedAttributeValues')
1106
1279
  Prefix = Shapes::StringShape.new(name: 'Prefix')
1107
1280
  Preview = Shapes::StructureShape.new(name: 'Preview')
1281
+ PrimaryAttributeAccessControlConfigurationItem = Shapes::StructureShape.new(name: 'PrimaryAttributeAccessControlConfigurationItem')
1282
+ PrimaryAttributeContextKeyName = Shapes::StringShape.new(name: 'PrimaryAttributeContextKeyName')
1283
+ PrimaryAttributeValue = Shapes::StructureShape.new(name: 'PrimaryAttributeValue')
1284
+ PrimaryAttributeValueFilter = Shapes::StructureShape.new(name: 'PrimaryAttributeValueFilter')
1285
+ PrimaryAttributeValueFilters = Shapes::ListShape.new(name: 'PrimaryAttributeValueFilters')
1286
+ PrimaryAttributeValuesSet = Shapes::ListShape.new(name: 'PrimaryAttributeValuesSet')
1287
+ PrimaryValue = Shapes::StructureShape.new(name: 'PrimaryValue')
1288
+ PrimaryValueList = Shapes::ListShape.new(name: 'PrimaryValueList')
1289
+ PrimaryValueResponse = Shapes::StructureShape.new(name: 'PrimaryValueResponse')
1290
+ PrimaryValuesList = Shapes::ListShape.new(name: 'PrimaryValuesList')
1291
+ PrimaryValuesResponseSet = Shapes::ListShape.new(name: 'PrimaryValuesResponseSet')
1292
+ PrimaryValuesSet = Shapes::ListShape.new(name: 'PrimaryValuesSet')
1108
1293
  Priority = Shapes::IntegerShape.new(name: 'Priority')
1109
1294
  ProblemDetail = Shapes::StructureShape.new(name: 'ProblemDetail')
1110
1295
  ProblemMessageString = Shapes::StringShape.new(name: 'ProblemMessageString')
@@ -1155,6 +1340,7 @@ module Aws::Connect
1155
1340
  Queues = Shapes::ListShape.new(name: 'Queues')
1156
1341
  QuickConnect = Shapes::StructureShape.new(name: 'QuickConnect')
1157
1342
  QuickConnectConfig = Shapes::StructureShape.new(name: 'QuickConnectConfig')
1343
+ QuickConnectContactData = Shapes::StructureShape.new(name: 'QuickConnectContactData')
1158
1344
  QuickConnectDescription = Shapes::StringShape.new(name: 'QuickConnectDescription')
1159
1345
  QuickConnectId = Shapes::StringShape.new(name: 'QuickConnectId')
1160
1346
  QuickConnectName = Shapes::StringShape.new(name: 'QuickConnectName')
@@ -1210,6 +1396,8 @@ module Aws::Connect
1210
1396
  RealTimeContactAnalysisTranscriptItemsWithContent = Shapes::ListShape.new(name: 'RealTimeContactAnalysisTranscriptItemsWithContent')
1211
1397
  RealtimeContactAnalysisSegment = Shapes::UnionShape.new(name: 'RealtimeContactAnalysisSegment')
1212
1398
  RealtimeContactAnalysisSegments = Shapes::ListShape.new(name: 'RealtimeContactAnalysisSegments')
1399
+ RecordIds = Shapes::ListShape.new(name: 'RecordIds')
1400
+ RecordPrimaryValue = Shapes::StructureShape.new(name: 'RecordPrimaryValue')
1213
1401
  RecordingDeletionReason = Shapes::StringShape.new(name: 'RecordingDeletionReason')
1214
1402
  RecordingInfo = Shapes::StructureShape.new(name: 'RecordingInfo')
1215
1403
  RecordingLocation = Shapes::StringShape.new(name: 'RecordingLocation')
@@ -1218,6 +1406,7 @@ module Aws::Connect
1218
1406
  Reference = Shapes::StructureShape.new(name: 'Reference')
1219
1407
  ReferenceArn = Shapes::StringShape.new(name: 'ReferenceArn')
1220
1408
  ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
1409
+ ReferenceIdList = Shapes::ListShape.new(name: 'ReferenceIdList')
1221
1410
  ReferenceKey = Shapes::StringShape.new(name: 'ReferenceKey')
1222
1411
  ReferenceStatus = Shapes::StringShape.new(name: 'ReferenceStatus')
1223
1412
  ReferenceStatusReason = Shapes::StringShape.new(name: 'ReferenceStatusReason')
@@ -1250,6 +1439,7 @@ module Aws::Connect
1250
1439
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
1251
1440
  ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
1252
1441
  ResourceVersion = Shapes::IntegerShape.new(name: 'ResourceVersion')
1442
+ ResponseMode = Shapes::StringShape.new(name: 'ResponseMode')
1253
1443
  ResumeContactRecordingRequest = Shapes::StructureShape.new(name: 'ResumeContactRecordingRequest')
1254
1444
  ResumeContactRecordingResponse = Shapes::StructureShape.new(name: 'ResumeContactRecordingResponse')
1255
1445
  ResumeContactRequest = Shapes::StructureShape.new(name: 'ResumeContactRequest')
@@ -1319,6 +1509,8 @@ module Aws::Connect
1319
1509
  SearchContactsTimeRangeType = Shapes::StringShape.new(name: 'SearchContactsTimeRangeType')
1320
1510
  SearchContactsTimestampCondition = Shapes::StructureShape.new(name: 'SearchContactsTimestampCondition')
1321
1511
  SearchCriteria = Shapes::StructureShape.new(name: 'SearchCriteria')
1512
+ SearchDataTablesRequest = Shapes::StructureShape.new(name: 'SearchDataTablesRequest')
1513
+ SearchDataTablesResponse = Shapes::StructureShape.new(name: 'SearchDataTablesResponse')
1322
1514
  SearchEmailAddressesRequest = Shapes::StructureShape.new(name: 'SearchEmailAddressesRequest')
1323
1515
  SearchEmailAddressesResponse = Shapes::StructureShape.new(name: 'SearchEmailAddressesResponse')
1324
1516
  SearchEvaluationFormsRequest = Shapes::StructureShape.new(name: 'SearchEvaluationFormsRequest')
@@ -1347,8 +1539,14 @@ module Aws::Connect
1347
1539
  SearchUserHierarchyGroupsResponse = Shapes::StructureShape.new(name: 'SearchUserHierarchyGroupsResponse')
1348
1540
  SearchUsersRequest = Shapes::StructureShape.new(name: 'SearchUsersRequest')
1349
1541
  SearchUsersResponse = Shapes::StructureShape.new(name: 'SearchUsersResponse')
1542
+ SearchViewsRequest = Shapes::StructureShape.new(name: 'SearchViewsRequest')
1543
+ SearchViewsResponse = Shapes::StructureShape.new(name: 'SearchViewsResponse')
1350
1544
  SearchVocabulariesRequest = Shapes::StructureShape.new(name: 'SearchVocabulariesRequest')
1351
1545
  SearchVocabulariesResponse = Shapes::StructureShape.new(name: 'SearchVocabulariesResponse')
1546
+ SearchWorkspaceAssociationsRequest = Shapes::StructureShape.new(name: 'SearchWorkspaceAssociationsRequest')
1547
+ SearchWorkspaceAssociationsResponse = Shapes::StructureShape.new(name: 'SearchWorkspaceAssociationsResponse')
1548
+ SearchWorkspacesRequest = Shapes::StructureShape.new(name: 'SearchWorkspacesRequest')
1549
+ SearchWorkspacesResponse = Shapes::StructureShape.new(name: 'SearchWorkspacesResponse')
1352
1550
  SearchableAgentCriteriaStep = Shapes::StructureShape.new(name: 'SearchableAgentCriteriaStep')
1353
1551
  SearchableContactAttributeKey = Shapes::StringShape.new(name: 'SearchableContactAttributeKey')
1354
1552
  SearchableContactAttributeValue = Shapes::StringShape.new(name: 'SearchableContactAttributeValue')
@@ -1372,6 +1570,7 @@ module Aws::Connect
1372
1570
  SecurityProfileDescription = Shapes::StringShape.new(name: 'SecurityProfileDescription')
1373
1571
  SecurityProfileId = Shapes::StringShape.new(name: 'SecurityProfileId')
1374
1572
  SecurityProfileIds = Shapes::ListShape.new(name: 'SecurityProfileIds')
1573
+ SecurityProfileItem = Shapes::StructureShape.new(name: 'SecurityProfileItem')
1375
1574
  SecurityProfileName = Shapes::StringShape.new(name: 'SecurityProfileName')
1376
1575
  SecurityProfilePermission = Shapes::StringShape.new(name: 'SecurityProfilePermission')
1377
1576
  SecurityProfilePolicyKey = Shapes::StringShape.new(name: 'SecurityProfilePolicyKey')
@@ -1381,6 +1580,8 @@ module Aws::Connect
1381
1580
  SecurityProfileSearchSummary = Shapes::StructureShape.new(name: 'SecurityProfileSearchSummary')
1382
1581
  SecurityProfileSummary = Shapes::StructureShape.new(name: 'SecurityProfileSummary')
1383
1582
  SecurityProfileSummaryList = Shapes::ListShape.new(name: 'SecurityProfileSummaryList')
1583
+ SecurityProfiles = Shapes::ListShape.new(name: 'SecurityProfiles')
1584
+ SecurityProfiles100 = Shapes::ListShape.new(name: 'SecurityProfiles100')
1384
1585
  SecurityProfilesSearchFilter = Shapes::StructureShape.new(name: 'SecurityProfilesSearchFilter')
1385
1586
  SecurityProfilesSearchSummaryList = Shapes::ListShape.new(name: 'SecurityProfilesSearchSummaryList')
1386
1587
  SecurityToken = Shapes::StringShape.new(name: 'SecurityToken')
@@ -1409,6 +1610,7 @@ module Aws::Connect
1409
1610
  SlaFieldValueUnionList = Shapes::ListShape.new(name: 'SlaFieldValueUnionList')
1410
1611
  SlaName = Shapes::StringShape.new(name: 'SlaName')
1411
1612
  SlaType = Shapes::StringShape.new(name: 'SlaType')
1613
+ Slug = Shapes::StringShape.new(name: 'Slug')
1412
1614
  SnapshotVersion = Shapes::StringShape.new(name: 'SnapshotVersion')
1413
1615
  Sort = Shapes::StructureShape.new(name: 'Sort')
1414
1616
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
@@ -1423,6 +1625,8 @@ module Aws::Connect
1423
1625
  StartChatContactResponse = Shapes::StructureShape.new(name: 'StartChatContactResponse')
1424
1626
  StartContactEvaluationRequest = Shapes::StructureShape.new(name: 'StartContactEvaluationRequest')
1425
1627
  StartContactEvaluationResponse = Shapes::StructureShape.new(name: 'StartContactEvaluationResponse')
1628
+ StartContactMediaProcessingRequest = Shapes::StructureShape.new(name: 'StartContactMediaProcessingRequest')
1629
+ StartContactMediaProcessingResponse = Shapes::StructureShape.new(name: 'StartContactMediaProcessingResponse')
1426
1630
  StartContactRecordingRequest = Shapes::StructureShape.new(name: 'StartContactRecordingRequest')
1427
1631
  StartContactRecordingResponse = Shapes::StructureShape.new(name: 'StartContactRecordingResponse')
1428
1632
  StartContactStreamingRequest = Shapes::StructureShape.new(name: 'StartContactStreamingRequest')
@@ -1447,6 +1651,8 @@ module Aws::Connect
1447
1651
  Status = Shapes::StringShape.new(name: 'Status')
1448
1652
  Step = Shapes::StructureShape.new(name: 'Step')
1449
1653
  Steps = Shapes::ListShape.new(name: 'Steps')
1654
+ StopContactMediaProcessingRequest = Shapes::StructureShape.new(name: 'StopContactMediaProcessingRequest')
1655
+ StopContactMediaProcessingResponse = Shapes::StructureShape.new(name: 'StopContactMediaProcessingResponse')
1450
1656
  StopContactRecordingRequest = Shapes::StructureShape.new(name: 'StopContactRecordingRequest')
1451
1657
  StopContactRecordingResponse = Shapes::StructureShape.new(name: 'StopContactRecordingResponse')
1452
1658
  StopContactRequest = Shapes::StructureShape.new(name: 'StopContactRequest')
@@ -1464,6 +1670,8 @@ module Aws::Connect
1464
1670
  SubmitContactEvaluationRequest = Shapes::StructureShape.new(name: 'SubmitContactEvaluationRequest')
1465
1671
  SubmitContactEvaluationResponse = Shapes::StructureShape.new(name: 'SubmitContactEvaluationResponse')
1466
1672
  Subtype = Shapes::StringShape.new(name: 'Subtype')
1673
+ SuccessfulBatchAssociationSummary = Shapes::StructureShape.new(name: 'SuccessfulBatchAssociationSummary')
1674
+ SuccessfulBatchAssociationSummaryList = Shapes::ListShape.new(name: 'SuccessfulBatchAssociationSummaryList')
1467
1675
  SuccessfulRequest = Shapes::StructureShape.new(name: 'SuccessfulRequest')
1468
1676
  SuccessfulRequestList = Shapes::ListShape.new(name: 'SuccessfulRequestList')
1469
1677
  SupportedMessagingContentType = Shapes::StringShape.new(name: 'SupportedMessagingContentType')
@@ -1516,6 +1724,8 @@ module Aws::Connect
1516
1724
  TemplateAttributes = Shapes::StructureShape.new(name: 'TemplateAttributes')
1517
1725
  TemplateId = Shapes::StringShape.new(name: 'TemplateId')
1518
1726
  TemplatedMessageConfig = Shapes::StructureShape.new(name: 'TemplatedMessageConfig')
1727
+ ThemeImageLink = Shapes::StringShape.new(name: 'ThemeImageLink')
1728
+ ThemeString = Shapes::StringShape.new(name: 'ThemeString')
1519
1729
  Threshold = Shapes::StructureShape.new(name: 'Threshold')
1520
1730
  ThresholdCollections = Shapes::ListShape.new(name: 'ThresholdCollections')
1521
1731
  ThresholdV2 = Shapes::StructureShape.new(name: 'ThresholdV2')
@@ -1546,6 +1756,7 @@ module Aws::Connect
1546
1756
  URI = Shapes::StringShape.new(name: 'URI')
1547
1757
  URLExpiryInSeconds = Shapes::IntegerShape.new(name: 'URLExpiryInSeconds')
1548
1758
  Unit = Shapes::StringShape.new(name: 'Unit')
1759
+ UnprocessedTranscriptLocation = Shapes::StringShape.new(name: 'UnprocessedTranscriptLocation')
1549
1760
  UntagContactRequest = Shapes::StructureShape.new(name: 'UntagContactRequest')
1550
1761
  UntagContactResponse = Shapes::StructureShape.new(name: 'UntagContactResponse')
1551
1762
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
@@ -1575,6 +1786,12 @@ module Aws::Connect
1575
1786
  UpdateContactRoutingDataResponse = Shapes::StructureShape.new(name: 'UpdateContactRoutingDataResponse')
1576
1787
  UpdateContactScheduleRequest = Shapes::StructureShape.new(name: 'UpdateContactScheduleRequest')
1577
1788
  UpdateContactScheduleResponse = Shapes::StructureShape.new(name: 'UpdateContactScheduleResponse')
1789
+ UpdateDataTableAttributeRequest = Shapes::StructureShape.new(name: 'UpdateDataTableAttributeRequest')
1790
+ UpdateDataTableAttributeResponse = Shapes::StructureShape.new(name: 'UpdateDataTableAttributeResponse')
1791
+ UpdateDataTableMetadataRequest = Shapes::StructureShape.new(name: 'UpdateDataTableMetadataRequest')
1792
+ UpdateDataTableMetadataResponse = Shapes::StructureShape.new(name: 'UpdateDataTableMetadataResponse')
1793
+ UpdateDataTablePrimaryValuesRequest = Shapes::StructureShape.new(name: 'UpdateDataTablePrimaryValuesRequest')
1794
+ UpdateDataTablePrimaryValuesResponse = Shapes::StructureShape.new(name: 'UpdateDataTablePrimaryValuesResponse')
1578
1795
  UpdateEmailAddressMetadataRequest = Shapes::StructureShape.new(name: 'UpdateEmailAddressMetadataRequest')
1579
1796
  UpdateEmailAddressMetadataResponse = Shapes::StructureShape.new(name: 'UpdateEmailAddressMetadataResponse')
1580
1797
  UpdateEvaluationFormRequest = Shapes::StructureShape.new(name: 'UpdateEvaluationFormRequest')
@@ -1627,6 +1844,14 @@ module Aws::Connect
1627
1844
  UpdateViewContentResponse = Shapes::StructureShape.new(name: 'UpdateViewContentResponse')
1628
1845
  UpdateViewMetadataRequest = Shapes::StructureShape.new(name: 'UpdateViewMetadataRequest')
1629
1846
  UpdateViewMetadataResponse = Shapes::StructureShape.new(name: 'UpdateViewMetadataResponse')
1847
+ UpdateWorkspaceMetadataRequest = Shapes::StructureShape.new(name: 'UpdateWorkspaceMetadataRequest')
1848
+ UpdateWorkspaceMetadataResponse = Shapes::StructureShape.new(name: 'UpdateWorkspaceMetadataResponse')
1849
+ UpdateWorkspacePageRequest = Shapes::StructureShape.new(name: 'UpdateWorkspacePageRequest')
1850
+ UpdateWorkspacePageResponse = Shapes::StructureShape.new(name: 'UpdateWorkspacePageResponse')
1851
+ UpdateWorkspaceThemeRequest = Shapes::StructureShape.new(name: 'UpdateWorkspaceThemeRequest')
1852
+ UpdateWorkspaceThemeResponse = Shapes::StructureShape.new(name: 'UpdateWorkspaceThemeResponse')
1853
+ UpdateWorkspaceVisibilityRequest = Shapes::StructureShape.new(name: 'UpdateWorkspaceVisibilityRequest')
1854
+ UpdateWorkspaceVisibilityResponse = Shapes::StructureShape.new(name: 'UpdateWorkspaceVisibilityResponse')
1630
1855
  UploadUrlMetadata = Shapes::StructureShape.new(name: 'UploadUrlMetadata')
1631
1856
  Url = Shapes::StringShape.new(name: 'Url')
1632
1857
  UrlMetadataSignedHeaders = Shapes::MapShape.new(name: 'UrlMetadataSignedHeaders')
@@ -1667,7 +1892,12 @@ module Aws::Connect
1667
1892
  UserSummary = Shapes::StructureShape.new(name: 'UserSummary')
1668
1893
  UserSummaryList = Shapes::ListShape.new(name: 'UserSummaryList')
1669
1894
  UserTagMap = Shapes::MapShape.new(name: 'UserTagMap')
1895
+ Validation = Shapes::StructureShape.new(name: 'Validation')
1896
+ ValidationEnum = Shapes::StructureShape.new(name: 'ValidationEnum')
1897
+ ValidationEnumValues = Shapes::ListShape.new(name: 'ValidationEnumValues')
1670
1898
  Value = Shapes::FloatShape.new(name: 'Value')
1899
+ ValueBoundary = Shapes::IntegerShape.new(name: 'ValueBoundary')
1900
+ ValueList = Shapes::ListShape.new(name: 'ValueList')
1671
1901
  VersionNumber = Shapes::IntegerShape.new(name: 'VersionNumber')
1672
1902
  VideoCapability = Shapes::StringShape.new(name: 'VideoCapability')
1673
1903
  View = Shapes::StructureShape.new(name: 'View')
@@ -1680,6 +1910,10 @@ module Aws::Connect
1680
1910
  ViewInputContent = Shapes::StructureShape.new(name: 'ViewInputContent')
1681
1911
  ViewInputSchema = Shapes::StringShape.new(name: 'ViewInputSchema')
1682
1912
  ViewName = Shapes::StringShape.new(name: 'ViewName')
1913
+ ViewSearchConditionList = Shapes::ListShape.new(name: 'ViewSearchConditionList')
1914
+ ViewSearchCriteria = Shapes::StructureShape.new(name: 'ViewSearchCriteria')
1915
+ ViewSearchFilter = Shapes::StructureShape.new(name: 'ViewSearchFilter')
1916
+ ViewSearchSummaryList = Shapes::ListShape.new(name: 'ViewSearchSummaryList')
1683
1917
  ViewStatus = Shapes::StringShape.new(name: 'ViewStatus')
1684
1918
  ViewSummary = Shapes::StructureShape.new(name: 'ViewSummary')
1685
1919
  ViewTemplate = Shapes::StringShape.new(name: 'ViewTemplate')
@@ -1691,6 +1925,7 @@ module Aws::Connect
1691
1925
  ViewsInstanceId = Shapes::StringShape.new(name: 'ViewsInstanceId')
1692
1926
  ViewsNextToken = Shapes::StringShape.new(name: 'ViewsNextToken')
1693
1927
  ViewsSummaryList = Shapes::ListShape.new(name: 'ViewsSummaryList')
1928
+ Visibility = Shapes::StringShape.new(name: 'Visibility')
1694
1929
  Vocabulary = Shapes::StructureShape.new(name: 'Vocabulary')
1695
1930
  VocabularyContent = Shapes::StringShape.new(name: 'VocabularyContent')
1696
1931
  VocabularyFailureReason = Shapes::StringShape.new(name: 'VocabularyFailureReason')
@@ -1705,6 +1940,37 @@ module Aws::Connect
1705
1940
  VoiceRecordingConfiguration = Shapes::StructureShape.new(name: 'VoiceRecordingConfiguration')
1706
1941
  VoiceRecordingTrack = Shapes::StringShape.new(name: 'VoiceRecordingTrack')
1707
1942
  WisdomInfo = Shapes::StructureShape.new(name: 'WisdomInfo')
1943
+ Workspace = Shapes::StructureShape.new(name: 'Workspace')
1944
+ WorkspaceAssociatedResourceId = Shapes::StringShape.new(name: 'WorkspaceAssociatedResourceId')
1945
+ WorkspaceAssociatedResourceName = Shapes::StringShape.new(name: 'WorkspaceAssociatedResourceName')
1946
+ WorkspaceAssociatedResourceType = Shapes::StringShape.new(name: 'WorkspaceAssociatedResourceType')
1947
+ WorkspaceAssociationSearchConditionList = Shapes::ListShape.new(name: 'WorkspaceAssociationSearchConditionList')
1948
+ WorkspaceAssociationSearchCriteria = Shapes::StructureShape.new(name: 'WorkspaceAssociationSearchCriteria')
1949
+ WorkspaceAssociationSearchFilter = Shapes::StructureShape.new(name: 'WorkspaceAssociationSearchFilter')
1950
+ WorkspaceAssociationSearchSummary = Shapes::StructureShape.new(name: 'WorkspaceAssociationSearchSummary')
1951
+ WorkspaceAssociationSearchSummaryList = Shapes::ListShape.new(name: 'WorkspaceAssociationSearchSummaryList')
1952
+ WorkspaceBatchErrorMessage = Shapes::StringShape.new(name: 'WorkspaceBatchErrorMessage')
1953
+ WorkspaceDescription = Shapes::StringShape.new(name: 'WorkspaceDescription')
1954
+ WorkspaceErrorCode = Shapes::StringShape.new(name: 'WorkspaceErrorCode')
1955
+ WorkspaceFontFamily = Shapes::StringShape.new(name: 'WorkspaceFontFamily')
1956
+ WorkspaceId = Shapes::StringShape.new(name: 'WorkspaceId')
1957
+ WorkspaceName = Shapes::StringShape.new(name: 'WorkspaceName')
1958
+ WorkspacePage = Shapes::StructureShape.new(name: 'WorkspacePage')
1959
+ WorkspacePageList = Shapes::ListShape.new(name: 'WorkspacePageList')
1960
+ WorkspaceResourceArnList = Shapes::ListShape.new(name: 'WorkspaceResourceArnList')
1961
+ WorkspaceSearchConditionList = Shapes::ListShape.new(name: 'WorkspaceSearchConditionList')
1962
+ WorkspaceSearchCriteria = Shapes::StructureShape.new(name: 'WorkspaceSearchCriteria')
1963
+ WorkspaceSearchFilter = Shapes::StructureShape.new(name: 'WorkspaceSearchFilter')
1964
+ WorkspaceSearchSummary = Shapes::StructureShape.new(name: 'WorkspaceSearchSummary')
1965
+ WorkspaceSearchSummaryList = Shapes::ListShape.new(name: 'WorkspaceSearchSummaryList')
1966
+ WorkspaceSummary = Shapes::StructureShape.new(name: 'WorkspaceSummary')
1967
+ WorkspaceSummaryList = Shapes::ListShape.new(name: 'WorkspaceSummaryList')
1968
+ WorkspaceTheme = Shapes::StructureShape.new(name: 'WorkspaceTheme')
1969
+ WorkspaceThemeConfig = Shapes::StructureShape.new(name: 'WorkspaceThemeConfig')
1970
+ WorkspaceThemeImages = Shapes::StructureShape.new(name: 'WorkspaceThemeImages')
1971
+ WorkspaceThemePalette = Shapes::StructureShape.new(name: 'WorkspaceThemePalette')
1972
+ WorkspaceThemeTypography = Shapes::StructureShape.new(name: 'WorkspaceThemeTypography')
1973
+ WorkspaceTitle = Shapes::StringShape.new(name: 'WorkspaceTitle')
1708
1974
  resourceArnListMaxLimit100 = Shapes::ListShape.new(name: 'resourceArnListMaxLimit100')
1709
1975
  timestamp = Shapes::TimestampShape.new(name: 'timestamp')
1710
1976
 
@@ -1831,6 +2097,13 @@ module Aws::Connect
1831
2097
 
1832
2098
  AgentsMinOneMaxHundred.member = Shapes::ShapeRef.new(shape: UserId)
1833
2099
 
2100
+ AiAgentInfo.add_member(:ai_use_case, Shapes::ShapeRef.new(shape: AiUseCase, location_name: "AiUseCase"))
2101
+ AiAgentInfo.add_member(:ai_agent_version_id, Shapes::ShapeRef.new(shape: AiAgentVersionId, location_name: "AiAgentVersionId"))
2102
+ AiAgentInfo.add_member(:ai_agent_escalated, Shapes::ShapeRef.new(shape: Boolean, location_name: "AiAgentEscalated"))
2103
+ AiAgentInfo.struct_class = Types::AiAgentInfo
2104
+
2105
+ AiAgents.member = Shapes::ShapeRef.new(shape: AiAgentInfo)
2106
+
1834
2107
  AliasConfiguration.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location_name: "EmailAddressId"))
1835
2108
  AliasConfiguration.struct_class = Types::AliasConfiguration
1836
2109
 
@@ -1843,6 +2116,8 @@ module Aws::Connect
1843
2116
  AllowedCapabilities.add_member(:agent, Shapes::ShapeRef.new(shape: ParticipantCapabilities, location_name: "Agent"))
1844
2117
  AllowedCapabilities.struct_class = Types::AllowedCapabilities
1845
2118
 
2119
+ AllowedFlowModules.member = Shapes::ShapeRef.new(shape: FlowModule)
2120
+
1846
2121
  AllowedMonitorCapabilities.member = Shapes::ShapeRef.new(shape: MonitorCapability)
1847
2122
 
1848
2123
  AllowedUserActions.member = Shapes::ShapeRef.new(shape: AllowedUserAction)
@@ -1868,6 +2143,7 @@ module Aws::Connect
1868
2143
 
1869
2144
  Application.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
1870
2145
  Application.add_member(:application_permissions, Shapes::ShapeRef.new(shape: ApplicationPermissions, location_name: "ApplicationPermissions"))
2146
+ Application.add_member(:type, Shapes::ShapeRef.new(shape: ApplicationType, location_name: "Type"))
1871
2147
  Application.struct_class = Types::Application
1872
2148
 
1873
2149
  ApplicationPermissions.member = Shapes::ShapeRef.new(shape: Permission)
@@ -1975,6 +2251,12 @@ module Aws::Connect
1975
2251
  AssociateSecurityKeyResponse.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
1976
2252
  AssociateSecurityKeyResponse.struct_class = Types::AssociateSecurityKeyResponse
1977
2253
 
2254
+ AssociateSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2255
+ AssociateSecurityProfilesRequest.add_member(:security_profiles, Shapes::ShapeRef.new(shape: SecurityProfiles, required: true, location_name: "SecurityProfiles"))
2256
+ AssociateSecurityProfilesRequest.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, required: true, location_name: "EntityType"))
2257
+ AssociateSecurityProfilesRequest.add_member(:entity_arn, Shapes::ShapeRef.new(shape: EntityArn, required: true, location_name: "EntityArn"))
2258
+ AssociateSecurityProfilesRequest.struct_class = Types::AssociateSecurityProfilesRequest
2259
+
1978
2260
  AssociateTrafficDistributionGroupUserRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
1979
2261
  AssociateTrafficDistributionGroupUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "UserId"))
1980
2262
  AssociateTrafficDistributionGroupUserRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
@@ -1987,6 +2269,15 @@ module Aws::Connect
1987
2269
  AssociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyList, required: true, location_name: "UserProficiencies"))
1988
2270
  AssociateUserProficienciesRequest.struct_class = Types::AssociateUserProficienciesRequest
1989
2271
 
2272
+ AssociateWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2273
+ AssociateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
2274
+ AssociateWorkspaceRequest.add_member(:resource_arns, Shapes::ShapeRef.new(shape: WorkspaceResourceArnList, required: true, location_name: "ResourceArns"))
2275
+ AssociateWorkspaceRequest.struct_class = Types::AssociateWorkspaceRequest
2276
+
2277
+ AssociateWorkspaceResponse.add_member(:successful_list, Shapes::ShapeRef.new(shape: SuccessfulBatchAssociationSummaryList, location_name: "SuccessfulList"))
2278
+ AssociateWorkspaceResponse.add_member(:failed_list, Shapes::ShapeRef.new(shape: FailedBatchAssociationSummaryList, location_name: "FailedList"))
2279
+ AssociateWorkspaceResponse.struct_class = Types::AssociateWorkspaceResponse
2280
+
1990
2281
  AssociatedContactSummary.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
1991
2282
  AssociatedContactSummary.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
1992
2283
  AssociatedContactSummary.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "InitiationTimestamp"))
@@ -2049,6 +2340,12 @@ module Aws::Connect
2049
2340
  AttributeCondition.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, location_name: "ComparisonOperator"))
2050
2341
  AttributeCondition.struct_class = Types::AttributeCondition
2051
2342
 
2343
+ AttributeIds.member = Shapes::ShapeRef.new(shape: DataTableId)
2344
+
2345
+ AttributeList.member = Shapes::ShapeRef.new(shape: DataTableAttribute)
2346
+
2347
+ AttributeNameList.member = Shapes::ShapeRef.new(shape: DataTableName)
2348
+
2052
2349
  AttributeOrConditionList.member = Shapes::ShapeRef.new(shape: AttributeAndCondition)
2053
2350
 
2054
2351
  Attributes.key = Shapes::ShapeRef.new(shape: AttributeName)
@@ -2115,6 +2412,81 @@ module Aws::Connect
2115
2412
  BatchAssociateAnalyticsDataSetResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ErrorResults, location_name: "Errors"))
2116
2413
  BatchAssociateAnalyticsDataSetResponse.struct_class = Types::BatchAssociateAnalyticsDataSetResponse
2117
2414
 
2415
+ BatchCreateDataTableValueFailureResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
2416
+ BatchCreateDataTableValueFailureResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2417
+ BatchCreateDataTableValueFailureResult.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
2418
+ BatchCreateDataTableValueFailureResult.struct_class = Types::BatchCreateDataTableValueFailureResult
2419
+
2420
+ BatchCreateDataTableValueFailureResultList.member = Shapes::ShapeRef.new(shape: BatchCreateDataTableValueFailureResult)
2421
+
2422
+ BatchCreateDataTableValueRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2423
+ BatchCreateDataTableValueRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
2424
+ BatchCreateDataTableValueRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueList, required: true, location_name: "Values"))
2425
+ BatchCreateDataTableValueRequest.struct_class = Types::BatchCreateDataTableValueRequest
2426
+
2427
+ BatchCreateDataTableValueResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchCreateDataTableValueSuccessResultList, required: true, location_name: "Successful"))
2428
+ BatchCreateDataTableValueResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchCreateDataTableValueFailureResultList, required: true, location_name: "Failed"))
2429
+ BatchCreateDataTableValueResponse.struct_class = Types::BatchCreateDataTableValueResponse
2430
+
2431
+ BatchCreateDataTableValueSuccessResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
2432
+ BatchCreateDataTableValueSuccessResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2433
+ BatchCreateDataTableValueSuccessResult.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "RecordId"))
2434
+ BatchCreateDataTableValueSuccessResult.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
2435
+ BatchCreateDataTableValueSuccessResult.struct_class = Types::BatchCreateDataTableValueSuccessResult
2436
+
2437
+ BatchCreateDataTableValueSuccessResultList.member = Shapes::ShapeRef.new(shape: BatchCreateDataTableValueSuccessResult)
2438
+
2439
+ BatchDeleteDataTableValueFailureResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
2440
+ BatchDeleteDataTableValueFailureResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2441
+ BatchDeleteDataTableValueFailureResult.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
2442
+ BatchDeleteDataTableValueFailureResult.struct_class = Types::BatchDeleteDataTableValueFailureResult
2443
+
2444
+ BatchDeleteDataTableValueFailureResultList.member = Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueFailureResult)
2445
+
2446
+ BatchDeleteDataTableValueRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2447
+ BatchDeleteDataTableValueRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
2448
+ BatchDeleteDataTableValueRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableDeleteValueIdentifierList, required: true, location_name: "Values"))
2449
+ BatchDeleteDataTableValueRequest.struct_class = Types::BatchDeleteDataTableValueRequest
2450
+
2451
+ BatchDeleteDataTableValueResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueSuccessResultList, required: true, location_name: "Successful"))
2452
+ BatchDeleteDataTableValueResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueFailureResultList, required: true, location_name: "Failed"))
2453
+ BatchDeleteDataTableValueResponse.struct_class = Types::BatchDeleteDataTableValueResponse
2454
+
2455
+ BatchDeleteDataTableValueSuccessResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
2456
+ BatchDeleteDataTableValueSuccessResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2457
+ BatchDeleteDataTableValueSuccessResult.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
2458
+ BatchDeleteDataTableValueSuccessResult.struct_class = Types::BatchDeleteDataTableValueSuccessResult
2459
+
2460
+ BatchDeleteDataTableValueSuccessResultList.member = Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueSuccessResult)
2461
+
2462
+ BatchDescribeDataTableValueFailureResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
2463
+ BatchDescribeDataTableValueFailureResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2464
+ BatchDescribeDataTableValueFailureResult.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
2465
+ BatchDescribeDataTableValueFailureResult.struct_class = Types::BatchDescribeDataTableValueFailureResult
2466
+
2467
+ BatchDescribeDataTableValueFailureResultList.member = Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueFailureResult)
2468
+
2469
+ BatchDescribeDataTableValueRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2470
+ BatchDescribeDataTableValueRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
2471
+ BatchDescribeDataTableValueRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueIdentifierList, required: true, location_name: "Values"))
2472
+ BatchDescribeDataTableValueRequest.struct_class = Types::BatchDescribeDataTableValueRequest
2473
+
2474
+ BatchDescribeDataTableValueResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueSuccessResultList, required: true, location_name: "Successful"))
2475
+ BatchDescribeDataTableValueResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueFailureResultList, required: true, location_name: "Failed"))
2476
+ BatchDescribeDataTableValueResponse.struct_class = Types::BatchDescribeDataTableValueResponse
2477
+
2478
+ BatchDescribeDataTableValueSuccessResult.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "RecordId"))
2479
+ BatchDescribeDataTableValueSuccessResult.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "AttributeId"))
2480
+ BatchDescribeDataTableValueSuccessResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesResponseSet, required: true, location_name: "PrimaryValues"))
2481
+ BatchDescribeDataTableValueSuccessResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2482
+ BatchDescribeDataTableValueSuccessResult.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
2483
+ BatchDescribeDataTableValueSuccessResult.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
2484
+ BatchDescribeDataTableValueSuccessResult.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2485
+ BatchDescribeDataTableValueSuccessResult.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2486
+ BatchDescribeDataTableValueSuccessResult.struct_class = Types::BatchDescribeDataTableValueSuccessResult
2487
+
2488
+ BatchDescribeDataTableValueSuccessResultList.member = Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueSuccessResult)
2489
+
2118
2490
  BatchDisassociateAnalyticsDataSetRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2119
2491
  BatchDisassociateAnalyticsDataSetRequest.add_member(:data_set_ids, Shapes::ShapeRef.new(shape: DataSetIds, required: true, location_name: "DataSetIds"))
2120
2492
  BatchDisassociateAnalyticsDataSetRequest.add_member(:target_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "TargetAccountId"))
@@ -2150,6 +2522,29 @@ module Aws::Connect
2150
2522
  BatchPutContactResponse.add_member(:failed_request_list, Shapes::ShapeRef.new(shape: FailedRequestList, location_name: "FailedRequestList"))
2151
2523
  BatchPutContactResponse.struct_class = Types::BatchPutContactResponse
2152
2524
 
2525
+ BatchUpdateDataTableValueFailureResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
2526
+ BatchUpdateDataTableValueFailureResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2527
+ BatchUpdateDataTableValueFailureResult.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
2528
+ BatchUpdateDataTableValueFailureResult.struct_class = Types::BatchUpdateDataTableValueFailureResult
2529
+
2530
+ BatchUpdateDataTableValueFailureResultList.member = Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueFailureResult)
2531
+
2532
+ BatchUpdateDataTableValueRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2533
+ BatchUpdateDataTableValueRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
2534
+ BatchUpdateDataTableValueRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueList, required: true, location_name: "Values"))
2535
+ BatchUpdateDataTableValueRequest.struct_class = Types::BatchUpdateDataTableValueRequest
2536
+
2537
+ BatchUpdateDataTableValueResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueSuccessResultList, required: true, location_name: "Successful"))
2538
+ BatchUpdateDataTableValueResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueFailureResultList, required: true, location_name: "Failed"))
2539
+ BatchUpdateDataTableValueResponse.struct_class = Types::BatchUpdateDataTableValueResponse
2540
+
2541
+ BatchUpdateDataTableValueSuccessResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
2542
+ BatchUpdateDataTableValueSuccessResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2543
+ BatchUpdateDataTableValueSuccessResult.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
2544
+ BatchUpdateDataTableValueSuccessResult.struct_class = Types::BatchUpdateDataTableValueSuccessResult
2545
+
2546
+ BatchUpdateDataTableValueSuccessResultList.member = Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueSuccessResult)
2547
+
2153
2548
  BooleanCondition.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
2154
2549
  BooleanCondition.add_member(:comparison_type, Shapes::ShapeRef.new(shape: BooleanComparisonType, location_name: "ComparisonType"))
2155
2550
  BooleanCondition.struct_class = Types::BooleanCondition
@@ -2300,6 +2695,7 @@ module Aws::Connect
2300
2695
  Contact.add_member(:contact_details, Shapes::ShapeRef.new(shape: ContactDetails, location_name: "ContactDetails"))
2301
2696
  Contact.add_member(:outbound_strategy, Shapes::ShapeRef.new(shape: OutboundStrategy, location_name: "OutboundStrategy"))
2302
2697
  Contact.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
2698
+ Contact.add_member(:next_contacts, Shapes::ShapeRef.new(shape: NextContacts, location_name: "NextContacts"))
2303
2699
  Contact.struct_class = Types::Contact
2304
2700
 
2305
2701
  ContactAnalysis.add_member(:transcript, Shapes::ShapeRef.new(shape: Transcript, location_name: "Transcript"))
@@ -2356,6 +2752,18 @@ module Aws::Connect
2356
2752
  ContactFlow.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2357
2753
  ContactFlow.struct_class = Types::ContactFlow
2358
2754
 
2755
+ ContactFlowAttributeAndCondition.add_member(:tag_conditions, Shapes::ShapeRef.new(shape: TagAndConditionList, location_name: "TagConditions"))
2756
+ ContactFlowAttributeAndCondition.add_member(:contact_flow_type_condition, Shapes::ShapeRef.new(shape: ContactFlowTypeCondition, location_name: "ContactFlowTypeCondition"))
2757
+ ContactFlowAttributeAndCondition.struct_class = Types::ContactFlowAttributeAndCondition
2758
+
2759
+ ContactFlowAttributeFilter.add_member(:or_conditions, Shapes::ShapeRef.new(shape: ContactFlowAttributeOrConditionList, location_name: "OrConditions"))
2760
+ ContactFlowAttributeFilter.add_member(:and_condition, Shapes::ShapeRef.new(shape: ContactFlowAttributeAndCondition, location_name: "AndCondition"))
2761
+ ContactFlowAttributeFilter.add_member(:tag_condition, Shapes::ShapeRef.new(shape: TagCondition, location_name: "TagCondition"))
2762
+ ContactFlowAttributeFilter.add_member(:contact_flow_type_condition, Shapes::ShapeRef.new(shape: ContactFlowTypeCondition, location_name: "ContactFlowTypeCondition"))
2763
+ ContactFlowAttributeFilter.struct_class = Types::ContactFlowAttributeFilter
2764
+
2765
+ ContactFlowAttributeOrConditionList.member = Shapes::ShapeRef.new(shape: ContactFlowAttributeAndCondition)
2766
+
2359
2767
  ContactFlowModule.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
2360
2768
  ContactFlowModule.add_member(:id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, location_name: "Id"))
2361
2769
  ContactFlowModule.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, location_name: "Name"))
@@ -2434,6 +2842,7 @@ module Aws::Connect
2434
2842
  ContactFlowSearchCriteria.struct_class = Types::ContactFlowSearchCriteria
2435
2843
 
2436
2844
  ContactFlowSearchFilter.add_member(:tag_filter, Shapes::ShapeRef.new(shape: ControlPlaneTagFilter, location_name: "TagFilter"))
2845
+ ContactFlowSearchFilter.add_member(:flow_attribute_filter, Shapes::ShapeRef.new(shape: ContactFlowAttributeFilter, location_name: "FlowAttributeFilter"))
2437
2846
  ContactFlowSearchFilter.struct_class = Types::ContactFlowSearchFilter
2438
2847
 
2439
2848
  ContactFlowSearchSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlow)
@@ -2448,6 +2857,9 @@ module Aws::Connect
2448
2857
 
2449
2858
  ContactFlowSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlowSummary)
2450
2859
 
2860
+ ContactFlowTypeCondition.add_member(:contact_flow_type, Shapes::ShapeRef.new(shape: ContactFlowType, location_name: "ContactFlowType"))
2861
+ ContactFlowTypeCondition.struct_class = Types::ContactFlowTypeCondition
2862
+
2451
2863
  ContactFlowTypes.member = Shapes::ShapeRef.new(shape: ContactFlowType)
2452
2864
 
2453
2865
  ContactFlowVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
@@ -2634,6 +3046,34 @@ module Aws::Connect
2634
3046
  CreateContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
2635
3047
  CreateContactResponse.struct_class = Types::CreateContactResponse
2636
3048
 
3049
+ CreateDataTableAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3050
+ CreateDataTableAttributeRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
3051
+ CreateDataTableAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
3052
+ CreateDataTableAttributeRequest.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
3053
+ CreateDataTableAttributeRequest.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
3054
+ CreateDataTableAttributeRequest.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "Primary"))
3055
+ CreateDataTableAttributeRequest.add_member(:validation, Shapes::ShapeRef.new(shape: Validation, location_name: "Validation"))
3056
+ CreateDataTableAttributeRequest.struct_class = Types::CreateDataTableAttributeRequest
3057
+
3058
+ CreateDataTableAttributeResponse.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
3059
+ CreateDataTableAttributeResponse.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "AttributeId"))
3060
+ CreateDataTableAttributeResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
3061
+ CreateDataTableAttributeResponse.struct_class = Types::CreateDataTableAttributeResponse
3062
+
3063
+ CreateDataTableRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3064
+ CreateDataTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
3065
+ CreateDataTableRequest.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
3066
+ CreateDataTableRequest.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, required: true, location_name: "TimeZone"))
3067
+ CreateDataTableRequest.add_member(:value_lock_level, Shapes::ShapeRef.new(shape: DataTableLockLevel, required: true, location_name: "ValueLockLevel"))
3068
+ CreateDataTableRequest.add_member(:status, Shapes::ShapeRef.new(shape: DataTableStatus, required: true, location_name: "Status"))
3069
+ CreateDataTableRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3070
+ CreateDataTableRequest.struct_class = Types::CreateDataTableRequest
3071
+
3072
+ CreateDataTableResponse.add_member(:id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "Id"))
3073
+ CreateDataTableResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "Arn"))
3074
+ CreateDataTableResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
3075
+ CreateDataTableResponse.struct_class = Types::CreateDataTableResponse
3076
+
2637
3077
  CreateEmailAddressRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
2638
3078
  CreateEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2639
3079
  CreateEmailAddressRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "EmailAddress"))
@@ -2653,7 +3093,10 @@ module Aws::Connect
2653
3093
  CreateEvaluationFormRequest.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
2654
3094
  CreateEvaluationFormRequest.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
2655
3095
  CreateEvaluationFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
3096
+ CreateEvaluationFormRequest.add_member(:as_draft, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "AsDraft"))
2656
3097
  CreateEvaluationFormRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3098
+ CreateEvaluationFormRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
3099
+ CreateEvaluationFormRequest.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
2657
3100
  CreateEvaluationFormRequest.struct_class = Types::CreateEvaluationFormRequest
2658
3101
 
2659
3102
  CreateEvaluationFormResponse.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
@@ -2823,6 +3266,8 @@ module Aws::Connect
2823
3266
  CreateSecurityProfileRequest.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "Applications"))
2824
3267
  CreateSecurityProfileRequest.add_member(:hierarchy_restricted_resources, Shapes::ShapeRef.new(shape: HierarchyRestrictedResourceList, location_name: "HierarchyRestrictedResources"))
2825
3268
  CreateSecurityProfileRequest.add_member(:allowed_access_control_hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "AllowedAccessControlHierarchyGroupId"))
3269
+ CreateSecurityProfileRequest.add_member(:allowed_flow_modules, Shapes::ShapeRef.new(shape: AllowedFlowModules, location_name: "AllowedFlowModules"))
3270
+ CreateSecurityProfileRequest.add_member(:granular_access_control_configuration, Shapes::ShapeRef.new(shape: GranularAccessControlConfiguration, location_name: "GranularAccessControlConfiguration"))
2826
3271
  CreateSecurityProfileRequest.struct_class = Types::CreateSecurityProfileRequest
2827
3272
 
2828
3273
  CreateSecurityProfileResponse.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "SecurityProfileId"))
@@ -2926,6 +3371,28 @@ module Aws::Connect
2926
3371
  CreateVocabularyResponse.add_member(:state, Shapes::ShapeRef.new(shape: VocabularyState, required: true, location_name: "State"))
2927
3372
  CreateVocabularyResponse.struct_class = Types::CreateVocabularyResponse
2928
3373
 
3374
+ CreateWorkspacePageRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3375
+ CreateWorkspacePageRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
3376
+ CreateWorkspacePageRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "ResourceArn"))
3377
+ CreateWorkspacePageRequest.add_member(:page, Shapes::ShapeRef.new(shape: Page, required: true, location_name: "Page"))
3378
+ CreateWorkspacePageRequest.add_member(:slug, Shapes::ShapeRef.new(shape: Slug, location_name: "Slug"))
3379
+ CreateWorkspacePageRequest.add_member(:input_data, Shapes::ShapeRef.new(shape: InputData, location_name: "InputData"))
3380
+ CreateWorkspacePageRequest.struct_class = Types::CreateWorkspacePageRequest
3381
+
3382
+ CreateWorkspacePageResponse.struct_class = Types::CreateWorkspacePageResponse
3383
+
3384
+ CreateWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3385
+ CreateWorkspaceRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, required: true, location_name: "Name"))
3386
+ CreateWorkspaceRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkspaceDescription, location_name: "Description"))
3387
+ CreateWorkspaceRequest.add_member(:theme, Shapes::ShapeRef.new(shape: WorkspaceTheme, location_name: "Theme"))
3388
+ CreateWorkspaceRequest.add_member(:title, Shapes::ShapeRef.new(shape: WorkspaceTitle, location_name: "Title"))
3389
+ CreateWorkspaceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3390
+ CreateWorkspaceRequest.struct_class = Types::CreateWorkspaceRequest
3391
+
3392
+ CreateWorkspaceResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location_name: "WorkspaceId"))
3393
+ CreateWorkspaceResponse.add_member(:workspace_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "WorkspaceArn"))
3394
+ CreateWorkspaceResponse.struct_class = Types::CreateWorkspaceResponse
3395
+
2929
3396
  CreatedByInfo.add_member(:connect_user_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ConnectUserArn"))
2930
3397
  CreatedByInfo.add_member(:aws_identity_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "AWSIdentityArn"))
2931
3398
  CreatedByInfo.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
@@ -2980,6 +3447,119 @@ module Aws::Connect
2980
3447
 
2981
3448
  DataSetIds.member = Shapes::ShapeRef.new(shape: DataSetId)
2982
3449
 
3450
+ DataTable.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
3451
+ DataTable.add_member(:id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "Id"))
3452
+ DataTable.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "Arn"))
3453
+ DataTable.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, required: true, location_name: "TimeZone"))
3454
+ DataTable.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
3455
+ DataTable.add_member(:value_lock_level, Shapes::ShapeRef.new(shape: DataTableLockLevel, location_name: "ValueLockLevel"))
3456
+ DataTable.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, location_name: "LockVersion"))
3457
+ DataTable.add_member(:version, Shapes::ShapeRef.new(shape: DataTableVersion, location_name: "Version"))
3458
+ DataTable.add_member(:version_description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "VersionDescription"))
3459
+ DataTable.add_member(:status, Shapes::ShapeRef.new(shape: DataTableStatus, location_name: "Status"))
3460
+ DataTable.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
3461
+ DataTable.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
3462
+ DataTable.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3463
+ DataTable.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3464
+ DataTable.struct_class = Types::DataTable
3465
+
3466
+ DataTableAccessControlConfiguration.add_member(:primary_attribute_access_control_configuration, Shapes::ShapeRef.new(shape: PrimaryAttributeAccessControlConfigurationItem, location_name: "PrimaryAttributeAccessControlConfiguration"))
3467
+ DataTableAccessControlConfiguration.struct_class = Types::DataTableAccessControlConfiguration
3468
+
3469
+ DataTableAttribute.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "AttributeId"))
3470
+ DataTableAttribute.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
3471
+ DataTableAttribute.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
3472
+ DataTableAttribute.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
3473
+ DataTableAttribute.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "DataTableId"))
3474
+ DataTableAttribute.add_member(:data_table_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "DataTableArn"))
3475
+ DataTableAttribute.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "Primary"))
3476
+ DataTableAttribute.add_member(:version, Shapes::ShapeRef.new(shape: DataTableVersion, location_name: "Version"))
3477
+ DataTableAttribute.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, location_name: "LockVersion"))
3478
+ DataTableAttribute.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3479
+ DataTableAttribute.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3480
+ DataTableAttribute.add_member(:validation, Shapes::ShapeRef.new(shape: Validation, location_name: "Validation"))
3481
+ DataTableAttribute.struct_class = Types::DataTableAttribute
3482
+
3483
+ DataTableDeleteValueIdentifier.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, location_name: "PrimaryValues"))
3484
+ DataTableDeleteValueIdentifier.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
3485
+ DataTableDeleteValueIdentifier.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
3486
+ DataTableDeleteValueIdentifier.struct_class = Types::DataTableDeleteValueIdentifier
3487
+
3488
+ DataTableDeleteValueIdentifierList.member = Shapes::ShapeRef.new(shape: DataTableDeleteValueIdentifier)
3489
+
3490
+ DataTableEvaluatedValue.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "RecordId"))
3491
+ DataTableEvaluatedValue.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
3492
+ DataTableEvaluatedValue.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
3493
+ DataTableEvaluatedValue.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
3494
+ DataTableEvaluatedValue.add_member(:found, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Found"))
3495
+ DataTableEvaluatedValue.add_member(:error, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Error"))
3496
+ DataTableEvaluatedValue.add_member(:evaluated_value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EvaluatedValue"))
3497
+ DataTableEvaluatedValue.struct_class = Types::DataTableEvaluatedValue
3498
+
3499
+ DataTableEvaluatedValueList.member = Shapes::ShapeRef.new(shape: DataTableEvaluatedValue)
3500
+
3501
+ DataTableList.member = Shapes::ShapeRef.new(shape: DataTable)
3502
+
3503
+ DataTableLockVersion.add_member(:data_table, Shapes::ShapeRef.new(shape: String, location_name: "DataTable"))
3504
+ DataTableLockVersion.add_member(:attribute, Shapes::ShapeRef.new(shape: String, location_name: "Attribute"))
3505
+ DataTableLockVersion.add_member(:primary_values, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryValues"))
3506
+ DataTableLockVersion.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
3507
+ DataTableLockVersion.struct_class = Types::DataTableLockVersion
3508
+
3509
+ DataTableSearchConditionList.member = Shapes::ShapeRef.new(shape: DataTableSearchCriteria)
3510
+
3511
+ DataTableSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: DataTableSearchConditionList, location_name: "OrConditions"))
3512
+ DataTableSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: DataTableSearchConditionList, location_name: "AndConditions"))
3513
+ DataTableSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
3514
+ DataTableSearchCriteria.struct_class = Types::DataTableSearchCriteria
3515
+
3516
+ DataTableSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
3517
+ DataTableSearchFilter.struct_class = Types::DataTableSearchFilter
3518
+
3519
+ DataTableSummary.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, location_name: "Name"))
3520
+ DataTableSummary.add_member(:id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "Id"))
3521
+ DataTableSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
3522
+ DataTableSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3523
+ DataTableSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3524
+ DataTableSummary.struct_class = Types::DataTableSummary
3525
+
3526
+ DataTableSummaryList.member = Shapes::ShapeRef.new(shape: DataTableSummary)
3527
+
3528
+ DataTableValue.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, location_name: "PrimaryValues"))
3529
+ DataTableValue.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
3530
+ DataTableValue.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
3531
+ DataTableValue.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, location_name: "LockVersion"))
3532
+ DataTableValue.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3533
+ DataTableValue.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3534
+ DataTableValue.struct_class = Types::DataTableValue
3535
+
3536
+ DataTableValueEvaluationSet.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, location_name: "PrimaryValues"))
3537
+ DataTableValueEvaluationSet.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNameList, required: true, location_name: "AttributeNames"))
3538
+ DataTableValueEvaluationSet.struct_class = Types::DataTableValueEvaluationSet
3539
+
3540
+ DataTableValueEvaluationSetList.member = Shapes::ShapeRef.new(shape: DataTableValueEvaluationSet)
3541
+
3542
+ DataTableValueIdentifier.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, location_name: "PrimaryValues"))
3543
+ DataTableValueIdentifier.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
3544
+ DataTableValueIdentifier.struct_class = Types::DataTableValueIdentifier
3545
+
3546
+ DataTableValueIdentifierList.member = Shapes::ShapeRef.new(shape: DataTableValueIdentifier)
3547
+
3548
+ DataTableValueList.member = Shapes::ShapeRef.new(shape: DataTableValue)
3549
+
3550
+ DataTableValueSummary.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "RecordId"))
3551
+ DataTableValueSummary.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "AttributeId"))
3552
+ DataTableValueSummary.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesResponseSet, required: true, location_name: "PrimaryValues"))
3553
+ DataTableValueSummary.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
3554
+ DataTableValueSummary.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
3555
+ DataTableValueSummary.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
3556
+ DataTableValueSummary.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, location_name: "LockVersion"))
3557
+ DataTableValueSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3558
+ DataTableValueSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3559
+ DataTableValueSummary.struct_class = Types::DataTableValueSummary
3560
+
3561
+ DataTableValueSummaryList.member = Shapes::ShapeRef.new(shape: DataTableValueSummary)
3562
+
2983
3563
  DateCondition.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
2984
3564
  DateCondition.add_member(:value, Shapes::ShapeRef.new(shape: DateYearMonthDayFormat, location_name: "Value"))
2985
3565
  DateCondition.add_member(:comparison_type, Shapes::ShapeRef.new(shape: DateComparisonType, location_name: "ComparisonType"))
@@ -3063,6 +3643,20 @@ module Aws::Connect
3063
3643
 
3064
3644
  DeleteContactFlowVersionResponse.struct_class = Types::DeleteContactFlowVersionResponse
3065
3645
 
3646
+ DeleteDataTableAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3647
+ DeleteDataTableAttributeRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
3648
+ DeleteDataTableAttributeRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location: "uri", location_name: "AttributeName"))
3649
+ DeleteDataTableAttributeRequest.struct_class = Types::DeleteDataTableAttributeRequest
3650
+
3651
+ DeleteDataTableAttributeResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
3652
+ DeleteDataTableAttributeResponse.struct_class = Types::DeleteDataTableAttributeResponse
3653
+
3654
+ DeleteDataTableRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3655
+ DeleteDataTableRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
3656
+ DeleteDataTableRequest.struct_class = Types::DeleteDataTableRequest
3657
+
3658
+ DeleteDataTableResponse.struct_class = Types::DeleteDataTableResponse
3659
+
3066
3660
  DeleteEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3067
3661
  DeleteEmailAddressRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
3068
3662
  DeleteEmailAddressRequest.struct_class = Types::DeleteEmailAddressRequest
@@ -3172,6 +3766,26 @@ module Aws::Connect
3172
3766
  DeleteVocabularyResponse.add_member(:state, Shapes::ShapeRef.new(shape: VocabularyState, required: true, location_name: "State"))
3173
3767
  DeleteVocabularyResponse.struct_class = Types::DeleteVocabularyResponse
3174
3768
 
3769
+ DeleteWorkspaceMediaRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3770
+ DeleteWorkspaceMediaRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
3771
+ DeleteWorkspaceMediaRequest.add_member(:media_type, Shapes::ShapeRef.new(shape: MediaType, required: true, location: "querystring", location_name: "mediaType", metadata: {"box" => true}))
3772
+ DeleteWorkspaceMediaRequest.struct_class = Types::DeleteWorkspaceMediaRequest
3773
+
3774
+ DeleteWorkspaceMediaResponse.struct_class = Types::DeleteWorkspaceMediaResponse
3775
+
3776
+ DeleteWorkspacePageRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3777
+ DeleteWorkspacePageRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
3778
+ DeleteWorkspacePageRequest.add_member(:page, Shapes::ShapeRef.new(shape: Page, required: true, location: "uri", location_name: "Page"))
3779
+ DeleteWorkspacePageRequest.struct_class = Types::DeleteWorkspacePageRequest
3780
+
3781
+ DeleteWorkspacePageResponse.struct_class = Types::DeleteWorkspacePageResponse
3782
+
3783
+ DeleteWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3784
+ DeleteWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
3785
+ DeleteWorkspaceRequest.struct_class = Types::DeleteWorkspaceRequest
3786
+
3787
+ DeleteWorkspaceResponse.struct_class = Types::DeleteWorkspaceResponse
3788
+
3175
3789
  DescribeAgentStatusRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3176
3790
  DescribeAgentStatusRequest.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, required: true, location: "uri", location_name: "AgentStatusId"))
3177
3791
  DescribeAgentStatusRequest.struct_class = Types::DescribeAgentStatusRequest
@@ -3223,6 +3837,21 @@ module Aws::Connect
3223
3837
  DescribeContactResponse.add_member(:contact, Shapes::ShapeRef.new(shape: Contact, location_name: "Contact"))
3224
3838
  DescribeContactResponse.struct_class = Types::DescribeContactResponse
3225
3839
 
3840
+ DescribeDataTableAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3841
+ DescribeDataTableAttributeRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
3842
+ DescribeDataTableAttributeRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location: "uri", location_name: "AttributeName"))
3843
+ DescribeDataTableAttributeRequest.struct_class = Types::DescribeDataTableAttributeRequest
3844
+
3845
+ DescribeDataTableAttributeResponse.add_member(:attribute, Shapes::ShapeRef.new(shape: DataTableAttribute, required: true, location_name: "Attribute"))
3846
+ DescribeDataTableAttributeResponse.struct_class = Types::DescribeDataTableAttributeResponse
3847
+
3848
+ DescribeDataTableRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3849
+ DescribeDataTableRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
3850
+ DescribeDataTableRequest.struct_class = Types::DescribeDataTableRequest
3851
+
3852
+ DescribeDataTableResponse.add_member(:data_table, Shapes::ShapeRef.new(shape: DataTable, required: true, location_name: "DataTable"))
3853
+ DescribeDataTableResponse.struct_class = Types::DescribeDataTableResponse
3854
+
3226
3855
  DescribeEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3227
3856
  DescribeEmailAddressRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
3228
3857
  DescribeEmailAddressRequest.struct_class = Types::DescribeEmailAddressRequest
@@ -3378,6 +4007,13 @@ module Aws::Connect
3378
4007
  DescribeVocabularyResponse.add_member(:vocabulary, Shapes::ShapeRef.new(shape: Vocabulary, required: true, location_name: "Vocabulary"))
3379
4008
  DescribeVocabularyResponse.struct_class = Types::DescribeVocabularyResponse
3380
4009
 
4010
+ DescribeWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4011
+ DescribeWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
4012
+ DescribeWorkspaceRequest.struct_class = Types::DescribeWorkspaceRequest
4013
+
4014
+ DescribeWorkspaceResponse.add_member(:workspace, Shapes::ShapeRef.new(shape: Workspace, required: true, location_name: "Workspace"))
4015
+ DescribeWorkspaceResponse.struct_class = Types::DescribeWorkspaceResponse
4016
+
3381
4017
  DestinationNotAllowedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
3382
4018
  DestinationNotAllowedException.struct_class = Types::DestinationNotAllowedException
3383
4019
 
@@ -3464,6 +4100,12 @@ module Aws::Connect
3464
4100
  DisassociateSecurityKeyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
3465
4101
  DisassociateSecurityKeyRequest.struct_class = Types::DisassociateSecurityKeyRequest
3466
4102
 
4103
+ DisassociateSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4104
+ DisassociateSecurityProfilesRequest.add_member(:security_profiles, Shapes::ShapeRef.new(shape: SecurityProfiles, required: true, location_name: "SecurityProfiles"))
4105
+ DisassociateSecurityProfilesRequest.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, required: true, location_name: "EntityType"))
4106
+ DisassociateSecurityProfilesRequest.add_member(:entity_arn, Shapes::ShapeRef.new(shape: EntityArn, required: true, location_name: "EntityArn"))
4107
+ DisassociateSecurityProfilesRequest.struct_class = Types::DisassociateSecurityProfilesRequest
4108
+
3467
4109
  DisassociateTrafficDistributionGroupUserRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
3468
4110
  DisassociateTrafficDistributionGroupUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "querystring", location_name: "UserId"))
3469
4111
  DisassociateTrafficDistributionGroupUserRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "querystring", location_name: "InstanceId"))
@@ -3476,9 +4118,20 @@ module Aws::Connect
3476
4118
  DisassociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyDisassociateList, required: true, location_name: "UserProficiencies"))
3477
4119
  DisassociateUserProficienciesRequest.struct_class = Types::DisassociateUserProficienciesRequest
3478
4120
 
4121
+ DisassociateWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4122
+ DisassociateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
4123
+ DisassociateWorkspaceRequest.add_member(:resource_arns, Shapes::ShapeRef.new(shape: WorkspaceResourceArnList, required: true, location_name: "ResourceArns"))
4124
+ DisassociateWorkspaceRequest.struct_class = Types::DisassociateWorkspaceRequest
4125
+
4126
+ DisassociateWorkspaceResponse.add_member(:successful_list, Shapes::ShapeRef.new(shape: SuccessfulBatchAssociationSummaryList, location_name: "SuccessfulList"))
4127
+ DisassociateWorkspaceResponse.add_member(:failed_list, Shapes::ShapeRef.new(shape: FailedBatchAssociationSummaryList, location_name: "FailedList"))
4128
+ DisassociateWorkspaceResponse.struct_class = Types::DisassociateWorkspaceResponse
4129
+
3479
4130
  DisconnectDetails.add_member(:potential_disconnect_issue, Shapes::ShapeRef.new(shape: PotentialDisconnectIssue, location_name: "PotentialDisconnectIssue"))
3480
4131
  DisconnectDetails.struct_class = Types::DisconnectDetails
3481
4132
 
4133
+ DisconnectOnCustomerExit.member = Shapes::ShapeRef.new(shape: DisconnectOnCustomerExitParticipantType)
4134
+
3482
4135
  DisconnectReason.add_member(:code, Shapes::ShapeRef.new(shape: DisconnectReasonCode, location_name: "Code"))
3483
4136
  DisconnectReason.struct_class = Types::DisconnectReason
3484
4137
 
@@ -3580,6 +4233,18 @@ module Aws::Connect
3580
4233
 
3581
4234
  ErrorResults.member = Shapes::ShapeRef.new(shape: ErrorResult)
3582
4235
 
4236
+ EvaluateDataTableValuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4237
+ EvaluateDataTableValuesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
4238
+ EvaluateDataTableValuesRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueEvaluationSetList, required: true, location_name: "Values"))
4239
+ EvaluateDataTableValuesRequest.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, location_name: "TimeZone"))
4240
+ EvaluateDataTableValuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
4241
+ EvaluateDataTableValuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
4242
+ EvaluateDataTableValuesRequest.struct_class = Types::EvaluateDataTableValuesRequest
4243
+
4244
+ EvaluateDataTableValuesResponse.add_member(:values, Shapes::ShapeRef.new(shape: DataTableEvaluatedValueList, required: true, location_name: "Values"))
4245
+ EvaluateDataTableValuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4246
+ EvaluateDataTableValuesResponse.struct_class = Types::EvaluateDataTableValuesResponse
4247
+
3583
4248
  Evaluation.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationId"))
3584
4249
  Evaluation.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
3585
4250
  Evaluation.add_member(:metadata, Shapes::ShapeRef.new(shape: EvaluationMetadata, required: true, location_name: "Metadata"))
@@ -3605,14 +4270,20 @@ module Aws::Connect
3605
4270
 
3606
4271
  EvaluationAnswerData.add_member(:string_value, Shapes::ShapeRef.new(shape: EvaluationAnswerDataStringValue, location_name: "StringValue"))
3607
4272
  EvaluationAnswerData.add_member(:numeric_value, Shapes::ShapeRef.new(shape: EvaluationAnswerDataNumericValue, location_name: "NumericValue"))
4273
+ EvaluationAnswerData.add_member(:string_values, Shapes::ShapeRef.new(shape: EvaluationAnswerDataStringValueList, location_name: "StringValues"))
4274
+ EvaluationAnswerData.add_member(:date_time_value, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "DateTimeValue"))
3608
4275
  EvaluationAnswerData.add_member(:not_applicable, Shapes::ShapeRef.new(shape: Boolean, location_name: "NotApplicable"))
3609
4276
  EvaluationAnswerData.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3610
4277
  EvaluationAnswerData.add_member_subclass(:string_value, Types::EvaluationAnswerData::StringValue)
3611
4278
  EvaluationAnswerData.add_member_subclass(:numeric_value, Types::EvaluationAnswerData::NumericValue)
4279
+ EvaluationAnswerData.add_member_subclass(:string_values, Types::EvaluationAnswerData::StringValues)
4280
+ EvaluationAnswerData.add_member_subclass(:date_time_value, Types::EvaluationAnswerData::DateTimeValue)
3612
4281
  EvaluationAnswerData.add_member_subclass(:not_applicable, Types::EvaluationAnswerData::NotApplicable)
3613
4282
  EvaluationAnswerData.add_member_subclass(:unknown, Types::EvaluationAnswerData::Unknown)
3614
4283
  EvaluationAnswerData.struct_class = Types::EvaluationAnswerData
3615
4284
 
4285
+ EvaluationAnswerDataStringValueList.member = Shapes::ShapeRef.new(shape: EvaluationAnswerDataStringValue)
4286
+
3616
4287
  EvaluationAnswerInput.add_member(:value, Shapes::ShapeRef.new(shape: EvaluationAnswerData, location_name: "Value"))
3617
4288
  EvaluationAnswerInput.struct_class = Types::EvaluationAnswerInput
3618
4289
 
@@ -3637,6 +4308,10 @@ module Aws::Connect
3637
4308
  EvaluationContactLensAnswerAnalysisDetails.add_member(:matched_rule_categories, Shapes::ShapeRef.new(shape: EvaluationAutomationRuleCategoryList, location_name: "MatchedRuleCategories"))
3638
4309
  EvaluationContactLensAnswerAnalysisDetails.struct_class = Types::EvaluationContactLensAnswerAnalysisDetails
3639
4310
 
4311
+ EvaluationContactParticipant.add_member(:contact_participant_role, Shapes::ShapeRef.new(shape: ContactParticipantRole, location_name: "ContactParticipantRole"))
4312
+ EvaluationContactParticipant.add_member(:contact_participant_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ContactParticipantId"))
4313
+ EvaluationContactParticipant.struct_class = Types::EvaluationContactParticipant
4314
+
3640
4315
  EvaluationForm.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
3641
4316
  EvaluationForm.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
3642
4317
  EvaluationForm.add_member(:locked, Shapes::ShapeRef.new(shape: EvaluationFormVersionIsLocked, required: true, location_name: "Locked"))
@@ -3652,6 +4327,8 @@ module Aws::Connect
3652
4327
  EvaluationForm.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "LastModifiedBy"))
3653
4328
  EvaluationForm.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
3654
4329
  EvaluationForm.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
4330
+ EvaluationForm.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
4331
+ EvaluationForm.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
3655
4332
  EvaluationForm.struct_class = Types::EvaluationForm
3656
4333
 
3657
4334
  EvaluationFormAutoEvaluationConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
@@ -3665,6 +4342,8 @@ module Aws::Connect
3665
4342
  EvaluationFormContent.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, required: true, location_name: "Items"))
3666
4343
  EvaluationFormContent.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
3667
4344
  EvaluationFormContent.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
4345
+ EvaluationFormContent.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
4346
+ EvaluationFormContent.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
3668
4347
  EvaluationFormContent.struct_class = Types::EvaluationFormContent
3669
4348
 
3670
4349
  EvaluationFormItem.add_member(:section, Shapes::ShapeRef.new(shape: EvaluationFormSection, location_name: "Section"))
@@ -3711,6 +4390,33 @@ module Aws::Connect
3711
4390
 
3712
4391
  EvaluationFormItemsList.member = Shapes::ShapeRef.new(shape: EvaluationFormItem)
3713
4392
 
4393
+ EvaluationFormLanguageConfiguration.add_member(:form_language, Shapes::ShapeRef.new(shape: EvaluationFormLanguageCode, location_name: "FormLanguage"))
4394
+ EvaluationFormLanguageConfiguration.struct_class = Types::EvaluationFormLanguageConfiguration
4395
+
4396
+ EvaluationFormMultiSelectQuestionAutomation.add_member(:options, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionAutomationOptionList, location_name: "Options"))
4397
+ EvaluationFormMultiSelectQuestionAutomation.add_member(:default_option_ref_ids, Shapes::ShapeRef.new(shape: ReferenceIdList, location_name: "DefaultOptionRefIds"))
4398
+ EvaluationFormMultiSelectQuestionAutomation.add_member(:answer_source, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAutomationAnswerSource, location_name: "AnswerSource"))
4399
+ EvaluationFormMultiSelectQuestionAutomation.struct_class = Types::EvaluationFormMultiSelectQuestionAutomation
4400
+
4401
+ EvaluationFormMultiSelectQuestionAutomationOption.add_member(:rule_category, Shapes::ShapeRef.new(shape: MultiSelectQuestionRuleCategoryAutomation, location_name: "RuleCategory"))
4402
+ EvaluationFormMultiSelectQuestionAutomationOption.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
4403
+ EvaluationFormMultiSelectQuestionAutomationOption.add_member_subclass(:rule_category, Types::EvaluationFormMultiSelectQuestionAutomationOption::RuleCategory)
4404
+ EvaluationFormMultiSelectQuestionAutomationOption.add_member_subclass(:unknown, Types::EvaluationFormMultiSelectQuestionAutomationOption::Unknown)
4405
+ EvaluationFormMultiSelectQuestionAutomationOption.struct_class = Types::EvaluationFormMultiSelectQuestionAutomationOption
4406
+
4407
+ EvaluationFormMultiSelectQuestionAutomationOptionList.member = Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionAutomationOption)
4408
+
4409
+ EvaluationFormMultiSelectQuestionOption.add_member(:ref_id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location_name: "RefId"))
4410
+ EvaluationFormMultiSelectQuestionOption.add_member(:text, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionOptionText, required: true, location_name: "Text"))
4411
+ EvaluationFormMultiSelectQuestionOption.struct_class = Types::EvaluationFormMultiSelectQuestionOption
4412
+
4413
+ EvaluationFormMultiSelectQuestionOptionList.member = Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionOption)
4414
+
4415
+ EvaluationFormMultiSelectQuestionProperties.add_member(:options, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionOptionList, required: true, location_name: "Options"))
4416
+ EvaluationFormMultiSelectQuestionProperties.add_member(:display_as, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionDisplayMode, location_name: "DisplayAs"))
4417
+ EvaluationFormMultiSelectQuestionProperties.add_member(:automation, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionAutomation, location_name: "Automation"))
4418
+ EvaluationFormMultiSelectQuestionProperties.struct_class = Types::EvaluationFormMultiSelectQuestionProperties
4419
+
3714
4420
  EvaluationFormNumericQuestionAutomation.add_member(:property_value, Shapes::ShapeRef.new(shape: NumericQuestionPropertyValueAutomation, location_name: "PropertyValue"))
3715
4421
  EvaluationFormNumericQuestionAutomation.add_member(:answer_source, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAutomationAnswerSource, location_name: "AnswerSource"))
3716
4422
  EvaluationFormNumericQuestionAutomation.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
@@ -3750,10 +4456,12 @@ module Aws::Connect
3750
4456
  EvaluationFormQuestionTypeProperties.add_member(:numeric, Shapes::ShapeRef.new(shape: EvaluationFormNumericQuestionProperties, location_name: "Numeric"))
3751
4457
  EvaluationFormQuestionTypeProperties.add_member(:single_select, Shapes::ShapeRef.new(shape: EvaluationFormSingleSelectQuestionProperties, location_name: "SingleSelect"))
3752
4458
  EvaluationFormQuestionTypeProperties.add_member(:text, Shapes::ShapeRef.new(shape: EvaluationFormTextQuestionProperties, location_name: "Text"))
4459
+ EvaluationFormQuestionTypeProperties.add_member(:multi_select, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionProperties, location_name: "MultiSelect"))
3753
4460
  EvaluationFormQuestionTypeProperties.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3754
4461
  EvaluationFormQuestionTypeProperties.add_member_subclass(:numeric, Types::EvaluationFormQuestionTypeProperties::Numeric)
3755
4462
  EvaluationFormQuestionTypeProperties.add_member_subclass(:single_select, Types::EvaluationFormQuestionTypeProperties::SingleSelect)
3756
4463
  EvaluationFormQuestionTypeProperties.add_member_subclass(:text, Types::EvaluationFormQuestionTypeProperties::Text)
4464
+ EvaluationFormQuestionTypeProperties.add_member_subclass(:multi_select, Types::EvaluationFormQuestionTypeProperties::MultiSelect)
3757
4465
  EvaluationFormQuestionTypeProperties.add_member_subclass(:unknown, Types::EvaluationFormQuestionTypeProperties::Unknown)
3758
4466
  EvaluationFormQuestionTypeProperties.struct_class = Types::EvaluationFormQuestionTypeProperties
3759
4467
 
@@ -3788,6 +4496,8 @@ module Aws::Connect
3788
4496
  EvaluationFormSearchSummary.add_member(:latest_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "LatestVersion", metadata: {"box" => true}))
3789
4497
  EvaluationFormSearchSummary.add_member(:active_version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "ActiveVersion", metadata: {"box" => true}))
3790
4498
  EvaluationFormSearchSummary.add_member(:auto_evaluation_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoEvaluationEnabled"))
4499
+ EvaluationFormSearchSummary.add_member(:evaluation_form_language, Shapes::ShapeRef.new(shape: EvaluationFormLanguageCode, location_name: "EvaluationFormLanguage"))
4500
+ EvaluationFormSearchSummary.add_member(:contact_interaction_type, Shapes::ShapeRef.new(shape: ContactInteractionType, location_name: "ContactInteractionType"))
3791
4501
  EvaluationFormSearchSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3792
4502
  EvaluationFormSearchSummary.struct_class = Types::EvaluationFormSearchSummary
3793
4503
 
@@ -3842,6 +4552,9 @@ module Aws::Connect
3842
4552
 
3843
4553
  EvaluationFormSummaryList.member = Shapes::ShapeRef.new(shape: EvaluationFormSummary)
3844
4554
 
4555
+ EvaluationFormTargetConfiguration.add_member(:contact_interaction_type, Shapes::ShapeRef.new(shape: ContactInteractionType, required: true, location_name: "ContactInteractionType"))
4556
+ EvaluationFormTargetConfiguration.struct_class = Types::EvaluationFormTargetConfiguration
4557
+
3845
4558
  EvaluationFormTextQuestionAutomation.add_member(:answer_source, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAutomationAnswerSource, location_name: "AnswerSource"))
3846
4559
  EvaluationFormTextQuestionAutomation.struct_class = Types::EvaluationFormTextQuestionAutomation
3847
4560
 
@@ -3872,6 +4585,8 @@ module Aws::Connect
3872
4585
  EvaluationMetadata.add_member(:score, Shapes::ShapeRef.new(shape: EvaluationScore, location_name: "Score"))
3873
4586
  EvaluationMetadata.add_member(:auto_evaluation, Shapes::ShapeRef.new(shape: AutoEvaluationDetails, location_name: "AutoEvaluation"))
3874
4587
  EvaluationMetadata.add_member(:acknowledgement, Shapes::ShapeRef.new(shape: EvaluationAcknowledgement, location_name: "Acknowledgement"))
4588
+ EvaluationMetadata.add_member(:contact_participant, Shapes::ShapeRef.new(shape: EvaluationContactParticipant, location_name: "ContactParticipant"))
4589
+ EvaluationMetadata.add_member(:sampling_job_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "SamplingJobId"))
3875
4590
  EvaluationMetadata.struct_class = Types::EvaluationMetadata
3876
4591
 
3877
4592
  EvaluationNote.add_member(:value, Shapes::ShapeRef.new(shape: EvaluationNoteString, location_name: "Value"))
@@ -3894,6 +4609,7 @@ module Aws::Connect
3894
4609
  EvaluationScore.add_member(:percentage, Shapes::ShapeRef.new(shape: EvaluationScorePercentage, location_name: "Percentage"))
3895
4610
  EvaluationScore.add_member(:not_applicable, Shapes::ShapeRef.new(shape: Boolean, location_name: "NotApplicable"))
3896
4611
  EvaluationScore.add_member(:automatic_fail, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticFail"))
4612
+ EvaluationScore.add_member(:applied_weight, Shapes::ShapeRef.new(shape: Double, location_name: "AppliedWeight"))
3897
4613
  EvaluationScore.struct_class = Types::EvaluationScore
3898
4614
 
3899
4615
  EvaluationScoresMap.key = Shapes::ShapeRef.new(shape: ResourceId)
@@ -3925,12 +4641,17 @@ module Aws::Connect
3925
4641
  EvaluationSearchMetadata.add_member(:acknowledged_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "AcknowledgedTime"))
3926
4642
  EvaluationSearchMetadata.add_member(:acknowledged_by, Shapes::ShapeRef.new(shape: ARN, location_name: "AcknowledgedBy"))
3927
4643
  EvaluationSearchMetadata.add_member(:acknowledger_comment, Shapes::ShapeRef.new(shape: EvaluationAcknowledgerCommentString, location_name: "AcknowledgerComment"))
4644
+ EvaluationSearchMetadata.add_member(:sampling_job_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "SamplingJobId"))
4645
+ EvaluationSearchMetadata.add_member(:review_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ReviewId"))
4646
+ EvaluationSearchMetadata.add_member(:contact_participant_role, Shapes::ShapeRef.new(shape: ContactParticipantRole, location_name: "ContactParticipantRole"))
4647
+ EvaluationSearchMetadata.add_member(:contact_participant_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ContactParticipantId"))
3928
4648
  EvaluationSearchMetadata.struct_class = Types::EvaluationSearchMetadata
3929
4649
 
3930
4650
  EvaluationSearchSummary.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationId"))
3931
4651
  EvaluationSearchSummary.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
3932
4652
  EvaluationSearchSummary.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "EvaluationFormId"))
3933
4653
  EvaluationSearchSummary.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion", metadata: {"box" => true}))
4654
+ EvaluationSearchSummary.add_member(:evaluation_form_title, Shapes::ShapeRef.new(shape: EvaluationFormTitle, location_name: "EvaluationFormTitle"))
3934
4655
  EvaluationSearchSummary.add_member(:metadata, Shapes::ShapeRef.new(shape: EvaluationSearchMetadata, required: true, location_name: "Metadata"))
3935
4656
  EvaluationSearchSummary.add_member(:status, Shapes::ShapeRef.new(shape: EvaluationStatus, required: true, location_name: "Status"))
3936
4657
  EvaluationSearchSummary.add_member(:evaluation_type, Shapes::ShapeRef.new(shape: EvaluationType, location_name: "EvaluationType"))
@@ -3967,6 +4688,7 @@ module Aws::Connect
3967
4688
  EvaluationSummary.add_member(:evaluation_type, Shapes::ShapeRef.new(shape: EvaluationType, location_name: "EvaluationType"))
3968
4689
  EvaluationSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
3969
4690
  EvaluationSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
4691
+ EvaluationSummary.add_member(:contact_participant, Shapes::ShapeRef.new(shape: EvaluationContactParticipant, location_name: "ContactParticipant"))
3970
4692
  EvaluationSummary.struct_class = Types::EvaluationSummary
3971
4693
 
3972
4694
  EvaluationSummaryList.member = Shapes::ShapeRef.new(shape: EvaluationSummary)
@@ -4001,6 +4723,13 @@ module Aws::Connect
4001
4723
  ExternalInvocationConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
4002
4724
  ExternalInvocationConfiguration.struct_class = Types::ExternalInvocationConfiguration
4003
4725
 
4726
+ FailedBatchAssociationSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
4727
+ FailedBatchAssociationSummary.add_member(:error_code, Shapes::ShapeRef.new(shape: WorkspaceErrorCode, location_name: "ErrorCode"))
4728
+ FailedBatchAssociationSummary.add_member(:error_message, Shapes::ShapeRef.new(shape: WorkspaceBatchErrorMessage, location_name: "ErrorMessage"))
4729
+ FailedBatchAssociationSummary.struct_class = Types::FailedBatchAssociationSummary
4730
+
4731
+ FailedBatchAssociationSummaryList.member = Shapes::ShapeRef.new(shape: FailedBatchAssociationSummary)
4732
+
4004
4733
  FailedRequest.add_member(:request_identifier, Shapes::ShapeRef.new(shape: RequestIdentifier, location_name: "RequestIdentifier"))
4005
4734
  FailedRequest.add_member(:failure_reason_code, Shapes::ShapeRef.new(shape: FailureReasonCode, location_name: "FailureReasonCode"))
4006
4735
  FailedRequest.add_member(:failure_reason_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureReasonMessage"))
@@ -4024,8 +4753,12 @@ module Aws::Connect
4024
4753
 
4025
4754
  FilterV2.add_member(:filter_key, Shapes::ShapeRef.new(shape: ResourceArnOrId, location_name: "FilterKey"))
4026
4755
  FilterV2.add_member(:filter_values, Shapes::ShapeRef.new(shape: FilterValueList, location_name: "FilterValues"))
4756
+ FilterV2.add_member(:string_condition, Shapes::ShapeRef.new(shape: FilterV2StringCondition, location_name: "StringCondition"))
4027
4757
  FilterV2.struct_class = Types::FilterV2
4028
4758
 
4759
+ FilterV2StringCondition.add_member(:comparison, Shapes::ShapeRef.new(shape: FilterV2StringConditionComparisonOperator, location_name: "Comparison"))
4760
+ FilterV2StringCondition.struct_class = Types::FilterV2StringCondition
4761
+
4029
4762
  FilterValueList.member = Shapes::ShapeRef.new(shape: ResourceArnOrId)
4030
4763
 
4031
4764
  Filters.add_member(:queues, Shapes::ShapeRef.new(shape: Queues, location_name: "Queues"))
@@ -4044,6 +4777,16 @@ module Aws::Connect
4044
4777
 
4045
4778
  FlowAssociationSummaryList.member = Shapes::ShapeRef.new(shape: FlowAssociationSummary)
4046
4779
 
4780
+ FlowModule.add_member(:type, Shapes::ShapeRef.new(shape: FlowModuleType, location_name: "Type"))
4781
+ FlowModule.add_member(:flow_module_id, Shapes::ShapeRef.new(shape: FlowModuleId, location_name: "FlowModuleId"))
4782
+ FlowModule.struct_class = Types::FlowModule
4783
+
4784
+ FlowQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
4785
+ FlowQuickConnectConfig.struct_class = Types::FlowQuickConnectConfig
4786
+
4787
+ FontFamily.add_member(:default, Shapes::ShapeRef.new(shape: WorkspaceFontFamily, location_name: "Default"))
4788
+ FontFamily.struct_class = Types::FontFamily
4789
+
4047
4790
  FunctionArnsList.member = Shapes::ShapeRef.new(shape: FunctionArn)
4048
4791
 
4049
4792
  GetAttachedFileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -4206,6 +4949,9 @@ module Aws::Connect
4206
4949
  GetTrafficDistributionResponse.add_member(:agent_config, Shapes::ShapeRef.new(shape: AgentConfig, location_name: "AgentConfig"))
4207
4950
  GetTrafficDistributionResponse.struct_class = Types::GetTrafficDistributionResponse
4208
4951
 
4952
+ GranularAccessControlConfiguration.add_member(:data_table_access_control_configuration, Shapes::ShapeRef.new(shape: DataTableAccessControlConfiguration, location_name: "DataTableAccessControlConfiguration"))
4953
+ GranularAccessControlConfiguration.struct_class = Types::GranularAccessControlConfiguration
4954
+
4209
4955
  Groupings.member = Shapes::ShapeRef.new(shape: Grouping)
4210
4956
 
4211
4957
  GroupingsV2.member = Shapes::ShapeRef.new(shape: GroupingV2)
@@ -4379,6 +5125,10 @@ module Aws::Connect
4379
5125
  IdempotencyException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
4380
5126
  IdempotencyException.struct_class = Types::IdempotencyException
4381
5127
 
5128
+ ImagesLogo.add_member(:default, Shapes::ShapeRef.new(shape: ThemeImageLink, location_name: "Default"))
5129
+ ImagesLogo.add_member(:favicon, Shapes::ShapeRef.new(shape: ThemeImageLink, location_name: "Favicon"))
5130
+ ImagesLogo.struct_class = Types::ImagesLogo
5131
+
4382
5132
  ImportPhoneNumberRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
4383
5133
  ImportPhoneNumberRequest.add_member(:source_phone_number_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "SourcePhoneNumberArn"))
4384
5134
  ImportPhoneNumberRequest.add_member(:phone_number_description, Shapes::ShapeRef.new(shape: PhoneNumberDescription, location_name: "PhoneNumberDescription"))
@@ -4390,6 +5140,14 @@ module Aws::Connect
4390
5140
  ImportPhoneNumberResponse.add_member(:phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "PhoneNumberArn"))
4391
5141
  ImportPhoneNumberResponse.struct_class = Types::ImportPhoneNumberResponse
4392
5142
 
5143
+ ImportWorkspaceMediaRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5144
+ ImportWorkspaceMediaRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
5145
+ ImportWorkspaceMediaRequest.add_member(:media_type, Shapes::ShapeRef.new(shape: MediaType, required: true, location_name: "MediaType"))
5146
+ ImportWorkspaceMediaRequest.add_member(:media_source, Shapes::ShapeRef.new(shape: MediaSource, required: true, location_name: "MediaSource"))
5147
+ ImportWorkspaceMediaRequest.struct_class = Types::ImportWorkspaceMediaRequest
5148
+
5149
+ ImportWorkspaceMediaResponse.struct_class = Types::ImportWorkspaceMediaResponse
5150
+
4393
5151
  InboundAdditionalRecipients.add_member(:to_addresses, Shapes::ShapeRef.new(shape: EmailAddressRecipientList, location_name: "ToAddresses"))
4394
5152
  InboundAdditionalRecipients.add_member(:cc_addresses, Shapes::ShapeRef.new(shape: EmailAddressRecipientList, location_name: "CcAddresses"))
4395
5153
  InboundAdditionalRecipients.struct_class = Types::InboundAdditionalRecipients
@@ -4664,6 +5422,50 @@ module Aws::Connect
4664
5422
  ListContactReferencesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4665
5423
  ListContactReferencesResponse.struct_class = Types::ListContactReferencesResponse
4666
5424
 
5425
+ ListDataTableAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5426
+ ListDataTableAttributesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
5427
+ ListDataTableAttributesRequest.add_member(:attribute_ids, Shapes::ShapeRef.new(shape: AttributeIds, location_name: "AttributeIds"))
5428
+ ListDataTableAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
5429
+ ListDataTableAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
5430
+ ListDataTableAttributesRequest.struct_class = Types::ListDataTableAttributesRequest
5431
+
5432
+ ListDataTableAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5433
+ ListDataTableAttributesResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeList, required: true, location_name: "Attributes"))
5434
+ ListDataTableAttributesResponse.struct_class = Types::ListDataTableAttributesResponse
5435
+
5436
+ ListDataTablePrimaryValuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5437
+ ListDataTablePrimaryValuesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
5438
+ ListDataTablePrimaryValuesRequest.add_member(:record_ids, Shapes::ShapeRef.new(shape: RecordIds, location_name: "RecordIds"))
5439
+ ListDataTablePrimaryValuesRequest.add_member(:primary_attribute_values, Shapes::ShapeRef.new(shape: PrimaryAttributeValueFilters, location_name: "PrimaryAttributeValues"))
5440
+ ListDataTablePrimaryValuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
5441
+ ListDataTablePrimaryValuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
5442
+ ListDataTablePrimaryValuesRequest.struct_class = Types::ListDataTablePrimaryValuesRequest
5443
+
5444
+ ListDataTablePrimaryValuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5445
+ ListDataTablePrimaryValuesResponse.add_member(:primary_values_list, Shapes::ShapeRef.new(shape: PrimaryValuesList, required: true, location_name: "PrimaryValuesList"))
5446
+ ListDataTablePrimaryValuesResponse.struct_class = Types::ListDataTablePrimaryValuesResponse
5447
+
5448
+ ListDataTableValuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5449
+ ListDataTableValuesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
5450
+ ListDataTableValuesRequest.add_member(:record_ids, Shapes::ShapeRef.new(shape: RecordIds, location_name: "RecordIds"))
5451
+ ListDataTableValuesRequest.add_member(:primary_attribute_values, Shapes::ShapeRef.new(shape: PrimaryAttributeValueFilters, location_name: "PrimaryAttributeValues"))
5452
+ ListDataTableValuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
5453
+ ListDataTableValuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
5454
+ ListDataTableValuesRequest.struct_class = Types::ListDataTableValuesRequest
5455
+
5456
+ ListDataTableValuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5457
+ ListDataTableValuesResponse.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueSummaryList, required: true, location_name: "Values"))
5458
+ ListDataTableValuesResponse.struct_class = Types::ListDataTableValuesResponse
5459
+
5460
+ ListDataTablesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5461
+ ListDataTablesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
5462
+ ListDataTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
5463
+ ListDataTablesRequest.struct_class = Types::ListDataTablesRequest
5464
+
5465
+ ListDataTablesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5466
+ ListDataTablesResponse.add_member(:data_table_summary_list, Shapes::ShapeRef.new(shape: DataTableSummaryList, required: true, location_name: "DataTableSummaryList"))
5467
+ ListDataTablesResponse.struct_class = Types::ListDataTablesResponse
5468
+
4667
5469
  ListDefaultVocabulariesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4668
5470
  ListDefaultVocabulariesRequest.add_member(:language_code, Shapes::ShapeRef.new(shape: VocabularyLanguageCode, location_name: "LanguageCode"))
4669
5471
  ListDefaultVocabulariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
@@ -4674,6 +5476,17 @@ module Aws::Connect
4674
5476
  ListDefaultVocabulariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: VocabularyNextToken, location_name: "NextToken"))
4675
5477
  ListDefaultVocabulariesResponse.struct_class = Types::ListDefaultVocabulariesResponse
4676
5478
 
5479
+ ListEntitySecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5480
+ ListEntitySecurityProfilesRequest.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, required: true, location_name: "EntityType"))
5481
+ ListEntitySecurityProfilesRequest.add_member(:entity_arn, Shapes::ShapeRef.new(shape: EntityArn, required: true, location_name: "EntityArn"))
5482
+ ListEntitySecurityProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
5483
+ ListEntitySecurityProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
5484
+ ListEntitySecurityProfilesRequest.struct_class = Types::ListEntitySecurityProfilesRequest
5485
+
5486
+ ListEntitySecurityProfilesResponse.add_member(:security_profiles, Shapes::ShapeRef.new(shape: SecurityProfiles100, location_name: "SecurityProfiles"))
5487
+ ListEntitySecurityProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
5488
+ ListEntitySecurityProfilesResponse.struct_class = Types::ListEntitySecurityProfilesResponse
5489
+
4677
5490
  ListEvaluationFormVersionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4678
5491
  ListEvaluationFormVersionsRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
4679
5492
  ListEvaluationFormVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
@@ -4946,6 +5759,18 @@ module Aws::Connect
4946
5759
  ListSecurityProfileApplicationsResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
4947
5760
  ListSecurityProfileApplicationsResponse.struct_class = Types::ListSecurityProfileApplicationsResponse
4948
5761
 
5762
+ ListSecurityProfileFlowModulesRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
5763
+ ListSecurityProfileFlowModulesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5764
+ ListSecurityProfileFlowModulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
5765
+ ListSecurityProfileFlowModulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults"))
5766
+ ListSecurityProfileFlowModulesRequest.struct_class = Types::ListSecurityProfileFlowModulesRequest
5767
+
5768
+ ListSecurityProfileFlowModulesResponse.add_member(:allowed_flow_modules, Shapes::ShapeRef.new(shape: AllowedFlowModules, location_name: "AllowedFlowModules"))
5769
+ ListSecurityProfileFlowModulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5770
+ ListSecurityProfileFlowModulesResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
5771
+ ListSecurityProfileFlowModulesResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
5772
+ ListSecurityProfileFlowModulesResponse.struct_class = Types::ListSecurityProfileFlowModulesResponse
5773
+
4949
5774
  ListSecurityProfilePermissionsRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
4950
5775
  ListSecurityProfilePermissionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4951
5776
  ListSecurityProfilePermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -5062,6 +5887,32 @@ module Aws::Connect
5062
5887
  ListViewsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: ViewsNextToken, location_name: "NextToken"))
5063
5888
  ListViewsResponse.struct_class = Types::ListViewsResponse
5064
5889
 
5890
+ ListWorkspaceMediaRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5891
+ ListWorkspaceMediaRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
5892
+ ListWorkspaceMediaRequest.struct_class = Types::ListWorkspaceMediaRequest
5893
+
5894
+ ListWorkspaceMediaResponse.add_member(:media, Shapes::ShapeRef.new(shape: MediaList, location_name: "Media"))
5895
+ ListWorkspaceMediaResponse.struct_class = Types::ListWorkspaceMediaResponse
5896
+
5897
+ ListWorkspacePagesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5898
+ ListWorkspacePagesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
5899
+ ListWorkspacePagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
5900
+ ListWorkspacePagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults"))
5901
+ ListWorkspacePagesRequest.struct_class = Types::ListWorkspacePagesRequest
5902
+
5903
+ ListWorkspacePagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5904
+ ListWorkspacePagesResponse.add_member(:workspace_page_list, Shapes::ShapeRef.new(shape: WorkspacePageList, required: true, location_name: "WorkspacePageList"))
5905
+ ListWorkspacePagesResponse.struct_class = Types::ListWorkspacePagesResponse
5906
+
5907
+ ListWorkspacesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5908
+ ListWorkspacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
5909
+ ListWorkspacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
5910
+ ListWorkspacesRequest.struct_class = Types::ListWorkspacesRequest
5911
+
5912
+ ListWorkspacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5913
+ ListWorkspacesResponse.add_member(:workspace_summary_list, Shapes::ShapeRef.new(shape: WorkspaceSummaryList, required: true, location_name: "WorkspaceSummaryList"))
5914
+ ListWorkspacesResponse.struct_class = Types::ListWorkspacesResponse
5915
+
5065
5916
  MatchCriteria.add_member(:agents_criteria, Shapes::ShapeRef.new(shape: AgentsCriteria, location_name: "AgentsCriteria"))
5066
5917
  MatchCriteria.struct_class = Types::MatchCriteria
5067
5918
 
@@ -5075,6 +5926,12 @@ module Aws::Connect
5075
5926
  MediaConcurrency.add_member(:cross_channel_behavior, Shapes::ShapeRef.new(shape: CrossChannelBehavior, location_name: "CrossChannelBehavior"))
5076
5927
  MediaConcurrency.struct_class = Types::MediaConcurrency
5077
5928
 
5929
+ MediaItem.add_member(:type, Shapes::ShapeRef.new(shape: MediaType, location_name: "Type"))
5930
+ MediaItem.add_member(:source, Shapes::ShapeRef.new(shape: MediaSource, location_name: "Source"))
5931
+ MediaItem.struct_class = Types::MediaItem
5932
+
5933
+ MediaList.member = Shapes::ShapeRef.new(shape: MediaItem)
5934
+
5078
5935
  MediaPlacement.add_member(:audio_host_url, Shapes::ShapeRef.new(shape: URI, location_name: "AudioHostUrl"))
5079
5936
  MediaPlacement.add_member(:audio_fallback_url, Shapes::ShapeRef.new(shape: URI, location_name: "AudioFallbackUrl"))
5080
5937
  MediaPlacement.add_member(:signaling_url, Shapes::ShapeRef.new(shape: URI, location_name: "SignalingUrl"))
@@ -5120,6 +5977,7 @@ module Aws::Connect
5120
5977
 
5121
5978
  MetricV2.add_member(:name, Shapes::ShapeRef.new(shape: MetricNameV2, location_name: "Name"))
5122
5979
  MetricV2.add_member(:threshold, Shapes::ShapeRef.new(shape: ThresholdCollections, location_name: "Threshold"))
5980
+ MetricV2.add_member(:metric_id, Shapes::ShapeRef.new(shape: MetricId, location_name: "MetricId"))
5123
5981
  MetricV2.add_member(:metric_filters, Shapes::ShapeRef.new(shape: MetricFiltersV2List, location_name: "MetricFilters"))
5124
5982
  MetricV2.struct_class = Types::MetricV2
5125
5983
 
@@ -5136,6 +5994,11 @@ module Aws::Connect
5136
5994
  MonitorContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
5137
5995
  MonitorContactResponse.struct_class = Types::MonitorContactResponse
5138
5996
 
5997
+ MultiSelectQuestionRuleCategoryAutomation.add_member(:category, Shapes::ShapeRef.new(shape: MultiSelectQuestionRuleCategoryAutomationLabel, required: true, location_name: "Category"))
5998
+ MultiSelectQuestionRuleCategoryAutomation.add_member(:condition, Shapes::ShapeRef.new(shape: MultiSelectQuestionRuleCategoryAutomationCondition, required: true, location_name: "Condition"))
5999
+ MultiSelectQuestionRuleCategoryAutomation.add_member(:option_ref_ids, Shapes::ShapeRef.new(shape: ReferenceIdList, required: true, location_name: "OptionRefIds"))
6000
+ MultiSelectQuestionRuleCategoryAutomation.struct_class = Types::MultiSelectQuestionRuleCategoryAutomation
6001
+
5139
6002
  NameCriteria.add_member(:search_text, Shapes::ShapeRef.new(shape: SearchTextList, required: true, location_name: "SearchText"))
5140
6003
  NameCriteria.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, required: true, location_name: "MatchType"))
5141
6004
  NameCriteria.struct_class = Types::NameCriteria
@@ -5146,6 +6009,18 @@ module Aws::Connect
5146
6009
  NewSessionDetails.add_member(:streaming_configuration, Shapes::ShapeRef.new(shape: ChatStreamingConfiguration, location_name: "StreamingConfiguration"))
5147
6010
  NewSessionDetails.struct_class = Types::NewSessionDetails
5148
6011
 
6012
+ NextContactEntry.add_member(:type, Shapes::ShapeRef.new(shape: NextContactType, location_name: "Type"))
6013
+ NextContactEntry.add_member(:next_contact_metadata, Shapes::ShapeRef.new(shape: NextContactMetadata, location_name: "NextContactMetadata"))
6014
+ NextContactEntry.struct_class = Types::NextContactEntry
6015
+
6016
+ NextContactMetadata.add_member(:quick_connect_contact_data, Shapes::ShapeRef.new(shape: QuickConnectContactData, location_name: "QuickConnectContactData"))
6017
+ NextContactMetadata.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
6018
+ NextContactMetadata.add_member_subclass(:quick_connect_contact_data, Types::NextContactMetadata::QuickConnectContactData)
6019
+ NextContactMetadata.add_member_subclass(:unknown, Types::NextContactMetadata::Unknown)
6020
+ NextContactMetadata.struct_class = Types::NextContactMetadata
6021
+
6022
+ NextContacts.member = Shapes::ShapeRef.new(shape: NextContactEntry)
6023
+
5149
6024
  NotificationRecipientType.add_member(:user_tags, Shapes::ShapeRef.new(shape: UserTagMap, location_name: "UserTags"))
5150
6025
  NotificationRecipientType.add_member(:user_ids, Shapes::ShapeRef.new(shape: UserIdList, location_name: "UserIds"))
5151
6026
  NotificationRecipientType.struct_class = Types::NotificationRecipientType
@@ -5209,10 +6084,38 @@ module Aws::Connect
5209
6084
  OverrideTimeSlice.add_member(:minutes, Shapes::ShapeRef.new(shape: MinutesLimit60, required: true, location_name: "Minutes", metadata: {"box" => true}))
5210
6085
  OverrideTimeSlice.struct_class = Types::OverrideTimeSlice
5211
6086
 
6087
+ PaletteCanvas.add_member(:container_background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "ContainerBackground"))
6088
+ PaletteCanvas.add_member(:page_background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "PageBackground"))
6089
+ PaletteCanvas.add_member(:active_background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "ActiveBackground"))
6090
+ PaletteCanvas.struct_class = Types::PaletteCanvas
6091
+
6092
+ PaletteHeader.add_member(:background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Background"))
6093
+ PaletteHeader.add_member(:text, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Text"))
6094
+ PaletteHeader.add_member(:text_hover, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextHover"))
6095
+ PaletteHeader.add_member(:invert_actions_colors, Shapes::ShapeRef.new(shape: Boolean, location_name: "InvertActionsColors"))
6096
+ PaletteHeader.struct_class = Types::PaletteHeader
6097
+
6098
+ PaletteNavigation.add_member(:background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Background"))
6099
+ PaletteNavigation.add_member(:text_background_hover, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextBackgroundHover"))
6100
+ PaletteNavigation.add_member(:text_background_active, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextBackgroundActive"))
6101
+ PaletteNavigation.add_member(:text, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Text"))
6102
+ PaletteNavigation.add_member(:text_hover, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextHover"))
6103
+ PaletteNavigation.add_member(:text_active, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextActive"))
6104
+ PaletteNavigation.add_member(:invert_actions_colors, Shapes::ShapeRef.new(shape: Boolean, location_name: "InvertActionsColors"))
6105
+ PaletteNavigation.struct_class = Types::PaletteNavigation
6106
+
6107
+ PalettePrimary.add_member(:default, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Default"))
6108
+ PalettePrimary.add_member(:active, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Active"))
6109
+ PalettePrimary.add_member(:contrast_text, Shapes::ShapeRef.new(shape: ThemeString, location_name: "ContrastText"))
6110
+ PalettePrimary.struct_class = Types::PalettePrimary
6111
+
5212
6112
  ParticipantCapabilities.add_member(:video, Shapes::ShapeRef.new(shape: VideoCapability, location_name: "Video"))
5213
6113
  ParticipantCapabilities.add_member(:screen_share, Shapes::ShapeRef.new(shape: ScreenShareCapability, location_name: "ScreenShare"))
5214
6114
  ParticipantCapabilities.struct_class = Types::ParticipantCapabilities
5215
6115
 
6116
+ ParticipantConfiguration.add_member(:response_mode, Shapes::ShapeRef.new(shape: ResponseMode, location_name: "ResponseMode"))
6117
+ ParticipantConfiguration.struct_class = Types::ParticipantConfiguration
6118
+
5216
6119
  ParticipantDetails.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "DisplayName"))
5217
6120
  ParticipantDetails.struct_class = Types::ParticipantDetails
5218
6121
 
@@ -5331,6 +6234,39 @@ module Aws::Connect
5331
6234
  Preview.add_member(:allowed_user_actions, Shapes::ShapeRef.new(shape: AllowedUserActions, required: true, location_name: "AllowedUserActions"))
5332
6235
  Preview.struct_class = Types::Preview
5333
6236
 
6237
+ PrimaryAttributeAccessControlConfigurationItem.add_member(:primary_attribute_values, Shapes::ShapeRef.new(shape: PrimaryAttributeValuesSet, location_name: "PrimaryAttributeValues"))
6238
+ PrimaryAttributeAccessControlConfigurationItem.struct_class = Types::PrimaryAttributeAccessControlConfigurationItem
6239
+
6240
+ PrimaryAttributeValue.add_member(:access_type, Shapes::ShapeRef.new(shape: AccessType, location_name: "AccessType"))
6241
+ PrimaryAttributeValue.add_member(:attribute_name, Shapes::ShapeRef.new(shape: PrimaryAttributeContextKeyName, location_name: "AttributeName"))
6242
+ PrimaryAttributeValue.add_member(:values, Shapes::ShapeRef.new(shape: PrimaryValueList, location_name: "Values"))
6243
+ PrimaryAttributeValue.struct_class = Types::PrimaryAttributeValue
6244
+
6245
+ PrimaryAttributeValueFilter.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
6246
+ PrimaryAttributeValueFilter.add_member(:values, Shapes::ShapeRef.new(shape: ValueList, required: true, location_name: "Values"))
6247
+ PrimaryAttributeValueFilter.struct_class = Types::PrimaryAttributeValueFilter
6248
+
6249
+ PrimaryAttributeValueFilters.member = Shapes::ShapeRef.new(shape: PrimaryAttributeValueFilter)
6250
+
6251
+ PrimaryAttributeValuesSet.member = Shapes::ShapeRef.new(shape: PrimaryAttributeValue)
6252
+
6253
+ PrimaryValue.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
6254
+ PrimaryValue.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
6255
+ PrimaryValue.struct_class = Types::PrimaryValue
6256
+
6257
+ PrimaryValueList.member = Shapes::ShapeRef.new(shape: IAMRestrictedPrimaryValue)
6258
+
6259
+ PrimaryValueResponse.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, location_name: "AttributeName"))
6260
+ PrimaryValueResponse.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "AttributeId"))
6261
+ PrimaryValueResponse.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
6262
+ PrimaryValueResponse.struct_class = Types::PrimaryValueResponse
6263
+
6264
+ PrimaryValuesList.member = Shapes::ShapeRef.new(shape: RecordPrimaryValue)
6265
+
6266
+ PrimaryValuesResponseSet.member = Shapes::ShapeRef.new(shape: PrimaryValueResponse)
6267
+
6268
+ PrimaryValuesSet.member = Shapes::ShapeRef.new(shape: PrimaryValue)
6269
+
5334
6270
  ProblemDetail.add_member(:message, Shapes::ShapeRef.new(shape: ProblemMessageString, location_name: "message"))
5335
6271
  ProblemDetail.struct_class = Types::ProblemDetail
5336
6272
 
@@ -5460,8 +6396,16 @@ module Aws::Connect
5460
6396
  QuickConnectConfig.add_member(:user_config, Shapes::ShapeRef.new(shape: UserQuickConnectConfig, location_name: "UserConfig"))
5461
6397
  QuickConnectConfig.add_member(:queue_config, Shapes::ShapeRef.new(shape: QueueQuickConnectConfig, location_name: "QueueConfig"))
5462
6398
  QuickConnectConfig.add_member(:phone_config, Shapes::ShapeRef.new(shape: PhoneNumberQuickConnectConfig, location_name: "PhoneConfig"))
6399
+ QuickConnectConfig.add_member(:flow_config, Shapes::ShapeRef.new(shape: FlowQuickConnectConfig, location_name: "FlowConfig"))
5463
6400
  QuickConnectConfig.struct_class = Types::QuickConnectConfig
5464
6401
 
6402
+ QuickConnectContactData.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
6403
+ QuickConnectContactData.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "InitiationTimestamp"))
6404
+ QuickConnectContactData.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
6405
+ QuickConnectContactData.add_member(:quick_connect_name, Shapes::ShapeRef.new(shape: QuickConnectName, location_name: "QuickConnectName"))
6406
+ QuickConnectContactData.add_member(:quick_connect_type, Shapes::ShapeRef.new(shape: QuickConnectType, location_name: "QuickConnectType"))
6407
+ QuickConnectContactData.struct_class = Types::QuickConnectContactData
6408
+
5465
6409
  QuickConnectSearchConditionList.member = Shapes::ShapeRef.new(shape: QuickConnectSearchCriteria)
5466
6410
 
5467
6411
  QuickConnectSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: QuickConnectSearchConditionList, location_name: "OrConditions"))
@@ -5607,6 +6551,14 @@ module Aws::Connect
5607
6551
 
5608
6552
  RealtimeContactAnalysisSegments.member = Shapes::ShapeRef.new(shape: RealtimeContactAnalysisSegment)
5609
6553
 
6554
+ RecordIds.member = Shapes::ShapeRef.new(shape: DataTableId)
6555
+
6556
+ RecordPrimaryValue.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "RecordId"))
6557
+ RecordPrimaryValue.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesResponseSet, location_name: "PrimaryValues"))
6558
+ RecordPrimaryValue.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
6559
+ RecordPrimaryValue.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
6560
+ RecordPrimaryValue.struct_class = Types::RecordPrimaryValue
6561
+
5610
6562
  RecordingInfo.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
5611
6563
  RecordingInfo.add_member(:location, Shapes::ShapeRef.new(shape: RecordingLocation, location_name: "Location"))
5612
6564
  RecordingInfo.add_member(:media_stream_type, Shapes::ShapeRef.new(shape: MediaStreamType, location_name: "MediaStreamType"))
@@ -5617,6 +6569,7 @@ module Aws::Connect
5617
6569
  RecordingInfo.add_member(:stop_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "StopTimestamp"))
5618
6570
  RecordingInfo.add_member(:status, Shapes::ShapeRef.new(shape: RecordingStatus, location_name: "Status"))
5619
6571
  RecordingInfo.add_member(:deletion_reason, Shapes::ShapeRef.new(shape: RecordingDeletionReason, location_name: "DeletionReason"))
6572
+ RecordingInfo.add_member(:unprocessed_transcript_location, Shapes::ShapeRef.new(shape: UnprocessedTranscriptLocation, location_name: "UnprocessedTranscriptLocation"))
5620
6573
  RecordingInfo.struct_class = Types::RecordingInfo
5621
6574
 
5622
6575
  Recordings.member = Shapes::ShapeRef.new(shape: RecordingInfo)
@@ -5628,9 +6581,12 @@ module Aws::Connect
5628
6581
  Reference.add_member(:status_reason, Shapes::ShapeRef.new(shape: ReferenceStatusReason, location_name: "StatusReason"))
5629
6582
  Reference.struct_class = Types::Reference
5630
6583
 
6584
+ ReferenceIdList.member = Shapes::ShapeRef.new(shape: ReferenceId)
6585
+
5631
6586
  ReferenceSummary.add_member(:url, Shapes::ShapeRef.new(shape: UrlReference, location_name: "Url"))
5632
6587
  ReferenceSummary.add_member(:attachment, Shapes::ShapeRef.new(shape: AttachmentReference, location_name: "Attachment"))
5633
6588
  ReferenceSummary.add_member(:email_message, Shapes::ShapeRef.new(shape: EmailMessageReference, location_name: "EmailMessage"))
6589
+ ReferenceSummary.add_member(:email_message_plain_text, Shapes::ShapeRef.new(shape: EmailMessageReference, location_name: "EmailMessagePlainText"))
5634
6590
  ReferenceSummary.add_member(:string, Shapes::ShapeRef.new(shape: StringReference, location_name: "String"))
5635
6591
  ReferenceSummary.add_member(:number, Shapes::ShapeRef.new(shape: NumberReference, location_name: "Number"))
5636
6592
  ReferenceSummary.add_member(:date, Shapes::ShapeRef.new(shape: DateReference, location_name: "Date"))
@@ -5639,6 +6595,7 @@ module Aws::Connect
5639
6595
  ReferenceSummary.add_member_subclass(:url, Types::ReferenceSummary::Url)
5640
6596
  ReferenceSummary.add_member_subclass(:attachment, Types::ReferenceSummary::Attachment)
5641
6597
  ReferenceSummary.add_member_subclass(:email_message, Types::ReferenceSummary::EmailMessage)
6598
+ ReferenceSummary.add_member_subclass(:email_message_plain_text, Types::ReferenceSummary::EmailMessagePlainText)
5642
6599
  ReferenceSummary.add_member_subclass(:string, Types::ReferenceSummary::String)
5643
6600
  ReferenceSummary.add_member_subclass(:number, Types::ReferenceSummary::Number)
5644
6601
  ReferenceSummary.add_member_subclass(:date, Types::ReferenceSummary::Date)
@@ -5970,6 +6927,18 @@ module Aws::Connect
5970
6927
  SearchCriteria.add_member(:searchable_segment_attributes, Shapes::ShapeRef.new(shape: SearchableSegmentAttributes, location_name: "SearchableSegmentAttributes"))
5971
6928
  SearchCriteria.struct_class = Types::SearchCriteria
5972
6929
 
6930
+ SearchDataTablesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
6931
+ SearchDataTablesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6932
+ SearchDataTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location_name: "MaxResults", metadata: {"box" => true}))
6933
+ SearchDataTablesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: DataTableSearchFilter, location_name: "SearchFilter"))
6934
+ SearchDataTablesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: DataTableSearchCriteria, location_name: "SearchCriteria"))
6935
+ SearchDataTablesRequest.struct_class = Types::SearchDataTablesRequest
6936
+
6937
+ SearchDataTablesResponse.add_member(:data_tables, Shapes::ShapeRef.new(shape: DataTableList, location_name: "DataTables"))
6938
+ SearchDataTablesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6939
+ SearchDataTablesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
6940
+ SearchDataTablesResponse.struct_class = Types::SearchDataTablesResponse
6941
+
5973
6942
  SearchEmailAddressesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
5974
6943
  SearchEmailAddressesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
5975
6944
  SearchEmailAddressesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
@@ -6126,6 +7095,18 @@ module Aws::Connect
6126
7095
  SearchUsersResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
6127
7096
  SearchUsersResponse.struct_class = Types::SearchUsersResponse
6128
7097
 
7098
+ SearchViewsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location_name: "InstanceId"))
7099
+ SearchViewsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
7100
+ SearchViewsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
7101
+ SearchViewsRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: ViewSearchFilter, location_name: "SearchFilter"))
7102
+ SearchViewsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: ViewSearchCriteria, location_name: "SearchCriteria"))
7103
+ SearchViewsRequest.struct_class = Types::SearchViewsRequest
7104
+
7105
+ SearchViewsResponse.add_member(:views, Shapes::ShapeRef.new(shape: ViewSearchSummaryList, location_name: "Views"))
7106
+ SearchViewsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
7107
+ SearchViewsResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
7108
+ SearchViewsResponse.struct_class = Types::SearchViewsResponse
7109
+
6129
7110
  SearchVocabulariesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
6130
7111
  SearchVocabulariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
6131
7112
  SearchVocabulariesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: VocabularyNextToken, location_name: "NextToken"))
@@ -6138,6 +7119,30 @@ module Aws::Connect
6138
7119
  SearchVocabulariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: VocabularyNextToken, location_name: "NextToken"))
6139
7120
  SearchVocabulariesResponse.struct_class = Types::SearchVocabulariesResponse
6140
7121
 
7122
+ SearchWorkspaceAssociationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
7123
+ SearchWorkspaceAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
7124
+ SearchWorkspaceAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box" => true}))
7125
+ SearchWorkspaceAssociationsRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchFilter, location_name: "SearchFilter"))
7126
+ SearchWorkspaceAssociationsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchCriteria, location_name: "SearchCriteria"))
7127
+ SearchWorkspaceAssociationsRequest.struct_class = Types::SearchWorkspaceAssociationsRequest
7128
+
7129
+ SearchWorkspaceAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
7130
+ SearchWorkspaceAssociationsResponse.add_member(:workspace_associations, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchSummaryList, location_name: "WorkspaceAssociations"))
7131
+ SearchWorkspaceAssociationsResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
7132
+ SearchWorkspaceAssociationsResponse.struct_class = Types::SearchWorkspaceAssociationsResponse
7133
+
7134
+ SearchWorkspacesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
7135
+ SearchWorkspacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
7136
+ SearchWorkspacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box" => true}))
7137
+ SearchWorkspacesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: WorkspaceSearchFilter, location_name: "SearchFilter"))
7138
+ SearchWorkspacesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: WorkspaceSearchCriteria, location_name: "SearchCriteria"))
7139
+ SearchWorkspacesRequest.struct_class = Types::SearchWorkspacesRequest
7140
+
7141
+ SearchWorkspacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
7142
+ SearchWorkspacesResponse.add_member(:workspaces, Shapes::ShapeRef.new(shape: WorkspaceSearchSummaryList, location_name: "Workspaces"))
7143
+ SearchWorkspacesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
7144
+ SearchWorkspacesResponse.struct_class = Types::SearchWorkspacesResponse
7145
+
6141
7146
  SearchableAgentCriteriaStep.add_member(:agent_ids, Shapes::ShapeRef.new(shape: AgentResourceIdList, location_name: "AgentIds"))
6142
7147
  SearchableAgentCriteriaStep.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, location_name: "MatchType"))
6143
7148
  SearchableAgentCriteriaStep.struct_class = Types::SearchableAgentCriteriaStep
@@ -6193,10 +7198,14 @@ module Aws::Connect
6193
7198
  SecurityProfile.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
6194
7199
  SecurityProfile.add_member(:hierarchy_restricted_resources, Shapes::ShapeRef.new(shape: HierarchyRestrictedResourceList, location_name: "HierarchyRestrictedResources"))
6195
7200
  SecurityProfile.add_member(:allowed_access_control_hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "AllowedAccessControlHierarchyGroupId"))
7201
+ SecurityProfile.add_member(:granular_access_control_configuration, Shapes::ShapeRef.new(shape: GranularAccessControlConfiguration, location_name: "GranularAccessControlConfiguration"))
6196
7202
  SecurityProfile.struct_class = Types::SecurityProfile
6197
7203
 
6198
7204
  SecurityProfileIds.member = Shapes::ShapeRef.new(shape: SecurityProfileId)
6199
7205
 
7206
+ SecurityProfileItem.add_member(:id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "Id"))
7207
+ SecurityProfileItem.struct_class = Types::SecurityProfileItem
7208
+
6200
7209
  SecurityProfileSearchConditionList.member = Shapes::ShapeRef.new(shape: SecurityProfileSearchCriteria)
6201
7210
 
6202
7211
  SecurityProfileSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: SecurityProfileSearchConditionList, location_name: "OrConditions"))
@@ -6221,6 +7230,10 @@ module Aws::Connect
6221
7230
 
6222
7231
  SecurityProfileSummaryList.member = Shapes::ShapeRef.new(shape: SecurityProfileSummary)
6223
7232
 
7233
+ SecurityProfiles.member = Shapes::ShapeRef.new(shape: SecurityProfileItem)
7234
+
7235
+ SecurityProfiles100.member = Shapes::ShapeRef.new(shape: SecurityProfileItem)
7236
+
6224
7237
  SecurityProfilesSearchFilter.add_member(:tag_filter, Shapes::ShapeRef.new(shape: ControlPlaneTagFilter, location_name: "TagFilter"))
6225
7238
  SecurityProfilesSearchFilter.struct_class = Types::SecurityProfilesSearchFilter
6226
7239
 
@@ -6331,6 +7344,7 @@ module Aws::Connect
6331
7344
  StartChatContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
6332
7345
  StartChatContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
6333
7346
  StartChatContactRequest.add_member(:participant_details, Shapes::ShapeRef.new(shape: ParticipantDetails, required: true, location_name: "ParticipantDetails"))
7347
+ StartChatContactRequest.add_member(:participant_configuration, Shapes::ShapeRef.new(shape: ParticipantConfiguration, location_name: "ParticipantConfiguration"))
6334
7348
  StartChatContactRequest.add_member(:initial_message, Shapes::ShapeRef.new(shape: ChatMessage, location_name: "InitialMessage"))
6335
7349
  StartChatContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
6336
7350
  StartChatContactRequest.add_member(:chat_duration_in_minutes, Shapes::ShapeRef.new(shape: ChatDurationInMinutes, location_name: "ChatDurationInMinutes"))
@@ -6339,6 +7353,7 @@ module Aws::Connect
6339
7353
  StartChatContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
6340
7354
  StartChatContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
6341
7355
  StartChatContactRequest.add_member(:customer_id, Shapes::ShapeRef.new(shape: CustomerIdNonEmpty, location_name: "CustomerId"))
7356
+ StartChatContactRequest.add_member(:disconnect_on_customer_exit, Shapes::ShapeRef.new(shape: DisconnectOnCustomerExit, location_name: "DisconnectOnCustomerExit"))
6342
7357
  StartChatContactRequest.struct_class = Types::StartChatContactRequest
6343
7358
 
6344
7359
  StartChatContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
@@ -6359,6 +7374,14 @@ module Aws::Connect
6359
7374
  StartContactEvaluationResponse.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
6360
7375
  StartContactEvaluationResponse.struct_class = Types::StartContactEvaluationResponse
6361
7376
 
7377
+ StartContactMediaProcessingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
7378
+ StartContactMediaProcessingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
7379
+ StartContactMediaProcessingRequest.add_member(:processor_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ProcessorArn"))
7380
+ StartContactMediaProcessingRequest.add_member(:failure_mode, Shapes::ShapeRef.new(shape: ContactMediaProcessingFailureMode, location_name: "FailureMode"))
7381
+ StartContactMediaProcessingRequest.struct_class = Types::StartContactMediaProcessingRequest
7382
+
7383
+ StartContactMediaProcessingResponse.struct_class = Types::StartContactMediaProcessingResponse
7384
+
6362
7385
  StartContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
6363
7386
  StartContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
6364
7387
  StartContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
@@ -6501,6 +7524,12 @@ module Aws::Connect
6501
7524
 
6502
7525
  Steps.member = Shapes::ShapeRef.new(shape: Step)
6503
7526
 
7527
+ StopContactMediaProcessingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
7528
+ StopContactMediaProcessingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
7529
+ StopContactMediaProcessingRequest.struct_class = Types::StopContactMediaProcessingRequest
7530
+
7531
+ StopContactMediaProcessingResponse.struct_class = Types::StopContactMediaProcessingResponse
7532
+
6504
7533
  StopContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
6505
7534
  StopContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
6506
7535
  StopContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
@@ -6546,6 +7575,11 @@ module Aws::Connect
6546
7575
  SubmitContactEvaluationResponse.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
6547
7576
  SubmitContactEvaluationResponse.struct_class = Types::SubmitContactEvaluationResponse
6548
7577
 
7578
+ SuccessfulBatchAssociationSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
7579
+ SuccessfulBatchAssociationSummary.struct_class = Types::SuccessfulBatchAssociationSummary
7580
+
7581
+ SuccessfulBatchAssociationSummaryList.member = Shapes::ShapeRef.new(shape: SuccessfulBatchAssociationSummary)
7582
+
6549
7583
  SuccessfulRequest.add_member(:request_identifier, Shapes::ShapeRef.new(shape: RequestIdentifier, location_name: "RequestIdentifier"))
6550
7584
  SuccessfulRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
6551
7585
  SuccessfulRequest.struct_class = Types::SuccessfulRequest
@@ -6855,6 +7889,41 @@ module Aws::Connect
6855
7889
 
6856
7890
  UpdateContactScheduleResponse.struct_class = Types::UpdateContactScheduleResponse
6857
7891
 
7892
+ UpdateDataTableAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
7893
+ UpdateDataTableAttributeRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
7894
+ UpdateDataTableAttributeRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location: "uri", location_name: "AttributeName"))
7895
+ UpdateDataTableAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
7896
+ UpdateDataTableAttributeRequest.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
7897
+ UpdateDataTableAttributeRequest.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
7898
+ UpdateDataTableAttributeRequest.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "Primary"))
7899
+ UpdateDataTableAttributeRequest.add_member(:validation, Shapes::ShapeRef.new(shape: Validation, location_name: "Validation"))
7900
+ UpdateDataTableAttributeRequest.struct_class = Types::UpdateDataTableAttributeRequest
7901
+
7902
+ UpdateDataTableAttributeResponse.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
7903
+ UpdateDataTableAttributeResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
7904
+ UpdateDataTableAttributeResponse.struct_class = Types::UpdateDataTableAttributeResponse
7905
+
7906
+ UpdateDataTableMetadataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
7907
+ UpdateDataTableMetadataRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
7908
+ UpdateDataTableMetadataRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
7909
+ UpdateDataTableMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
7910
+ UpdateDataTableMetadataRequest.add_member(:value_lock_level, Shapes::ShapeRef.new(shape: DataTableLockLevel, required: true, location_name: "ValueLockLevel"))
7911
+ UpdateDataTableMetadataRequest.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, required: true, location_name: "TimeZone"))
7912
+ UpdateDataTableMetadataRequest.struct_class = Types::UpdateDataTableMetadataRequest
7913
+
7914
+ UpdateDataTableMetadataResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
7915
+ UpdateDataTableMetadataResponse.struct_class = Types::UpdateDataTableMetadataResponse
7916
+
7917
+ UpdateDataTablePrimaryValuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
7918
+ UpdateDataTablePrimaryValuesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
7919
+ UpdateDataTablePrimaryValuesRequest.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
7920
+ UpdateDataTablePrimaryValuesRequest.add_member(:new_primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "NewPrimaryValues"))
7921
+ UpdateDataTablePrimaryValuesRequest.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
7922
+ UpdateDataTablePrimaryValuesRequest.struct_class = Types::UpdateDataTablePrimaryValuesRequest
7923
+
7924
+ UpdateDataTablePrimaryValuesResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
7925
+ UpdateDataTablePrimaryValuesResponse.struct_class = Types::UpdateDataTablePrimaryValuesResponse
7926
+
6858
7927
  UpdateEmailAddressMetadataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
6859
7928
  UpdateEmailAddressMetadataRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
6860
7929
  UpdateEmailAddressMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
@@ -6875,7 +7944,10 @@ module Aws::Connect
6875
7944
  UpdateEvaluationFormRequest.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, required: true, location_name: "Items"))
6876
7945
  UpdateEvaluationFormRequest.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
6877
7946
  UpdateEvaluationFormRequest.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
7947
+ UpdateEvaluationFormRequest.add_member(:as_draft, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "AsDraft"))
6878
7948
  UpdateEvaluationFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
7949
+ UpdateEvaluationFormRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
7950
+ UpdateEvaluationFormRequest.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
6879
7951
  UpdateEvaluationFormRequest.struct_class = Types::UpdateEvaluationFormRequest
6880
7952
 
6881
7953
  UpdateEvaluationFormResponse.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
@@ -7054,6 +8126,8 @@ module Aws::Connect
7054
8126
  UpdateSecurityProfileRequest.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "Applications"))
7055
8127
  UpdateSecurityProfileRequest.add_member(:hierarchy_restricted_resources, Shapes::ShapeRef.new(shape: HierarchyRestrictedResourceList, location_name: "HierarchyRestrictedResources"))
7056
8128
  UpdateSecurityProfileRequest.add_member(:allowed_access_control_hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "AllowedAccessControlHierarchyGroupId"))
8129
+ UpdateSecurityProfileRequest.add_member(:allowed_flow_modules, Shapes::ShapeRef.new(shape: AllowedFlowModules, location_name: "AllowedFlowModules"))
8130
+ UpdateSecurityProfileRequest.add_member(:granular_access_control_configuration, Shapes::ShapeRef.new(shape: GranularAccessControlConfiguration, location_name: "GranularAccessControlConfiguration"))
7057
8131
  UpdateSecurityProfileRequest.struct_class = Types::UpdateSecurityProfileRequest
7058
8132
 
7059
8133
  UpdateTaskTemplateRequest.add_member(:task_template_id, Shapes::ShapeRef.new(shape: TaskTemplateId, required: true, location: "uri", location_name: "TaskTemplateId"))
@@ -7147,6 +8221,40 @@ module Aws::Connect
7147
8221
 
7148
8222
  UpdateViewMetadataResponse.struct_class = Types::UpdateViewMetadataResponse
7149
8223
 
8224
+ UpdateWorkspaceMetadataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
8225
+ UpdateWorkspaceMetadataRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
8226
+ UpdateWorkspaceMetadataRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, location_name: "Name"))
8227
+ UpdateWorkspaceMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkspaceDescription, location_name: "Description"))
8228
+ UpdateWorkspaceMetadataRequest.add_member(:title, Shapes::ShapeRef.new(shape: WorkspaceTitle, location_name: "Title"))
8229
+ UpdateWorkspaceMetadataRequest.struct_class = Types::UpdateWorkspaceMetadataRequest
8230
+
8231
+ UpdateWorkspaceMetadataResponse.struct_class = Types::UpdateWorkspaceMetadataResponse
8232
+
8233
+ UpdateWorkspacePageRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
8234
+ UpdateWorkspacePageRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
8235
+ UpdateWorkspacePageRequest.add_member(:page, Shapes::ShapeRef.new(shape: Page, required: true, location: "uri", location_name: "Page"))
8236
+ UpdateWorkspacePageRequest.add_member(:new_page, Shapes::ShapeRef.new(shape: Page, location_name: "NewPage"))
8237
+ UpdateWorkspacePageRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
8238
+ UpdateWorkspacePageRequest.add_member(:slug, Shapes::ShapeRef.new(shape: Slug, location_name: "Slug"))
8239
+ UpdateWorkspacePageRequest.add_member(:input_data, Shapes::ShapeRef.new(shape: InputData, location_name: "InputData"))
8240
+ UpdateWorkspacePageRequest.struct_class = Types::UpdateWorkspacePageRequest
8241
+
8242
+ UpdateWorkspacePageResponse.struct_class = Types::UpdateWorkspacePageResponse
8243
+
8244
+ UpdateWorkspaceThemeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
8245
+ UpdateWorkspaceThemeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
8246
+ UpdateWorkspaceThemeRequest.add_member(:theme, Shapes::ShapeRef.new(shape: WorkspaceTheme, location_name: "Theme"))
8247
+ UpdateWorkspaceThemeRequest.struct_class = Types::UpdateWorkspaceThemeRequest
8248
+
8249
+ UpdateWorkspaceThemeResponse.struct_class = Types::UpdateWorkspaceThemeResponse
8250
+
8251
+ UpdateWorkspaceVisibilityRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
8252
+ UpdateWorkspaceVisibilityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
8253
+ UpdateWorkspaceVisibilityRequest.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, required: true, location_name: "Visibility"))
8254
+ UpdateWorkspaceVisibilityRequest.struct_class = Types::UpdateWorkspaceVisibilityRequest
8255
+
8256
+ UpdateWorkspaceVisibilityResponse.struct_class = Types::UpdateWorkspaceVisibilityResponse
8257
+
7150
8258
  UploadUrlMetadata.add_member(:url, Shapes::ShapeRef.new(shape: MetadataUrl, location_name: "Url"))
7151
8259
  UploadUrlMetadata.add_member(:url_expiry, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "UrlExpiry"))
7152
8260
  UploadUrlMetadata.add_member(:headers_to_include, Shapes::ShapeRef.new(shape: UrlMetadataSignedHeaders, location_name: "HeadersToInclude"))
@@ -7300,6 +8408,27 @@ module Aws::Connect
7300
8408
  UserTagMap.key = Shapes::ShapeRef.new(shape: String)
7301
8409
  UserTagMap.value = Shapes::ShapeRef.new(shape: String)
7302
8410
 
8411
+ Validation.add_member(:min_length, Shapes::ShapeRef.new(shape: LengthBoundary, location_name: "MinLength"))
8412
+ Validation.add_member(:max_length, Shapes::ShapeRef.new(shape: LengthBoundary, location_name: "MaxLength"))
8413
+ Validation.add_member(:min_values, Shapes::ShapeRef.new(shape: ValueBoundary, location_name: "MinValues"))
8414
+ Validation.add_member(:max_values, Shapes::ShapeRef.new(shape: ValueBoundary, location_name: "MaxValues"))
8415
+ Validation.add_member(:ignore_case, Shapes::ShapeRef.new(shape: Boolean, location_name: "IgnoreCase"))
8416
+ Validation.add_member(:minimum, Shapes::ShapeRef.new(shape: PositiveAndNegativeDouble, location_name: "Minimum"))
8417
+ Validation.add_member(:maximum, Shapes::ShapeRef.new(shape: PositiveAndNegativeDouble, location_name: "Maximum"))
8418
+ Validation.add_member(:exclusive_minimum, Shapes::ShapeRef.new(shape: PositiveAndNegativeDouble, location_name: "ExclusiveMinimum"))
8419
+ Validation.add_member(:exclusive_maximum, Shapes::ShapeRef.new(shape: PositiveAndNegativeDouble, location_name: "ExclusiveMaximum"))
8420
+ Validation.add_member(:multiple_of, Shapes::ShapeRef.new(shape: PositiveDouble, location_name: "MultipleOf"))
8421
+ Validation.add_member(:enum, Shapes::ShapeRef.new(shape: ValidationEnum, location_name: "Enum"))
8422
+ Validation.struct_class = Types::Validation
8423
+
8424
+ ValidationEnum.add_member(:strict, Shapes::ShapeRef.new(shape: Boolean, location_name: "Strict"))
8425
+ ValidationEnum.add_member(:values, Shapes::ShapeRef.new(shape: ValidationEnumValues, location_name: "Values"))
8426
+ ValidationEnum.struct_class = Types::ValidationEnum
8427
+
8428
+ ValidationEnumValues.member = Shapes::ShapeRef.new(shape: String)
8429
+
8430
+ ValueList.member = Shapes::ShapeRef.new(shape: String)
8431
+
7303
8432
  View.add_member(:id, Shapes::ShapeRef.new(shape: ViewId, location_name: "Id"))
7304
8433
  View.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
7305
8434
  View.add_member(:name, Shapes::ShapeRef.new(shape: ViewName, location_name: "Name"))
@@ -7326,6 +8455,20 @@ module Aws::Connect
7326
8455
  ViewInputContent.add_member(:actions, Shapes::ShapeRef.new(shape: ViewActions, location_name: "Actions"))
7327
8456
  ViewInputContent.struct_class = Types::ViewInputContent
7328
8457
 
8458
+ ViewSearchConditionList.member = Shapes::ShapeRef.new(shape: ViewSearchCriteria)
8459
+
8460
+ ViewSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: ViewSearchConditionList, location_name: "OrConditions"))
8461
+ ViewSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: ViewSearchConditionList, location_name: "AndConditions"))
8462
+ ViewSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
8463
+ ViewSearchCriteria.add_member(:view_type_condition, Shapes::ShapeRef.new(shape: ViewType, location_name: "ViewTypeCondition"))
8464
+ ViewSearchCriteria.add_member(:view_status_condition, Shapes::ShapeRef.new(shape: ViewStatus, location_name: "ViewStatusCondition"))
8465
+ ViewSearchCriteria.struct_class = Types::ViewSearchCriteria
8466
+
8467
+ ViewSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
8468
+ ViewSearchFilter.struct_class = Types::ViewSearchFilter
8469
+
8470
+ ViewSearchSummaryList.member = Shapes::ShapeRef.new(shape: View)
8471
+
7329
8472
  ViewSummary.add_member(:id, Shapes::ShapeRef.new(shape: ViewId, location_name: "Id"))
7330
8473
  ViewSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
7331
8474
  ViewSummary.add_member(:name, Shapes::ShapeRef.new(shape: ViewName, location_name: "Name"))
@@ -7374,8 +8517,103 @@ module Aws::Connect
7374
8517
  VoiceRecordingConfiguration.struct_class = Types::VoiceRecordingConfiguration
7375
8518
 
7376
8519
  WisdomInfo.add_member(:session_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "SessionArn"))
8520
+ WisdomInfo.add_member(:ai_agents, Shapes::ShapeRef.new(shape: AiAgents, location_name: "AiAgents"))
7377
8521
  WisdomInfo.struct_class = Types::WisdomInfo
7378
8522
 
8523
+ Workspace.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
8524
+ Workspace.add_member(:id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location_name: "Id"))
8525
+ Workspace.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, required: true, location_name: "Name"))
8526
+ Workspace.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "Arn"))
8527
+ Workspace.add_member(:description, Shapes::ShapeRef.new(shape: WorkspaceDescription, location_name: "Description"))
8528
+ Workspace.add_member(:theme, Shapes::ShapeRef.new(shape: WorkspaceTheme, location_name: "Theme"))
8529
+ Workspace.add_member(:title, Shapes::ShapeRef.new(shape: WorkspaceTitle, location_name: "Title"))
8530
+ Workspace.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
8531
+ Workspace.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
8532
+ Workspace.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
8533
+ Workspace.struct_class = Types::Workspace
8534
+
8535
+ WorkspaceAssociationSearchConditionList.member = Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchCriteria)
8536
+
8537
+ WorkspaceAssociationSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchConditionList, location_name: "OrConditions"))
8538
+ WorkspaceAssociationSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchConditionList, location_name: "AndConditions"))
8539
+ WorkspaceAssociationSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
8540
+ WorkspaceAssociationSearchCriteria.struct_class = Types::WorkspaceAssociationSearchCriteria
8541
+
8542
+ WorkspaceAssociationSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
8543
+ WorkspaceAssociationSearchFilter.struct_class = Types::WorkspaceAssociationSearchFilter
8544
+
8545
+ WorkspaceAssociationSearchSummary.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, location_name: "WorkspaceId"))
8546
+ WorkspaceAssociationSearchSummary.add_member(:workspace_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "WorkspaceArn"))
8547
+ WorkspaceAssociationSearchSummary.add_member(:resource_id, Shapes::ShapeRef.new(shape: WorkspaceAssociatedResourceId, location_name: "ResourceId"))
8548
+ WorkspaceAssociationSearchSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
8549
+ WorkspaceAssociationSearchSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: WorkspaceAssociatedResourceType, location_name: "ResourceType"))
8550
+ WorkspaceAssociationSearchSummary.add_member(:resource_name, Shapes::ShapeRef.new(shape: WorkspaceAssociatedResourceName, location_name: "ResourceName"))
8551
+ WorkspaceAssociationSearchSummary.struct_class = Types::WorkspaceAssociationSearchSummary
8552
+
8553
+ WorkspaceAssociationSearchSummaryList.member = Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchSummary)
8554
+
8555
+ WorkspacePage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
8556
+ WorkspacePage.add_member(:page, Shapes::ShapeRef.new(shape: Page, location_name: "Page"))
8557
+ WorkspacePage.add_member(:slug, Shapes::ShapeRef.new(shape: Slug, location_name: "Slug"))
8558
+ WorkspacePage.add_member(:input_data, Shapes::ShapeRef.new(shape: InputData, location_name: "InputData"))
8559
+ WorkspacePage.struct_class = Types::WorkspacePage
8560
+
8561
+ WorkspacePageList.member = Shapes::ShapeRef.new(shape: WorkspacePage)
8562
+
8563
+ WorkspaceResourceArnList.member = Shapes::ShapeRef.new(shape: ARN)
8564
+
8565
+ WorkspaceSearchConditionList.member = Shapes::ShapeRef.new(shape: WorkspaceSearchCriteria)
8566
+
8567
+ WorkspaceSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: WorkspaceSearchConditionList, location_name: "OrConditions"))
8568
+ WorkspaceSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: WorkspaceSearchConditionList, location_name: "AndConditions"))
8569
+ WorkspaceSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
8570
+ WorkspaceSearchCriteria.struct_class = Types::WorkspaceSearchCriteria
8571
+
8572
+ WorkspaceSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
8573
+ WorkspaceSearchFilter.struct_class = Types::WorkspaceSearchFilter
8574
+
8575
+ WorkspaceSearchSummary.add_member(:id, Shapes::ShapeRef.new(shape: WorkspaceId, location_name: "Id"))
8576
+ WorkspaceSearchSummary.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, location_name: "Name"))
8577
+ WorkspaceSearchSummary.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
8578
+ WorkspaceSearchSummary.add_member(:description, Shapes::ShapeRef.new(shape: WorkspaceDescription, location_name: "Description"))
8579
+ WorkspaceSearchSummary.add_member(:title, Shapes::ShapeRef.new(shape: WorkspaceTitle, location_name: "Title"))
8580
+ WorkspaceSearchSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
8581
+ WorkspaceSearchSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
8582
+ WorkspaceSearchSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
8583
+ WorkspaceSearchSummary.struct_class = Types::WorkspaceSearchSummary
8584
+
8585
+ WorkspaceSearchSummaryList.member = Shapes::ShapeRef.new(shape: WorkspaceSearchSummary)
8586
+
8587
+ WorkspaceSummary.add_member(:id, Shapes::ShapeRef.new(shape: WorkspaceId, location_name: "Id"))
8588
+ WorkspaceSummary.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, location_name: "Name"))
8589
+ WorkspaceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
8590
+ WorkspaceSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
8591
+ WorkspaceSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
8592
+ WorkspaceSummary.struct_class = Types::WorkspaceSummary
8593
+
8594
+ WorkspaceSummaryList.member = Shapes::ShapeRef.new(shape: WorkspaceSummary)
8595
+
8596
+ WorkspaceTheme.add_member(:light, Shapes::ShapeRef.new(shape: WorkspaceThemeConfig, location_name: "Light"))
8597
+ WorkspaceTheme.add_member(:dark, Shapes::ShapeRef.new(shape: WorkspaceThemeConfig, location_name: "Dark"))
8598
+ WorkspaceTheme.struct_class = Types::WorkspaceTheme
8599
+
8600
+ WorkspaceThemeConfig.add_member(:palette, Shapes::ShapeRef.new(shape: WorkspaceThemePalette, location_name: "Palette"))
8601
+ WorkspaceThemeConfig.add_member(:images, Shapes::ShapeRef.new(shape: WorkspaceThemeImages, location_name: "Images"))
8602
+ WorkspaceThemeConfig.add_member(:typography, Shapes::ShapeRef.new(shape: WorkspaceThemeTypography, location_name: "Typography"))
8603
+ WorkspaceThemeConfig.struct_class = Types::WorkspaceThemeConfig
8604
+
8605
+ WorkspaceThemeImages.add_member(:logo, Shapes::ShapeRef.new(shape: ImagesLogo, location_name: "Logo"))
8606
+ WorkspaceThemeImages.struct_class = Types::WorkspaceThemeImages
8607
+
8608
+ WorkspaceThemePalette.add_member(:header, Shapes::ShapeRef.new(shape: PaletteHeader, location_name: "Header"))
8609
+ WorkspaceThemePalette.add_member(:navigation, Shapes::ShapeRef.new(shape: PaletteNavigation, location_name: "Navigation"))
8610
+ WorkspaceThemePalette.add_member(:canvas, Shapes::ShapeRef.new(shape: PaletteCanvas, location_name: "Canvas"))
8611
+ WorkspaceThemePalette.add_member(:primary, Shapes::ShapeRef.new(shape: PalettePrimary, location_name: "Primary"))
8612
+ WorkspaceThemePalette.struct_class = Types::WorkspaceThemePalette
8613
+
8614
+ WorkspaceThemeTypography.add_member(:font_family, Shapes::ShapeRef.new(shape: FontFamily, location_name: "FontFamily"))
8615
+ WorkspaceThemeTypography.struct_class = Types::WorkspaceThemeTypography
8616
+
7379
8617
  resourceArnListMaxLimit100.member = Shapes::ShapeRef.new(shape: ARN)
7380
8618
 
7381
8619
 
@@ -7611,6 +8849,21 @@ module Aws::Connect
7611
8849
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7612
8850
  end)
7613
8851
 
8852
+ api.add_operation(:associate_security_profiles, Seahorse::Model::Operation.new.tap do |o|
8853
+ o.name = "AssociateSecurityProfiles"
8854
+ o.http_method = "POST"
8855
+ o.http_request_uri = "/associate-security-profiles/{InstanceId}"
8856
+ o.input = Shapes::ShapeRef.new(shape: AssociateSecurityProfilesRequest)
8857
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
8858
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8859
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
8860
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
8861
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8862
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8863
+ o.errors << Shapes::ShapeRef.new(shape: ConditionalOperationFailedException)
8864
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
8865
+ end)
8866
+
7614
8867
  api.add_operation(:associate_traffic_distribution_group_user, Seahorse::Model::Operation.new.tap do |o|
7615
8868
  o.name = "AssociateTrafficDistributionGroupUser"
7616
8869
  o.http_method = "PUT"
@@ -7638,6 +8891,21 @@ module Aws::Connect
7638
8891
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7639
8892
  end)
7640
8893
 
8894
+ api.add_operation(:associate_workspace, Seahorse::Model::Operation.new.tap do |o|
8895
+ o.name = "AssociateWorkspace"
8896
+ o.http_method = "POST"
8897
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/associate"
8898
+ o.input = Shapes::ShapeRef.new(shape: AssociateWorkspaceRequest)
8899
+ o.output = Shapes::ShapeRef.new(shape: AssociateWorkspaceResponse)
8900
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
8901
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
8902
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8903
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8904
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8905
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8906
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
8907
+ end)
8908
+
7641
8909
  api.add_operation(:batch_associate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
7642
8910
  o.name = "BatchAssociateAnalyticsDataSet"
7643
8911
  o.http_method = "PUT"
@@ -7651,6 +8919,52 @@ module Aws::Connect
7651
8919
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7652
8920
  end)
7653
8921
 
8922
+ api.add_operation(:batch_create_data_table_value, Seahorse::Model::Operation.new.tap do |o|
8923
+ o.name = "BatchCreateDataTableValue"
8924
+ o.http_method = "POST"
8925
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/create"
8926
+ o.input = Shapes::ShapeRef.new(shape: BatchCreateDataTableValueRequest)
8927
+ o.output = Shapes::ShapeRef.new(shape: BatchCreateDataTableValueResponse)
8928
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
8929
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
8930
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
8931
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8932
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8933
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8934
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8935
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
8936
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
8937
+ end)
8938
+
8939
+ api.add_operation(:batch_delete_data_table_value, Seahorse::Model::Operation.new.tap do |o|
8940
+ o.name = "BatchDeleteDataTableValue"
8941
+ o.http_method = "POST"
8942
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/delete"
8943
+ o.input = Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueRequest)
8944
+ o.output = Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueResponse)
8945
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
8946
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
8947
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8948
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8949
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8950
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8951
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
8952
+ end)
8953
+
8954
+ api.add_operation(:batch_describe_data_table_value, Seahorse::Model::Operation.new.tap do |o|
8955
+ o.name = "BatchDescribeDataTableValue"
8956
+ o.http_method = "POST"
8957
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/describe"
8958
+ o.input = Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueRequest)
8959
+ o.output = Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueResponse)
8960
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
8961
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8962
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8963
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8964
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8965
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
8966
+ end)
8967
+
7654
8968
  api.add_operation(:batch_disassociate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
7655
8969
  o.name = "BatchDisassociateAnalyticsDataSet"
7656
8970
  o.http_method = "POST"
@@ -7705,6 +9019,21 @@ module Aws::Connect
7705
9019
  o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
7706
9020
  end)
7707
9021
 
9022
+ api.add_operation(:batch_update_data_table_value, Seahorse::Model::Operation.new.tap do |o|
9023
+ o.name = "BatchUpdateDataTableValue"
9024
+ o.http_method = "POST"
9025
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/update"
9026
+ o.input = Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueRequest)
9027
+ o.output = Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueResponse)
9028
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9029
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9030
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9031
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9032
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9033
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9034
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9035
+ end)
9036
+
7708
9037
  api.add_operation(:claim_phone_number, Seahorse::Model::Operation.new.tap do |o|
7709
9038
  o.name = "ClaimPhoneNumber"
7710
9039
  o.http_method = "POST"
@@ -7844,6 +9173,40 @@ module Aws::Connect
7844
9173
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7845
9174
  end)
7846
9175
 
9176
+ api.add_operation(:create_data_table, Seahorse::Model::Operation.new.tap do |o|
9177
+ o.name = "CreateDataTable"
9178
+ o.http_method = "PUT"
9179
+ o.http_request_uri = "/data-tables/{InstanceId}"
9180
+ o.input = Shapes::ShapeRef.new(shape: CreateDataTableRequest)
9181
+ o.output = Shapes::ShapeRef.new(shape: CreateDataTableResponse)
9182
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9183
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9184
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
9185
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9186
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9187
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9188
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9189
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9190
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
9191
+ end)
9192
+
9193
+ api.add_operation(:create_data_table_attribute, Seahorse::Model::Operation.new.tap do |o|
9194
+ o.name = "CreateDataTableAttribute"
9195
+ o.http_method = "PUT"
9196
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes"
9197
+ o.input = Shapes::ShapeRef.new(shape: CreateDataTableAttributeRequest)
9198
+ o.output = Shapes::ShapeRef.new(shape: CreateDataTableAttributeResponse)
9199
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9200
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9201
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
9202
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9203
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9204
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9205
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9206
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9207
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
9208
+ end)
9209
+
7847
9210
  api.add_operation(:create_email_address, Seahorse::Model::Operation.new.tap do |o|
7848
9211
  o.name = "CreateEmailAddress"
7849
9212
  o.http_method = "PUT"
@@ -8199,21 +9562,56 @@ module Aws::Connect
8199
9562
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
8200
9563
  end)
8201
9564
 
8202
- api.add_operation(:deactivate_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
8203
- o.name = "DeactivateEvaluationForm"
8204
- o.http_method = "POST"
8205
- o.http_request_uri = "/evaluation-forms/{InstanceId}/{EvaluationFormId}/deactivate"
8206
- o.input = Shapes::ShapeRef.new(shape: DeactivateEvaluationFormRequest)
8207
- o.output = Shapes::ShapeRef.new(shape: DeactivateEvaluationFormResponse)
8208
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9565
+ api.add_operation(:create_workspace, Seahorse::Model::Operation.new.tap do |o|
9566
+ o.name = "CreateWorkspace"
9567
+ o.http_method = "PUT"
9568
+ o.http_request_uri = "/workspaces/{InstanceId}"
9569
+ o.input = Shapes::ShapeRef.new(shape: CreateWorkspaceRequest)
9570
+ o.output = Shapes::ShapeRef.new(shape: CreateWorkspaceResponse)
9571
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9572
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
8209
9573
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8210
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8211
9574
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8212
- o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
9575
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9576
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9577
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9578
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
9579
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
8213
9580
  end)
8214
9581
 
8215
- api.add_operation(:delete_attached_file, Seahorse::Model::Operation.new.tap do |o|
8216
- o.name = "DeleteAttachedFile"
9582
+ api.add_operation(:create_workspace_page, Seahorse::Model::Operation.new.tap do |o|
9583
+ o.name = "CreateWorkspacePage"
9584
+ o.http_method = "PUT"
9585
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/pages"
9586
+ o.input = Shapes::ShapeRef.new(shape: CreateWorkspacePageRequest)
9587
+ o.output = Shapes::ShapeRef.new(shape: CreateWorkspacePageResponse)
9588
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9589
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
9590
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9591
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9592
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9593
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9594
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9595
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
9596
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
9597
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
9598
+ end)
9599
+
9600
+ api.add_operation(:deactivate_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
9601
+ o.name = "DeactivateEvaluationForm"
9602
+ o.http_method = "POST"
9603
+ o.http_request_uri = "/evaluation-forms/{InstanceId}/{EvaluationFormId}/deactivate"
9604
+ o.input = Shapes::ShapeRef.new(shape: DeactivateEvaluationFormRequest)
9605
+ o.output = Shapes::ShapeRef.new(shape: DeactivateEvaluationFormResponse)
9606
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9607
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9608
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9609
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9610
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
9611
+ end)
9612
+
9613
+ api.add_operation(:delete_attached_file, Seahorse::Model::Operation.new.tap do |o|
9614
+ o.name = "DeleteAttachedFile"
8217
9615
  o.http_method = "DELETE"
8218
9616
  o.http_request_uri = "/attached-files/{InstanceId}/{FileId}"
8219
9617
  o.input = Shapes::ShapeRef.new(shape: DeleteAttachedFileRequest)
@@ -8308,6 +9706,36 @@ module Aws::Connect
8308
9706
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8309
9707
  end)
8310
9708
 
9709
+ api.add_operation(:delete_data_table, Seahorse::Model::Operation.new.tap do |o|
9710
+ o.name = "DeleteDataTable"
9711
+ o.http_method = "DELETE"
9712
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}"
9713
+ o.input = Shapes::ShapeRef.new(shape: DeleteDataTableRequest)
9714
+ o.output = Shapes::ShapeRef.new(shape: DeleteDataTableResponse)
9715
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9716
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9717
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9718
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9719
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9720
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9721
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9722
+ end)
9723
+
9724
+ api.add_operation(:delete_data_table_attribute, Seahorse::Model::Operation.new.tap do |o|
9725
+ o.name = "DeleteDataTableAttribute"
9726
+ o.http_method = "DELETE"
9727
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes/{AttributeName}"
9728
+ o.input = Shapes::ShapeRef.new(shape: DeleteDataTableAttributeRequest)
9729
+ o.output = Shapes::ShapeRef.new(shape: DeleteDataTableAttributeResponse)
9730
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9731
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9732
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9733
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9734
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9735
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9736
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9737
+ end)
9738
+
8311
9739
  api.add_operation(:delete_email_address, Seahorse::Model::Operation.new.tap do |o|
8312
9740
  o.name = "DeleteEmailAddress"
8313
9741
  o.http_method = "DELETE"
@@ -8603,6 +10031,48 @@ module Aws::Connect
8603
10031
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
8604
10032
  end)
8605
10033
 
10034
+ api.add_operation(:delete_workspace, Seahorse::Model::Operation.new.tap do |o|
10035
+ o.name = "DeleteWorkspace"
10036
+ o.http_method = "DELETE"
10037
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}"
10038
+ o.input = Shapes::ShapeRef.new(shape: DeleteWorkspaceRequest)
10039
+ o.output = Shapes::ShapeRef.new(shape: DeleteWorkspaceResponse)
10040
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10041
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10042
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10043
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10044
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10045
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10046
+ end)
10047
+
10048
+ api.add_operation(:delete_workspace_media, Seahorse::Model::Operation.new.tap do |o|
10049
+ o.name = "DeleteWorkspaceMedia"
10050
+ o.http_method = "DELETE"
10051
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/media"
10052
+ o.input = Shapes::ShapeRef.new(shape: DeleteWorkspaceMediaRequest)
10053
+ o.output = Shapes::ShapeRef.new(shape: DeleteWorkspaceMediaResponse)
10054
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10055
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10056
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10057
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10058
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10059
+ end)
10060
+
10061
+ api.add_operation(:delete_workspace_page, Seahorse::Model::Operation.new.tap do |o|
10062
+ o.name = "DeleteWorkspacePage"
10063
+ o.http_method = "DELETE"
10064
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/pages/{Page}"
10065
+ o.input = Shapes::ShapeRef.new(shape: DeleteWorkspacePageRequest)
10066
+ o.output = Shapes::ShapeRef.new(shape: DeleteWorkspacePageResponse)
10067
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10068
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10069
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10070
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10071
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10072
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10073
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
10074
+ end)
10075
+
8606
10076
  api.add_operation(:describe_agent_status, Seahorse::Model::Operation.new.tap do |o|
8607
10077
  o.name = "DescribeAgentStatus"
8608
10078
  o.http_method = "GET"
@@ -8696,6 +10166,34 @@ module Aws::Connect
8696
10166
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8697
10167
  end)
8698
10168
 
10169
+ api.add_operation(:describe_data_table, Seahorse::Model::Operation.new.tap do |o|
10170
+ o.name = "DescribeDataTable"
10171
+ o.http_method = "GET"
10172
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}"
10173
+ o.input = Shapes::ShapeRef.new(shape: DescribeDataTableRequest)
10174
+ o.output = Shapes::ShapeRef.new(shape: DescribeDataTableResponse)
10175
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10176
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10177
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10178
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10179
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10180
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10181
+ end)
10182
+
10183
+ api.add_operation(:describe_data_table_attribute, Seahorse::Model::Operation.new.tap do |o|
10184
+ o.name = "DescribeDataTableAttribute"
10185
+ o.http_method = "GET"
10186
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes/{AttributeName}"
10187
+ o.input = Shapes::ShapeRef.new(shape: DescribeDataTableAttributeRequest)
10188
+ o.output = Shapes::ShapeRef.new(shape: DescribeDataTableAttributeResponse)
10189
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10190
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10191
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10192
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10193
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10194
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10195
+ end)
10196
+
8699
10197
  api.add_operation(:describe_email_address, Seahorse::Model::Operation.new.tap do |o|
8700
10198
  o.name = "DescribeEmailAddress"
8701
10199
  o.http_method = "GET"
@@ -8968,6 +10466,20 @@ module Aws::Connect
8968
10466
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8969
10467
  end)
8970
10468
 
10469
+ api.add_operation(:describe_workspace, Seahorse::Model::Operation.new.tap do |o|
10470
+ o.name = "DescribeWorkspace"
10471
+ o.http_method = "GET"
10472
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}"
10473
+ o.input = Shapes::ShapeRef.new(shape: DescribeWorkspaceRequest)
10474
+ o.output = Shapes::ShapeRef.new(shape: DescribeWorkspaceResponse)
10475
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10476
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10477
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10478
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10479
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10480
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10481
+ end)
10482
+
8971
10483
  api.add_operation(:disassociate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
8972
10484
  o.name = "DisassociateAnalyticsDataSet"
8973
10485
  o.http_method = "POST"
@@ -9126,6 +10638,21 @@ module Aws::Connect
9126
10638
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9127
10639
  end)
9128
10640
 
10641
+ api.add_operation(:disassociate_security_profiles, Seahorse::Model::Operation.new.tap do |o|
10642
+ o.name = "DisassociateSecurityProfiles"
10643
+ o.http_method = "POST"
10644
+ o.http_request_uri = "/disassociate-security-profiles/{InstanceId}"
10645
+ o.input = Shapes::ShapeRef.new(shape: DisassociateSecurityProfilesRequest)
10646
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
10647
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10648
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10649
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10650
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10651
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10652
+ o.errors << Shapes::ShapeRef.new(shape: ConditionalOperationFailedException)
10653
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
10654
+ end)
10655
+
9129
10656
  api.add_operation(:disassociate_traffic_distribution_group_user, Seahorse::Model::Operation.new.tap do |o|
9130
10657
  o.name = "DisassociateTrafficDistributionGroupUser"
9131
10658
  o.http_method = "DELETE"
@@ -9153,6 +10680,20 @@ module Aws::Connect
9153
10680
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9154
10681
  end)
9155
10682
 
10683
+ api.add_operation(:disassociate_workspace, Seahorse::Model::Operation.new.tap do |o|
10684
+ o.name = "DisassociateWorkspace"
10685
+ o.http_method = "POST"
10686
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/disassociate"
10687
+ o.input = Shapes::ShapeRef.new(shape: DisassociateWorkspaceRequest)
10688
+ o.output = Shapes::ShapeRef.new(shape: DisassociateWorkspaceResponse)
10689
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10690
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10691
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10692
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10693
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10694
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10695
+ end)
10696
+
9156
10697
  api.add_operation(:dismiss_user_contact, Seahorse::Model::Operation.new.tap do |o|
9157
10698
  o.name = "DismissUserContact"
9158
10699
  o.http_method = "POST"
@@ -9167,6 +10708,26 @@ module Aws::Connect
9167
10708
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9168
10709
  end)
9169
10710
 
10711
+ api.add_operation(:evaluate_data_table_values, Seahorse::Model::Operation.new.tap do |o|
10712
+ o.name = "EvaluateDataTableValues"
10713
+ o.http_method = "POST"
10714
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/evaluate"
10715
+ o.input = Shapes::ShapeRef.new(shape: EvaluateDataTableValuesRequest)
10716
+ o.output = Shapes::ShapeRef.new(shape: EvaluateDataTableValuesResponse)
10717
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10718
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10719
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10720
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10721
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10722
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10723
+ o[:pager] = Aws::Pager.new(
10724
+ limit_key: "max_results",
10725
+ tokens: {
10726
+ "next_token" => "next_token"
10727
+ }
10728
+ )
10729
+ end)
10730
+
9170
10731
  api.add_operation(:get_attached_file, Seahorse::Model::Operation.new.tap do |o|
9171
10732
  o.name = "GetAttachedFile"
9172
10733
  o.http_method = "GET"
@@ -9375,6 +10936,19 @@ module Aws::Connect
9375
10936
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9376
10937
  end)
9377
10938
 
10939
+ api.add_operation(:import_workspace_media, Seahorse::Model::Operation.new.tap do |o|
10940
+ o.name = "ImportWorkspaceMedia"
10941
+ o.http_method = "POST"
10942
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/media"
10943
+ o.input = Shapes::ShapeRef.new(shape: ImportWorkspaceMediaRequest)
10944
+ o.output = Shapes::ShapeRef.new(shape: ImportWorkspaceMediaResponse)
10945
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10946
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10947
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10948
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10949
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10950
+ end)
10951
+
9378
10952
  api.add_operation(:list_agent_statuses, Seahorse::Model::Operation.new.tap do |o|
9379
10953
  o.name = "ListAgentStatuses"
9380
10954
  o.http_method = "GET"
@@ -9623,6 +11197,86 @@ module Aws::Connect
9623
11197
  )
9624
11198
  end)
9625
11199
 
11200
+ api.add_operation(:list_data_table_attributes, Seahorse::Model::Operation.new.tap do |o|
11201
+ o.name = "ListDataTableAttributes"
11202
+ o.http_method = "POST"
11203
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes"
11204
+ o.input = Shapes::ShapeRef.new(shape: ListDataTableAttributesRequest)
11205
+ o.output = Shapes::ShapeRef.new(shape: ListDataTableAttributesResponse)
11206
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11207
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11208
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11209
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11210
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11211
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
11212
+ o[:pager] = Aws::Pager.new(
11213
+ limit_key: "max_results",
11214
+ tokens: {
11215
+ "next_token" => "next_token"
11216
+ }
11217
+ )
11218
+ end)
11219
+
11220
+ api.add_operation(:list_data_table_primary_values, Seahorse::Model::Operation.new.tap do |o|
11221
+ o.name = "ListDataTablePrimaryValues"
11222
+ o.http_method = "POST"
11223
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/list-primary"
11224
+ o.input = Shapes::ShapeRef.new(shape: ListDataTablePrimaryValuesRequest)
11225
+ o.output = Shapes::ShapeRef.new(shape: ListDataTablePrimaryValuesResponse)
11226
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11227
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11228
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11229
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11230
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11231
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
11232
+ o[:pager] = Aws::Pager.new(
11233
+ limit_key: "max_results",
11234
+ tokens: {
11235
+ "next_token" => "next_token"
11236
+ }
11237
+ )
11238
+ end)
11239
+
11240
+ api.add_operation(:list_data_table_values, Seahorse::Model::Operation.new.tap do |o|
11241
+ o.name = "ListDataTableValues"
11242
+ o.http_method = "POST"
11243
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/list"
11244
+ o.input = Shapes::ShapeRef.new(shape: ListDataTableValuesRequest)
11245
+ o.output = Shapes::ShapeRef.new(shape: ListDataTableValuesResponse)
11246
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11247
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11248
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11249
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11250
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11251
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
11252
+ o[:pager] = Aws::Pager.new(
11253
+ limit_key: "max_results",
11254
+ tokens: {
11255
+ "next_token" => "next_token"
11256
+ }
11257
+ )
11258
+ end)
11259
+
11260
+ api.add_operation(:list_data_tables, Seahorse::Model::Operation.new.tap do |o|
11261
+ o.name = "ListDataTables"
11262
+ o.http_method = "GET"
11263
+ o.http_request_uri = "/data-tables/{InstanceId}"
11264
+ o.input = Shapes::ShapeRef.new(shape: ListDataTablesRequest)
11265
+ o.output = Shapes::ShapeRef.new(shape: ListDataTablesResponse)
11266
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11267
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11268
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11269
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11270
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11271
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
11272
+ o[:pager] = Aws::Pager.new(
11273
+ limit_key: "max_results",
11274
+ tokens: {
11275
+ "next_token" => "next_token"
11276
+ }
11277
+ )
11278
+ end)
11279
+
9626
11280
  api.add_operation(:list_default_vocabularies, Seahorse::Model::Operation.new.tap do |o|
9627
11281
  o.name = "ListDefaultVocabularies"
9628
11282
  o.http_method = "POST"
@@ -9641,6 +11295,19 @@ module Aws::Connect
9641
11295
  )
9642
11296
  end)
9643
11297
 
11298
+ api.add_operation(:list_entity_security_profiles, Seahorse::Model::Operation.new.tap do |o|
11299
+ o.name = "ListEntitySecurityProfiles"
11300
+ o.http_method = "POST"
11301
+ o.http_request_uri = "/entity-security-profiles-summary/{InstanceId}"
11302
+ o.input = Shapes::ShapeRef.new(shape: ListEntitySecurityProfilesRequest)
11303
+ o.output = Shapes::ShapeRef.new(shape: ListEntitySecurityProfilesResponse)
11304
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11305
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
11306
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11307
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11308
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11309
+ end)
11310
+
9644
11311
  api.add_operation(:list_evaluation_form_versions, Seahorse::Model::Operation.new.tap do |o|
9645
11312
  o.name = "ListEvaluationFormVersions"
9646
11313
  o.http_method = "GET"
@@ -10112,6 +11779,19 @@ module Aws::Connect
10112
11779
  )
10113
11780
  end)
10114
11781
 
11782
+ api.add_operation(:list_security_profile_flow_modules, Seahorse::Model::Operation.new.tap do |o|
11783
+ o.name = "ListSecurityProfileFlowModules"
11784
+ o.http_method = "GET"
11785
+ o.http_request_uri = "/security-profiles-flow-modules/{InstanceId}/{SecurityProfileId}"
11786
+ o.input = Shapes::ShapeRef.new(shape: ListSecurityProfileFlowModulesRequest)
11787
+ o.output = Shapes::ShapeRef.new(shape: ListSecurityProfileFlowModulesResponse)
11788
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11789
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
11790
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11791
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11792
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11793
+ end)
11794
+
10115
11795
  api.add_operation(:list_security_profile_permissions, Seahorse::Model::Operation.new.tap do |o|
10116
11796
  o.name = "ListSecurityProfilePermissions"
10117
11797
  o.http_method = "GET"
@@ -10334,6 +12014,60 @@ module Aws::Connect
10334
12014
  )
10335
12015
  end)
10336
12016
 
12017
+ api.add_operation(:list_workspace_media, Seahorse::Model::Operation.new.tap do |o|
12018
+ o.name = "ListWorkspaceMedia"
12019
+ o.http_method = "GET"
12020
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/media"
12021
+ o.input = Shapes::ShapeRef.new(shape: ListWorkspaceMediaRequest)
12022
+ o.output = Shapes::ShapeRef.new(shape: ListWorkspaceMediaResponse)
12023
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12024
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12025
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12026
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12027
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12028
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12029
+ end)
12030
+
12031
+ api.add_operation(:list_workspace_pages, Seahorse::Model::Operation.new.tap do |o|
12032
+ o.name = "ListWorkspacePages"
12033
+ o.http_method = "GET"
12034
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/pages"
12035
+ o.input = Shapes::ShapeRef.new(shape: ListWorkspacePagesRequest)
12036
+ o.output = Shapes::ShapeRef.new(shape: ListWorkspacePagesResponse)
12037
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12038
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12039
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12040
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12041
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12042
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12043
+ o[:pager] = Aws::Pager.new(
12044
+ limit_key: "max_results",
12045
+ tokens: {
12046
+ "next_token" => "next_token"
12047
+ }
12048
+ )
12049
+ end)
12050
+
12051
+ api.add_operation(:list_workspaces, Seahorse::Model::Operation.new.tap do |o|
12052
+ o.name = "ListWorkspaces"
12053
+ o.http_method = "GET"
12054
+ o.http_request_uri = "/workspaces/{InstanceId}"
12055
+ o.input = Shapes::ShapeRef.new(shape: ListWorkspacesRequest)
12056
+ o.output = Shapes::ShapeRef.new(shape: ListWorkspacesResponse)
12057
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12058
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12059
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12060
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12061
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12062
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12063
+ o[:pager] = Aws::Pager.new(
12064
+ limit_key: "max_results",
12065
+ tokens: {
12066
+ "next_token" => "next_token"
12067
+ }
12068
+ )
12069
+ end)
12070
+
10337
12071
  api.add_operation(:monitor_contact, Seahorse::Model::Operation.new.tap do |o|
10338
12072
  o.name = "MonitorContact"
10339
12073
  o.http_method = "POST"
@@ -10543,6 +12277,25 @@ module Aws::Connect
10543
12277
  )
10544
12278
  end)
10545
12279
 
12280
+ api.add_operation(:search_data_tables, Seahorse::Model::Operation.new.tap do |o|
12281
+ o.name = "SearchDataTables"
12282
+ o.http_method = "POST"
12283
+ o.http_request_uri = "/search-data-tables"
12284
+ o.input = Shapes::ShapeRef.new(shape: SearchDataTablesRequest)
12285
+ o.output = Shapes::ShapeRef.new(shape: SearchDataTablesResponse)
12286
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12287
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12288
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12289
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12290
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12291
+ o[:pager] = Aws::Pager.new(
12292
+ limit_key: "max_results",
12293
+ tokens: {
12294
+ "next_token" => "next_token"
12295
+ }
12296
+ )
12297
+ end)
12298
+
10546
12299
  api.add_operation(:search_email_addresses, Seahorse::Model::Operation.new.tap do |o|
10547
12300
  o.name = "SearchEmailAddresses"
10548
12301
  o.http_method = "POST"
@@ -10780,6 +12533,26 @@ module Aws::Connect
10780
12533
  )
10781
12534
  end)
10782
12535
 
12536
+ api.add_operation(:search_views, Seahorse::Model::Operation.new.tap do |o|
12537
+ o.name = "SearchViews"
12538
+ o.http_method = "POST"
12539
+ o.http_request_uri = "/search-views"
12540
+ o.input = Shapes::ShapeRef.new(shape: SearchViewsRequest)
12541
+ o.output = Shapes::ShapeRef.new(shape: SearchViewsResponse)
12542
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12543
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12544
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12545
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12546
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12547
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12548
+ o[:pager] = Aws::Pager.new(
12549
+ limit_key: "max_results",
12550
+ tokens: {
12551
+ "next_token" => "next_token"
12552
+ }
12553
+ )
12554
+ end)
12555
+
10783
12556
  api.add_operation(:search_vocabularies, Seahorse::Model::Operation.new.tap do |o|
10784
12557
  o.name = "SearchVocabularies"
10785
12558
  o.http_method = "POST"
@@ -10798,6 +12571,46 @@ module Aws::Connect
10798
12571
  )
10799
12572
  end)
10800
12573
 
12574
+ api.add_operation(:search_workspace_associations, Seahorse::Model::Operation.new.tap do |o|
12575
+ o.name = "SearchWorkspaceAssociations"
12576
+ o.http_method = "POST"
12577
+ o.http_request_uri = "/search-workspace-associations"
12578
+ o.input = Shapes::ShapeRef.new(shape: SearchWorkspaceAssociationsRequest)
12579
+ o.output = Shapes::ShapeRef.new(shape: SearchWorkspaceAssociationsResponse)
12580
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12581
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12582
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12583
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12584
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12585
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12586
+ o[:pager] = Aws::Pager.new(
12587
+ limit_key: "max_results",
12588
+ tokens: {
12589
+ "next_token" => "next_token"
12590
+ }
12591
+ )
12592
+ end)
12593
+
12594
+ api.add_operation(:search_workspaces, Seahorse::Model::Operation.new.tap do |o|
12595
+ o.name = "SearchWorkspaces"
12596
+ o.http_method = "POST"
12597
+ o.http_request_uri = "/search-workspaces"
12598
+ o.input = Shapes::ShapeRef.new(shape: SearchWorkspacesRequest)
12599
+ o.output = Shapes::ShapeRef.new(shape: SearchWorkspacesResponse)
12600
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12601
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12602
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12603
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12604
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12605
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12606
+ o[:pager] = Aws::Pager.new(
12607
+ limit_key: "max_results",
12608
+ tokens: {
12609
+ "next_token" => "next_token"
12610
+ }
12611
+ )
12612
+ end)
12613
+
10801
12614
  api.add_operation(:send_chat_integration_event, Seahorse::Model::Operation.new.tap do |o|
10802
12615
  o.name = "SendChatIntegrationEvent"
10803
12616
  o.http_method = "POST"
@@ -10867,6 +12680,21 @@ module Aws::Connect
10867
12680
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
10868
12681
  end)
10869
12682
 
12683
+ api.add_operation(:start_contact_media_processing, Seahorse::Model::Operation.new.tap do |o|
12684
+ o.name = "StartContactMediaProcessing"
12685
+ o.http_method = "POST"
12686
+ o.http_request_uri = "/contact/start-contact-media-processing"
12687
+ o.input = Shapes::ShapeRef.new(shape: StartContactMediaProcessingRequest)
12688
+ o.output = Shapes::ShapeRef.new(shape: StartContactMediaProcessingResponse)
12689
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12690
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12691
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12692
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12693
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12694
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
12695
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
12696
+ end)
12697
+
10870
12698
  api.add_operation(:start_contact_recording, Seahorse::Model::Operation.new.tap do |o|
10871
12699
  o.name = "StartContactRecording"
10872
12700
  o.http_method = "POST"
@@ -11006,6 +12834,20 @@ module Aws::Connect
11006
12834
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11007
12835
  end)
11008
12836
 
12837
+ api.add_operation(:stop_contact_media_processing, Seahorse::Model::Operation.new.tap do |o|
12838
+ o.name = "StopContactMediaProcessing"
12839
+ o.http_method = "POST"
12840
+ o.http_request_uri = "/contact/stop-contact-media-processing"
12841
+ o.input = Shapes::ShapeRef.new(shape: StopContactMediaProcessingRequest)
12842
+ o.output = Shapes::ShapeRef.new(shape: StopContactMediaProcessingResponse)
12843
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12844
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12845
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12846
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12847
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12848
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
12849
+ end)
12850
+
11009
12851
  api.add_operation(:stop_contact_recording, Seahorse::Model::Operation.new.tap do |o|
11010
12852
  o.name = "StopContactRecording"
11011
12853
  o.http_method = "POST"
@@ -11303,6 +13145,54 @@ module Aws::Connect
11303
13145
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11304
13146
  end)
11305
13147
 
13148
+ api.add_operation(:update_data_table_attribute, Seahorse::Model::Operation.new.tap do |o|
13149
+ o.name = "UpdateDataTableAttribute"
13150
+ o.http_method = "POST"
13151
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes/{AttributeName}"
13152
+ o.input = Shapes::ShapeRef.new(shape: UpdateDataTableAttributeRequest)
13153
+ o.output = Shapes::ShapeRef.new(shape: UpdateDataTableAttributeResponse)
13154
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13155
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
13156
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13157
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13158
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13159
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13160
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13161
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
13162
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
13163
+ end)
13164
+
13165
+ api.add_operation(:update_data_table_metadata, Seahorse::Model::Operation.new.tap do |o|
13166
+ o.name = "UpdateDataTableMetadata"
13167
+ o.http_method = "POST"
13168
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}"
13169
+ o.input = Shapes::ShapeRef.new(shape: UpdateDataTableMetadataRequest)
13170
+ o.output = Shapes::ShapeRef.new(shape: UpdateDataTableMetadataResponse)
13171
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13172
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
13173
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13174
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13175
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13176
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13177
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13178
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
13179
+ end)
13180
+
13181
+ api.add_operation(:update_data_table_primary_values, Seahorse::Model::Operation.new.tap do |o|
13182
+ o.name = "UpdateDataTablePrimaryValues"
13183
+ o.http_method = "POST"
13184
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/update-primary"
13185
+ o.input = Shapes::ShapeRef.new(shape: UpdateDataTablePrimaryValuesRequest)
13186
+ o.output = Shapes::ShapeRef.new(shape: UpdateDataTablePrimaryValuesResponse)
13187
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13188
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
13189
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13190
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13191
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13192
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13193
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13194
+ end)
13195
+
11306
13196
  api.add_operation(:update_email_address_metadata, Seahorse::Model::Operation.new.tap do |o|
11307
13197
  o.name = "UpdateEmailAddressMetadata"
11308
13198
  o.http_method = "POST"
@@ -11836,6 +13726,65 @@ module Aws::Connect
11836
13726
  o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
11837
13727
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
11838
13728
  end)
13729
+
13730
+ api.add_operation(:update_workspace_metadata, Seahorse::Model::Operation.new.tap do |o|
13731
+ o.name = "UpdateWorkspaceMetadata"
13732
+ o.http_method = "POST"
13733
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/metadata"
13734
+ o.input = Shapes::ShapeRef.new(shape: UpdateWorkspaceMetadataRequest)
13735
+ o.output = Shapes::ShapeRef.new(shape: UpdateWorkspaceMetadataResponse)
13736
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13737
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13738
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13739
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
13740
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13741
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13742
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13743
+ end)
13744
+
13745
+ api.add_operation(:update_workspace_page, Seahorse::Model::Operation.new.tap do |o|
13746
+ o.name = "UpdateWorkspacePage"
13747
+ o.http_method = "POST"
13748
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/pages/{Page}"
13749
+ o.input = Shapes::ShapeRef.new(shape: UpdateWorkspacePageRequest)
13750
+ o.output = Shapes::ShapeRef.new(shape: UpdateWorkspacePageResponse)
13751
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13752
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13753
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13754
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13755
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13756
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13757
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
13758
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
13759
+ end)
13760
+
13761
+ api.add_operation(:update_workspace_theme, Seahorse::Model::Operation.new.tap do |o|
13762
+ o.name = "UpdateWorkspaceTheme"
13763
+ o.http_method = "POST"
13764
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/theme"
13765
+ o.input = Shapes::ShapeRef.new(shape: UpdateWorkspaceThemeRequest)
13766
+ o.output = Shapes::ShapeRef.new(shape: UpdateWorkspaceThemeResponse)
13767
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13768
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13769
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13770
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13771
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13772
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13773
+ end)
13774
+
13775
+ api.add_operation(:update_workspace_visibility, Seahorse::Model::Operation.new.tap do |o|
13776
+ o.name = "UpdateWorkspaceVisibility"
13777
+ o.http_method = "POST"
13778
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/visibility"
13779
+ o.input = Shapes::ShapeRef.new(shape: UpdateWorkspaceVisibilityRequest)
13780
+ o.output = Shapes::ShapeRef.new(shape: UpdateWorkspaceVisibilityResponse)
13781
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13782
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13783
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13784
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13785
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13786
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13787
+ end)
11839
13788
  end
11840
13789
 
11841
13790
  end