aws-sdk-connect 1.226.0 → 1.227.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,9 +602,12 @@ 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')
512
612
  DisconnectReason = Shapes::StructureShape.new(name: 'DisconnectReason')
513
613
  DisconnectReasonCode = Shapes::StringShape.new(name: 'DisconnectReasonCode')
@@ -556,10 +656,14 @@ module Aws::Connect
556
656
  EndpointDisplayName = Shapes::StringShape.new(name: 'EndpointDisplayName')
557
657
  EndpointInfo = Shapes::StructureShape.new(name: 'EndpointInfo')
558
658
  EndpointType = Shapes::StringShape.new(name: 'EndpointType')
659
+ EntityArn = Shapes::StringShape.new(name: 'EntityArn')
660
+ EntityType = Shapes::StringShape.new(name: 'EntityType')
559
661
  ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
560
662
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
561
663
  ErrorResult = Shapes::StructureShape.new(name: 'ErrorResult')
562
664
  ErrorResults = Shapes::ListShape.new(name: 'ErrorResults')
665
+ EvaluateDataTableValuesRequest = Shapes::StructureShape.new(name: 'EvaluateDataTableValuesRequest')
666
+ EvaluateDataTableValuesResponse = Shapes::StructureShape.new(name: 'EvaluateDataTableValuesResponse')
563
667
  Evaluation = Shapes::StructureShape.new(name: 'Evaluation')
564
668
  EvaluationAcknowledgement = Shapes::StructureShape.new(name: 'EvaluationAcknowledgement')
565
669
  EvaluationAcknowledgementSummary = Shapes::StructureShape.new(name: 'EvaluationAcknowledgementSummary')
@@ -567,6 +671,7 @@ module Aws::Connect
567
671
  EvaluationAnswerData = Shapes::UnionShape.new(name: 'EvaluationAnswerData')
568
672
  EvaluationAnswerDataNumericValue = Shapes::FloatShape.new(name: 'EvaluationAnswerDataNumericValue')
569
673
  EvaluationAnswerDataStringValue = Shapes::StringShape.new(name: 'EvaluationAnswerDataStringValue')
674
+ EvaluationAnswerDataStringValueList = Shapes::ListShape.new(name: 'EvaluationAnswerDataStringValueList')
570
675
  EvaluationAnswerInput = Shapes::StructureShape.new(name: 'EvaluationAnswerInput')
571
676
  EvaluationAnswerOutput = Shapes::StructureShape.new(name: 'EvaluationAnswerOutput')
572
677
  EvaluationAnswersInputMap = Shapes::MapShape.new(name: 'EvaluationAnswersInputMap')
@@ -575,6 +680,7 @@ module Aws::Connect
575
680
  EvaluationAutomationRuleCategory = Shapes::StructureShape.new(name: 'EvaluationAutomationRuleCategory')
576
681
  EvaluationAutomationRuleCategoryList = Shapes::ListShape.new(name: 'EvaluationAutomationRuleCategoryList')
577
682
  EvaluationContactLensAnswerAnalysisDetails = Shapes::StructureShape.new(name: 'EvaluationContactLensAnswerAnalysisDetails')
683
+ EvaluationContactParticipant = Shapes::StructureShape.new(name: 'EvaluationContactParticipant')
578
684
  EvaluationForm = Shapes::StructureShape.new(name: 'EvaluationForm')
579
685
  EvaluationFormAutoEvaluationConfiguration = Shapes::StructureShape.new(name: 'EvaluationFormAutoEvaluationConfiguration')
580
686
  EvaluationFormContent = Shapes::StructureShape.new(name: 'EvaluationFormContent')
@@ -596,6 +702,16 @@ module Aws::Connect
596
702
  EvaluationFormItemSourceValuesComparator = Shapes::StringShape.new(name: 'EvaluationFormItemSourceValuesComparator')
597
703
  EvaluationFormItemWeight = Shapes::FloatShape.new(name: 'EvaluationFormItemWeight')
598
704
  EvaluationFormItemsList = Shapes::ListShape.new(name: 'EvaluationFormItemsList')
705
+ EvaluationFormLanguageCode = Shapes::StringShape.new(name: 'EvaluationFormLanguageCode')
706
+ EvaluationFormLanguageConfiguration = Shapes::StructureShape.new(name: 'EvaluationFormLanguageConfiguration')
707
+ EvaluationFormMultiSelectQuestionAutomation = Shapes::StructureShape.new(name: 'EvaluationFormMultiSelectQuestionAutomation')
708
+ EvaluationFormMultiSelectQuestionAutomationOption = Shapes::UnionShape.new(name: 'EvaluationFormMultiSelectQuestionAutomationOption')
709
+ EvaluationFormMultiSelectQuestionAutomationOptionList = Shapes::ListShape.new(name: 'EvaluationFormMultiSelectQuestionAutomationOptionList')
710
+ EvaluationFormMultiSelectQuestionDisplayMode = Shapes::StringShape.new(name: 'EvaluationFormMultiSelectQuestionDisplayMode')
711
+ EvaluationFormMultiSelectQuestionOption = Shapes::StructureShape.new(name: 'EvaluationFormMultiSelectQuestionOption')
712
+ EvaluationFormMultiSelectQuestionOptionList = Shapes::ListShape.new(name: 'EvaluationFormMultiSelectQuestionOptionList')
713
+ EvaluationFormMultiSelectQuestionOptionText = Shapes::StringShape.new(name: 'EvaluationFormMultiSelectQuestionOptionText')
714
+ EvaluationFormMultiSelectQuestionProperties = Shapes::StructureShape.new(name: 'EvaluationFormMultiSelectQuestionProperties')
599
715
  EvaluationFormNumericQuestionAutomation = Shapes::UnionShape.new(name: 'EvaluationFormNumericQuestionAutomation')
600
716
  EvaluationFormNumericQuestionOption = Shapes::StructureShape.new(name: 'EvaluationFormNumericQuestionOption')
601
717
  EvaluationFormNumericQuestionOptionList = Shapes::ListShape.new(name: 'EvaluationFormNumericQuestionOptionList')
@@ -628,6 +744,7 @@ module Aws::Connect
628
744
  EvaluationFormSingleSelectQuestionProperties = Shapes::StructureShape.new(name: 'EvaluationFormSingleSelectQuestionProperties')
629
745
  EvaluationFormSummary = Shapes::StructureShape.new(name: 'EvaluationFormSummary')
630
746
  EvaluationFormSummaryList = Shapes::ListShape.new(name: 'EvaluationFormSummaryList')
747
+ EvaluationFormTargetConfiguration = Shapes::StructureShape.new(name: 'EvaluationFormTargetConfiguration')
631
748
  EvaluationFormTextQuestionAutomation = Shapes::StructureShape.new(name: 'EvaluationFormTextQuestionAutomation')
632
749
  EvaluationFormTextQuestionProperties = Shapes::StructureShape.new(name: 'EvaluationFormTextQuestionProperties')
633
750
  EvaluationFormTitle = Shapes::StringShape.new(name: 'EvaluationFormTitle')
@@ -677,6 +794,8 @@ module Aws::Connect
677
794
  Expression = Shapes::StructureShape.new(name: 'Expression')
678
795
  Expressions = Shapes::ListShape.new(name: 'Expressions')
679
796
  ExternalInvocationConfiguration = Shapes::StructureShape.new(name: 'ExternalInvocationConfiguration')
797
+ FailedBatchAssociationSummary = Shapes::StructureShape.new(name: 'FailedBatchAssociationSummary')
798
+ FailedBatchAssociationSummaryList = Shapes::ListShape.new(name: 'FailedBatchAssociationSummaryList')
680
799
  FailedRequest = Shapes::StructureShape.new(name: 'FailedRequest')
681
800
  FailedRequestList = Shapes::ListShape.new(name: 'FailedRequestList')
682
801
  FailureReasonCode = Shapes::StringShape.new(name: 'FailureReasonCode')
@@ -692,6 +811,8 @@ module Aws::Connect
692
811
  FileStatusType = Shapes::StringShape.new(name: 'FileStatusType')
693
812
  FileUseCaseType = Shapes::StringShape.new(name: 'FileUseCaseType')
694
813
  FilterV2 = Shapes::StructureShape.new(name: 'FilterV2')
814
+ FilterV2StringCondition = Shapes::StructureShape.new(name: 'FilterV2StringCondition')
815
+ FilterV2StringConditionComparisonOperator = Shapes::StringShape.new(name: 'FilterV2StringConditionComparisonOperator')
695
816
  FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
696
817
  Filters = Shapes::StructureShape.new(name: 'Filters')
697
818
  FiltersV2List = Shapes::ListShape.new(name: 'FiltersV2List')
@@ -699,8 +820,13 @@ module Aws::Connect
699
820
  FlowAssociationSummary = Shapes::StructureShape.new(name: 'FlowAssociationSummary')
700
821
  FlowAssociationSummaryList = Shapes::ListShape.new(name: 'FlowAssociationSummaryList')
701
822
  FlowContentSha256 = Shapes::StringShape.new(name: 'FlowContentSha256')
823
+ FlowModule = Shapes::StructureShape.new(name: 'FlowModule')
702
824
  FlowModuleContentSha256 = Shapes::StringShape.new(name: 'FlowModuleContentSha256')
825
+ FlowModuleId = Shapes::StringShape.new(name: 'FlowModuleId')
703
826
  FlowModuleSettings = Shapes::StringShape.new(name: 'FlowModuleSettings')
827
+ FlowModuleType = Shapes::StringShape.new(name: 'FlowModuleType')
828
+ FlowQuickConnectConfig = Shapes::StructureShape.new(name: 'FlowQuickConnectConfig')
829
+ FontFamily = Shapes::StructureShape.new(name: 'FontFamily')
704
830
  FormId = Shapes::StringShape.new(name: 'FormId')
705
831
  FragmentNumber = Shapes::StringShape.new(name: 'FragmentNumber')
706
832
  FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
@@ -732,6 +858,7 @@ module Aws::Connect
732
858
  GetTrafficDistributionRequest = Shapes::StructureShape.new(name: 'GetTrafficDistributionRequest')
733
859
  GetTrafficDistributionResponse = Shapes::StructureShape.new(name: 'GetTrafficDistributionResponse')
734
860
  GlobalSignInEndpoint = Shapes::StringShape.new(name: 'GlobalSignInEndpoint')
861
+ GranularAccessControlConfiguration = Shapes::StructureShape.new(name: 'GranularAccessControlConfiguration')
735
862
  Grouping = Shapes::StringShape.new(name: 'Grouping')
736
863
  GroupingV2 = Shapes::StringShape.new(name: 'GroupingV2')
737
864
  Groupings = Shapes::ListShape.new(name: 'Groupings')
@@ -787,10 +914,14 @@ module Aws::Connect
787
914
  HoursOfOperationSummary = Shapes::StructureShape.new(name: 'HoursOfOperationSummary')
788
915
  HoursOfOperationSummaryList = Shapes::ListShape.new(name: 'HoursOfOperationSummaryList')
789
916
  HoursOfOperationTimeSlice = Shapes::StructureShape.new(name: 'HoursOfOperationTimeSlice')
917
+ IAMRestrictedPrimaryValue = Shapes::StringShape.new(name: 'IAMRestrictedPrimaryValue')
790
918
  ISO8601Datetime = Shapes::StringShape.new(name: 'ISO8601Datetime')
791
919
  IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
920
+ ImagesLogo = Shapes::StructureShape.new(name: 'ImagesLogo')
792
921
  ImportPhoneNumberRequest = Shapes::StructureShape.new(name: 'ImportPhoneNumberRequest')
793
922
  ImportPhoneNumberResponse = Shapes::StructureShape.new(name: 'ImportPhoneNumberResponse')
923
+ ImportWorkspaceMediaRequest = Shapes::StructureShape.new(name: 'ImportWorkspaceMediaRequest')
924
+ ImportWorkspaceMediaResponse = Shapes::StructureShape.new(name: 'ImportWorkspaceMediaResponse')
794
925
  InactivityDuration = Shapes::IntegerShape.new(name: 'InactivityDuration')
795
926
  InboundAdditionalRecipients = Shapes::StructureShape.new(name: 'InboundAdditionalRecipients')
796
927
  InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
@@ -802,6 +933,7 @@ module Aws::Connect
802
933
  Index = Shapes::IntegerShape.new(name: 'Index')
803
934
  InitiateAs = Shapes::StringShape.new(name: 'InitiateAs')
804
935
  InitiationMethodList = Shapes::ListShape.new(name: 'InitiationMethodList')
936
+ InputData = Shapes::StringShape.new(name: 'InputData')
805
937
  InputPredefinedAttributeConfiguration = Shapes::StructureShape.new(name: 'InputPredefinedAttributeConfiguration')
806
938
  Instance = Shapes::StructureShape.new(name: 'Instance')
807
939
  InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
@@ -843,6 +975,7 @@ module Aws::Connect
843
975
  KinesisStreamConfig = Shapes::StructureShape.new(name: 'KinesisStreamConfig')
844
976
  KinesisVideoStreamConfig = Shapes::StructureShape.new(name: 'KinesisVideoStreamConfig')
845
977
  LargeNextToken = Shapes::StringShape.new(name: 'LargeNextToken')
978
+ LengthBoundary = Shapes::IntegerShape.new(name: 'LengthBoundary')
846
979
  LexBot = Shapes::StructureShape.new(name: 'LexBot')
847
980
  LexBotConfig = Shapes::StructureShape.new(name: 'LexBotConfig')
848
981
  LexBotConfigList = Shapes::ListShape.new(name: 'LexBotConfigList')
@@ -881,8 +1014,18 @@ module Aws::Connect
881
1014
  ListContactFlowsResponse = Shapes::StructureShape.new(name: 'ListContactFlowsResponse')
882
1015
  ListContactReferencesRequest = Shapes::StructureShape.new(name: 'ListContactReferencesRequest')
883
1016
  ListContactReferencesResponse = Shapes::StructureShape.new(name: 'ListContactReferencesResponse')
1017
+ ListDataTableAttributesRequest = Shapes::StructureShape.new(name: 'ListDataTableAttributesRequest')
1018
+ ListDataTableAttributesResponse = Shapes::StructureShape.new(name: 'ListDataTableAttributesResponse')
1019
+ ListDataTablePrimaryValuesRequest = Shapes::StructureShape.new(name: 'ListDataTablePrimaryValuesRequest')
1020
+ ListDataTablePrimaryValuesResponse = Shapes::StructureShape.new(name: 'ListDataTablePrimaryValuesResponse')
1021
+ ListDataTableValuesRequest = Shapes::StructureShape.new(name: 'ListDataTableValuesRequest')
1022
+ ListDataTableValuesResponse = Shapes::StructureShape.new(name: 'ListDataTableValuesResponse')
1023
+ ListDataTablesRequest = Shapes::StructureShape.new(name: 'ListDataTablesRequest')
1024
+ ListDataTablesResponse = Shapes::StructureShape.new(name: 'ListDataTablesResponse')
884
1025
  ListDefaultVocabulariesRequest = Shapes::StructureShape.new(name: 'ListDefaultVocabulariesRequest')
885
1026
  ListDefaultVocabulariesResponse = Shapes::StructureShape.new(name: 'ListDefaultVocabulariesResponse')
1027
+ ListEntitySecurityProfilesRequest = Shapes::StructureShape.new(name: 'ListEntitySecurityProfilesRequest')
1028
+ ListEntitySecurityProfilesResponse = Shapes::StructureShape.new(name: 'ListEntitySecurityProfilesResponse')
886
1029
  ListEvaluationFormVersionsRequest = Shapes::StructureShape.new(name: 'ListEvaluationFormVersionsRequest')
887
1030
  ListEvaluationFormVersionsResponse = Shapes::StructureShape.new(name: 'ListEvaluationFormVersionsResponse')
888
1031
  ListEvaluationFormsRequest = Shapes::StructureShape.new(name: 'ListEvaluationFormsRequest')
@@ -936,6 +1079,8 @@ module Aws::Connect
936
1079
  ListSecurityKeysResponse = Shapes::StructureShape.new(name: 'ListSecurityKeysResponse')
937
1080
  ListSecurityProfileApplicationsRequest = Shapes::StructureShape.new(name: 'ListSecurityProfileApplicationsRequest')
938
1081
  ListSecurityProfileApplicationsResponse = Shapes::StructureShape.new(name: 'ListSecurityProfileApplicationsResponse')
1082
+ ListSecurityProfileFlowModulesRequest = Shapes::StructureShape.new(name: 'ListSecurityProfileFlowModulesRequest')
1083
+ ListSecurityProfileFlowModulesResponse = Shapes::StructureShape.new(name: 'ListSecurityProfileFlowModulesResponse')
939
1084
  ListSecurityProfilePermissionsRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsRequest')
940
1085
  ListSecurityProfilePermissionsResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsResponse')
941
1086
  ListSecurityProfilesRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilesRequest')
@@ -960,6 +1105,12 @@ module Aws::Connect
960
1105
  ListViewVersionsResponse = Shapes::StructureShape.new(name: 'ListViewVersionsResponse')
961
1106
  ListViewsRequest = Shapes::StructureShape.new(name: 'ListViewsRequest')
962
1107
  ListViewsResponse = Shapes::StructureShape.new(name: 'ListViewsResponse')
1108
+ ListWorkspaceMediaRequest = Shapes::StructureShape.new(name: 'ListWorkspaceMediaRequest')
1109
+ ListWorkspaceMediaResponse = Shapes::StructureShape.new(name: 'ListWorkspaceMediaResponse')
1110
+ ListWorkspacePagesRequest = Shapes::StructureShape.new(name: 'ListWorkspacePagesRequest')
1111
+ ListWorkspacePagesResponse = Shapes::StructureShape.new(name: 'ListWorkspacePagesResponse')
1112
+ ListWorkspacesRequest = Shapes::StructureShape.new(name: 'ListWorkspacesRequest')
1113
+ ListWorkspacesResponse = Shapes::StructureShape.new(name: 'ListWorkspacesResponse')
963
1114
  Long = Shapes::IntegerShape.new(name: 'Long')
964
1115
  MatchCriteria = Shapes::StructureShape.new(name: 'MatchCriteria')
965
1116
  MaxResult10 = Shapes::IntegerShape.new(name: 'MaxResult10')
@@ -974,9 +1125,13 @@ module Aws::Connect
974
1125
  MaximumResultReturnedException = Shapes::StructureShape.new(name: 'MaximumResultReturnedException')
975
1126
  MediaConcurrencies = Shapes::ListShape.new(name: 'MediaConcurrencies')
976
1127
  MediaConcurrency = Shapes::StructureShape.new(name: 'MediaConcurrency')
1128
+ MediaItem = Shapes::StructureShape.new(name: 'MediaItem')
1129
+ MediaList = Shapes::ListShape.new(name: 'MediaList')
977
1130
  MediaPlacement = Shapes::StructureShape.new(name: 'MediaPlacement')
978
1131
  MediaRegion = Shapes::StringShape.new(name: 'MediaRegion')
1132
+ MediaSource = Shapes::StringShape.new(name: 'MediaSource')
979
1133
  MediaStreamType = Shapes::StringShape.new(name: 'MediaStreamType')
1134
+ MediaType = Shapes::StringShape.new(name: 'MediaType')
980
1135
  Meeting = Shapes::StructureShape.new(name: 'Meeting')
981
1136
  MeetingFeatureStatus = Shapes::StringShape.new(name: 'MeetingFeatureStatus')
982
1137
  MeetingFeaturesConfiguration = Shapes::StructureShape.new(name: 'MeetingFeaturesConfiguration')
@@ -990,6 +1145,7 @@ module Aws::Connect
990
1145
  MetricFilterV2 = Shapes::StructureShape.new(name: 'MetricFilterV2')
991
1146
  MetricFilterValueList = Shapes::ListShape.new(name: 'MetricFilterValueList')
992
1147
  MetricFiltersV2List = Shapes::ListShape.new(name: 'MetricFiltersV2List')
1148
+ MetricId = Shapes::StringShape.new(name: 'MetricId')
993
1149
  MetricInterval = Shapes::StructureShape.new(name: 'MetricInterval')
994
1150
  MetricNameV2 = Shapes::StringShape.new(name: 'MetricNameV2')
995
1151
  MetricResultV2 = Shapes::StructureShape.new(name: 'MetricResultV2')
@@ -1000,12 +1156,19 @@ module Aws::Connect
1000
1156
  MonitorCapability = Shapes::StringShape.new(name: 'MonitorCapability')
1001
1157
  MonitorContactRequest = Shapes::StructureShape.new(name: 'MonitorContactRequest')
1002
1158
  MonitorContactResponse = Shapes::StructureShape.new(name: 'MonitorContactResponse')
1159
+ MultiSelectQuestionRuleCategoryAutomation = Shapes::StructureShape.new(name: 'MultiSelectQuestionRuleCategoryAutomation')
1160
+ MultiSelectQuestionRuleCategoryAutomationCondition = Shapes::StringShape.new(name: 'MultiSelectQuestionRuleCategoryAutomationCondition')
1161
+ MultiSelectQuestionRuleCategoryAutomationLabel = Shapes::StringShape.new(name: 'MultiSelectQuestionRuleCategoryAutomationLabel')
1003
1162
  Name = Shapes::StringShape.new(name: 'Name')
1004
1163
  Name128 = Shapes::StringShape.new(name: 'Name128')
1005
1164
  NameCriteria = Shapes::StructureShape.new(name: 'NameCriteria')
1006
1165
  Namespace = Shapes::StringShape.new(name: 'Namespace')
1007
1166
  NewChatCreated = Shapes::BooleanShape.new(name: 'NewChatCreated')
1008
1167
  NewSessionDetails = Shapes::StructureShape.new(name: 'NewSessionDetails')
1168
+ NextContactEntry = Shapes::StructureShape.new(name: 'NextContactEntry')
1169
+ NextContactMetadata = Shapes::UnionShape.new(name: 'NextContactMetadata')
1170
+ NextContactType = Shapes::StringShape.new(name: 'NextContactType')
1171
+ NextContacts = Shapes::ListShape.new(name: 'NextContacts')
1009
1172
  NextToken = Shapes::StringShape.new(name: 'NextToken')
1010
1173
  NextToken2500 = Shapes::StringShape.new(name: 'NextToken2500')
1011
1174
  NotificationContentType = Shapes::StringShape.new(name: 'NotificationContentType')
@@ -1043,7 +1206,13 @@ module Aws::Connect
1043
1206
  OverrideDays = Shapes::StringShape.new(name: 'OverrideDays')
1044
1207
  OverrideTimeSlice = Shapes::StructureShape.new(name: 'OverrideTimeSlice')
1045
1208
  PEM = Shapes::StringShape.new(name: 'PEM')
1209
+ Page = Shapes::StringShape.new(name: 'Page')
1210
+ PaletteCanvas = Shapes::StructureShape.new(name: 'PaletteCanvas')
1211
+ PaletteHeader = Shapes::StructureShape.new(name: 'PaletteHeader')
1212
+ PaletteNavigation = Shapes::StructureShape.new(name: 'PaletteNavigation')
1213
+ PalettePrimary = Shapes::StructureShape.new(name: 'PalettePrimary')
1046
1214
  ParticipantCapabilities = Shapes::StructureShape.new(name: 'ParticipantCapabilities')
1215
+ ParticipantConfiguration = Shapes::StructureShape.new(name: 'ParticipantConfiguration')
1047
1216
  ParticipantDetails = Shapes::StructureShape.new(name: 'ParticipantDetails')
1048
1217
  ParticipantDetailsToAdd = Shapes::StructureShape.new(name: 'ParticipantDetailsToAdd')
1049
1218
  ParticipantId = Shapes::StringShape.new(name: 'ParticipantId')
@@ -1084,6 +1253,8 @@ module Aws::Connect
1084
1253
  PhoneType = Shapes::StringShape.new(name: 'PhoneType')
1085
1254
  PlatformName = Shapes::StringShape.new(name: 'PlatformName')
1086
1255
  PlatformVersion = Shapes::StringShape.new(name: 'PlatformVersion')
1256
+ PositiveAndNegativeDouble = Shapes::FloatShape.new(name: 'PositiveAndNegativeDouble')
1257
+ PositiveDouble = Shapes::FloatShape.new(name: 'PositiveDouble')
1087
1258
  PostAcceptPreviewTimeoutDurationInSeconds = Shapes::IntegerShape.new(name: 'PostAcceptPreviewTimeoutDurationInSeconds')
1088
1259
  PostAcceptTimeoutConfig = Shapes::StructureShape.new(name: 'PostAcceptTimeoutConfig')
1089
1260
  PotentialAudioQualityIssue = Shapes::StringShape.new(name: 'PotentialAudioQualityIssue')
@@ -1105,6 +1276,18 @@ module Aws::Connect
1105
1276
  PredefinedAttributeValues = Shapes::UnionShape.new(name: 'PredefinedAttributeValues')
1106
1277
  Prefix = Shapes::StringShape.new(name: 'Prefix')
1107
1278
  Preview = Shapes::StructureShape.new(name: 'Preview')
