aws-sdk-connect 1.235.0 → 1.237.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.
@@ -382,6 +382,8 @@ module Aws::Connect
382
382
  CreateSecurityProfileResponse = Shapes::StructureShape.new(name: 'CreateSecurityProfileResponse')
383
383
  CreateTaskTemplateRequest = Shapes::StructureShape.new(name: 'CreateTaskTemplateRequest')
384
384
  CreateTaskTemplateResponse = Shapes::StructureShape.new(name: 'CreateTaskTemplateResponse')
385
+ CreateTestCaseRequest = Shapes::StructureShape.new(name: 'CreateTestCaseRequest')
386
+ CreateTestCaseResponse = Shapes::StructureShape.new(name: 'CreateTestCaseResponse')
385
387
  CreateTrafficDistributionGroupRequest = Shapes::StructureShape.new(name: 'CreateTrafficDistributionGroupRequest')
386
388
  CreateTrafficDistributionGroupResponse = Shapes::StructureShape.new(name: 'CreateTrafficDistributionGroupResponse')
387
389
  CreateUseCaseRequest = Shapes::StructureShape.new(name: 'CreateUseCaseRequest')
@@ -499,6 +501,8 @@ module Aws::Connect
499
501
  DeleteSecurityProfileRequest = Shapes::StructureShape.new(name: 'DeleteSecurityProfileRequest')
500
502
  DeleteTaskTemplateRequest = Shapes::StructureShape.new(name: 'DeleteTaskTemplateRequest')
501
503
  DeleteTaskTemplateResponse = Shapes::StructureShape.new(name: 'DeleteTaskTemplateResponse')
504
+ DeleteTestCaseRequest = Shapes::StructureShape.new(name: 'DeleteTestCaseRequest')
505
+ DeleteTestCaseResponse = Shapes::StructureShape.new(name: 'DeleteTestCaseResponse')
502
506
  DeleteTrafficDistributionGroupRequest = Shapes::StructureShape.new(name: 'DeleteTrafficDistributionGroupRequest')
503
507
  DeleteTrafficDistributionGroupResponse = Shapes::StructureShape.new(name: 'DeleteTrafficDistributionGroupResponse')
504
508
  DeleteUseCaseRequest = Shapes::StructureShape.new(name: 'DeleteUseCaseRequest')
@@ -564,6 +568,8 @@ module Aws::Connect
564
568
  DescribeRuleResponse = Shapes::StructureShape.new(name: 'DescribeRuleResponse')
565
569
  DescribeSecurityProfileRequest = Shapes::StructureShape.new(name: 'DescribeSecurityProfileRequest')
566
570
  DescribeSecurityProfileResponse = Shapes::StructureShape.new(name: 'DescribeSecurityProfileResponse')
571
+ DescribeTestCaseRequest = Shapes::StructureShape.new(name: 'DescribeTestCaseRequest')
572
+ DescribeTestCaseResponse = Shapes::StructureShape.new(name: 'DescribeTestCaseResponse')
567
573
  DescribeTrafficDistributionGroupRequest = Shapes::StructureShape.new(name: 'DescribeTrafficDistributionGroupRequest')
568
574
  DescribeTrafficDistributionGroupResponse = Shapes::StructureShape.new(name: 'DescribeTrafficDistributionGroupResponse')
569
575
  DescribeUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'DescribeUserHierarchyGroupRequest')
@@ -771,6 +777,15 @@ module Aws::Connect
771
777
  EvaluationQuestionAnswerAnalysisDetails = Shapes::UnionShape.new(name: 'EvaluationQuestionAnswerAnalysisDetails')
772
778
  EvaluationQuestionAnswerAnalysisType = Shapes::StringShape.new(name: 'EvaluationQuestionAnswerAnalysisType')
773
779
  EvaluationQuestionInputDetails = Shapes::StructureShape.new(name: 'EvaluationQuestionInputDetails')
780
+ EvaluationReviewConfiguration = Shapes::StructureShape.new(name: 'EvaluationReviewConfiguration')
781
+ EvaluationReviewMetadata = Shapes::StructureShape.new(name: 'EvaluationReviewMetadata')
782
+ EvaluationReviewNotificationRecipient = Shapes::StructureShape.new(name: 'EvaluationReviewNotificationRecipient')
783
+ EvaluationReviewNotificationRecipientList = Shapes::ListShape.new(name: 'EvaluationReviewNotificationRecipientList')
784
+ EvaluationReviewNotificationRecipientType = Shapes::StringShape.new(name: 'EvaluationReviewNotificationRecipientType')
785
+ EvaluationReviewNotificationRecipientValue = Shapes::StructureShape.new(name: 'EvaluationReviewNotificationRecipientValue')
786
+ EvaluationReviewRequestComment = Shapes::StructureShape.new(name: 'EvaluationReviewRequestComment')
787
+ EvaluationReviewRequestCommentContent = Shapes::StringShape.new(name: 'EvaluationReviewRequestCommentContent')
788
+ EvaluationReviewRequestCommentList = Shapes::ListShape.new(name: 'EvaluationReviewRequestCommentList')
774
789
  EvaluationScore = Shapes::StructureShape.new(name: 'EvaluationScore')
775
790
  EvaluationScorePercentage = Shapes::FloatShape.new(name: 'EvaluationScorePercentage')
776
791
  EvaluationScoresMap = Shapes::MapShape.new(name: 'EvaluationScoresMap')
@@ -798,6 +813,10 @@ module Aws::Connect
798
813
  EventBridgeActionDefinition = Shapes::StructureShape.new(name: 'EventBridgeActionDefinition')
799
814
  EventBridgeActionName = Shapes::StringShape.new(name: 'EventBridgeActionName')
800
815
  EventSourceName = Shapes::StringShape.new(name: 'EventSourceName')
816
+ ExecutionRecord = Shapes::StructureShape.new(name: 'ExecutionRecord')
817
+ ExecutionRecordList = Shapes::ListShape.new(name: 'ExecutionRecordList')
818
+ ExecutionRecordStatus = Shapes::StringShape.new(name: 'ExecutionRecordStatus')
819
+ ExecutionRecordString = Shapes::StringShape.new(name: 'ExecutionRecordString')
801
820
  Expiry = Shapes::StructureShape.new(name: 'Expiry')
802
821
  ExpiryDurationInMinutes = Shapes::IntegerShape.new(name: 'ExpiryDurationInMinutes')
803
822
  ExportLocation = Shapes::StringShape.new(name: 'ExportLocation')
@@ -865,6 +884,8 @@ module Aws::Connect
865
884
  GetPromptFileResponse = Shapes::StructureShape.new(name: 'GetPromptFileResponse')
866
885
  GetTaskTemplateRequest = Shapes::StructureShape.new(name: 'GetTaskTemplateRequest')
867
886
  GetTaskTemplateResponse = Shapes::StructureShape.new(name: 'GetTaskTemplateResponse')
887
+ GetTestCaseExecutionSummaryRequest = Shapes::StructureShape.new(name: 'GetTestCaseExecutionSummaryRequest')
888
+ GetTestCaseExecutionSummaryResponse = Shapes::StructureShape.new(name: 'GetTestCaseExecutionSummaryResponse')
868
889
  GetTrafficDistributionRequest = Shapes::StructureShape.new(name: 'GetTrafficDistributionRequest')
869
890
  GetTrafficDistributionResponse = Shapes::StructureShape.new(name: 'GetTrafficDistributionResponse')
