aws-sdk-connect 1.236.0 → 1.238.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')
@@ -807,6 +813,10 @@ module Aws::Connect
807
813
  EventBridgeActionDefinition = Shapes::StructureShape.new(name: 'EventBridgeActionDefinition')
808
814
  EventBridgeActionName = Shapes::StringShape.new(name: 'EventBridgeActionName')
809
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')
810
820
  Expiry = Shapes::StructureShape.new(name: 'Expiry')
811
821
  ExpiryDurationInMinutes = Shapes::IntegerShape.new(name: 'ExpiryDurationInMinutes')
812
822
  ExportLocation = Shapes::StringShape.new(name: 'ExportLocation')
@@ -874,6 +884,8 @@ module Aws::Connect
874
884
  GetPromptFileResponse = Shapes::StructureShape.new(name: 'GetPromptFileResponse')
875
885
  GetTaskTemplateRequest = Shapes::StructureShape.new(name: 'GetTaskTemplateRequest')
876
886
  GetTaskTemplateResponse = Shapes::StructureShape.new(name: 'GetTaskTemplateResponse')
887
+ GetTestCaseExecutionSummaryRequest = Shapes::StructureShape.new(name: 'GetTestCaseExecutionSummaryRequest')
888
+ GetTestCaseExecutionSummaryResponse = Shapes::StructureShape.new(name: 'GetTestCaseExecutionSummaryResponse')
877
889
  GetTrafficDistributionRequest = Shapes::StructureShape.new(name: 'GetTrafficDistributionRequest')
878
890
  GetTrafficDistributionResponse = Shapes::StructureShape.new(name: 'GetTrafficDistributionResponse')
879
891
  GlobalResiliencyMetadata = Shapes::StructureShape.new(name: 'GlobalResiliencyMetadata')
@@ -986,6 +998,7 @@ module Aws::Connect
986
998
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
987
999
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
988
1000
  InvalidRequestExceptionReason = Shapes::UnionShape.new(name: 'InvalidRequestExceptionReason')
1001
+ InvalidTestCaseException = Shapes::StructureShape.new(name: 'InvalidTestCaseException')
989
1002
  InvisibleFieldInfo = Shapes::StructureShape.new(name: 'InvisibleFieldInfo')
990
1003
  InvisibleTaskTemplateFields = Shapes::ListShape.new(name: 'InvisibleTaskTemplateFields')
991
1004
  IpCidr = Shapes::StringShape.new(name: 'IpCidr')
@@ -1114,6 +1127,12 @@ module Aws::Connect
1114
1127
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
1115
1128
  ListTaskTemplatesRequest = Shapes::StructureShape.new(name: 'ListTaskTemplatesRequest')
1116
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')
1117
1136
  ListTrafficDistributionGroupUsersRequest = Shapes::StructureShape.new(name: 'ListTrafficDistributionGroupUsersRequest')
1118
1137
  ListTrafficDistributionGroupUsersResponse = Shapes::StructureShape.new(name: 'ListTrafficDistributionGroupUsersResponse')
1119
1138
  ListTrafficDistributionGroupsRequest = Shapes::StructureShape.new(name: 'ListTrafficDistributionGroupsRequest')
@@ -1212,6 +1231,7 @@ module Aws::Connect
1212
1231
  NumberReference = Shapes::StructureShape.new(name: 'NumberReference')
1213
1232
  NumericQuestionPropertyAutomationLabel = Shapes::StringShape.new(name: 'NumericQuestionPropertyAutomationLabel')
1214
1233
  NumericQuestionPropertyValueAutomation = Shapes::StructureShape.new(name: 'NumericQuestionPropertyValueAutomation')
1234
+ ObservationSummary = Shapes::StructureShape.new(name: 'ObservationSummary')
1215
1235
  OperatingSystem = Shapes::StringShape.new(name: 'OperatingSystem')
1216
1236
  OperationalHour = Shapes::StructureShape.new(name: 'OperationalHour')
1217
1237
  OperationalHours = Shapes::ListShape.new(name: 'OperationalHours')
@@ -1572,6 +1592,8 @@ module Aws::Connect
1572
1592
  SearchRoutingProfilesResponse = Shapes::StructureShape.new(name: 'SearchRoutingProfilesResponse')
1573
1593
  SearchSecurityProfilesRequest = Shapes::StructureShape.new(name: 'SearchSecurityProfilesRequest')
1574
1594
  SearchSecurityProfilesResponse = Shapes::StructureShape.new(name: 'SearchSecurityProfilesResponse')
1595
+ SearchTestCasesRequest = Shapes::StructureShape.new(name: 'SearchTestCasesRequest')
1596
+ SearchTestCasesResponse = Shapes::StructureShape.new(name: 'SearchTestCasesResponse')
1575
1597
  SearchText = Shapes::StringShape.new(name: 'SearchText')
1576
1598
  SearchTextList = Shapes::ListShape.new(name: 'SearchTextList')
1577
1599
  SearchUserHierarchyGroupsRequest = Shapes::StructureShape.new(name: 'SearchUserHierarchyGroupsRequest')
@@ -1682,6 +1704,8 @@ module Aws::Connect
1682
1704
  StartScreenSharingResponse = Shapes::StructureShape.new(name: 'StartScreenSharingResponse')
1683
1705
  StartTaskContactRequest = Shapes::StructureShape.new(name: 'StartTaskContactRequest')
1684
1706
  StartTaskContactResponse = Shapes::StructureShape.new(name: 'StartTaskContactResponse')
1707
+ StartTestCaseExecutionRequest = Shapes::StructureShape.new(name: 'StartTestCaseExecutionRequest')
1708
+ StartTestCaseExecutionResponse = Shapes::StructureShape.new(name: 'StartTestCaseExecutionResponse')
1685
1709
  StartWebRTCContactRequest = Shapes::StructureShape.new(name: 'StartWebRTCContactRequest')
1686
1710
  StartWebRTCContactResponse = Shapes::StructureShape.new(name: 'StartWebRTCContactResponse')
1687
1711
  StateTransition = Shapes::StructureShape.new(name: 'StateTransition')