1279
+ PrimaryAttributeAccessControlConfigurationItem = Shapes::StructureShape.new(name: 'PrimaryAttributeAccessControlConfigurationItem')
1280
+ PrimaryAttributeContextKeyName = Shapes::StringShape.new(name: 'PrimaryAttributeContextKeyName')
1281
+ PrimaryAttributeValue = Shapes::StructureShape.new(name: 'PrimaryAttributeValue')
1282
+ PrimaryAttributeValueFilter = Shapes::StructureShape.new(name: 'PrimaryAttributeValueFilter')
1283
+ PrimaryAttributeValueFilters = Shapes::ListShape.new(name: 'PrimaryAttributeValueFilters')
1284
+ PrimaryAttributeValuesSet = Shapes::ListShape.new(name: 'PrimaryAttributeValuesSet')
1285
+ PrimaryValue = Shapes::StructureShape.new(name: 'PrimaryValue')
1286
+ PrimaryValueList = Shapes::ListShape.new(name: 'PrimaryValueList')
1287
+ PrimaryValueResponse = Shapes::StructureShape.new(name: 'PrimaryValueResponse')
1288
+ PrimaryValuesList = Shapes::ListShape.new(name: 'PrimaryValuesList')
1289
+ PrimaryValuesResponseSet = Shapes::ListShape.new(name: 'PrimaryValuesResponseSet')
1290
+ PrimaryValuesSet = Shapes::ListShape.new(name: 'PrimaryValuesSet')
1108
1291
  Priority = Shapes::IntegerShape.new(name: 'Priority')
1109
1292
  ProblemDetail = Shapes::StructureShape.new(name: 'ProblemDetail')
1110
1293
  ProblemMessageString = Shapes::StringShape.new(name: 'ProblemMessageString')
@@ -1155,6 +1338,7 @@ module Aws::Connect
1155
1338
  Queues = Shapes::ListShape.new(name: 'Queues')
1156
1339
  QuickConnect = Shapes::StructureShape.new(name: 'QuickConnect')
1157
1340
  QuickConnectConfig = Shapes::StructureShape.new(name: 'QuickConnectConfig')
1341
+ QuickConnectContactData = Shapes::StructureShape.new(name: 'QuickConnectContactData')
1158
1342
  QuickConnectDescription = Shapes::StringShape.new(name: 'QuickConnectDescription')
1159
1343
  QuickConnectId = Shapes::StringShape.new(name: 'QuickConnectId')
1160
1344
  QuickConnectName = Shapes::StringShape.new(name: 'QuickConnectName')
@@ -1210,6 +1394,8 @@ module Aws::Connect
1210
1394
  RealTimeContactAnalysisTranscriptItemsWithContent = Shapes::ListShape.new(name: 'RealTimeContactAnalysisTranscriptItemsWithContent')
1211
1395
  RealtimeContactAnalysisSegment = Shapes::UnionShape.new(name: 'RealtimeContactAnalysisSegment')
1212
1396
  RealtimeContactAnalysisSegments = Shapes::ListShape.new(name: 'RealtimeContactAnalysisSegments')
1397
+ RecordIds = Shapes::ListShape.new(name: 'RecordIds')
1398
+ RecordPrimaryValue = Shapes::StructureShape.new(name: 'RecordPrimaryValue')
1213
1399
  RecordingDeletionReason = Shapes::StringShape.new(name: 'RecordingDeletionReason')
1214
1400
  RecordingInfo = Shapes::StructureShape.new(name: 'RecordingInfo')
1215
1401
  RecordingLocation = Shapes::StringShape.new(name: 'RecordingLocation')
@@ -1218,6 +1404,7 @@ module Aws::Connect
1218
1404
  Reference = Shapes::StructureShape.new(name: 'Reference')
1219
1405
  ReferenceArn = Shapes::StringShape.new(name: 'ReferenceArn')
1220
1406
  ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
1407
+ ReferenceIdList = Shapes::ListShape.new(name: 'ReferenceIdList')
1221
1408
  ReferenceKey = Shapes::StringShape.new(name: 'ReferenceKey')
1222
1409
  ReferenceStatus = Shapes::StringShape.new(name: 'ReferenceStatus')
1223
1410
  ReferenceStatusReason = Shapes::StringShape.new(name: 'ReferenceStatusReason')
@@ -1250,6 +1437,7 @@ module Aws::Connect
1250
1437
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
1251
1438
  ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
1252
1439
  ResourceVersion = Shapes::IntegerShape.new(name: 'ResourceVersion')
1440
+ ResponseMode = Shapes::StringShape.new(name: 'ResponseMode')
1253
1441
  ResumeContactRecordingRequest = Shapes::StructureShape.new(name: 'ResumeContactRecordingRequest')
1254
1442
  ResumeContactRecordingResponse = Shapes::StructureShape.new(name: 'ResumeContactRecordingResponse')
1255
1443
  ResumeContactRequest = Shapes::StructureShape.new(name: 'ResumeContactRequest')
@@ -1319,6 +1507,8 @@ module Aws::Connect
1319
1507
  SearchContactsTimeRangeType = Shapes::StringShape.new(name: 'SearchContactsTimeRangeType')
1320
1508
  SearchContactsTimestampCondition = Shapes::StructureShape.new(name: 'SearchContactsTimestampCondition')
1321
1509
  SearchCriteria = Shapes::StructureShape.new(name: 'SearchCriteria')
1510
+ SearchDataTablesRequest = Shapes::StructureShape.new(name: 'SearchDataTablesRequest')
1511
+ SearchDataTablesResponse = Shapes::StructureShape.new(name: 'SearchDataTablesResponse')
1322
1512
  SearchEmailAddressesRequest = Shapes::StructureShape.new(name: 'SearchEmailAddressesRequest')
1323
1513
  SearchEmailAddressesResponse = Shapes::StructureShape.new(name: 'SearchEmailAddressesResponse')
1324
1514
  SearchEvaluationFormsRequest = Shapes::StructureShape.new(name: 'SearchEvaluationFormsRequest')
@@ -1347,8 +1537,14 @@ module Aws::Connect
1347
1537
  SearchUserHierarchyGroupsResponse = Shapes::StructureShape.new(name: 'SearchUserHierarchyGroupsResponse')
1348
1538
  SearchUsersRequest = Shapes::StructureShape.new(name: 'SearchUsersRequest')
1349
1539
  SearchUsersResponse = Shapes::StructureShape.new(name: 'SearchUsersResponse')
1540
+ SearchViewsRequest = Shapes::StructureShape.new(name: 'SearchViewsRequest')
1541
+ SearchViewsResponse = Shapes::StructureShape.new(name: 'SearchViewsResponse')
1350
1542
  SearchVocabulariesRequest = Shapes::StructureShape.new(name: 'SearchVocabulariesRequest')
1351
1543
  SearchVocabulariesResponse = Shapes::StructureShape.new(name: 'SearchVocabulariesResponse')
1544
+ SearchWorkspaceAssociationsRequest = Shapes::StructureShape.new(name: 'SearchWorkspaceAssociationsRequest')
1545
+ SearchWorkspaceAssociationsResponse = Shapes::StructureShape.new(name: 'SearchWorkspaceAssociationsResponse')
1546
+ SearchWorkspacesRequest = Shapes::StructureShape.new(name: 'SearchWorkspacesRequest')
1547
+ SearchWorkspacesResponse = Shapes::StructureShape.new(name: 'SearchWorkspacesResponse')
1352
1548
  SearchableAgentCriteriaStep = Shapes::StructureShape.new(name: 'SearchableAgentCriteriaStep')
1353
1549
  SearchableContactAttributeKey = Shapes::StringShape.new(name: 'SearchableContactAttributeKey')
1354
1550
  SearchableContactAttributeValue = Shapes::StringShape.new(name: 'SearchableContactAttributeValue')
@@ -1372,6 +1568,7 @@ module Aws::Connect
1372
1568
  SecurityProfileDescription = Shapes::StringShape.new(name: 'SecurityProfileDescription')
1373
1569
  SecurityProfileId = Shapes::StringShape.new(name: 'SecurityProfileId')
1374
1570
  SecurityProfileIds = Shapes::ListShape.new(name: 'SecurityProfileIds')
1571
+ SecurityProfileItem = Shapes::StructureShape.new(name: 'SecurityProfileItem')
1375
1572
  SecurityProfileName = Shapes::StringShape.new(name: 'SecurityProfileName')
1376
1573
  SecurityProfilePermission = Shapes::StringShape.new(name: 'SecurityProfilePermission')
1377
1574
  SecurityProfilePolicyKey = Shapes::StringShape.new(name: 'SecurityProfilePolicyKey')
@@ -1381,6 +1578,8 @@ module Aws::Connect
1381
1578
  SecurityProfileSearchSummary = Shapes::StructureShape.new(name: 'SecurityProfileSearchSummary')
1382
1579
  SecurityProfileSummary = Shapes::StructureShape.new(name: 'SecurityProfileSummary')
1383
1580
  SecurityProfileSummaryList = Shapes::ListShape.new(name: 'SecurityProfileSummaryList')
1581
+ SecurityProfiles = Shapes::ListShape.new(name: 'SecurityProfiles')
1582
+ SecurityProfiles100 = Shapes::ListShape.new(name: 'SecurityProfiles100')
1384
1583
  SecurityProfilesSearchFilter = Shapes::StructureShape.new(name: 'SecurityProfilesSearchFilter')
1385
1584
  SecurityProfilesSearchSummaryList = Shapes::ListShape.new(name: 'SecurityProfilesSearchSummaryList')
1386
1585
  SecurityToken = Shapes::StringShape.new(name: 'SecurityToken')
@@ -1409,6 +1608,7 @@ module Aws::Connect
1409
1608
  SlaFieldValueUnionList = Shapes::ListShape.new(name: 'SlaFieldValueUnionList')
1410
1609
  SlaName = Shapes::StringShape.new(name: 'SlaName')
1411
1610
  SlaType = Shapes::StringShape.new(name: 'SlaType')
1611
+ Slug = Shapes::StringShape.new(name: 'Slug')
1412
1612
  SnapshotVersion = Shapes::StringShape.new(name: 'SnapshotVersion')
1413
1613
  Sort = Shapes::StructureShape.new(name: 'Sort')
1414
1614
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
@@ -1423,6 +1623,8 @@ module Aws::Connect
1423
1623
  StartChatContactResponse = Shapes::StructureShape.new(name: 'StartChatContactResponse')
1424
1624
  StartContactEvaluationRequest = Shapes::StructureShape.new(name: 'StartContactEvaluationRequest')
1425
1625
  StartContactEvaluationResponse = Shapes::StructureShape.new(name: 'StartContactEvaluationResponse')
1626
+ StartContactMediaProcessingRequest = Shapes::StructureShape.new(name: 'StartContactMediaProcessingRequest')
1627
+ StartContactMediaProcessingResponse = Shapes::StructureShape.new(name: 'StartContactMediaProcessingResponse')
1426
1628
  StartContactRecordingRequest = Shapes::StructureShape.new(name: 'StartContactRecordingRequest')
1427
1629
  StartContactRecordingResponse = Shapes::StructureShape.new(name: 'StartContactRecordingResponse')
1428
1630
  StartContactStreamingRequest = Shapes::StructureShape.new(name: 'StartContactStreamingRequest')
@@ -1447,6 +1649,8 @@ module Aws::Connect
1447
1649
  Status = Shapes::StringShape.new(name: 'Status')
1448
1650
  Step = Shapes::StructureShape.new(name: 'Step')
1449
1651
  Steps = Shapes::ListShape.new(name: 'Steps')
1652
+ StopContactMediaProcessingRequest = Shapes::StructureShape.new(name: 'StopContactMediaProcessingRequest')
1653
+ StopContactMediaProcessingResponse = Shapes::StructureShape.new(name: 'StopContactMediaProcessingResponse')
1450
1654
  StopContactRecordingRequest = Shapes::StructureShape.new(name: 'StopContactRecordingRequest')
1451
1655
  StopContactRecordingResponse = Shapes::StructureShape.new(name: 'StopContactRecordingResponse')
1452
1656
  StopContactRequest = Shapes::StructureShape.new(name: 'StopContactRequest')
@@ -1464,6 +1668,8 @@ module Aws::Connect
1464
1668
  SubmitContactEvaluationRequest = Shapes::StructureShape.new(name: 'SubmitContactEvaluationRequest')
1465
1669
  SubmitContactEvaluationResponse = Shapes::StructureShape.new(name: 'SubmitContactEvaluationResponse')
1466
1670
  Subtype = Shapes::StringShape.new(name: 'Subtype')
1671
+ SuccessfulBatchAssociationSummary = Shapes::StructureShape.new(name: 'SuccessfulBatchAssociationSummary')
1672
+ SuccessfulBatchAssociationSummaryList = Shapes::ListShape.new(name: 'SuccessfulBatchAssociationSummaryList')
1467
1673
  SuccessfulRequest = Shapes::StructureShape.new(name: 'SuccessfulRequest')
1468
1674
  SuccessfulRequestList = Shapes::ListShape.new(name: 'SuccessfulRequestList')
1469
1675
  SupportedMessagingContentType = Shapes::StringShape.new(name: 'SupportedMessagingContentType')
@@ -1516,6 +1722,8 @@ module Aws::Connect
1516
1722
  TemplateAttributes = Shapes::StructureShape.new(name: 'TemplateAttributes')
1517
1723
  TemplateId = Shapes::StringShape.new(name: 'TemplateId')
1518
1724
  TemplatedMessageConfig = Shapes::StructureShape.new(name: 'TemplatedMessageConfig')
1725
+ ThemeImageLink = Shapes::StringShape.new(name: 'ThemeImageLink')
1726
+ ThemeString = Shapes::StringShape.new(name: 'ThemeString')
1519
1727
  Threshold = Shapes::StructureShape.new(name: 'Threshold')
1520
1728
  ThresholdCollections = Shapes::ListShape.new(name: 'ThresholdCollections')
1521
1729
  ThresholdV2 = Shapes::StructureShape.new(name: 'ThresholdV2')
@@ -1546,6 +1754,7 @@ module Aws::Connect
1546
1754
  URI = Shapes::StringShape.new(name: 'URI')
1547
1755
  URLExpiryInSeconds = Shapes::IntegerShape.new(name: 'URLExpiryInSeconds')
1548
1756
  Unit = Shapes::StringShape.new(name: 'Unit')
1757
+ UnprocessedTranscriptLocation = Shapes::StringShape.new(name: 'UnprocessedTranscriptLocation')
1549
1758
  UntagContactRequest = Shapes::StructureShape.new(name: 'UntagContactRequest')
1550
1759
  UntagContactResponse = Shapes::StructureShape.new(name: 'UntagContactResponse')
1551
1760
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
@@ -1575,6 +1784,12 @@ module Aws::Connect
1575
1784
  UpdateContactRoutingDataResponse = Shapes::StructureShape.new(name: 'UpdateContactRoutingDataResponse')
1576
1785
  UpdateContactScheduleRequest = Shapes::StructureShape.new(name: 'UpdateContactScheduleRequest')
1577
1786
  UpdateContactScheduleResponse = Shapes::StructureShape.new(name: 'UpdateContactScheduleResponse')
1787
+ UpdateDataTableAttributeRequest = Shapes::StructureShape.new(name: 'UpdateDataTableAttributeRequest')
1788
+ UpdateDataTableAttributeResponse = Shapes::StructureShape.new(name: 'UpdateDataTableAttributeResponse')
1789
+ UpdateDataTableMetadataRequest = Shapes::StructureShape.new(name: 'UpdateDataTableMetadataRequest')
1790
+ UpdateDataTableMetadataResponse = Shapes::StructureShape.new(name: 'UpdateDataTableMetadataResponse')
1791
+ UpdateDataTablePrimaryValuesRequest = Shapes::StructureShape.new(name: 'UpdateDataTablePrimaryValuesRequest')
1792
+ UpdateDataTablePrimaryValuesResponse = Shapes::StructureShape.new(name: 'UpdateDataTablePrimaryValuesResponse')
1578
1793
  UpdateEmailAddressMetadataRequest = Shapes::StructureShape.new(name: 'UpdateEmailAddressMetadataRequest')
1579
1794
  UpdateEmailAddressMetadataResponse = Shapes::StructureShape.new(name: 'UpdateEmailAddressMetadataResponse')
1580
1795
  UpdateEvaluationFormRequest = Shapes::StructureShape.new(name: 'UpdateEvaluationFormRequest')
@@ -1627,6 +1842,14 @@ module Aws::Connect
1627
1842
  UpdateViewContentResponse = Shapes::StructureShape.new(name: 'UpdateViewContentResponse')
1628
1843
  UpdateViewMetadataRequest = Shapes::StructureShape.new(name: 'UpdateViewMetadataRequest')
1629
1844
  UpdateViewMetadataResponse = Shapes::StructureShape.new(name: 'UpdateViewMetadataResponse')
1845
+ UpdateWorkspaceMetadataRequest = Shapes::StructureShape.new(name: 'UpdateWorkspaceMetadataRequest')
1846
+ UpdateWorkspaceMetadataResponse = Shapes::StructureShape.new(name: 'UpdateWorkspaceMetadataResponse')
1847
+ UpdateWorkspacePageRequest = Shapes::StructureShape.new(name: 'UpdateWorkspacePageRequest')
1848
+ UpdateWorkspacePageResponse = Shapes::StructureShape.new(name: 'UpdateWorkspacePageResponse')
1849
+ UpdateWorkspaceThemeRequest = Shapes::StructureShape.new(name: 'UpdateWorkspaceThemeRequest')
1850
+ UpdateWorkspaceThemeResponse = Shapes::StructureShape.new(name: 'UpdateWorkspaceThemeResponse')
1851
+ UpdateWorkspaceVisibilityRequest = Shapes::StructureShape.new(name: 'UpdateWorkspaceVisibilityRequest')
1852
+ UpdateWorkspaceVisibilityResponse = Shapes::StructureShape.new(name: 'UpdateWorkspaceVisibilityResponse')
1630
1853
  UploadUrlMetadata = Shapes::StructureShape.new(name: 'UploadUrlMetadata')
1631
1854
  Url = Shapes::StringShape.new(name: 'Url')
1632
1855
  UrlMetadataSignedHeaders = Shapes::MapShape.new(name: 'UrlMetadataSignedHeaders')
@@ -1667,7 +1890,12 @@ module Aws::Connect
1667
1890
  UserSummary = Shapes::StructureShape.new(name: 'UserSummary')
1668
1891
  UserSummaryList = Shapes::ListShape.new(name: 'UserSummaryList')
1669
1892
  UserTagMap = Shapes::MapShape.new(name: 'UserTagMap')
1893
+ Validation = Shapes::StructureShape.new(name: 'Validation')
1894
+ ValidationEnum = Shapes::StructureShape.new(name: 'ValidationEnum')
1895
+ ValidationEnumValues = Shapes::ListShape.new(name: 'ValidationEnumValues')
1670
1896
  Value = Shapes::FloatShape.new(name: 'Value')
1897
+ ValueBoundary = Shapes::IntegerShape.new(name: 'ValueBoundary')
1898
+ ValueList = Shapes::ListShape.new(name: 'ValueList')
1671
1899
  VersionNumber = Shapes::IntegerShape.new(name: 'VersionNumber')
1672
1900
  VideoCapability = Shapes::StringShape.new(name: 'VideoCapability')
1673
1901
  View = Shapes::StructureShape.new(name: 'View')
@@ -1680,6 +1908,10 @@ module Aws::Connect
1680
1908
  ViewInputContent = Shapes::StructureShape.new(name: 'ViewInputContent')
1681
1909
  ViewInputSchema = Shapes::StringShape.new(name: 'ViewInputSchema')
1682
1910
  ViewName = Shapes::StringShape.new(name: 'ViewName')
1911
+ ViewSearchConditionList = Shapes::ListShape.new(name: 'ViewSearchConditionList')
1912
+ ViewSearchCriteria = Shapes::StructureShape.new(name: 'ViewSearchCriteria')
1913
+ ViewSearchFilter = Shapes::StructureShape.new(name: 'ViewSearchFilter')
1914
+ ViewSearchSummaryList = Shapes::ListShape.new(name: 'ViewSearchSummaryList')
1683
1915
  ViewStatus = Shapes::StringShape.new(name: 'ViewStatus')
1684
1916
  ViewSummary = Shapes::StructureShape.new(name: 'ViewSummary')
1685
1917
  ViewTemplate = Shapes::StringShape.new(name: 'ViewTemplate')
@@ -1691,6 +1923,7 @@ module Aws::Connect
1691
1923
  ViewsInstanceId = Shapes::StringShape.new(name: 'ViewsInstanceId')
1692
1924
  ViewsNextToken = Shapes::StringShape.new(name: 'ViewsNextToken')
1693
1925
  ViewsSummaryList = Shapes::ListShape.new(name: 'ViewsSummaryList')
1926
+ Visibility = Shapes::StringShape.new(name: 'Visibility')
1694
1927
  Vocabulary = Shapes::StructureShape.new(name: 'Vocabulary')
1695
1928
  VocabularyContent = Shapes::StringShape.new(name: 'VocabularyContent')
1696
1929
  VocabularyFailureReason = Shapes::StringShape.new(name: 'VocabularyFailureReason')
@@ -1705,6 +1938,37 @@ module Aws::Connect
1705
1938
  VoiceRecordingConfiguration = Shapes::StructureShape.new(name: 'VoiceRecordingConfiguration')
1706
1939
  VoiceRecordingTrack = Shapes::StringShape.new(name: 'VoiceRecordingTrack')
1707
1940
  WisdomInfo = Shapes::StructureShape.new(name: 'WisdomInfo')
1941
+ Workspace = Shapes::StructureShape.new(name: 'Workspace')
1942
+ WorkspaceAssociatedResourceId = Shapes::StringShape.new(name: 'WorkspaceAssociatedResourceId')
1943
+ WorkspaceAssociatedResourceName = Shapes::StringShape.new(name: 'WorkspaceAssociatedResourceName')
1944
+ WorkspaceAssociatedResourceType = Shapes::StringShape.new(name: 'WorkspaceAssociatedResourceType')
1945
+ WorkspaceAssociationSearchConditionList = Shapes::ListShape.new(name: 'WorkspaceAssociationSearchConditionList')
1946
+ WorkspaceAssociationSearchCriteria = Shapes::StructureShape.new(name: 'WorkspaceAssociationSearchCriteria')
1947
+ WorkspaceAssociationSearchFilter = Shapes::StructureShape.new(name: 'WorkspaceAssociationSearchFilter')
1948
+ WorkspaceAssociationSearchSummary = Shapes::StructureShape.new(name: 'WorkspaceAssociationSearchSummary')
1949
+ WorkspaceAssociationSearchSummaryList = Shapes::ListShape.new(name: 'WorkspaceAssociationSearchSummaryList')
1950
+ WorkspaceBatchErrorMessage = Shapes::StringShape.new(name: 'WorkspaceBatchErrorMessage')
1951
+ WorkspaceDescription = Shapes::StringShape.new(name: 'WorkspaceDescription')
1952
+ WorkspaceErrorCode = Shapes::StringShape.new(name: 'WorkspaceErrorCode')
1953
+ WorkspaceFontFamily = Shapes::StringShape.new(name: 'WorkspaceFontFamily')
1954
+ WorkspaceId = Shapes::StringShape.new(name: 'WorkspaceId')
1955
+ WorkspaceName = Shapes::StringShape.new(name: 'WorkspaceName')
1956
+ WorkspacePage = Shapes::StructureShape.new(name: 'WorkspacePage')
1957
+ WorkspacePageList = Shapes::ListShape.new(name: 'WorkspacePageList')
1958
+ WorkspaceResourceArnList = Shapes::ListShape.new(name: 'WorkspaceResourceArnList')
1959
+ WorkspaceSearchConditionList = Shapes::ListShape.new(name: 'WorkspaceSearchConditionList')
1960
+ WorkspaceSearchCriteria = Shapes::StructureShape.new(name: 'WorkspaceSearchCriteria')
1961
+ WorkspaceSearchFilter = Shapes::StructureShape.new(name: 'WorkspaceSearchFilter')
1962
+ WorkspaceSearchSummary = Shapes::StructureShape.new(name: 'WorkspaceSearchSummary')
1963
+ WorkspaceSearchSummaryList = Shapes::ListShape.new(name: 'WorkspaceSearchSummaryList')
1964
+ WorkspaceSummary = Shapes::StructureShape.new(name: 'WorkspaceSummary')
1965
+ WorkspaceSummaryList = Shapes::ListShape.new(name: 'WorkspaceSummaryList')
1966
+ WorkspaceTheme = Shapes::StructureShape.new(name: 'WorkspaceTheme')
1967
+ WorkspaceThemeConfig = Shapes::StructureShape.new(name: 'WorkspaceThemeConfig')
1968
+ WorkspaceThemeImages = Shapes::StructureShape.new(name: 'WorkspaceThemeImages')
1969
+ WorkspaceThemePalette = Shapes::StructureShape.new(name: 'WorkspaceThemePalette')
1970
+ WorkspaceThemeTypography = Shapes::StructureShape.new(name: 'WorkspaceThemeTypography')
1971
+ WorkspaceTitle = Shapes::StringShape.new(name: 'WorkspaceTitle')
1708
1972
  resourceArnListMaxLimit100 = Shapes::ListShape.new(name: 'resourceArnListMaxLimit100')
1709
1973
  timestamp = Shapes::TimestampShape.new(name: 'timestamp')
1710
1974
 
@@ -1831,6 +2095,13 @@ module Aws::Connect
1831
2095
 
1832
2096
  AgentsMinOneMaxHundred.member = Shapes::ShapeRef.new(shape: UserId)
1833
2097
 
2098
+ AiAgentInfo.add_member(:ai_use_case, Shapes::ShapeRef.new(shape: AiUseCase, location_name: "AiUseCase"))
2099
+ AiAgentInfo.add_member(:ai_agent_version_id, Shapes::ShapeRef.new(shape: AiAgentVersionId, location_name: "AiAgentVersionId"))
2100
+ AiAgentInfo.add_member(:ai_agent_escalated, Shapes::ShapeRef.new(shape: Boolean, location_name: "AiAgentEscalated"))
2101
+ AiAgentInfo.struct_class = Types::AiAgentInfo
2102
+
2103
+ AiAgents.member = Shapes::ShapeRef.new(shape: AiAgentInfo)
2104
+
1834
2105
  AliasConfiguration.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location_name: "EmailAddressId"))