870
891
  GlobalResiliencyMetadata = Shapes::StructureShape.new(name: 'GlobalResiliencyMetadata')
@@ -977,6 +998,7 @@ module Aws::Connect
977
998
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
978
999
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
979
1000
  InvalidRequestExceptionReason = Shapes::UnionShape.new(name: 'InvalidRequestExceptionReason')
1001
+ InvalidTestCaseException = Shapes::StructureShape.new(name: 'InvalidTestCaseException')
980
1002
  InvisibleFieldInfo = Shapes::StructureShape.new(name: 'InvisibleFieldInfo')
981
1003
  InvisibleTaskTemplateFields = Shapes::ListShape.new(name: 'InvisibleTaskTemplateFields')
982
1004
  IpCidr = Shapes::StringShape.new(name: 'IpCidr')
@@ -1105,6 +1127,12 @@ module Aws::Connect
1105
1127
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
1106
1128
  ListTaskTemplatesRequest = Shapes::StructureShape.new(name: 'ListTaskTemplatesRequest')
1107
1129
  ListTaskTemplatesResponse = Shapes::StructureShape.new(name: 'ListTaskTemplatesResponse')
1130
+ ListTestCaseExecutionRecordsRequest = Shapes::StructureShape.new(name: 'ListTestCaseExecutionRecordsRequest')
1131
+ ListTestCaseExecutionRecordsResponse = Shapes::StructureShape.new(name: 'ListTestCaseExecutionRecordsResponse')
1132
+ ListTestCaseExecutionsRequest = Shapes::StructureShape.new(name: 'ListTestCaseExecutionsRequest')
1133
+ ListTestCaseExecutionsResponse = Shapes::StructureShape.new(name: 'ListTestCaseExecutionsResponse')
1134
+ ListTestCasesRequest = Shapes::StructureShape.new(name: 'ListTestCasesRequest')
1135
+ ListTestCasesResponse = Shapes::StructureShape.new(name: 'ListTestCasesResponse')
1108
1136
  ListTrafficDistributionGroupUsersRequest = Shapes::StructureShape.new(name: 'ListTrafficDistributionGroupUsersRequest')
1109
1137
  ListTrafficDistributionGroupUsersResponse = Shapes::StructureShape.new(name: 'ListTrafficDistributionGroupUsersResponse')
1110
1138
  ListTrafficDistributionGroupsRequest = Shapes::StructureShape.new(name: 'ListTrafficDistributionGroupsRequest')
@@ -1203,6 +1231,7 @@ module Aws::Connect
1203
1231
  NumberReference = Shapes::StructureShape.new(name: 'NumberReference')
1204
1232
  NumericQuestionPropertyAutomationLabel = Shapes::StringShape.new(name: 'NumericQuestionPropertyAutomationLabel')
1205
1233
  NumericQuestionPropertyValueAutomation = Shapes::StructureShape.new(name: 'NumericQuestionPropertyValueAutomation')
1234
+ ObservationSummary = Shapes::StructureShape.new(name: 'ObservationSummary')
1206
1235
  OperatingSystem = Shapes::StringShape.new(name: 'OperatingSystem')
1207
1236
  OperationalHour = Shapes::StructureShape.new(name: 'OperationalHour')
1208
1237
  OperationalHours = Shapes::ListShape.new(name: 'OperationalHours')
@@ -1563,6 +1592,8 @@ module Aws::Connect
1563
1592
  SearchRoutingProfilesResponse = Shapes::StructureShape.new(name: 'SearchRoutingProfilesResponse')
1564
1593
  SearchSecurityProfilesRequest = Shapes::StructureShape.new(name: 'SearchSecurityProfilesRequest')
1565
1594
  SearchSecurityProfilesResponse = Shapes::StructureShape.new(name: 'SearchSecurityProfilesResponse')
1595
+ SearchTestCasesRequest = Shapes::StructureShape.new(name: 'SearchTestCasesRequest')
1596
+ SearchTestCasesResponse = Shapes::StructureShape.new(name: 'SearchTestCasesResponse')
1566
1597
  SearchText = Shapes::StringShape.new(name: 'SearchText')
1567
1598
  SearchTextList = Shapes::ListShape.new(name: 'SearchTextList')
1568
1599
  SearchUserHierarchyGroupsRequest = Shapes::StructureShape.new(name: 'SearchUserHierarchyGroupsRequest')
@@ -1673,6 +1704,8 @@ module Aws::Connect
1673
1704
  StartScreenSharingResponse = Shapes::StructureShape.new(name: 'StartScreenSharingResponse')
1674
1705
  StartTaskContactRequest = Shapes::StructureShape.new(name: 'StartTaskContactRequest')
1675
1706
  StartTaskContactResponse = Shapes::StructureShape.new(name: 'StartTaskContactResponse')
1707
+ StartTestCaseExecutionRequest = Shapes::StructureShape.new(name: 'StartTestCaseExecutionRequest')
1708
+ StartTestCaseExecutionResponse = Shapes::StructureShape.new(name: 'StartTestCaseExecutionResponse')
1676
1709
  StartWebRTCContactRequest = Shapes::StructureShape.new(name: 'StartWebRTCContactRequest')
1677
1710
  StartWebRTCContactResponse = Shapes::StructureShape.new(name: 'StartWebRTCContactResponse')
1678
1711
  StateTransition = Shapes::StructureShape.new(name: 'StateTransition')
@@ -1689,6 +1722,8 @@ module Aws::Connect
1689
1722
  StopContactResponse = Shapes::StructureShape.new(name: 'StopContactResponse')
1690
1723
  StopContactStreamingRequest = Shapes::StructureShape.new(name: 'StopContactStreamingRequest')
1691
1724
  StopContactStreamingResponse = Shapes::StructureShape.new(name: 'StopContactStreamingResponse')
1725
+ StopTestCaseExecutionRequest = Shapes::StructureShape.new(name: 'StopTestCaseExecutionRequest')
1726
+ StopTestCaseExecutionResponse = Shapes::StructureShape.new(name: 'StopTestCaseExecutionResponse')
1692
1727
  StorageType = Shapes::StringShape.new(name: 'StorageType')
1693
1728
  StreamingId = Shapes::StringShape.new(name: 'StreamingId')
1694
1729
  String = Shapes::StringShape.new(name: 'String')
@@ -1755,6 +1790,27 @@ module Aws::Connect
1755
1790
  TemplateAttributes = Shapes::StructureShape.new(name: 'TemplateAttributes')
1756
1791
  TemplateId = Shapes::StringShape.new(name: 'TemplateId')
1757
1792
  TemplatedMessageConfig = Shapes::StructureShape.new(name: 'TemplatedMessageConfig')