@@ -1698,6 +1722,8 @@ module Aws::Connect
1698
1722
  StopContactResponse = Shapes::StructureShape.new(name: 'StopContactResponse')
1699
1723
  StopContactStreamingRequest = Shapes::StructureShape.new(name: 'StopContactStreamingRequest')
1700
1724
  StopContactStreamingResponse = Shapes::StructureShape.new(name: 'StopContactStreamingResponse')
1725
+ StopTestCaseExecutionRequest = Shapes::StructureShape.new(name: 'StopTestCaseExecutionRequest')
1726
+ StopTestCaseExecutionResponse = Shapes::StructureShape.new(name: 'StopTestCaseExecutionResponse')
1701
1727
  StorageType = Shapes::StringShape.new(name: 'StorageType')
1702
1728
  StreamingId = Shapes::StringShape.new(name: 'StreamingId')
1703
1729
  String = Shapes::StringShape.new(name: 'String')
@@ -1738,6 +1764,8 @@ module Aws::Connect
1738
1764
  TargetListType = Shapes::StringShape.new(name: 'TargetListType')
1739
1765
  TargetSlaMinutes = Shapes::IntegerShape.new(name: 'TargetSlaMinutes')
1740
1766
  TaskActionDefinition = Shapes::StructureShape.new(name: 'TaskActionDefinition')
1767
+ TaskAttachment = Shapes::StructureShape.new(name: 'TaskAttachment')
1768
+ TaskAttachments = Shapes::ListShape.new(name: 'TaskAttachments')
1741
1769
  TaskDescriptionExpression = Shapes::StringShape.new(name: 'TaskDescriptionExpression')
1742
1770
  TaskNameExpression = Shapes::StringShape.new(name: 'TaskNameExpression')
1743
1771
  TaskTemplateArn = Shapes::StringShape.new(name: 'TaskTemplateArn')
@@ -1764,6 +1792,27 @@ module Aws::Connect
1764
1792
  TemplateAttributes = Shapes::StructureShape.new(name: 'TemplateAttributes')
1765
1793
  TemplateId = Shapes::StringShape.new(name: 'TemplateId')
1766
1794
  TemplatedMessageConfig = Shapes::StructureShape.new(name: 'TemplatedMessageConfig')
1795
+ TestCase = Shapes::StructureShape.new(name: 'TestCase')
1796
+ TestCaseContent = Shapes::StringShape.new(name: 'TestCaseContent')
1797
+ TestCaseDescription = Shapes::StringShape.new(name: 'TestCaseDescription')
1798
+ TestCaseEntryPoint = Shapes::StructureShape.new(name: 'TestCaseEntryPoint')
1799
+ TestCaseEntryPointType = Shapes::StringShape.new(name: 'TestCaseEntryPointType')
1800
+ TestCaseExecution = Shapes::StructureShape.new(name: 'TestCaseExecution')
1801
+ TestCaseExecutionId = Shapes::StringShape.new(name: 'TestCaseExecutionId')
1802
+ TestCaseExecutionList = Shapes::ListShape.new(name: 'TestCaseExecutionList')
1803
+ TestCaseExecutionStatus = Shapes::StringShape.new(name: 'TestCaseExecutionStatus')
1804
+ TestCaseId = Shapes::StringShape.new(name: 'TestCaseId')
1805
+ TestCaseInitializationData = Shapes::StringShape.new(name: 'TestCaseInitializationData')
1806
+ TestCaseName = Shapes::StringShape.new(name: 'TestCaseName')
1807
+ TestCaseResourceId = Shapes::StringShape.new(name: 'TestCaseResourceId')
1808
+ TestCaseSearchConditionList = Shapes::ListShape.new(name: 'TestCaseSearchConditionList')
1809
+ TestCaseSearchCriteria = Shapes::StructureShape.new(name: 'TestCaseSearchCriteria')
1810
+ TestCaseSearchFilter = Shapes::StructureShape.new(name: 'TestCaseSearchFilter')
1811
+ TestCaseSearchSummaryList = Shapes::ListShape.new(name: 'TestCaseSearchSummaryList')
1812
+ TestCaseSha256 = Shapes::StringShape.new(name: 'TestCaseSha256')
1813
+ TestCaseStatus = Shapes::StringShape.new(name: 'TestCaseStatus')
1814
+ TestCaseSummary = Shapes::StructureShape.new(name: 'TestCaseSummary')
1815
+ TestCaseSummaryList = Shapes::ListShape.new(name: 'TestCaseSummaryList')
1767
1816
  ThemeImageLink = Shapes::StringShape.new(name: 'ThemeImageLink')
1768
1817
  ThemeString = Shapes::StringShape.new(name: 'ThemeString')
1769
1818
  Threshold = Shapes::StructureShape.new(name: 'Threshold')
@@ -1870,6 +1919,8 @@ module Aws::Connect
1870
1919
  UpdateSecurityProfileRequest = Shapes::StructureShape.new(name: 'UpdateSecurityProfileRequest')
1871
1920
  UpdateTaskTemplateRequest = Shapes::StructureShape.new(name: 'UpdateTaskTemplateRequest')
1872
1921
  UpdateTaskTemplateResponse = Shapes::StructureShape.new(name: 'UpdateTaskTemplateResponse')
1922
+ UpdateTestCaseRequest = Shapes::StructureShape.new(name: 'UpdateTestCaseRequest')
1923
+ UpdateTestCaseResponse = Shapes::StructureShape.new(name: 'UpdateTestCaseResponse')
1873
1924
  UpdateTrafficDistributionRequest = Shapes::StructureShape.new(name: 'UpdateTrafficDistributionRequest')
1874
1925
  UpdateTrafficDistributionResponse = Shapes::StructureShape.new(name: 'UpdateTrafficDistributionResponse')
1875
1926
  UpdateUserHierarchyGroupNameRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyGroupNameRequest')
@@ -1979,6 +2030,7 @@ module Aws::Connect
1979
2030
  VocabularyState = Shapes::StringShape.new(name: 'VocabularyState')
1980
2031
  VocabularySummary = Shapes::StructureShape.new(name: 'VocabularySummary')