1835
2106
  AliasConfiguration.struct_class = Types::AliasConfiguration
1836
2107
 
@@ -1843,6 +2114,8 @@ module Aws::Connect
1843
2114
  AllowedCapabilities.add_member(:agent, Shapes::ShapeRef.new(shape: ParticipantCapabilities, location_name: "Agent"))
1844
2115
  AllowedCapabilities.struct_class = Types::AllowedCapabilities
1845
2116
 
2117
+ AllowedFlowModules.member = Shapes::ShapeRef.new(shape: FlowModule)
2118
+
1846
2119
  AllowedMonitorCapabilities.member = Shapes::ShapeRef.new(shape: MonitorCapability)
1847
2120
 
1848
2121
  AllowedUserActions.member = Shapes::ShapeRef.new(shape: AllowedUserAction)
@@ -1868,6 +2141,7 @@ module Aws::Connect
1868
2141
 
1869
2142
  Application.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
1870
2143
  Application.add_member(:application_permissions, Shapes::ShapeRef.new(shape: ApplicationPermissions, location_name: "ApplicationPermissions"))
2144
+ Application.add_member(:type, Shapes::ShapeRef.new(shape: ApplicationType, location_name: "Type"))
1871
2145
  Application.struct_class = Types::Application
1872
2146
 
1873
2147
  ApplicationPermissions.member = Shapes::ShapeRef.new(shape: Permission)
@@ -1975,6 +2249,12 @@ module Aws::Connect
1975
2249
  AssociateSecurityKeyResponse.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
1976
2250
  AssociateSecurityKeyResponse.struct_class = Types::AssociateSecurityKeyResponse
1977
2251
 
2252
+ AssociateSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2253
+ AssociateSecurityProfilesRequest.add_member(:security_profiles, Shapes::ShapeRef.new(shape: SecurityProfiles, required: true, location_name: "SecurityProfiles"))
2254
+ AssociateSecurityProfilesRequest.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, required: true, location_name: "EntityType"))
2255
+ AssociateSecurityProfilesRequest.add_member(:entity_arn, Shapes::ShapeRef.new(shape: EntityArn, required: true, location_name: "EntityArn"))
2256
+ AssociateSecurityProfilesRequest.struct_class = Types::AssociateSecurityProfilesRequest
2257
+
1978
2258
  AssociateTrafficDistributionGroupUserRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
1979
2259
  AssociateTrafficDistributionGroupUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "UserId"))
1980
2260
  AssociateTrafficDistributionGroupUserRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
@@ -1987,6 +2267,15 @@ module Aws::Connect
1987
2267
  AssociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyList, required: true, location_name: "UserProficiencies"))
1988
2268
  AssociateUserProficienciesRequest.struct_class = Types::AssociateUserProficienciesRequest
1989
2269
 
2270
+ AssociateWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2271
+ AssociateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
2272
+ AssociateWorkspaceRequest.add_member(:resource_arns, Shapes::ShapeRef.new(shape: WorkspaceResourceArnList, required: true, location_name: "ResourceArns"))
2273
+ AssociateWorkspaceRequest.struct_class = Types::AssociateWorkspaceRequest
2274
+
2275
+ AssociateWorkspaceResponse.add_member(:successful_list, Shapes::ShapeRef.new(shape: SuccessfulBatchAssociationSummaryList, location_name: "SuccessfulList"))
2276
+ AssociateWorkspaceResponse.add_member(:failed_list, Shapes::ShapeRef.new(shape: FailedBatchAssociationSummaryList, location_name: "FailedList"))
2277
+ AssociateWorkspaceResponse.struct_class = Types::AssociateWorkspaceResponse
2278
+
1990
2279
  AssociatedContactSummary.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
1991
2280
  AssociatedContactSummary.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
1992
2281
  AssociatedContactSummary.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "InitiationTimestamp"))
@@ -2049,6 +2338,12 @@ module Aws::Connect
2049
2338
  AttributeCondition.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, location_name: "ComparisonOperator"))
2050
2339
  AttributeCondition.struct_class = Types::AttributeCondition
2051
2340
 
2341
+ AttributeIds.member = Shapes::ShapeRef.new(shape: DataTableId)
2342
+
2343
+ AttributeList.member = Shapes::ShapeRef.new(shape: DataTableAttribute)
2344
+
2345
+ AttributeNameList.member = Shapes::ShapeRef.new(shape: DataTableName)
2346
+
2052
2347
  AttributeOrConditionList.member = Shapes::ShapeRef.new(shape: AttributeAndCondition)
2053
2348
 
2054
2349
  Attributes.key = Shapes::ShapeRef.new(shape: AttributeName)
@@ -2115,6 +2410,81 @@ module Aws::Connect
2115
2410
  BatchAssociateAnalyticsDataSetResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ErrorResults, location_name: "Errors"))
2116
2411
  BatchAssociateAnalyticsDataSetResponse.struct_class = Types::BatchAssociateAnalyticsDataSetResponse
2117
2412
 
2413
+ BatchCreateDataTableValueFailureResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
2414
+ BatchCreateDataTableValueFailureResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2415
+ BatchCreateDataTableValueFailureResult.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
2416
+ BatchCreateDataTableValueFailureResult.struct_class = Types::BatchCreateDataTableValueFailureResult
2417
+
2418
+ BatchCreateDataTableValueFailureResultList.member = Shapes::ShapeRef.new(shape: BatchCreateDataTableValueFailureResult)
2419
+
2420
+ BatchCreateDataTableValueRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2421
+ BatchCreateDataTableValueRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
2422
+ BatchCreateDataTableValueRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueList, required: true, location_name: "Values"))
2423
+ BatchCreateDataTableValueRequest.struct_class = Types::BatchCreateDataTableValueRequest
2424
+
2425
+ BatchCreateDataTableValueResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchCreateDataTableValueSuccessResultList, required: true, location_name: "Successful"))
2426
+ BatchCreateDataTableValueResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchCreateDataTableValueFailureResultList, required: true, location_name: "Failed"))
2427
+ BatchCreateDataTableValueResponse.struct_class = Types::BatchCreateDataTableValueResponse
2428
+
2429
+ BatchCreateDataTableValueSuccessResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
2430
+ BatchCreateDataTableValueSuccessResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2431
+ BatchCreateDataTableValueSuccessResult.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "RecordId"))
2432
+ BatchCreateDataTableValueSuccessResult.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
2433
+ BatchCreateDataTableValueSuccessResult.struct_class = Types::BatchCreateDataTableValueSuccessResult
2434
+
2435
+ BatchCreateDataTableValueSuccessResultList.member = Shapes::ShapeRef.new(shape: BatchCreateDataTableValueSuccessResult)
2436
+
2437
+ BatchDeleteDataTableValueFailureResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
2438
+ BatchDeleteDataTableValueFailureResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2439
+ BatchDeleteDataTableValueFailureResult.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
2440
+ BatchDeleteDataTableValueFailureResult.struct_class = Types::BatchDeleteDataTableValueFailureResult
2441
+
2442
+ BatchDeleteDataTableValueFailureResultList.member = Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueFailureResult)
2443
+
2444
+ BatchDeleteDataTableValueRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2445
+ BatchDeleteDataTableValueRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
2446
+ BatchDeleteDataTableValueRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableDeleteValueIdentifierList, required: true, location_name: "Values"))
2447
+ BatchDeleteDataTableValueRequest.struct_class = Types::BatchDeleteDataTableValueRequest
2448
+
2449
+ BatchDeleteDataTableValueResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueSuccessResultList, required: true, location_name: "Successful"))
2450
+ BatchDeleteDataTableValueResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueFailureResultList, required: true, location_name: "Failed"))
2451
+ BatchDeleteDataTableValueResponse.struct_class = Types::BatchDeleteDataTableValueResponse
2452
+
2453
+ BatchDeleteDataTableValueSuccessResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
2454
+ BatchDeleteDataTableValueSuccessResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2455
+ BatchDeleteDataTableValueSuccessResult.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
2456
+ BatchDeleteDataTableValueSuccessResult.struct_class = Types::BatchDeleteDataTableValueSuccessResult
2457
+
2458
+ BatchDeleteDataTableValueSuccessResultList.member = Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueSuccessResult)
2459
+
2460
+ BatchDescribeDataTableValueFailureResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
2461
+ BatchDescribeDataTableValueFailureResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2462
+ BatchDescribeDataTableValueFailureResult.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
2463
+ BatchDescribeDataTableValueFailureResult.struct_class = Types::BatchDescribeDataTableValueFailureResult
2464
+
2465
+ BatchDescribeDataTableValueFailureResultList.member = Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueFailureResult)
2466
+
2467
+ BatchDescribeDataTableValueRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2468
+ BatchDescribeDataTableValueRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
2469
+ BatchDescribeDataTableValueRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueIdentifierList, required: true, location_name: "Values"))
2470
+ BatchDescribeDataTableValueRequest.struct_class = Types::BatchDescribeDataTableValueRequest
2471
+
2472
+ BatchDescribeDataTableValueResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueSuccessResultList, required: true, location_name: "Successful"))
2473
+ BatchDescribeDataTableValueResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueFailureResultList, required: true, location_name: "Failed"))
2474
+ BatchDescribeDataTableValueResponse.struct_class = Types::BatchDescribeDataTableValueResponse
2475
+
2476
+ BatchDescribeDataTableValueSuccessResult.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "RecordId"))
2477
+ BatchDescribeDataTableValueSuccessResult.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "AttributeId"))
2478
+ BatchDescribeDataTableValueSuccessResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesResponseSet, required: true, location_name: "PrimaryValues"))
2479
+ BatchDescribeDataTableValueSuccessResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2480
+ BatchDescribeDataTableValueSuccessResult.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
2481
+ BatchDescribeDataTableValueSuccessResult.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
2482
+ BatchDescribeDataTableValueSuccessResult.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2483
+ BatchDescribeDataTableValueSuccessResult.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2484
+ BatchDescribeDataTableValueSuccessResult.struct_class = Types::BatchDescribeDataTableValueSuccessResult
2485
+
2486
+ BatchDescribeDataTableValueSuccessResultList.member = Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueSuccessResult)
2487
+
2118
2488
  BatchDisassociateAnalyticsDataSetRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2119
2489
  BatchDisassociateAnalyticsDataSetRequest.add_member(:data_set_ids, Shapes::ShapeRef.new(shape: DataSetIds, required: true, location_name: "DataSetIds"))
2120
2490
  BatchDisassociateAnalyticsDataSetRequest.add_member(:target_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "TargetAccountId"))
@@ -2150,6 +2520,29 @@ module Aws::Connect
2150
2520
  BatchPutContactResponse.add_member(:failed_request_list, Shapes::ShapeRef.new(shape: FailedRequestList, location_name: "FailedRequestList"))
2151
2521
  BatchPutContactResponse.struct_class = Types::BatchPutContactResponse
2152
2522
 
2523
+ BatchUpdateDataTableValueFailureResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
2524
+ BatchUpdateDataTableValueFailureResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2525
+ BatchUpdateDataTableValueFailureResult.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
2526
+ BatchUpdateDataTableValueFailureResult.struct_class = Types::BatchUpdateDataTableValueFailureResult
2527
+
2528
+ BatchUpdateDataTableValueFailureResultList.member = Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueFailureResult)
2529
+
2530
+ BatchUpdateDataTableValueRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2531
+ BatchUpdateDataTableValueRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
2532
+ BatchUpdateDataTableValueRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueList, required: true, location_name: "Values"))
2533
+ BatchUpdateDataTableValueRequest.struct_class = Types::BatchUpdateDataTableValueRequest
2534
+
2535
+ BatchUpdateDataTableValueResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueSuccessResultList, required: true, location_name: "Successful"))
2536
+ BatchUpdateDataTableValueResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueFailureResultList, required: true, location_name: "Failed"))
2537
+ BatchUpdateDataTableValueResponse.struct_class = Types::BatchUpdateDataTableValueResponse
2538
+
2539
+ BatchUpdateDataTableValueSuccessResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
2540
+ BatchUpdateDataTableValueSuccessResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
2541
+ BatchUpdateDataTableValueSuccessResult.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
2542
+ BatchUpdateDataTableValueSuccessResult.struct_class = Types::BatchUpdateDataTableValueSuccessResult
2543
+
2544
+ BatchUpdateDataTableValueSuccessResultList.member = Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueSuccessResult)
2545
+
2153
2546
  BooleanCondition.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
2154
2547
  BooleanCondition.add_member(:comparison_type, Shapes::ShapeRef.new(shape: BooleanComparisonType, location_name: "ComparisonType"))
2155
2548
  BooleanCondition.struct_class = Types::BooleanCondition
@@ -2300,6 +2693,7 @@ module Aws::Connect
2300
2693
  Contact.add_member(:contact_details, Shapes::ShapeRef.new(shape: ContactDetails, location_name: "ContactDetails"))
2301
2694
  Contact.add_member(:outbound_strategy, Shapes::ShapeRef.new(shape: OutboundStrategy, location_name: "OutboundStrategy"))
2302
2695
  Contact.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
2696
+ Contact.add_member(:next_contacts, Shapes::ShapeRef.new(shape: NextContacts, location_name: "NextContacts"))
2303
2697
  Contact.struct_class = Types::Contact
2304
2698
 
2305
2699
  ContactAnalysis.add_member(:transcript, Shapes::ShapeRef.new(shape: Transcript, location_name: "Transcript"))
@@ -2356,6 +2750,18 @@ module Aws::Connect
2356
2750
  ContactFlow.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
2357
2751
  ContactFlow.struct_class = Types::ContactFlow
2358
2752
 
2753
+ ContactFlowAttributeAndCondition.add_member(:tag_conditions, Shapes::ShapeRef.new(shape: TagAndConditionList, location_name: "TagConditions"))
2754
+ ContactFlowAttributeAndCondition.add_member(:contact_flow_type_condition, Shapes::ShapeRef.new(shape: ContactFlowTypeCondition, location_name: "ContactFlowTypeCondition"))
2755
+ ContactFlowAttributeAndCondition.struct_class = Types::ContactFlowAttributeAndCondition
2756
+
2757
+ ContactFlowAttributeFilter.add_member(:or_conditions, Shapes::ShapeRef.new(shape: ContactFlowAttributeOrConditionList, location_name: "OrConditions"))
2758
+ ContactFlowAttributeFilter.add_member(:and_condition, Shapes::ShapeRef.new(shape: ContactFlowAttributeAndCondition, location_name: "AndCondition"))
2759
+ ContactFlowAttributeFilter.add_member(:tag_condition, Shapes::ShapeRef.new(shape: TagCondition, location_name: "TagCondition"))
2760
+ ContactFlowAttributeFilter.add_member(:contact_flow_type_condition, Shapes::ShapeRef.new(shape: ContactFlowTypeCondition, location_name: "ContactFlowTypeCondition"))
2761
+ ContactFlowAttributeFilter.struct_class = Types::ContactFlowAttributeFilter
2762
+
2763
+ ContactFlowAttributeOrConditionList.member = Shapes::ShapeRef.new(shape: ContactFlowAttributeAndCondition)
2764
+
2359
2765
  ContactFlowModule.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
2360
2766
  ContactFlowModule.add_member(:id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, location_name: "Id"))
2361
2767
  ContactFlowModule.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, location_name: "Name"))
@@ -2434,6 +2840,7 @@ module Aws::Connect
2434
2840
  ContactFlowSearchCriteria.struct_class = Types::ContactFlowSearchCriteria
2435
2841
 
2436
2842
  ContactFlowSearchFilter.add_member(:tag_filter, Shapes::ShapeRef.new(shape: ControlPlaneTagFilter, location_name: "TagFilter"))
2843
+ ContactFlowSearchFilter.add_member(:flow_attribute_filter, Shapes::ShapeRef.new(shape: ContactFlowAttributeFilter, location_name: "FlowAttributeFilter"))
2437
2844
  ContactFlowSearchFilter.struct_class = Types::ContactFlowSearchFilter
2438
2845
 
2439
2846
  ContactFlowSearchSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlow)
@@ -2448,6 +2855,9 @@ module Aws::Connect
2448
2855
 
2449
2856
  ContactFlowSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlowSummary)
2450
2857
 
2858
+ ContactFlowTypeCondition.add_member(:contact_flow_type, Shapes::ShapeRef.new(shape: ContactFlowType, location_name: "ContactFlowType"))
2859
+ ContactFlowTypeCondition.struct_class = Types::ContactFlowTypeCondition
2860
+
2451
2861
  ContactFlowTypes.member = Shapes::ShapeRef.new(shape: ContactFlowType)
2452
2862
 
2453
2863
  ContactFlowVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
@@ -2634,6 +3044,34 @@ module Aws::Connect
2634
3044
  CreateContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
2635
3045
  CreateContactResponse.struct_class = Types::CreateContactResponse
2636
3046
 
3047
+ CreateDataTableAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3048
+ CreateDataTableAttributeRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
3049
+ CreateDataTableAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
3050
+ CreateDataTableAttributeRequest.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
3051
+ CreateDataTableAttributeRequest.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
3052
+ CreateDataTableAttributeRequest.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "Primary"))
3053
+ CreateDataTableAttributeRequest.add_member(:validation, Shapes::ShapeRef.new(shape: Validation, location_name: "Validation"))
3054
+ CreateDataTableAttributeRequest.struct_class = Types::CreateDataTableAttributeRequest
3055
+
3056
+ CreateDataTableAttributeResponse.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
3057
+ CreateDataTableAttributeResponse.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "AttributeId"))
3058
+ CreateDataTableAttributeResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
3059
+ CreateDataTableAttributeResponse.struct_class = Types::CreateDataTableAttributeResponse
3060
+
3061
+ CreateDataTableRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3062
+ CreateDataTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
3063
+ CreateDataTableRequest.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
3064
+ CreateDataTableRequest.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, required: true, location_name: "TimeZone"))
3065
+ CreateDataTableRequest.add_member(:value_lock_level, Shapes::ShapeRef.new(shape: DataTableLockLevel, required: true, location_name: "ValueLockLevel"))
3066
+ CreateDataTableRequest.add_member(:status, Shapes::ShapeRef.new(shape: DataTableStatus, required: true, location_name: "Status"))
3067
+ CreateDataTableRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3068
+ CreateDataTableRequest.struct_class = Types::CreateDataTableRequest
3069
+
3070
+ CreateDataTableResponse.add_member(:id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "Id"))
3071
+ CreateDataTableResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "Arn"))
3072
+ CreateDataTableResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
3073
+ CreateDataTableResponse.struct_class = Types::CreateDataTableResponse
3074
+
2637
3075
  CreateEmailAddressRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
2638
3076
  CreateEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
2639
3077
  CreateEmailAddressRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "EmailAddress"))
@@ -2653,7 +3091,10 @@ module Aws::Connect
2653
3091
  CreateEvaluationFormRequest.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
2654
3092
  CreateEvaluationFormRequest.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
2655
3093
  CreateEvaluationFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
3094
+ CreateEvaluationFormRequest.add_member(:as_draft, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "AsDraft"))
2656
3095
  CreateEvaluationFormRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3096
+ CreateEvaluationFormRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
3097
+ CreateEvaluationFormRequest.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
2657
3098
  CreateEvaluationFormRequest.struct_class = Types::CreateEvaluationFormRequest
2658
3099
 
2659
3100
  CreateEvaluationFormResponse.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
@@ -2823,6 +3264,8 @@ module Aws::Connect
2823
3264
  CreateSecurityProfileRequest.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "Applications"))
2824
3265
  CreateSecurityProfileRequest.add_member(:hierarchy_restricted_resources, Shapes::ShapeRef.new(shape: HierarchyRestrictedResourceList, location_name: "HierarchyRestrictedResources"))
2825
3266
  CreateSecurityProfileRequest.add_member(:allowed_access_control_hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "AllowedAccessControlHierarchyGroupId"))
3267
+ CreateSecurityProfileRequest.add_member(:allowed_flow_modules, Shapes::ShapeRef.new(shape: AllowedFlowModules, location_name: "AllowedFlowModules"))
3268
+ CreateSecurityProfileRequest.add_member(:granular_access_control_configuration, Shapes::ShapeRef.new(shape: GranularAccessControlConfiguration, location_name: "GranularAccessControlConfiguration"))
2826
3269
  CreateSecurityProfileRequest.struct_class = Types::CreateSecurityProfileRequest
2827
3270
 
2828
3271
  CreateSecurityProfileResponse.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "SecurityProfileId"))
@@ -2926,6 +3369,28 @@ module Aws::Connect
2926
3369
  CreateVocabularyResponse.add_member(:state, Shapes::ShapeRef.new(shape: VocabularyState, required: true, location_name: "State"))
2927
3370
  CreateVocabularyResponse.struct_class = Types::CreateVocabularyResponse
2928
3371
 
3372
+ CreateWorkspacePageRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3373
+ CreateWorkspacePageRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
3374
+ CreateWorkspacePageRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "ResourceArn"))
3375
+ CreateWorkspacePageRequest.add_member(:page, Shapes::ShapeRef.new(shape: Page, required: true, location_name: "Page"))
3376
+ CreateWorkspacePageRequest.add_member(:slug, Shapes::ShapeRef.new(shape: Slug, location_name: "Slug"))
3377
+ CreateWorkspacePageRequest.add_member(:input_data, Shapes::ShapeRef.new(shape: InputData, location_name: "InputData"))
3378
+ CreateWorkspacePageRequest.struct_class = Types::CreateWorkspacePageRequest
3379
+
3380
+ CreateWorkspacePageResponse.struct_class = Types::CreateWorkspacePageResponse
3381
+
3382
+ CreateWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3383
+ CreateWorkspaceRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, required: true, location_name: "Name"))
3384
+ CreateWorkspaceRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkspaceDescription, location_name: "Description"))
3385
+ CreateWorkspaceRequest.add_member(:theme, Shapes::ShapeRef.new(shape: WorkspaceTheme, location_name: "Theme"))
3386
+ CreateWorkspaceRequest.add_member(:title, Shapes::ShapeRef.new(shape: WorkspaceTitle, location_name: "Title"))
3387
+ CreateWorkspaceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3388
+ CreateWorkspaceRequest.struct_class = Types::CreateWorkspaceRequest
3389
+
3390
+ CreateWorkspaceResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location_name: "WorkspaceId"))
3391
+ CreateWorkspaceResponse.add_member(:workspace_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "WorkspaceArn"))
3392
+ CreateWorkspaceResponse.struct_class = Types::CreateWorkspaceResponse
3393
+
2929
3394
  CreatedByInfo.add_member(:connect_user_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ConnectUserArn"))
2930
3395
  CreatedByInfo.add_member(:aws_identity_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "AWSIdentityArn"))
2931
3396
  CreatedByInfo.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
@@ -2980,6 +3445,119 @@ module Aws::Connect
2980
3445
 
2981
3446
  DataSetIds.member = Shapes::ShapeRef.new(shape: DataSetId)
2982
3447
 