1793
+ TestCase = Shapes::StructureShape.new(name: 'TestCase')
1794
+ TestCaseContent = Shapes::StringShape.new(name: 'TestCaseContent')
1795
+ TestCaseDescription = Shapes::StringShape.new(name: 'TestCaseDescription')
1796
+ TestCaseEntryPoint = Shapes::StructureShape.new(name: 'TestCaseEntryPoint')
1797
+ TestCaseEntryPointType = Shapes::StringShape.new(name: 'TestCaseEntryPointType')
1798
+ TestCaseExecution = Shapes::StructureShape.new(name: 'TestCaseExecution')
1799
+ TestCaseExecutionId = Shapes::StringShape.new(name: 'TestCaseExecutionId')
1800
+ TestCaseExecutionList = Shapes::ListShape.new(name: 'TestCaseExecutionList')
1801
+ TestCaseExecutionStatus = Shapes::StringShape.new(name: 'TestCaseExecutionStatus')
1802
+ TestCaseId = Shapes::StringShape.new(name: 'TestCaseId')
1803
+ TestCaseInitializationData = Shapes::StringShape.new(name: 'TestCaseInitializationData')
1804
+ TestCaseName = Shapes::StringShape.new(name: 'TestCaseName')
1805
+ TestCaseResourceId = Shapes::StringShape.new(name: 'TestCaseResourceId')
1806
+ TestCaseSearchConditionList = Shapes::ListShape.new(name: 'TestCaseSearchConditionList')
1807
+ TestCaseSearchCriteria = Shapes::StructureShape.new(name: 'TestCaseSearchCriteria')
1808
+ TestCaseSearchFilter = Shapes::StructureShape.new(name: 'TestCaseSearchFilter')
1809
+ TestCaseSearchSummaryList = Shapes::ListShape.new(name: 'TestCaseSearchSummaryList')
1810
+ TestCaseSha256 = Shapes::StringShape.new(name: 'TestCaseSha256')
1811
+ TestCaseStatus = Shapes::StringShape.new(name: 'TestCaseStatus')
1812
+ TestCaseSummary = Shapes::StructureShape.new(name: 'TestCaseSummary')
1813
+ TestCaseSummaryList = Shapes::ListShape.new(name: 'TestCaseSummaryList')
1758
1814
  ThemeImageLink = Shapes::StringShape.new(name: 'ThemeImageLink')
1759
1815
  ThemeString = Shapes::StringShape.new(name: 'ThemeString')
1760
1816
  Threshold = Shapes::StructureShape.new(name: 'Threshold')
@@ -1861,6 +1917,8 @@ module Aws::Connect
1861
1917
  UpdateSecurityProfileRequest = Shapes::StructureShape.new(name: 'UpdateSecurityProfileRequest')
1862
1918
  UpdateTaskTemplateRequest = Shapes::StructureShape.new(name: 'UpdateTaskTemplateRequest')
1863
1919
  UpdateTaskTemplateResponse = Shapes::StructureShape.new(name: 'UpdateTaskTemplateResponse')
1920
+ UpdateTestCaseRequest = Shapes::StructureShape.new(name: 'UpdateTestCaseRequest')
1921
+ UpdateTestCaseResponse = Shapes::StructureShape.new(name: 'UpdateTestCaseResponse')
1864
1922
  UpdateTrafficDistributionRequest = Shapes::StructureShape.new(name: 'UpdateTrafficDistributionRequest')
1865
1923
  UpdateTrafficDistributionResponse = Shapes::StructureShape.new(name: 'UpdateTrafficDistributionResponse')
1866
1924
  UpdateUserHierarchyGroupNameRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyGroupNameRequest')
@@ -1970,6 +2028,7 @@ module Aws::Connect
1970
2028
  VocabularyState = Shapes::StringShape.new(name: 'VocabularyState')
1971
2029
  VocabularySummary = Shapes::StructureShape.new(name: 'VocabularySummary')
1972
2030
  VocabularySummaryList = Shapes::ListShape.new(name: 'VocabularySummaryList')
2031
+ VoiceCallEntryPointParameters = Shapes::StructureShape.new(name: 'VoiceCallEntryPointParameters')
1973
2032
  VoiceRecordingConfiguration = Shapes::StructureShape.new(name: 'VoiceRecordingConfiguration')
1974
2033
  VoiceRecordingTrack = Shapes::StringShape.new(name: 'VoiceRecordingTrack')
1975
2034
  WeekdayOccurrenceInteger = Shapes::IntegerShape.new(name: 'WeekdayOccurrenceInteger')
@@ -3141,6 +3200,7 @@ module Aws::Connect
3141
3200
  CreateEvaluationFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
3142
3201
  CreateEvaluationFormRequest.add_member(:as_draft, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "AsDraft"))
3143
3202
  CreateEvaluationFormRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3203
+ CreateEvaluationFormRequest.add_member(:review_configuration, Shapes::ShapeRef.new(shape: EvaluationReviewConfiguration, location_name: "ReviewConfiguration"))
3144
3204
  CreateEvaluationFormRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
3145
3205
  CreateEvaluationFormRequest.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
3146
3206
  CreateEvaluationFormRequest.struct_class = Types::CreateEvaluationFormRequest
@@ -3339,6 +3399,23 @@ module Aws::Connect
3339
3399
  CreateTaskTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TaskTemplateArn, required: true, location_name: "Arn"))
3340
3400
  CreateTaskTemplateResponse.struct_class = Types::CreateTaskTemplateResponse
3341
3401
 
3402
+ CreateTestCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
3403
+ CreateTestCaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: TestCaseName, required: true, location_name: "Name"))
3404
+ CreateTestCaseRequest.add_member(:description, Shapes::ShapeRef.new(shape: TestCaseDescription, location_name: "Description"))
3405
+ CreateTestCaseRequest.add_member(:content, Shapes::ShapeRef.new(shape: TestCaseContent, required: true, location_name: "Content"))
3406
+ CreateTestCaseRequest.add_member(:entry_point, Shapes::ShapeRef.new(shape: TestCaseEntryPoint, location_name: "EntryPoint"))
3407
+ CreateTestCaseRequest.add_member(:initialization_data, Shapes::ShapeRef.new(shape: TestCaseInitializationData, location_name: "InitializationData"))
3408
+ CreateTestCaseRequest.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseStatus, location_name: "Status"))
3409
+ CreateTestCaseRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, location: "header", location_name: "x-amz-resource-id"))
3410
+ CreateTestCaseRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3411
+ CreateTestCaseRequest.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location: "header", location_name: "x-amz-last-modified-time"))
3412
+ CreateTestCaseRequest.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location: "header", location_name: "x-amz-last-modified-region"))
3413
+ CreateTestCaseRequest.struct_class = Types::CreateTestCaseRequest
3414
+
3415
+ CreateTestCaseResponse.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, location_name: "TestCaseId"))
3416
+ CreateTestCaseResponse.add_member(:test_case_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TestCaseArn"))
3417
+ CreateTestCaseResponse.struct_class = Types::CreateTestCaseResponse
3418
+
3342
3419
  CreateTrafficDistributionGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name128, required: true, location_name: "Name"))
3343
3420
  CreateTrafficDistributionGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description250, location_name: "Description"))
3344
3421
  CreateTrafficDistributionGroupRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location_name: "InstanceId"))
@@ -3776,6 +3853,12 @@ module Aws::Connect
3776
3853
 
3777
3854
  DeleteTaskTemplateResponse.struct_class = Types::DeleteTaskTemplateResponse
3778
3855
 
3856
+ DeleteTestCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
3857
+ DeleteTestCaseRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, required: true, location: "uri", location_name: "TestCaseId"))
3858
+ DeleteTestCaseRequest.struct_class = Types::DeleteTestCaseRequest
3859
+
3860
+ DeleteTestCaseResponse.struct_class = Types::DeleteTestCaseResponse
3861
+
3779
3862
  DeleteTrafficDistributionGroupRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
3780
3863
  DeleteTrafficDistributionGroupRequest.struct_class = Types::DeleteTrafficDistributionGroupRequest
3781
3864
 
@@ -4017,6 +4100,14 @@ module Aws::Connect
4017
4100
  DescribeSecurityProfileResponse.add_member(:security_profile, Shapes::ShapeRef.new(shape: SecurityProfile, location_name: "SecurityProfile"))