1981
2032
  VocabularySummaryList = Shapes::ListShape.new(name: 'VocabularySummaryList')
2033
+ VoiceCallEntryPointParameters = Shapes::StructureShape.new(name: 'VoiceCallEntryPointParameters')
1982
2034
  VoiceRecordingConfiguration = Shapes::StructureShape.new(name: 'VoiceRecordingConfiguration')
1983
2035
  VoiceRecordingTrack = Shapes::StringShape.new(name: 'VoiceRecordingTrack')
1984
2036
  WeekdayOccurrenceInteger = Shapes::IntegerShape.new(name: 'WeekdayOccurrenceInteger')
@@ -3349,6 +3401,23 @@ module Aws::Connect
3349
3401
  CreateTaskTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TaskTemplateArn, required: true, location_name: "Arn"))
3350
3402
  CreateTaskTemplateResponse.struct_class = Types::CreateTaskTemplateResponse
3351
3403
 
3404
+ CreateTestCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
3405
+ CreateTestCaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: TestCaseName, required: true, location_name: "Name"))
3406
+ CreateTestCaseRequest.add_member(:description, Shapes::ShapeRef.new(shape: TestCaseDescription, location_name: "Description"))
3407
+ CreateTestCaseRequest.add_member(:content, Shapes::ShapeRef.new(shape: TestCaseContent, required: true, location_name: "Content"))
3408
+ CreateTestCaseRequest.add_member(:entry_point, Shapes::ShapeRef.new(shape: TestCaseEntryPoint, location_name: "EntryPoint"))
3409
+ CreateTestCaseRequest.add_member(:initialization_data, Shapes::ShapeRef.new(shape: TestCaseInitializationData, location_name: "InitializationData"))
3410
+ CreateTestCaseRequest.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseStatus, location_name: "Status"))
3411
+ CreateTestCaseRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, location: "header", location_name: "x-amz-resource-id"))
3412
+ CreateTestCaseRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
3413
+ CreateTestCaseRequest.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location: "header", location_name: "x-amz-last-modified-time"))
3414
+ CreateTestCaseRequest.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location: "header", location_name: "x-amz-last-modified-region"))
3415
+ CreateTestCaseRequest.struct_class = Types::CreateTestCaseRequest
3416
+
3417
+ CreateTestCaseResponse.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, location_name: "TestCaseId"))
3418
+ CreateTestCaseResponse.add_member(:test_case_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TestCaseArn"))
3419
+ CreateTestCaseResponse.struct_class = Types::CreateTestCaseResponse
3420
+
3352
3421
  CreateTrafficDistributionGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name128, required: true, location_name: "Name"))
3353
3422
  CreateTrafficDistributionGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description250, location_name: "Description"))
3354
3423
  CreateTrafficDistributionGroupRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location_name: "InstanceId"))
@@ -3786,6 +3855,12 @@ module Aws::Connect
3786
3855
 
3787
3856
  DeleteTaskTemplateResponse.struct_class = Types::DeleteTaskTemplateResponse
3788
3857
 
3858
+ DeleteTestCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
3859
+ DeleteTestCaseRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, required: true, location: "uri", location_name: "TestCaseId"))
3860
+ DeleteTestCaseRequest.struct_class = Types::DeleteTestCaseRequest
3861
+
3862
+ DeleteTestCaseResponse.struct_class = Types::DeleteTestCaseResponse
3863
+
3789
3864
  DeleteTrafficDistributionGroupRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
3790
3865
  DeleteTrafficDistributionGroupRequest.struct_class = Types::DeleteTrafficDistributionGroupRequest
3791
3866
 
@@ -4027,6 +4102,14 @@ module Aws::Connect
4027
4102
  DescribeSecurityProfileResponse.add_member(:security_profile, Shapes::ShapeRef.new(shape: SecurityProfile, location_name: "SecurityProfile"))
4028
4103
  DescribeSecurityProfileResponse.struct_class = Types::DescribeSecurityProfileResponse
4029
4104
 
4105
+ DescribeTestCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
4106
+ DescribeTestCaseRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, required: true, location: "uri", location_name: "TestCaseId"))
4107
+ DescribeTestCaseRequest.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseStatus, location: "querystring", location_name: "status"))
4108
+ DescribeTestCaseRequest.struct_class = Types::DescribeTestCaseRequest
4109
+
4110
+ DescribeTestCaseResponse.add_member(:test_case, Shapes::ShapeRef.new(shape: TestCase, location_name: "TestCase"))
4111
+ DescribeTestCaseResponse.struct_class = Types::DescribeTestCaseResponse
4112
+
4030
4113
  DescribeTrafficDistributionGroupRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
4031
4114
  DescribeTrafficDistributionGroupRequest.struct_class = Types::DescribeTrafficDistributionGroupRequest
4032
4115
 
@@ -4810,6 +4893,14 @@ module Aws::Connect
4810
4893
  EventBridgeActionDefinition.add_member(:name, Shapes::ShapeRef.new(shape: EventBridgeActionName, required: true, location_name: "Name"))
4811
4894
  EventBridgeActionDefinition.struct_class = Types::EventBridgeActionDefinition
4812
4895
 
4896
+ ExecutionRecord.add_member(:observation_id, Shapes::ShapeRef.new(shape: TestCaseResourceId, location_name: "ObservationId"))
4897
+ ExecutionRecord.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionRecordStatus, location_name: "Status"))
4898
+ ExecutionRecord.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
4899
+ ExecutionRecord.add_member(:record, Shapes::ShapeRef.new(shape: ExecutionRecordString, location_name: "Record"))
4900
+ ExecutionRecord.struct_class = Types::ExecutionRecord
4901
+
4902
+ ExecutionRecordList.member = Shapes::ShapeRef.new(shape: ExecutionRecord)
4903
+
4813
4904
  Expiry.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "DurationInSeconds"))