3448
+ DataTable.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
3449
+ DataTable.add_member(:id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "Id"))
3450
+ DataTable.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "Arn"))
3451
+ DataTable.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, required: true, location_name: "TimeZone"))
3452
+ DataTable.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
3453
+ DataTable.add_member(:value_lock_level, Shapes::ShapeRef.new(shape: DataTableLockLevel, location_name: "ValueLockLevel"))
3454
+ DataTable.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, location_name: "LockVersion"))
3455
+ DataTable.add_member(:version, Shapes::ShapeRef.new(shape: DataTableVersion, location_name: "Version"))
3456
+ DataTable.add_member(:version_description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "VersionDescription"))
3457
+ DataTable.add_member(:status, Shapes::ShapeRef.new(shape: DataTableStatus, location_name: "Status"))
3458
+ DataTable.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
3459
+ DataTable.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
3460
+ DataTable.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3461
+ DataTable.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3462
+ DataTable.struct_class = Types::DataTable
3463
+
3464
+ DataTableAccessControlConfiguration.add_member(:primary_attribute_access_control_configuration, Shapes::ShapeRef.new(shape: PrimaryAttributeAccessControlConfigurationItem, location_name: "PrimaryAttributeAccessControlConfiguration"))
3465
+ DataTableAccessControlConfiguration.struct_class = Types::DataTableAccessControlConfiguration
3466
+
3467
+ DataTableAttribute.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "AttributeId"))
3468
+ DataTableAttribute.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
3469
+ DataTableAttribute.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
3470
+ DataTableAttribute.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
3471
+ DataTableAttribute.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "DataTableId"))
3472
+ DataTableAttribute.add_member(:data_table_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "DataTableArn"))
3473
+ DataTableAttribute.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "Primary"))
3474
+ DataTableAttribute.add_member(:version, Shapes::ShapeRef.new(shape: DataTableVersion, location_name: "Version"))
3475
+ DataTableAttribute.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, location_name: "LockVersion"))
3476
+ DataTableAttribute.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3477
+ DataTableAttribute.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3478
+ DataTableAttribute.add_member(:validation, Shapes::ShapeRef.new(shape: Validation, location_name: "Validation"))
3479
+ DataTableAttribute.struct_class = Types::DataTableAttribute
3480
+
3481
+ DataTableDeleteValueIdentifier.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, location_name: "PrimaryValues"))
3482
+ DataTableDeleteValueIdentifier.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
3483
+ DataTableDeleteValueIdentifier.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
3484
+ DataTableDeleteValueIdentifier.struct_class = Types::DataTableDeleteValueIdentifier
3485
+
3486
+ DataTableDeleteValueIdentifierList.member = Shapes::ShapeRef.new(shape: DataTableDeleteValueIdentifier)
3487
+
3488
+ DataTableEvaluatedValue.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "RecordId"))
3489
+ DataTableEvaluatedValue.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
3490
+ DataTableEvaluatedValue.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
3491
+ DataTableEvaluatedValue.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
3492
+ DataTableEvaluatedValue.add_member(:found, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Found"))
3493
+ DataTableEvaluatedValue.add_member(:error, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Error"))
3494
+ DataTableEvaluatedValue.add_member(:evaluated_value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EvaluatedValue"))
3495
+ DataTableEvaluatedValue.struct_class = Types::DataTableEvaluatedValue
3496
+
3497
+ DataTableEvaluatedValueList.member = Shapes::ShapeRef.new(shape: DataTableEvaluatedValue)
3498
+
3499
+ DataTableList.member = Shapes::ShapeRef.new(shape: DataTable)
3500
+
3501
+ DataTableLockVersion.add_member(:data_table, Shapes::ShapeRef.new(shape: String, location_name: "DataTable"))
3502
+ DataTableLockVersion.add_member(:attribute, Shapes::ShapeRef.new(shape: String, location_name: "Attribute"))
3503
+ DataTableLockVersion.add_member(:primary_values, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryValues"))
3504
+ DataTableLockVersion.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
3505
+ DataTableLockVersion.struct_class = Types::DataTableLockVersion
3506
+
3507
+ DataTableSearchConditionList.member = Shapes::ShapeRef.new(shape: DataTableSearchCriteria)
3508
+
3509
+ DataTableSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: DataTableSearchConditionList, location_name: "OrConditions"))
3510
+ DataTableSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: DataTableSearchConditionList, location_name: "AndConditions"))
3511
+ DataTableSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
3512
+ DataTableSearchCriteria.struct_class = Types::DataTableSearchCriteria
3513
+
3514
+ DataTableSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
3515
+ DataTableSearchFilter.struct_class = Types::DataTableSearchFilter
3516
+
3517
+ DataTableSummary.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, location_name: "Name"))
3518
+ DataTableSummary.add_member(:id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "Id"))
3519
+ DataTableSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
3520
+ DataTableSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3521
+ DataTableSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3522
+ DataTableSummary.struct_class = Types::DataTableSummary
3523
+
3524
+ DataTableSummaryList.member = Shapes::ShapeRef.new(shape: DataTableSummary)
3525
+
3526
+ DataTableValue.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, location_name: "PrimaryValues"))
3527
+ DataTableValue.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
3528
+ DataTableValue.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
3529
+ DataTableValue.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, location_name: "LockVersion"))
3530
+ DataTableValue.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3531
+ DataTableValue.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3532
+ DataTableValue.struct_class = Types::DataTableValue
3533
+
3534
+ DataTableValueEvaluationSet.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, location_name: "PrimaryValues"))
3535
+ DataTableValueEvaluationSet.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNameList, required: true, location_name: "AttributeNames"))
3536
+ DataTableValueEvaluationSet.struct_class = Types::DataTableValueEvaluationSet
3537
+
3538
+ DataTableValueEvaluationSetList.member = Shapes::ShapeRef.new(shape: DataTableValueEvaluationSet)
3539
+
3540
+ DataTableValueIdentifier.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, location_name: "PrimaryValues"))
3541
+ DataTableValueIdentifier.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
3542
+ DataTableValueIdentifier.struct_class = Types::DataTableValueIdentifier
3543
+
3544
+ DataTableValueIdentifierList.member = Shapes::ShapeRef.new(shape: DataTableValueIdentifier)
3545
+
3546
+ DataTableValueList.member = Shapes::ShapeRef.new(shape: DataTableValue)
3547
+
3548
+ DataTableValueSummary.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "RecordId"))
3549
+ DataTableValueSummary.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "AttributeId"))
3550
+ DataTableValueSummary.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesResponseSet, required: true, location_name: "PrimaryValues"))
3551
+ DataTableValueSummary.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
3552
+ DataTableValueSummary.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
3553
+ DataTableValueSummary.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
3554
+ DataTableValueSummary.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, location_name: "LockVersion"))
3555
+ DataTableValueSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
3556
+ DataTableValueSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
3557
+ DataTableValueSummary.struct_class = Types::DataTableValueSummary
3558
+
3559
+ DataTableValueSummaryList.member = Shapes::ShapeRef.new(shape: DataTableValueSummary)
3560
+
2983
3561
  DateCondition.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
2984
3562
  DateCondition.add_member(:value, Shapes::ShapeRef.new(shape: DateYearMonthDayFormat, location_name: "Value"))
2985
3563
  DateCondition.add_member(:comparison_type, Shapes::ShapeRef.new(shape: DateComparisonType, location_name: "ComparisonType"))
@@ -3063,6 +3641,20 @@ module Aws::Connect
3063
3641
 
3064
3642
  DeleteContactFlowVersionResponse.struct_class = Types::DeleteContactFlowVersionResponse
3065
3643
 
3644
+ DeleteDataTableAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3645
+ DeleteDataTableAttributeRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
3646
+ DeleteDataTableAttributeRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location: "uri", location_name: "AttributeName"))
3647
+ DeleteDataTableAttributeRequest.struct_class = Types::DeleteDataTableAttributeRequest
3648
+
3649
+ DeleteDataTableAttributeResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
3650
+ DeleteDataTableAttributeResponse.struct_class = Types::DeleteDataTableAttributeResponse
3651
+
3652
+ DeleteDataTableRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3653
+ DeleteDataTableRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
3654
+ DeleteDataTableRequest.struct_class = Types::DeleteDataTableRequest
3655
+
3656
+ DeleteDataTableResponse.struct_class = Types::DeleteDataTableResponse
3657
+
3066
3658
  DeleteEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3067
3659
  DeleteEmailAddressRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
3068
3660
  DeleteEmailAddressRequest.struct_class = Types::DeleteEmailAddressRequest
@@ -3172,6 +3764,26 @@ module Aws::Connect
3172
3764
  DeleteVocabularyResponse.add_member(:state, Shapes::ShapeRef.new(shape: VocabularyState, required: true, location_name: "State"))
3173
3765
  DeleteVocabularyResponse.struct_class = Types::DeleteVocabularyResponse
3174
3766
 
3767
+ DeleteWorkspaceMediaRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3768
+ DeleteWorkspaceMediaRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
3769
+ DeleteWorkspaceMediaRequest.add_member(:media_type, Shapes::ShapeRef.new(shape: MediaType, required: true, location: "querystring", location_name: "mediaType", metadata: {"box" => true}))
3770
+ DeleteWorkspaceMediaRequest.struct_class = Types::DeleteWorkspaceMediaRequest
3771
+
3772
+ DeleteWorkspaceMediaResponse.struct_class = Types::DeleteWorkspaceMediaResponse
3773
+
3774
+ DeleteWorkspacePageRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3775
+ DeleteWorkspacePageRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
3776
+ DeleteWorkspacePageRequest.add_member(:page, Shapes::ShapeRef.new(shape: Page, required: true, location: "uri", location_name: "Page"))
3777
+ DeleteWorkspacePageRequest.struct_class = Types::DeleteWorkspacePageRequest
3778
+
3779
+ DeleteWorkspacePageResponse.struct_class = Types::DeleteWorkspacePageResponse
3780
+
3781
+ DeleteWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3782
+ DeleteWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
3783
+ DeleteWorkspaceRequest.struct_class = Types::DeleteWorkspaceRequest
3784
+
3785
+ DeleteWorkspaceResponse.struct_class = Types::DeleteWorkspaceResponse
3786
+
3175
3787
  DescribeAgentStatusRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3176
3788
  DescribeAgentStatusRequest.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, required: true, location: "uri", location_name: "AgentStatusId"))
3177
3789
  DescribeAgentStatusRequest.struct_class = Types::DescribeAgentStatusRequest
@@ -3223,6 +3835,21 @@ module Aws::Connect
3223
3835
  DescribeContactResponse.add_member(:contact, Shapes::ShapeRef.new(shape: Contact, location_name: "Contact"))
3224
3836
  DescribeContactResponse.struct_class = Types::DescribeContactResponse
3225
3837
 
3838
+ DescribeDataTableAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3839
+ DescribeDataTableAttributeRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
3840
+ DescribeDataTableAttributeRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location: "uri", location_name: "AttributeName"))
3841
+ DescribeDataTableAttributeRequest.struct_class = Types::DescribeDataTableAttributeRequest
3842
+
3843
+ DescribeDataTableAttributeResponse.add_member(:attribute, Shapes::ShapeRef.new(shape: DataTableAttribute, required: true, location_name: "Attribute"))
3844
+ DescribeDataTableAttributeResponse.struct_class = Types::DescribeDataTableAttributeResponse
3845
+
3846
+ DescribeDataTableRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3847
+ DescribeDataTableRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
3848
+ DescribeDataTableRequest.struct_class = Types::DescribeDataTableRequest
3849
+
3850
+ DescribeDataTableResponse.add_member(:data_table, Shapes::ShapeRef.new(shape: DataTable, required: true, location_name: "DataTable"))
3851
+ DescribeDataTableResponse.struct_class = Types::DescribeDataTableResponse
3852
+
3226
3853
  DescribeEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
3227
3854
  DescribeEmailAddressRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
3228
3855
  DescribeEmailAddressRequest.struct_class = Types::DescribeEmailAddressRequest
@@ -3378,6 +4005,13 @@ module Aws::Connect
3378
4005
  DescribeVocabularyResponse.add_member(:vocabulary, Shapes::ShapeRef.new(shape: Vocabulary, required: true, location_name: "Vocabulary"))
3379
4006
  DescribeVocabularyResponse.struct_class = Types::DescribeVocabularyResponse
3380
4007
 
4008
+ DescribeWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4009
+ DescribeWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
4010
+ DescribeWorkspaceRequest.struct_class = Types::DescribeWorkspaceRequest
4011
+
4012
+ DescribeWorkspaceResponse.add_member(:workspace, Shapes::ShapeRef.new(shape: Workspace, required: true, location_name: "Workspace"))
4013
+ DescribeWorkspaceResponse.struct_class = Types::DescribeWorkspaceResponse
4014
+
3381
4015
  DestinationNotAllowedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
3382
4016
  DestinationNotAllowedException.struct_class = Types::DestinationNotAllowedException
3383
4017
 
@@ -3464,6 +4098,12 @@ module Aws::Connect
3464
4098
  DisassociateSecurityKeyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
3465
4099
  DisassociateSecurityKeyRequest.struct_class = Types::DisassociateSecurityKeyRequest
3466
4100
 
4101
+ DisassociateSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4102
+ DisassociateSecurityProfilesRequest.add_member(:security_profiles, Shapes::ShapeRef.new(shape: SecurityProfiles, required: true, location_name: "SecurityProfiles"))
4103
+ DisassociateSecurityProfilesRequest.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, required: true, location_name: "EntityType"))
4104
+ DisassociateSecurityProfilesRequest.add_member(:entity_arn, Shapes::ShapeRef.new(shape: EntityArn, required: true, location_name: "EntityArn"))
4105
+ DisassociateSecurityProfilesRequest.struct_class = Types::DisassociateSecurityProfilesRequest
4106
+
3467
4107
  DisassociateTrafficDistributionGroupUserRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
3468
4108
  DisassociateTrafficDistributionGroupUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "querystring", location_name: "UserId"))
3469
4109
  DisassociateTrafficDistributionGroupUserRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "querystring", location_name: "InstanceId"))
@@ -3476,6 +4116,15 @@ module Aws::Connect
3476
4116
  DisassociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyDisassociateList, required: true, location_name: "UserProficiencies"))
3477
4117
  DisassociateUserProficienciesRequest.struct_class = Types::DisassociateUserProficienciesRequest
3478
4118
 
4119
+ DisassociateWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4120
+ DisassociateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
4121
+ DisassociateWorkspaceRequest.add_member(:resource_arns, Shapes::ShapeRef.new(shape: WorkspaceResourceArnList, required: true, location_name: "ResourceArns"))
4122
+ DisassociateWorkspaceRequest.struct_class = Types::DisassociateWorkspaceRequest
4123
+
4124
+ DisassociateWorkspaceResponse.add_member(:successful_list, Shapes::ShapeRef.new(shape: SuccessfulBatchAssociationSummaryList, location_name: "SuccessfulList"))
4125
+ DisassociateWorkspaceResponse.add_member(:failed_list, Shapes::ShapeRef.new(shape: FailedBatchAssociationSummaryList, location_name: "FailedList"))
4126
+ DisassociateWorkspaceResponse.struct_class = Types::DisassociateWorkspaceResponse
4127
+
3479
4128
  DisconnectDetails.add_member(:potential_disconnect_issue, Shapes::ShapeRef.new(shape: PotentialDisconnectIssue, location_name: "PotentialDisconnectIssue"))
3480
4129
  DisconnectDetails.struct_class = Types::DisconnectDetails
3481
4130
 
@@ -3580,6 +4229,18 @@ module Aws::Connect
3580
4229
 
3581
4230
  ErrorResults.member = Shapes::ShapeRef.new(shape: ErrorResult)
3582
4231
 
4232
+ EvaluateDataTableValuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4233
+ EvaluateDataTableValuesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
4234
+ EvaluateDataTableValuesRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueEvaluationSetList, required: true, location_name: "Values"))
4235
+ EvaluateDataTableValuesRequest.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, location_name: "TimeZone"))
4236
+ EvaluateDataTableValuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
4237
+ EvaluateDataTableValuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
4238
+ EvaluateDataTableValuesRequest.struct_class = Types::EvaluateDataTableValuesRequest
4239
+
4240
+ EvaluateDataTableValuesResponse.add_member(:values, Shapes::ShapeRef.new(shape: DataTableEvaluatedValueList, required: true, location_name: "Values"))
4241
+ EvaluateDataTableValuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4242
+ EvaluateDataTableValuesResponse.struct_class = Types::EvaluateDataTableValuesResponse
4243
+
3583
4244
  Evaluation.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationId"))
3584
4245
  Evaluation.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
3585
4246
  Evaluation.add_member(:metadata, Shapes::ShapeRef.new(shape: EvaluationMetadata, required: true, location_name: "Metadata"))
@@ -3605,14 +4266,20 @@ module Aws::Connect
3605
4266
 
3606
4267
  EvaluationAnswerData.add_member(:string_value, Shapes::ShapeRef.new(shape: EvaluationAnswerDataStringValue, location_name: "StringValue"))
3607
4268
  EvaluationAnswerData.add_member(:numeric_value, Shapes::ShapeRef.new(shape: EvaluationAnswerDataNumericValue, location_name: "NumericValue"))
4269
+ EvaluationAnswerData.add_member(:string_values, Shapes::ShapeRef.new(shape: EvaluationAnswerDataStringValueList, location_name: "StringValues"))
4270
+ EvaluationAnswerData.add_member(:date_time_value, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "DateTimeValue"))
3608
4271
  EvaluationAnswerData.add_member(:not_applicable, Shapes::ShapeRef.new(shape: Boolean, location_name: "NotApplicable"))
3609
4272
  EvaluationAnswerData.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3610
4273
  EvaluationAnswerData.add_member_subclass(:string_value, Types::EvaluationAnswerData::StringValue)
3611
4274
  EvaluationAnswerData.add_member_subclass(:numeric_value, Types::EvaluationAnswerData::NumericValue)
4275
+ EvaluationAnswerData.add_member_subclass(:string_values, Types::EvaluationAnswerData::StringValues)
4276
+ EvaluationAnswerData.add_member_subclass(:date_time_value, Types::EvaluationAnswerData::DateTimeValue)
3612
4277
  EvaluationAnswerData.add_member_subclass(:not_applicable, Types::EvaluationAnswerData::NotApplicable)
3613
4278
  EvaluationAnswerData.add_member_subclass(:unknown, Types::EvaluationAnswerData::Unknown)
3614
4279
  EvaluationAnswerData.struct_class = Types::EvaluationAnswerData
3615
4280
 
4281
+ EvaluationAnswerDataStringValueList.member = Shapes::ShapeRef.new(shape: EvaluationAnswerDataStringValue)
4282
+
3616
4283
  EvaluationAnswerInput.add_member(:value, Shapes::ShapeRef.new(shape: EvaluationAnswerData, location_name: "Value"))
3617
4284
  EvaluationAnswerInput.struct_class = Types::EvaluationAnswerInput
3618
4285
 
@@ -3637,6 +4304,10 @@ module Aws::Connect
3637
4304
  EvaluationContactLensAnswerAnalysisDetails.add_member(:matched_rule_categories, Shapes::ShapeRef.new(shape: EvaluationAutomationRuleCategoryList, location_name: "MatchedRuleCategories"))
3638
4305
  EvaluationContactLensAnswerAnalysisDetails.struct_class = Types::EvaluationContactLensAnswerAnalysisDetails
3639
4306
 
4307
+ EvaluationContactParticipant.add_member(:contact_participant_role, Shapes::ShapeRef.new(shape: ContactParticipantRole, location_name: "ContactParticipantRole"))
4308
+ EvaluationContactParticipant.add_member(:contact_participant_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ContactParticipantId"))
4309
+ EvaluationContactParticipant.struct_class = Types::EvaluationContactParticipant
4310
+
3640
4311
  EvaluationForm.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
3641
4312
  EvaluationForm.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
3642
4313
  EvaluationForm.add_member(:locked, Shapes::ShapeRef.new(shape: EvaluationFormVersionIsLocked, required: true, location_name: "Locked"))
@@ -3652,6 +4323,8 @@ module Aws::Connect
3652
4323
  EvaluationForm.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "LastModifiedBy"))
3653
4324
  EvaluationForm.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
3654
4325
  EvaluationForm.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
4326
+ EvaluationForm.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
4327
+ EvaluationForm.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
3655
4328
  EvaluationForm.struct_class = Types::EvaluationForm
3656
4329
 
3657
4330
  EvaluationFormAutoEvaluationConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
@@ -3665,6 +4338,8 @@ module Aws::Connect
3665
4338
  EvaluationFormContent.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, required: true, location_name: "Items"))
3666
4339
  EvaluationFormContent.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
3667
4340
  EvaluationFormContent.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
4341
+ EvaluationFormContent.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
4342
+ EvaluationFormContent.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
3668
4343
  EvaluationFormContent.struct_class = Types::EvaluationFormContent
3669
4344
 
3670
4345
  EvaluationFormItem.add_member(:section, Shapes::ShapeRef.new(shape: EvaluationFormSection, location_name: "Section"))
@@ -3711,6 +4386,33 @@ module Aws::Connect
3711
4386
 
3712
4387
  EvaluationFormItemsList.member = Shapes::ShapeRef.new(shape: EvaluationFormItem)
3713
4388
 
4389
+ EvaluationFormLanguageConfiguration.add_member(:form_language, Shapes::ShapeRef.new(shape: EvaluationFormLanguageCode, location_name: "FormLanguage"))
4390
+ EvaluationFormLanguageConfiguration.struct_class = Types::EvaluationFormLanguageConfiguration
4391
+
4392
+ EvaluationFormMultiSelectQuestionAutomation.add_member(:options, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionAutomationOptionList, location_name: "Options"))
4393
+ EvaluationFormMultiSelectQuestionAutomation.add_member(:default_option_ref_ids, Shapes::ShapeRef.new(shape: ReferenceIdList, location_name: "DefaultOptionRefIds"))
4394
+ EvaluationFormMultiSelectQuestionAutomation.add_member(:answer_source, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAutomationAnswerSource, location_name: "AnswerSource"))
4395
+ EvaluationFormMultiSelectQuestionAutomation.struct_class = Types::EvaluationFormMultiSelectQuestionAutomation
4396
+
4397
+ EvaluationFormMultiSelectQuestionAutomationOption.add_member(:rule_category, Shapes::ShapeRef.new(shape: MultiSelectQuestionRuleCategoryAutomation, location_name: "RuleCategory"))
4398
+ EvaluationFormMultiSelectQuestionAutomationOption.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
4399
+ EvaluationFormMultiSelectQuestionAutomationOption.add_member_subclass(:rule_category, Types::EvaluationFormMultiSelectQuestionAutomationOption::RuleCategory)
4400
+ EvaluationFormMultiSelectQuestionAutomationOption.add_member_subclass(:unknown, Types::EvaluationFormMultiSelectQuestionAutomationOption::Unknown)
4401
+ EvaluationFormMultiSelectQuestionAutomationOption.struct_class = Types::EvaluationFormMultiSelectQuestionAutomationOption
4402
+
4403
+ EvaluationFormMultiSelectQuestionAutomationOptionList.member = Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionAutomationOption)
4404
+
4405
+ EvaluationFormMultiSelectQuestionOption.add_member(:ref_id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location_name: "RefId"))
4406
+ EvaluationFormMultiSelectQuestionOption.add_member(:text, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionOptionText, required: true, location_name: "Text"))
4407
+ EvaluationFormMultiSelectQuestionOption.struct_class = Types::EvaluationFormMultiSelectQuestionOption
4408
+
4409
+ EvaluationFormMultiSelectQuestionOptionList.member = Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionOption)
4410
+
4411
+ EvaluationFormMultiSelectQuestionProperties.add_member(:options, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionOptionList, required: true, location_name: "Options"))
4412
+ EvaluationFormMultiSelectQuestionProperties.add_member(:display_as, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionDisplayMode, location_name: "DisplayAs"))
4413
+ EvaluationFormMultiSelectQuestionProperties.add_member(:automation, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionAutomation, location_name: "Automation"))
4414
+ EvaluationFormMultiSelectQuestionProperties.struct_class = Types::EvaluationFormMultiSelectQuestionProperties
4415
+
3714
4416
  EvaluationFormNumericQuestionAutomation.add_member(:property_value, Shapes::ShapeRef.new(shape: NumericQuestionPropertyValueAutomation, location_name: "PropertyValue"))
3715
4417
  EvaluationFormNumericQuestionAutomation.add_member(:answer_source, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAutomationAnswerSource, location_name: "AnswerSource"))
3716
4418
  EvaluationFormNumericQuestionAutomation.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
@@ -3750,10 +4452,12 @@ module Aws::Connect
3750
4452
  EvaluationFormQuestionTypeProperties.add_member(:numeric, Shapes::ShapeRef.new(shape: EvaluationFormNumericQuestionProperties, location_name: "Numeric"))
3751
4453
  EvaluationFormQuestionTypeProperties.add_member(:single_select, Shapes::ShapeRef.new(shape: EvaluationFormSingleSelectQuestionProperties, location_name: "SingleSelect"))
3752
4454
  EvaluationFormQuestionTypeProperties.add_member(:text, Shapes::ShapeRef.new(shape: EvaluationFormTextQuestionProperties, location_name: "Text"))
4455
+ EvaluationFormQuestionTypeProperties.add_member(:multi_select, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionProperties, location_name: "MultiSelect"))
3753
4456
  EvaluationFormQuestionTypeProperties.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3754
4457
  EvaluationFormQuestionTypeProperties.add_member_subclass(:numeric, Types::EvaluationFormQuestionTypeProperties::Numeric)
3755
4458
  EvaluationFormQuestionTypeProperties.add_member_subclass(:single_select, Types::EvaluationFormQuestionTypeProperties::SingleSelect)
3756
4459
  EvaluationFormQuestionTypeProperties.add_member_subclass(:text, Types::EvaluationFormQuestionTypeProperties::Text)
4460
+ EvaluationFormQuestionTypeProperties.add_member_subclass(:multi_select, Types::EvaluationFormQuestionTypeProperties::MultiSelect)
3757
4461
  EvaluationFormQuestionTypeProperties.add_member_subclass(:unknown, Types::EvaluationFormQuestionTypeProperties::Unknown)
3758
4462
  EvaluationFormQuestionTypeProperties.struct_class = Types::EvaluationFormQuestionTypeProperties
3759
4463
 
@@ -3788,6 +4492,8 @@ module Aws::Connect
3788
4492
  EvaluationFormSearchSummary.add_member(:latest_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "LatestVersion", metadata: {"box" => true}))
3789
4493
  EvaluationFormSearchSummary.add_member(:active_version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "ActiveVersion", metadata: {"box" => true}))
3790
4494
  EvaluationFormSearchSummary.add_member(:auto_evaluation_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoEvaluationEnabled"))
4495
+ EvaluationFormSearchSummary.add_member(:evaluation_form_language, Shapes::ShapeRef.new(shape: EvaluationFormLanguageCode, location_name: "EvaluationFormLanguage"))
4496
+ EvaluationFormSearchSummary.add_member(:contact_interaction_type, Shapes::ShapeRef.new(shape: ContactInteractionType, location_name: "ContactInteractionType"))
3791
4497
  EvaluationFormSearchSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3792
4498
  EvaluationFormSearchSummary.struct_class = Types::EvaluationFormSearchSummary
3793
4499
 
@@ -3842,6 +4548,9 @@ module Aws::Connect
3842
4548
 
3843
4549
  EvaluationFormSummaryList.member = Shapes::ShapeRef.new(shape: EvaluationFormSummary)
3844
4550
 
4551
+ EvaluationFormTargetConfiguration.add_member(:contact_interaction_type, Shapes::ShapeRef.new(shape: ContactInteractionType, required: true, location_name: "ContactInteractionType"))
4552
+ EvaluationFormTargetConfiguration.struct_class = Types::EvaluationFormTargetConfiguration
4553
+
3845
4554
  EvaluationFormTextQuestionAutomation.add_member(:answer_source, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAutomationAnswerSource, location_name: "AnswerSource"))