4018
4101
  DescribeSecurityProfileResponse.struct_class = Types::DescribeSecurityProfileResponse
4019
4102
 
4103
+ DescribeTestCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
4104
+ DescribeTestCaseRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, required: true, location: "uri", location_name: "TestCaseId"))
4105
+ DescribeTestCaseRequest.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseStatus, location: "querystring", location_name: "status"))
4106
+ DescribeTestCaseRequest.struct_class = Types::DescribeTestCaseRequest
4107
+
4108
+ DescribeTestCaseResponse.add_member(:test_case, Shapes::ShapeRef.new(shape: TestCase, location_name: "TestCase"))
4109
+ DescribeTestCaseResponse.struct_class = Types::DescribeTestCaseResponse
4110
+
4020
4111
  DescribeTrafficDistributionGroupRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
4021
4112
  DescribeTrafficDistributionGroupRequest.struct_class = Types::DescribeTrafficDistributionGroupRequest
4022
4113
 
@@ -4389,6 +4480,7 @@ module Aws::Connect
4389
4480
  EvaluationForm.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
4390
4481
  EvaluationForm.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "LastModifiedBy"))
4391
4482
  EvaluationForm.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
4483
+ EvaluationForm.add_member(:review_configuration, Shapes::ShapeRef.new(shape: EvaluationReviewConfiguration, location_name: "ReviewConfiguration"))
4392
4484
  EvaluationForm.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
4393
4485
  EvaluationForm.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
4394
4486
  EvaluationForm.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
@@ -4407,6 +4499,7 @@ module Aws::Connect
4407
4499
  EvaluationFormContent.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
4408
4500
  EvaluationFormContent.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
4409
4501
  EvaluationFormContent.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
4502
+ EvaluationFormContent.add_member(:review_configuration, Shapes::ShapeRef.new(shape: EvaluationReviewConfiguration, location_name: "ReviewConfiguration"))
4410
4503
  EvaluationFormContent.struct_class = Types::EvaluationFormContent
4411
4504
 
4412
4505
  EvaluationFormItem.add_member(:section, Shapes::ShapeRef.new(shape: EvaluationFormSection, location_name: "Section"))
@@ -4648,6 +4741,7 @@ module Aws::Connect
4648
4741
  EvaluationMetadata.add_member(:score, Shapes::ShapeRef.new(shape: EvaluationScore, location_name: "Score"))
4649
4742
  EvaluationMetadata.add_member(:auto_evaluation, Shapes::ShapeRef.new(shape: AutoEvaluationDetails, location_name: "AutoEvaluation"))
4650
4743
  EvaluationMetadata.add_member(:acknowledgement, Shapes::ShapeRef.new(shape: EvaluationAcknowledgement, location_name: "Acknowledgement"))
4744
+ EvaluationMetadata.add_member(:review, Shapes::ShapeRef.new(shape: EvaluationReviewMetadata, location_name: "Review"))
4651
4745
  EvaluationMetadata.add_member(:contact_participant, Shapes::ShapeRef.new(shape: EvaluationContactParticipant, location_name: "ContactParticipant"))
4652
4746
  EvaluationMetadata.add_member(:sampling_job_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "SamplingJobId"))
4653
4747
  EvaluationMetadata.struct_class = Types::EvaluationMetadata
@@ -4669,6 +4763,32 @@ module Aws::Connect
4669
4763
  EvaluationQuestionInputDetails.add_member(:transcript_type, Shapes::ShapeRef.new(shape: EvaluationTranscriptType, location_name: "TranscriptType"))
4670
4764
  EvaluationQuestionInputDetails.struct_class = Types::EvaluationQuestionInputDetails
4671
4765
 
4766
+ EvaluationReviewConfiguration.add_member(:review_notification_recipients, Shapes::ShapeRef.new(shape: EvaluationReviewNotificationRecipientList, required: true, location_name: "ReviewNotificationRecipients"))
4767
+ EvaluationReviewConfiguration.add_member(:eligibility_days, Shapes::ShapeRef.new(shape: Integer, location_name: "EligibilityDays"))
4768
+ EvaluationReviewConfiguration.struct_class = Types::EvaluationReviewConfiguration
4769
+
4770
+ EvaluationReviewMetadata.add_member(:review_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ReviewId"))
4771
+ EvaluationReviewMetadata.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
4772
+ EvaluationReviewMetadata.add_member(:created_by, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "CreatedBy"))
4773
+ EvaluationReviewMetadata.add_member(:review_request_comments, Shapes::ShapeRef.new(shape: EvaluationReviewRequestCommentList, required: true, location_name: "ReviewRequestComments"))
4774
+ EvaluationReviewMetadata.struct_class = Types::EvaluationReviewMetadata
4775
+
4776
+ EvaluationReviewNotificationRecipient.add_member(:type, Shapes::ShapeRef.new(shape: EvaluationReviewNotificationRecipientType, required: true, location_name: "Type"))
4777
+ EvaluationReviewNotificationRecipient.add_member(:value, Shapes::ShapeRef.new(shape: EvaluationReviewNotificationRecipientValue, required: true, location_name: "Value"))
4778
+ EvaluationReviewNotificationRecipient.struct_class = Types::EvaluationReviewNotificationRecipient
4779
+
4780
+ EvaluationReviewNotificationRecipientList.member = Shapes::ShapeRef.new(shape: EvaluationReviewNotificationRecipient)
4781
+
4782
+ EvaluationReviewNotificationRecipientValue.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "UserId"))
4783
+ EvaluationReviewNotificationRecipientValue.struct_class = Types::EvaluationReviewNotificationRecipientValue
4784
+
4785
+ EvaluationReviewRequestComment.add_member(:comment, Shapes::ShapeRef.new(shape: EvaluationReviewRequestCommentContent, location_name: "Comment"))
4786
+ EvaluationReviewRequestComment.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
4787
+ EvaluationReviewRequestComment.add_member(:created_by, Shapes::ShapeRef.new(shape: ARN, location_name: "CreatedBy"))
4788
+ EvaluationReviewRequestComment.struct_class = Types::EvaluationReviewRequestComment
4789
+
4790
+ EvaluationReviewRequestCommentList.member = Shapes::ShapeRef.new(shape: EvaluationReviewRequestComment)
4791
+
4672
4792
  EvaluationScore.add_member(:percentage, Shapes::ShapeRef.new(shape: EvaluationScorePercentage, location_name: "Percentage"))
4673
4793
  EvaluationScore.add_member(:not_applicable, Shapes::ShapeRef.new(shape: Boolean, location_name: "NotApplicable"))
4674
4794
  EvaluationScore.add_member(:automatic_fail, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticFail"))
@@ -4771,6 +4891,14 @@ module Aws::Connect
4771
4891
  EventBridgeActionDefinition.add_member(:name, Shapes::ShapeRef.new(shape: EventBridgeActionName, required: true, location_name: "Name"))
4772
4892
  EventBridgeActionDefinition.struct_class = Types::EventBridgeActionDefinition
4773
4893
 
4894
+ ExecutionRecord.add_member(:observation_id, Shapes::ShapeRef.new(shape: TestCaseResourceId, location_name: "ObservationId"))
4895
+ ExecutionRecord.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionRecordStatus, location_name: "Status"))
4896
+ ExecutionRecord.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
4897
+ ExecutionRecord.add_member(:record, Shapes::ShapeRef.new(shape: ExecutionRecordString, location_name: "Record"))
4898
+ ExecutionRecord.struct_class = Types::ExecutionRecord
4899
+
4900
+ ExecutionRecordList.member = Shapes::ShapeRef.new(shape: ExecutionRecord)
4901
+
4774
4902
  Expiry.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "DurationInSeconds"))