4814
4905
  Expiry.add_member(:expiry_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ExpiryTimestamp"))
4815
4906
  Expiry.struct_class = Types::Expiry
@@ -5044,6 +5135,17 @@ module Aws::Connect
5044
5135
  GetTaskTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
5045
5136
  GetTaskTemplateResponse.struct_class = Types::GetTaskTemplateResponse
5046
5137
 
5138
+ GetTestCaseExecutionSummaryRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
5139
+ GetTestCaseExecutionSummaryRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, required: true, location: "uri", location_name: "TestCaseId"))
5140
+ GetTestCaseExecutionSummaryRequest.add_member(:test_case_execution_id, Shapes::ShapeRef.new(shape: TestCaseExecutionId, required: true, location: "uri", location_name: "TestCaseExecutionId"))
5141
+ GetTestCaseExecutionSummaryRequest.struct_class = Types::GetTestCaseExecutionSummaryRequest
5142
+
5143
+ GetTestCaseExecutionSummaryResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
5144
+ GetTestCaseExecutionSummaryResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
5145
+ GetTestCaseExecutionSummaryResponse.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseExecutionStatus, location_name: "Status"))
5146
+ GetTestCaseExecutionSummaryResponse.add_member(:observation_summary, Shapes::ShapeRef.new(shape: ObservationSummary, location_name: "ObservationSummary"))
5147
+ GetTestCaseExecutionSummaryResponse.struct_class = Types::GetTestCaseExecutionSummaryResponse
5148
+
5047
5149
  GetTrafficDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "Id"))
5048
5150
  GetTrafficDistributionRequest.struct_class = Types::GetTrafficDistributionRequest
5049
5151
 
@@ -5367,6 +5469,9 @@ module Aws::Connect
5367
5469
  InvalidRequestExceptionReason.add_member_subclass(:unknown, Types::InvalidRequestExceptionReason::Unknown)
5368
5470
  InvalidRequestExceptionReason.struct_class = Types::InvalidRequestExceptionReason
5369
5471
 
5472
+ InvalidTestCaseException.add_member(:problems, Shapes::ShapeRef.new(shape: Problems, location_name: "Problems"))
5473
+ InvalidTestCaseException.struct_class = Types::InvalidTestCaseException
5474
+
5370
5475
  InvisibleFieldInfo.add_member(:id, Shapes::ShapeRef.new(shape: TaskTemplateFieldIdentifier, location_name: "Id"))
5371
5476
  InvisibleFieldInfo.struct_class = Types::InvisibleFieldInfo
5372
5477
 
@@ -5942,6 +6047,41 @@ module Aws::Connect
5942
6047
  ListTaskTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5943
6048
  ListTaskTemplatesResponse.struct_class = Types::ListTaskTemplatesResponse
5944
6049
 
6050
+ ListTestCaseExecutionRecordsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
6051
+ ListTestCaseExecutionRecordsRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, required: true, location: "uri", location_name: "TestCaseId"))
6052
+ ListTestCaseExecutionRecordsRequest.add_member(:test_case_execution_id, Shapes::ShapeRef.new(shape: TestCaseExecutionId, required: true, location: "uri", location_name: "TestCaseExecutionId"))
6053
+ ListTestCaseExecutionRecordsRequest.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseExecutionStatus, location: "querystring", location_name: "status"))
6054
+ ListTestCaseExecutionRecordsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
6055
+ ListTestCaseExecutionRecordsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
6056
+ ListTestCaseExecutionRecordsRequest.struct_class = Types::ListTestCaseExecutionRecordsRequest
6057
+
6058
+ ListTestCaseExecutionRecordsResponse.add_member(:execution_records, Shapes::ShapeRef.new(shape: ExecutionRecordList, location_name: "ExecutionRecords"))
6059
+ ListTestCaseExecutionRecordsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: LargeNextToken, location_name: "NextToken"))
6060
+ ListTestCaseExecutionRecordsResponse.struct_class = Types::ListTestCaseExecutionRecordsResponse
6061
+
6062
+ ListTestCaseExecutionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
6063
+ ListTestCaseExecutionsRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, location: "querystring", location_name: "testCaseId"))
6064
+ ListTestCaseExecutionsRequest.add_member(:test_case_name, Shapes::ShapeRef.new(shape: TestCaseName, location: "querystring", location_name: "testCaseName"))
6065
+ ListTestCaseExecutionsRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "startTime"))
6066
+ ListTestCaseExecutionsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "endTime"))
6067
+ ListTestCaseExecutionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseExecutionStatus, location: "querystring", location_name: "status"))
6068
+ ListTestCaseExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
6069
+ ListTestCaseExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
6070
+ ListTestCaseExecutionsRequest.struct_class = Types::ListTestCaseExecutionsRequest
6071
+
6072
+ ListTestCaseExecutionsResponse.add_member(:test_case_executions, Shapes::ShapeRef.new(shape: TestCaseExecutionList, location_name: "TestCaseExecutions"))
6073
+ ListTestCaseExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6074
+ ListTestCaseExecutionsResponse.struct_class = Types::ListTestCaseExecutionsResponse
6075
+
6076
+ ListTestCasesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
6077
+ ListTestCasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
6078
+ ListTestCasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
6079
+ ListTestCasesRequest.struct_class = Types::ListTestCasesRequest
6080
+
6081
+ ListTestCasesResponse.add_member(:test_case_summary_list, Shapes::ShapeRef.new(shape: TestCaseSummaryList, location_name: "TestCaseSummaryList"))
6082
+ ListTestCasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6083
+ ListTestCasesResponse.struct_class = Types::ListTestCasesResponse
6084
+
5945
6085
  ListTrafficDistributionGroupUsersRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
5946
6086
  ListTrafficDistributionGroupUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult10, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
5947
6087
  ListTrafficDistributionGroupUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -6175,6 +6315,11 @@ module Aws::Connect
6175
6315
  NumericQuestionPropertyValueAutomation.add_member(:label, Shapes::ShapeRef.new(shape: NumericQuestionPropertyAutomationLabel, required: true, location_name: "Label"))
6176
6316
  NumericQuestionPropertyValueAutomation.struct_class = Types::NumericQuestionPropertyValueAutomation
6177
6317
 