3846
4555
  EvaluationFormTextQuestionAutomation.struct_class = Types::EvaluationFormTextQuestionAutomation
3847
4556
 
@@ -3872,6 +4581,8 @@ module Aws::Connect
3872
4581
  EvaluationMetadata.add_member(:score, Shapes::ShapeRef.new(shape: EvaluationScore, location_name: "Score"))
3873
4582
  EvaluationMetadata.add_member(:auto_evaluation, Shapes::ShapeRef.new(shape: AutoEvaluationDetails, location_name: "AutoEvaluation"))
3874
4583
  EvaluationMetadata.add_member(:acknowledgement, Shapes::ShapeRef.new(shape: EvaluationAcknowledgement, location_name: "Acknowledgement"))
4584
+ EvaluationMetadata.add_member(:contact_participant, Shapes::ShapeRef.new(shape: EvaluationContactParticipant, location_name: "ContactParticipant"))
4585
+ EvaluationMetadata.add_member(:sampling_job_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "SamplingJobId"))
3875
4586
  EvaluationMetadata.struct_class = Types::EvaluationMetadata
3876
4587
 
3877
4588
  EvaluationNote.add_member(:value, Shapes::ShapeRef.new(shape: EvaluationNoteString, location_name: "Value"))
@@ -3894,6 +4605,7 @@ module Aws::Connect
3894
4605
  EvaluationScore.add_member(:percentage, Shapes::ShapeRef.new(shape: EvaluationScorePercentage, location_name: "Percentage"))
3895
4606
  EvaluationScore.add_member(:not_applicable, Shapes::ShapeRef.new(shape: Boolean, location_name: "NotApplicable"))
3896
4607
  EvaluationScore.add_member(:automatic_fail, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticFail"))
4608
+ EvaluationScore.add_member(:applied_weight, Shapes::ShapeRef.new(shape: Double, location_name: "AppliedWeight"))
3897
4609
  EvaluationScore.struct_class = Types::EvaluationScore
3898
4610
 
3899
4611
  EvaluationScoresMap.key = Shapes::ShapeRef.new(shape: ResourceId)
@@ -3925,12 +4637,17 @@ module Aws::Connect
3925
4637
  EvaluationSearchMetadata.add_member(:acknowledged_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "AcknowledgedTime"))
3926
4638
  EvaluationSearchMetadata.add_member(:acknowledged_by, Shapes::ShapeRef.new(shape: ARN, location_name: "AcknowledgedBy"))
3927
4639
  EvaluationSearchMetadata.add_member(:acknowledger_comment, Shapes::ShapeRef.new(shape: EvaluationAcknowledgerCommentString, location_name: "AcknowledgerComment"))
4640
+ EvaluationSearchMetadata.add_member(:sampling_job_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "SamplingJobId"))
4641
+ EvaluationSearchMetadata.add_member(:review_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ReviewId"))
4642
+ EvaluationSearchMetadata.add_member(:contact_participant_role, Shapes::ShapeRef.new(shape: ContactParticipantRole, location_name: "ContactParticipantRole"))
4643
+ EvaluationSearchMetadata.add_member(:contact_participant_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ContactParticipantId"))
3928
4644
  EvaluationSearchMetadata.struct_class = Types::EvaluationSearchMetadata
3929
4645
 
3930
4646
  EvaluationSearchSummary.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationId"))
3931
4647
  EvaluationSearchSummary.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
3932
4648
  EvaluationSearchSummary.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "EvaluationFormId"))
3933
4649
  EvaluationSearchSummary.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion", metadata: {"box" => true}))
4650
+ EvaluationSearchSummary.add_member(:evaluation_form_title, Shapes::ShapeRef.new(shape: EvaluationFormTitle, location_name: "EvaluationFormTitle"))
3934
4651
  EvaluationSearchSummary.add_member(:metadata, Shapes::ShapeRef.new(shape: EvaluationSearchMetadata, required: true, location_name: "Metadata"))
3935
4652
  EvaluationSearchSummary.add_member(:status, Shapes::ShapeRef.new(shape: EvaluationStatus, required: true, location_name: "Status"))
3936
4653
  EvaluationSearchSummary.add_member(:evaluation_type, Shapes::ShapeRef.new(shape: EvaluationType, location_name: "EvaluationType"))
@@ -3967,6 +4684,7 @@ module Aws::Connect
3967
4684
  EvaluationSummary.add_member(:evaluation_type, Shapes::ShapeRef.new(shape: EvaluationType, location_name: "EvaluationType"))
3968
4685
  EvaluationSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
3969
4686
  EvaluationSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
4687
+ EvaluationSummary.add_member(:contact_participant, Shapes::ShapeRef.new(shape: EvaluationContactParticipant, location_name: "ContactParticipant"))
3970
4688
  EvaluationSummary.struct_class = Types::EvaluationSummary
3971
4689
 
3972
4690
  EvaluationSummaryList.member = Shapes::ShapeRef.new(shape: EvaluationSummary)
@@ -4001,6 +4719,13 @@ module Aws::Connect
4001
4719
  ExternalInvocationConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
4002
4720
  ExternalInvocationConfiguration.struct_class = Types::ExternalInvocationConfiguration
4003
4721
 
4722
+ FailedBatchAssociationSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
4723
+ FailedBatchAssociationSummary.add_member(:error_code, Shapes::ShapeRef.new(shape: WorkspaceErrorCode, location_name: "ErrorCode"))
4724
+ FailedBatchAssociationSummary.add_member(:error_message, Shapes::ShapeRef.new(shape: WorkspaceBatchErrorMessage, location_name: "ErrorMessage"))
4725
+ FailedBatchAssociationSummary.struct_class = Types::FailedBatchAssociationSummary
4726
+
4727
+ FailedBatchAssociationSummaryList.member = Shapes::ShapeRef.new(shape: FailedBatchAssociationSummary)
4728
+
4004
4729
  FailedRequest.add_member(:request_identifier, Shapes::ShapeRef.new(shape: RequestIdentifier, location_name: "RequestIdentifier"))
4005
4730
  FailedRequest.add_member(:failure_reason_code, Shapes::ShapeRef.new(shape: FailureReasonCode, location_name: "FailureReasonCode"))
4006
4731
  FailedRequest.add_member(:failure_reason_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureReasonMessage"))
@@ -4024,8 +4749,12 @@ module Aws::Connect
4024
4749
 
4025
4750
  FilterV2.add_member(:filter_key, Shapes::ShapeRef.new(shape: ResourceArnOrId, location_name: "FilterKey"))
4026
4751
  FilterV2.add_member(:filter_values, Shapes::ShapeRef.new(shape: FilterValueList, location_name: "FilterValues"))
4752
+ FilterV2.add_member(:string_condition, Shapes::ShapeRef.new(shape: FilterV2StringCondition, location_name: "StringCondition"))
4027
4753
  FilterV2.struct_class = Types::FilterV2
4028
4754
 
4755
+ FilterV2StringCondition.add_member(:comparison, Shapes::ShapeRef.new(shape: FilterV2StringConditionComparisonOperator, location_name: "Comparison"))
4756
+ FilterV2StringCondition.struct_class = Types::FilterV2StringCondition
4757
+
4029
4758
  FilterValueList.member = Shapes::ShapeRef.new(shape: ResourceArnOrId)
4030
4759
 
4031
4760
  Filters.add_member(:queues, Shapes::ShapeRef.new(shape: Queues, location_name: "Queues"))
@@ -4044,6 +4773,16 @@ module Aws::Connect
4044
4773
 
4045
4774
  FlowAssociationSummaryList.member = Shapes::ShapeRef.new(shape: FlowAssociationSummary)
4046
4775
 
4776
+ FlowModule.add_member(:type, Shapes::ShapeRef.new(shape: FlowModuleType, location_name: "Type"))
4777
+ FlowModule.add_member(:flow_module_id, Shapes::ShapeRef.new(shape: FlowModuleId, location_name: "FlowModuleId"))
4778
+ FlowModule.struct_class = Types::FlowModule
4779
+
4780
+ FlowQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
4781
+ FlowQuickConnectConfig.struct_class = Types::FlowQuickConnectConfig
4782
+
4783
+ FontFamily.add_member(:default, Shapes::ShapeRef.new(shape: WorkspaceFontFamily, location_name: "Default"))
4784
+ FontFamily.struct_class = Types::FontFamily
4785
+
4047
4786
  FunctionArnsList.member = Shapes::ShapeRef.new(shape: FunctionArn)
4048
4787
 
4049
4788
  GetAttachedFileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -4206,6 +4945,9 @@ module Aws::Connect
4206
4945
  GetTrafficDistributionResponse.add_member(:agent_config, Shapes::ShapeRef.new(shape: AgentConfig, location_name: "AgentConfig"))
4207
4946
  GetTrafficDistributionResponse.struct_class = Types::GetTrafficDistributionResponse
4208
4947
 
4948
+ GranularAccessControlConfiguration.add_member(:data_table_access_control_configuration, Shapes::ShapeRef.new(shape: DataTableAccessControlConfiguration, location_name: "DataTableAccessControlConfiguration"))
4949
+ GranularAccessControlConfiguration.struct_class = Types::GranularAccessControlConfiguration
4950
+
4209
4951
  Groupings.member = Shapes::ShapeRef.new(shape: Grouping)
4210
4952
 
4211
4953
  GroupingsV2.member = Shapes::ShapeRef.new(shape: GroupingV2)
@@ -4379,6 +5121,10 @@ module Aws::Connect
4379
5121
  IdempotencyException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
4380
5122
  IdempotencyException.struct_class = Types::IdempotencyException
4381
5123
 
5124
+ ImagesLogo.add_member(:default, Shapes::ShapeRef.new(shape: ThemeImageLink, location_name: "Default"))
5125
+ ImagesLogo.add_member(:favicon, Shapes::ShapeRef.new(shape: ThemeImageLink, location_name: "Favicon"))
5126
+ ImagesLogo.struct_class = Types::ImagesLogo
5127
+
4382
5128
  ImportPhoneNumberRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
4383
5129
  ImportPhoneNumberRequest.add_member(:source_phone_number_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "SourcePhoneNumberArn"))
4384
5130
  ImportPhoneNumberRequest.add_member(:phone_number_description, Shapes::ShapeRef.new(shape: PhoneNumberDescription, location_name: "PhoneNumberDescription"))
@@ -4390,6 +5136,14 @@ module Aws::Connect
4390
5136
  ImportPhoneNumberResponse.add_member(:phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "PhoneNumberArn"))
4391
5137
  ImportPhoneNumberResponse.struct_class = Types::ImportPhoneNumberResponse
4392
5138
 
5139
+ ImportWorkspaceMediaRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5140
+ ImportWorkspaceMediaRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
5141
+ ImportWorkspaceMediaRequest.add_member(:media_type, Shapes::ShapeRef.new(shape: MediaType, required: true, location_name: "MediaType"))
5142
+ ImportWorkspaceMediaRequest.add_member(:media_source, Shapes::ShapeRef.new(shape: MediaSource, required: true, location_name: "MediaSource"))
5143
+ ImportWorkspaceMediaRequest.struct_class = Types::ImportWorkspaceMediaRequest
5144
+
5145
+ ImportWorkspaceMediaResponse.struct_class = Types::ImportWorkspaceMediaResponse
5146
+
4393
5147
  InboundAdditionalRecipients.add_member(:to_addresses, Shapes::ShapeRef.new(shape: EmailAddressRecipientList, location_name: "ToAddresses"))
4394
5148
  InboundAdditionalRecipients.add_member(:cc_addresses, Shapes::ShapeRef.new(shape: EmailAddressRecipientList, location_name: "CcAddresses"))
4395
5149
  InboundAdditionalRecipients.struct_class = Types::InboundAdditionalRecipients
@@ -4664,6 +5418,50 @@ module Aws::Connect
4664
5418
  ListContactReferencesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4665
5419
  ListContactReferencesResponse.struct_class = Types::ListContactReferencesResponse
4666
5420
 
5421
+ ListDataTableAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5422
+ ListDataTableAttributesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
5423
+ ListDataTableAttributesRequest.add_member(:attribute_ids, Shapes::ShapeRef.new(shape: AttributeIds, location_name: "AttributeIds"))
5424
+ ListDataTableAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
5425
+ ListDataTableAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
5426
+ ListDataTableAttributesRequest.struct_class = Types::ListDataTableAttributesRequest
5427
+
5428
+ ListDataTableAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5429
+ ListDataTableAttributesResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeList, required: true, location_name: "Attributes"))
5430
+ ListDataTableAttributesResponse.struct_class = Types::ListDataTableAttributesResponse
5431
+
5432
+ ListDataTablePrimaryValuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5433
+ ListDataTablePrimaryValuesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
5434
+ ListDataTablePrimaryValuesRequest.add_member(:record_ids, Shapes::ShapeRef.new(shape: RecordIds, location_name: "RecordIds"))
5435
+ ListDataTablePrimaryValuesRequest.add_member(:primary_attribute_values, Shapes::ShapeRef.new(shape: PrimaryAttributeValueFilters, location_name: "PrimaryAttributeValues"))
5436
+ ListDataTablePrimaryValuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
5437
+ ListDataTablePrimaryValuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
5438
+ ListDataTablePrimaryValuesRequest.struct_class = Types::ListDataTablePrimaryValuesRequest
5439
+
5440
+ ListDataTablePrimaryValuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5441
+ ListDataTablePrimaryValuesResponse.add_member(:primary_values_list, Shapes::ShapeRef.new(shape: PrimaryValuesList, required: true, location_name: "PrimaryValuesList"))
5442
+ ListDataTablePrimaryValuesResponse.struct_class = Types::ListDataTablePrimaryValuesResponse
5443
+
5444
+ ListDataTableValuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5445
+ ListDataTableValuesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
5446
+ ListDataTableValuesRequest.add_member(:record_ids, Shapes::ShapeRef.new(shape: RecordIds, location_name: "RecordIds"))
5447
+ ListDataTableValuesRequest.add_member(:primary_attribute_values, Shapes::ShapeRef.new(shape: PrimaryAttributeValueFilters, location_name: "PrimaryAttributeValues"))
5448
+ ListDataTableValuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
5449
+ ListDataTableValuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
5450
+ ListDataTableValuesRequest.struct_class = Types::ListDataTableValuesRequest
5451
+
5452
+ ListDataTableValuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5453
+ ListDataTableValuesResponse.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueSummaryList, required: true, location_name: "Values"))
5454
+ ListDataTableValuesResponse.struct_class = Types::ListDataTableValuesResponse
5455
+
5456
+ ListDataTablesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5457
+ ListDataTablesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
5458
+ ListDataTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
5459
+ ListDataTablesRequest.struct_class = Types::ListDataTablesRequest
5460
+
5461
+ ListDataTablesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5462
+ ListDataTablesResponse.add_member(:data_table_summary_list, Shapes::ShapeRef.new(shape: DataTableSummaryList, required: true, location_name: "DataTableSummaryList"))
5463
+ ListDataTablesResponse.struct_class = Types::ListDataTablesResponse
5464
+
4667
5465
  ListDefaultVocabulariesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4668
5466
  ListDefaultVocabulariesRequest.add_member(:language_code, Shapes::ShapeRef.new(shape: VocabularyLanguageCode, location_name: "LanguageCode"))
4669
5467
  ListDefaultVocabulariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
@@ -4674,6 +5472,17 @@ module Aws::Connect
4674
5472
  ListDefaultVocabulariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: VocabularyNextToken, location_name: "NextToken"))
4675
5473
  ListDefaultVocabulariesResponse.struct_class = Types::ListDefaultVocabulariesResponse
4676
5474
 
5475
+ ListEntitySecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5476
+ ListEntitySecurityProfilesRequest.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, required: true, location_name: "EntityType"))
5477
+ ListEntitySecurityProfilesRequest.add_member(:entity_arn, Shapes::ShapeRef.new(shape: EntityArn, required: true, location_name: "EntityArn"))
5478
+ ListEntitySecurityProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
5479
+ ListEntitySecurityProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
5480
+ ListEntitySecurityProfilesRequest.struct_class = Types::ListEntitySecurityProfilesRequest
5481
+
5482
+ ListEntitySecurityProfilesResponse.add_member(:security_profiles, Shapes::ShapeRef.new(shape: SecurityProfiles100, location_name: "SecurityProfiles"))
5483
+ ListEntitySecurityProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
5484
+ ListEntitySecurityProfilesResponse.struct_class = Types::ListEntitySecurityProfilesResponse
5485
+
4677
5486
  ListEvaluationFormVersionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4678
5487
  ListEvaluationFormVersionsRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
4679
5488
  ListEvaluationFormVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
@@ -4946,6 +5755,18 @@ module Aws::Connect
4946
5755
  ListSecurityProfileApplicationsResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
4947
5756
  ListSecurityProfileApplicationsResponse.struct_class = Types::ListSecurityProfileApplicationsResponse
4948
5757
 
5758
+ ListSecurityProfileFlowModulesRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
5759
+ ListSecurityProfileFlowModulesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5760
+ ListSecurityProfileFlowModulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
5761
+ ListSecurityProfileFlowModulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults"))
5762
+ ListSecurityProfileFlowModulesRequest.struct_class = Types::ListSecurityProfileFlowModulesRequest
5763
+
5764
+ ListSecurityProfileFlowModulesResponse.add_member(:allowed_flow_modules, Shapes::ShapeRef.new(shape: AllowedFlowModules, location_name: "AllowedFlowModules"))
5765
+ ListSecurityProfileFlowModulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5766
+ ListSecurityProfileFlowModulesResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
5767
+ ListSecurityProfileFlowModulesResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
5768
+ ListSecurityProfileFlowModulesResponse.struct_class = Types::ListSecurityProfileFlowModulesResponse
5769
+
4949
5770
  ListSecurityProfilePermissionsRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
4950
5771
  ListSecurityProfilePermissionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
4951
5772
  ListSecurityProfilePermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -5062,6 +5883,32 @@ module Aws::Connect
5062
5883
  ListViewsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: ViewsNextToken, location_name: "NextToken"))
5063
5884
  ListViewsResponse.struct_class = Types::ListViewsResponse
5064
5885
 
5886
+ ListWorkspaceMediaRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5887
+ ListWorkspaceMediaRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
5888
+ ListWorkspaceMediaRequest.struct_class = Types::ListWorkspaceMediaRequest
5889
+
5890
+ ListWorkspaceMediaResponse.add_member(:media, Shapes::ShapeRef.new(shape: MediaList, location_name: "Media"))
5891
+ ListWorkspaceMediaResponse.struct_class = Types::ListWorkspaceMediaResponse
5892
+
5893
+ ListWorkspacePagesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5894
+ ListWorkspacePagesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
5895
+ ListWorkspacePagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
5896
+ ListWorkspacePagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults"))
5897
+ ListWorkspacePagesRequest.struct_class = Types::ListWorkspacePagesRequest
5898
+
5899
+ ListWorkspacePagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5900
+ ListWorkspacePagesResponse.add_member(:workspace_page_list, Shapes::ShapeRef.new(shape: WorkspacePageList, required: true, location_name: "WorkspacePageList"))
5901
+ ListWorkspacePagesResponse.struct_class = Types::ListWorkspacePagesResponse
5902
+
5903
+ ListWorkspacesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5904
+ ListWorkspacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
5905
+ ListWorkspacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
5906
+ ListWorkspacesRequest.struct_class = Types::ListWorkspacesRequest
5907
+
5908
+ ListWorkspacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5909
+ ListWorkspacesResponse.add_member(:workspace_summary_list, Shapes::ShapeRef.new(shape: WorkspaceSummaryList, required: true, location_name: "WorkspaceSummaryList"))
5910
+ ListWorkspacesResponse.struct_class = Types::ListWorkspacesResponse
5911
+
5065
5912
  MatchCriteria.add_member(:agents_criteria, Shapes::ShapeRef.new(shape: AgentsCriteria, location_name: "AgentsCriteria"))
5066
5913
  MatchCriteria.struct_class = Types::MatchCriteria
5067
5914
 
@@ -5075,6 +5922,12 @@ module Aws::Connect
5075
5922
  MediaConcurrency.add_member(:cross_channel_behavior, Shapes::ShapeRef.new(shape: CrossChannelBehavior, location_name: "CrossChannelBehavior"))
5076
5923
  MediaConcurrency.struct_class = Types::MediaConcurrency
5077
5924
 
5925
+ MediaItem.add_member(:type, Shapes::ShapeRef.new(shape: MediaType, location_name: "Type"))
5926
+ MediaItem.add_member(:source, Shapes::ShapeRef.new(shape: MediaSource, location_name: "Source"))
5927
+ MediaItem.struct_class = Types::MediaItem
5928
+
5929
+ MediaList.member = Shapes::ShapeRef.new(shape: MediaItem)
5930
+
5078
5931
  MediaPlacement.add_member(:audio_host_url, Shapes::ShapeRef.new(shape: URI, location_name: "AudioHostUrl"))
5079
5932
  MediaPlacement.add_member(:audio_fallback_url, Shapes::ShapeRef.new(shape: URI, location_name: "AudioFallbackUrl"))
5080
5933
  MediaPlacement.add_member(:signaling_url, Shapes::ShapeRef.new(shape: URI, location_name: "SignalingUrl"))
@@ -5120,6 +5973,7 @@ module Aws::Connect
5120
5973
 
5121
5974
  MetricV2.add_member(:name, Shapes::ShapeRef.new(shape: MetricNameV2, location_name: "Name"))
5122
5975
  MetricV2.add_member(:threshold, Shapes::ShapeRef.new(shape: ThresholdCollections, location_name: "Threshold"))
5976
+ MetricV2.add_member(:metric_id, Shapes::ShapeRef.new(shape: MetricId, location_name: "MetricId"))
5123
5977
  MetricV2.add_member(:metric_filters, Shapes::ShapeRef.new(shape: MetricFiltersV2List, location_name: "MetricFilters"))
5124
5978
  MetricV2.struct_class = Types::MetricV2
5125
5979
 
@@ -5136,6 +5990,11 @@ module Aws::Connect
5136
5990
  MonitorContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
5137
5991
  MonitorContactResponse.struct_class = Types::MonitorContactResponse
5138
5992
 
5993
+ MultiSelectQuestionRuleCategoryAutomation.add_member(:category, Shapes::ShapeRef.new(shape: MultiSelectQuestionRuleCategoryAutomationLabel, required: true, location_name: "Category"))
5994
+ MultiSelectQuestionRuleCategoryAutomation.add_member(:condition, Shapes::ShapeRef.new(shape: MultiSelectQuestionRuleCategoryAutomationCondition, required: true, location_name: "Condition"))
5995
+ MultiSelectQuestionRuleCategoryAutomation.add_member(:option_ref_ids, Shapes::ShapeRef.new(shape: ReferenceIdList, required: true, location_name: "OptionRefIds"))
5996
+ MultiSelectQuestionRuleCategoryAutomation.struct_class = Types::MultiSelectQuestionRuleCategoryAutomation
5997
+
5139
5998
  NameCriteria.add_member(:search_text, Shapes::ShapeRef.new(shape: SearchTextList, required: true, location_name: "SearchText"))
5140
5999
  NameCriteria.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, required: true, location_name: "MatchType"))
5141
6000
  NameCriteria.struct_class = Types::NameCriteria
@@ -5146,6 +6005,18 @@ module Aws::Connect
5146
6005
  NewSessionDetails.add_member(:streaming_configuration, Shapes::ShapeRef.new(shape: ChatStreamingConfiguration, location_name: "StreamingConfiguration"))
5147
6006
  NewSessionDetails.struct_class = Types::NewSessionDetails
5148
6007
 
6008
+ NextContactEntry.add_member(:type, Shapes::ShapeRef.new(shape: NextContactType, location_name: "Type"))
6009
+ NextContactEntry.add_member(:next_contact_metadata, Shapes::ShapeRef.new(shape: NextContactMetadata, location_name: "NextContactMetadata"))
6010
+ NextContactEntry.struct_class = Types::NextContactEntry
6011
+
6012
+ NextContactMetadata.add_member(:quick_connect_contact_data, Shapes::ShapeRef.new(shape: QuickConnectContactData, location_name: "QuickConnectContactData"))
6013
+ NextContactMetadata.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
6014
+ NextContactMetadata.add_member_subclass(:quick_connect_contact_data, Types::NextContactMetadata::QuickConnectContactData)
6015
+ NextContactMetadata.add_member_subclass(:unknown, Types::NextContactMetadata::Unknown)
6016
+ NextContactMetadata.struct_class = Types::NextContactMetadata
6017
+
6018
+ NextContacts.member = Shapes::ShapeRef.new(shape: NextContactEntry)
6019
+
5149
6020
  NotificationRecipientType.add_member(:user_tags, Shapes::ShapeRef.new(shape: UserTagMap, location_name: "UserTags"))
5150
6021
  NotificationRecipientType.add_member(:user_ids, Shapes::ShapeRef.new(shape: UserIdList, location_name: "UserIds"))
5151
6022
  NotificationRecipientType.struct_class = Types::NotificationRecipientType
@@ -5209,10 +6080,38 @@ module Aws::Connect
5209
6080
  OverrideTimeSlice.add_member(:minutes, Shapes::ShapeRef.new(shape: MinutesLimit60, required: true, location_name: "Minutes", metadata: {"box" => true}))
5210
6081
  OverrideTimeSlice.struct_class = Types::OverrideTimeSlice
5211
6082
 