4775
4903
  Expiry.add_member(:expiry_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ExpiryTimestamp"))
4776
4904
  Expiry.struct_class = Types::Expiry
@@ -5005,6 +5133,17 @@ module Aws::Connect
5005
5133
  GetTaskTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
5006
5134
  GetTaskTemplateResponse.struct_class = Types::GetTaskTemplateResponse
5007
5135
 
5136
+ GetTestCaseExecutionSummaryRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5137
+ GetTestCaseExecutionSummaryRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, required: true, location: "uri", location_name: "TestCaseId"))
5138
+ GetTestCaseExecutionSummaryRequest.add_member(:test_case_execution_id, Shapes::ShapeRef.new(shape: TestCaseExecutionId, required: true, location: "uri", location_name: "TestCaseExecutionId"))
5139
+ GetTestCaseExecutionSummaryRequest.struct_class = Types::GetTestCaseExecutionSummaryRequest
5140
+
5141
+ GetTestCaseExecutionSummaryResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
5142
+ GetTestCaseExecutionSummaryResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
5143
+ GetTestCaseExecutionSummaryResponse.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseExecutionStatus, location_name: "Status"))
5144
+ GetTestCaseExecutionSummaryResponse.add_member(:observation_summary, Shapes::ShapeRef.new(shape: ObservationSummary, location_name: "ObservationSummary"))
5145
+ GetTestCaseExecutionSummaryResponse.struct_class = Types::GetTestCaseExecutionSummaryResponse
5146
+
5008
5147
  GetTrafficDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "Id"))
5009
5148
  GetTrafficDistributionRequest.struct_class = Types::GetTrafficDistributionRequest
5010
5149
 
@@ -5328,6 +5467,9 @@ module Aws::Connect
5328
5467
  InvalidRequestExceptionReason.add_member_subclass(:unknown, Types::InvalidRequestExceptionReason::Unknown)
5329
5468
  InvalidRequestExceptionReason.struct_class = Types::InvalidRequestExceptionReason
5330
5469
 
5470
+ InvalidTestCaseException.add_member(:problems, Shapes::ShapeRef.new(shape: Problems, location_name: "Problems"))
5471
+ InvalidTestCaseException.struct_class = Types::InvalidTestCaseException
5472
+
5331
5473
  InvisibleFieldInfo.add_member(:id, Shapes::ShapeRef.new(shape: TaskTemplateFieldIdentifier, location_name: "Id"))
5332
5474
  InvisibleFieldInfo.struct_class = Types::InvisibleFieldInfo
5333
5475
 
@@ -5903,6 +6045,41 @@ module Aws::Connect
5903
6045
  ListTaskTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5904
6046
  ListTaskTemplatesResponse.struct_class = Types::ListTaskTemplatesResponse
5905
6047
 
6048
+ ListTestCaseExecutionRecordsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
6049
+ ListTestCaseExecutionRecordsRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, required: true, location: "uri", location_name: "TestCaseId"))
6050
+ ListTestCaseExecutionRecordsRequest.add_member(:test_case_execution_id, Shapes::ShapeRef.new(shape: TestCaseExecutionId, required: true, location: "uri", location_name: "TestCaseExecutionId"))
6051
+ ListTestCaseExecutionRecordsRequest.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseExecutionStatus, location: "querystring", location_name: "status"))
6052
+ ListTestCaseExecutionRecordsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
6053
+ ListTestCaseExecutionRecordsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
6054
+ ListTestCaseExecutionRecordsRequest.struct_class = Types::ListTestCaseExecutionRecordsRequest
6055
+
6056
+ ListTestCaseExecutionRecordsResponse.add_member(:execution_records, Shapes::ShapeRef.new(shape: ExecutionRecordList, location_name: "ExecutionRecords"))
6057
+ ListTestCaseExecutionRecordsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: LargeNextToken, location_name: "NextToken"))
6058
+ ListTestCaseExecutionRecordsResponse.struct_class = Types::ListTestCaseExecutionRecordsResponse
6059
+
6060
+ ListTestCaseExecutionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
6061
+ ListTestCaseExecutionsRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, location: "querystring", location_name: "testCaseId"))
6062
+ ListTestCaseExecutionsRequest.add_member(:test_case_name, Shapes::ShapeRef.new(shape: TestCaseName, location: "querystring", location_name: "testCaseName"))
6063
+ ListTestCaseExecutionsRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "startTime"))
6064
+ ListTestCaseExecutionsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "endTime"))
6065
+ ListTestCaseExecutionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseExecutionStatus, location: "querystring", location_name: "status"))
6066
+ ListTestCaseExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
6067
+ ListTestCaseExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
6068
+ ListTestCaseExecutionsRequest.struct_class = Types::ListTestCaseExecutionsRequest
6069
+
6070
+ ListTestCaseExecutionsResponse.add_member(:test_case_executions, Shapes::ShapeRef.new(shape: TestCaseExecutionList, location_name: "TestCaseExecutions"))
6071
+ ListTestCaseExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6072
+ ListTestCaseExecutionsResponse.struct_class = Types::ListTestCaseExecutionsResponse
6073
+
6074
+ ListTestCasesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
6075
+ ListTestCasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
6076
+ ListTestCasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
6077
+ ListTestCasesRequest.struct_class = Types::ListTestCasesRequest
6078
+
6079
+ ListTestCasesResponse.add_member(:test_case_summary_list, Shapes::ShapeRef.new(shape: TestCaseSummaryList, location_name: "TestCaseSummaryList"))
6080
+ ListTestCasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6081
+ ListTestCasesResponse.struct_class = Types::ListTestCasesResponse
6082
+
5906
6083
  ListTrafficDistributionGroupUsersRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
5907
6084
  ListTrafficDistributionGroupUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult10, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
5908
6085
  ListTrafficDistributionGroupUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -6136,6 +6313,11 @@ module Aws::Connect
6136
6313
  NumericQuestionPropertyValueAutomation.add_member(:label, Shapes::ShapeRef.new(shape: NumericQuestionPropertyAutomationLabel, required: true, location_name: "Label"))
6137
6314
  NumericQuestionPropertyValueAutomation.struct_class = Types::NumericQuestionPropertyValueAutomation
6138
6315
 
6316
+ ObservationSummary.add_member(:total_observations, Shapes::ShapeRef.new(shape: Count, location_name: "TotalObservations"))
6317
+ ObservationSummary.add_member(:observations_passed, Shapes::ShapeRef.new(shape: Count, location_name: "ObservationsPassed"))
6318
+ ObservationSummary.add_member(:observations_failed, Shapes::ShapeRef.new(shape: Count, location_name: "ObservationsFailed"))
6319
+ ObservationSummary.struct_class = Types::ObservationSummary
6320
+
6139
6321
  OperationalHour.add_member(:start, Shapes::ShapeRef.new(shape: OverrideTimeSlice, location_name: "Start"))
6140
6322
  OperationalHour.add_member(:end, Shapes::ShapeRef.new(shape: OverrideTimeSlice, location_name: "End"))
6141
6323
  OperationalHour.struct_class = Types::OperationalHour
@@ -7195,6 +7377,18 @@ module Aws::Connect
7195
7377
  SearchSecurityProfilesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