6318
+ ObservationSummary.add_member(:total_observations, Shapes::ShapeRef.new(shape: Count, location_name: "TotalObservations"))
6319
+ ObservationSummary.add_member(:observations_passed, Shapes::ShapeRef.new(shape: Count, location_name: "ObservationsPassed"))
6320
+ ObservationSummary.add_member(:observations_failed, Shapes::ShapeRef.new(shape: Count, location_name: "ObservationsFailed"))
6321
+ ObservationSummary.struct_class = Types::ObservationSummary
6322
+
6178
6323
  OperationalHour.add_member(:start, Shapes::ShapeRef.new(shape: OverrideTimeSlice, location_name: "Start"))
6179
6324
  OperationalHour.add_member(:end, Shapes::ShapeRef.new(shape: OverrideTimeSlice, location_name: "End"))
6180
6325
  OperationalHour.struct_class = Types::OperationalHour
@@ -7234,6 +7379,18 @@ module Aws::Connect
7234
7379
  SearchSecurityProfilesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
7235
7380
  SearchSecurityProfilesResponse.struct_class = Types::SearchSecurityProfilesResponse
7236
7381
 
7382
+ SearchTestCasesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location_name: "InstanceId"))
7383
+ SearchTestCasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
7384
+ SearchTestCasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
7385
+ SearchTestCasesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: TestCaseSearchFilter, location_name: "SearchFilter"))
7386
+ SearchTestCasesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: TestCaseSearchCriteria, location_name: "SearchCriteria"))
7387
+ SearchTestCasesRequest.struct_class = Types::SearchTestCasesRequest
7388
+
7389
+ SearchTestCasesResponse.add_member(:test_cases, Shapes::ShapeRef.new(shape: TestCaseSearchSummaryList, location_name: "TestCases"))
7390
+ SearchTestCasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
7391
+ SearchTestCasesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
7392
+ SearchTestCasesResponse.struct_class = Types::SearchTestCasesResponse
7393
+
7237
7394
  SearchTextList.member = Shapes::ShapeRef.new(shape: SearchText)
7238
7395
 
7239
7396
  SearchUserHierarchyGroupsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
@@ -7654,11 +7811,22 @@ module Aws::Connect
7654
7811
  StartTaskContactRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
7655
7812
  StartTaskContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
7656
7813
  StartTaskContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
7814
+ StartTaskContactRequest.add_member(:attachments, Shapes::ShapeRef.new(shape: TaskAttachments, location_name: "Attachments"))
7657
7815
  StartTaskContactRequest.struct_class = Types::StartTaskContactRequest
7658
7816
 
7659
7817
  StartTaskContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
7660
7818
  StartTaskContactResponse.struct_class = Types::StartTaskContactResponse
7661
7819
 
7820
+ StartTestCaseExecutionRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
7821
+ StartTestCaseExecutionRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, required: true, location: "uri", location_name: "TestCaseId"))
7822
+ StartTestCaseExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
7823
+ StartTestCaseExecutionRequest.struct_class = Types::StartTestCaseExecutionRequest
7824
+
7825
+ StartTestCaseExecutionResponse.add_member(:test_case_execution_id, Shapes::ShapeRef.new(shape: TestCaseExecutionId, location_name: "TestCaseExecutionId"))
7826
+ StartTestCaseExecutionResponse.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, location_name: "TestCaseId"))
7827
+ StartTestCaseExecutionResponse.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseExecutionStatus, location_name: "Status"))
7828
+ StartTestCaseExecutionResponse.struct_class = Types::StartTestCaseExecutionResponse
7829
+
7662
7830
  StartWebRTCContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
7663
7831
  StartWebRTCContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
7664
7832
  StartWebRTCContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
@@ -7718,6 +7886,14 @@ module Aws::Connect
7718
7886
 
7719
7887
  StopContactStreamingResponse.struct_class = Types::StopContactStreamingResponse
7720
7888
 
7889
+ StopTestCaseExecutionRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
7890
+ StopTestCaseExecutionRequest.add_member(:test_case_execution_id, Shapes::ShapeRef.new(shape: TestCaseExecutionId, required: true, location: "uri", location_name: "TestCaseExecutionId"))
7891
+ StopTestCaseExecutionRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, required: true, location: "uri", location_name: "TestCaseId"))
7892
+ StopTestCaseExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
7893
+ StopTestCaseExecutionRequest.struct_class = Types::StopTestCaseExecutionRequest
7894
+
7895
+ StopTestCaseExecutionResponse.struct_class = Types::StopTestCaseExecutionResponse
7896
+
7721
7897
  StringCondition.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
7722
7898
  StringCondition.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
7723
7899
  StringCondition.add_member(:comparison_type, Shapes::ShapeRef.new(shape: StringComparisonType, location_name: "ComparisonType"))
@@ -7808,6 +7984,12 @@ module Aws::Connect
7808
7984
  TaskActionDefinition.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
7809
7985
  TaskActionDefinition.struct_class = Types::TaskActionDefinition
7810
7986
 
7987
+ TaskAttachment.add_member(:file_name, Shapes::ShapeRef.new(shape: FileName, required: true, location_name: "FileName"))
7988
+ TaskAttachment.add_member(:s3_url, Shapes::ShapeRef.new(shape: PreSignedAttachmentUrl, required: true, location_name: "S3Url"))
7989
+ TaskAttachment.struct_class = Types::TaskAttachment
7990
+
7991
+ TaskAttachments.member = Shapes::ShapeRef.new(shape: TaskAttachment)
7992
+
7811
7993
  TaskTemplateConstraints.add_member(:required_fields, Shapes::ShapeRef.new(shape: RequiredTaskTemplateFields, location_name: "RequiredFields"))
7812
7994
  TaskTemplateConstraints.add_member(:read_only_fields, Shapes::ShapeRef.new(shape: ReadOnlyTaskTemplateFields, location_name: "ReadOnlyFields"))
7813
7995
  TaskTemplateConstraints.add_member(:invisible_fields, Shapes::ShapeRef.new(shape: InvisibleTaskTemplateFields, location_name: "InvisibleFields"))
@@ -7860,6 +8042,57 @@ module Aws::Connect
7860
8042
  TemplatedMessageConfig.add_member(:template_attributes, Shapes::ShapeRef.new(shape: TemplateAttributes, required: true, location_name: "TemplateAttributes"))