6083
+ PaletteCanvas.add_member(:container_background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "ContainerBackground"))
6084
+ PaletteCanvas.add_member(:page_background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "PageBackground"))
6085
+ PaletteCanvas.add_member(:active_background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "ActiveBackground"))
6086
+ PaletteCanvas.struct_class = Types::PaletteCanvas
6087
+
6088
+ PaletteHeader.add_member(:background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Background"))
6089
+ PaletteHeader.add_member(:text, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Text"))
6090
+ PaletteHeader.add_member(:text_hover, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextHover"))
6091
+ PaletteHeader.add_member(:invert_actions_colors, Shapes::ShapeRef.new(shape: Boolean, location_name: "InvertActionsColors"))
6092
+ PaletteHeader.struct_class = Types::PaletteHeader
6093
+
6094
+ PaletteNavigation.add_member(:background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Background"))
6095
+ PaletteNavigation.add_member(:text_background_hover, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextBackgroundHover"))
6096
+ PaletteNavigation.add_member(:text_background_active, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextBackgroundActive"))
6097
+ PaletteNavigation.add_member(:text, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Text"))
6098
+ PaletteNavigation.add_member(:text_hover, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextHover"))
6099
+ PaletteNavigation.add_member(:text_active, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextActive"))
6100
+ PaletteNavigation.add_member(:invert_actions_colors, Shapes::ShapeRef.new(shape: Boolean, location_name: "InvertActionsColors"))
6101
+ PaletteNavigation.struct_class = Types::PaletteNavigation
6102
+
6103
+ PalettePrimary.add_member(:default, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Default"))
6104
+ PalettePrimary.add_member(:active, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Active"))
6105
+ PalettePrimary.add_member(:contrast_text, Shapes::ShapeRef.new(shape: ThemeString, location_name: "ContrastText"))
6106
+ PalettePrimary.struct_class = Types::PalettePrimary
6107
+
5212
6108
  ParticipantCapabilities.add_member(:video, Shapes::ShapeRef.new(shape: VideoCapability, location_name: "Video"))
5213
6109
  ParticipantCapabilities.add_member(:screen_share, Shapes::ShapeRef.new(shape: ScreenShareCapability, location_name: "ScreenShare"))
5214
6110
  ParticipantCapabilities.struct_class = Types::ParticipantCapabilities
5215
6111
 
6112
+ ParticipantConfiguration.add_member(:response_mode, Shapes::ShapeRef.new(shape: ResponseMode, location_name: "ResponseMode"))
6113
+ ParticipantConfiguration.struct_class = Types::ParticipantConfiguration
6114
+
5216
6115
  ParticipantDetails.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "DisplayName"))
5217
6116
  ParticipantDetails.struct_class = Types::ParticipantDetails
5218
6117
 
@@ -5331,6 +6230,39 @@ module Aws::Connect
5331
6230
  Preview.add_member(:allowed_user_actions, Shapes::ShapeRef.new(shape: AllowedUserActions, required: true, location_name: "AllowedUserActions"))
5332
6231
  Preview.struct_class = Types::Preview
5333
6232
 
6233
+ PrimaryAttributeAccessControlConfigurationItem.add_member(:primary_attribute_values, Shapes::ShapeRef.new(shape: PrimaryAttributeValuesSet, location_name: "PrimaryAttributeValues"))
6234
+ PrimaryAttributeAccessControlConfigurationItem.struct_class = Types::PrimaryAttributeAccessControlConfigurationItem
6235
+
6236
+ PrimaryAttributeValue.add_member(:access_type, Shapes::ShapeRef.new(shape: AccessType, location_name: "AccessType"))
6237
+ PrimaryAttributeValue.add_member(:attribute_name, Shapes::ShapeRef.new(shape: PrimaryAttributeContextKeyName, location_name: "AttributeName"))
6238
+ PrimaryAttributeValue.add_member(:values, Shapes::ShapeRef.new(shape: PrimaryValueList, location_name: "Values"))
6239
+ PrimaryAttributeValue.struct_class = Types::PrimaryAttributeValue
6240
+
6241
+ PrimaryAttributeValueFilter.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
6242
+ PrimaryAttributeValueFilter.add_member(:values, Shapes::ShapeRef.new(shape: ValueList, required: true, location_name: "Values"))
6243
+ PrimaryAttributeValueFilter.struct_class = Types::PrimaryAttributeValueFilter
6244
+
6245
+ PrimaryAttributeValueFilters.member = Shapes::ShapeRef.new(shape: PrimaryAttributeValueFilter)
6246
+
6247
+ PrimaryAttributeValuesSet.member = Shapes::ShapeRef.new(shape: PrimaryAttributeValue)
6248
+
6249
+ PrimaryValue.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
6250
+ PrimaryValue.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
6251
+ PrimaryValue.struct_class = Types::PrimaryValue
6252
+
6253
+ PrimaryValueList.member = Shapes::ShapeRef.new(shape: IAMRestrictedPrimaryValue)
6254
+
6255
+ PrimaryValueResponse.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, location_name: "AttributeName"))
6256
+ PrimaryValueResponse.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "AttributeId"))
6257
+ PrimaryValueResponse.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
6258
+ PrimaryValueResponse.struct_class = Types::PrimaryValueResponse
6259
+
6260
+ PrimaryValuesList.member = Shapes::ShapeRef.new(shape: RecordPrimaryValue)
6261
+
6262
+ PrimaryValuesResponseSet.member = Shapes::ShapeRef.new(shape: PrimaryValueResponse)
6263
+
6264
+ PrimaryValuesSet.member = Shapes::ShapeRef.new(shape: PrimaryValue)
6265
+
5334
6266
  ProblemDetail.add_member(:message, Shapes::ShapeRef.new(shape: ProblemMessageString, location_name: "message"))
5335
6267
  ProblemDetail.struct_class = Types::ProblemDetail
5336
6268
 
@@ -5460,8 +6392,16 @@ module Aws::Connect
5460
6392
  QuickConnectConfig.add_member(:user_config, Shapes::ShapeRef.new(shape: UserQuickConnectConfig, location_name: "UserConfig"))
5461
6393
  QuickConnectConfig.add_member(:queue_config, Shapes::ShapeRef.new(shape: QueueQuickConnectConfig, location_name: "QueueConfig"))
5462
6394
  QuickConnectConfig.add_member(:phone_config, Shapes::ShapeRef.new(shape: PhoneNumberQuickConnectConfig, location_name: "PhoneConfig"))
6395
+ QuickConnectConfig.add_member(:flow_config, Shapes::ShapeRef.new(shape: FlowQuickConnectConfig, location_name: "FlowConfig"))
5463
6396
  QuickConnectConfig.struct_class = Types::QuickConnectConfig
5464
6397
 
6398
+ QuickConnectContactData.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
6399
+ QuickConnectContactData.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "InitiationTimestamp"))
6400
+ QuickConnectContactData.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
6401
+ QuickConnectContactData.add_member(:quick_connect_name, Shapes::ShapeRef.new(shape: QuickConnectName, location_name: "QuickConnectName"))
6402
+ QuickConnectContactData.add_member(:quick_connect_type, Shapes::ShapeRef.new(shape: QuickConnectType, location_name: "QuickConnectType"))
6403
+ QuickConnectContactData.struct_class = Types::QuickConnectContactData
6404
+
5465
6405
  QuickConnectSearchConditionList.member = Shapes::ShapeRef.new(shape: QuickConnectSearchCriteria)
5466
6406
 
5467
6407
  QuickConnectSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: QuickConnectSearchConditionList, location_name: "OrConditions"))
@@ -5607,6 +6547,14 @@ module Aws::Connect
5607
6547
 
5608
6548
  RealtimeContactAnalysisSegments.member = Shapes::ShapeRef.new(shape: RealtimeContactAnalysisSegment)
5609
6549
 
6550
+ RecordIds.member = Shapes::ShapeRef.new(shape: DataTableId)
6551
+
6552
+ RecordPrimaryValue.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "RecordId"))
6553
+ RecordPrimaryValue.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesResponseSet, location_name: "PrimaryValues"))
6554
+ RecordPrimaryValue.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
6555
+ RecordPrimaryValue.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
6556
+ RecordPrimaryValue.struct_class = Types::RecordPrimaryValue
6557
+
5610
6558
  RecordingInfo.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
5611
6559
  RecordingInfo.add_member(:location, Shapes::ShapeRef.new(shape: RecordingLocation, location_name: "Location"))
5612
6560
  RecordingInfo.add_member(:media_stream_type, Shapes::ShapeRef.new(shape: MediaStreamType, location_name: "MediaStreamType"))
@@ -5617,6 +6565,7 @@ module Aws::Connect
5617
6565
  RecordingInfo.add_member(:stop_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "StopTimestamp"))
5618
6566
  RecordingInfo.add_member(:status, Shapes::ShapeRef.new(shape: RecordingStatus, location_name: "Status"))
5619
6567
  RecordingInfo.add_member(:deletion_reason, Shapes::ShapeRef.new(shape: RecordingDeletionReason, location_name: "DeletionReason"))
6568
+ RecordingInfo.add_member(:unprocessed_transcript_location, Shapes::ShapeRef.new(shape: UnprocessedTranscriptLocation, location_name: "UnprocessedTranscriptLocation"))
5620
6569
  RecordingInfo.struct_class = Types::RecordingInfo
5621
6570
 
5622
6571
  Recordings.member = Shapes::ShapeRef.new(shape: RecordingInfo)
@@ -5628,9 +6577,12 @@ module Aws::Connect
5628
6577
  Reference.add_member(:status_reason, Shapes::ShapeRef.new(shape: ReferenceStatusReason, location_name: "StatusReason"))
5629
6578
  Reference.struct_class = Types::Reference
5630
6579
 
6580
+ ReferenceIdList.member = Shapes::ShapeRef.new(shape: ReferenceId)
6581
+
5631
6582
  ReferenceSummary.add_member(:url, Shapes::ShapeRef.new(shape: UrlReference, location_name: "Url"))
5632
6583
  ReferenceSummary.add_member(:attachment, Shapes::ShapeRef.new(shape: AttachmentReference, location_name: "Attachment"))
5633
6584
  ReferenceSummary.add_member(:email_message, Shapes::ShapeRef.new(shape: EmailMessageReference, location_name: "EmailMessage"))
6585
+ ReferenceSummary.add_member(:email_message_plain_text, Shapes::ShapeRef.new(shape: EmailMessageReference, location_name: "EmailMessagePlainText"))
5634
6586
  ReferenceSummary.add_member(:string, Shapes::ShapeRef.new(shape: StringReference, location_name: "String"))
5635
6587
  ReferenceSummary.add_member(:number, Shapes::ShapeRef.new(shape: NumberReference, location_name: "Number"))
5636
6588
  ReferenceSummary.add_member(:date, Shapes::ShapeRef.new(shape: DateReference, location_name: "Date"))
@@ -5639,6 +6591,7 @@ module Aws::Connect
5639
6591
  ReferenceSummary.add_member_subclass(:url, Types::ReferenceSummary::Url)
5640
6592
  ReferenceSummary.add_member_subclass(:attachment, Types::ReferenceSummary::Attachment)
5641
6593
  ReferenceSummary.add_member_subclass(:email_message, Types::ReferenceSummary::EmailMessage)
6594
+ ReferenceSummary.add_member_subclass(:email_message_plain_text, Types::ReferenceSummary::EmailMessagePlainText)
5642
6595
  ReferenceSummary.add_member_subclass(:string, Types::ReferenceSummary::String)
5643
6596
  ReferenceSummary.add_member_subclass(:number, Types::ReferenceSummary::Number)
5644
6597
  ReferenceSummary.add_member_subclass(:date, Types::ReferenceSummary::Date)
@@ -5970,6 +6923,18 @@ module Aws::Connect
5970
6923
  SearchCriteria.add_member(:searchable_segment_attributes, Shapes::ShapeRef.new(shape: SearchableSegmentAttributes, location_name: "SearchableSegmentAttributes"))
5971
6924
  SearchCriteria.struct_class = Types::SearchCriteria
5972
6925
 
6926
+ SearchDataTablesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
6927
+ SearchDataTablesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6928
+ SearchDataTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location_name: "MaxResults", metadata: {"box" => true}))
6929
+ SearchDataTablesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: DataTableSearchFilter, location_name: "SearchFilter"))
6930
+ SearchDataTablesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: DataTableSearchCriteria, location_name: "SearchCriteria"))
6931
+ SearchDataTablesRequest.struct_class = Types::SearchDataTablesRequest
6932
+
6933
+ SearchDataTablesResponse.add_member(:data_tables, Shapes::ShapeRef.new(shape: DataTableList, location_name: "DataTables"))
6934
+ SearchDataTablesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6935
+ SearchDataTablesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
6936
+ SearchDataTablesResponse.struct_class = Types::SearchDataTablesResponse
6937
+
5973
6938
  SearchEmailAddressesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
5974
6939
  SearchEmailAddressesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
5975
6940
  SearchEmailAddressesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
@@ -6126,6 +7091,18 @@ module Aws::Connect
6126
7091
  SearchUsersResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
6127
7092
  SearchUsersResponse.struct_class = Types::SearchUsersResponse
6128
7093
 
7094
+ SearchViewsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location_name: "InstanceId"))
7095
+ SearchViewsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
7096
+ SearchViewsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
7097
+ SearchViewsRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: ViewSearchFilter, location_name: "SearchFilter"))
7098
+ SearchViewsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: ViewSearchCriteria, location_name: "SearchCriteria"))
7099
+ SearchViewsRequest.struct_class = Types::SearchViewsRequest
7100
+
7101
+ SearchViewsResponse.add_member(:views, Shapes::ShapeRef.new(shape: ViewSearchSummaryList, location_name: "Views"))
7102
+ SearchViewsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
7103
+ SearchViewsResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
7104
+ SearchViewsResponse.struct_class = Types::SearchViewsResponse
7105
+
6129
7106
  SearchVocabulariesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
6130
7107
  SearchVocabulariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
6131
7108
  SearchVocabulariesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: VocabularyNextToken, location_name: "NextToken"))
@@ -6138,6 +7115,30 @@ module Aws::Connect
6138
7115
  SearchVocabulariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: VocabularyNextToken, location_name: "NextToken"))
6139
7116
  SearchVocabulariesResponse.struct_class = Types::SearchVocabulariesResponse
6140
7117
 
7118
+ SearchWorkspaceAssociationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
7119
+ SearchWorkspaceAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
7120
+ SearchWorkspaceAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box" => true}))
7121
+ SearchWorkspaceAssociationsRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchFilter, location_name: "SearchFilter"))
7122
+ SearchWorkspaceAssociationsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchCriteria, location_name: "SearchCriteria"))
7123
+ SearchWorkspaceAssociationsRequest.struct_class = Types::SearchWorkspaceAssociationsRequest
7124
+
7125
+ SearchWorkspaceAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
7126
+ SearchWorkspaceAssociationsResponse.add_member(:workspace_associations, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchSummaryList, location_name: "WorkspaceAssociations"))
7127
+ SearchWorkspaceAssociationsResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
7128
+ SearchWorkspaceAssociationsResponse.struct_class = Types::SearchWorkspaceAssociationsResponse
7129
+
7130
+ SearchWorkspacesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
7131
+ SearchWorkspacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
7132
+ SearchWorkspacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box" => true}))
7133
+ SearchWorkspacesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: WorkspaceSearchFilter, location_name: "SearchFilter"))
7134
+ SearchWorkspacesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: WorkspaceSearchCriteria, location_name: "SearchCriteria"))
7135
+ SearchWorkspacesRequest.struct_class = Types::SearchWorkspacesRequest
7136
+
7137
+ SearchWorkspacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
7138
+ SearchWorkspacesResponse.add_member(:workspaces, Shapes::ShapeRef.new(shape: WorkspaceSearchSummaryList, location_name: "Workspaces"))
7139
+ SearchWorkspacesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
7140
+ SearchWorkspacesResponse.struct_class = Types::SearchWorkspacesResponse
7141
+
6141
7142
  SearchableAgentCriteriaStep.add_member(:agent_ids, Shapes::ShapeRef.new(shape: AgentResourceIdList, location_name: "AgentIds"))
6142
7143
  SearchableAgentCriteriaStep.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, location_name: "MatchType"))
6143
7144
  SearchableAgentCriteriaStep.struct_class = Types::SearchableAgentCriteriaStep
@@ -6193,10 +7194,14 @@ module Aws::Connect
6193
7194
  SecurityProfile.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
6194
7195
  SecurityProfile.add_member(:hierarchy_restricted_resources, Shapes::ShapeRef.new(shape: HierarchyRestrictedResourceList, location_name: "HierarchyRestrictedResources"))
6195
7196
  SecurityProfile.add_member(:allowed_access_control_hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "AllowedAccessControlHierarchyGroupId"))
7197
+ SecurityProfile.add_member(:granular_access_control_configuration, Shapes::ShapeRef.new(shape: GranularAccessControlConfiguration, location_name: "GranularAccessControlConfiguration"))
6196
7198
  SecurityProfile.struct_class = Types::SecurityProfile
6197
7199
 
6198
7200
  SecurityProfileIds.member = Shapes::ShapeRef.new(shape: SecurityProfileId)
6199
7201
 
7202
+ SecurityProfileItem.add_member(:id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "Id"))
7203
+ SecurityProfileItem.struct_class = Types::SecurityProfileItem
7204
+
6200
7205
  SecurityProfileSearchConditionList.member = Shapes::ShapeRef.new(shape: SecurityProfileSearchCriteria)
6201
7206
 
6202
7207
  SecurityProfileSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: SecurityProfileSearchConditionList, location_name: "OrConditions"))
@@ -6221,6 +7226,10 @@ module Aws::Connect
6221
7226
 
6222
7227
  SecurityProfileSummaryList.member = Shapes::ShapeRef.new(shape: SecurityProfileSummary)
6223
7228
 
7229
+ SecurityProfiles.member = Shapes::ShapeRef.new(shape: SecurityProfileItem)
7230
+
7231
+ SecurityProfiles100.member = Shapes::ShapeRef.new(shape: SecurityProfileItem)
7232
+
6224
7233
  SecurityProfilesSearchFilter.add_member(:tag_filter, Shapes::ShapeRef.new(shape: ControlPlaneTagFilter, location_name: "TagFilter"))
6225
7234
  SecurityProfilesSearchFilter.struct_class = Types::SecurityProfilesSearchFilter
6226
7235
 
@@ -6331,6 +7340,7 @@ module Aws::Connect
6331
7340
  StartChatContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
6332
7341
  StartChatContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
6333
7342
  StartChatContactRequest.add_member(:participant_details, Shapes::ShapeRef.new(shape: ParticipantDetails, required: true, location_name: "ParticipantDetails"))
7343
+ StartChatContactRequest.add_member(:participant_configuration, Shapes::ShapeRef.new(shape: ParticipantConfiguration, location_name: "ParticipantConfiguration"))
6334
7344
  StartChatContactRequest.add_member(:initial_message, Shapes::ShapeRef.new(shape: ChatMessage, location_name: "InitialMessage"))
6335
7345
  StartChatContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
6336
7346
  StartChatContactRequest.add_member(:chat_duration_in_minutes, Shapes::ShapeRef.new(shape: ChatDurationInMinutes, location_name: "ChatDurationInMinutes"))
@@ -6359,6 +7369,14 @@ module Aws::Connect
6359
7369
  StartContactEvaluationResponse.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
6360
7370
  StartContactEvaluationResponse.struct_class = Types::StartContactEvaluationResponse
6361
7371
 
7372
+ StartContactMediaProcessingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
7373
+ StartContactMediaProcessingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
7374
+ StartContactMediaProcessingRequest.add_member(:processor_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ProcessorArn"))
7375
+ StartContactMediaProcessingRequest.add_member(:failure_mode, Shapes::ShapeRef.new(shape: ContactMediaProcessingFailureMode, location_name: "FailureMode"))
7376
+ StartContactMediaProcessingRequest.struct_class = Types::StartContactMediaProcessingRequest
7377
+
7378
+ StartContactMediaProcessingResponse.struct_class = Types::StartContactMediaProcessingResponse
7379
+
6362
7380
  StartContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
6363
7381
  StartContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
6364
7382
  StartContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
@@ -6501,6 +7519,12 @@ module Aws::Connect
6501
7519
 
6502
7520
  Steps.member = Shapes::ShapeRef.new(shape: Step)
6503
7521
 
7522
+ StopContactMediaProcessingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
7523
+ StopContactMediaProcessingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
7524
+ StopContactMediaProcessingRequest.struct_class = Types::StopContactMediaProcessingRequest
7525
+
7526
+ StopContactMediaProcessingResponse.struct_class = Types::StopContactMediaProcessingResponse
7527
+
6504
7528
  StopContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
6505
7529
  StopContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
6506
7530
  StopContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
@@ -6546,6 +7570,11 @@ module Aws::Connect
6546
7570
  SubmitContactEvaluationResponse.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
6547
7571
  SubmitContactEvaluationResponse.struct_class = Types::SubmitContactEvaluationResponse
6548
7572
 
7573
+ SuccessfulBatchAssociationSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
7574
+ SuccessfulBatchAssociationSummary.struct_class = Types::SuccessfulBatchAssociationSummary
7575
+
7576
+ SuccessfulBatchAssociationSummaryList.member = Shapes::ShapeRef.new(shape: SuccessfulBatchAssociationSummary)
7577
+
6549
7578
  SuccessfulRequest.add_member(:request_identifier, Shapes::ShapeRef.new(shape: RequestIdentifier, location_name: "RequestIdentifier"))
6550
7579
  SuccessfulRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
6551
7580
  SuccessfulRequest.struct_class = Types::SuccessfulRequest
@@ -6855,6 +7884,41 @@ module Aws::Connect
6855
7884
 
6856
7885
  UpdateContactScheduleResponse.struct_class = Types::UpdateContactScheduleResponse
6857
7886
 
7887
+ UpdateDataTableAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
7888
+ UpdateDataTableAttributeRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
7889
+ UpdateDataTableAttributeRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location: "uri", location_name: "AttributeName"))
7890
+ UpdateDataTableAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
7891
+ UpdateDataTableAttributeRequest.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
7892
+ UpdateDataTableAttributeRequest.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
7893
+ UpdateDataTableAttributeRequest.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "Primary"))
7894
+ UpdateDataTableAttributeRequest.add_member(:validation, Shapes::ShapeRef.new(shape: Validation, location_name: "Validation"))
7895
+ UpdateDataTableAttributeRequest.struct_class = Types::UpdateDataTableAttributeRequest
7896
+
7897
+ UpdateDataTableAttributeResponse.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
7898
+ UpdateDataTableAttributeResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
7899
+ UpdateDataTableAttributeResponse.struct_class = Types::UpdateDataTableAttributeResponse
7900
+
7901
+ UpdateDataTableMetadataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
7902
+ UpdateDataTableMetadataRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
7903
+ UpdateDataTableMetadataRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
7904
+ UpdateDataTableMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
7905
+ UpdateDataTableMetadataRequest.add_member(:value_lock_level, Shapes::ShapeRef.new(shape: DataTableLockLevel, required: true, location_name: "ValueLockLevel"))
7906
+ UpdateDataTableMetadataRequest.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, required: true, location_name: "TimeZone"))
7907
+ UpdateDataTableMetadataRequest.struct_class = Types::UpdateDataTableMetadataRequest
7908
+
7909
+ UpdateDataTableMetadataResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
7910
+ UpdateDataTableMetadataResponse.struct_class = Types::UpdateDataTableMetadataResponse
7911
+
7912
+ UpdateDataTablePrimaryValuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
7913
+ UpdateDataTablePrimaryValuesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
7914
+ UpdateDataTablePrimaryValuesRequest.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
7915
+ UpdateDataTablePrimaryValuesRequest.add_member(:new_primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "NewPrimaryValues"))
7916
+ UpdateDataTablePrimaryValuesRequest.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
7917
+ UpdateDataTablePrimaryValuesRequest.struct_class = Types::UpdateDataTablePrimaryValuesRequest
7918
+
7919
+ UpdateDataTablePrimaryValuesResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
7920
+ UpdateDataTablePrimaryValuesResponse.struct_class = Types::UpdateDataTablePrimaryValuesResponse
7921
+
6858
7922
  UpdateEmailAddressMetadataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
6859
7923
  UpdateEmailAddressMetadataRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
6860
7924
  UpdateEmailAddressMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
@@ -6875,7 +7939,10 @@ module Aws::Connect
6875
7939
  UpdateEvaluationFormRequest.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, required: true, location_name: "Items"))
6876
7940
  UpdateEvaluationFormRequest.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
6877
7941
  UpdateEvaluationFormRequest.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
7942
+ UpdateEvaluationFormRequest.add_member(:as_draft, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "AsDraft"))
6878
7943
  UpdateEvaluationFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
7944
+ UpdateEvaluationFormRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
7945
+ UpdateEvaluationFormRequest.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
6879
7946
  UpdateEvaluationFormRequest.struct_class = Types::UpdateEvaluationFormRequest
6880
7947
 
6881
7948
  UpdateEvaluationFormResponse.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
@@ -7054,6 +8121,8 @@ module Aws::Connect
7054
8121
  UpdateSecurityProfileRequest.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "Applications"))
7055
8122
  UpdateSecurityProfileRequest.add_member(:hierarchy_restricted_resources, Shapes::ShapeRef.new(shape: HierarchyRestrictedResourceList, location_name: "HierarchyRestrictedResources"))
7056
8123
  UpdateSecurityProfileRequest.add_member(:allowed_access_control_hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "AllowedAccessControlHierarchyGroupId"))
8124
+ UpdateSecurityProfileRequest.add_member(:allowed_flow_modules, Shapes::ShapeRef.new(shape: AllowedFlowModules, location_name: "AllowedFlowModules"))
8125
+ UpdateSecurityProfileRequest.add_member(:granular_access_control_configuration, Shapes::ShapeRef.new(shape: GranularAccessControlConfiguration, location_name: "GranularAccessControlConfiguration"))
7057
8126
  UpdateSecurityProfileRequest.struct_class = Types::UpdateSecurityProfileRequest
