aws-sdk-connect 1.139.0 → 1.141.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +1075 -90
- data/lib/aws-sdk-connect/client_api.rb +584 -0
- data/lib/aws-sdk-connect/endpoints.rb +182 -0
- data/lib/aws-sdk-connect/errors.rb +16 -0
- data/lib/aws-sdk-connect/plugins/endpoints.rb +29 -2
- data/lib/aws-sdk-connect/types.rb +1785 -99
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +5 -5
@@ -14,6 +14,7 @@ module Aws::Connect
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
16
|
ARN = Shapes::StringShape.new(name: 'ARN')
|
17
|
+
AWSAccountId = Shapes::StringShape.new(name: 'AWSAccountId')
|
17
18
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
18
19
|
ActionSummaries = Shapes::ListShape.new(name: 'ActionSummaries')
|
19
20
|
ActionSummary = Shapes::StructureShape.new(name: 'ActionSummary')
|
@@ -44,17 +45,26 @@ module Aws::Connect
|
|
44
45
|
AgentsMinOneMaxHundred = Shapes::ListShape.new(name: 'AgentsMinOneMaxHundred')
|
45
46
|
AliasArn = Shapes::StringShape.new(name: 'AliasArn')
|
46
47
|
AllowedAccessControlTags = Shapes::MapShape.new(name: 'AllowedAccessControlTags')
|
48
|
+
AllowedCapabilities = Shapes::StructureShape.new(name: 'AllowedCapabilities')
|
47
49
|
AllowedMonitorCapabilities = Shapes::ListShape.new(name: 'AllowedMonitorCapabilities')
|
50
|
+
AnalyticsDataAssociationResult = Shapes::StructureShape.new(name: 'AnalyticsDataAssociationResult')
|
51
|
+
AnalyticsDataAssociationResults = Shapes::ListShape.new(name: 'AnalyticsDataAssociationResults')
|
48
52
|
AnswerMachineDetectionConfig = Shapes::StructureShape.new(name: 'AnswerMachineDetectionConfig')
|
49
53
|
Application = Shapes::StructureShape.new(name: 'Application')
|
50
54
|
ApplicationPermissions = Shapes::ListShape.new(name: 'ApplicationPermissions')
|
51
55
|
Applications = Shapes::ListShape.new(name: 'Applications')
|
52
56
|
ApproximateTotalCount = Shapes::IntegerShape.new(name: 'ApproximateTotalCount')
|
57
|
+
ArtifactId = Shapes::StringShape.new(name: 'ArtifactId')
|
58
|
+
ArtifactStatus = Shapes::StringShape.new(name: 'ArtifactStatus')
|
53
59
|
AssignContactCategoryActionDefinition = Shapes::StructureShape.new(name: 'AssignContactCategoryActionDefinition')
|
60
|
+
AssociateAnalyticsDataSetRequest = Shapes::StructureShape.new(name: 'AssociateAnalyticsDataSetRequest')
|
61
|
+
AssociateAnalyticsDataSetResponse = Shapes::StructureShape.new(name: 'AssociateAnalyticsDataSetResponse')
|
54
62
|
AssociateApprovedOriginRequest = Shapes::StructureShape.new(name: 'AssociateApprovedOriginRequest')
|
55
63
|
AssociateBotRequest = Shapes::StructureShape.new(name: 'AssociateBotRequest')
|
56
64
|
AssociateDefaultVocabularyRequest = Shapes::StructureShape.new(name: 'AssociateDefaultVocabularyRequest')
|
57
65
|
AssociateDefaultVocabularyResponse = Shapes::StructureShape.new(name: 'AssociateDefaultVocabularyResponse')
|
66
|
+
AssociateFlowRequest = Shapes::StructureShape.new(name: 'AssociateFlowRequest')
|
67
|
+
AssociateFlowResponse = Shapes::StructureShape.new(name: 'AssociateFlowResponse')
|
58
68
|
AssociateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'AssociateInstanceStorageConfigRequest')
|
59
69
|
AssociateInstanceStorageConfigResponse = Shapes::StructureShape.new(name: 'AssociateInstanceStorageConfigResponse')
|
60
70
|
AssociateLambdaFunctionRequest = Shapes::StructureShape.new(name: 'AssociateLambdaFunctionRequest')
|
@@ -67,16 +77,24 @@ module Aws::Connect
|
|
67
77
|
AssociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserRequest')
|
68
78
|
AssociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserResponse')
|
69
79
|
AssociationId = Shapes::StringShape.new(name: 'AssociationId')
|
80
|
+
AttachmentName = Shapes::StringShape.new(name: 'AttachmentName')
|
70
81
|
AttachmentReference = Shapes::StructureShape.new(name: 'AttachmentReference')
|
82
|
+
Attendee = Shapes::StructureShape.new(name: 'Attendee')
|
83
|
+
AttendeeId = Shapes::StringShape.new(name: 'AttendeeId')
|
71
84
|
Attribute = Shapes::StructureShape.new(name: 'Attribute')
|
72
85
|
AttributeName = Shapes::StringShape.new(name: 'AttributeName')
|
73
86
|
AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
|
74
87
|
Attributes = Shapes::MapShape.new(name: 'Attributes')
|
75
88
|
AttributesList = Shapes::ListShape.new(name: 'AttributesList')
|
89
|
+
AudioFeatures = Shapes::StructureShape.new(name: 'AudioFeatures')
|
76
90
|
AutoAccept = Shapes::BooleanShape.new(name: 'AutoAccept')
|
77
91
|
AvailableNumberSummary = Shapes::StructureShape.new(name: 'AvailableNumberSummary')
|
78
92
|
AvailableNumbersList = Shapes::ListShape.new(name: 'AvailableNumbersList')
|
79
93
|
AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
|
94
|
+
BatchAssociateAnalyticsDataSetRequest = Shapes::StructureShape.new(name: 'BatchAssociateAnalyticsDataSetRequest')
|
95
|
+
BatchAssociateAnalyticsDataSetResponse = Shapes::StructureShape.new(name: 'BatchAssociateAnalyticsDataSetResponse')
|
96
|
+
BatchDisassociateAnalyticsDataSetRequest = Shapes::StructureShape.new(name: 'BatchDisassociateAnalyticsDataSetRequest')
|
97
|
+
BatchDisassociateAnalyticsDataSetResponse = Shapes::StructureShape.new(name: 'BatchDisassociateAnalyticsDataSetResponse')
|
80
98
|
BatchGetFlowAssociationRequest = Shapes::StructureShape.new(name: 'BatchGetFlowAssociationRequest')
|
81
99
|
BatchGetFlowAssociationResponse = Shapes::StructureShape.new(name: 'BatchGetFlowAssociationResponse')
|
82
100
|
BatchPutContactRequest = Shapes::StructureShape.new(name: 'BatchPutContactRequest')
|
@@ -94,6 +112,8 @@ module Aws::Connect
|
|
94
112
|
ChatContent = Shapes::StringShape.new(name: 'ChatContent')
|
95
113
|
ChatContentType = Shapes::StringShape.new(name: 'ChatContentType')
|
96
114
|
ChatDurationInMinutes = Shapes::IntegerShape.new(name: 'ChatDurationInMinutes')
|
115
|
+
ChatEvent = Shapes::StructureShape.new(name: 'ChatEvent')
|
116
|
+
ChatEventType = Shapes::StringShape.new(name: 'ChatEventType')
|
97
117
|
ChatMessage = Shapes::StructureShape.new(name: 'ChatMessage')
|
98
118
|
ChatParticipantRoleConfig = Shapes::StructureShape.new(name: 'ChatParticipantRoleConfig')
|
99
119
|
ChatStreamingConfiguration = Shapes::StructureShape.new(name: 'ChatStreamingConfiguration')
|
@@ -105,6 +125,7 @@ module Aws::Connect
|
|
105
125
|
CommonNameLength127 = Shapes::StringShape.new(name: 'CommonNameLength127')
|
106
126
|
Comparison = Shapes::StringShape.new(name: 'Comparison')
|
107
127
|
Concurrency = Shapes::IntegerShape.new(name: 'Concurrency')
|
128
|
+
ConnectionData = Shapes::StructureShape.new(name: 'ConnectionData')
|
108
129
|
Contact = Shapes::StructureShape.new(name: 'Contact')
|
109
130
|
ContactDataRequest = Shapes::StructureShape.new(name: 'ContactDataRequest')
|
110
131
|
ContactDataRequestList = Shapes::ListShape.new(name: 'ContactDataRequestList')
|
@@ -136,6 +157,7 @@ module Aws::Connect
|
|
136
157
|
ContactState = Shapes::StringShape.new(name: 'ContactState')
|
137
158
|
ContactStates = Shapes::ListShape.new(name: 'ContactStates')
|
138
159
|
Content = Shapes::StringShape.new(name: 'Content')
|
160
|
+
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
139
161
|
ControlPlaneTagFilter = Shapes::StructureShape.new(name: 'ControlPlaneTagFilter')
|
140
162
|
CreateAgentStatusRequest = Shapes::StructureShape.new(name: 'CreateAgentStatusRequest')
|
141
163
|
CreateAgentStatusResponse = Shapes::StructureShape.new(name: 'CreateAgentStatusResponse')
|
@@ -195,6 +217,8 @@ module Aws::Connect
|
|
195
217
|
CurrentMetricSortCriteria = Shapes::StructureShape.new(name: 'CurrentMetricSortCriteria')
|
196
218
|
CurrentMetricSortCriteriaMaxOne = Shapes::ListShape.new(name: 'CurrentMetricSortCriteriaMaxOne')
|
197
219
|
CurrentMetrics = Shapes::ListShape.new(name: 'CurrentMetrics')
|
220
|
+
DataSetId = Shapes::StringShape.new(name: 'DataSetId')
|
221
|
+
DataSetIds = Shapes::ListShape.new(name: 'DataSetIds')
|
198
222
|
DateReference = Shapes::StructureShape.new(name: 'DateReference')
|
199
223
|
DeactivateEvaluationFormRequest = Shapes::StructureShape.new(name: 'DeactivateEvaluationFormRequest')
|
200
224
|
DeactivateEvaluationFormResponse = Shapes::StructureShape.new(name: 'DeactivateEvaluationFormResponse')
|
@@ -277,6 +301,7 @@ module Aws::Connect
|
|
277
301
|
DescribeVocabularyResponse = Shapes::StructureShape.new(name: 'DescribeVocabularyResponse')
|
278
302
|
Description = Shapes::StringShape.new(name: 'Description')
|
279
303
|
Description250 = Shapes::StringShape.new(name: 'Description250')
|
304
|
+
DestinationId = Shapes::StringShape.new(name: 'DestinationId')
|
280
305
|
DestinationNotAllowedException = Shapes::StructureShape.new(name: 'DestinationNotAllowedException')
|
281
306
|
Dimensions = Shapes::StructureShape.new(name: 'Dimensions')
|
282
307
|
DimensionsV2Key = Shapes::StringShape.new(name: 'DimensionsV2Key')
|
@@ -286,8 +311,11 @@ module Aws::Connect
|
|
286
311
|
DirectoryId = Shapes::StringShape.new(name: 'DirectoryId')
|
287
312
|
DirectoryType = Shapes::StringShape.new(name: 'DirectoryType')
|
288
313
|
DirectoryUserId = Shapes::StringShape.new(name: 'DirectoryUserId')
|
314
|
+
DisassociateAnalyticsDataSetRequest = Shapes::StructureShape.new(name: 'DisassociateAnalyticsDataSetRequest')
|
289
315
|
DisassociateApprovedOriginRequest = Shapes::StructureShape.new(name: 'DisassociateApprovedOriginRequest')
|
290
316
|
DisassociateBotRequest = Shapes::StructureShape.new(name: 'DisassociateBotRequest')
|
317
|
+
DisassociateFlowRequest = Shapes::StructureShape.new(name: 'DisassociateFlowRequest')
|
318
|
+
DisassociateFlowResponse = Shapes::StructureShape.new(name: 'DisassociateFlowResponse')
|
291
319
|
DisassociateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'DisassociateInstanceStorageConfigRequest')
|
292
320
|
DisassociateLambdaFunctionRequest = Shapes::StructureShape.new(name: 'DisassociateLambdaFunctionRequest')
|
293
321
|
DisassociateLexBotRequest = Shapes::StructureShape.new(name: 'DisassociateLexBotRequest')
|
@@ -312,6 +340,8 @@ module Aws::Connect
|
|
312
340
|
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
313
341
|
EndpointAddress = Shapes::StringShape.new(name: 'EndpointAddress')
|
314
342
|
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
343
|
+
ErrorResult = Shapes::StructureShape.new(name: 'ErrorResult')
|
344
|
+
ErrorResults = Shapes::ListShape.new(name: 'ErrorResults')
|
315
345
|
Evaluation = Shapes::StructureShape.new(name: 'Evaluation')
|
316
346
|
EvaluationAnswerData = Shapes::UnionShape.new(name: 'EvaluationAnswerData')
|
317
347
|
EvaluationAnswerDataNumericValue = Shapes::FloatShape.new(name: 'EvaluationAnswerDataNumericValue')
|
@@ -376,6 +406,7 @@ module Aws::Connect
|
|
376
406
|
FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
|
377
407
|
Filters = Shapes::StructureShape.new(name: 'Filters')
|
378
408
|
FiltersV2List = Shapes::ListShape.new(name: 'FiltersV2List')
|
409
|
+
FlowAssociationResourceType = Shapes::StringShape.new(name: 'FlowAssociationResourceType')
|
379
410
|
FlowAssociationSummary = Shapes::StructureShape.new(name: 'FlowAssociationSummary')
|
380
411
|
FlowAssociationSummaryList = Shapes::ListShape.new(name: 'FlowAssociationSummaryList')
|
381
412
|
FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
|
@@ -388,6 +419,8 @@ module Aws::Connect
|
|
388
419
|
GetCurrentUserDataResponse = Shapes::StructureShape.new(name: 'GetCurrentUserDataResponse')
|
389
420
|
GetFederationTokenRequest = Shapes::StructureShape.new(name: 'GetFederationTokenRequest')
|
390
421
|
GetFederationTokenResponse = Shapes::StructureShape.new(name: 'GetFederationTokenResponse')
|
422
|
+
GetFlowAssociationRequest = Shapes::StructureShape.new(name: 'GetFlowAssociationRequest')
|
423
|
+
GetFlowAssociationResponse = Shapes::StructureShape.new(name: 'GetFlowAssociationResponse')
|
391
424
|
GetMetricDataRequest = Shapes::StructureShape.new(name: 'GetMetricDataRequest')
|
392
425
|
GetMetricDataResponse = Shapes::StructureShape.new(name: 'GetMetricDataResponse')
|
393
426
|
GetMetricDataV2Request = Shapes::StructureShape.new(name: 'GetMetricDataV2Request')
|
@@ -443,6 +476,8 @@ module Aws::Connect
|
|
443
476
|
HoursOfOperationTimeSlice = Shapes::StructureShape.new(name: 'HoursOfOperationTimeSlice')
|
444
477
|
ISO8601Datetime = Shapes::StringShape.new(name: 'ISO8601Datetime')
|
445
478
|
IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
|
479
|
+
ImportPhoneNumberRequest = Shapes::StructureShape.new(name: 'ImportPhoneNumberRequest')
|
480
|
+
ImportPhoneNumberResponse = Shapes::StructureShape.new(name: 'ImportPhoneNumberResponse')
|
446
481
|
InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
|
447
482
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
448
483
|
InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
|
@@ -472,6 +507,7 @@ module Aws::Connect
|
|
472
507
|
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
473
508
|
InvisibleFieldInfo = Shapes::StructureShape.new(name: 'InvisibleFieldInfo')
|
474
509
|
InvisibleTaskTemplateFields = Shapes::ListShape.new(name: 'InvisibleTaskTemplateFields')
|
510
|
+
JoinToken = Shapes::StringShape.new(name: 'JoinToken')
|
475
511
|
KeyId = Shapes::StringShape.new(name: 'KeyId')
|
476
512
|
KinesisFirehoseConfig = Shapes::StructureShape.new(name: 'KinesisFirehoseConfig')
|
477
513
|
KinesisStreamConfig = Shapes::StructureShape.new(name: 'KinesisStreamConfig')
|
@@ -487,6 +523,8 @@ module Aws::Connect
|
|
487
523
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
488
524
|
ListAgentStatusRequest = Shapes::StructureShape.new(name: 'ListAgentStatusRequest')
|
489
525
|
ListAgentStatusResponse = Shapes::StructureShape.new(name: 'ListAgentStatusResponse')
|
526
|
+
ListAnalyticsDataAssociationsRequest = Shapes::StructureShape.new(name: 'ListAnalyticsDataAssociationsRequest')
|
527
|
+
ListAnalyticsDataAssociationsResponse = Shapes::StructureShape.new(name: 'ListAnalyticsDataAssociationsResponse')
|
490
528
|
ListApprovedOriginsRequest = Shapes::StructureShape.new(name: 'ListApprovedOriginsRequest')
|
491
529
|
ListApprovedOriginsResponse = Shapes::StructureShape.new(name: 'ListApprovedOriginsResponse')
|
492
530
|
ListBotsRequest = Shapes::StructureShape.new(name: 'ListBotsRequest')
|
@@ -506,6 +544,8 @@ module Aws::Connect
|
|
506
544
|
ListEvaluationFormsRequest = Shapes::StructureShape.new(name: 'ListEvaluationFormsRequest')
|
507
545
|
ListEvaluationFormsResponse = Shapes::StructureShape.new(name: 'ListEvaluationFormsResponse')
|
508
546
|
ListFlowAssociationResourceType = Shapes::StringShape.new(name: 'ListFlowAssociationResourceType')
|
547
|
+
ListFlowAssociationsRequest = Shapes::StructureShape.new(name: 'ListFlowAssociationsRequest')
|
548
|
+
ListFlowAssociationsResponse = Shapes::StructureShape.new(name: 'ListFlowAssociationsResponse')
|
509
549
|
ListHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'ListHoursOfOperationsRequest')
|
510
550
|
ListHoursOfOperationsResponse = Shapes::StructureShape.new(name: 'ListHoursOfOperationsResponse')
|
511
551
|
ListInstanceAttributesRequest = Shapes::StructureShape.new(name: 'ListInstanceAttributesRequest')
|
@@ -534,6 +574,8 @@ module Aws::Connect
|
|
534
574
|
ListQueuesResponse = Shapes::StructureShape.new(name: 'ListQueuesResponse')
|
535
575
|
ListQuickConnectsRequest = Shapes::StructureShape.new(name: 'ListQuickConnectsRequest')
|
536
576
|
ListQuickConnectsResponse = Shapes::StructureShape.new(name: 'ListQuickConnectsResponse')
|
577
|
+
ListRealtimeContactAnalysisSegmentsV2Request = Shapes::StructureShape.new(name: 'ListRealtimeContactAnalysisSegmentsV2Request')
|
578
|
+
ListRealtimeContactAnalysisSegmentsV2Response = Shapes::StructureShape.new(name: 'ListRealtimeContactAnalysisSegmentsV2Response')
|
537
579
|
ListRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesRequest')
|
538
580
|
ListRoutingProfileQueuesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesResponse')
|
539
581
|
ListRoutingProfilesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfilesRequest')
|
@@ -578,6 +620,12 @@ module Aws::Connect
|
|
578
620
|
MaximumResultReturnedException = Shapes::StructureShape.new(name: 'MaximumResultReturnedException')
|
579
621
|
MediaConcurrencies = Shapes::ListShape.new(name: 'MediaConcurrencies')
|
580
622
|
MediaConcurrency = Shapes::StructureShape.new(name: 'MediaConcurrency')
|
623
|
+
MediaPlacement = Shapes::StructureShape.new(name: 'MediaPlacement')
|
624
|
+
MediaRegion = Shapes::StringShape.new(name: 'MediaRegion')
|
625
|
+
Meeting = Shapes::StructureShape.new(name: 'Meeting')
|
626
|
+
MeetingFeatureStatus = Shapes::StringShape.new(name: 'MeetingFeatureStatus')
|
627
|
+
MeetingFeaturesConfiguration = Shapes::StructureShape.new(name: 'MeetingFeaturesConfiguration')
|
628
|
+
MeetingId = Shapes::StringShape.new(name: 'MeetingId')
|
581
629
|
Message = Shapes::StringShape.new(name: 'Message')
|
582
630
|
MetricDataCollectionsV2 = Shapes::ListShape.new(name: 'MetricDataCollectionsV2')
|
583
631
|
MetricDataV2 = Shapes::StructureShape.new(name: 'MetricDataV2')
|
@@ -597,6 +645,8 @@ module Aws::Connect
|
|
597
645
|
Name = Shapes::StringShape.new(name: 'Name')
|
598
646
|
Name128 = Shapes::StringShape.new(name: 'Name128')
|
599
647
|
Namespace = Shapes::StringShape.new(name: 'Namespace')
|
648
|
+
NewChatCreated = Shapes::BooleanShape.new(name: 'NewChatCreated')
|
649
|
+
NewSessionDetails = Shapes::StructureShape.new(name: 'NewSessionDetails')
|
600
650
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
601
651
|
NextToken2500 = Shapes::StringShape.new(name: 'NextToken2500')
|
602
652
|
NotificationContentType = Shapes::StringShape.new(name: 'NotificationContentType')
|
@@ -611,7 +661,9 @@ module Aws::Connect
|
|
611
661
|
OutboundCallerIdName = Shapes::StringShape.new(name: 'OutboundCallerIdName')
|
612
662
|
OutboundCallsEnabled = Shapes::BooleanShape.new(name: 'OutboundCallsEnabled')
|
613
663
|
OutboundContactNotPermittedException = Shapes::StructureShape.new(name: 'OutboundContactNotPermittedException')
|
664
|
+
OutputTypeNotFoundException = Shapes::StructureShape.new(name: 'OutputTypeNotFoundException')
|
614
665
|
PEM = Shapes::StringShape.new(name: 'PEM')
|
666
|
+
ParticipantCapabilities = Shapes::StructureShape.new(name: 'ParticipantCapabilities')
|
615
667
|
ParticipantDetails = Shapes::StructureShape.new(name: 'ParticipantDetails')
|
616
668
|
ParticipantDetailsToAdd = Shapes::StructureShape.new(name: 'ParticipantDetailsToAdd')
|
617
669
|
ParticipantId = Shapes::StringShape.new(name: 'ParticipantId')
|
@@ -700,6 +752,42 @@ module Aws::Connect
|
|
700
752
|
QuickConnectsList = Shapes::ListShape.new(name: 'QuickConnectsList')
|
701
753
|
ReadOnlyFieldInfo = Shapes::StructureShape.new(name: 'ReadOnlyFieldInfo')
|
702
754
|
ReadOnlyTaskTemplateFields = Shapes::ListShape.new(name: 'ReadOnlyTaskTemplateFields')
|
755
|
+
RealTimeContactAnalysisAttachment = Shapes::StructureShape.new(name: 'RealTimeContactAnalysisAttachment')
|
756
|
+
RealTimeContactAnalysisAttachments = Shapes::ListShape.new(name: 'RealTimeContactAnalysisAttachments')
|
757
|
+
RealTimeContactAnalysisCategoryDetails = Shapes::StructureShape.new(name: 'RealTimeContactAnalysisCategoryDetails')
|
758
|
+
RealTimeContactAnalysisCategoryName = Shapes::StringShape.new(name: 'RealTimeContactAnalysisCategoryName')
|
759
|
+
RealTimeContactAnalysisCharacterInterval = Shapes::StructureShape.new(name: 'RealTimeContactAnalysisCharacterInterval')
|
760
|
+
RealTimeContactAnalysisCharacterIntervals = Shapes::ListShape.new(name: 'RealTimeContactAnalysisCharacterIntervals')
|
761
|
+
RealTimeContactAnalysisContentType = Shapes::StringShape.new(name: 'RealTimeContactAnalysisContentType')
|
762
|
+
RealTimeContactAnalysisEventType = Shapes::StringShape.new(name: 'RealTimeContactAnalysisEventType')
|
763
|
+
RealTimeContactAnalysisId256 = Shapes::StringShape.new(name: 'RealTimeContactAnalysisId256')
|
764
|
+
RealTimeContactAnalysisIssueDetected = Shapes::StructureShape.new(name: 'RealTimeContactAnalysisIssueDetected')
|
765
|
+
RealTimeContactAnalysisIssuesDetected = Shapes::ListShape.new(name: 'RealTimeContactAnalysisIssuesDetected')
|
766
|
+
RealTimeContactAnalysisMatchedDetails = Shapes::MapShape.new(name: 'RealTimeContactAnalysisMatchedDetails')
|
767
|
+
RealTimeContactAnalysisOffset = Shapes::IntegerShape.new(name: 'RealTimeContactAnalysisOffset')
|
768
|
+
RealTimeContactAnalysisOutputType = Shapes::StringShape.new(name: 'RealTimeContactAnalysisOutputType')
|
769
|
+
RealTimeContactAnalysisPointOfInterest = Shapes::StructureShape.new(name: 'RealTimeContactAnalysisPointOfInterest')
|
770
|
+
RealTimeContactAnalysisPointsOfInterest = Shapes::ListShape.new(name: 'RealTimeContactAnalysisPointsOfInterest')
|
771
|
+
RealTimeContactAnalysisSegmentAttachments = Shapes::StructureShape.new(name: 'RealTimeContactAnalysisSegmentAttachments')
|
772
|
+
RealTimeContactAnalysisSegmentCategories = Shapes::StructureShape.new(name: 'RealTimeContactAnalysisSegmentCategories')
|
773
|
+
RealTimeContactAnalysisSegmentEvent = Shapes::StructureShape.new(name: 'RealTimeContactAnalysisSegmentEvent')
|
774
|
+
RealTimeContactAnalysisSegmentIssues = Shapes::StructureShape.new(name: 'RealTimeContactAnalysisSegmentIssues')
|
775
|
+
RealTimeContactAnalysisSegmentTranscript = Shapes::StructureShape.new(name: 'RealTimeContactAnalysisSegmentTranscript')
|
776
|
+
RealTimeContactAnalysisSegmentType = Shapes::StringShape.new(name: 'RealTimeContactAnalysisSegmentType')
|
777
|
+
RealTimeContactAnalysisSegmentTypes = Shapes::ListShape.new(name: 'RealTimeContactAnalysisSegmentTypes')
|
778
|
+
RealTimeContactAnalysisSentimentLabel = Shapes::StringShape.new(name: 'RealTimeContactAnalysisSentimentLabel')
|
779
|
+
RealTimeContactAnalysisStatus = Shapes::StringShape.new(name: 'RealTimeContactAnalysisStatus')
|
780
|
+
RealTimeContactAnalysisSupportedChannel = Shapes::StringShape.new(name: 'RealTimeContactAnalysisSupportedChannel')
|
781
|
+
RealTimeContactAnalysisTimeData = Shapes::UnionShape.new(name: 'RealTimeContactAnalysisTimeData')
|
782
|
+
RealTimeContactAnalysisTimeInstant = Shapes::TimestampShape.new(name: 'RealTimeContactAnalysisTimeInstant', timestampFormat: "iso8601")
|
783
|
+
RealTimeContactAnalysisTranscriptContent = Shapes::StringShape.new(name: 'RealTimeContactAnalysisTranscriptContent')
|
784
|
+
RealTimeContactAnalysisTranscriptItemRedaction = Shapes::StructureShape.new(name: 'RealTimeContactAnalysisTranscriptItemRedaction')
|
785
|
+
RealTimeContactAnalysisTranscriptItemWithCharacterOffsets = Shapes::StructureShape.new(name: 'RealTimeContactAnalysisTranscriptItemWithCharacterOffsets')
|
786
|
+
RealTimeContactAnalysisTranscriptItemWithContent = Shapes::StructureShape.new(name: 'RealTimeContactAnalysisTranscriptItemWithContent')
|
787
|
+
RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets = Shapes::ListShape.new(name: 'RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets')
|
788
|
+
RealTimeContactAnalysisTranscriptItemsWithContent = Shapes::ListShape.new(name: 'RealTimeContactAnalysisTranscriptItemsWithContent')
|
789
|
+
RealtimeContactAnalysisSegment = Shapes::UnionShape.new(name: 'RealtimeContactAnalysisSegment')
|
790
|
+
RealtimeContactAnalysisSegments = Shapes::ListShape.new(name: 'RealtimeContactAnalysisSegments')
|
703
791
|
Reference = Shapes::StructureShape.new(name: 'Reference')
|
704
792
|
ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
|
705
793
|
ReferenceKey = Shapes::StringShape.new(name: 'ReferenceKey')
|
@@ -801,6 +889,8 @@ module Aws::Connect
|
|
801
889
|
SegmentAttributeValue = Shapes::StructureShape.new(name: 'SegmentAttributeValue')
|
802
890
|
SegmentAttributeValueString = Shapes::StringShape.new(name: 'SegmentAttributeValueString')
|
803
891
|
SegmentAttributes = Shapes::MapShape.new(name: 'SegmentAttributes')
|
892
|
+
SendChatIntegrationEventRequest = Shapes::StructureShape.new(name: 'SendChatIntegrationEventRequest')
|
893
|
+
SendChatIntegrationEventResponse = Shapes::StructureShape.new(name: 'SendChatIntegrationEventResponse')
|
804
894
|
SendNotificationActionDefinition = Shapes::StructureShape.new(name: 'SendNotificationActionDefinition')
|
805
895
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
806
896
|
SignInConfig = Shapes::StructureShape.new(name: 'SignInConfig')
|
@@ -813,6 +903,7 @@ module Aws::Connect
|
|
813
903
|
SnapshotVersion = Shapes::StringShape.new(name: 'SnapshotVersion')
|
814
904
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
815
905
|
SourceApplicationName = Shapes::StringShape.new(name: 'SourceApplicationName')
|
906
|
+
SourceId = Shapes::StringShape.new(name: 'SourceId')
|
816
907
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
817
908
|
StartChatContactRequest = Shapes::StructureShape.new(name: 'StartChatContactRequest')
|
818
909
|
StartChatContactResponse = Shapes::StructureShape.new(name: 'StartChatContactResponse')
|
@@ -826,6 +917,8 @@ module Aws::Connect
|
|
826
917
|
StartOutboundVoiceContactResponse = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactResponse')
|
827
918
|
StartTaskContactRequest = Shapes::StructureShape.new(name: 'StartTaskContactRequest')
|
828
919
|
StartTaskContactResponse = Shapes::StructureShape.new(name: 'StartTaskContactResponse')
|
920
|
+
StartWebRTCContactRequest = Shapes::StructureShape.new(name: 'StartWebRTCContactRequest')
|
921
|
+
StartWebRTCContactResponse = Shapes::StructureShape.new(name: 'StartWebRTCContactResponse')
|
829
922
|
Statistic = Shapes::StringShape.new(name: 'Statistic')
|
830
923
|
StopContactRecordingRequest = Shapes::StructureShape.new(name: 'StopContactRecordingRequest')
|
831
924
|
StopContactRecordingResponse = Shapes::StructureShape.new(name: 'StopContactRecordingResponse')
|
@@ -842,6 +935,7 @@ module Aws::Connect
|
|
842
935
|
Subject = Shapes::StringShape.new(name: 'Subject')
|
843
936
|
SubmitContactEvaluationRequest = Shapes::StructureShape.new(name: 'SubmitContactEvaluationRequest')
|
844
937
|
SubmitContactEvaluationResponse = Shapes::StructureShape.new(name: 'SubmitContactEvaluationResponse')
|
938
|
+
Subtype = Shapes::StringShape.new(name: 'Subtype')
|
845
939
|
SuccessfulRequest = Shapes::StructureShape.new(name: 'SuccessfulRequest')
|
846
940
|
SuccessfulRequestList = Shapes::ListShape.new(name: 'SuccessfulRequestList')
|
847
941
|
SupportedMessagingContentType = Shapes::StringShape.new(name: 'SupportedMessagingContentType')
|
@@ -1003,6 +1097,7 @@ module Aws::Connect
|
|
1003
1097
|
UserTagMap = Shapes::MapShape.new(name: 'UserTagMap')
|
1004
1098
|
Value = Shapes::FloatShape.new(name: 'Value')
|
1005
1099
|
VersionNumber = Shapes::IntegerShape.new(name: 'VersionNumber')
|
1100
|
+
VideoCapability = Shapes::StringShape.new(name: 'VideoCapability')
|
1006
1101
|
View = Shapes::StructureShape.new(name: 'View')
|
1007
1102
|
ViewAction = Shapes::StringShape.new(name: 'ViewAction')
|
1008
1103
|
ViewActions = Shapes::ListShape.new(name: 'ViewActions')
|
@@ -1111,8 +1206,20 @@ module Aws::Connect
|
|
1111
1206
|
AllowedAccessControlTags.key = Shapes::ShapeRef.new(shape: SecurityProfilePolicyKey)
|
1112
1207
|
AllowedAccessControlTags.value = Shapes::ShapeRef.new(shape: SecurityProfilePolicyValue)
|
1113
1208
|
|
1209
|
+
AllowedCapabilities.add_member(:customer, Shapes::ShapeRef.new(shape: ParticipantCapabilities, location_name: "Customer"))
|
1210
|
+
AllowedCapabilities.add_member(:agent, Shapes::ShapeRef.new(shape: ParticipantCapabilities, location_name: "Agent"))
|
1211
|
+
AllowedCapabilities.struct_class = Types::AllowedCapabilities
|
1212
|
+
|
1114
1213
|
AllowedMonitorCapabilities.member = Shapes::ShapeRef.new(shape: MonitorCapability)
|
1115
1214
|
|
1215
|
+
AnalyticsDataAssociationResult.add_member(:data_set_id, Shapes::ShapeRef.new(shape: DataSetId, location_name: "DataSetId"))
|
1216
|
+
AnalyticsDataAssociationResult.add_member(:target_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "TargetAccountId"))
|
1217
|
+
AnalyticsDataAssociationResult.add_member(:resource_share_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceShareId"))
|
1218
|
+
AnalyticsDataAssociationResult.add_member(:resource_share_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceShareArn"))
|
1219
|
+
AnalyticsDataAssociationResult.struct_class = Types::AnalyticsDataAssociationResult
|
1220
|
+
|
1221
|
+
AnalyticsDataAssociationResults.member = Shapes::ShapeRef.new(shape: AnalyticsDataAssociationResult)
|
1222
|
+
|
1116
1223
|
AnswerMachineDetectionConfig.add_member(:enable_answer_machine_detection, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAnswerMachineDetection"))
|
1117
1224
|
AnswerMachineDetectionConfig.add_member(:await_answer_machine_prompt, Shapes::ShapeRef.new(shape: Boolean, location_name: "AwaitAnswerMachinePrompt"))
|
1118
1225
|
AnswerMachineDetectionConfig.struct_class = Types::AnswerMachineDetectionConfig
|
@@ -1127,6 +1234,17 @@ module Aws::Connect
|
|
1127
1234
|
|
1128
1235
|
AssignContactCategoryActionDefinition.struct_class = Types::AssignContactCategoryActionDefinition
|
1129
1236
|
|
1237
|
+
AssociateAnalyticsDataSetRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1238
|
+
AssociateAnalyticsDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: DataSetId, required: true, location_name: "DataSetId"))
|
1239
|
+
AssociateAnalyticsDataSetRequest.add_member(:target_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "TargetAccountId"))
|
1240
|
+
AssociateAnalyticsDataSetRequest.struct_class = Types::AssociateAnalyticsDataSetRequest
|
1241
|
+
|
1242
|
+
AssociateAnalyticsDataSetResponse.add_member(:data_set_id, Shapes::ShapeRef.new(shape: DataSetId, location_name: "DataSetId"))
|
1243
|
+
AssociateAnalyticsDataSetResponse.add_member(:target_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "TargetAccountId"))
|
1244
|
+
AssociateAnalyticsDataSetResponse.add_member(:resource_share_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceShareId"))
|
1245
|
+
AssociateAnalyticsDataSetResponse.add_member(:resource_share_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceShareArn"))
|
1246
|
+
AssociateAnalyticsDataSetResponse.struct_class = Types::AssociateAnalyticsDataSetResponse
|
1247
|
+
|
1130
1248
|
AssociateApprovedOriginRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1131
1249
|
AssociateApprovedOriginRequest.add_member(:origin, Shapes::ShapeRef.new(shape: Origin, required: true, location_name: "Origin"))
|
1132
1250
|
AssociateApprovedOriginRequest.struct_class = Types::AssociateApprovedOriginRequest
|
@@ -1143,6 +1261,14 @@ module Aws::Connect
|
|
1143
1261
|
|
1144
1262
|
AssociateDefaultVocabularyResponse.struct_class = Types::AssociateDefaultVocabularyResponse
|
1145
1263
|
|
1264
|
+
AssociateFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1265
|
+
AssociateFlowRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "ResourceId"))
|
1266
|
+
AssociateFlowRequest.add_member(:flow_id, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "FlowId"))
|
1267
|
+
AssociateFlowRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: FlowAssociationResourceType, required: true, location_name: "ResourceType"))
|
1268
|
+
AssociateFlowRequest.struct_class = Types::AssociateFlowRequest
|
1269
|
+
|
1270
|
+
AssociateFlowResponse.struct_class = Types::AssociateFlowResponse
|
1271
|
+
|
1146
1272
|
AssociateInstanceStorageConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1147
1273
|
AssociateInstanceStorageConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location_name: "ResourceType"))
|
1148
1274
|
AssociateInstanceStorageConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, required: true, location_name: "StorageConfig"))
|
@@ -1193,6 +1319,10 @@ module Aws::Connect
|
|
1193
1319
|
AttachmentReference.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "Status"))
|
1194
1320
|
AttachmentReference.struct_class = Types::AttachmentReference
|
1195
1321
|
|
1322
|
+
Attendee.add_member(:attendee_id, Shapes::ShapeRef.new(shape: AttendeeId, location_name: "AttendeeId"))
|
1323
|
+
Attendee.add_member(:join_token, Shapes::ShapeRef.new(shape: JoinToken, location_name: "JoinToken"))
|
1324
|
+
Attendee.struct_class = Types::Attendee
|
1325
|
+
|
1196
1326
|
Attribute.add_member(:attribute_type, Shapes::ShapeRef.new(shape: InstanceAttributeType, location_name: "AttributeType"))
|
1197
1327
|
Attribute.add_member(:value, Shapes::ShapeRef.new(shape: InstanceAttributeValue, location_name: "Value"))
|
1198
1328
|
Attribute.struct_class = Types::Attribute
|
@@ -1202,6 +1332,9 @@ module Aws::Connect
|
|
1202
1332
|
|
1203
1333
|
AttributesList.member = Shapes::ShapeRef.new(shape: Attribute)
|
1204
1334
|
|
1335
|
+
AudioFeatures.add_member(:echo_reduction, Shapes::ShapeRef.new(shape: MeetingFeatureStatus, location_name: "EchoReduction"))
|
1336
|
+
AudioFeatures.struct_class = Types::AudioFeatures
|
1337
|
+
|
1205
1338
|
AvailableNumberSummary.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "PhoneNumber"))
|
1206
1339
|
AvailableNumberSummary.add_member(:phone_number_country_code, Shapes::ShapeRef.new(shape: PhoneNumberCountryCode, location_name: "PhoneNumberCountryCode"))
|
1207
1340
|
AvailableNumberSummary.add_member(:phone_number_type, Shapes::ShapeRef.new(shape: PhoneNumberType, location_name: "PhoneNumberType"))
|
@@ -1209,6 +1342,24 @@ module Aws::Connect
|
|
1209
1342
|
|
1210
1343
|
AvailableNumbersList.member = Shapes::ShapeRef.new(shape: AvailableNumberSummary)
|
1211
1344
|
|
1345
|
+
BatchAssociateAnalyticsDataSetRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1346
|
+
BatchAssociateAnalyticsDataSetRequest.add_member(:data_set_ids, Shapes::ShapeRef.new(shape: DataSetIds, required: true, location_name: "DataSetIds"))
|
1347
|
+
BatchAssociateAnalyticsDataSetRequest.add_member(:target_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "TargetAccountId"))
|
1348
|
+
BatchAssociateAnalyticsDataSetRequest.struct_class = Types::BatchAssociateAnalyticsDataSetRequest
|
1349
|
+
|
1350
|
+
BatchAssociateAnalyticsDataSetResponse.add_member(:created, Shapes::ShapeRef.new(shape: AnalyticsDataAssociationResults, location_name: "Created"))
|
1351
|
+
BatchAssociateAnalyticsDataSetResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ErrorResults, location_name: "Errors"))
|
1352
|
+
BatchAssociateAnalyticsDataSetResponse.struct_class = Types::BatchAssociateAnalyticsDataSetResponse
|
1353
|
+
|
1354
|
+
BatchDisassociateAnalyticsDataSetRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1355
|
+
BatchDisassociateAnalyticsDataSetRequest.add_member(:data_set_ids, Shapes::ShapeRef.new(shape: DataSetIds, required: true, location_name: "DataSetIds"))
|
1356
|
+
BatchDisassociateAnalyticsDataSetRequest.add_member(:target_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "TargetAccountId"))
|
1357
|
+
BatchDisassociateAnalyticsDataSetRequest.struct_class = Types::BatchDisassociateAnalyticsDataSetRequest
|
1358
|
+
|
1359
|
+
BatchDisassociateAnalyticsDataSetResponse.add_member(:deleted, Shapes::ShapeRef.new(shape: DataSetIds, location_name: "Deleted"))
|
1360
|
+
BatchDisassociateAnalyticsDataSetResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ErrorResults, location_name: "Errors"))
|
1361
|
+
BatchDisassociateAnalyticsDataSetResponse.struct_class = Types::BatchDisassociateAnalyticsDataSetResponse
|
1362
|
+
|
1212
1363
|
BatchGetFlowAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1213
1364
|
BatchGetFlowAssociationRequest.add_member(:resource_ids, Shapes::ShapeRef.new(shape: resourceArnListMaxLimit100, required: true, location_name: "ResourceIds"))
|
1214
1365
|
BatchGetFlowAssociationRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ListFlowAssociationResourceType, location_name: "ResourceType"))
|
@@ -1234,6 +1385,11 @@ module Aws::Connect
|
|
1234
1385
|
|
1235
1386
|
Channels.member = Shapes::ShapeRef.new(shape: Channel)
|
1236
1387
|
|
1388
|
+
ChatEvent.add_member(:type, Shapes::ShapeRef.new(shape: ChatEventType, required: true, location_name: "Type"))
|
1389
|
+
ChatEvent.add_member(:content_type, Shapes::ShapeRef.new(shape: ChatContentType, location_name: "ContentType"))
|
1390
|
+
ChatEvent.add_member(:content, Shapes::ShapeRef.new(shape: ChatContent, location_name: "Content"))
|
1391
|
+
ChatEvent.struct_class = Types::ChatEvent
|
1392
|
+
|
1237
1393
|
ChatMessage.add_member(:content_type, Shapes::ShapeRef.new(shape: ChatContentType, required: true, location_name: "ContentType"))
|
1238
1394
|
ChatMessage.add_member(:content, Shapes::ShapeRef.new(shape: ChatContent, required: true, location_name: "Content"))
|
1239
1395
|
ChatMessage.struct_class = Types::ChatMessage
|
@@ -1266,8 +1422,13 @@ module Aws::Connect
|
|
1266
1422
|
ClaimedPhoneNumberSummary.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
1267
1423
|
ClaimedPhoneNumberSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1268
1424
|
ClaimedPhoneNumberSummary.add_member(:phone_number_status, Shapes::ShapeRef.new(shape: PhoneNumberStatus, location_name: "PhoneNumberStatus"))
|
1425
|
+
ClaimedPhoneNumberSummary.add_member(:source_phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "SourcePhoneNumberArn"))
|
1269
1426
|
ClaimedPhoneNumberSummary.struct_class = Types::ClaimedPhoneNumberSummary
|
1270
1427
|
|
1428
|
+
ConnectionData.add_member(:attendee, Shapes::ShapeRef.new(shape: Attendee, location_name: "Attendee"))
|
1429
|
+
ConnectionData.add_member(:meeting, Shapes::ShapeRef.new(shape: Meeting, location_name: "Meeting"))
|
1430
|
+
ConnectionData.struct_class = Types::ConnectionData
|
1431
|
+
|
1271
1432
|
Contact.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
1272
1433
|
Contact.add_member(:id, Shapes::ShapeRef.new(shape: ContactId, location_name: "Id"))
|
1273
1434
|
Contact.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "InitialContactId"))
|
@@ -1665,6 +1826,8 @@ module Aws::Connect
|
|
1665
1826
|
|
1666
1827
|
CurrentMetrics.member = Shapes::ShapeRef.new(shape: CurrentMetric)
|
1667
1828
|
|
1829
|
+
DataSetIds.member = Shapes::ShapeRef.new(shape: DataSetId)
|
1830
|
+
|
1668
1831
|
DateReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
|
1669
1832
|
DateReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
1670
1833
|
DateReference.struct_class = Types::DateReference
|
@@ -1960,6 +2123,11 @@ module Aws::Connect
|
|
1960
2123
|
DimensionsV2Map.key = Shapes::ShapeRef.new(shape: DimensionsV2Key)
|
1961
2124
|
DimensionsV2Map.value = Shapes::ShapeRef.new(shape: DimensionsV2Value)
|
1962
2125
|
|
2126
|
+
DisassociateAnalyticsDataSetRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2127
|
+
DisassociateAnalyticsDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: DataSetId, required: true, location_name: "DataSetId"))
|
2128
|
+
DisassociateAnalyticsDataSetRequest.add_member(:target_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "TargetAccountId"))
|
2129
|
+
DisassociateAnalyticsDataSetRequest.struct_class = Types::DisassociateAnalyticsDataSetRequest
|
2130
|
+
|
1963
2131
|
DisassociateApprovedOriginRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1964
2132
|
DisassociateApprovedOriginRequest.add_member(:origin, Shapes::ShapeRef.new(shape: Origin, required: true, location: "querystring", location_name: "origin"))
|
1965
2133
|
DisassociateApprovedOriginRequest.struct_class = Types::DisassociateApprovedOriginRequest
|
@@ -1969,6 +2137,13 @@ module Aws::Connect
|
|
1969
2137
|
DisassociateBotRequest.add_member(:lex_v2_bot, Shapes::ShapeRef.new(shape: LexV2Bot, location_name: "LexV2Bot"))
|
1970
2138
|
DisassociateBotRequest.struct_class = Types::DisassociateBotRequest
|
1971
2139
|
|
2140
|
+
DisassociateFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2141
|
+
DisassociateFlowRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "ResourceId"))
|
2142
|
+
DisassociateFlowRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: FlowAssociationResourceType, required: true, location: "uri", location_name: "ResourceType"))
|
2143
|
+
DisassociateFlowRequest.struct_class = Types::DisassociateFlowRequest
|
2144
|
+
|
2145
|
+
DisassociateFlowResponse.struct_class = Types::DisassociateFlowResponse
|
2146
|
+
|
1972
2147
|
DisassociateInstanceStorageConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1973
2148
|
DisassociateInstanceStorageConfigRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "AssociationId"))
|
1974
2149
|
DisassociateInstanceStorageConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location: "querystring", location_name: "resourceType"))
|
@@ -2039,6 +2214,12 @@ module Aws::Connect
|
|
2039
2214
|
Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: EndpointAddress, location_name: "Address"))
|
2040
2215
|
Endpoint.struct_class = Types::Endpoint
|
2041
2216
|
|
2217
|
+
ErrorResult.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
|
2218
|
+
ErrorResult.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
2219
|
+
ErrorResult.struct_class = Types::ErrorResult
|
2220
|
+
|
2221
|
+
ErrorResults.member = Shapes::ShapeRef.new(shape: ErrorResult)
|
2222
|
+
|
2042
2223
|
Evaluation.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationId"))
|
2043
2224
|
Evaluation.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
|
2044
2225
|
Evaluation.add_member(:metadata, Shapes::ShapeRef.new(shape: EvaluationMetadata, required: true, location_name: "Metadata"))
|
@@ -2317,6 +2498,16 @@ module Aws::Connect
|
|
2317
2498
|
GetFederationTokenResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "UserId"))
|
2318
2499
|
GetFederationTokenResponse.struct_class = Types::GetFederationTokenResponse
|
2319
2500
|
|
2501
|
+
GetFlowAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2502
|
+
GetFlowAssociationRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "ResourceId"))
|
2503
|
+
GetFlowAssociationRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: FlowAssociationResourceType, required: true, location: "uri", location_name: "ResourceType"))
|
2504
|
+
GetFlowAssociationRequest.struct_class = Types::GetFlowAssociationRequest
|
2505
|
+
|
2506
|
+
GetFlowAssociationResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceId"))
|
2507
|
+
GetFlowAssociationResponse.add_member(:flow_id, Shapes::ShapeRef.new(shape: ARN, location_name: "FlowId"))
|
2508
|
+
GetFlowAssociationResponse.add_member(:resource_type, Shapes::ShapeRef.new(shape: FlowAssociationResourceType, location_name: "ResourceType"))
|
2509
|
+
GetFlowAssociationResponse.struct_class = Types::GetFlowAssociationResponse
|
2510
|
+
|
2320
2511
|
GetMetricDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2321
2512
|
GetMetricDataRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "StartTime"))
|
2322
2513
|
GetMetricDataRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "EndTime"))
|
@@ -2520,6 +2711,17 @@ module Aws::Connect
|
|
2520
2711
|
IdempotencyException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
2521
2712
|
IdempotencyException.struct_class = Types::IdempotencyException
|
2522
2713
|
|
2714
|
+
ImportPhoneNumberRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
2715
|
+
ImportPhoneNumberRequest.add_member(:source_phone_number_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "SourcePhoneNumberArn"))
|
2716
|
+
ImportPhoneNumberRequest.add_member(:phone_number_description, Shapes::ShapeRef.new(shape: PhoneNumberDescription, location_name: "PhoneNumberDescription"))
|
2717
|
+
ImportPhoneNumberRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2718
|
+
ImportPhoneNumberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2719
|
+
ImportPhoneNumberRequest.struct_class = Types::ImportPhoneNumberRequest
|
2720
|
+
|
2721
|
+
ImportPhoneNumberResponse.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: PhoneNumberId, location_name: "PhoneNumberId"))
|
2722
|
+
ImportPhoneNumberResponse.add_member(:phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "PhoneNumberArn"))
|
2723
|
+
ImportPhoneNumberResponse.struct_class = Types::ImportPhoneNumberResponse
|
2724
|
+
|
2523
2725
|
Instance.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
|
2524
2726
|
Instance.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
2525
2727
|
Instance.add_member(:identity_management_type, Shapes::ShapeRef.new(shape: DirectoryType, location_name: "IdentityManagementType"))
|
@@ -2635,6 +2837,16 @@ module Aws::Connect
|
|
2635
2837
|
ListAgentStatusResponse.add_member(:agent_status_summary_list, Shapes::ShapeRef.new(shape: AgentStatusSummaryList, location_name: "AgentStatusSummaryList"))
|
2636
2838
|
ListAgentStatusResponse.struct_class = Types::ListAgentStatusResponse
|
2637
2839
|
|
2840
|
+
ListAnalyticsDataAssociationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2841
|
+
ListAnalyticsDataAssociationsRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: DataSetId, location: "querystring", location_name: "DataSetId"))
|
2842
|
+
ListAnalyticsDataAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
2843
|
+
ListAnalyticsDataAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults"))
|
2844
|
+
ListAnalyticsDataAssociationsRequest.struct_class = Types::ListAnalyticsDataAssociationsRequest
|
2845
|
+
|
2846
|
+
ListAnalyticsDataAssociationsResponse.add_member(:results, Shapes::ShapeRef.new(shape: AnalyticsDataAssociationResults, location_name: "Results"))
|
2847
|
+
ListAnalyticsDataAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2848
|
+
ListAnalyticsDataAssociationsResponse.struct_class = Types::ListAnalyticsDataAssociationsResponse
|
2849
|
+
|
2638
2850
|
ListApprovedOriginsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2639
2851
|
ListApprovedOriginsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
2640
2852
|
ListApprovedOriginsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult25, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
@@ -2722,6 +2934,16 @@ module Aws::Connect
|
|
2722
2934
|
ListEvaluationFormsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2723
2935
|
ListEvaluationFormsResponse.struct_class = Types::ListEvaluationFormsResponse
|
2724
2936
|
|
2937
|
+
ListFlowAssociationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2938
|
+
ListFlowAssociationsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ListFlowAssociationResourceType, location: "querystring", location_name: "ResourceType"))
|
2939
|
+
ListFlowAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
2940
|
+
ListFlowAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
2941
|
+
ListFlowAssociationsRequest.struct_class = Types::ListFlowAssociationsRequest
|
2942
|
+
|
2943
|
+
ListFlowAssociationsResponse.add_member(:flow_association_summary_list, Shapes::ShapeRef.new(shape: FlowAssociationSummaryList, location_name: "FlowAssociationSummaryList"))
|
2944
|
+
ListFlowAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2945
|
+
ListFlowAssociationsResponse.struct_class = Types::ListFlowAssociationsResponse
|
2946
|
+
|
2725
2947
|
ListHoursOfOperationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2726
2948
|
ListHoursOfOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
2727
2949
|
ListHoursOfOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults"))
|
@@ -2805,6 +3027,8 @@ module Aws::Connect
|
|
2805
3027
|
ListPhoneNumbersSummary.add_member(:phone_number_type, Shapes::ShapeRef.new(shape: PhoneNumberType, location_name: "PhoneNumberType"))
|
2806
3028
|
ListPhoneNumbersSummary.add_member(:target_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TargetArn"))
|
2807
3029
|
ListPhoneNumbersSummary.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
3030
|
+
ListPhoneNumbersSummary.add_member(:phone_number_description, Shapes::ShapeRef.new(shape: PhoneNumberDescription, location_name: "PhoneNumberDescription"))
|
3031
|
+
ListPhoneNumbersSummary.add_member(:source_phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "SourcePhoneNumberArn"))
|
2808
3032
|
ListPhoneNumbersSummary.struct_class = Types::ListPhoneNumbersSummary
|
2809
3033
|
|
2810
3034
|
ListPhoneNumbersSummaryList.member = Shapes::ShapeRef.new(shape: ListPhoneNumbersSummary)
|
@@ -2863,6 +3087,20 @@ module Aws::Connect
|
|
2863
3087
|
ListQuickConnectsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2864
3088
|
ListQuickConnectsResponse.struct_class = Types::ListQuickConnectsResponse
|
2865
3089
|
|
3090
|
+
ListRealtimeContactAnalysisSegmentsV2Request.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3091
|
+
ListRealtimeContactAnalysisSegmentsV2Request.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
|
3092
|
+
ListRealtimeContactAnalysisSegmentsV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
|
3093
|
+
ListRealtimeContactAnalysisSegmentsV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: LargeNextToken, location_name: "NextToken"))
|
3094
|
+
ListRealtimeContactAnalysisSegmentsV2Request.add_member(:output_type, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisOutputType, required: true, location_name: "OutputType"))
|
3095
|
+
ListRealtimeContactAnalysisSegmentsV2Request.add_member(:segment_types, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisSegmentTypes, required: true, location_name: "SegmentTypes"))
|
3096
|
+
ListRealtimeContactAnalysisSegmentsV2Request.struct_class = Types::ListRealtimeContactAnalysisSegmentsV2Request
|
3097
|
+
|
3098
|
+
ListRealtimeContactAnalysisSegmentsV2Response.add_member(:channel, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisSupportedChannel, required: true, location_name: "Channel"))
|
3099
|
+
ListRealtimeContactAnalysisSegmentsV2Response.add_member(:status, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisStatus, required: true, location_name: "Status"))
|
3100
|
+
ListRealtimeContactAnalysisSegmentsV2Response.add_member(:segments, Shapes::ShapeRef.new(shape: RealtimeContactAnalysisSegments, required: true, location_name: "Segments"))
|
3101
|
+
ListRealtimeContactAnalysisSegmentsV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: LargeNextToken, location_name: "NextToken"))
|
3102
|
+
ListRealtimeContactAnalysisSegmentsV2Response.struct_class = Types::ListRealtimeContactAnalysisSegmentsV2Response
|
3103
|
+
|
2866
3104
|
ListRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2867
3105
|
ListRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
2868
3106
|
ListRoutingProfileQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -3030,6 +3268,22 @@ module Aws::Connect
|
|
3030
3268
|
MediaConcurrency.add_member(:cross_channel_behavior, Shapes::ShapeRef.new(shape: CrossChannelBehavior, location_name: "CrossChannelBehavior"))
|
3031
3269
|
MediaConcurrency.struct_class = Types::MediaConcurrency
|
3032
3270
|
|
3271
|
+
MediaPlacement.add_member(:audio_host_url, Shapes::ShapeRef.new(shape: URI, location_name: "AudioHostUrl"))
|
3272
|
+
MediaPlacement.add_member(:audio_fallback_url, Shapes::ShapeRef.new(shape: URI, location_name: "AudioFallbackUrl"))
|
3273
|
+
MediaPlacement.add_member(:signaling_url, Shapes::ShapeRef.new(shape: URI, location_name: "SignalingUrl"))
|
3274
|
+
MediaPlacement.add_member(:turn_control_url, Shapes::ShapeRef.new(shape: URI, location_name: "TurnControlUrl"))
|
3275
|
+
MediaPlacement.add_member(:event_ingestion_url, Shapes::ShapeRef.new(shape: URI, location_name: "EventIngestionUrl"))
|
3276
|
+
MediaPlacement.struct_class = Types::MediaPlacement
|
3277
|
+
|
3278
|
+
Meeting.add_member(:media_region, Shapes::ShapeRef.new(shape: MediaRegion, location_name: "MediaRegion"))
|
3279
|
+
Meeting.add_member(:media_placement, Shapes::ShapeRef.new(shape: MediaPlacement, location_name: "MediaPlacement"))
|
3280
|
+
Meeting.add_member(:meeting_features, Shapes::ShapeRef.new(shape: MeetingFeaturesConfiguration, location_name: "MeetingFeatures"))
|
3281
|
+
Meeting.add_member(:meeting_id, Shapes::ShapeRef.new(shape: MeetingId, location_name: "MeetingId"))
|
3282
|
+
Meeting.struct_class = Types::Meeting
|
3283
|
+
|
3284
|
+
MeetingFeaturesConfiguration.add_member(:audio, Shapes::ShapeRef.new(shape: AudioFeatures, location_name: "Audio"))
|
3285
|
+
MeetingFeaturesConfiguration.struct_class = Types::MeetingFeaturesConfiguration
|
3286
|
+
|
3033
3287
|
MetricDataCollectionsV2.member = Shapes::ShapeRef.new(shape: MetricDataV2)
|
3034
3288
|
|
3035
3289
|
MetricDataV2.add_member(:metric, Shapes::ShapeRef.new(shape: MetricV2, location_name: "Metric"))
|
@@ -3075,6 +3329,12 @@ module Aws::Connect
|
|
3075
3329
|
MonitorContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
|
3076
3330
|
MonitorContactResponse.struct_class = Types::MonitorContactResponse
|
3077
3331
|
|
3332
|
+
NewSessionDetails.add_member(:supported_messaging_content_types, Shapes::ShapeRef.new(shape: SupportedMessagingContentTypes, location_name: "SupportedMessagingContentTypes"))
|
3333
|
+
NewSessionDetails.add_member(:participant_details, Shapes::ShapeRef.new(shape: ParticipantDetails, location_name: "ParticipantDetails"))
|
3334
|
+
NewSessionDetails.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
3335
|
+
NewSessionDetails.add_member(:streaming_configuration, Shapes::ShapeRef.new(shape: ChatStreamingConfiguration, location_name: "StreamingConfiguration"))
|
3336
|
+
NewSessionDetails.struct_class = Types::NewSessionDetails
|
3337
|
+
|
3078
3338
|
NotificationRecipientType.add_member(:user_tags, Shapes::ShapeRef.new(shape: UserTagMap, location_name: "UserTags"))
|
3079
3339
|
NotificationRecipientType.add_member(:user_ids, Shapes::ShapeRef.new(shape: UserIdList, location_name: "UserIds"))
|
3080
3340
|
NotificationRecipientType.struct_class = Types::NotificationRecipientType
|
@@ -3096,6 +3356,12 @@ module Aws::Connect
|
|
3096
3356
|
OutboundContactNotPermittedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
3097
3357
|
OutboundContactNotPermittedException.struct_class = Types::OutboundContactNotPermittedException
|
3098
3358
|
|
3359
|
+
OutputTypeNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
3360
|
+
OutputTypeNotFoundException.struct_class = Types::OutputTypeNotFoundException
|
3361
|
+
|
3362
|
+
ParticipantCapabilities.add_member(:video, Shapes::ShapeRef.new(shape: VideoCapability, location_name: "Video"))
|
3363
|
+
ParticipantCapabilities.struct_class = Types::ParticipantCapabilities
|
3364
|
+
|
3099
3365
|
ParticipantDetails.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "DisplayName"))
|
3100
3366
|
ParticipantDetails.struct_class = Types::ParticipantDetails
|
3101
3367
|
|
@@ -3300,6 +3566,109 @@ module Aws::Connect
|
|
3300
3566
|
|
3301
3567
|
ReadOnlyTaskTemplateFields.member = Shapes::ShapeRef.new(shape: ReadOnlyFieldInfo)
|
3302
3568
|
|
3569
|
+
RealTimeContactAnalysisAttachment.add_member(:attachment_name, Shapes::ShapeRef.new(shape: AttachmentName, required: true, location_name: "AttachmentName"))
|
3570
|
+
RealTimeContactAnalysisAttachment.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "ContentType"))
|
3571
|
+
RealTimeContactAnalysisAttachment.add_member(:attachment_id, Shapes::ShapeRef.new(shape: ArtifactId, required: true, location_name: "AttachmentId"))
|
3572
|
+
RealTimeContactAnalysisAttachment.add_member(:status, Shapes::ShapeRef.new(shape: ArtifactStatus, location_name: "Status"))
|
3573
|
+
RealTimeContactAnalysisAttachment.struct_class = Types::RealTimeContactAnalysisAttachment
|
3574
|
+
|
3575
|
+
RealTimeContactAnalysisAttachments.member = Shapes::ShapeRef.new(shape: RealTimeContactAnalysisAttachment)
|
3576
|
+
|
3577
|
+
RealTimeContactAnalysisCategoryDetails.add_member(:points_of_interest, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisPointsOfInterest, required: true, location_name: "PointsOfInterest"))
|
3578
|
+
RealTimeContactAnalysisCategoryDetails.struct_class = Types::RealTimeContactAnalysisCategoryDetails
|
3579
|
+
|
3580
|
+
RealTimeContactAnalysisCharacterInterval.add_member(:begin_offset_char, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisOffset, required: true, location_name: "BeginOffsetChar"))
|
3581
|
+
RealTimeContactAnalysisCharacterInterval.add_member(:end_offset_char, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisOffset, required: true, location_name: "EndOffsetChar"))
|
3582
|
+
RealTimeContactAnalysisCharacterInterval.struct_class = Types::RealTimeContactAnalysisCharacterInterval
|
3583
|
+
|
3584
|
+
RealTimeContactAnalysisCharacterIntervals.member = Shapes::ShapeRef.new(shape: RealTimeContactAnalysisCharacterInterval)
|
3585
|
+
|
3586
|
+
RealTimeContactAnalysisIssueDetected.add_member(:transcript_items, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisTranscriptItemsWithContent, required: true, location_name: "TranscriptItems"))
|
3587
|
+
RealTimeContactAnalysisIssueDetected.struct_class = Types::RealTimeContactAnalysisIssueDetected
|
3588
|
+
|
3589
|
+
RealTimeContactAnalysisIssuesDetected.member = Shapes::ShapeRef.new(shape: RealTimeContactAnalysisIssueDetected)
|
3590
|
+
|
3591
|
+
RealTimeContactAnalysisMatchedDetails.key = Shapes::ShapeRef.new(shape: RealTimeContactAnalysisCategoryName)
|
3592
|
+
RealTimeContactAnalysisMatchedDetails.value = Shapes::ShapeRef.new(shape: RealTimeContactAnalysisCategoryDetails)
|
3593
|
+
|
3594
|
+
RealTimeContactAnalysisPointOfInterest.add_member(:transcript_items, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets, location_name: "TranscriptItems"))
|
3595
|
+
RealTimeContactAnalysisPointOfInterest.struct_class = Types::RealTimeContactAnalysisPointOfInterest
|
3596
|
+
|
3597
|
+
RealTimeContactAnalysisPointsOfInterest.member = Shapes::ShapeRef.new(shape: RealTimeContactAnalysisPointOfInterest)
|
3598
|
+
|
3599
|
+
RealTimeContactAnalysisSegmentAttachments.add_member(:id, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisId256, required: true, location_name: "Id"))
|
3600
|
+
RealTimeContactAnalysisSegmentAttachments.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "ParticipantId"))
|
3601
|
+
RealTimeContactAnalysisSegmentAttachments.add_member(:participant_role, Shapes::ShapeRef.new(shape: ParticipantRole, required: true, location_name: "ParticipantRole"))
|
3602
|
+
RealTimeContactAnalysisSegmentAttachments.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
|
3603
|
+
RealTimeContactAnalysisSegmentAttachments.add_member(:attachments, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisAttachments, required: true, location_name: "Attachments"))
|
3604
|
+
RealTimeContactAnalysisSegmentAttachments.add_member(:time, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisTimeData, required: true, location_name: "Time"))
|
3605
|
+
RealTimeContactAnalysisSegmentAttachments.struct_class = Types::RealTimeContactAnalysisSegmentAttachments
|
3606
|
+
|
3607
|
+
RealTimeContactAnalysisSegmentCategories.add_member(:matched_details, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisMatchedDetails, required: true, location_name: "MatchedDetails"))
|
3608
|
+
RealTimeContactAnalysisSegmentCategories.struct_class = Types::RealTimeContactAnalysisSegmentCategories
|
3609
|
+
|
3610
|
+
RealTimeContactAnalysisSegmentEvent.add_member(:id, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisId256, required: true, location_name: "Id"))
|
3611
|
+
RealTimeContactAnalysisSegmentEvent.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, location_name: "ParticipantId"))
|
3612
|
+
RealTimeContactAnalysisSegmentEvent.add_member(:participant_role, Shapes::ShapeRef.new(shape: ParticipantRole, location_name: "ParticipantRole"))
|
3613
|
+
RealTimeContactAnalysisSegmentEvent.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
|
3614
|
+
RealTimeContactAnalysisSegmentEvent.add_member(:event_type, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisEventType, required: true, location_name: "EventType"))
|
3615
|
+
RealTimeContactAnalysisSegmentEvent.add_member(:time, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisTimeData, required: true, location_name: "Time"))
|
3616
|
+
RealTimeContactAnalysisSegmentEvent.struct_class = Types::RealTimeContactAnalysisSegmentEvent
|
3617
|
+
|
3618
|
+
RealTimeContactAnalysisSegmentIssues.add_member(:issues_detected, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisIssuesDetected, required: true, location_name: "IssuesDetected"))
|
3619
|
+
RealTimeContactAnalysisSegmentIssues.struct_class = Types::RealTimeContactAnalysisSegmentIssues
|
3620
|
+
|
3621
|
+
RealTimeContactAnalysisSegmentTranscript.add_member(:id, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisId256, required: true, location_name: "Id"))
|
3622
|
+
RealTimeContactAnalysisSegmentTranscript.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "ParticipantId"))
|
3623
|
+
RealTimeContactAnalysisSegmentTranscript.add_member(:participant_role, Shapes::ShapeRef.new(shape: ParticipantRole, required: true, location_name: "ParticipantRole"))
|
3624
|
+
RealTimeContactAnalysisSegmentTranscript.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
|
3625
|
+
RealTimeContactAnalysisSegmentTranscript.add_member(:content, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisTranscriptContent, required: true, location_name: "Content"))
|
3626
|
+
RealTimeContactAnalysisSegmentTranscript.add_member(:content_type, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisContentType, location_name: "ContentType"))
|
3627
|
+
RealTimeContactAnalysisSegmentTranscript.add_member(:time, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisTimeData, required: true, location_name: "Time"))
|
3628
|
+
RealTimeContactAnalysisSegmentTranscript.add_member(:redaction, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisTranscriptItemRedaction, location_name: "Redaction"))
|
3629
|
+
RealTimeContactAnalysisSegmentTranscript.add_member(:sentiment, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisSentimentLabel, location_name: "Sentiment"))
|
3630
|
+
RealTimeContactAnalysisSegmentTranscript.struct_class = Types::RealTimeContactAnalysisSegmentTranscript
|
3631
|
+
|
3632
|
+
RealTimeContactAnalysisSegmentTypes.member = Shapes::ShapeRef.new(shape: RealTimeContactAnalysisSegmentType)
|
3633
|
+
|
3634
|
+
RealTimeContactAnalysisTimeData.add_member(:absolute_time, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisTimeInstant, location_name: "AbsoluteTime"))
|
3635
|
+
RealTimeContactAnalysisTimeData.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
3636
|
+
RealTimeContactAnalysisTimeData.add_member_subclass(:absolute_time, Types::RealTimeContactAnalysisTimeData::AbsoluteTime)
|
3637
|
+
RealTimeContactAnalysisTimeData.add_member_subclass(:unknown, Types::RealTimeContactAnalysisTimeData::Unknown)
|
3638
|
+
RealTimeContactAnalysisTimeData.struct_class = Types::RealTimeContactAnalysisTimeData
|
3639
|
+
|
3640
|
+
RealTimeContactAnalysisTranscriptItemRedaction.add_member(:character_offsets, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisCharacterIntervals, location_name: "CharacterOffsets"))
|
3641
|
+
RealTimeContactAnalysisTranscriptItemRedaction.struct_class = Types::RealTimeContactAnalysisTranscriptItemRedaction
|
3642
|
+
|
3643
|
+
RealTimeContactAnalysisTranscriptItemWithCharacterOffsets.add_member(:id, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisId256, required: true, location_name: "Id"))
|
3644
|
+
RealTimeContactAnalysisTranscriptItemWithCharacterOffsets.add_member(:character_offsets, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisCharacterInterval, location_name: "CharacterOffsets"))
|
3645
|
+
RealTimeContactAnalysisTranscriptItemWithCharacterOffsets.struct_class = Types::RealTimeContactAnalysisTranscriptItemWithCharacterOffsets
|
3646
|
+
|
3647
|
+
RealTimeContactAnalysisTranscriptItemWithContent.add_member(:content, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisTranscriptContent, location_name: "Content"))
|
3648
|
+
RealTimeContactAnalysisTranscriptItemWithContent.add_member(:id, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisId256, required: true, location_name: "Id"))
|
3649
|
+
RealTimeContactAnalysisTranscriptItemWithContent.add_member(:character_offsets, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisCharacterInterval, location_name: "CharacterOffsets"))
|
3650
|
+
RealTimeContactAnalysisTranscriptItemWithContent.struct_class = Types::RealTimeContactAnalysisTranscriptItemWithContent
|
3651
|
+
|
3652
|
+
RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets.member = Shapes::ShapeRef.new(shape: RealTimeContactAnalysisTranscriptItemWithCharacterOffsets)
|
3653
|
+
|
3654
|
+
RealTimeContactAnalysisTranscriptItemsWithContent.member = Shapes::ShapeRef.new(shape: RealTimeContactAnalysisTranscriptItemWithContent)
|
3655
|
+
|
3656
|
+
RealtimeContactAnalysisSegment.add_member(:transcript, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisSegmentTranscript, location_name: "Transcript"))
|
3657
|
+
RealtimeContactAnalysisSegment.add_member(:categories, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisSegmentCategories, location_name: "Categories"))
|
3658
|
+
RealtimeContactAnalysisSegment.add_member(:issues, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisSegmentIssues, location_name: "Issues"))
|
3659
|
+
RealtimeContactAnalysisSegment.add_member(:event, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisSegmentEvent, location_name: "Event"))
|
3660
|
+
RealtimeContactAnalysisSegment.add_member(:attachments, Shapes::ShapeRef.new(shape: RealTimeContactAnalysisSegmentAttachments, location_name: "Attachments"))
|
3661
|
+
RealtimeContactAnalysisSegment.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
3662
|
+
RealtimeContactAnalysisSegment.add_member_subclass(:transcript, Types::RealtimeContactAnalysisSegment::Transcript)
|
3663
|
+
RealtimeContactAnalysisSegment.add_member_subclass(:categories, Types::RealtimeContactAnalysisSegment::Categories)
|
3664
|
+
RealtimeContactAnalysisSegment.add_member_subclass(:issues, Types::RealtimeContactAnalysisSegment::Issues)
|
3665
|
+
RealtimeContactAnalysisSegment.add_member_subclass(:event, Types::RealtimeContactAnalysisSegment::Event)
|
3666
|
+
RealtimeContactAnalysisSegment.add_member_subclass(:attachments, Types::RealtimeContactAnalysisSegment::Attachments)
|
3667
|
+
RealtimeContactAnalysisSegment.add_member_subclass(:unknown, Types::RealtimeContactAnalysisSegment::Unknown)
|
3668
|
+
RealtimeContactAnalysisSegment.struct_class = Types::RealtimeContactAnalysisSegment
|
3669
|
+
|
3670
|
+
RealtimeContactAnalysisSegments.member = Shapes::ShapeRef.new(shape: RealtimeContactAnalysisSegment)
|
3671
|
+
|
3303
3672
|
Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, required: true, location_name: "Value"))
|
3304
3673
|
Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
|
3305
3674
|
Reference.struct_class = Types::Reference
|
@@ -3654,6 +4023,17 @@ module Aws::Connect
|
|
3654
4023
|
SegmentAttributes.key = Shapes::ShapeRef.new(shape: SegmentAttributeName)
|
3655
4024
|
SegmentAttributes.value = Shapes::ShapeRef.new(shape: SegmentAttributeValue)
|
3656
4025
|
|
4026
|
+
SendChatIntegrationEventRequest.add_member(:source_id, Shapes::ShapeRef.new(shape: SourceId, required: true, location_name: "SourceId"))
|
4027
|
+
SendChatIntegrationEventRequest.add_member(:destination_id, Shapes::ShapeRef.new(shape: DestinationId, required: true, location_name: "DestinationId"))
|
4028
|
+
SendChatIntegrationEventRequest.add_member(:subtype, Shapes::ShapeRef.new(shape: Subtype, location_name: "Subtype"))
|
4029
|
+
SendChatIntegrationEventRequest.add_member(:event, Shapes::ShapeRef.new(shape: ChatEvent, required: true, location_name: "Event"))
|
4030
|
+
SendChatIntegrationEventRequest.add_member(:new_session_details, Shapes::ShapeRef.new(shape: NewSessionDetails, location_name: "NewSessionDetails"))
|
4031
|
+
SendChatIntegrationEventRequest.struct_class = Types::SendChatIntegrationEventRequest
|
4032
|
+
|
4033
|
+
SendChatIntegrationEventResponse.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "InitialContactId"))
|
4034
|
+
SendChatIntegrationEventResponse.add_member(:new_chat_created, Shapes::ShapeRef.new(shape: NewChatCreated, location_name: "NewChatCreated"))
|
4035
|
+
SendChatIntegrationEventResponse.struct_class = Types::SendChatIntegrationEventResponse
|
4036
|
+
|
3657
4037
|
SendNotificationActionDefinition.add_member(:delivery_method, Shapes::ShapeRef.new(shape: NotificationDeliveryType, required: true, location_name: "DeliveryMethod"))
|
3658
4038
|
SendNotificationActionDefinition.add_member(:subject, Shapes::ShapeRef.new(shape: Subject, location_name: "Subject"))
|
3659
4039
|
SendNotificationActionDefinition.add_member(:content, Shapes::ShapeRef.new(shape: Content, required: true, location_name: "Content"))
|
@@ -3758,6 +4138,23 @@ module Aws::Connect
|
|
3758
4138
|
StartTaskContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
3759
4139
|
StartTaskContactResponse.struct_class = Types::StartTaskContactResponse
|
3760
4140
|
|
4141
|
+
StartWebRTCContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
4142
|
+
StartWebRTCContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4143
|
+
StartWebRTCContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
4144
|
+
StartWebRTCContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
4145
|
+
StartWebRTCContactRequest.add_member(:allowed_capabilities, Shapes::ShapeRef.new(shape: AllowedCapabilities, location_name: "AllowedCapabilities"))
|
4146
|
+
StartWebRTCContactRequest.add_member(:participant_details, Shapes::ShapeRef.new(shape: ParticipantDetails, required: true, location_name: "ParticipantDetails"))
|
4147
|
+
StartWebRTCContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
4148
|
+
StartWebRTCContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
|
4149
|
+
StartWebRTCContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
4150
|
+
StartWebRTCContactRequest.struct_class = Types::StartWebRTCContactRequest
|
4151
|
+
|
4152
|
+
StartWebRTCContactResponse.add_member(:connection_data, Shapes::ShapeRef.new(shape: ConnectionData, location_name: "ConnectionData"))
|
4153
|
+
StartWebRTCContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
4154
|
+
StartWebRTCContactResponse.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, location_name: "ParticipantId"))
|
4155
|
+
StartWebRTCContactResponse.add_member(:participant_token, Shapes::ShapeRef.new(shape: ParticipantToken, location_name: "ParticipantToken"))
|
4156
|
+
StartWebRTCContactResponse.struct_class = Types::StartWebRTCContactResponse
|
4157
|
+
|
3761
4158
|
StopContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
3762
4159
|
StopContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
3763
4160
|
StopContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
|
@@ -4489,6 +4886,19 @@ module Aws::Connect
|
|
4489
4886
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
4490
4887
|
end)
|
4491
4888
|
|
4889
|
+
api.add_operation(:associate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
|
4890
|
+
o.name = "AssociateAnalyticsDataSet"
|
4891
|
+
o.http_method = "PUT"
|
4892
|
+
o.http_request_uri = "/analytics-data/instance/{InstanceId}/association"
|
4893
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateAnalyticsDataSetRequest)
|
4894
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateAnalyticsDataSetResponse)
|
4895
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
4896
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
4897
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4898
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4899
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4900
|
+
end)
|
4901
|
+
|
4492
4902
|
api.add_operation(:associate_approved_origin, Seahorse::Model::Operation.new.tap do |o|
|
4493
4903
|
o.name = "AssociateApprovedOrigin"
|
4494
4904
|
o.http_method = "PUT"
|
@@ -4532,6 +4942,20 @@ module Aws::Connect
|
|
4532
4942
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4533
4943
|
end)
|
4534
4944
|
|
4945
|
+
api.add_operation(:associate_flow, Seahorse::Model::Operation.new.tap do |o|
|
4946
|
+
o.name = "AssociateFlow"
|
4947
|
+
o.http_method = "PUT"
|
4948
|
+
o.http_request_uri = "/flow-associations/{InstanceId}"
|
4949
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateFlowRequest)
|
4950
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateFlowResponse)
|
4951
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4952
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4953
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4954
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
4955
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
4956
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4957
|
+
end)
|
4958
|
+
|
4535
4959
|
api.add_operation(:associate_instance_storage_config, Seahorse::Model::Operation.new.tap do |o|
|
4536
4960
|
o.name = "AssociateInstanceStorageConfig"
|
4537
4961
|
o.http_method = "PUT"
|
@@ -4645,6 +5069,32 @@ module Aws::Connect
|
|
4645
5069
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4646
5070
|
end)
|
4647
5071
|
|
5072
|
+
api.add_operation(:batch_associate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
|
5073
|
+
o.name = "BatchAssociateAnalyticsDataSet"
|
5074
|
+
o.http_method = "PUT"
|
5075
|
+
o.http_request_uri = "/analytics-data/instance/{InstanceId}/associations"
|
5076
|
+
o.input = Shapes::ShapeRef.new(shape: BatchAssociateAnalyticsDataSetRequest)
|
5077
|
+
o.output = Shapes::ShapeRef.new(shape: BatchAssociateAnalyticsDataSetResponse)
|
5078
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5079
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
5080
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5081
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5082
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
5083
|
+
end)
|
5084
|
+
|
5085
|
+
api.add_operation(:batch_disassociate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
|
5086
|
+
o.name = "BatchDisassociateAnalyticsDataSet"
|
5087
|
+
o.http_method = "POST"
|
5088
|
+
o.http_request_uri = "/analytics-data/instance/{InstanceId}/associations"
|
5089
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDisassociateAnalyticsDataSetRequest)
|
5090
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDisassociateAnalyticsDataSetResponse)
|
5091
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5092
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
5093
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5094
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5095
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
5096
|
+
end)
|
5097
|
+
|
4648
5098
|
api.add_operation(:batch_get_flow_association, Seahorse::Model::Operation.new.tap do |o|
|
4649
5099
|
o.name = "BatchGetFlowAssociation"
|
4650
5100
|
o.http_method = "POST"
|
@@ -5620,6 +6070,19 @@ module Aws::Connect
|
|
5620
6070
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5621
6071
|
end)
|
5622
6072
|
|
6073
|
+
api.add_operation(:disassociate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
|
6074
|
+
o.name = "DisassociateAnalyticsDataSet"
|
6075
|
+
o.http_method = "POST"
|
6076
|
+
o.http_request_uri = "/analytics-data/instance/{InstanceId}/association"
|
6077
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateAnalyticsDataSetRequest)
|
6078
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6079
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6080
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
6081
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6082
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6083
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6084
|
+
end)
|
6085
|
+
|
5623
6086
|
api.add_operation(:disassociate_approved_origin, Seahorse::Model::Operation.new.tap do |o|
|
5624
6087
|
o.name = "DisassociateApprovedOrigin"
|
5625
6088
|
o.http_method = "DELETE"
|
@@ -5645,6 +6108,20 @@ module Aws::Connect
|
|
5645
6108
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5646
6109
|
end)
|
5647
6110
|
|
6111
|
+
api.add_operation(:disassociate_flow, Seahorse::Model::Operation.new.tap do |o|
|
6112
|
+
o.name = "DisassociateFlow"
|
6113
|
+
o.http_method = "DELETE"
|
6114
|
+
o.http_request_uri = "/flow-associations/{InstanceId}/{ResourceId}/{ResourceType}"
|
6115
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateFlowRequest)
|
6116
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateFlowResponse)
|
6117
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6118
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6119
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6120
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6121
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
6122
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6123
|
+
end)
|
6124
|
+
|
5648
6125
|
api.add_operation(:disassociate_instance_storage_config, Seahorse::Model::Operation.new.tap do |o|
|
5649
6126
|
o.name = "DisassociateInstanceStorageConfig"
|
5650
6127
|
o.http_method = "DELETE"
|
@@ -5827,6 +6304,20 @@ module Aws::Connect
|
|
5827
6304
|
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
5828
6305
|
end)
|
5829
6306
|
|
6307
|
+
api.add_operation(:get_flow_association, Seahorse::Model::Operation.new.tap do |o|
|
6308
|
+
o.name = "GetFlowAssociation"
|
6309
|
+
o.http_method = "GET"
|
6310
|
+
o.http_request_uri = "/flow-associations/{InstanceId}/{ResourceId}/{ResourceType}"
|
6311
|
+
o.input = Shapes::ShapeRef.new(shape: GetFlowAssociationRequest)
|
6312
|
+
o.output = Shapes::ShapeRef.new(shape: GetFlowAssociationResponse)
|
6313
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6314
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6315
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6316
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6317
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
6318
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6319
|
+
end)
|
6320
|
+
|
5830
6321
|
api.add_operation(:get_metric_data, Seahorse::Model::Operation.new.tap do |o|
|
5831
6322
|
o.name = "GetMetricData"
|
5832
6323
|
o.http_method = "POST"
|
@@ -5904,6 +6395,20 @@ module Aws::Connect
|
|
5904
6395
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5905
6396
|
end)
|
5906
6397
|
|
6398
|
+
api.add_operation(:import_phone_number, Seahorse::Model::Operation.new.tap do |o|
|
6399
|
+
o.name = "ImportPhoneNumber"
|
6400
|
+
o.http_method = "POST"
|
6401
|
+
o.http_request_uri = "/phone-number/import"
|
6402
|
+
o.input = Shapes::ShapeRef.new(shape: ImportPhoneNumberRequest)
|
6403
|
+
o.output = Shapes::ShapeRef.new(shape: ImportPhoneNumberResponse)
|
6404
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
6405
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6406
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6407
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6408
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
6409
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6410
|
+
end)
|
6411
|
+
|
5907
6412
|
api.add_operation(:list_agent_statuses, Seahorse::Model::Operation.new.tap do |o|
|
5908
6413
|
o.name = "ListAgentStatuses"
|
5909
6414
|
o.http_method = "GET"
|
@@ -5923,6 +6428,19 @@ module Aws::Connect
|
|
5923
6428
|
)
|
5924
6429
|
end)
|
5925
6430
|
|
6431
|
+
api.add_operation(:list_analytics_data_associations, Seahorse::Model::Operation.new.tap do |o|
|
6432
|
+
o.name = "ListAnalyticsDataAssociations"
|
6433
|
+
o.http_method = "GET"
|
6434
|
+
o.http_request_uri = "/analytics-data/instance/{InstanceId}/association"
|
6435
|
+
o.input = Shapes::ShapeRef.new(shape: ListAnalyticsDataAssociationsRequest)
|
6436
|
+
o.output = Shapes::ShapeRef.new(shape: ListAnalyticsDataAssociationsResponse)
|
6437
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6438
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
6439
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6440
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6441
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6442
|
+
end)
|
6443
|
+
|
5926
6444
|
api.add_operation(:list_approved_origins, Seahorse::Model::Operation.new.tap do |o|
|
5927
6445
|
o.name = "ListApprovedOrigins"
|
5928
6446
|
o.http_method = "GET"
|
@@ -6088,6 +6606,26 @@ module Aws::Connect
|
|
6088
6606
|
)
|
6089
6607
|
end)
|
6090
6608
|
|
6609
|
+
api.add_operation(:list_flow_associations, Seahorse::Model::Operation.new.tap do |o|
|
6610
|
+
o.name = "ListFlowAssociations"
|
6611
|
+
o.http_method = "GET"
|
6612
|
+
o.http_request_uri = "/flow-associations-summary/{InstanceId}"
|
6613
|
+
o.input = Shapes::ShapeRef.new(shape: ListFlowAssociationsRequest)
|
6614
|
+
o.output = Shapes::ShapeRef.new(shape: ListFlowAssociationsResponse)
|
6615
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6616
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6617
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6618
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6619
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
6620
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6621
|
+
o[:pager] = Aws::Pager.new(
|
6622
|
+
limit_key: "max_results",
|
6623
|
+
tokens: {
|
6624
|
+
"next_token" => "next_token"
|
6625
|
+
}
|
6626
|
+
)
|
6627
|
+
end)
|
6628
|
+
|
6091
6629
|
api.add_operation(:list_hours_of_operations, Seahorse::Model::Operation.new.tap do |o|
|
6092
6630
|
o.name = "ListHoursOfOperations"
|
6093
6631
|
o.http_method = "GET"
|
@@ -6331,6 +6869,26 @@ module Aws::Connect
|
|
6331
6869
|
)
|
6332
6870
|
end)
|
6333
6871
|
|
6872
|
+
api.add_operation(:list_realtime_contact_analysis_segments_v2, Seahorse::Model::Operation.new.tap do |o|
|
6873
|
+
o.name = "ListRealtimeContactAnalysisSegmentsV2"
|
6874
|
+
o.http_method = "POST"
|
6875
|
+
o.http_request_uri = "/contact/list-real-time-analysis-segments-v2/{InstanceId}/{ContactId}"
|
6876
|
+
o.input = Shapes::ShapeRef.new(shape: ListRealtimeContactAnalysisSegmentsV2Request)
|
6877
|
+
o.output = Shapes::ShapeRef.new(shape: ListRealtimeContactAnalysisSegmentsV2Response)
|
6878
|
+
o.errors << Shapes::ShapeRef.new(shape: OutputTypeNotFoundException)
|
6879
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6880
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6881
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6882
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6883
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6884
|
+
o[:pager] = Aws::Pager.new(
|
6885
|
+
limit_key: "max_results",
|
6886
|
+
tokens: {
|
6887
|
+
"next_token" => "next_token"
|
6888
|
+
}
|
6889
|
+
)
|
6890
|
+
end)
|
6891
|
+
|
6334
6892
|
api.add_operation(:list_routing_profile_queues, Seahorse::Model::Operation.new.tap do |o|
|
6335
6893
|
o.name = "ListRoutingProfileQueues"
|
6336
6894
|
o.http_method = "GET"
|
@@ -6889,6 +7447,19 @@ module Aws::Connect
|
|
6889
7447
|
)
|
6890
7448
|
end)
|
6891
7449
|
|
7450
|
+
api.add_operation(:send_chat_integration_event, Seahorse::Model::Operation.new.tap do |o|
|
7451
|
+
o.name = "SendChatIntegrationEvent"
|
7452
|
+
o.http_method = "POST"
|
7453
|
+
o.http_request_uri = "/chat-integration-event"
|
7454
|
+
o.input = Shapes::ShapeRef.new(shape: SendChatIntegrationEventRequest)
|
7455
|
+
o.output = Shapes::ShapeRef.new(shape: SendChatIntegrationEventResponse)
|
7456
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7457
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7458
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7459
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7460
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7461
|
+
end)
|
7462
|
+
|
6892
7463
|
api.add_operation(:start_chat_contact, Seahorse::Model::Operation.new.tap do |o|
|
6893
7464
|
o.name = "StartChatContact"
|
6894
7465
|
o.http_method = "PUT"
|
@@ -6970,6 +7541,19 @@ module Aws::Connect
|
|
6970
7541
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
6971
7542
|
end)
|
6972
7543
|
|
7544
|
+
api.add_operation(:start_web_rtc_contact, Seahorse::Model::Operation.new.tap do |o|
|
7545
|
+
o.name = "StartWebRTCContact"
|
7546
|
+
o.http_method = "PUT"
|
7547
|
+
o.http_request_uri = "/contact/webrtc"
|
7548
|
+
o.input = Shapes::ShapeRef.new(shape: StartWebRTCContactRequest)
|
7549
|
+
o.output = Shapes::ShapeRef.new(shape: StartWebRTCContactResponse)
|
7550
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7551
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7552
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
7553
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
7554
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7555
|
+
end)
|
7556
|
+
|
6973
7557
|
api.add_operation(:stop_contact, Seahorse::Model::Operation.new.tap do |o|
|
6974
7558
|
o.name = "StopContact"
|
6975
7559
|
o.http_method = "POST"
|