7861
8043
  TemplatedMessageConfig.struct_class = Types::TemplatedMessageConfig
7862
8044
 
8045
+ TestCase.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
8046
+ TestCase.add_member(:id, Shapes::ShapeRef.new(shape: TestCaseId, location_name: "Id"))
8047
+ TestCase.add_member(:name, Shapes::ShapeRef.new(shape: TestCaseName, location_name: "Name"))
8048
+ TestCase.add_member(:content, Shapes::ShapeRef.new(shape: TestCaseContent, location_name: "Content"))
8049
+ TestCase.add_member(:entry_point, Shapes::ShapeRef.new(shape: TestCaseEntryPoint, location_name: "EntryPoint"))
8050
+ TestCase.add_member(:initialization_data, Shapes::ShapeRef.new(shape: TestCaseInitializationData, location_name: "InitializationData"))
8051
+ TestCase.add_member(:description, Shapes::ShapeRef.new(shape: TestCaseDescription, location_name: "Description"))
8052
+ TestCase.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseStatus, location_name: "Status"))
8053
+ TestCase.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
8054
+ TestCase.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
8055
+ TestCase.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
8056
+ TestCase.add_member(:test_case_sha_256, Shapes::ShapeRef.new(shape: TestCaseSha256, location_name: "TestCaseSha256"))
8057
+ TestCase.struct_class = Types::TestCase
8058
+
8059
+ TestCaseEntryPoint.add_member(:type, Shapes::ShapeRef.new(shape: TestCaseEntryPointType, location_name: "Type"))
8060
+ TestCaseEntryPoint.add_member(:voice_call_entry_point_parameters, Shapes::ShapeRef.new(shape: VoiceCallEntryPointParameters, location_name: "VoiceCallEntryPointParameters"))
8061
+ TestCaseEntryPoint.struct_class = Types::TestCaseEntryPoint
8062
+
8063
+ TestCaseExecution.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
8064
+ TestCaseExecution.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
8065
+ TestCaseExecution.add_member(:test_case_execution_id, Shapes::ShapeRef.new(shape: TestCaseExecutionId, location_name: "TestCaseExecutionId"))
8066
+ TestCaseExecution.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, location_name: "TestCaseId"))
8067
+ TestCaseExecution.add_member(:test_case_execution_status, Shapes::ShapeRef.new(shape: TestCaseExecutionStatus, location_name: "TestCaseExecutionStatus"))
8068
+ TestCaseExecution.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
8069
+ TestCaseExecution.struct_class = Types::TestCaseExecution
8070
+
8071
+ TestCaseExecutionList.member = Shapes::ShapeRef.new(shape: TestCaseExecution)
8072
+
8073
+ TestCaseSearchConditionList.member = Shapes::ShapeRef.new(shape: TestCaseSearchCriteria)
8074
+
8075
+ TestCaseSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: TestCaseSearchConditionList, location_name: "OrConditions"))
8076
+ TestCaseSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: TestCaseSearchConditionList, location_name: "AndConditions"))
8077
+ TestCaseSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
8078
+ TestCaseSearchCriteria.add_member(:status_condition, Shapes::ShapeRef.new(shape: TestCaseStatus, location_name: "StatusCondition"))
8079
+ TestCaseSearchCriteria.struct_class = Types::TestCaseSearchCriteria
8080
+
8081
+ TestCaseSearchFilter.add_member(:tag_filter, Shapes::ShapeRef.new(shape: ControlPlaneTagFilter, location_name: "TagFilter"))
8082
+ TestCaseSearchFilter.struct_class = Types::TestCaseSearchFilter
8083
+
8084
+ TestCaseSearchSummaryList.member = Shapes::ShapeRef.new(shape: TestCase)
8085
+
8086
+ TestCaseSummary.add_member(:id, Shapes::ShapeRef.new(shape: TestCaseId, location_name: "Id"))
8087
+ TestCaseSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
8088
+ TestCaseSummary.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, location_name: "Name"))
8089
+ TestCaseSummary.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseStatus, location_name: "Status"))
8090
+ TestCaseSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
8091
+ TestCaseSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
8092
+ TestCaseSummary.struct_class = Types::TestCaseSummary
8093
+
8094
+ TestCaseSummaryList.member = Shapes::ShapeRef.new(shape: TestCaseSummary)
8095
+
7863
8096
  Threshold.add_member(:comparison, Shapes::ShapeRef.new(shape: Comparison, location_name: "Comparison"))
7864
8097
  Threshold.add_member(:threshold_value, Shapes::ShapeRef.new(shape: ThresholdValue, location_name: "ThresholdValue", metadata: {"box" => true}))
7865
8098
  Threshold.struct_class = Types::Threshold
@@ -8328,6 +8561,20 @@ module Aws::Connect
8328
8561
  UpdateTaskTemplateResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedTime"))
8329
8562
  UpdateTaskTemplateResponse.struct_class = Types::UpdateTaskTemplateResponse
8330
8563
 
8564
+ UpdateTestCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
8565
+ UpdateTestCaseRequest.add_member(:test_case_id, Shapes::ShapeRef.new(shape: TestCaseId, required: true, location: "uri", location_name: "TestCaseId"))
8566
+ UpdateTestCaseRequest.add_member(:content, Shapes::ShapeRef.new(shape: TestCaseContent, location_name: "Content"))
8567
+ UpdateTestCaseRequest.add_member(:entry_point, Shapes::ShapeRef.new(shape: TestCaseEntryPoint, location_name: "EntryPoint"))
8568
+ UpdateTestCaseRequest.add_member(:initialization_data, Shapes::ShapeRef.new(shape: TestCaseInitializationData, location_name: "InitializationData"))
8569
+ UpdateTestCaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: TestCaseName, location_name: "Name"))
8570
+ UpdateTestCaseRequest.add_member(:description, Shapes::ShapeRef.new(shape: TestCaseDescription, location_name: "Description"))
8571
+ UpdateTestCaseRequest.add_member(:status, Shapes::ShapeRef.new(shape: TestCaseStatus, location_name: "Status"))
8572
+ UpdateTestCaseRequest.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location: "header", location_name: "x-amz-last-modified-time"))
8573
+ UpdateTestCaseRequest.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location: "header", location_name: "x-amz-last-modified-region"))
8574
+ UpdateTestCaseRequest.struct_class = Types::UpdateTestCaseRequest
8575
+
8576
+ UpdateTestCaseResponse.struct_class = Types::UpdateTestCaseResponse
8577
+
8331
8578
  UpdateTrafficDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "Id"))