7196
7378
  SearchSecurityProfilesResponse.struct_class = Types::SearchSecurityProfilesResponse
7197
7379
 
7380
+ SearchTestCasesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location_name: "InstanceId"))
7381
+ SearchTestCasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
7382
+ SearchTestCasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
7383
+ SearchTestCasesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: TestCaseSearchFilter, location_name: "SearchFilter"))
7384
+ SearchTestCasesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: TestCaseSearchCriteria, location_name: "SearchCriteria"))
7385
+ SearchTestCasesRequest.struct_class = Types::SearchTestCasesRequest
7386
+
7387
+ SearchTestCasesResponse.add_member(:test_cases, Shapes::ShapeRef.new(shape: TestCaseSearchSummaryList, location_name: "TestCases"))
7388
+ SearchTestCasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
7389
+ SearchTestCasesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
7390
+ SearchTestCasesResponse.struct_class = Types::SearchTestCasesResponse
7391
+
7198
7392
  SearchTextList.member = Shapes::ShapeRef.new(shape: SearchText)
7199
7393
 
7200
7394
  SearchUserHierarchyGroupsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
@@ -7620,6 +7814,16 @@ module Aws::Connect
7620
7814
  StartTaskContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
7621
7815
  StartTaskContactResponse.struct_class = Types::StartTaskContactResponse
7622
7816
 
7817
+ StartTestCaseExecutionRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
7818
+ StartTestCaseExecutionRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, required: true, location: "uri", location_name: "TestCaseId"))
7819
+ StartTestCaseExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
7820
+ StartTestCaseExecutionRequest.struct_class = Types::StartTestCaseExecutionRequest
7821
+
7822
+ StartTestCaseExecutionResponse.add_member(:test_case_execution_id, Shapes::ShapeRef.new(shape: TestCaseExecutionId, location_name: "TestCaseExecutionId"))
7823
+ StartTestCaseExecutionResponse.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, location_name: "TestCaseId"))
7824
+ StartTestCaseExecutionResponse.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseExecutionStatus, location_name: "Status"))
7825
+ StartTestCaseExecutionResponse.struct_class = Types::StartTestCaseExecutionResponse
7826
+
7623
7827
  StartWebRTCContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
7624
7828
  StartWebRTCContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
7625
7829
  StartWebRTCContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
@@ -7679,6 +7883,14 @@ module Aws::Connect
7679
7883
 
7680
7884
  StopContactStreamingResponse.struct_class = Types::StopContactStreamingResponse
7681
7885
 
7886
+ StopTestCaseExecutionRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
7887
+ StopTestCaseExecutionRequest.add_member(:test_case_execution_id, Shapes::ShapeRef.new(shape: TestCaseExecutionId, required: true, location: "uri", location_name: "TestCaseExecutionId"))
7888
+ StopTestCaseExecutionRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, required: true, location: "uri", location_name: "TestCaseId"))
7889
+ StopTestCaseExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
7890
+ StopTestCaseExecutionRequest.struct_class = Types::StopTestCaseExecutionRequest
7891
+
7892
+ StopTestCaseExecutionResponse.struct_class = Types::StopTestCaseExecutionResponse
7893
+
7682
7894
  StringCondition.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
7683
7895
  StringCondition.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
7684
7896
  StringCondition.add_member(:comparison_type, Shapes::ShapeRef.new(shape: StringComparisonType, location_name: "ComparisonType"))
@@ -7821,6 +8033,57 @@ module Aws::Connect
7821
8033
  TemplatedMessageConfig.add_member(:template_attributes, Shapes::ShapeRef.new(shape: TemplateAttributes, required: true, location_name: "TemplateAttributes"))
7822
8034
  TemplatedMessageConfig.struct_class = Types::TemplatedMessageConfig
7823
8035
 
8036
+ TestCase.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
8037
+ TestCase.add_member(:id, Shapes::ShapeRef.new(shape: TestCaseId, location_name: "Id"))
8038
+ TestCase.add_member(:name, Shapes::ShapeRef.new(shape: TestCaseName, location_name: "Name"))
8039
+ TestCase.add_member(:content, Shapes::ShapeRef.new(shape: TestCaseContent, location_name: "Content"))
8040
+ TestCase.add_member(:entry_point, Shapes::ShapeRef.new(shape: TestCaseEntryPoint, location_name: "EntryPoint"))
8041
+ TestCase.add_member(:initialization_data, Shapes::ShapeRef.new(shape: TestCaseInitializationData, location_name: "InitializationData"))
8042
+ TestCase.add_member(:description, Shapes::ShapeRef.new(shape: TestCaseDescription, location_name: "Description"))
8043
+ TestCase.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseStatus, location_name: "Status"))
8044
+ TestCase.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
8045
+ TestCase.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
8046
+ TestCase.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
8047
+ TestCase.add_member(:test_case_sha_256, Shapes::ShapeRef.new(shape: TestCaseSha256, location_name: "TestCaseSha256"))
8048
+ TestCase.struct_class = Types::TestCase
8049
+
8050
+ TestCaseEntryPoint.add_member(:type, Shapes::ShapeRef.new(shape: TestCaseEntryPointType, location_name: "Type"))
8051
+ TestCaseEntryPoint.add_member(:voice_call_entry_point_parameters, Shapes::ShapeRef.new(shape: VoiceCallEntryPointParameters, location_name: "VoiceCallEntryPointParameters"))
8052
+ TestCaseEntryPoint.struct_class = Types::TestCaseEntryPoint
8053
+
8054
+ TestCaseExecution.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
8055
+ TestCaseExecution.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
8056
+ TestCaseExecution.add_member(:test_case_execution_id, Shapes::ShapeRef.new(shape: TestCaseExecutionId, location_name: "TestCaseExecutionId"))
8057
+ TestCaseExecution.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, location_name: "TestCaseId"))
8058
+ TestCaseExecution.add_member(:test_case_execution_status, Shapes::ShapeRef.new(shape: TestCaseExecutionStatus, location_name: "TestCaseExecutionStatus"))
8059
+ TestCaseExecution.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
8060
+ TestCaseExecution.struct_class = Types::TestCaseExecution
8061
+
8062
+ TestCaseExecutionList.member = Shapes::ShapeRef.new(shape: TestCaseExecution)
8063
+
8064
+ TestCaseSearchConditionList.member = Shapes::ShapeRef.new(shape: TestCaseSearchCriteria)
8065
+
8066
+ TestCaseSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: TestCaseSearchConditionList, location_name: "OrConditions"))
8067
+ TestCaseSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: TestCaseSearchConditionList, location_name: "AndConditions"))
8068
+ TestCaseSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
8069
+ TestCaseSearchCriteria.add_member(:status_condition, Shapes::ShapeRef.new(shape: TestCaseStatus, location_name: "StatusCondition"))
8070
+ TestCaseSearchCriteria.struct_class = Types::TestCaseSearchCriteria
8071
+
8072
+ TestCaseSearchFilter.add_member(:tag_filter, Shapes::ShapeRef.new(shape: ControlPlaneTagFilter, location_name: "TagFilter"))
8073
+ TestCaseSearchFilter.struct_class = Types::TestCaseSearchFilter
8074
+
8075
+ TestCaseSearchSummaryList.member = Shapes::ShapeRef.new(shape: TestCase)
8076
+
8077
+ TestCaseSummary.add_member(:id, Shapes::ShapeRef.new(shape: TestCaseId, location_name: "Id"))
8078
+ TestCaseSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
8079
+ TestCaseSummary.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, location_name: "Name"))
8080
+ TestCaseSummary.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseStatus, location_name: "Status"))
8081
+ TestCaseSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
8082
+ TestCaseSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
8083
+ TestCaseSummary.struct_class = Types::TestCaseSummary
8084
+
8085
+ TestCaseSummaryList.member = Shapes::ShapeRef.new(shape: TestCaseSummary)
8086
+
7824
8087
  Threshold.add_member(:comparison, Shapes::ShapeRef.new(shape: Comparison, location_name: "Comparison"))