7058
8127
 
7059
8128
  UpdateTaskTemplateRequest.add_member(:task_template_id, Shapes::ShapeRef.new(shape: TaskTemplateId, required: true, location: "uri", location_name: "TaskTemplateId"))
@@ -7147,6 +8216,40 @@ module Aws::Connect
7147
8216
 
7148
8217
  UpdateViewMetadataResponse.struct_class = Types::UpdateViewMetadataResponse
7149
8218
 
8219
+ UpdateWorkspaceMetadataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
8220
+ UpdateWorkspaceMetadataRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
8221
+ UpdateWorkspaceMetadataRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, location_name: "Name"))
8222
+ UpdateWorkspaceMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkspaceDescription, location_name: "Description"))
8223
+ UpdateWorkspaceMetadataRequest.add_member(:title, Shapes::ShapeRef.new(shape: WorkspaceTitle, location_name: "Title"))
8224
+ UpdateWorkspaceMetadataRequest.struct_class = Types::UpdateWorkspaceMetadataRequest
8225
+
8226
+ UpdateWorkspaceMetadataResponse.struct_class = Types::UpdateWorkspaceMetadataResponse
8227
+
8228
+ UpdateWorkspacePageRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
8229
+ UpdateWorkspacePageRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
8230
+ UpdateWorkspacePageRequest.add_member(:page, Shapes::ShapeRef.new(shape: Page, required: true, location: "uri", location_name: "Page"))
8231
+ UpdateWorkspacePageRequest.add_member(:new_page, Shapes::ShapeRef.new(shape: Page, location_name: "NewPage"))
8232
+ UpdateWorkspacePageRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
8233
+ UpdateWorkspacePageRequest.add_member(:slug, Shapes::ShapeRef.new(shape: Slug, location_name: "Slug"))
8234
+ UpdateWorkspacePageRequest.add_member(:input_data, Shapes::ShapeRef.new(shape: InputData, location_name: "InputData"))
8235
+ UpdateWorkspacePageRequest.struct_class = Types::UpdateWorkspacePageRequest
8236
+
8237
+ UpdateWorkspacePageResponse.struct_class = Types::UpdateWorkspacePageResponse
8238
+
8239
+ UpdateWorkspaceThemeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
8240
+ UpdateWorkspaceThemeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
8241
+ UpdateWorkspaceThemeRequest.add_member(:theme, Shapes::ShapeRef.new(shape: WorkspaceTheme, location_name: "Theme"))
8242
+ UpdateWorkspaceThemeRequest.struct_class = Types::UpdateWorkspaceThemeRequest
8243
+
8244
+ UpdateWorkspaceThemeResponse.struct_class = Types::UpdateWorkspaceThemeResponse
8245
+
8246
+ UpdateWorkspaceVisibilityRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
8247
+ UpdateWorkspaceVisibilityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
8248
+ UpdateWorkspaceVisibilityRequest.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, required: true, location_name: "Visibility"))
8249
+ UpdateWorkspaceVisibilityRequest.struct_class = Types::UpdateWorkspaceVisibilityRequest
8250
+
8251
+ UpdateWorkspaceVisibilityResponse.struct_class = Types::UpdateWorkspaceVisibilityResponse
8252
+
7150
8253
  UploadUrlMetadata.add_member(:url, Shapes::ShapeRef.new(shape: MetadataUrl, location_name: "Url"))
7151
8254
  UploadUrlMetadata.add_member(:url_expiry, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "UrlExpiry"))
7152
8255
  UploadUrlMetadata.add_member(:headers_to_include, Shapes::ShapeRef.new(shape: UrlMetadataSignedHeaders, location_name: "HeadersToInclude"))
@@ -7300,6 +8403,27 @@ module Aws::Connect
7300
8403
  UserTagMap.key = Shapes::ShapeRef.new(shape: String)
7301
8404
  UserTagMap.value = Shapes::ShapeRef.new(shape: String)
7302
8405
 
8406
+ Validation.add_member(:min_length, Shapes::ShapeRef.new(shape: LengthBoundary, location_name: "MinLength"))
8407
+ Validation.add_member(:max_length, Shapes::ShapeRef.new(shape: LengthBoundary, location_name: "MaxLength"))
8408
+ Validation.add_member(:min_values, Shapes::ShapeRef.new(shape: ValueBoundary, location_name: "MinValues"))
8409
+ Validation.add_member(:max_values, Shapes::ShapeRef.new(shape: ValueBoundary, location_name: "MaxValues"))
8410
+ Validation.add_member(:ignore_case, Shapes::ShapeRef.new(shape: Boolean, location_name: "IgnoreCase"))
8411
+ Validation.add_member(:minimum, Shapes::ShapeRef.new(shape: PositiveAndNegativeDouble, location_name: "Minimum"))
8412
+ Validation.add_member(:maximum, Shapes::ShapeRef.new(shape: PositiveAndNegativeDouble, location_name: "Maximum"))
8413
+ Validation.add_member(:exclusive_minimum, Shapes::ShapeRef.new(shape: PositiveAndNegativeDouble, location_name: "ExclusiveMinimum"))
8414
+ Validation.add_member(:exclusive_maximum, Shapes::ShapeRef.new(shape: PositiveAndNegativeDouble, location_name: "ExclusiveMaximum"))
8415
+ Validation.add_member(:multiple_of, Shapes::ShapeRef.new(shape: PositiveDouble, location_name: "MultipleOf"))
8416
+ Validation.add_member(:enum, Shapes::ShapeRef.new(shape: ValidationEnum, location_name: "Enum"))
8417
+ Validation.struct_class = Types::Validation
8418
+
8419
+ ValidationEnum.add_member(:strict, Shapes::ShapeRef.new(shape: Boolean, location_name: "Strict"))
8420
+ ValidationEnum.add_member(:values, Shapes::ShapeRef.new(shape: ValidationEnumValues, location_name: "Values"))
8421
+ ValidationEnum.struct_class = Types::ValidationEnum
8422
+
8423
+ ValidationEnumValues.member = Shapes::ShapeRef.new(shape: String)
8424
+
8425
+ ValueList.member = Shapes::ShapeRef.new(shape: String)
8426
+
7303
8427
  View.add_member(:id, Shapes::ShapeRef.new(shape: ViewId, location_name: "Id"))
7304
8428
  View.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
7305
8429
  View.add_member(:name, Shapes::ShapeRef.new(shape: ViewName, location_name: "Name"))
@@ -7326,6 +8450,20 @@ module Aws::Connect
7326
8450
  ViewInputContent.add_member(:actions, Shapes::ShapeRef.new(shape: ViewActions, location_name: "Actions"))
7327
8451
  ViewInputContent.struct_class = Types::ViewInputContent
7328
8452
 
8453
+ ViewSearchConditionList.member = Shapes::ShapeRef.new(shape: ViewSearchCriteria)
8454
+
8455
+ ViewSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: ViewSearchConditionList, location_name: "OrConditions"))
8456
+ ViewSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: ViewSearchConditionList, location_name: "AndConditions"))
8457
+ ViewSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
8458
+ ViewSearchCriteria.add_member(:view_type_condition, Shapes::ShapeRef.new(shape: ViewType, location_name: "ViewTypeCondition"))
8459
+ ViewSearchCriteria.add_member(:view_status_condition, Shapes::ShapeRef.new(shape: ViewStatus, location_name: "ViewStatusCondition"))
8460
+ ViewSearchCriteria.struct_class = Types::ViewSearchCriteria
8461
+
8462
+ ViewSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
8463
+ ViewSearchFilter.struct_class = Types::ViewSearchFilter
8464
+
8465
+ ViewSearchSummaryList.member = Shapes::ShapeRef.new(shape: View)
8466
+
7329
8467
  ViewSummary.add_member(:id, Shapes::ShapeRef.new(shape: ViewId, location_name: "Id"))
7330
8468
  ViewSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
7331
8469
  ViewSummary.add_member(:name, Shapes::ShapeRef.new(shape: ViewName, location_name: "Name"))
@@ -7374,8 +8512,103 @@ module Aws::Connect
7374
8512
  VoiceRecordingConfiguration.struct_class = Types::VoiceRecordingConfiguration
7375
8513
 
7376
8514
  WisdomInfo.add_member(:session_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "SessionArn"))
8515
+ WisdomInfo.add_member(:ai_agents, Shapes::ShapeRef.new(shape: AiAgents, location_name: "AiAgents"))
7377
8516
  WisdomInfo.struct_class = Types::WisdomInfo
7378
8517
 
8518
+ Workspace.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
8519
+ Workspace.add_member(:id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location_name: "Id"))
8520
+ Workspace.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, required: true, location_name: "Name"))
8521
+ Workspace.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "Arn"))
8522
+ Workspace.add_member(:description, Shapes::ShapeRef.new(shape: WorkspaceDescription, location_name: "Description"))
8523
+ Workspace.add_member(:theme, Shapes::ShapeRef.new(shape: WorkspaceTheme, location_name: "Theme"))
8524
+ Workspace.add_member(:title, Shapes::ShapeRef.new(shape: WorkspaceTitle, location_name: "Title"))
8525
+ Workspace.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
8526
+ Workspace.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
8527
+ Workspace.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
8528
+ Workspace.struct_class = Types::Workspace
8529
+
8530
+ WorkspaceAssociationSearchConditionList.member = Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchCriteria)
8531
+
8532
+ WorkspaceAssociationSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchConditionList, location_name: "OrConditions"))
8533
+ WorkspaceAssociationSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchConditionList, location_name: "AndConditions"))
8534
+ WorkspaceAssociationSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
8535
+ WorkspaceAssociationSearchCriteria.struct_class = Types::WorkspaceAssociationSearchCriteria
8536
+
8537
+ WorkspaceAssociationSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
8538
+ WorkspaceAssociationSearchFilter.struct_class = Types::WorkspaceAssociationSearchFilter
8539
+
8540
+ WorkspaceAssociationSearchSummary.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, location_name: "WorkspaceId"))
8541
+ WorkspaceAssociationSearchSummary.add_member(:workspace_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "WorkspaceArn"))
8542
+ WorkspaceAssociationSearchSummary.add_member(:resource_id, Shapes::ShapeRef.new(shape: WorkspaceAssociatedResourceId, location_name: "ResourceId"))
8543
+ WorkspaceAssociationSearchSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
8544
+ WorkspaceAssociationSearchSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: WorkspaceAssociatedResourceType, location_name: "ResourceType"))
8545
+ WorkspaceAssociationSearchSummary.add_member(:resource_name, Shapes::ShapeRef.new(shape: WorkspaceAssociatedResourceName, location_name: "ResourceName"))
8546
+ WorkspaceAssociationSearchSummary.struct_class = Types::WorkspaceAssociationSearchSummary
8547
+
8548
+ WorkspaceAssociationSearchSummaryList.member = Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchSummary)
8549
+
8550
+ WorkspacePage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
8551
+ WorkspacePage.add_member(:page, Shapes::ShapeRef.new(shape: Page, location_name: "Page"))
8552
+ WorkspacePage.add_member(:slug, Shapes::ShapeRef.new(shape: Slug, location_name: "Slug"))
8553
+ WorkspacePage.add_member(:input_data, Shapes::ShapeRef.new(shape: InputData, location_name: "InputData"))
8554
+ WorkspacePage.struct_class = Types::WorkspacePage
8555
+
8556
+ WorkspacePageList.member = Shapes::ShapeRef.new(shape: WorkspacePage)
8557
+
8558
+ WorkspaceResourceArnList.member = Shapes::ShapeRef.new(shape: ARN)
8559
+
8560
+ WorkspaceSearchConditionList.member = Shapes::ShapeRef.new(shape: WorkspaceSearchCriteria)
8561
+
8562
+ WorkspaceSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: WorkspaceSearchConditionList, location_name: "OrConditions"))
8563
+ WorkspaceSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: WorkspaceSearchConditionList, location_name: "AndConditions"))
8564
+ WorkspaceSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
8565
+ WorkspaceSearchCriteria.struct_class = Types::WorkspaceSearchCriteria
8566
+
8567
+ WorkspaceSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
8568
+ WorkspaceSearchFilter.struct_class = Types::WorkspaceSearchFilter
8569
+
8570
+ WorkspaceSearchSummary.add_member(:id, Shapes::ShapeRef.new(shape: WorkspaceId, location_name: "Id"))
8571
+ WorkspaceSearchSummary.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, location_name: "Name"))
8572
+ WorkspaceSearchSummary.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
8573
+ WorkspaceSearchSummary.add_member(:description, Shapes::ShapeRef.new(shape: WorkspaceDescription, location_name: "Description"))
8574
+ WorkspaceSearchSummary.add_member(:title, Shapes::ShapeRef.new(shape: WorkspaceTitle, location_name: "Title"))
8575
+ WorkspaceSearchSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
8576
+ WorkspaceSearchSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
8577
+ WorkspaceSearchSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
8578
+ WorkspaceSearchSummary.struct_class = Types::WorkspaceSearchSummary
8579
+
8580
+ WorkspaceSearchSummaryList.member = Shapes::ShapeRef.new(shape: WorkspaceSearchSummary)
8581
+
8582
+ WorkspaceSummary.add_member(:id, Shapes::ShapeRef.new(shape: WorkspaceId, location_name: "Id"))
8583
+ WorkspaceSummary.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, location_name: "Name"))
8584
+ WorkspaceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
8585
+ WorkspaceSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
8586
+ WorkspaceSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
8587
+ WorkspaceSummary.struct_class = Types::WorkspaceSummary
8588
+
8589
+ WorkspaceSummaryList.member = Shapes::ShapeRef.new(shape: WorkspaceSummary)
8590
+
8591
+ WorkspaceTheme.add_member(:light, Shapes::ShapeRef.new(shape: WorkspaceThemeConfig, location_name: "Light"))
8592
+ WorkspaceTheme.add_member(:dark, Shapes::ShapeRef.new(shape: WorkspaceThemeConfig, location_name: "Dark"))
8593
+ WorkspaceTheme.struct_class = Types::WorkspaceTheme
8594
+
8595
+ WorkspaceThemeConfig.add_member(:palette, Shapes::ShapeRef.new(shape: WorkspaceThemePalette, location_name: "Palette"))
8596
+ WorkspaceThemeConfig.add_member(:images, Shapes::ShapeRef.new(shape: WorkspaceThemeImages, location_name: "Images"))
8597
+ WorkspaceThemeConfig.add_member(:typography, Shapes::ShapeRef.new(shape: WorkspaceThemeTypography, location_name: "Typography"))
8598
+ WorkspaceThemeConfig.struct_class = Types::WorkspaceThemeConfig
8599
+
8600
+ WorkspaceThemeImages.add_member(:logo, Shapes::ShapeRef.new(shape: ImagesLogo, location_name: "Logo"))
8601
+ WorkspaceThemeImages.struct_class = Types::WorkspaceThemeImages
8602
+
8603
+ WorkspaceThemePalette.add_member(:header, Shapes::ShapeRef.new(shape: PaletteHeader, location_name: "Header"))
8604
+ WorkspaceThemePalette.add_member(:navigation, Shapes::ShapeRef.new(shape: PaletteNavigation, location_name: "Navigation"))
8605
+ WorkspaceThemePalette.add_member(:canvas, Shapes::ShapeRef.new(shape: PaletteCanvas, location_name: "Canvas"))
8606
+ WorkspaceThemePalette.add_member(:primary, Shapes::ShapeRef.new(shape: PalettePrimary, location_name: "Primary"))
8607
+ WorkspaceThemePalette.struct_class = Types::WorkspaceThemePalette
8608
+
8609
+ WorkspaceThemeTypography.add_member(:font_family, Shapes::ShapeRef.new(shape: FontFamily, location_name: "FontFamily"))
8610
+ WorkspaceThemeTypography.struct_class = Types::WorkspaceThemeTypography
8611
+
7379
8612
  resourceArnListMaxLimit100.member = Shapes::ShapeRef.new(shape: ARN)
7380
8613
 
7381
8614
 
@@ -7611,6 +8844,21 @@ module Aws::Connect
7611
8844
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7612
8845
  end)
7613
8846
 
8847
+ api.add_operation(:associate_security_profiles, Seahorse::Model::Operation.new.tap do |o|
8848
+ o.name = "AssociateSecurityProfiles"
8849
+ o.http_method = "POST"
8850
+ o.http_request_uri = "/associate-security-profiles/{InstanceId}"
8851
+ o.input = Shapes::ShapeRef.new(shape: AssociateSecurityProfilesRequest)
8852
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
8853
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8854
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
8855
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
8856
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8857
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8858
+ o.errors << Shapes::ShapeRef.new(shape: ConditionalOperationFailedException)
8859
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
8860
+ end)
8861
+
7614
8862
  api.add_operation(:associate_traffic_distribution_group_user, Seahorse::Model::Operation.new.tap do |o|
7615
8863
  o.name = "AssociateTrafficDistributionGroupUser"
7616
8864
  o.http_method = "PUT"
@@ -7638,6 +8886,21 @@ module Aws::Connect
7638
8886
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7639
8887
  end)
7640
8888
 
8889
+ api.add_operation(:associate_workspace, Seahorse::Model::Operation.new.tap do |o|
8890
+ o.name = "AssociateWorkspace"
8891
+ o.http_method = "POST"
8892
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/associate"
8893
+ o.input = Shapes::ShapeRef.new(shape: AssociateWorkspaceRequest)
8894
+ o.output = Shapes::ShapeRef.new(shape: AssociateWorkspaceResponse)
8895
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
8896
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
8897
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8898
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8899
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8900
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8901
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
8902
+ end)
8903
+
7641
8904
  api.add_operation(:batch_associate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
7642
8905
  o.name = "BatchAssociateAnalyticsDataSet"
7643
8906
  o.http_method = "PUT"
@@ -7651,6 +8914,52 @@ module Aws::Connect
7651
8914
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
7652
8915
  end)
7653
8916
 
8917
+ api.add_operation(:batch_create_data_table_value, Seahorse::Model::Operation.new.tap do |o|
8918
+ o.name = "BatchCreateDataTableValue"
8919
+ o.http_method = "POST"
8920
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/create"
8921
+ o.input = Shapes::ShapeRef.new(shape: BatchCreateDataTableValueRequest)
8922
+ o.output = Shapes::ShapeRef.new(shape: BatchCreateDataTableValueResponse)
8923
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
8924
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
8925
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
8926
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8927
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8928
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8929
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8930
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
8931
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
8932
+ end)
8933
+
8934
+ api.add_operation(:batch_delete_data_table_value, Seahorse::Model::Operation.new.tap do |o|
8935
+ o.name = "BatchDeleteDataTableValue"
8936
+ o.http_method = "POST"
8937
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/delete"
8938
+ o.input = Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueRequest)
8939
+ o.output = Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueResponse)
8940
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
8941
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
8942
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8943
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8944
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8945
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8946
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
8947
+ end)
8948
+
8949
+ api.add_operation(:batch_describe_data_table_value, Seahorse::Model::Operation.new.tap do |o|
8950
+ o.name = "BatchDescribeDataTableValue"
8951
+ o.http_method = "POST"
8952
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/describe"
8953
+ o.input = Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueRequest)
8954
+ o.output = Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueResponse)
8955
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
8956
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8957
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8958
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8959
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8960
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
8961
+ end)
8962
+
7654
8963
  api.add_operation(:batch_disassociate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
7655
8964
  o.name = "BatchDisassociateAnalyticsDataSet"
7656
8965
  o.http_method = "POST"
@@ -7705,6 +9014,21 @@ module Aws::Connect
7705
9014
  o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
7706
9015
  end)
7707
9016
 
9017
+ api.add_operation(:batch_update_data_table_value, Seahorse::Model::Operation.new.tap do |o|
9018
+ o.name = "BatchUpdateDataTableValue"
9019
+ o.http_method = "POST"
9020
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/update"
9021
+ o.input = Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueRequest)
9022
+ o.output = Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueResponse)
9023
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9024
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9025
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9026
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9027
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9028
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9029
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9030
+ end)
9031
+
7708
9032
  api.add_operation(:claim_phone_number, Seahorse::Model::Operation.new.tap do |o|
7709
9033
  o.name = "ClaimPhoneNumber"
7710
9034
  o.http_method = "POST"
@@ -7844,6 +9168,40 @@ module Aws::Connect
7844
9168
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7845
9169
  end)
7846
9170
 
9171
+ api.add_operation(:create_data_table, Seahorse::Model::Operation.new.tap do |o|
9172
+ o.name = "CreateDataTable"
9173
+ o.http_method = "PUT"
9174
+ o.http_request_uri = "/data-tables/{InstanceId}"
9175
+ o.input = Shapes::ShapeRef.new(shape: CreateDataTableRequest)
9176
+ o.output = Shapes::ShapeRef.new(shape: CreateDataTableResponse)
9177
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9178
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9179
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
9180
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9181
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9182
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9183
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9184
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9185
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
9186
+ end)
9187
+
9188
+ api.add_operation(:create_data_table_attribute, Seahorse::Model::Operation.new.tap do |o|
9189
+ o.name = "CreateDataTableAttribute"
9190
+ o.http_method = "PUT"
9191
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes"
9192
+ o.input = Shapes::ShapeRef.new(shape: CreateDataTableAttributeRequest)
9193
+ o.output = Shapes::ShapeRef.new(shape: CreateDataTableAttributeResponse)
9194
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9195
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9196
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
9197
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9198
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9199
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9200
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9201
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9202
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
9203
+ end)
9204
+
7847
9205
  api.add_operation(:create_email_address, Seahorse::Model::Operation.new.tap do |o|
7848
9206
  o.name = "CreateEmailAddress"
7849
9207
  o.http_method = "PUT"
@@ -8199,22 +9557,57 @@ module Aws::Connect
8199
9557
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
8200
9558
  end)
8201
9559
 
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)
9560
+ api.add_operation(:create_workspace, Seahorse::Model::Operation.new.tap do |o|
9561
+ o.name = "CreateWorkspace"
9562
+ o.http_method = "PUT"
9563
+ o.http_request_uri = "/workspaces/{InstanceId}"
9564
+ o.input = Shapes::ShapeRef.new(shape: CreateWorkspaceRequest)
9565
+ o.output = Shapes::ShapeRef.new(shape: CreateWorkspaceResponse)
9566
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9567
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
8209
9568
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8210
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8211
9569
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8212
- o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
9570
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9571
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9572
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9573
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
9574
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
8213
9575
  end)
8214
9576
 
8215
- api.add_operation(:delete_attached_file, Seahorse::Model::Operation.new.tap do |o|
8216
- o.name = "DeleteAttachedFile"
8217
- o.http_method = "DELETE"
9577
+ api.add_operation(:create_workspace_page, Seahorse::Model::Operation.new.tap do |o|
9578
+ o.name = "CreateWorkspacePage"
9579
+ o.http_method = "PUT"
9580
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/pages"
9581
+ o.input = Shapes::ShapeRef.new(shape: CreateWorkspacePageRequest)
9582
+ o.output = Shapes::ShapeRef.new(shape: CreateWorkspacePageResponse)
9583
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9584
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
9585
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9586
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9587
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9588
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9589
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9590
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
9591
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
9592
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
9593
+ end)
9594
+
9595
+ api.add_operation(:deactivate_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
9596
+ o.name = "DeactivateEvaluationForm"
9597
+ o.http_method = "POST"
9598
+ o.http_request_uri = "/evaluation-forms/{InstanceId}/{EvaluationFormId}/deactivate"
9599
+ o.input = Shapes::ShapeRef.new(shape: DeactivateEvaluationFormRequest)
9600
+ o.output = Shapes::ShapeRef.new(shape: DeactivateEvaluationFormResponse)
9601
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9602
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9603
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9604
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9605
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
9606
+ end)
9607
+
9608
+ api.add_operation(:delete_attached_file, Seahorse::Model::Operation.new.tap do |o|
9609
+ o.name = "DeleteAttachedFile"
9610
+ o.http_method = "DELETE"
8218
9611
  o.http_request_uri = "/attached-files/{InstanceId}/{FileId}"
8219
9612
  o.input = Shapes::ShapeRef.new(shape: DeleteAttachedFileRequest)
8220
9613
  o.output = Shapes::ShapeRef.new(shape: DeleteAttachedFileResponse)
@@ -8308,6 +9701,36 @@ module Aws::Connect
8308
9701
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8309
9702
  end)
8310
9703
 
9704
+ api.add_operation(:delete_data_table, Seahorse::Model::Operation.new.tap do |o|
9705
+ o.name = "DeleteDataTable"
9706
+ o.http_method = "DELETE"
9707
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}"
9708
+ o.input = Shapes::ShapeRef.new(shape: DeleteDataTableRequest)
9709
+ o.output = Shapes::ShapeRef.new(shape: DeleteDataTableResponse)
9710
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9711
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9712
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9713
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9714
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9715
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9716
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9717
+ end)
9718
+
9719
+ api.add_operation(:delete_data_table_attribute, Seahorse::Model::Operation.new.tap do |o|
9720
+ o.name = "DeleteDataTableAttribute"
9721
+ o.http_method = "DELETE"
9722
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes/{AttributeName}"
9723
+ o.input = Shapes::ShapeRef.new(shape: DeleteDataTableAttributeRequest)
9724
+ o.output = Shapes::ShapeRef.new(shape: DeleteDataTableAttributeResponse)
9725
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9726
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9727
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9728
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9729
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9730
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9731
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9732
+ end)
9733
+
8311
9734
  api.add_operation(:delete_email_address, Seahorse::Model::Operation.new.tap do |o|
8312
9735
  o.name = "DeleteEmailAddress"
8313
9736
  o.http_method = "DELETE"
@@ -8603,6 +10026,48 @@ module Aws::Connect
8603
10026
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
8604
10027
  end)