8332
8579
  UpdateTrafficDistributionRequest.add_member(:telephony_config, Shapes::ShapeRef.new(shape: TelephonyConfig, location_name: "TelephonyConfig"))
8333
8580
  UpdateTrafficDistributionRequest.add_member(:sign_in_config, Shapes::ShapeRef.new(shape: SignInConfig, location_name: "SignInConfig"))
@@ -8685,6 +8932,11 @@ module Aws::Connect
8685
8932
 
8686
8933
  VocabularySummaryList.member = Shapes::ShapeRef.new(shape: VocabularySummary)
8687
8934
 
8935
+ VoiceCallEntryPointParameters.add_member(:source_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "SourcePhoneNumber"))
8936
+ VoiceCallEntryPointParameters.add_member(:destination_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "DestinationPhoneNumber"))
8937
+ VoiceCallEntryPointParameters.add_member(:flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, location_name: "FlowId"))
8938
+ VoiceCallEntryPointParameters.struct_class = Types::VoiceCallEntryPointParameters
8939
+
8688
8940
  VoiceRecordingConfiguration.add_member(:voice_recording_track, Shapes::ShapeRef.new(shape: VoiceRecordingTrack, location_name: "VoiceRecordingTrack"))
8689
8941
  VoiceRecordingConfiguration.add_member(:ivr_recording_track, Shapes::ShapeRef.new(shape: IvrRecordingTrack, location_name: "IvrRecordingTrack"))
8690
8942
  VoiceRecordingConfiguration.struct_class = Types::VoiceRecordingConfiguration
@@ -9646,6 +9898,25 @@ module Aws::Connect
9646
9898
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9647
9899
  end)
9648
9900
 
9901
+ api.add_operation(:create_test_case, Seahorse::Model::Operation.new.tap do |o|
9902
+ o.name = "CreateTestCase"
9903
+ o.http_method = "PUT"
9904
+ o.http_request_uri = "/test-cases/{InstanceId}"
9905
+ o.input = Shapes::ShapeRef.new(shape: CreateTestCaseRequest)
9906
+ o.output = Shapes::ShapeRef.new(shape: CreateTestCaseResponse)
9907
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
9908
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTestCaseException)
9909
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
9910
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9911
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
9912
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9913
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9914
+ o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
9915
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
9916
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
9917
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
9918
+ end)
9919
+
9649
9920
  api.add_operation(:create_traffic_distribution_group, Seahorse::Model::Operation.new.tap do |o|
9650
9921
  o.name = "CreateTrafficDistributionGroup"
9651
9922
  o.http_method = "PUT"
@@ -10126,6 +10397,20 @@ module Aws::Connect
10126
10397
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10127
10398
  end)
10128
10399
 
10400
+ api.add_operation(:delete_test_case, Seahorse::Model::Operation.new.tap do |o|
10401
+ o.name = "DeleteTestCase"
10402
+ o.http_method = "DELETE"
10403
+ o.http_request_uri = "/test-cases/{InstanceId}/{TestCaseId}"
10404
+ o.input = Shapes::ShapeRef.new(shape: DeleteTestCaseRequest)
10405
+ o.output = Shapes::ShapeRef.new(shape: DeleteTestCaseResponse)
10406
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10407
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10408
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10409
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10410
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10411
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10412
+ end)
10413
+
10129
10414
  api.add_operation(:delete_traffic_distribution_group, Seahorse::Model::Operation.new.tap do |o|
10130
10415
  o.name = "DeleteTrafficDistributionGroup"
10131
10416
  o.http_method = "DELETE"
@@ -10578,6 +10863,20 @@ module Aws::Connect
10578
10863
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10579
10864
  end)
10580
10865
 
10866
+ api.add_operation(:describe_test_case, Seahorse::Model::Operation.new.tap do |o|
10867
+ o.name = "DescribeTestCase"
10868
+ o.http_method = "GET"
10869
+ o.http_request_uri = "/test-cases/{InstanceId}/{TestCaseId}"
10870
+ o.input = Shapes::ShapeRef.new(shape: DescribeTestCaseRequest)
10871
+ o.output = Shapes::ShapeRef.new(shape: DescribeTestCaseResponse)
10872
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
10873
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
10874
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10875
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
10876
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10877
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10878
+ end)
10879
+
10581
10880
  api.add_operation(:describe_traffic_distribution_group, Seahorse::Model::Operation.new.tap do |o|
10582
10881
  o.name = "DescribeTrafficDistributionGroup"
10583
10882
  o.http_method = "GET"
@@ -11114,6 +11413,20 @@ module Aws::Connect
11114
11413
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11115
11414
  end)
11116
11415
 
11416
+ api.add_operation(:get_test_case_execution_summary, Seahorse::Model::Operation.new.tap do |o|
11417
+ o.name = "GetTestCaseExecutionSummary"
11418
+ o.http_method = "GET"
11419
+ o.http_request_uri = "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/summary"
11420
+ o.input = Shapes::ShapeRef.new(shape: GetTestCaseExecutionSummaryRequest)
11421
+ o.output = Shapes::ShapeRef.new(shape: GetTestCaseExecutionSummaryResponse)
11422
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
11423
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
11424
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11425
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11426
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11427
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11428
+ end)
11429
+
11117
11430
  api.add_operation(:get_traffic_distribution, Seahorse::Model::Operation.new.tap do |o|
11118
11431
  o.name = "GetTrafficDistribution"
11119
11432
  o.http_method = "GET"
@@ -12098,6 +12411,54 @@ module Aws::Connect
12098
12411
  )
12099
12412
  end)
12100
12413
 