7825
8088
  Threshold.add_member(:threshold_value, Shapes::ShapeRef.new(shape: ThresholdValue, location_name: "ThresholdValue", metadata: {"box" => true}))
7826
8089
  Threshold.struct_class = Types::Threshold
@@ -8073,6 +8336,7 @@ module Aws::Connect
8073
8336
  UpdateEvaluationFormRequest.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, required: true, location_name: "Items"))
8074
8337
  UpdateEvaluationFormRequest.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
8075
8338
  UpdateEvaluationFormRequest.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
8339
+ UpdateEvaluationFormRequest.add_member(:review_configuration, Shapes::ShapeRef.new(shape: EvaluationReviewConfiguration, location_name: "ReviewConfiguration"))
8076
8340
  UpdateEvaluationFormRequest.add_member(:as_draft, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "AsDraft"))
8077
8341
  UpdateEvaluationFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
8078
8342
  UpdateEvaluationFormRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
@@ -8288,6 +8552,20 @@ module Aws::Connect
8288
8552
  UpdateTaskTemplateResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedTime"))
8289
8553
  UpdateTaskTemplateResponse.struct_class = Types::UpdateTaskTemplateResponse
8290
8554
 
8555
+ UpdateTestCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
8556
+ UpdateTestCaseRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, required: true, location: "uri", location_name: "TestCaseId"))
8557
+ UpdateTestCaseRequest.add_member(:content, Shapes::ShapeRef.new(shape: TestCaseContent, location_name: "Content"))
8558
+ UpdateTestCaseRequest.add_member(:entry_point, Shapes::ShapeRef.new(shape: TestCaseEntryPoint, location_name: "EntryPoint"))
8559
+ UpdateTestCaseRequest.add_member(:initialization_data, Shapes::ShapeRef.new(shape: TestCaseInitializationData, location_name: "InitializationData"))
8560
+ UpdateTestCaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: TestCaseName, location_name: "Name"))
8561
+ UpdateTestCaseRequest.add_member(:description, Shapes::ShapeRef.new(shape: TestCaseDescription, location_name: "Description"))
8562
+ UpdateTestCaseRequest.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseStatus, location_name: "Status"))
8563
+ UpdateTestCaseRequest.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location: "header", location_name: "x-amz-last-modified-time"))
8564
+ UpdateTestCaseRequest.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location: "header", location_name: "x-amz-last-modified-region"))
8565
+ UpdateTestCaseRequest.struct_class = Types::UpdateTestCaseRequest
8566
+
8567
+ UpdateTestCaseResponse.struct_class = Types::UpdateTestCaseResponse
8568
+
8291
8569
  UpdateTrafficDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "Id"))
8292
8570
  UpdateTrafficDistributionRequest.add_member(:telephony_config, Shapes::ShapeRef.new(shape: TelephonyConfig, location_name: "TelephonyConfig"))
8293
8571
  UpdateTrafficDistributionRequest.add_member(:sign_in_config, Shapes::ShapeRef.new(shape: SignInConfig, location_name: "SignInConfig"))
@@ -8645,6 +8923,11 @@ module Aws::Connect
8645
8923
 
8646
8924
  VocabularySummaryList.member = Shapes::ShapeRef.new(shape: VocabularySummary)
8647
8925
 
8926
+ VoiceCallEntryPointParameters.add_member(:source_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "SourcePhoneNumber"))
8927
+ VoiceCallEntryPointParameters.add_member(:destination_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "DestinationPhoneNumber"))
8928
+ VoiceCallEntryPointParameters.add_member(:flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "FlowId"))
8929
+ VoiceCallEntryPointParameters.struct_class = Types::VoiceCallEntryPointParameters
8930
+
8648
8931
  VoiceRecordingConfiguration.add_member(:voice_recording_track, Shapes::ShapeRef.new(shape: VoiceRecordingTrack, location_name: "VoiceRecordingTrack"))
8649
8932
  VoiceRecordingConfiguration.add_member(:ivr_recording_track, Shapes::ShapeRef.new(shape: IvrRecordingTrack, location_name: "IvrRecordingTrack"))
8650
8933
  VoiceRecordingConfiguration.struct_class = Types::VoiceRecordingConfiguration
@@ -9606,6 +9889,25 @@ module Aws::Connect
9606
9889
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9607
9890
  end)
9608
9891
 
9892
+ api.add_operation(:create_test_case, Seahorse::Model::Operation.new.tap do |o|
9893
+ o.name = "CreateTestCase"
9894
+ o.http_method = "PUT"
9895
+ o.http_request_uri = "/test-cases/{InstanceId}"
9896
+ o.input = Shapes::ShapeRef.new(shape: CreateTestCaseRequest)
9897
+ o.output = Shapes::ShapeRef.new(shape: CreateTestCaseResponse)
9898
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
9899
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTestCaseException)
9900
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9901
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9902
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
9903
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9904
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9905
+ o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
9906
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
9907
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9908
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9909
+ end)
9910
+
9609
9911
  api.add_operation(:create_traffic_distribution_group, Seahorse::Model::Operation.new.tap do |o|
9610
9912
  o.name = "CreateTrafficDistributionGroup"
9611
9913
  o.http_method = "PUT"
@@ -10086,6 +10388,20 @@ module Aws::Connect
10086
10388
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10087
10389
  end)
10088
10390
 
10391
+ api.add_operation(:delete_test_case, Seahorse::Model::Operation.new.tap do |o|
10392
+ o.name = "DeleteTestCase"
10393
+ o.http_method = "DELETE"
10394
+ o.http_request_uri = "/test-cases/{InstanceId}/{TestCaseId}"
10395
+ o.input = Shapes::ShapeRef.new(shape: DeleteTestCaseRequest)
10396
+ o.output = Shapes::ShapeRef.new(shape: DeleteTestCaseResponse)
10397
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10398
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10399
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10400
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10401
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10402
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10403
+ end)
10404
+
10089
10405
  api.add_operation(:delete_traffic_distribution_group, Seahorse::Model::Operation.new.tap do |o|
10090
10406
  o.name = "DeleteTrafficDistributionGroup"
10091
10407
  o.http_method = "DELETE"
@@ -10538,6 +10854,20 @@ module Aws::Connect
10538
10854
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10539
10855
  end)
10540
10856
 
10857
+ api.add_operation(:describe_test_case, Seahorse::Model::Operation.new.tap do |o|
10858
+ o.name = "DescribeTestCase"
10859
+ o.http_method = "GET"
10860
+ o.http_request_uri = "/test-cases/{InstanceId}/{TestCaseId}"
10861
+ o.input = Shapes::ShapeRef.new(shape: DescribeTestCaseRequest)
10862
+ o.output = Shapes::ShapeRef.new(shape: DescribeTestCaseResponse)
10863
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10864
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10865
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10866
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10867
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10868
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10869
+ end)
10870
+
10541
10871
  api.add_operation(:describe_traffic_distribution_group, Seahorse::Model::Operation.new.tap do |o|
10542
10872
  o.name = "DescribeTrafficDistributionGroup"
10543
10873
  o.http_method = "GET"
@@ -11074,6 +11404,20 @@ module Aws::Connect
11074
11404
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11075
11405
  end)
