aws-sdk-connect 1.236.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +652 -1
- data/lib/aws-sdk-connect/client_api.rb +417 -0
- data/lib/aws-sdk-connect/errors.rb +16 -0
- data/lib/aws-sdk-connect/types.rb +938 -63
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +213 -0
- data/sig/errors.rbs +3 -0
- data/sig/types.rbs +244 -0
- metadata +1 -1
|
@@ -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')
|
|
@@ -1764,6 +1790,27 @@ module Aws::Connect
|
|
|
1764
1790
|
TemplateAttributes = Shapes::StructureShape.new(name: 'TemplateAttributes')
|
|
1765
1791
|
TemplateId = Shapes::StringShape.new(name: 'TemplateId')
|
|
1766
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')
|
|
1767
1814
|
ThemeImageLink = Shapes::StringShape.new(name: 'ThemeImageLink')
|
|
1768
1815
|
ThemeString = Shapes::StringShape.new(name: 'ThemeString')
|
|
1769
1816
|
Threshold = Shapes::StructureShape.new(name: 'Threshold')
|
|
@@ -1870,6 +1917,8 @@ module Aws::Connect
|
|
|
1870
1917
|
UpdateSecurityProfileRequest = Shapes::StructureShape.new(name: 'UpdateSecurityProfileRequest')
|
|
1871
1918
|
UpdateTaskTemplateRequest = Shapes::StructureShape.new(name: 'UpdateTaskTemplateRequest')
|
|
1872
1919
|
UpdateTaskTemplateResponse = Shapes::StructureShape.new(name: 'UpdateTaskTemplateResponse')
|
|
1920
|
+
UpdateTestCaseRequest = Shapes::StructureShape.new(name: 'UpdateTestCaseRequest')
|
|
1921
|
+
UpdateTestCaseResponse = Shapes::StructureShape.new(name: 'UpdateTestCaseResponse')
|
|
1873
1922
|
UpdateTrafficDistributionRequest = Shapes::StructureShape.new(name: 'UpdateTrafficDistributionRequest')
|
|
1874
1923
|
UpdateTrafficDistributionResponse = Shapes::StructureShape.new(name: 'UpdateTrafficDistributionResponse')
|
|
1875
1924
|
UpdateUserHierarchyGroupNameRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyGroupNameRequest')
|
|
@@ -1979,6 +2028,7 @@ module Aws::Connect
|
|
|
1979
2028
|
VocabularyState = Shapes::StringShape.new(name: 'VocabularyState')
|
|
1980
2029
|
VocabularySummary = Shapes::StructureShape.new(name: 'VocabularySummary')
|
|
1981
2030
|
VocabularySummaryList = Shapes::ListShape.new(name: 'VocabularySummaryList')
|
|
2031
|
+
VoiceCallEntryPointParameters = Shapes::StructureShape.new(name: 'VoiceCallEntryPointParameters')
|
|
1982
2032
|
VoiceRecordingConfiguration = Shapes::StructureShape.new(name: 'VoiceRecordingConfiguration')
|
|
1983
2033
|
VoiceRecordingTrack = Shapes::StringShape.new(name: 'VoiceRecordingTrack')
|
|
1984
2034
|
WeekdayOccurrenceInteger = Shapes::IntegerShape.new(name: 'WeekdayOccurrenceInteger')
|
|
@@ -3349,6 +3399,23 @@ module Aws::Connect
|
|
|
3349
3399
|
CreateTaskTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TaskTemplateArn, required: true, location_name: "Arn"))
|
|
3350
3400
|
CreateTaskTemplateResponse.struct_class = Types::CreateTaskTemplateResponse
|
|
3351
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
|
+
|
|
3352
3419
|
CreateTrafficDistributionGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name128, required: true, location_name: "Name"))
|
|
3353
3420
|
CreateTrafficDistributionGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description250, location_name: "Description"))
|
|
3354
3421
|
CreateTrafficDistributionGroupRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location_name: "InstanceId"))
|
|
@@ -3786,6 +3853,12 @@ module Aws::Connect
|
|
|
3786
3853
|
|
|
3787
3854
|
DeleteTaskTemplateResponse.struct_class = Types::DeleteTaskTemplateResponse
|
|
3788
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
|
+
|
|
3789
3862
|
DeleteTrafficDistributionGroupRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
|
|
3790
3863
|
DeleteTrafficDistributionGroupRequest.struct_class = Types::DeleteTrafficDistributionGroupRequest
|
|
3791
3864
|
|
|
@@ -4027,6 +4100,14 @@ module Aws::Connect
|
|
|
4027
4100
|
DescribeSecurityProfileResponse.add_member(:security_profile, Shapes::ShapeRef.new(shape: SecurityProfile, location_name: "SecurityProfile"))
|
|
4028
4101
|
DescribeSecurityProfileResponse.struct_class = Types::DescribeSecurityProfileResponse
|
|
4029
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
|
+
|
|
4030
4111
|
DescribeTrafficDistributionGroupRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
|
|
4031
4112
|
DescribeTrafficDistributionGroupRequest.struct_class = Types::DescribeTrafficDistributionGroupRequest
|
|
4032
4113
|
|
|
@@ -4810,6 +4891,14 @@ module Aws::Connect
|
|
|
4810
4891
|
EventBridgeActionDefinition.add_member(:name, Shapes::ShapeRef.new(shape: EventBridgeActionName, required: true, location_name: "Name"))
|
|
4811
4892
|
EventBridgeActionDefinition.struct_class = Types::EventBridgeActionDefinition
|
|
4812
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
|
+
|
|
4813
4902
|
Expiry.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "DurationInSeconds"))
|
|
4814
4903
|
Expiry.add_member(:expiry_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ExpiryTimestamp"))
|
|
4815
4904
|
Expiry.struct_class = Types::Expiry
|
|
@@ -5044,6 +5133,17 @@ module Aws::Connect
|
|
|
5044
5133
|
GetTaskTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
5045
5134
|
GetTaskTemplateResponse.struct_class = Types::GetTaskTemplateResponse
|
|
5046
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
|
+
|
|
5047
5147
|
GetTrafficDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "Id"))
|
|
5048
5148
|
GetTrafficDistributionRequest.struct_class = Types::GetTrafficDistributionRequest
|
|
5049
5149
|
|
|
@@ -5367,6 +5467,9 @@ module Aws::Connect
|
|
|
5367
5467
|
InvalidRequestExceptionReason.add_member_subclass(:unknown, Types::InvalidRequestExceptionReason::Unknown)
|
|
5368
5468
|
InvalidRequestExceptionReason.struct_class = Types::InvalidRequestExceptionReason
|
|
5369
5469
|
|
|
5470
|
+
InvalidTestCaseException.add_member(:problems, Shapes::ShapeRef.new(shape: Problems, location_name: "Problems"))
|
|
5471
|
+
InvalidTestCaseException.struct_class = Types::InvalidTestCaseException
|
|
5472
|
+
|
|
5370
5473
|
InvisibleFieldInfo.add_member(:id, Shapes::ShapeRef.new(shape: TaskTemplateFieldIdentifier, location_name: "Id"))
|
|
5371
5474
|
InvisibleFieldInfo.struct_class = Types::InvisibleFieldInfo
|
|
5372
5475
|
|
|
@@ -5942,6 +6045,41 @@ module Aws::Connect
|
|
|
5942
6045
|
ListTaskTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5943
6046
|
ListTaskTemplatesResponse.struct_class = Types::ListTaskTemplatesResponse
|
|
5944
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
|
+
|
|
5945
6083
|
ListTrafficDistributionGroupUsersRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
|
|
5946
6084
|
ListTrafficDistributionGroupUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult10, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
5947
6085
|
ListTrafficDistributionGroupUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
@@ -6175,6 +6313,11 @@ module Aws::Connect
|
|
|
6175
6313
|
NumericQuestionPropertyValueAutomation.add_member(:label, Shapes::ShapeRef.new(shape: NumericQuestionPropertyAutomationLabel, required: true, location_name: "Label"))
|
|
6176
6314
|
NumericQuestionPropertyValueAutomation.struct_class = Types::NumericQuestionPropertyValueAutomation
|
|
6177
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
|
+
|
|
6178
6321
|
OperationalHour.add_member(:start, Shapes::ShapeRef.new(shape: OverrideTimeSlice, location_name: "Start"))
|
|
6179
6322
|
OperationalHour.add_member(:end, Shapes::ShapeRef.new(shape: OverrideTimeSlice, location_name: "End"))
|
|
6180
6323
|
OperationalHour.struct_class = Types::OperationalHour
|
|
@@ -7234,6 +7377,18 @@ module Aws::Connect
|
|
|
7234
7377
|
SearchSecurityProfilesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
|
7235
7378
|
SearchSecurityProfilesResponse.struct_class = Types::SearchSecurityProfilesResponse
|
|
7236
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
|
+
|
|
7237
7392
|
SearchTextList.member = Shapes::ShapeRef.new(shape: SearchText)
|
|
7238
7393
|
|
|
7239
7394
|
SearchUserHierarchyGroupsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
@@ -7659,6 +7814,16 @@ module Aws::Connect
|
|
|
7659
7814
|
StartTaskContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
|
7660
7815
|
StartTaskContactResponse.struct_class = Types::StartTaskContactResponse
|
|
7661
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
|
+
|
|
7662
7827
|
StartWebRTCContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
|
7663
7828
|
StartWebRTCContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
7664
7829
|
StartWebRTCContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
|
@@ -7718,6 +7883,14 @@ module Aws::Connect
|
|
|
7718
7883
|
|
|
7719
7884
|
StopContactStreamingResponse.struct_class = Types::StopContactStreamingResponse
|
|
7720
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
|
+
|
|
7721
7894
|
StringCondition.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
|
|
7722
7895
|
StringCondition.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
|
7723
7896
|
StringCondition.add_member(:comparison_type, Shapes::ShapeRef.new(shape: StringComparisonType, location_name: "ComparisonType"))
|
|
@@ -7860,6 +8033,57 @@ module Aws::Connect
|
|
|
7860
8033
|
TemplatedMessageConfig.add_member(:template_attributes, Shapes::ShapeRef.new(shape: TemplateAttributes, required: true, location_name: "TemplateAttributes"))
|
|
7861
8034
|
TemplatedMessageConfig.struct_class = Types::TemplatedMessageConfig
|
|
7862
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
|
+
|
|
7863
8087
|
Threshold.add_member(:comparison, Shapes::ShapeRef.new(shape: Comparison, location_name: "Comparison"))
|
|
7864
8088
|
Threshold.add_member(:threshold_value, Shapes::ShapeRef.new(shape: ThresholdValue, location_name: "ThresholdValue", metadata: {"box" => true}))
|
|
7865
8089
|
Threshold.struct_class = Types::Threshold
|
|
@@ -8328,6 +8552,20 @@ module Aws::Connect
|
|
|
8328
8552
|
UpdateTaskTemplateResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedTime"))
|
|
8329
8553
|
UpdateTaskTemplateResponse.struct_class = Types::UpdateTaskTemplateResponse
|
|
8330
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
|
+
|
|
8331
8569
|
UpdateTrafficDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "Id"))
|
|
8332
8570
|
UpdateTrafficDistributionRequest.add_member(:telephony_config, Shapes::ShapeRef.new(shape: TelephonyConfig, location_name: "TelephonyConfig"))
|
|
8333
8571
|
UpdateTrafficDistributionRequest.add_member(:sign_in_config, Shapes::ShapeRef.new(shape: SignInConfig, location_name: "SignInConfig"))
|
|
@@ -8685,6 +8923,11 @@ module Aws::Connect
|
|
|
8685
8923
|
|
|
8686
8924
|
VocabularySummaryList.member = Shapes::ShapeRef.new(shape: VocabularySummary)
|
|
8687
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
|
+
|
|
8688
8931
|
VoiceRecordingConfiguration.add_member(:voice_recording_track, Shapes::ShapeRef.new(shape: VoiceRecordingTrack, location_name: "VoiceRecordingTrack"))
|
|
8689
8932
|
VoiceRecordingConfiguration.add_member(:ivr_recording_track, Shapes::ShapeRef.new(shape: IvrRecordingTrack, location_name: "IvrRecordingTrack"))
|
|
8690
8933
|
VoiceRecordingConfiguration.struct_class = Types::VoiceRecordingConfiguration
|
|
@@ -9646,6 +9889,25 @@ module Aws::Connect
|
|
|
9646
9889
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9647
9890
|
end)
|
|
9648
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
|
+
|
|
9649
9911
|
api.add_operation(:create_traffic_distribution_group, Seahorse::Model::Operation.new.tap do |o|
|
|
9650
9912
|
o.name = "CreateTrafficDistributionGroup"
|
|
9651
9913
|
o.http_method = "PUT"
|
|
@@ -10126,6 +10388,20 @@ module Aws::Connect
|
|
|
10126
10388
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10127
10389
|
end)
|
|
10128
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
|
+
|
|
10129
10405
|
api.add_operation(:delete_traffic_distribution_group, Seahorse::Model::Operation.new.tap do |o|
|
|
10130
10406
|
o.name = "DeleteTrafficDistributionGroup"
|
|
10131
10407
|
o.http_method = "DELETE"
|
|
@@ -10578,6 +10854,20 @@ module Aws::Connect
|
|
|
10578
10854
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10579
10855
|
end)
|
|
10580
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
|
+
|
|
10581
10871
|
api.add_operation(:describe_traffic_distribution_group, Seahorse::Model::Operation.new.tap do |o|
|
|
10582
10872
|
o.name = "DescribeTrafficDistributionGroup"
|
|
10583
10873
|
o.http_method = "GET"
|
|
@@ -11114,6 +11404,20 @@ module Aws::Connect
|
|
|
11114
11404
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11115
11405
|
end)
|
|
11116
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
|
+
|
|
11117
11421
|
api.add_operation(:get_traffic_distribution, Seahorse::Model::Operation.new.tap do |o|
|
|
11118
11422
|
o.name = "GetTrafficDistribution"
|
|
11119
11423
|
o.http_method = "GET"
|
|
@@ -12098,6 +12402,54 @@ module Aws::Connect
|
|
|
12098
12402
|
)
|
|
12099
12403
|
end)
|
|
12100
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
|
+
|
|
12101
12453
|
api.add_operation(:list_traffic_distribution_group_users, Seahorse::Model::Operation.new.tap do |o|
|
|
12102
12454
|
o.name = "ListTrafficDistributionGroupUsers"
|
|
12103
12455
|
o.http_method = "GET"
|
|
@@ -12732,6 +13084,26 @@ module Aws::Connect
|
|
|
12732
13084
|
)
|
|
12733
13085
|
end)
|
|
12734
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
|
+
|
|
12735
13107
|
api.add_operation(:search_user_hierarchy_groups, Seahorse::Model::Operation.new.tap do |o|
|
|
12736
13108
|
o.name = "SearchUserHierarchyGroups"
|
|
12737
13109
|
o.http_method = "POST"
|
|
@@ -13046,6 +13418,21 @@ module Aws::Connect
|
|
|
13046
13418
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
13047
13419
|
end)
|
|
13048
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
|
+
|
|
13049
13436
|
api.add_operation(:start_web_rtc_contact, Seahorse::Model::Operation.new.tap do |o|
|
|
13050
13437
|
o.name = "StartWebRTCContact"
|
|
13051
13438
|
o.http_method = "PUT"
|
|
@@ -13111,6 +13498,20 @@ module Aws::Connect
|
|
|
13111
13498
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
13112
13499
|
end)
|
|
13113
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
|
+
|
|
13114
13515
|
api.add_operation(:submit_contact_evaluation, Seahorse::Model::Operation.new.tap do |o|
|
|
13115
13516
|
o.name = "SubmitContactEvaluation"
|
|
13116
13517
|
o.http_method = "POST"
|
|
@@ -13822,6 +14223,22 @@ module Aws::Connect
|
|
|
13822
14223
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
13823
14224
|
end)
|
|
13824
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
|
+
|
|
13825
14242
|
api.add_operation(:update_traffic_distribution, Seahorse::Model::Operation.new.tap do |o|
|
|
13826
14243
|
o.name = "UpdateTrafficDistribution"
|
|
13827
14244
|
o.http_method = "PUT"
|