8605
10028
 
10029
+ api.add_operation(:delete_workspace, Seahorse::Model::Operation.new.tap do |o|
10030
+ o.name = "DeleteWorkspace"
10031
+ o.http_method = "DELETE"
10032
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}"
10033
+ o.input = Shapes::ShapeRef.new(shape: DeleteWorkspaceRequest)
10034
+ o.output = Shapes::ShapeRef.new(shape: DeleteWorkspaceResponse)
10035
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10036
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10037
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10038
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10039
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10040
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10041
+ end)
10042
+
10043
+ api.add_operation(:delete_workspace_media, Seahorse::Model::Operation.new.tap do |o|
10044
+ o.name = "DeleteWorkspaceMedia"
10045
+ o.http_method = "DELETE"
10046
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/media"
10047
+ o.input = Shapes::ShapeRef.new(shape: DeleteWorkspaceMediaRequest)
10048
+ o.output = Shapes::ShapeRef.new(shape: DeleteWorkspaceMediaResponse)
10049
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10050
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10051
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10052
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10053
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10054
+ end)
10055
+
10056
+ api.add_operation(:delete_workspace_page, Seahorse::Model::Operation.new.tap do |o|
10057
+ o.name = "DeleteWorkspacePage"
10058
+ o.http_method = "DELETE"
10059
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/pages/{Page}"
10060
+ o.input = Shapes::ShapeRef.new(shape: DeleteWorkspacePageRequest)
10061
+ o.output = Shapes::ShapeRef.new(shape: DeleteWorkspacePageResponse)
10062
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10063
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10064
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10065
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10066
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10067
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10068
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
10069
+ end)
10070
+
8606
10071
  api.add_operation(:describe_agent_status, Seahorse::Model::Operation.new.tap do |o|
8607
10072
  o.name = "DescribeAgentStatus"
8608
10073
  o.http_method = "GET"
@@ -8696,6 +10161,34 @@ module Aws::Connect
8696
10161
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8697
10162
  end)
8698
10163
 
10164
+ api.add_operation(:describe_data_table, Seahorse::Model::Operation.new.tap do |o|
10165
+ o.name = "DescribeDataTable"
10166
+ o.http_method = "GET"
10167
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}"
10168
+ o.input = Shapes::ShapeRef.new(shape: DescribeDataTableRequest)
10169
+ o.output = Shapes::ShapeRef.new(shape: DescribeDataTableResponse)
10170
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10171
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10172
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10173
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10174
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10175
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10176
+ end)
10177
+
10178
+ api.add_operation(:describe_data_table_attribute, Seahorse::Model::Operation.new.tap do |o|
10179
+ o.name = "DescribeDataTableAttribute"
10180
+ o.http_method = "GET"
10181
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes/{AttributeName}"
10182
+ o.input = Shapes::ShapeRef.new(shape: DescribeDataTableAttributeRequest)
10183
+ o.output = Shapes::ShapeRef.new(shape: DescribeDataTableAttributeResponse)
10184
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10185
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10186
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10187
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10188
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10189
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10190
+ end)
10191
+
8699
10192
  api.add_operation(:describe_email_address, Seahorse::Model::Operation.new.tap do |o|
8700
10193
  o.name = "DescribeEmailAddress"
8701
10194
  o.http_method = "GET"
@@ -8968,6 +10461,20 @@ module Aws::Connect
8968
10461
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8969
10462
  end)
8970
10463
 
10464
+ api.add_operation(:describe_workspace, Seahorse::Model::Operation.new.tap do |o|
10465
+ o.name = "DescribeWorkspace"
10466
+ o.http_method = "GET"
10467
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}"
10468
+ o.input = Shapes::ShapeRef.new(shape: DescribeWorkspaceRequest)
10469
+ o.output = Shapes::ShapeRef.new(shape: DescribeWorkspaceResponse)
10470
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10471
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10472
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10473
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10474
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10475
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10476
+ end)
10477
+
8971
10478
  api.add_operation(:disassociate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
8972
10479
  o.name = "DisassociateAnalyticsDataSet"
8973
10480
  o.http_method = "POST"
@@ -9126,6 +10633,21 @@ module Aws::Connect
9126
10633
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9127
10634
  end)
9128
10635
 
10636
+ api.add_operation(:disassociate_security_profiles, Seahorse::Model::Operation.new.tap do |o|
10637
+ o.name = "DisassociateSecurityProfiles"
10638
+ o.http_method = "POST"
10639
+ o.http_request_uri = "/disassociate-security-profiles/{InstanceId}"
10640
+ o.input = Shapes::ShapeRef.new(shape: DisassociateSecurityProfilesRequest)
10641
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
10642
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10643
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10644
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10645
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10646
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10647
+ o.errors << Shapes::ShapeRef.new(shape: ConditionalOperationFailedException)
10648
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
10649
+ end)
10650
+
9129
10651
  api.add_operation(:disassociate_traffic_distribution_group_user, Seahorse::Model::Operation.new.tap do |o|
9130
10652
  o.name = "DisassociateTrafficDistributionGroupUser"
9131
10653
  o.http_method = "DELETE"
@@ -9153,6 +10675,20 @@ module Aws::Connect
9153
10675
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9154
10676
  end)
9155
10677
 
10678
+ api.add_operation(:disassociate_workspace, Seahorse::Model::Operation.new.tap do |o|
10679
+ o.name = "DisassociateWorkspace"
10680
+ o.http_method = "POST"
10681
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/disassociate"
10682
+ o.input = Shapes::ShapeRef.new(shape: DisassociateWorkspaceRequest)
10683
+ o.output = Shapes::ShapeRef.new(shape: DisassociateWorkspaceResponse)
10684
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10685
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10686
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10687
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10688
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10689
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10690
+ end)
10691
+
9156
10692
  api.add_operation(:dismiss_user_contact, Seahorse::Model::Operation.new.tap do |o|
9157
10693
  o.name = "DismissUserContact"
9158
10694
  o.http_method = "POST"
@@ -9167,6 +10703,26 @@ module Aws::Connect
9167
10703
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9168
10704
  end)
9169
10705
 
10706
+ api.add_operation(:evaluate_data_table_values, Seahorse::Model::Operation.new.tap do |o|
10707
+ o.name = "EvaluateDataTableValues"
10708
+ o.http_method = "POST"
10709
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/evaluate"
10710
+ o.input = Shapes::ShapeRef.new(shape: EvaluateDataTableValuesRequest)
10711
+ o.output = Shapes::ShapeRef.new(shape: EvaluateDataTableValuesResponse)
10712
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10713
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10714
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10715
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10716
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10717
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10718
+ o[:pager] = Aws::Pager.new(
10719
+ limit_key: "max_results",
10720
+ tokens: {
10721
+ "next_token" => "next_token"
10722
+ }
10723
+ )
10724
+ end)
10725
+
9170
10726
  api.add_operation(:get_attached_file, Seahorse::Model::Operation.new.tap do |o|
9171
10727
  o.name = "GetAttachedFile"
9172
10728
  o.http_method = "GET"
@@ -9375,6 +10931,19 @@ module Aws::Connect
9375
10931
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9376
10932
  end)
9377
10933
 
10934
+ api.add_operation(:import_workspace_media, Seahorse::Model::Operation.new.tap do |o|
10935
+ o.name = "ImportWorkspaceMedia"
10936
+ o.http_method = "POST"
10937
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/media"
10938
+ o.input = Shapes::ShapeRef.new(shape: ImportWorkspaceMediaRequest)
10939
+ o.output = Shapes::ShapeRef.new(shape: ImportWorkspaceMediaResponse)
10940
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10941
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10942
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10943
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10944
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10945
+ end)
10946
+
9378
10947
  api.add_operation(:list_agent_statuses, Seahorse::Model::Operation.new.tap do |o|
9379
10948
  o.name = "ListAgentStatuses"
9380
10949
  o.http_method = "GET"
@@ -9623,6 +11192,86 @@ module Aws::Connect
9623
11192
  )
9624
11193
  end)
9625
11194
 
11195
+ api.add_operation(:list_data_table_attributes, Seahorse::Model::Operation.new.tap do |o|
11196
+ o.name = "ListDataTableAttributes"
11197
+ o.http_method = "POST"
11198
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes"
11199
+ o.input = Shapes::ShapeRef.new(shape: ListDataTableAttributesRequest)
11200
+ o.output = Shapes::ShapeRef.new(shape: ListDataTableAttributesResponse)
11201
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11202
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11203
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11204
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11205
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11206
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
11207
+ o[:pager] = Aws::Pager.new(
11208
+ limit_key: "max_results",
11209
+ tokens: {
11210
+ "next_token" => "next_token"
11211
+ }
11212
+ )
11213
+ end)
11214
+
11215
+ api.add_operation(:list_data_table_primary_values, Seahorse::Model::Operation.new.tap do |o|
11216
+ o.name = "ListDataTablePrimaryValues"
11217
+ o.http_method = "POST"
11218
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/list-primary"
11219
+ o.input = Shapes::ShapeRef.new(shape: ListDataTablePrimaryValuesRequest)
11220
+ o.output = Shapes::ShapeRef.new(shape: ListDataTablePrimaryValuesResponse)
11221
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11222
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11223
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11224
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11225
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11226
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
11227
+ o[:pager] = Aws::Pager.new(
11228
+ limit_key: "max_results",
11229
+ tokens: {
11230
+ "next_token" => "next_token"
11231
+ }
11232
+ )
11233
+ end)
11234
+
11235
+ api.add_operation(:list_data_table_values, Seahorse::Model::Operation.new.tap do |o|
11236
+ o.name = "ListDataTableValues"
11237
+ o.http_method = "POST"
11238
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/list"
11239
+ o.input = Shapes::ShapeRef.new(shape: ListDataTableValuesRequest)
11240
+ o.output = Shapes::ShapeRef.new(shape: ListDataTableValuesResponse)
11241
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11242
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11243
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11244
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11245
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11246
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
11247
+ o[:pager] = Aws::Pager.new(
11248
+ limit_key: "max_results",
11249
+ tokens: {
11250
+ "next_token" => "next_token"
11251
+ }
11252
+ )
11253
+ end)
11254
+
11255
+ api.add_operation(:list_data_tables, Seahorse::Model::Operation.new.tap do |o|
11256
+ o.name = "ListDataTables"
11257
+ o.http_method = "GET"
11258
+ o.http_request_uri = "/data-tables/{InstanceId}"
11259
+ o.input = Shapes::ShapeRef.new(shape: ListDataTablesRequest)
11260
+ o.output = Shapes::ShapeRef.new(shape: ListDataTablesResponse)
11261
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11262
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11263
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11264
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11265
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11266
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
11267
+ o[:pager] = Aws::Pager.new(
11268
+ limit_key: "max_results",
11269
+ tokens: {
11270
+ "next_token" => "next_token"
11271
+ }
11272
+ )
11273
+ end)
11274
+
9626
11275
  api.add_operation(:list_default_vocabularies, Seahorse::Model::Operation.new.tap do |o|
9627
11276
  o.name = "ListDefaultVocabularies"
9628
11277
  o.http_method = "POST"
@@ -9641,6 +11290,19 @@ module Aws::Connect
9641
11290
  )
9642
11291
  end)
9643
11292
 
11293
+ api.add_operation(:list_entity_security_profiles, Seahorse::Model::Operation.new.tap do |o|
11294
+ o.name = "ListEntitySecurityProfiles"
11295
+ o.http_method = "POST"
11296
+ o.http_request_uri = "/entity-security-profiles-summary/{InstanceId}"
11297
+ o.input = Shapes::ShapeRef.new(shape: ListEntitySecurityProfilesRequest)
11298
+ o.output = Shapes::ShapeRef.new(shape: ListEntitySecurityProfilesResponse)
11299
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11300
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
11301
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11302
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11303
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11304
+ end)
11305
+
9644
11306
  api.add_operation(:list_evaluation_form_versions, Seahorse::Model::Operation.new.tap do |o|
9645
11307
  o.name = "ListEvaluationFormVersions"
9646
11308
  o.http_method = "GET"
@@ -10112,6 +11774,19 @@ module Aws::Connect
10112
11774
  )
10113
11775
  end)
10114
11776
 
11777
+ api.add_operation(:list_security_profile_flow_modules, Seahorse::Model::Operation.new.tap do |o|
11778
+ o.name = "ListSecurityProfileFlowModules"
11779
+ o.http_method = "GET"
11780
+ o.http_request_uri = "/security-profiles-flow-modules/{InstanceId}/{SecurityProfileId}"
11781
+ o.input = Shapes::ShapeRef.new(shape: ListSecurityProfileFlowModulesRequest)
11782
+ o.output = Shapes::ShapeRef.new(shape: ListSecurityProfileFlowModulesResponse)
11783
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11784
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
11785
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11786
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11787
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11788
+ end)
11789
+
10115
11790
  api.add_operation(:list_security_profile_permissions, Seahorse::Model::Operation.new.tap do |o|
10116
11791
  o.name = "ListSecurityProfilePermissions"
10117
11792
  o.http_method = "GET"
@@ -10334,6 +12009,60 @@ module Aws::Connect
10334
12009
  )
10335
12010
  end)
10336
12011
 
12012
+ api.add_operation(:list_workspace_media, Seahorse::Model::Operation.new.tap do |o|
12013
+ o.name = "ListWorkspaceMedia"
12014
+ o.http_method = "GET"
12015
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/media"
12016
+ o.input = Shapes::ShapeRef.new(shape: ListWorkspaceMediaRequest)
12017
+ o.output = Shapes::ShapeRef.new(shape: ListWorkspaceMediaResponse)
12018
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12019
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12020
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12021
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12022
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12023
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12024
+ end)
12025
+
12026
+ api.add_operation(:list_workspace_pages, Seahorse::Model::Operation.new.tap do |o|
12027
+ o.name = "ListWorkspacePages"
12028
+ o.http_method = "GET"
12029
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/pages"
12030
+ o.input = Shapes::ShapeRef.new(shape: ListWorkspacePagesRequest)
12031
+ o.output = Shapes::ShapeRef.new(shape: ListWorkspacePagesResponse)
12032
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12033
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12034
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12035
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12036
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12037
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12038
+ o[:pager] = Aws::Pager.new(
12039
+ limit_key: "max_results",
12040
+ tokens: {
12041
+ "next_token" => "next_token"
12042
+ }
12043
+ )
12044
+ end)
12045
+
12046
+ api.add_operation(:list_workspaces, Seahorse::Model::Operation.new.tap do |o|
12047
+ o.name = "ListWorkspaces"
12048
+ o.http_method = "GET"
12049
+ o.http_request_uri = "/workspaces/{InstanceId}"
12050
+ o.input = Shapes::ShapeRef.new(shape: ListWorkspacesRequest)
12051
+ o.output = Shapes::ShapeRef.new(shape: ListWorkspacesResponse)
12052
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12053
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12054
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12055
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12056
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12057
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12058
+ o[:pager] = Aws::Pager.new(
12059
+ limit_key: "max_results",
12060
+ tokens: {
12061
+ "next_token" => "next_token"
12062
+ }
12063
+ )
12064
+ end)
12065
+
10337
12066
  api.add_operation(:monitor_contact, Seahorse::Model::Operation.new.tap do |o|
10338
12067
  o.name = "MonitorContact"
10339
12068
  o.http_method = "POST"
@@ -10543,6 +12272,25 @@ module Aws::Connect
10543
12272
  )
10544
12273
  end)
10545
12274
 
12275
+ api.add_operation(:search_data_tables, Seahorse::Model::Operation.new.tap do |o|
12276
+ o.name = "SearchDataTables"
12277
+ o.http_method = "POST"
12278
+ o.http_request_uri = "/search-data-tables"
12279
+ o.input = Shapes::ShapeRef.new(shape: SearchDataTablesRequest)
12280
+ o.output = Shapes::ShapeRef.new(shape: SearchDataTablesResponse)
12281
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12282
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12283
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12284
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12285
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12286
+ o[:pager] = Aws::Pager.new(
12287
+ limit_key: "max_results",
12288
+ tokens: {
12289
+ "next_token" => "next_token"
12290
+ }
12291
+ )
12292
+ end)
12293
+
10546
12294
  api.add_operation(:search_email_addresses, Seahorse::Model::Operation.new.tap do |o|
10547
12295
  o.name = "SearchEmailAddresses"
10548
12296
  o.http_method = "POST"
@@ -10780,6 +12528,26 @@ module Aws::Connect
10780
12528
  )
10781
12529
  end)
10782
12530
 
12531
+ api.add_operation(:search_views, Seahorse::Model::Operation.new.tap do |o|
12532
+ o.name = "SearchViews"
12533
+ o.http_method = "POST"
12534
+ o.http_request_uri = "/search-views"
12535
+ o.input = Shapes::ShapeRef.new(shape: SearchViewsRequest)
12536
+ o.output = Shapes::ShapeRef.new(shape: SearchViewsResponse)
12537
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12538
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12539
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12540
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12541
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12542
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12543
+ o[:pager] = Aws::Pager.new(
12544
+ limit_key: "max_results",
12545
+ tokens: {
12546
+ "next_token" => "next_token"
12547
+ }
12548
+ )
12549
+ end)
12550
+
10783
12551
  api.add_operation(:search_vocabularies, Seahorse::Model::Operation.new.tap do |o|
10784
12552
  o.name = "SearchVocabularies"
10785
12553
  o.http_method = "POST"
@@ -10798,6 +12566,46 @@ module Aws::Connect
10798
12566
  )
10799
12567
  end)
10800
12568
 
12569
+ api.add_operation(:search_workspace_associations, Seahorse::Model::Operation.new.tap do |o|
12570
+ o.name = "SearchWorkspaceAssociations"
12571
+ o.http_method = "POST"
12572
+ o.http_request_uri = "/search-workspace-associations"
12573
+ o.input = Shapes::ShapeRef.new(shape: SearchWorkspaceAssociationsRequest)
12574
+ o.output = Shapes::ShapeRef.new(shape: SearchWorkspaceAssociationsResponse)
12575
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12576
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12577
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12578
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12579
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12580
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12581
+ o[:pager] = Aws::Pager.new(
12582
+ limit_key: "max_results",
12583
+ tokens: {
12584
+ "next_token" => "next_token"
12585
+ }
12586
+ )
12587
+ end)
12588
+
12589
+ api.add_operation(:search_workspaces, Seahorse::Model::Operation.new.tap do |o|
12590
+ o.name = "SearchWorkspaces"
12591
+ o.http_method = "POST"
12592
+ o.http_request_uri = "/search-workspaces"
12593
+ o.input = Shapes::ShapeRef.new(shape: SearchWorkspacesRequest)
12594
+ o.output = Shapes::ShapeRef.new(shape: SearchWorkspacesResponse)
12595
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12596
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12597
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12598
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12599
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12600
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12601
+ o[:pager] = Aws::Pager.new(
12602
+ limit_key: "max_results",
12603
+ tokens: {
12604
+ "next_token" => "next_token"
12605
+ }
12606
+ )
12607
+ end)
12608
+
10801
12609
  api.add_operation(:send_chat_integration_event, Seahorse::Model::Operation.new.tap do |o|
10802
12610
  o.name = "SendChatIntegrationEvent"
10803
12611
  o.http_method = "POST"
@@ -10867,6 +12675,21 @@ module Aws::Connect
10867
12675
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
10868
12676
  end)
10869
12677
 
12678
+ api.add_operation(:start_contact_media_processing, Seahorse::Model::Operation.new.tap do |o|
12679
+ o.name = "StartContactMediaProcessing"
12680
+ o.http_method = "POST"
12681
+ o.http_request_uri = "/contact/start-contact-media-processing"
12682
+ o.input = Shapes::ShapeRef.new(shape: StartContactMediaProcessingRequest)
12683
+ o.output = Shapes::ShapeRef.new(shape: StartContactMediaProcessingResponse)
12684
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12685
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12686
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12687
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12688
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12689
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
12690
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
12691
+ end)
12692
+
10870
12693
  api.add_operation(:start_contact_recording, Seahorse::Model::Operation.new.tap do |o|
10871
12694
  o.name = "StartContactRecording"
10872
12695
  o.http_method = "POST"
@@ -11006,6 +12829,20 @@ module Aws::Connect
11006
12829
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11007
12830
  end)
11008
12831
 
12832
+ api.add_operation(:stop_contact_media_processing, Seahorse::Model::Operation.new.tap do |o|
12833
+ o.name = "StopContactMediaProcessing"
12834
+ o.http_method = "POST"
12835
+ o.http_request_uri = "/contact/stop-contact-media-processing"
12836
+ o.input = Shapes::ShapeRef.new(shape: StopContactMediaProcessingRequest)
12837
+ o.output = Shapes::ShapeRef.new(shape: StopContactMediaProcessingResponse)
12838
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12839
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12840
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12841
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12842
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12843
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
12844
+ end)
12845
+
11009
12846
  api.add_operation(:stop_contact_recording, Seahorse::Model::Operation.new.tap do |o|
11010
12847
  o.name = "StopContactRecording"
11011
12848
  o.http_method = "POST"
@@ -11303,6 +13140,54 @@ module Aws::Connect
11303
13140
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11304
13141
  end)
11305
13142
 
13143
+ api.add_operation(:update_data_table_attribute, Seahorse::Model::Operation.new.tap do |o|
13144
+ o.name = "UpdateDataTableAttribute"
13145
+ o.http_method = "POST"
13146
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes/{AttributeName}"
13147
+ o.input = Shapes::ShapeRef.new(shape: UpdateDataTableAttributeRequest)
13148
+ o.output = Shapes::ShapeRef.new(shape: UpdateDataTableAttributeResponse)
13149
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13150
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
13151
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13152
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13153
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13154
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13155
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13156
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
13157
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
13158
+ end)
13159
+
13160
+ api.add_operation(:update_data_table_metadata, Seahorse::Model::Operation.new.tap do |o|
13161
+ o.name = "UpdateDataTableMetadata"
13162
+ o.http_method = "POST"
13163
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}"
13164
+ o.input = Shapes::ShapeRef.new(shape: UpdateDataTableMetadataRequest)
13165
+ o.output = Shapes::ShapeRef.new(shape: UpdateDataTableMetadataResponse)
13166
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13167
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
13168
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13169
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13170
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13171
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13172
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13173
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
13174
+ end)
13175
+
13176
+ api.add_operation(:update_data_table_primary_values, Seahorse::Model::Operation.new.tap do |o|
13177
+ o.name = "UpdateDataTablePrimaryValues"
13178
+ o.http_method = "POST"
13179
+ o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/update-primary"
13180
+ o.input = Shapes::ShapeRef.new(shape: UpdateDataTablePrimaryValuesRequest)
13181
+ o.output = Shapes::ShapeRef.new(shape: UpdateDataTablePrimaryValuesResponse)
13182
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13183
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
13184
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13185
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13186
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13187
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13188
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13189
+ end)
13190
+
11306
13191
  api.add_operation(:update_email_address_metadata, Seahorse::Model::Operation.new.tap do |o|
11307
13192
  o.name = "UpdateEmailAddressMetadata"
11308
13193
  o.http_method = "POST"
@@ -11836,6 +13721,65 @@ module Aws::Connect
11836
13721
  o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
11837
13722
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
11838
13723
  end)
13724
+
13725
+ api.add_operation(:update_workspace_metadata, Seahorse::Model::Operation.new.tap do |o|
13726
+ o.name = "UpdateWorkspaceMetadata"
13727
+ o.http_method = "POST"
13728
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/metadata"
13729
+ o.input = Shapes::ShapeRef.new(shape: UpdateWorkspaceMetadataRequest)
13730
+ o.output = Shapes::ShapeRef.new(shape: UpdateWorkspaceMetadataResponse)
13731
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13732
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13733
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13734
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
13735
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13736
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13737
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13738
+ end)
13739
+
13740
+ api.add_operation(:update_workspace_page, Seahorse::Model::Operation.new.tap do |o|
13741
+ o.name = "UpdateWorkspacePage"
13742
+ o.http_method = "POST"
13743
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/pages/{Page}"
13744
+ o.input = Shapes::ShapeRef.new(shape: UpdateWorkspacePageRequest)
13745
+ o.output = Shapes::ShapeRef.new(shape: UpdateWorkspacePageResponse)
13746
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13747
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13748
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13749
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13750
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13751
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13752
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
13753
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
13754
+ end)
13755
+
13756
+ api.add_operation(:update_workspace_theme, Seahorse::Model::Operation.new.tap do |o|
13757
+ o.name = "UpdateWorkspaceTheme"
13758
+ o.http_method = "POST"
13759
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/theme"
13760
+ o.input = Shapes::ShapeRef.new(shape: UpdateWorkspaceThemeRequest)
13761
+ o.output = Shapes::ShapeRef.new(shape: UpdateWorkspaceThemeResponse)
13762
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13763
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13764
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13765
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13766
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13767
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13768
+ end)
13769
+
13770
+ api.add_operation(:update_workspace_visibility, Seahorse::Model::Operation.new.tap do |o|
13771
+ o.name = "UpdateWorkspaceVisibility"
13772
+ o.http_method = "POST"
13773
+ o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/visibility"
13774
+ o.input = Shapes::ShapeRef.new(shape: UpdateWorkspaceVisibilityRequest)
13775
+ o.output = Shapes::ShapeRef.new(shape: UpdateWorkspaceVisibilityResponse)
13776
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13777
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13778
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13779
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13780
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13781
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13782
+ end)
11839
13783
  end
11840
13784
 
11841
13785
  end