12414
+ api.add_operation(:list_test_case_execution_records, Seahorse::Model::Operation.new.tap do |o|
12415
+ o.name = "ListTestCaseExecutionRecords"
12416
+ o.http_method = "GET"
12417
+ o.http_request_uri = "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/records"
12418
+ o.input = Shapes::ShapeRef.new(shape: ListTestCaseExecutionRecordsRequest)
12419
+ o.output = Shapes::ShapeRef.new(shape: ListTestCaseExecutionRecordsResponse)
12420
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12421
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12422
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12423
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12424
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12425
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12426
+ end)
12427
+
12428
+ api.add_operation(:list_test_case_executions, Seahorse::Model::Operation.new.tap do |o|
12429
+ o.name = "ListTestCaseExecutions"
12430
+ o.http_method = "GET"
12431
+ o.http_request_uri = "/test-case-executions/{InstanceId}"
12432
+ o.input = Shapes::ShapeRef.new(shape: ListTestCaseExecutionsRequest)
12433
+ o.output = Shapes::ShapeRef.new(shape: ListTestCaseExecutionsResponse)
12434
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12435
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12436
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12437
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12438
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12439
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12440
+ end)
12441
+
12442
+ api.add_operation(:list_test_cases, Seahorse::Model::Operation.new.tap do |o|
12443
+ o.name = "ListTestCases"
12444
+ o.http_method = "GET"
12445
+ o.http_request_uri = "/test-cases-summary/{InstanceId}"
12446
+ o.input = Shapes::ShapeRef.new(shape: ListTestCasesRequest)
12447
+ o.output = Shapes::ShapeRef.new(shape: ListTestCasesResponse)
12448
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
12449
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
12450
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
12451
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
12452
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
12453
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
12454
+ o[:pager] = Aws::Pager.new(
12455
+ limit_key: "max_results",
12456
+ tokens: {
12457
+ "next_token" => "next_token"
12458
+ }
12459
+ )
12460
+ end)
12461
+
12101
12462
  api.add_operation(:list_traffic_distribution_group_users, Seahorse::Model::Operation.new.tap do |o|
12102
12463
  o.name = "ListTrafficDistributionGroupUsers"
12103
12464
  o.http_method = "GET"
@@ -12732,6 +13093,26 @@ module Aws::Connect
12732
13093
  )
12733
13094
  end)
12734
13095
 
13096
+ api.add_operation(:search_test_cases, Seahorse::Model::Operation.new.tap do |o|
13097
+ o.name = "SearchTestCases"
13098
+ o.http_method = "POST"
13099
+ o.http_request_uri = "/search-test-cases"
13100
+ o.input = Shapes::ShapeRef.new(shape: SearchTestCasesRequest)
13101
+ o.output = Shapes::ShapeRef.new(shape: SearchTestCasesResponse)
13102
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13103
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13104
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13105
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13106
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13107
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13108
+ o[:pager] = Aws::Pager.new(
13109
+ limit_key: "max_results",
13110
+ tokens: {
13111
+ "next_token" => "next_token"
13112
+ }
13113
+ )
13114
+ end)
13115
+
12735
13116
  api.add_operation(:search_user_hierarchy_groups, Seahorse::Model::Operation.new.tap do |o|
12736
13117
  o.name = "SearchUserHierarchyGroups"
12737
13118
  o.http_method = "POST"
@@ -13046,6 +13427,21 @@ module Aws::Connect
13046
13427
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13047
13428
  end)
13048
13429
 
13430
+ api.add_operation(:start_test_case_execution, Seahorse::Model::Operation.new.tap do |o|
13431
+ o.name = "StartTestCaseExecution"
13432
+ o.http_method = "PUT"
13433
+ o.http_request_uri = "/test-cases/{InstanceId}/{TestCaseId}/start-execution"
13434
+ o.input = Shapes::ShapeRef.new(shape: StartTestCaseExecutionRequest)
13435
+ o.output = Shapes::ShapeRef.new(shape: StartTestCaseExecutionResponse)
13436
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13437
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13438
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
13439
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13440
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13441
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13442
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13443
+ end)
13444
+
13049
13445
  api.add_operation(:start_web_rtc_contact, Seahorse::Model::Operation.new.tap do |o|
13050
13446
  o.name = "StartWebRTCContact"
13051
13447
  o.http_method = "PUT"
@@ -13111,6 +13507,20 @@ module Aws::Connect
13111
13507
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13112
13508
  end)
13113
13509
 
13510
+ api.add_operation(:stop_test_case_execution, Seahorse::Model::Operation.new.tap do |o|
13511
+ o.name = "StopTestCaseExecution"
13512
+ o.http_method = "POST"
13513
+ o.http_request_uri = "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/stop-execution"
13514
+ o.input = Shapes::ShapeRef.new(shape: StopTestCaseExecutionRequest)
13515
+ o.output = Shapes::ShapeRef.new(shape: StopTestCaseExecutionResponse)
13516
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
13517
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
13518
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
13519
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
13520
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13521
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
13522
+ end)
13523
+
13114
13524
  api.add_operation(:submit_contact_evaluation, Seahorse::Model::Operation.new.tap do |o|
13115
13525
  o.name = "SubmitContactEvaluation"
13116
13526
  o.http_method = "POST"
@@ -13822,6 +14232,22 @@ module Aws::Connect
13822
14232
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
13823
14233
  end)
13824
14234
 
14235
+ api.add_operation(:update_test_case, Seahorse::Model::Operation.new.tap do |o|
14236
+ o.name = "UpdateTestCase"
14237
+ o.http_method = "POST"
14238
+ o.http_request_uri = "/test-cases/{InstanceId}/{TestCaseId}"
14239
+ o.input = Shapes::ShapeRef.new(shape: UpdateTestCaseRequest)
14240
+ o.output = Shapes::ShapeRef.new(shape: UpdateTestCaseResponse)
14241
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
14242
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
14243
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTestCaseException)
14244
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
14245
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
14246
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
14247
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
14248
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
14249
+ end)
14250
+
13825
14251
  api.add_operation(:update_traffic_distribution, Seahorse::Model::Operation.new.tap do |o|
13826
14252
  o.name = "UpdateTrafficDistribution"
13827
14253
  o.http_method = "PUT"