11076
11406
 
11407
+ api.add_operation(:get_test_case_execution_summary, Seahorse::Model::Operation.new.tap do |o|
11408
+ o.name = "GetTestCaseExecutionSummary"
11409
+ o.http_method = "GET"
11410
+ o.http_request_uri = "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/summary"
11411
+ o.input = Shapes::ShapeRef.new(shape: GetTestCaseExecutionSummaryRequest)
11412
+ o.output = Shapes::ShapeRef.new(shape: GetTestCaseExecutionSummaryResponse)
11413
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
11414
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11415
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11416
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11417
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11418
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11419
+ end)
11420
+
11077
11421
  api.add_operation(:get_traffic_distribution, Seahorse::Model::Operation.new.tap do |o|
11078
11422
  o.name = "GetTrafficDistribution"
11079
11423
  o.http_method = "GET"
@@ -12058,6 +12402,54 @@ module Aws::Connect
12058
12402
  )
12059
12403
  end)
12060
12404
 
12405
+ api.add_operation(:list_test_case_execution_records, Seahorse::Model::Operation.new.tap do |o|
12406
+ o.name = "ListTestCaseExecutionRecords"
12407
+ o.http_method = "GET"
12408
+ o.http_request_uri = "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/records"
12409
+ o.input = Shapes::ShapeRef.new(shape: ListTestCaseExecutionRecordsRequest)
12410
+ o.output = Shapes::ShapeRef.new(shape: ListTestCaseExecutionRecordsResponse)
12411
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12412
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12413
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12414
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12415
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12416
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12417
+ end)
12418
+
12419
+ api.add_operation(:list_test_case_executions, Seahorse::Model::Operation.new.tap do |o|
12420
+ o.name = "ListTestCaseExecutions"
12421
+ o.http_method = "GET"
12422
+ o.http_request_uri = "/test-case-executions/{InstanceId}"
12423
+ o.input = Shapes::ShapeRef.new(shape: ListTestCaseExecutionsRequest)
12424
+ o.output = Shapes::ShapeRef.new(shape: ListTestCaseExecutionsResponse)
12425
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12426
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12427
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12428
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12429
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12430
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12431
+ end)
12432
+
12433
+ api.add_operation(:list_test_cases, Seahorse::Model::Operation.new.tap do |o|
12434
+ o.name = "ListTestCases"
12435
+ o.http_method = "GET"
12436
+ o.http_request_uri = "/test-cases-summary/{InstanceId}"
12437
+ o.input = Shapes::ShapeRef.new(shape: ListTestCasesRequest)
12438
+ o.output = Shapes::ShapeRef.new(shape: ListTestCasesResponse)
12439
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12440
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12441
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12442
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12443
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12444
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12445
+ o[:pager] = Aws::Pager.new(
12446
+ limit_key: "max_results",
12447
+ tokens: {
12448
+ "next_token" => "next_token"
12449
+ }
12450
+ )
12451
+ end)
12452
+
12061
12453
  api.add_operation(:list_traffic_distribution_group_users, Seahorse::Model::Operation.new.tap do |o|
12062
12454
  o.name = "ListTrafficDistributionGroupUsers"
12063
12455
  o.http_method = "GET"
@@ -12692,6 +13084,26 @@ module Aws::Connect
12692
13084
  )
12693
13085
  end)
12694
13086
 
13087
+ api.add_operation(:search_test_cases, Seahorse::Model::Operation.new.tap do |o|
13088
+ o.name = "SearchTestCases"
13089
+ o.http_method = "POST"
13090
+ o.http_request_uri = "/search-test-cases"
13091
+ o.input = Shapes::ShapeRef.new(shape: SearchTestCasesRequest)
13092
+ o.output = Shapes::ShapeRef.new(shape: SearchTestCasesResponse)
13093
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13094
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13095
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13096
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13097
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13098
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13099
+ o[:pager] = Aws::Pager.new(
13100
+ limit_key: "max_results",
13101
+ tokens: {
13102
+ "next_token" => "next_token"
13103
+ }
13104
+ )
13105
+ end)
13106
+
12695
13107
  api.add_operation(:search_user_hierarchy_groups, Seahorse::Model::Operation.new.tap do |o|
12696
13108
  o.name = "SearchUserHierarchyGroups"
12697
13109
  o.http_method = "POST"
@@ -13006,6 +13418,21 @@ module Aws::Connect
13006
13418
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13007
13419
  end)
13008
13420
 
13421
+ api.add_operation(:start_test_case_execution, Seahorse::Model::Operation.new.tap do |o|
13422
+ o.name = "StartTestCaseExecution"
13423
+ o.http_method = "PUT"
13424
+ o.http_request_uri = "/test-cases/{InstanceId}/{TestCaseId}/start-execution"
13425
+ o.input = Shapes::ShapeRef.new(shape: StartTestCaseExecutionRequest)
13426
+ o.output = Shapes::ShapeRef.new(shape: StartTestCaseExecutionResponse)
13427
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13428
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13429
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
13430
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13431
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13432
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13433
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13434
+ end)
13435
+
13009
13436
  api.add_operation(:start_web_rtc_contact, Seahorse::Model::Operation.new.tap do |o|
13010
13437
  o.name = "StartWebRTCContact"
13011
13438
  o.http_method = "PUT"
@@ -13071,6 +13498,20 @@ module Aws::Connect
13071
13498
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13072
13499
  end)
13073
13500
 
13501
+ api.add_operation(:stop_test_case_execution, Seahorse::Model::Operation.new.tap do |o|
13502
+ o.name = "StopTestCaseExecution"
13503
+ o.http_method = "POST"
13504
+ o.http_request_uri = "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/stop-execution"
13505
+ o.input = Shapes::ShapeRef.new(shape: StopTestCaseExecutionRequest)
13506
+ o.output = Shapes::ShapeRef.new(shape: StopTestCaseExecutionResponse)
13507
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13508
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13509
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13510
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13511
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13512
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13513
+ end)
13514
+
13074
13515
  api.add_operation(:submit_contact_evaluation, Seahorse::Model::Operation.new.tap do |o|
13075
13516
  o.name = "SubmitContactEvaluation"
13076
13517
  o.http_method = "POST"
@@ -13782,6 +14223,22 @@ module Aws::Connect
13782
14223
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13783
14224
  end)
13784
14225
 
14226
+ api.add_operation(:update_test_case, Seahorse::Model::Operation.new.tap do |o|
14227
+ o.name = "UpdateTestCase"
14228
+ o.http_method = "POST"
14229
+ o.http_request_uri = "/test-cases/{InstanceId}/{TestCaseId}"
14230
+ o.input = Shapes::ShapeRef.new(shape: UpdateTestCaseRequest)
14231
+ o.output = Shapes::ShapeRef.new(shape: UpdateTestCaseResponse)
14232
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
14233
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
14234
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTestCaseException)
14235
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
14236
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
14237
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
14238
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
14239
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
14240
+ end)
14241
+
13785
14242
  api.add_operation(:update_traffic_distribution, Seahorse::Model::Operation.new.tap do |o|
13786
14243
  o.name = "UpdateTrafficDistribution"
13787
14244
  o.http_method = "PUT"