aws-sdk-connect 1.199.0 → 1.201.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +313 -214
- data/lib/aws-sdk-connect/client_api.rb +217 -127
- data/lib/aws-sdk-connect/types.rb +501 -196
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +40 -4
- data/sig/types.rbs +69 -5
- metadata +3 -6
@@ -75,6 +75,7 @@ module Aws::Connect
|
|
75
75
|
ArtifactId = Shapes::StringShape.new(name: 'ArtifactId')
|
76
76
|
ArtifactStatus = Shapes::StringShape.new(name: 'ArtifactStatus')
|
77
77
|
AssignContactCategoryActionDefinition = Shapes::StructureShape.new(name: 'AssignContactCategoryActionDefinition')
|
78
|
+
AssignSlaActionDefinition = Shapes::StructureShape.new(name: 'AssignSlaActionDefinition')
|
78
79
|
AssociateAnalyticsDataSetRequest = Shapes::StructureShape.new(name: 'AssociateAnalyticsDataSetRequest')
|
79
80
|
AssociateAnalyticsDataSetResponse = Shapes::StructureShape.new(name: 'AssociateAnalyticsDataSetResponse')
|
80
81
|
AssociateApprovedOriginRequest = Shapes::StructureShape.new(name: 'AssociateApprovedOriginRequest')
|
@@ -151,6 +152,7 @@ module Aws::Connect
|
|
151
152
|
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
152
153
|
Campaign = Shapes::StructureShape.new(name: 'Campaign')
|
153
154
|
CampaignId = Shapes::StringShape.new(name: 'CampaignId')
|
155
|
+
CaseSlaConfiguration = Shapes::StructureShape.new(name: 'CaseSlaConfiguration')
|
154
156
|
Channel = Shapes::StringShape.new(name: 'Channel')
|
155
157
|
ChannelList = Shapes::ListShape.new(name: 'ChannelList')
|
156
158
|
ChannelToCountMap = Shapes::MapShape.new(name: 'ChannelToCountMap')
|
@@ -188,6 +190,11 @@ module Aws::Connect
|
|
188
190
|
ContactConfiguration = Shapes::StructureShape.new(name: 'ContactConfiguration')
|
189
191
|
ContactDataRequest = Shapes::StructureShape.new(name: 'ContactDataRequest')
|
190
192
|
ContactDataRequestList = Shapes::ListShape.new(name: 'ContactDataRequestList')
|
193
|
+
ContactDetailDescription = Shapes::StringShape.new(name: 'ContactDetailDescription')
|
194
|
+
ContactDetailName = Shapes::StringShape.new(name: 'ContactDetailName')
|
195
|
+
ContactDetails = Shapes::StructureShape.new(name: 'ContactDetails')
|
196
|
+
ContactEvaluation = Shapes::StructureShape.new(name: 'ContactEvaluation')
|
197
|
+
ContactEvaluations = Shapes::MapShape.new(name: 'ContactEvaluations')
|
191
198
|
ContactFilter = Shapes::StructureShape.new(name: 'ContactFilter')
|
192
199
|
ContactFlow = Shapes::StructureShape.new(name: 'ContactFlow')
|
193
200
|
ContactFlowContent = Shapes::StringShape.new(name: 'ContactFlowContent')
|
@@ -463,6 +470,7 @@ module Aws::Connect
|
|
463
470
|
Double = Shapes::FloatShape.new(name: 'Double')
|
464
471
|
DownloadUrlMetadata = Shapes::StructureShape.new(name: 'DownloadUrlMetadata')
|
465
472
|
DuplicateResourceException = Shapes::StructureShape.new(name: 'DuplicateResourceException')
|
473
|
+
Duration = Shapes::IntegerShape.new(name: 'Duration')
|
466
474
|
DurationInSeconds = Shapes::IntegerShape.new(name: 'DurationInSeconds')
|
467
475
|
EffectiveHoursOfOperationList = Shapes::ListShape.new(name: 'EffectiveHoursOfOperationList')
|
468
476
|
EffectiveHoursOfOperations = Shapes::StructureShape.new(name: 'EffectiveHoursOfOperations')
|
@@ -509,6 +517,7 @@ module Aws::Connect
|
|
509
517
|
EvaluationAnswerOutput = Shapes::StructureShape.new(name: 'EvaluationAnswerOutput')
|
510
518
|
EvaluationAnswersInputMap = Shapes::MapShape.new(name: 'EvaluationAnswersInputMap')
|
511
519
|
EvaluationAnswersOutputMap = Shapes::MapShape.new(name: 'EvaluationAnswersOutputMap')
|
520
|
+
EvaluationArn = Shapes::StringShape.new(name: 'EvaluationArn')
|
512
521
|
EvaluationForm = Shapes::StructureShape.new(name: 'EvaluationForm')
|
513
522
|
EvaluationFormContent = Shapes::StructureShape.new(name: 'EvaluationFormContent')
|
514
523
|
EvaluationFormDescription = Shapes::StringShape.new(name: 'EvaluationFormDescription')
|
@@ -546,6 +555,7 @@ module Aws::Connect
|
|
546
555
|
EvaluationFormVersionStatus = Shapes::StringShape.new(name: 'EvaluationFormVersionStatus')
|
547
556
|
EvaluationFormVersionSummary = Shapes::StructureShape.new(name: 'EvaluationFormVersionSummary')
|
548
557
|
EvaluationFormVersionSummaryList = Shapes::ListShape.new(name: 'EvaluationFormVersionSummaryList')
|
558
|
+
EvaluationId = Shapes::StringShape.new(name: 'EvaluationId')
|
549
559
|
EvaluationMetadata = Shapes::StructureShape.new(name: 'EvaluationMetadata')
|
550
560
|
EvaluationNote = Shapes::StructureShape.new(name: 'EvaluationNote')
|
551
561
|
EvaluationNoteString = Shapes::StringShape.new(name: 'EvaluationNoteString')
|
@@ -561,6 +571,7 @@ module Aws::Connect
|
|
561
571
|
EventSourceName = Shapes::StringShape.new(name: 'EventSourceName')
|
562
572
|
Expiry = Shapes::StructureShape.new(name: 'Expiry')
|
563
573
|
ExpiryDurationInMinutes = Shapes::IntegerShape.new(name: 'ExpiryDurationInMinutes')
|
574
|
+
ExportLocation = Shapes::StringShape.new(name: 'ExportLocation')
|
564
575
|
Expression = Shapes::StructureShape.new(name: 'Expression')
|
565
576
|
Expressions = Shapes::ListShape.new(name: 'Expressions')
|
566
577
|
FailedRequest = Shapes::StructureShape.new(name: 'FailedRequest')
|
@@ -585,6 +596,8 @@ module Aws::Connect
|
|
585
596
|
FlowAssociationSummary = Shapes::StructureShape.new(name: 'FlowAssociationSummary')
|
586
597
|
FlowAssociationSummaryList = Shapes::ListShape.new(name: 'FlowAssociationSummaryList')
|
587
598
|
FlowContentSha256 = Shapes::StringShape.new(name: 'FlowContentSha256')
|
599
|
+
FormId = Shapes::StringShape.new(name: 'FormId')
|
600
|
+
FragmentNumber = Shapes::StringShape.new(name: 'FragmentNumber')
|
588
601
|
FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
|
589
602
|
FunctionArnsList = Shapes::ListShape.new(name: 'FunctionArnsList')
|
590
603
|
GetAttachedFileRequest = Shapes::StructureShape.new(name: 'GetAttachedFileRequest')
|
@@ -847,6 +860,7 @@ module Aws::Connect
|
|
847
860
|
MediaConcurrency = Shapes::StructureShape.new(name: 'MediaConcurrency')
|
848
861
|
MediaPlacement = Shapes::StructureShape.new(name: 'MediaPlacement')
|
849
862
|
MediaRegion = Shapes::StringShape.new(name: 'MediaRegion')
|
863
|
+
MediaStreamType = Shapes::StringShape.new(name: 'MediaStreamType')
|
850
864
|
Meeting = Shapes::StructureShape.new(name: 'Meeting')
|
851
865
|
MeetingFeatureStatus = Shapes::StringShape.new(name: 'MeetingFeatureStatus')
|
852
866
|
MeetingFeaturesConfiguration = Shapes::StructureShape.new(name: 'MeetingFeaturesConfiguration')
|
@@ -912,6 +926,7 @@ module Aws::Connect
|
|
912
926
|
ParticipantDetailsToAdd = Shapes::StructureShape.new(name: 'ParticipantDetailsToAdd')
|
913
927
|
ParticipantId = Shapes::StringShape.new(name: 'ParticipantId')
|
914
928
|
ParticipantRole = Shapes::StringShape.new(name: 'ParticipantRole')
|
929
|
+
ParticipantState = Shapes::StringShape.new(name: 'ParticipantState')
|
915
930
|
ParticipantTimerAction = Shapes::StringShape.new(name: 'ParticipantTimerAction')
|
916
931
|
ParticipantTimerConfigList = Shapes::ListShape.new(name: 'ParticipantTimerConfigList')
|
917
932
|
ParticipantTimerConfiguration = Shapes::StructureShape.new(name: 'ParticipantTimerConfiguration')
|
@@ -920,6 +935,7 @@ module Aws::Connect
|
|
920
935
|
ParticipantTimerValue = Shapes::UnionShape.new(name: 'ParticipantTimerValue')
|
921
936
|
ParticipantToken = Shapes::StringShape.new(name: 'ParticipantToken')
|
922
937
|
ParticipantTokenCredentials = Shapes::StructureShape.new(name: 'ParticipantTokenCredentials')
|
938
|
+
ParticipantType = Shapes::StringShape.new(name: 'ParticipantType')
|
923
939
|
Password = Shapes::StringShape.new(name: 'Password')
|
924
940
|
PauseContactRequest = Shapes::StructureShape.new(name: 'PauseContactRequest')
|
925
941
|
PauseContactResponse = Shapes::StructureShape.new(name: 'PauseContactResponse')
|
@@ -1062,6 +1078,11 @@ module Aws::Connect
|
|
1062
1078
|
RealTimeContactAnalysisTranscriptItemsWithContent = Shapes::ListShape.new(name: 'RealTimeContactAnalysisTranscriptItemsWithContent')
|
1063
1079
|
RealtimeContactAnalysisSegment = Shapes::UnionShape.new(name: 'RealtimeContactAnalysisSegment')
|
1064
1080
|
RealtimeContactAnalysisSegments = Shapes::ListShape.new(name: 'RealtimeContactAnalysisSegments')
|
1081
|
+
RecordingDeletionReason = Shapes::StringShape.new(name: 'RecordingDeletionReason')
|
1082
|
+
RecordingInfo = Shapes::StructureShape.new(name: 'RecordingInfo')
|
1083
|
+
RecordingLocation = Shapes::StringShape.new(name: 'RecordingLocation')
|
1084
|
+
RecordingStatus = Shapes::StringShape.new(name: 'RecordingStatus')
|
1085
|
+
Recordings = Shapes::ListShape.new(name: 'Recordings')
|
1065
1086
|
Reference = Shapes::StructureShape.new(name: 'Reference')
|
1066
1087
|
ReferenceArn = Shapes::StringShape.new(name: 'ReferenceArn')
|
1067
1088
|
ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
|
@@ -1233,6 +1254,10 @@ module Aws::Connect
|
|
1233
1254
|
SingleSelectQuestionRuleCategoryAutomation = Shapes::StructureShape.new(name: 'SingleSelectQuestionRuleCategoryAutomation')
|
1234
1255
|
SingleSelectQuestionRuleCategoryAutomationCondition = Shapes::StringShape.new(name: 'SingleSelectQuestionRuleCategoryAutomationCondition')
|
1235
1256
|
SingleSelectQuestionRuleCategoryAutomationLabel = Shapes::StringShape.new(name: 'SingleSelectQuestionRuleCategoryAutomationLabel')
|
1257
|
+
SlaAssignmentType = Shapes::StringShape.new(name: 'SlaAssignmentType')
|
1258
|
+
SlaFieldValueUnionList = Shapes::ListShape.new(name: 'SlaFieldValueUnionList')
|
1259
|
+
SlaName = Shapes::StringShape.new(name: 'SlaName')
|
1260
|
+
SlaType = Shapes::StringShape.new(name: 'SlaType')
|
1236
1261
|
SnapshotVersion = Shapes::StringShape.new(name: 'SnapshotVersion')
|
1237
1262
|
Sort = Shapes::StructureShape.new(name: 'Sort')
|
1238
1263
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
@@ -1265,7 +1290,10 @@ module Aws::Connect
|
|
1265
1290
|
StartTaskContactResponse = Shapes::StructureShape.new(name: 'StartTaskContactResponse')
|
1266
1291
|
StartWebRTCContactRequest = Shapes::StructureShape.new(name: 'StartWebRTCContactRequest')
|
1267
1292
|
StartWebRTCContactResponse = Shapes::StructureShape.new(name: 'StartWebRTCContactResponse')
|
1293
|
+
StateTransition = Shapes::StructureShape.new(name: 'StateTransition')
|
1294
|
+
StateTransitions = Shapes::ListShape.new(name: 'StateTransitions')
|
1268
1295
|
Statistic = Shapes::StringShape.new(name: 'Statistic')
|
1296
|
+
Status = Shapes::StringShape.new(name: 'Status')
|
1269
1297
|
Step = Shapes::StructureShape.new(name: 'Step')
|
1270
1298
|
Steps = Shapes::ListShape.new(name: 'Steps')
|
1271
1299
|
StopContactRecordingRequest = Shapes::StructureShape.new(name: 'StopContactRecordingRequest')
|
@@ -1309,6 +1337,7 @@ module Aws::Connect
|
|
1309
1337
|
TagValueString = Shapes::StringShape.new(name: 'TagValueString')
|
1310
1338
|
TagsList = Shapes::ListShape.new(name: 'TagsList')
|
1311
1339
|
TargetListType = Shapes::StringShape.new(name: 'TargetListType')
|
1340
|
+
TargetSlaMinutes = Shapes::IntegerShape.new(name: 'TargetSlaMinutes')
|
1312
1341
|
TaskActionDefinition = Shapes::StructureShape.new(name: 'TaskActionDefinition')
|
1313
1342
|
TaskDescriptionExpression = Shapes::StringShape.new(name: 'TaskDescriptionExpression')
|
1314
1343
|
TaskNameExpression = Shapes::StringShape.new(name: 'TaskNameExpression')
|
@@ -1579,6 +1608,11 @@ module Aws::Connect
|
|
1579
1608
|
AgentInfo.add_member(:hierarchy_groups, Shapes::ShapeRef.new(shape: HierarchyGroups, location_name: "HierarchyGroups"))
|
1580
1609
|
AgentInfo.add_member(:device_info, Shapes::ShapeRef.new(shape: DeviceInfo, location_name: "DeviceInfo"))
|
1581
1610
|
AgentInfo.add_member(:capabilities, Shapes::ShapeRef.new(shape: ParticipantCapabilities, location_name: "Capabilities"))
|
1611
|
+
AgentInfo.add_member(:after_contact_work_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "AfterContactWorkDuration"))
|
1612
|
+
AgentInfo.add_member(:after_contact_work_start_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "AfterContactWorkStartTimestamp"))
|
1613
|
+
AgentInfo.add_member(:after_contact_work_end_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "AfterContactWorkEndTimestamp"))
|
1614
|
+
AgentInfo.add_member(:agent_initiated_hold_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "AgentInitiatedHoldDuration"))
|
1615
|
+
AgentInfo.add_member(:state_transitions, Shapes::ShapeRef.new(shape: StateTransitions, location_name: "StateTransitions"))
|
1582
1616
|
AgentInfo.struct_class = Types::AgentInfo
|
1583
1617
|
|
1584
1618
|
AgentQualityMetrics.add_member(:audio, Shapes::ShapeRef.new(shape: AudioQualityMetricsInfo, location_name: "Audio"))
|
@@ -1670,6 +1704,10 @@ module Aws::Connect
|
|
1670
1704
|
|
1671
1705
|
AssignContactCategoryActionDefinition.struct_class = Types::AssignContactCategoryActionDefinition
|
1672
1706
|
|
1707
|
+
AssignSlaActionDefinition.add_member(:sla_assignment_type, Shapes::ShapeRef.new(shape: SlaAssignmentType, required: true, location_name: "SlaAssignmentType"))
|
1708
|
+
AssignSlaActionDefinition.add_member(:case_sla_configuration, Shapes::ShapeRef.new(shape: CaseSlaConfiguration, location_name: "CaseSlaConfiguration"))
|
1709
|
+
AssignSlaActionDefinition.struct_class = Types::AssignSlaActionDefinition
|
1710
|
+
|
1673
1711
|
AssociateAnalyticsDataSetRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1674
1712
|
AssociateAnalyticsDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: DataSetId, required: true, location_name: "DataSetId"))
|
1675
1713
|
AssociateAnalyticsDataSetRequest.add_member(:target_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "TargetAccountId"))
|
@@ -1683,13 +1721,13 @@ module Aws::Connect
|
|
1683
1721
|
|
1684
1722
|
AssociateApprovedOriginRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1685
1723
|
AssociateApprovedOriginRequest.add_member(:origin, Shapes::ShapeRef.new(shape: Origin, required: true, location_name: "Origin"))
|
1686
|
-
AssociateApprovedOriginRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1724
|
+
AssociateApprovedOriginRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
1687
1725
|
AssociateApprovedOriginRequest.struct_class = Types::AssociateApprovedOriginRequest
|
1688
1726
|
|
1689
1727
|
AssociateBotRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1690
1728
|
AssociateBotRequest.add_member(:lex_bot, Shapes::ShapeRef.new(shape: LexBot, location_name: "LexBot"))
|
1691
1729
|
AssociateBotRequest.add_member(:lex_v2_bot, Shapes::ShapeRef.new(shape: LexV2Bot, location_name: "LexV2Bot"))
|
1692
|
-
AssociateBotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1730
|
+
AssociateBotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
1693
1731
|
AssociateBotRequest.struct_class = Types::AssociateBotRequest
|
1694
1732
|
|
1695
1733
|
AssociateDefaultVocabularyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -1710,7 +1748,7 @@ module Aws::Connect
|
|
1710
1748
|
AssociateInstanceStorageConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1711
1749
|
AssociateInstanceStorageConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location_name: "ResourceType"))
|
1712
1750
|
AssociateInstanceStorageConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, required: true, location_name: "StorageConfig"))
|
1713
|
-
AssociateInstanceStorageConfigRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1751
|
+
AssociateInstanceStorageConfigRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
1714
1752
|
AssociateInstanceStorageConfigRequest.struct_class = Types::AssociateInstanceStorageConfigRequest
|
1715
1753
|
|
1716
1754
|
AssociateInstanceStorageConfigResponse.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
|
@@ -1718,12 +1756,12 @@ module Aws::Connect
|
|
1718
1756
|
|
1719
1757
|
AssociateLambdaFunctionRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1720
1758
|
AssociateLambdaFunctionRequest.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
|
1721
|
-
AssociateLambdaFunctionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1759
|
+
AssociateLambdaFunctionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
1722
1760
|
AssociateLambdaFunctionRequest.struct_class = Types::AssociateLambdaFunctionRequest
|
1723
1761
|
|
1724
1762
|
AssociateLexBotRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1725
1763
|
AssociateLexBotRequest.add_member(:lex_bot, Shapes::ShapeRef.new(shape: LexBot, required: true, location_name: "LexBot"))
|
1726
|
-
AssociateLexBotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1764
|
+
AssociateLexBotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
1727
1765
|
AssociateLexBotRequest.struct_class = Types::AssociateLexBotRequest
|
1728
1766
|
|
1729
1767
|
AssociatePhoneNumberContactFlowRequest.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: PhoneNumberId, required: true, location: "uri", location_name: "PhoneNumberId"))
|
@@ -1743,7 +1781,7 @@ module Aws::Connect
|
|
1743
1781
|
|
1744
1782
|
AssociateSecurityKeyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1745
1783
|
AssociateSecurityKeyRequest.add_member(:key, Shapes::ShapeRef.new(shape: PEM, required: true, location_name: "Key"))
|
1746
|
-
AssociateSecurityKeyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1784
|
+
AssociateSecurityKeyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
1747
1785
|
AssociateSecurityKeyRequest.struct_class = Types::AssociateSecurityKeyRequest
|
1748
1786
|
|
1749
1787
|
AssociateSecurityKeyResponse.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
|
@@ -1780,7 +1818,7 @@ module Aws::Connect
|
|
1780
1818
|
AttachedFile.add_member(:file_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "FileArn"))
|
1781
1819
|
AttachedFile.add_member(:file_id, Shapes::ShapeRef.new(shape: FileId, required: true, location_name: "FileId"))
|
1782
1820
|
AttachedFile.add_member(:file_name, Shapes::ShapeRef.new(shape: FileName, required: true, location_name: "FileName"))
|
1783
|
-
AttachedFile.add_member(:file_size_in_bytes, Shapes::ShapeRef.new(shape: FileSizeInBytes, required: true, location_name: "FileSizeInBytes", metadata: {"box"=>true}))
|
1821
|
+
AttachedFile.add_member(:file_size_in_bytes, Shapes::ShapeRef.new(shape: FileSizeInBytes, required: true, location_name: "FileSizeInBytes", metadata: {"box" => true}))
|
1784
1822
|
AttachedFile.add_member(:file_status, Shapes::ShapeRef.new(shape: FileStatusType, required: true, location_name: "FileStatus"))
|
1785
1823
|
AttachedFile.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedByInfo, location_name: "CreatedBy"))
|
1786
1824
|
AttachedFile.add_member(:file_use_case_type, Shapes::ShapeRef.new(shape: FileUseCaseType, location_name: "FileUseCaseType"))
|
@@ -1903,7 +1941,7 @@ module Aws::Connect
|
|
1903
1941
|
BatchGetFlowAssociationResponse.add_member(:flow_association_summary_list, Shapes::ShapeRef.new(shape: FlowAssociationSummaryList, location_name: "FlowAssociationSummaryList"))
|
1904
1942
|
BatchGetFlowAssociationResponse.struct_class = Types::BatchGetFlowAssociationResponse
|
1905
1943
|
|
1906
|
-
BatchPutContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1944
|
+
BatchPutContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
1907
1945
|
BatchPutContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1908
1946
|
BatchPutContactRequest.add_member(:contact_data_request_list, Shapes::ShapeRef.new(shape: ContactDataRequestList, required: true, location_name: "ContactDataRequestList"))
|
1909
1947
|
BatchPutContactRequest.struct_class = Types::BatchPutContactRequest
|
@@ -1915,6 +1953,13 @@ module Aws::Connect
|
|
1915
1953
|
Campaign.add_member(:campaign_id, Shapes::ShapeRef.new(shape: CampaignId, location_name: "CampaignId"))
|
1916
1954
|
Campaign.struct_class = Types::Campaign
|
1917
1955
|
|
1956
|
+
CaseSlaConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: SlaName, required: true, location_name: "Name"))
|
1957
|
+
CaseSlaConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: SlaType, required: true, location_name: "Type"))
|
1958
|
+
CaseSlaConfiguration.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldValueId, location_name: "FieldId"))
|
1959
|
+
CaseSlaConfiguration.add_member(:target_field_values, Shapes::ShapeRef.new(shape: SlaFieldValueUnionList, location_name: "TargetFieldValues"))
|
1960
|
+
CaseSlaConfiguration.add_member(:target_sla_minutes, Shapes::ShapeRef.new(shape: TargetSlaMinutes, required: true, location_name: "TargetSlaMinutes"))
|
1961
|
+
CaseSlaConfiguration.struct_class = Types::CaseSlaConfiguration
|
1962
|
+
|
1918
1963
|
ChannelList.member = Shapes::ShapeRef.new(shape: Channel)
|
1919
1964
|
|
1920
1965
|
ChannelToCountMap.key = Shapes::ShapeRef.new(shape: Channel)
|
@@ -1942,7 +1987,7 @@ module Aws::Connect
|
|
1942
1987
|
ClaimPhoneNumberRequest.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "PhoneNumber"))
|
1943
1988
|
ClaimPhoneNumberRequest.add_member(:phone_number_description, Shapes::ShapeRef.new(shape: PhoneNumberDescription, location_name: "PhoneNumberDescription"))
|
1944
1989
|
ClaimPhoneNumberRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1945
|
-
ClaimPhoneNumberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1990
|
+
ClaimPhoneNumberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
1946
1991
|
ClaimPhoneNumberRequest.struct_class = Types::ClaimPhoneNumberRequest
|
1947
1992
|
|
1948
1993
|
ClaimPhoneNumberResponse.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: PhoneNumberId, location_name: "PhoneNumberId"))
|
@@ -2027,6 +2072,11 @@ module Aws::Connect
|
|
2027
2072
|
Contact.add_member(:disconnect_details, Shapes::ShapeRef.new(shape: DisconnectDetails, location_name: "DisconnectDetails"))
|
2028
2073
|
Contact.add_member(:additional_email_recipients, Shapes::ShapeRef.new(shape: AdditionalEmailRecipients, location_name: "AdditionalEmailRecipients"))
|
2029
2074
|
Contact.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
|
2075
|
+
Contact.add_member(:recordings, Shapes::ShapeRef.new(shape: Recordings, location_name: "Recordings"))
|
2076
|
+
Contact.add_member(:disconnect_reason, Shapes::ShapeRef.new(shape: String, location_name: "DisconnectReason"))
|
2077
|
+
Contact.add_member(:contact_evaluations, Shapes::ShapeRef.new(shape: ContactEvaluations, location_name: "ContactEvaluations"))
|
2078
|
+
Contact.add_member(:contact_details, Shapes::ShapeRef.new(shape: ContactDetails, location_name: "ContactDetails"))
|
2079
|
+
Contact.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
2030
2080
|
Contact.struct_class = Types::Contact
|
2031
2081
|
|
2032
2082
|
ContactAnalysis.add_member(:transcript, Shapes::ShapeRef.new(shape: Transcript, location_name: "Transcript"))
|
@@ -2047,6 +2097,22 @@ module Aws::Connect
|
|
2047
2097
|
|
2048
2098
|
ContactDataRequestList.member = Shapes::ShapeRef.new(shape: ContactDataRequest)
|
2049
2099
|
|
2100
|
+
ContactDetails.add_member(:name, Shapes::ShapeRef.new(shape: ContactDetailName, location_name: "Name"))
|
2101
|
+
ContactDetails.add_member(:description, Shapes::ShapeRef.new(shape: ContactDetailDescription, location_name: "Description"))
|
2102
|
+
ContactDetails.struct_class = Types::ContactDetails
|
2103
|
+
|
2104
|
+
ContactEvaluation.add_member(:form_id, Shapes::ShapeRef.new(shape: FormId, location_name: "FormId"))
|
2105
|
+
ContactEvaluation.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: EvaluationArn, location_name: "EvaluationArn"))
|
2106
|
+
ContactEvaluation.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
2107
|
+
ContactEvaluation.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "StartTimestamp"))
|
2108
|
+
ContactEvaluation.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "EndTimestamp"))
|
2109
|
+
ContactEvaluation.add_member(:delete_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "DeleteTimestamp"))
|
2110
|
+
ContactEvaluation.add_member(:export_location, Shapes::ShapeRef.new(shape: ExportLocation, location_name: "ExportLocation"))
|
2111
|
+
ContactEvaluation.struct_class = Types::ContactEvaluation
|
2112
|
+
|
2113
|
+
ContactEvaluations.key = Shapes::ShapeRef.new(shape: EvaluationId)
|
2114
|
+
ContactEvaluations.value = Shapes::ShapeRef.new(shape: ContactEvaluation)
|
2115
|
+
|
2050
2116
|
ContactFilter.add_member(:contact_states, Shapes::ShapeRef.new(shape: ContactStates, location_name: "ContactStates"))
|
2051
2117
|
ContactFilter.struct_class = Types::ContactFilter
|
2052
2118
|
|
@@ -2198,7 +2264,7 @@ module Aws::Connect
|
|
2198
2264
|
CreateAgentStatusRequest.add_member(:name, Shapes::ShapeRef.new(shape: AgentStatusName, required: true, location_name: "Name"))
|
2199
2265
|
CreateAgentStatusRequest.add_member(:description, Shapes::ShapeRef.new(shape: AgentStatusDescription, location_name: "Description"))
|
2200
2266
|
CreateAgentStatusRequest.add_member(:state, Shapes::ShapeRef.new(shape: AgentStatusState, required: true, location_name: "State"))
|
2201
|
-
CreateAgentStatusRequest.add_member(:display_order, Shapes::ShapeRef.new(shape: AgentStatusOrderNumber, location_name: "DisplayOrder", metadata: {"box"=>true}))
|
2267
|
+
CreateAgentStatusRequest.add_member(:display_order, Shapes::ShapeRef.new(shape: AgentStatusOrderNumber, location_name: "DisplayOrder", metadata: {"box" => true}))
|
2202
2268
|
CreateAgentStatusRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2203
2269
|
CreateAgentStatusRequest.struct_class = Types::CreateAgentStatusRequest
|
2204
2270
|
|
@@ -2215,7 +2281,7 @@ module Aws::Connect
|
|
2215
2281
|
CreateContactFlowModuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "Description"))
|
2216
2282
|
CreateContactFlowModuleRequest.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowModuleContent, required: true, location_name: "Content"))
|
2217
2283
|
CreateContactFlowModuleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2218
|
-
CreateContactFlowModuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2284
|
+
CreateContactFlowModuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
2219
2285
|
CreateContactFlowModuleRequest.struct_class = Types::CreateContactFlowModuleRequest
|
2220
2286
|
|
2221
2287
|
CreateContactFlowModuleResponse.add_member(:id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, location_name: "Id"))
|
@@ -2250,7 +2316,7 @@ module Aws::Connect
|
|
2250
2316
|
CreateContactFlowVersionResponse.struct_class = Types::CreateContactFlowVersionResponse
|
2251
2317
|
|
2252
2318
|
CreateContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
2253
|
-
CreateContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2319
|
+
CreateContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
2254
2320
|
CreateContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
2255
2321
|
CreateContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
2256
2322
|
CreateContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
|
@@ -2286,7 +2352,7 @@ module Aws::Connect
|
|
2286
2352
|
CreateEvaluationFormRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluationFormDescription, location_name: "Description"))
|
2287
2353
|
CreateEvaluationFormRequest.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, required: true, location_name: "Items"))
|
2288
2354
|
CreateEvaluationFormRequest.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
|
2289
|
-
CreateEvaluationFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2355
|
+
CreateEvaluationFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
2290
2356
|
CreateEvaluationFormRequest.struct_class = Types::CreateEvaluationFormRequest
|
2291
2357
|
|
2292
2358
|
CreateEvaluationFormResponse.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
@@ -2317,7 +2383,7 @@ module Aws::Connect
|
|
2317
2383
|
CreateHoursOfOperationResponse.add_member(:hours_of_operation_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "HoursOfOperationArn"))
|
2318
2384
|
CreateHoursOfOperationResponse.struct_class = Types::CreateHoursOfOperationResponse
|
2319
2385
|
|
2320
|
-
CreateInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2386
|
+
CreateInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
2321
2387
|
CreateInstanceRequest.add_member(:identity_management_type, Shapes::ShapeRef.new(shape: DirectoryType, required: true, location_name: "IdentityManagementType"))
|
2322
2388
|
CreateInstanceRequest.add_member(:instance_alias, Shapes::ShapeRef.new(shape: DirectoryAlias, location_name: "InstanceAlias"))
|
2323
2389
|
CreateInstanceRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
|
@@ -2345,7 +2411,7 @@ module Aws::Connect
|
|
2345
2411
|
|
2346
2412
|
CreateParticipantRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
2347
2413
|
CreateParticipantRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
2348
|
-
CreateParticipantRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2414
|
+
CreateParticipantRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
2349
2415
|
CreateParticipantRequest.add_member(:participant_details, Shapes::ShapeRef.new(shape: ParticipantDetailsToAdd, required: true, location_name: "ParticipantDetails"))
|
2350
2416
|
CreateParticipantRequest.struct_class = Types::CreateParticipantRequest
|
2351
2417
|
|
@@ -2380,7 +2446,7 @@ module Aws::Connect
|
|
2380
2446
|
CreatePromptResponse.struct_class = Types::CreatePromptResponse
|
2381
2447
|
|
2382
2448
|
CreatePushNotificationRegistrationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2383
|
-
CreatePushNotificationRegistrationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2449
|
+
CreatePushNotificationRegistrationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
2384
2450
|
CreatePushNotificationRegistrationRequest.add_member(:pinpoint_app_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "PinpointAppArn"))
|
2385
2451
|
CreatePushNotificationRegistrationRequest.add_member(:device_token, Shapes::ShapeRef.new(shape: DeviceToken, required: true, location_name: "DeviceToken"))
|
2386
2452
|
CreatePushNotificationRegistrationRequest.add_member(:device_type, Shapes::ShapeRef.new(shape: DeviceType, required: true, location_name: "DeviceType"))
|
@@ -2396,7 +2462,7 @@ module Aws::Connect
|
|
2396
2462
|
CreateQueueRequest.add_member(:outbound_caller_config, Shapes::ShapeRef.new(shape: OutboundCallerConfig, location_name: "OutboundCallerConfig"))
|
2397
2463
|
CreateQueueRequest.add_member(:outbound_email_config, Shapes::ShapeRef.new(shape: OutboundEmailConfig, location_name: "OutboundEmailConfig"))
|
2398
2464
|
CreateQueueRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location_name: "HoursOfOperationId"))
|
2399
|
-
CreateQueueRequest.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box"=>true}))
|
2465
|
+
CreateQueueRequest.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box" => true}))
|
2400
2466
|
CreateQueueRequest.add_member(:quick_connect_ids, Shapes::ShapeRef.new(shape: QuickConnectsList, location_name: "QuickConnectIds"))
|
2401
2467
|
CreateQueueRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2402
2468
|
CreateQueueRequest.struct_class = Types::CreateQueueRequest
|
@@ -2436,7 +2502,7 @@ module Aws::Connect
|
|
2436
2502
|
CreateRuleRequest.add_member(:function, Shapes::ShapeRef.new(shape: RuleFunction, required: true, location_name: "Function"))
|
2437
2503
|
CreateRuleRequest.add_member(:actions, Shapes::ShapeRef.new(shape: RuleActions, required: true, location_name: "Actions"))
|
2438
2504
|
CreateRuleRequest.add_member(:publish_status, Shapes::ShapeRef.new(shape: RulePublishStatus, required: true, location_name: "PublishStatus"))
|
2439
|
-
CreateRuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2505
|
+
CreateRuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
2440
2506
|
CreateRuleRequest.struct_class = Types::CreateRuleRequest
|
2441
2507
|
|
2442
2508
|
CreateRuleResponse.add_member(:rule_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "RuleArn"))
|
@@ -2468,7 +2534,7 @@ module Aws::Connect
|
|
2468
2534
|
CreateTaskTemplateRequest.add_member(:defaults, Shapes::ShapeRef.new(shape: TaskTemplateDefaults, location_name: "Defaults"))
|
2469
2535
|
CreateTaskTemplateRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskTemplateStatus, location_name: "Status"))
|
2470
2536
|
CreateTaskTemplateRequest.add_member(:fields, Shapes::ShapeRef.new(shape: TaskTemplateFields, required: true, location_name: "Fields"))
|
2471
|
-
CreateTaskTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2537
|
+
CreateTaskTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
2472
2538
|
CreateTaskTemplateRequest.struct_class = Types::CreateTaskTemplateRequest
|
2473
2539
|
|
2474
2540
|
CreateTaskTemplateResponse.add_member(:id, Shapes::ShapeRef.new(shape: TaskTemplateId, required: true, location_name: "Id"))
|
@@ -2478,7 +2544,7 @@ module Aws::Connect
|
|
2478
2544
|
CreateTrafficDistributionGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name128, required: true, location_name: "Name"))
|
2479
2545
|
CreateTrafficDistributionGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description250, location_name: "Description"))
|
2480
2546
|
CreateTrafficDistributionGroupRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location_name: "InstanceId"))
|
2481
|
-
CreateTrafficDistributionGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2547
|
+
CreateTrafficDistributionGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
2482
2548
|
CreateTrafficDistributionGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2483
2549
|
CreateTrafficDistributionGroupRequest.struct_class = Types::CreateTrafficDistributionGroupRequest
|
2484
2550
|
|
@@ -2543,7 +2609,7 @@ module Aws::Connect
|
|
2543
2609
|
CreateViewVersionResponse.add_member(:view, Shapes::ShapeRef.new(shape: View, location_name: "View"))
|
2544
2610
|
CreateViewVersionResponse.struct_class = Types::CreateViewVersionResponse
|
2545
2611
|
|
2546
|
-
CreateVocabularyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2612
|
+
CreateVocabularyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
2547
2613
|
CreateVocabularyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2548
2614
|
CreateVocabularyRequest.add_member(:vocabulary_name, Shapes::ShapeRef.new(shape: VocabularyName, required: true, location_name: "VocabularyName"))
|
2549
2615
|
CreateVocabularyRequest.add_member(:language_code, Shapes::ShapeRef.new(shape: VocabularyLanguageCode, required: true, location_name: "LanguageCode"))
|
@@ -2578,7 +2644,7 @@ module Aws::Connect
|
|
2578
2644
|
CurrentMetric.struct_class = Types::CurrentMetric
|
2579
2645
|
|
2580
2646
|
CurrentMetricData.add_member(:metric, Shapes::ShapeRef.new(shape: CurrentMetric, location_name: "Metric"))
|
2581
|
-
CurrentMetricData.add_member(:value, Shapes::ShapeRef.new(shape: Value, location_name: "Value", metadata: {"box"=>true}))
|
2647
|
+
CurrentMetricData.add_member(:value, Shapes::ShapeRef.new(shape: Value, location_name: "Value", metadata: {"box" => true}))
|
2582
2648
|
CurrentMetricData.struct_class = Types::CurrentMetricData
|
2583
2649
|
|
2584
2650
|
CurrentMetricDataCollections.member = Shapes::ShapeRef.new(shape: CurrentMetricData)
|
@@ -2675,7 +2741,7 @@ module Aws::Connect
|
|
2675
2741
|
|
2676
2742
|
DeleteEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2677
2743
|
DeleteEvaluationFormRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
|
2678
|
-
DeleteEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version", metadata: {"box"=>true}))
|
2744
|
+
DeleteEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version", metadata: {"box" => true}))
|
2679
2745
|
DeleteEvaluationFormRequest.struct_class = Types::DeleteEvaluationFormRequest
|
2680
2746
|
|
2681
2747
|
DeleteHoursOfOperationOverrideRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -2688,7 +2754,7 @@ module Aws::Connect
|
|
2688
2754
|
DeleteHoursOfOperationRequest.struct_class = Types::DeleteHoursOfOperationRequest
|
2689
2755
|
|
2690
2756
|
DeleteInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2691
|
-
DeleteInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
2757
|
+
DeleteInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2692
2758
|
DeleteInstanceRequest.struct_class = Types::DeleteInstanceRequest
|
2693
2759
|
|
2694
2760
|
DeleteIntegrationAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -2835,7 +2901,7 @@ module Aws::Connect
|
|
2835
2901
|
|
2836
2902
|
DescribeEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2837
2903
|
DescribeEvaluationFormRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
|
2838
|
-
DescribeEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version", metadata: {"box"=>true}))
|
2904
|
+
DescribeEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version", metadata: {"box" => true}))
|
2839
2905
|
DescribeEvaluationFormRequest.struct_class = Types::DescribeEvaluationFormRequest
|
2840
2906
|
|
2841
2907
|
DescribeEvaluationFormResponse.add_member(:evaluation_form, Shapes::ShapeRef.new(shape: EvaluationForm, required: true, location_name: "EvaluationForm"))
|
@@ -2997,13 +3063,13 @@ module Aws::Connect
|
|
2997
3063
|
|
2998
3064
|
DisassociateApprovedOriginRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
2999
3065
|
DisassociateApprovedOriginRequest.add_member(:origin, Shapes::ShapeRef.new(shape: Origin, required: true, location: "querystring", location_name: "origin"))
|
3000
|
-
DisassociateApprovedOriginRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
3066
|
+
DisassociateApprovedOriginRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
3001
3067
|
DisassociateApprovedOriginRequest.struct_class = Types::DisassociateApprovedOriginRequest
|
3002
3068
|
|
3003
3069
|
DisassociateBotRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3004
3070
|
DisassociateBotRequest.add_member(:lex_bot, Shapes::ShapeRef.new(shape: LexBot, location_name: "LexBot"))
|
3005
3071
|
DisassociateBotRequest.add_member(:lex_v2_bot, Shapes::ShapeRef.new(shape: LexV2Bot, location_name: "LexV2Bot"))
|
3006
|
-
DisassociateBotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
3072
|
+
DisassociateBotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
3007
3073
|
DisassociateBotRequest.struct_class = Types::DisassociateBotRequest
|
3008
3074
|
|
3009
3075
|
DisassociateFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -3016,18 +3082,18 @@ module Aws::Connect
|
|
3016
3082
|
DisassociateInstanceStorageConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3017
3083
|
DisassociateInstanceStorageConfigRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "AssociationId"))
|
3018
3084
|
DisassociateInstanceStorageConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location: "querystring", location_name: "resourceType"))
|
3019
|
-
DisassociateInstanceStorageConfigRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
3085
|
+
DisassociateInstanceStorageConfigRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
3020
3086
|
DisassociateInstanceStorageConfigRequest.struct_class = Types::DisassociateInstanceStorageConfigRequest
|
3021
3087
|
|
3022
3088
|
DisassociateLambdaFunctionRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3023
3089
|
DisassociateLambdaFunctionRequest.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location: "querystring", location_name: "functionArn"))
|
3024
|
-
DisassociateLambdaFunctionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
3090
|
+
DisassociateLambdaFunctionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
3025
3091
|
DisassociateLambdaFunctionRequest.struct_class = Types::DisassociateLambdaFunctionRequest
|
3026
3092
|
|
3027
3093
|
DisassociateLexBotRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3028
3094
|
DisassociateLexBotRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "querystring", location_name: "botName"))
|
3029
3095
|
DisassociateLexBotRequest.add_member(:lex_region, Shapes::ShapeRef.new(shape: LexRegion, required: true, location: "querystring", location_name: "lexRegion"))
|
3030
|
-
DisassociateLexBotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
3096
|
+
DisassociateLexBotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
3031
3097
|
DisassociateLexBotRequest.struct_class = Types::DisassociateLexBotRequest
|
3032
3098
|
|
3033
3099
|
DisassociatePhoneNumberContactFlowRequest.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: PhoneNumberId, required: true, location: "uri", location_name: "PhoneNumberId"))
|
@@ -3046,7 +3112,7 @@ module Aws::Connect
|
|
3046
3112
|
|
3047
3113
|
DisassociateSecurityKeyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3048
3114
|
DisassociateSecurityKeyRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "AssociationId"))
|
3049
|
-
DisassociateSecurityKeyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
3115
|
+
DisassociateSecurityKeyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
3050
3116
|
DisassociateSecurityKeyRequest.struct_class = Types::DisassociateSecurityKeyRequest
|
3051
3117
|
|
3052
3118
|
DisassociateTrafficDistributionGroupUserRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
|
@@ -3317,7 +3383,7 @@ module Aws::Connect
|
|
3317
3383
|
EvaluationFormSummary.add_member(:last_activated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastActivatedTime"))
|
3318
3384
|
EvaluationFormSummary.add_member(:last_activated_by, Shapes::ShapeRef.new(shape: ARN, location_name: "LastActivatedBy"))
|
3319
3385
|
EvaluationFormSummary.add_member(:latest_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "LatestVersion"))
|
3320
|
-
EvaluationFormSummary.add_member(:active_version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "ActiveVersion", metadata: {"box"=>true}))
|
3386
|
+
EvaluationFormSummary.add_member(:active_version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "ActiveVersion", metadata: {"box" => true}))
|
3321
3387
|
EvaluationFormSummary.struct_class = Types::EvaluationFormSummary
|
3322
3388
|
|
3323
3389
|
EvaluationFormSummaryList.member = Shapes::ShapeRef.new(shape: EvaluationFormSummary)
|
@@ -3438,7 +3504,7 @@ module Aws::Connect
|
|
3438
3504
|
GetAttachedFileResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "CreationTime"))
|
3439
3505
|
GetAttachedFileResponse.add_member(:file_status, Shapes::ShapeRef.new(shape: FileStatusType, location_name: "FileStatus"))
|
3440
3506
|
GetAttachedFileResponse.add_member(:file_name, Shapes::ShapeRef.new(shape: FileName, location_name: "FileName"))
|
3441
|
-
GetAttachedFileResponse.add_member(:file_size_in_bytes, Shapes::ShapeRef.new(shape: FileSizeInBytes, required: true, location_name: "FileSizeInBytes", metadata: {"box"=>true}))
|
3507
|
+
GetAttachedFileResponse.add_member(:file_size_in_bytes, Shapes::ShapeRef.new(shape: FileSizeInBytes, required: true, location_name: "FileSizeInBytes", metadata: {"box" => true}))
|
3442
3508
|
GetAttachedFileResponse.add_member(:associated_resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "AssociatedResourceArn"))
|
3443
3509
|
GetAttachedFileResponse.add_member(:file_use_case_type, Shapes::ShapeRef.new(shape: FileUseCaseType, location_name: "FileUseCaseType"))
|
3444
3510
|
GetAttachedFileResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedByInfo, location_name: "CreatedBy"))
|
@@ -3458,7 +3524,7 @@ module Aws::Connect
|
|
3458
3524
|
GetCurrentMetricDataRequest.add_member(:groupings, Shapes::ShapeRef.new(shape: Groupings, location_name: "Groupings"))
|
3459
3525
|
GetCurrentMetricDataRequest.add_member(:current_metrics, Shapes::ShapeRef.new(shape: CurrentMetrics, required: true, location_name: "CurrentMetrics"))
|
3460
3526
|
GetCurrentMetricDataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3461
|
-
GetCurrentMetricDataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
3527
|
+
GetCurrentMetricDataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
3462
3528
|
GetCurrentMetricDataRequest.add_member(:sort_criteria, Shapes::ShapeRef.new(shape: CurrentMetricSortCriteriaMaxOne, location_name: "SortCriteria"))
|
3463
3529
|
GetCurrentMetricDataRequest.struct_class = Types::GetCurrentMetricDataRequest
|
3464
3530
|
|
@@ -3471,7 +3537,7 @@ module Aws::Connect
|
|
3471
3537
|
GetCurrentUserDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3472
3538
|
GetCurrentUserDataRequest.add_member(:filters, Shapes::ShapeRef.new(shape: UserDataFilters, required: true, location_name: "Filters"))
|
3473
3539
|
GetCurrentUserDataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3474
|
-
GetCurrentUserDataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
3540
|
+
GetCurrentUserDataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
3475
3541
|
GetCurrentUserDataRequest.struct_class = Types::GetCurrentUserDataRequest
|
3476
3542
|
|
3477
3543
|
GetCurrentUserDataResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -3515,7 +3581,7 @@ module Aws::Connect
|
|
3515
3581
|
GetMetricDataRequest.add_member(:groupings, Shapes::ShapeRef.new(shape: Groupings, location_name: "Groupings"))
|
3516
3582
|
GetMetricDataRequest.add_member(:historical_metrics, Shapes::ShapeRef.new(shape: HistoricalMetrics, required: true, location_name: "HistoricalMetrics"))
|
3517
3583
|
GetMetricDataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3518
|
-
GetMetricDataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
3584
|
+
GetMetricDataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
3519
3585
|
GetMetricDataRequest.struct_class = Types::GetMetricDataRequest
|
3520
3586
|
|
3521
3587
|
GetMetricDataResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -3530,7 +3596,7 @@ module Aws::Connect
|
|
3530
3596
|
GetMetricDataV2Request.add_member(:groupings, Shapes::ShapeRef.new(shape: GroupingsV2, location_name: "Groupings"))
|
3531
3597
|
GetMetricDataV2Request.add_member(:metrics, Shapes::ShapeRef.new(shape: MetricsV2, required: true, location_name: "Metrics"))
|
3532
3598
|
GetMetricDataV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
3533
|
-
GetMetricDataV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
3599
|
+
GetMetricDataV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
3534
3600
|
GetMetricDataV2Request.struct_class = Types::GetMetricDataV2Request
|
3535
3601
|
|
3536
3602
|
GetMetricDataV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
@@ -3658,13 +3724,13 @@ module Aws::Connect
|
|
3658
3724
|
HierarchyStructureUpdate.struct_class = Types::HierarchyStructureUpdate
|
3659
3725
|
|
3660
3726
|
HistoricalMetric.add_member(:name, Shapes::ShapeRef.new(shape: HistoricalMetricName, location_name: "Name"))
|
3661
|
-
HistoricalMetric.add_member(:threshold, Shapes::ShapeRef.new(shape: Threshold, location_name: "Threshold", metadata: {"box"=>true}))
|
3727
|
+
HistoricalMetric.add_member(:threshold, Shapes::ShapeRef.new(shape: Threshold, location_name: "Threshold", metadata: {"box" => true}))
|
3662
3728
|
HistoricalMetric.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
|
3663
3729
|
HistoricalMetric.add_member(:unit, Shapes::ShapeRef.new(shape: Unit, location_name: "Unit"))
|
3664
3730
|
HistoricalMetric.struct_class = Types::HistoricalMetric
|
3665
3731
|
|
3666
3732
|
HistoricalMetricData.add_member(:metric, Shapes::ShapeRef.new(shape: HistoricalMetric, location_name: "Metric"))
|
3667
|
-
HistoricalMetricData.add_member(:value, Shapes::ShapeRef.new(shape: Value, location_name: "Value", metadata: {"box"=>true}))
|
3733
|
+
HistoricalMetricData.add_member(:value, Shapes::ShapeRef.new(shape: Value, location_name: "Value", metadata: {"box" => true}))
|
3668
3734
|
HistoricalMetricData.struct_class = Types::HistoricalMetricData
|
3669
3735
|
|
3670
3736
|
HistoricalMetricDataCollections.member = Shapes::ShapeRef.new(shape: HistoricalMetricData)
|
@@ -3743,8 +3809,8 @@ module Aws::Connect
|
|
3743
3809
|
|
3744
3810
|
HoursOfOperationSummaryList.member = Shapes::ShapeRef.new(shape: HoursOfOperationSummary)
|
3745
3811
|
|
3746
|
-
HoursOfOperationTimeSlice.add_member(:hours, Shapes::ShapeRef.new(shape: Hours24Format, required: true, location_name: "Hours", metadata: {"box"=>true}))
|
3747
|
-
HoursOfOperationTimeSlice.add_member(:minutes, Shapes::ShapeRef.new(shape: MinutesLimit60, required: true, location_name: "Minutes", metadata: {"box"=>true}))
|
3812
|
+
HoursOfOperationTimeSlice.add_member(:hours, Shapes::ShapeRef.new(shape: Hours24Format, required: true, location_name: "Hours", metadata: {"box" => true}))
|
3813
|
+
HoursOfOperationTimeSlice.add_member(:minutes, Shapes::ShapeRef.new(shape: MinutesLimit60, required: true, location_name: "Minutes", metadata: {"box" => true}))
|
3748
3814
|
HoursOfOperationTimeSlice.struct_class = Types::HoursOfOperationTimeSlice
|
3749
3815
|
|
3750
3816
|
IdempotencyException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
@@ -3754,7 +3820,7 @@ module Aws::Connect
|
|
3754
3820
|
ImportPhoneNumberRequest.add_member(:source_phone_number_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "SourcePhoneNumberArn"))
|
3755
3821
|
ImportPhoneNumberRequest.add_member(:phone_number_description, Shapes::ShapeRef.new(shape: PhoneNumberDescription, location_name: "PhoneNumberDescription"))
|
3756
3822
|
ImportPhoneNumberRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
3757
|
-
ImportPhoneNumberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
3823
|
+
ImportPhoneNumberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
3758
3824
|
ImportPhoneNumberRequest.struct_class = Types::ImportPhoneNumberRequest
|
3759
3825
|
|
3760
3826
|
ImportPhoneNumberResponse.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: PhoneNumberId, location_name: "PhoneNumberId"))
|
@@ -3894,7 +3960,7 @@ module Aws::Connect
|
|
3894
3960
|
|
3895
3961
|
ListAgentStatusRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3896
3962
|
ListAgentStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3897
|
-
ListAgentStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
3963
|
+
ListAgentStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
3898
3964
|
ListAgentStatusRequest.add_member(:agent_status_types, Shapes::ShapeRef.new(shape: AgentStatusTypes, location: "querystring", location_name: "AgentStatusTypes"))
|
3899
3965
|
ListAgentStatusRequest.struct_class = Types::ListAgentStatusRequest
|
3900
3966
|
|
@@ -3923,7 +3989,7 @@ module Aws::Connect
|
|
3923
3989
|
|
3924
3990
|
ListApprovedOriginsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3925
3991
|
ListApprovedOriginsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3926
|
-
ListApprovedOriginsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult25, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
3992
|
+
ListApprovedOriginsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult25, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
3927
3993
|
ListApprovedOriginsRequest.struct_class = Types::ListApprovedOriginsRequest
|
3928
3994
|
|
3929
3995
|
ListApprovedOriginsResponse.add_member(:origins, Shapes::ShapeRef.new(shape: OriginsList, location_name: "Origins"))
|
@@ -3941,7 +4007,7 @@ module Aws::Connect
|
|
3941
4007
|
ListAssociatedContactsResponse.struct_class = Types::ListAssociatedContactsResponse
|
3942
4008
|
|
3943
4009
|
ListAuthenticationProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3944
|
-
ListAuthenticationProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4010
|
+
ListAuthenticationProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
3945
4011
|
ListAuthenticationProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3946
4012
|
ListAuthenticationProfilesRequest.struct_class = Types::ListAuthenticationProfilesRequest
|
3947
4013
|
|
@@ -3951,7 +4017,7 @@ module Aws::Connect
|
|
3951
4017
|
|
3952
4018
|
ListBotsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3953
4019
|
ListBotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3954
|
-
ListBotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult25, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4020
|
+
ListBotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult25, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
3955
4021
|
ListBotsRequest.add_member(:lex_version, Shapes::ShapeRef.new(shape: LexVersion, required: true, location: "querystring", location_name: "lexVersion"))
|
3956
4022
|
ListBotsRequest.struct_class = Types::ListBotsRequest
|
3957
4023
|
|
@@ -3974,7 +4040,7 @@ module Aws::Connect
|
|
3974
4040
|
|
3975
4041
|
ListContactFlowModulesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3976
4042
|
ListContactFlowModulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3977
|
-
ListContactFlowModulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4043
|
+
ListContactFlowModulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
3978
4044
|
ListContactFlowModulesRequest.add_member(:contact_flow_module_state, Shapes::ShapeRef.new(shape: ContactFlowModuleState, location: "querystring", location_name: "state"))
|
3979
4045
|
ListContactFlowModulesRequest.struct_class = Types::ListContactFlowModulesRequest
|
3980
4046
|
|
@@ -3985,7 +4051,7 @@ module Aws::Connect
|
|
3985
4051
|
ListContactFlowVersionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
3986
4052
|
ListContactFlowVersionsRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "ContactFlowId"))
|
3987
4053
|
ListContactFlowVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3988
|
-
ListContactFlowVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4054
|
+
ListContactFlowVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
3989
4055
|
ListContactFlowVersionsRequest.struct_class = Types::ListContactFlowVersionsRequest
|
3990
4056
|
|
3991
4057
|
ListContactFlowVersionsResponse.add_member(:contact_flow_version_summary_list, Shapes::ShapeRef.new(shape: ContactFlowVersionSummaryList, location_name: "ContactFlowVersionSummaryList"))
|
@@ -4024,7 +4090,7 @@ module Aws::Connect
|
|
4024
4090
|
|
4025
4091
|
ListEvaluationFormVersionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4026
4092
|
ListEvaluationFormVersionsRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
|
4027
|
-
ListEvaluationFormVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4093
|
+
ListEvaluationFormVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4028
4094
|
ListEvaluationFormVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4029
4095
|
ListEvaluationFormVersionsRequest.struct_class = Types::ListEvaluationFormVersionsRequest
|
4030
4096
|
|
@@ -4033,7 +4099,7 @@ module Aws::Connect
|
|
4033
4099
|
ListEvaluationFormVersionsResponse.struct_class = Types::ListEvaluationFormVersionsResponse
|
4034
4100
|
|
4035
4101
|
ListEvaluationFormsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4036
|
-
ListEvaluationFormsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4102
|
+
ListEvaluationFormsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4037
4103
|
ListEvaluationFormsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4038
4104
|
ListEvaluationFormsRequest.struct_class = Types::ListEvaluationFormsRequest
|
4039
4105
|
|
@@ -4044,7 +4110,7 @@ module Aws::Connect
|
|
4044
4110
|
ListFlowAssociationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4045
4111
|
ListFlowAssociationsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ListFlowAssociationResourceType, location: "querystring", location_name: "ResourceType"))
|
4046
4112
|
ListFlowAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4047
|
-
ListFlowAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4113
|
+
ListFlowAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4048
4114
|
ListFlowAssociationsRequest.struct_class = Types::ListFlowAssociationsRequest
|
4049
4115
|
|
4050
4116
|
ListFlowAssociationsResponse.add_member(:flow_association_summary_list, Shapes::ShapeRef.new(shape: FlowAssociationSummaryList, location_name: "FlowAssociationSummaryList"))
|
@@ -4054,7 +4120,7 @@ module Aws::Connect
|
|
4054
4120
|
ListHoursOfOperationOverridesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4055
4121
|
ListHoursOfOperationOverridesRequest.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, required: true, location: "uri", location_name: "HoursOfOperationId"))
|
4056
4122
|
ListHoursOfOperationOverridesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4057
|
-
ListHoursOfOperationOverridesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4123
|
+
ListHoursOfOperationOverridesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4058
4124
|
ListHoursOfOperationOverridesRequest.struct_class = Types::ListHoursOfOperationOverridesRequest
|
4059
4125
|
|
4060
4126
|
ListHoursOfOperationOverridesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -4074,7 +4140,7 @@ module Aws::Connect
|
|
4074
4140
|
|
4075
4141
|
ListInstanceAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4076
4142
|
ListInstanceAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4077
|
-
ListInstanceAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult7, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4143
|
+
ListInstanceAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult7, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4078
4144
|
ListInstanceAttributesRequest.struct_class = Types::ListInstanceAttributesRequest
|
4079
4145
|
|
4080
4146
|
ListInstanceAttributesResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributesList, location_name: "Attributes"))
|
@@ -4084,7 +4150,7 @@ module Aws::Connect
|
|
4084
4150
|
ListInstanceStorageConfigsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4085
4151
|
ListInstanceStorageConfigsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location: "querystring", location_name: "resourceType"))
|
4086
4152
|
ListInstanceStorageConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4087
|
-
ListInstanceStorageConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult10, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4153
|
+
ListInstanceStorageConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult10, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4088
4154
|
ListInstanceStorageConfigsRequest.struct_class = Types::ListInstanceStorageConfigsRequest
|
4089
4155
|
|
4090
4156
|
ListInstanceStorageConfigsResponse.add_member(:storage_configs, Shapes::ShapeRef.new(shape: InstanceStorageConfigs, location_name: "StorageConfigs"))
|
@@ -4092,7 +4158,7 @@ module Aws::Connect
|
|
4092
4158
|
ListInstanceStorageConfigsResponse.struct_class = Types::ListInstanceStorageConfigsResponse
|
4093
4159
|
|
4094
4160
|
ListInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4095
|
-
ListInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult10, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4161
|
+
ListInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult10, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4096
4162
|
ListInstancesRequest.struct_class = Types::ListInstancesRequest
|
4097
4163
|
|
4098
4164
|
ListInstancesResponse.add_member(:instance_summary_list, Shapes::ShapeRef.new(shape: InstanceSummaryList, location_name: "InstanceSummaryList"))
|
@@ -4102,7 +4168,7 @@ module Aws::Connect
|
|
4102
4168
|
ListIntegrationAssociationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4103
4169
|
ListIntegrationAssociationsRequest.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, location: "querystring", location_name: "integrationType"))
|
4104
4170
|
ListIntegrationAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4105
|
-
ListIntegrationAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4171
|
+
ListIntegrationAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4106
4172
|
ListIntegrationAssociationsRequest.add_member(:integration_arn, Shapes::ShapeRef.new(shape: ARN, location: "querystring", location_name: "integrationArn"))
|
4107
4173
|
ListIntegrationAssociationsRequest.struct_class = Types::ListIntegrationAssociationsRequest
|
4108
4174
|
|
@@ -4112,7 +4178,7 @@ module Aws::Connect
|
|
4112
4178
|
|
4113
4179
|
ListLambdaFunctionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4114
4180
|
ListLambdaFunctionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4115
|
-
ListLambdaFunctionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult25, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4181
|
+
ListLambdaFunctionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult25, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4116
4182
|
ListLambdaFunctionsRequest.struct_class = Types::ListLambdaFunctionsRequest
|
4117
4183
|
|
4118
4184
|
ListLambdaFunctionsResponse.add_member(:lambda_functions, Shapes::ShapeRef.new(shape: FunctionArnsList, location_name: "LambdaFunctions"))
|
@@ -4121,7 +4187,7 @@ module Aws::Connect
|
|
4121
4187
|
|
4122
4188
|
ListLexBotsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4123
4189
|
ListLexBotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4124
|
-
ListLexBotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult25, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4190
|
+
ListLexBotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult25, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4125
4191
|
ListLexBotsRequest.struct_class = Types::ListLexBotsRequest
|
4126
4192
|
|
4127
4193
|
ListLexBotsResponse.add_member(:lex_bots, Shapes::ShapeRef.new(shape: LexBotsList, location_name: "LexBots"))
|
@@ -4154,7 +4220,7 @@ module Aws::Connect
|
|
4154
4220
|
|
4155
4221
|
ListPhoneNumbersV2Request.add_member(:target_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TargetArn"))
|
4156
4222
|
ListPhoneNumbersV2Request.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
4157
|
-
ListPhoneNumbersV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location_name: "MaxResults", metadata: {"box"=>true}))
|
4223
|
+
ListPhoneNumbersV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location_name: "MaxResults", metadata: {"box" => true}))
|
4158
4224
|
ListPhoneNumbersV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: LargeNextToken, location_name: "NextToken"))
|
4159
4225
|
ListPhoneNumbersV2Request.add_member(:phone_number_country_codes, Shapes::ShapeRef.new(shape: PhoneNumberCountryCodes, location_name: "PhoneNumberCountryCodes"))
|
4160
4226
|
ListPhoneNumbersV2Request.add_member(:phone_number_types, Shapes::ShapeRef.new(shape: PhoneNumberTypes, location_name: "PhoneNumberTypes"))
|
@@ -4167,7 +4233,7 @@ module Aws::Connect
|
|
4167
4233
|
|
4168
4234
|
ListPredefinedAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4169
4235
|
ListPredefinedAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4170
|
-
ListPredefinedAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4236
|
+
ListPredefinedAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4171
4237
|
ListPredefinedAttributesRequest.struct_class = Types::ListPredefinedAttributesRequest
|
4172
4238
|
|
4173
4239
|
ListPredefinedAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -4176,7 +4242,7 @@ module Aws::Connect
|
|
4176
4242
|
|
4177
4243
|
ListPromptsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4178
4244
|
ListPromptsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4179
|
-
ListPromptsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4245
|
+
ListPromptsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4180
4246
|
ListPromptsRequest.struct_class = Types::ListPromptsRequest
|
4181
4247
|
|
4182
4248
|
ListPromptsResponse.add_member(:prompt_summary_list, Shapes::ShapeRef.new(shape: PromptSummaryList, location_name: "PromptSummaryList"))
|
@@ -4186,7 +4252,7 @@ module Aws::Connect
|
|
4186
4252
|
ListQueueQuickConnectsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4187
4253
|
ListQueueQuickConnectsRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
4188
4254
|
ListQueueQuickConnectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4189
|
-
ListQueueQuickConnectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4255
|
+
ListQueueQuickConnectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4190
4256
|
ListQueueQuickConnectsRequest.struct_class = Types::ListQueueQuickConnectsRequest
|
4191
4257
|
|
4192
4258
|
ListQueueQuickConnectsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -4207,7 +4273,7 @@ module Aws::Connect
|
|
4207
4273
|
|
4208
4274
|
ListQuickConnectsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4209
4275
|
ListQuickConnectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4210
|
-
ListQuickConnectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4276
|
+
ListQuickConnectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4211
4277
|
ListQuickConnectsRequest.add_member(:quick_connect_types, Shapes::ShapeRef.new(shape: QuickConnectTypes, location: "querystring", location_name: "QuickConnectTypes"))
|
4212
4278
|
ListQuickConnectsRequest.struct_class = Types::ListQuickConnectsRequest
|
4213
4279
|
|
@@ -4232,7 +4298,7 @@ module Aws::Connect
|
|
4232
4298
|
ListRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4233
4299
|
ListRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
|
4234
4300
|
ListRoutingProfileQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4235
|
-
ListRoutingProfileQueuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4301
|
+
ListRoutingProfileQueuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4236
4302
|
ListRoutingProfileQueuesRequest.struct_class = Types::ListRoutingProfileQueuesRequest
|
4237
4303
|
|
4238
4304
|
ListRoutingProfileQueuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -4243,7 +4309,7 @@ module Aws::Connect
|
|
4243
4309
|
|
4244
4310
|
ListRoutingProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4245
4311
|
ListRoutingProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4246
|
-
ListRoutingProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4312
|
+
ListRoutingProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4247
4313
|
ListRoutingProfilesRequest.struct_class = Types::ListRoutingProfilesRequest
|
4248
4314
|
|
4249
4315
|
ListRoutingProfilesResponse.add_member(:routing_profile_summary_list, Shapes::ShapeRef.new(shape: RoutingProfileSummaryList, location_name: "RoutingProfileSummaryList"))
|
@@ -4253,7 +4319,7 @@ module Aws::Connect
|
|
4253
4319
|
ListRulesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4254
4320
|
ListRulesRequest.add_member(:publish_status, Shapes::ShapeRef.new(shape: RulePublishStatus, location: "querystring", location_name: "publishStatus"))
|
4255
4321
|
ListRulesRequest.add_member(:event_source_name, Shapes::ShapeRef.new(shape: EventSourceName, location: "querystring", location_name: "eventSourceName"))
|
4256
|
-
ListRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult200, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4322
|
+
ListRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult200, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4257
4323
|
ListRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4258
4324
|
ListRulesRequest.struct_class = Types::ListRulesRequest
|
4259
4325
|
|
@@ -4263,7 +4329,7 @@ module Aws::Connect
|
|
4263
4329
|
|
4264
4330
|
ListSecurityKeysRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4265
4331
|
ListSecurityKeysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4266
|
-
ListSecurityKeysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult2, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4332
|
+
ListSecurityKeysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult2, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4267
4333
|
ListSecurityKeysRequest.struct_class = Types::ListSecurityKeysRequest
|
4268
4334
|
|
4269
4335
|
ListSecurityKeysResponse.add_member(:security_keys, Shapes::ShapeRef.new(shape: SecurityKeysList, location_name: "SecurityKeys"))
|
@@ -4285,7 +4351,7 @@ module Aws::Connect
|
|
4285
4351
|
ListSecurityProfilePermissionsRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
|
4286
4352
|
ListSecurityProfilePermissionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4287
4353
|
ListSecurityProfilePermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4288
|
-
ListSecurityProfilePermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4354
|
+
ListSecurityProfilePermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4289
4355
|
ListSecurityProfilePermissionsRequest.struct_class = Types::ListSecurityProfilePermissionsRequest
|
4290
4356
|
|
4291
4357
|
ListSecurityProfilePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionsList, location_name: "Permissions"))
|
@@ -4296,7 +4362,7 @@ module Aws::Connect
|
|
4296
4362
|
|
4297
4363
|
ListSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4298
4364
|
ListSecurityProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4299
|
-
ListSecurityProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4365
|
+
ListSecurityProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4300
4366
|
ListSecurityProfilesRequest.struct_class = Types::ListSecurityProfilesRequest
|
4301
4367
|
|
4302
4368
|
ListSecurityProfilesResponse.add_member(:security_profile_summary_list, Shapes::ShapeRef.new(shape: SecurityProfileSummaryList, location_name: "SecurityProfileSummaryList"))
|
@@ -4311,7 +4377,7 @@ module Aws::Connect
|
|
4311
4377
|
|
4312
4378
|
ListTaskTemplatesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4313
4379
|
ListTaskTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4314
|
-
ListTaskTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4380
|
+
ListTaskTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4315
4381
|
ListTaskTemplatesRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskTemplateStatus, location: "querystring", location_name: "status"))
|
4316
4382
|
ListTaskTemplatesRequest.add_member(:name, Shapes::ShapeRef.new(shape: TaskTemplateName, location: "querystring", location_name: "name"))
|
4317
4383
|
ListTaskTemplatesRequest.struct_class = Types::ListTaskTemplatesRequest
|
@@ -4321,7 +4387,7 @@ module Aws::Connect
|
|
4321
4387
|
ListTaskTemplatesResponse.struct_class = Types::ListTaskTemplatesResponse
|
4322
4388
|
|
4323
4389
|
ListTrafficDistributionGroupUsersRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
|
4324
|
-
ListTrafficDistributionGroupUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult10, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4390
|
+
ListTrafficDistributionGroupUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult10, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4325
4391
|
ListTrafficDistributionGroupUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4326
4392
|
ListTrafficDistributionGroupUsersRequest.struct_class = Types::ListTrafficDistributionGroupUsersRequest
|
4327
4393
|
|
@@ -4341,7 +4407,7 @@ module Aws::Connect
|
|
4341
4407
|
ListUseCasesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4342
4408
|
ListUseCasesRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
4343
4409
|
ListUseCasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4344
|
-
ListUseCasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4410
|
+
ListUseCasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4345
4411
|
ListUseCasesRequest.struct_class = Types::ListUseCasesRequest
|
4346
4412
|
|
4347
4413
|
ListUseCasesResponse.add_member(:use_case_summary_list, Shapes::ShapeRef.new(shape: UseCaseSummaryList, location_name: "UseCaseSummaryList"))
|
@@ -4350,7 +4416,7 @@ module Aws::Connect
|
|
4350
4416
|
|
4351
4417
|
ListUserHierarchyGroupsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4352
4418
|
ListUserHierarchyGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4353
|
-
ListUserHierarchyGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4419
|
+
ListUserHierarchyGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4354
4420
|
ListUserHierarchyGroupsRequest.struct_class = Types::ListUserHierarchyGroupsRequest
|
4355
4421
|
|
4356
4422
|
ListUserHierarchyGroupsResponse.add_member(:user_hierarchy_group_summary_list, Shapes::ShapeRef.new(shape: HierarchyGroupSummaryList, location_name: "UserHierarchyGroupSummaryList"))
|
@@ -4360,7 +4426,7 @@ module Aws::Connect
|
|
4360
4426
|
ListUserProficienciesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4361
4427
|
ListUserProficienciesRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
|
4362
4428
|
ListUserProficienciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4363
|
-
ListUserProficienciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4429
|
+
ListUserProficienciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4364
4430
|
ListUserProficienciesRequest.struct_class = Types::ListUserProficienciesRequest
|
4365
4431
|
|
4366
4432
|
ListUserProficienciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -4371,7 +4437,7 @@ module Aws::Connect
|
|
4371
4437
|
|
4372
4438
|
ListUsersRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4373
4439
|
ListUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4374
|
-
ListUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4440
|
+
ListUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4375
4441
|
ListUsersRequest.struct_class = Types::ListUsersRequest
|
4376
4442
|
|
4377
4443
|
ListUsersResponse.add_member(:user_summary_list, Shapes::ShapeRef.new(shape: UserSummaryList, location_name: "UserSummaryList"))
|
@@ -4381,7 +4447,7 @@ module Aws::Connect
|
|
4381
4447
|
ListViewVersionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: ViewsInstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4382
4448
|
ListViewVersionsRequest.add_member(:view_id, Shapes::ShapeRef.new(shape: ViewId, required: true, location: "uri", location_name: "ViewId"))
|
4383
4449
|
ListViewVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ViewsNextToken, location: "querystring", location_name: "nextToken"))
|
4384
|
-
ListViewVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4450
|
+
ListViewVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4385
4451
|
ListViewVersionsRequest.struct_class = Types::ListViewVersionsRequest
|
4386
4452
|
|
4387
4453
|
ListViewVersionsResponse.add_member(:view_version_summary_list, Shapes::ShapeRef.new(shape: ViewVersionSummaryList, location_name: "ViewVersionSummaryList"))
|
@@ -4391,7 +4457,7 @@ module Aws::Connect
|
|
4391
4457
|
ListViewsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: ViewsInstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
4392
4458
|
ListViewsRequest.add_member(:type, Shapes::ShapeRef.new(shape: ViewType, location: "querystring", location_name: "type"))
|
4393
4459
|
ListViewsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ViewsNextToken, location: "querystring", location_name: "nextToken"))
|
4394
|
-
ListViewsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
4460
|
+
ListViewsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
4395
4461
|
ListViewsRequest.struct_class = Types::ListViewsRequest
|
4396
4462
|
|
4397
4463
|
ListViewsResponse.add_member(:views_summary_list, Shapes::ShapeRef.new(shape: ViewsSummaryList, location_name: "ViewsSummaryList"))
|
@@ -4430,7 +4496,7 @@ module Aws::Connect
|
|
4430
4496
|
MetricDataCollectionsV2.member = Shapes::ShapeRef.new(shape: MetricDataV2)
|
4431
4497
|
|
4432
4498
|
MetricDataV2.add_member(:metric, Shapes::ShapeRef.new(shape: MetricV2, location_name: "Metric"))
|
4433
|
-
MetricDataV2.add_member(:value, Shapes::ShapeRef.new(shape: Value, location_name: "Value", metadata: {"box"=>true}))
|
4499
|
+
MetricDataV2.add_member(:value, Shapes::ShapeRef.new(shape: Value, location_name: "Value", metadata: {"box" => true}))
|
4434
4500
|
MetricDataV2.struct_class = Types::MetricDataV2
|
4435
4501
|
|
4436
4502
|
MetricFilterV2.add_member(:metric_filter_key, Shapes::ShapeRef.new(shape: String, location_name: "MetricFilterKey"))
|
@@ -4465,7 +4531,7 @@ module Aws::Connect
|
|
4465
4531
|
MonitorContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
4466
4532
|
MonitorContactRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: AgentResourceId, required: true, location_name: "UserId"))
|
4467
4533
|
MonitorContactRequest.add_member(:allowed_monitor_capabilities, Shapes::ShapeRef.new(shape: AllowedMonitorCapabilities, location_name: "AllowedMonitorCapabilities"))
|
4468
|
-
MonitorContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4534
|
+
MonitorContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
4469
4535
|
MonitorContactRequest.struct_class = Types::MonitorContactRequest
|
4470
4536
|
|
4471
4537
|
MonitorContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
@@ -4530,8 +4596,8 @@ module Aws::Connect
|
|
4530
4596
|
OutputTypeNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
4531
4597
|
OutputTypeNotFoundException.struct_class = Types::OutputTypeNotFoundException
|
4532
4598
|
|
4533
|
-
OverrideTimeSlice.add_member(:hours, Shapes::ShapeRef.new(shape: Hours24Format, required: true, location_name: "Hours", metadata: {"box"=>true}))
|
4534
|
-
OverrideTimeSlice.add_member(:minutes, Shapes::ShapeRef.new(shape: MinutesLimit60, required: true, location_name: "Minutes", metadata: {"box"=>true}))
|
4599
|
+
OverrideTimeSlice.add_member(:hours, Shapes::ShapeRef.new(shape: Hours24Format, required: true, location_name: "Hours", metadata: {"box" => true}))
|
4600
|
+
OverrideTimeSlice.add_member(:minutes, Shapes::ShapeRef.new(shape: MinutesLimit60, required: true, location_name: "Minutes", metadata: {"box" => true}))
|
4535
4601
|
OverrideTimeSlice.struct_class = Types::OverrideTimeSlice
|
4536
4602
|
|
4537
4603
|
ParticipantCapabilities.add_member(:video, Shapes::ShapeRef.new(shape: VideoCapability, location_name: "Video"))
|
@@ -4693,7 +4759,7 @@ module Aws::Connect
|
|
4693
4759
|
Queue.add_member(:outbound_caller_config, Shapes::ShapeRef.new(shape: OutboundCallerConfig, location_name: "OutboundCallerConfig"))
|
4694
4760
|
Queue.add_member(:outbound_email_config, Shapes::ShapeRef.new(shape: OutboundEmailConfig, location_name: "OutboundEmailConfig"))
|
4695
4761
|
Queue.add_member(:hours_of_operation_id, Shapes::ShapeRef.new(shape: HoursOfOperationId, location_name: "HoursOfOperationId"))
|
4696
|
-
Queue.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box"=>true}))
|
4762
|
+
Queue.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box" => true}))
|
4697
4763
|
Queue.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, location_name: "Status"))
|
4698
4764
|
Queue.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
4699
4765
|
Queue.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
@@ -4905,6 +4971,20 @@ module Aws::Connect
|
|
4905
4971
|
|
4906
4972
|
RealtimeContactAnalysisSegments.member = Shapes::ShapeRef.new(shape: RealtimeContactAnalysisSegment)
|
4907
4973
|
|
4974
|
+
RecordingInfo.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
|
4975
|
+
RecordingInfo.add_member(:location, Shapes::ShapeRef.new(shape: RecordingLocation, location_name: "Location"))
|
4976
|
+
RecordingInfo.add_member(:media_stream_type, Shapes::ShapeRef.new(shape: MediaStreamType, location_name: "MediaStreamType"))
|
4977
|
+
RecordingInfo.add_member(:participant_type, Shapes::ShapeRef.new(shape: ParticipantType, location_name: "ParticipantType"))
|
4978
|
+
RecordingInfo.add_member(:fragment_start_number, Shapes::ShapeRef.new(shape: FragmentNumber, location_name: "FragmentStartNumber"))
|
4979
|
+
RecordingInfo.add_member(:fragment_stop_number, Shapes::ShapeRef.new(shape: FragmentNumber, location_name: "FragmentStopNumber"))
|
4980
|
+
RecordingInfo.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "StartTimestamp"))
|
4981
|
+
RecordingInfo.add_member(:stop_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "StopTimestamp"))
|
4982
|
+
RecordingInfo.add_member(:status, Shapes::ShapeRef.new(shape: RecordingStatus, location_name: "Status"))
|
4983
|
+
RecordingInfo.add_member(:deletion_reason, Shapes::ShapeRef.new(shape: RecordingDeletionReason, location_name: "DeletionReason"))
|
4984
|
+
RecordingInfo.struct_class = Types::RecordingInfo
|
4985
|
+
|
4986
|
+
Recordings.member = Shapes::ShapeRef.new(shape: RecordingInfo)
|
4987
|
+
|
4908
4988
|
Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
4909
4989
|
Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
|
4910
4990
|
Reference.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "Status"))
|
@@ -4935,12 +5015,12 @@ module Aws::Connect
|
|
4935
5015
|
ReferenceTypes.member = Shapes::ShapeRef.new(shape: ReferenceType)
|
4936
5016
|
|
4937
5017
|
ReleasePhoneNumberRequest.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: PhoneNumberId, required: true, location: "uri", location_name: "PhoneNumberId"))
|
4938
|
-
ReleasePhoneNumberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
5018
|
+
ReleasePhoneNumberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
4939
5019
|
ReleasePhoneNumberRequest.struct_class = Types::ReleasePhoneNumberRequest
|
4940
5020
|
|
4941
5021
|
ReplicateInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
|
4942
5022
|
ReplicateInstanceRequest.add_member(:replica_region, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "ReplicaRegion"))
|
4943
|
-
ReplicateInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5023
|
+
ReplicateInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
4944
5024
|
ReplicateInstanceRequest.add_member(:replica_alias, Shapes::ShapeRef.new(shape: DirectoryAlias, required: true, location_name: "ReplicaAlias"))
|
4945
5025
|
ReplicateInstanceRequest.struct_class = Types::ReplicateInstanceRequest
|
4946
5026
|
|
@@ -5038,8 +5118,8 @@ module Aws::Connect
|
|
5038
5118
|
RoutingProfileList.member = Shapes::ShapeRef.new(shape: RoutingProfile)
|
5039
5119
|
|
5040
5120
|
RoutingProfileQueueConfig.add_member(:queue_reference, Shapes::ShapeRef.new(shape: RoutingProfileQueueReference, required: true, location_name: "QueueReference"))
|
5041
|
-
RoutingProfileQueueConfig.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "Priority", metadata: {"box"=>true}))
|
5042
|
-
RoutingProfileQueueConfig.add_member(:delay, Shapes::ShapeRef.new(shape: Delay, required: true, location_name: "Delay", metadata: {"box"=>true}))
|
5121
|
+
RoutingProfileQueueConfig.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "Priority", metadata: {"box" => true}))
|
5122
|
+
RoutingProfileQueueConfig.add_member(:delay, Shapes::ShapeRef.new(shape: Delay, required: true, location_name: "Delay", metadata: {"box" => true}))
|
5043
5123
|
RoutingProfileQueueConfig.struct_class = Types::RoutingProfileQueueConfig
|
5044
5124
|
|
5045
5125
|
RoutingProfileQueueConfigList.member = Shapes::ShapeRef.new(shape: RoutingProfileQueueConfig)
|
@@ -5105,6 +5185,7 @@ module Aws::Connect
|
|
5105
5185
|
RuleAction.add_member(:send_notification_action, Shapes::ShapeRef.new(shape: SendNotificationActionDefinition, location_name: "SendNotificationAction"))
|
5106
5186
|
RuleAction.add_member(:create_case_action, Shapes::ShapeRef.new(shape: CreateCaseActionDefinition, location_name: "CreateCaseAction"))
|
5107
5187
|
RuleAction.add_member(:update_case_action, Shapes::ShapeRef.new(shape: UpdateCaseActionDefinition, location_name: "UpdateCaseAction"))
|
5188
|
+
RuleAction.add_member(:assign_sla_action, Shapes::ShapeRef.new(shape: AssignSlaActionDefinition, location_name: "AssignSlaAction"))
|
5108
5189
|
RuleAction.add_member(:end_associated_tasks_action, Shapes::ShapeRef.new(shape: EndAssociatedTasksActionDefinition, location_name: "EndAssociatedTasksAction"))
|
5109
5190
|
RuleAction.add_member(:submit_auto_evaluation_action, Shapes::ShapeRef.new(shape: SubmitAutoEvaluationActionDefinition, location_name: "SubmitAutoEvaluationAction"))
|
5110
5191
|
RuleAction.struct_class = Types::RuleAction
|
@@ -5134,7 +5215,7 @@ module Aws::Connect
|
|
5134
5215
|
|
5135
5216
|
SearchAgentStatusesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5136
5217
|
SearchAgentStatusesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
5137
|
-
SearchAgentStatusesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
5218
|
+
SearchAgentStatusesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
5138
5219
|
SearchAgentStatusesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: AgentStatusSearchFilter, location_name: "SearchFilter"))
|
5139
5220
|
SearchAgentStatusesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: AgentStatusSearchCriteria, location_name: "SearchCriteria"))
|
5140
5221
|
SearchAgentStatusesRequest.struct_class = Types::SearchAgentStatusesRequest
|
@@ -5149,7 +5230,7 @@ module Aws::Connect
|
|
5149
5230
|
SearchAvailablePhoneNumbersRequest.add_member(:phone_number_country_code, Shapes::ShapeRef.new(shape: PhoneNumberCountryCode, required: true, location_name: "PhoneNumberCountryCode"))
|
5150
5231
|
SearchAvailablePhoneNumbersRequest.add_member(:phone_number_type, Shapes::ShapeRef.new(shape: PhoneNumberType, required: true, location_name: "PhoneNumberType"))
|
5151
5232
|
SearchAvailablePhoneNumbersRequest.add_member(:phone_number_prefix, Shapes::ShapeRef.new(shape: PhoneNumberPrefix, location_name: "PhoneNumberPrefix"))
|
5152
|
-
SearchAvailablePhoneNumbersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult10, location_name: "MaxResults", metadata: {"box"=>true}))
|
5233
|
+
SearchAvailablePhoneNumbersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult10, location_name: "MaxResults", metadata: {"box" => true}))
|
5153
5234
|
SearchAvailablePhoneNumbersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: LargeNextToken, location_name: "NextToken"))
|
5154
5235
|
SearchAvailablePhoneNumbersRequest.struct_class = Types::SearchAvailablePhoneNumbersRequest
|
5155
5236
|
|
@@ -5159,7 +5240,7 @@ module Aws::Connect
|
|
5159
5240
|
|
5160
5241
|
SearchContactFlowModulesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5161
5242
|
SearchContactFlowModulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
5162
|
-
SearchContactFlowModulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
5243
|
+
SearchContactFlowModulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
5163
5244
|
SearchContactFlowModulesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: ContactFlowModuleSearchFilter, location_name: "SearchFilter"))
|
5164
5245
|
SearchContactFlowModulesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: ContactFlowModuleSearchCriteria, location_name: "SearchCriteria"))
|
5165
5246
|
SearchContactFlowModulesRequest.struct_class = Types::SearchContactFlowModulesRequest
|
@@ -5171,7 +5252,7 @@ module Aws::Connect
|
|
5171
5252
|
|
5172
5253
|
SearchContactFlowsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5173
5254
|
SearchContactFlowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
5174
|
-
SearchContactFlowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
5255
|
+
SearchContactFlowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
5175
5256
|
SearchContactFlowsRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: ContactFlowSearchFilter, location_name: "SearchFilter"))
|
5176
5257
|
SearchContactFlowsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: ContactFlowSearchCriteria, location_name: "SearchCriteria"))
|
5177
5258
|
SearchContactFlowsRequest.struct_class = Types::SearchContactFlowsRequest
|
@@ -5184,7 +5265,7 @@ module Aws::Connect
|
|
5184
5265
|
SearchContactsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5185
5266
|
SearchContactsRequest.add_member(:time_range, Shapes::ShapeRef.new(shape: SearchContactsTimeRange, required: true, location_name: "TimeRange"))
|
5186
5267
|
SearchContactsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: SearchCriteria, location_name: "SearchCriteria"))
|
5187
|
-
SearchContactsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
5268
|
+
SearchContactsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
5188
5269
|
SearchContactsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: LargeNextToken, location_name: "NextToken"))
|
5189
5270
|
SearchContactsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: Sort, location_name: "Sort"))
|
5190
5271
|
SearchContactsRequest.struct_class = Types::SearchContactsRequest
|
@@ -5223,7 +5304,7 @@ module Aws::Connect
|
|
5223
5304
|
|
5224
5305
|
SearchHoursOfOperationOverridesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5225
5306
|
SearchHoursOfOperationOverridesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
5226
|
-
SearchHoursOfOperationOverridesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
5307
|
+
SearchHoursOfOperationOverridesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
5227
5308
|
SearchHoursOfOperationOverridesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: HoursOfOperationSearchFilter, location_name: "SearchFilter"))
|
5228
5309
|
SearchHoursOfOperationOverridesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: HoursOfOperationOverrideSearchCriteria, location_name: "SearchCriteria"))
|
5229
5310
|
SearchHoursOfOperationOverridesRequest.struct_class = Types::SearchHoursOfOperationOverridesRequest
|
@@ -5235,7 +5316,7 @@ module Aws::Connect
|
|
5235
5316
|
|
5236
5317
|
SearchHoursOfOperationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5237
5318
|
SearchHoursOfOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
5238
|
-
SearchHoursOfOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
5319
|
+
SearchHoursOfOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
5239
5320
|
SearchHoursOfOperationsRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: HoursOfOperationSearchFilter, location_name: "SearchFilter"))
|
5240
5321
|
SearchHoursOfOperationsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: HoursOfOperationSearchCriteria, location_name: "SearchCriteria"))
|
5241
5322
|
SearchHoursOfOperationsRequest.struct_class = Types::SearchHoursOfOperationsRequest
|
@@ -5247,7 +5328,7 @@ module Aws::Connect
|
|
5247
5328
|
|
5248
5329
|
SearchPredefinedAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5249
5330
|
SearchPredefinedAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
5250
|
-
SearchPredefinedAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
5331
|
+
SearchPredefinedAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
5251
5332
|
SearchPredefinedAttributesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: PredefinedAttributeSearchCriteria, location_name: "SearchCriteria"))
|
5252
5333
|
SearchPredefinedAttributesRequest.struct_class = Types::SearchPredefinedAttributesRequest
|
5253
5334
|
|
@@ -5258,7 +5339,7 @@ module Aws::Connect
|
|
5258
5339
|
|
5259
5340
|
SearchPromptsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5260
5341
|
SearchPromptsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
5261
|
-
SearchPromptsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
5342
|
+
SearchPromptsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
5262
5343
|
SearchPromptsRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: PromptSearchFilter, location_name: "SearchFilter"))
|
5263
5344
|
SearchPromptsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: PromptSearchCriteria, location_name: "SearchCriteria"))
|
5264
5345
|
SearchPromptsRequest.struct_class = Types::SearchPromptsRequest
|
@@ -5270,7 +5351,7 @@ module Aws::Connect
|
|
5270
5351
|
|
5271
5352
|
SearchQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5272
5353
|
SearchQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
5273
|
-
SearchQueuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box"=>true}))
|
5354
|
+
SearchQueuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box" => true}))
|
5274
5355
|
SearchQueuesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: QueueSearchFilter, location_name: "SearchFilter"))
|
5275
5356
|
SearchQueuesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: QueueSearchCriteria, location_name: "SearchCriteria"))
|
5276
5357
|
SearchQueuesRequest.struct_class = Types::SearchQueuesRequest
|
@@ -5282,7 +5363,7 @@ module Aws::Connect
|
|
5282
5363
|
|
5283
5364
|
SearchQuickConnectsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5284
5365
|
SearchQuickConnectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
5285
|
-
SearchQuickConnectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
5366
|
+
SearchQuickConnectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
5286
5367
|
SearchQuickConnectsRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: QuickConnectSearchFilter, location_name: "SearchFilter"))
|
5287
5368
|
SearchQuickConnectsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: QuickConnectSearchCriteria, location_name: "SearchCriteria"))
|
5288
5369
|
SearchQuickConnectsRequest.struct_class = Types::SearchQuickConnectsRequest
|
@@ -5295,7 +5376,7 @@ module Aws::Connect
|
|
5295
5376
|
SearchResourceTagsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location_name: "InstanceId"))
|
5296
5377
|
SearchResourceTagsRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypeList, location_name: "ResourceTypes"))
|
5297
5378
|
SearchResourceTagsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
5298
|
-
SearchResourceTagsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
5379
|
+
SearchResourceTagsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
5299
5380
|
SearchResourceTagsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: ResourceTagsSearchCriteria, location_name: "SearchCriteria"))
|
5300
5381
|
SearchResourceTagsRequest.struct_class = Types::SearchResourceTagsRequest
|
5301
5382
|
|
@@ -5305,7 +5386,7 @@ module Aws::Connect
|
|
5305
5386
|
|
5306
5387
|
SearchRoutingProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5307
5388
|
SearchRoutingProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
5308
|
-
SearchRoutingProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box"=>true}))
|
5389
|
+
SearchRoutingProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box" => true}))
|
5309
5390
|
SearchRoutingProfilesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: RoutingProfileSearchFilter, location_name: "SearchFilter"))
|
5310
5391
|
SearchRoutingProfilesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: RoutingProfileSearchCriteria, location_name: "SearchCriteria"))
|
5311
5392
|
SearchRoutingProfilesRequest.struct_class = Types::SearchRoutingProfilesRequest
|
@@ -5317,7 +5398,7 @@ module Aws::Connect
|
|
5317
5398
|
|
5318
5399
|
SearchSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5319
5400
|
SearchSecurityProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
5320
|
-
SearchSecurityProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
5401
|
+
SearchSecurityProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
5321
5402
|
SearchSecurityProfilesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: SecurityProfileSearchCriteria, location_name: "SearchCriteria"))
|
5322
5403
|
SearchSecurityProfilesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: SecurityProfilesSearchFilter, location_name: "SearchFilter"))
|
5323
5404
|
SearchSecurityProfilesRequest.struct_class = Types::SearchSecurityProfilesRequest
|
@@ -5331,7 +5412,7 @@ module Aws::Connect
|
|
5331
5412
|
|
5332
5413
|
SearchUserHierarchyGroupsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5333
5414
|
SearchUserHierarchyGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
5334
|
-
SearchUserHierarchyGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
|
5415
|
+
SearchUserHierarchyGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
5335
5416
|
SearchUserHierarchyGroupsRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: UserHierarchyGroupSearchFilter, location_name: "SearchFilter"))
|
5336
5417
|
SearchUserHierarchyGroupsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: UserHierarchyGroupSearchCriteria, location_name: "SearchCriteria"))
|
5337
5418
|
SearchUserHierarchyGroupsRequest.struct_class = Types::SearchUserHierarchyGroupsRequest
|
@@ -5343,7 +5424,7 @@ module Aws::Connect
|
|
5343
5424
|
|
5344
5425
|
SearchUsersRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5345
5426
|
SearchUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
5346
|
-
SearchUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box"=>true}))
|
5427
|
+
SearchUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box" => true}))
|
5347
5428
|
SearchUsersRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: UserSearchFilter, location_name: "SearchFilter"))
|
5348
5429
|
SearchUsersRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: UserSearchCriteria, location_name: "SearchCriteria"))
|
5349
5430
|
SearchUsersRequest.struct_class = Types::SearchUsersRequest
|
@@ -5477,7 +5558,7 @@ module Aws::Connect
|
|
5477
5558
|
SendOutboundEmailRequest.add_member(:email_message, Shapes::ShapeRef.new(shape: OutboundEmailContent, required: true, location_name: "EmailMessage"))
|
5478
5559
|
SendOutboundEmailRequest.add_member(:traffic_type, Shapes::ShapeRef.new(shape: TrafficType, required: true, location_name: "TrafficType"))
|
5479
5560
|
SendOutboundEmailRequest.add_member(:source_campaign, Shapes::ShapeRef.new(shape: SourceCampaign, location_name: "SourceCampaign"))
|
5480
|
-
SendOutboundEmailRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5561
|
+
SendOutboundEmailRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5481
5562
|
SendOutboundEmailRequest.struct_class = Types::SendOutboundEmailRequest
|
5482
5563
|
|
5483
5564
|
SendOutboundEmailResponse.struct_class = Types::SendOutboundEmailResponse
|
@@ -5508,6 +5589,8 @@ module Aws::Connect
|
|
5508
5589
|
SingleSelectQuestionRuleCategoryAutomation.add_member(:option_ref_id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location_name: "OptionRefId"))
|
5509
5590
|
SingleSelectQuestionRuleCategoryAutomation.struct_class = Types::SingleSelectQuestionRuleCategoryAutomation
|
5510
5591
|
|
5592
|
+
SlaFieldValueUnionList.member = Shapes::ShapeRef.new(shape: FieldValueUnion)
|
5593
|
+
|
5511
5594
|
Sort.add_member(:field_name, Shapes::ShapeRef.new(shape: SortableFieldName, required: true, location_name: "FieldName"))
|
5512
5595
|
Sort.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "Order"))
|
5513
5596
|
Sort.struct_class = Types::Sort
|
@@ -5516,10 +5599,10 @@ module Aws::Connect
|
|
5516
5599
|
SourceCampaign.add_member(:outbound_request_id, Shapes::ShapeRef.new(shape: OutboundRequestId, location_name: "OutboundRequestId"))
|
5517
5600
|
SourceCampaign.struct_class = Types::SourceCampaign
|
5518
5601
|
|
5519
|
-
StartAttachedFileUploadRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5602
|
+
StartAttachedFileUploadRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5520
5603
|
StartAttachedFileUploadRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
5521
5604
|
StartAttachedFileUploadRequest.add_member(:file_name, Shapes::ShapeRef.new(shape: FileName, required: true, location_name: "FileName"))
|
5522
|
-
StartAttachedFileUploadRequest.add_member(:file_size_in_bytes, Shapes::ShapeRef.new(shape: FileSizeInBytes, required: true, location_name: "FileSizeInBytes", metadata: {"box"=>true}))
|
5605
|
+
StartAttachedFileUploadRequest.add_member(:file_size_in_bytes, Shapes::ShapeRef.new(shape: FileSizeInBytes, required: true, location_name: "FileSizeInBytes", metadata: {"box" => true}))
|
5523
5606
|
StartAttachedFileUploadRequest.add_member(:url_expiry_in_seconds, Shapes::ShapeRef.new(shape: URLExpiryInSeconds, location_name: "UrlExpiryInSeconds"))
|
5524
5607
|
StartAttachedFileUploadRequest.add_member(:file_use_case_type, Shapes::ShapeRef.new(shape: FileUseCaseType, required: true, location_name: "FileUseCaseType"))
|
5525
5608
|
StartAttachedFileUploadRequest.add_member(:associated_resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "querystring", location_name: "associatedResourceArn"))
|
@@ -5540,7 +5623,7 @@ module Aws::Connect
|
|
5540
5623
|
StartChatContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
5541
5624
|
StartChatContactRequest.add_member(:participant_details, Shapes::ShapeRef.new(shape: ParticipantDetails, required: true, location_name: "ParticipantDetails"))
|
5542
5625
|
StartChatContactRequest.add_member(:initial_message, Shapes::ShapeRef.new(shape: ChatMessage, location_name: "InitialMessage"))
|
5543
|
-
StartChatContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5626
|
+
StartChatContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5544
5627
|
StartChatContactRequest.add_member(:chat_duration_in_minutes, Shapes::ShapeRef.new(shape: ChatDurationInMinutes, location_name: "ChatDurationInMinutes"))
|
5545
5628
|
StartChatContactRequest.add_member(:supported_messaging_content_types, Shapes::ShapeRef.new(shape: SupportedMessagingContentTypes, location_name: "SupportedMessagingContentTypes"))
|
5546
5629
|
StartChatContactRequest.add_member(:persistent_chat, Shapes::ShapeRef.new(shape: PersistentChat, location_name: "PersistentChat"))
|
@@ -5558,7 +5641,7 @@ module Aws::Connect
|
|
5558
5641
|
StartContactEvaluationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
5559
5642
|
StartContactEvaluationRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
5560
5643
|
StartContactEvaluationRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
5561
|
-
StartContactEvaluationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5644
|
+
StartContactEvaluationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5562
5645
|
StartContactEvaluationRequest.struct_class = Types::StartContactEvaluationRequest
|
5563
5646
|
|
5564
5647
|
StartContactEvaluationResponse.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationId"))
|
@@ -5576,7 +5659,7 @@ module Aws::Connect
|
|
5576
5659
|
StartContactStreamingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5577
5660
|
StartContactStreamingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
5578
5661
|
StartContactStreamingRequest.add_member(:chat_streaming_configuration, Shapes::ShapeRef.new(shape: ChatStreamingConfiguration, required: true, location_name: "ChatStreamingConfiguration"))
|
5579
|
-
StartContactStreamingRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5662
|
+
StartContactStreamingRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5580
5663
|
StartContactStreamingRequest.struct_class = Types::StartContactStreamingRequest
|
5581
5664
|
|
5582
5665
|
StartContactStreamingResponse.add_member(:streaming_id, Shapes::ShapeRef.new(shape: StreamingId, required: true, location_name: "StreamingId"))
|
@@ -5595,7 +5678,7 @@ module Aws::Connect
|
|
5595
5678
|
StartEmailContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
5596
5679
|
StartEmailContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
5597
5680
|
StartEmailContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
|
5598
|
-
StartEmailContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5681
|
+
StartEmailContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5599
5682
|
StartEmailContactRequest.struct_class = Types::StartEmailContactRequest
|
5600
5683
|
|
5601
5684
|
StartEmailContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
@@ -5612,7 +5695,7 @@ module Aws::Connect
|
|
5612
5695
|
StartOutboundChatContactRequest.add_member(:initial_system_message, Shapes::ShapeRef.new(shape: ChatMessage, location_name: "InitialSystemMessage"))
|
5613
5696
|
StartOutboundChatContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
5614
5697
|
StartOutboundChatContactRequest.add_member(:supported_messaging_content_types, Shapes::ShapeRef.new(shape: SupportedMessagingContentTypes, location_name: "SupportedMessagingContentTypes"))
|
5615
|
-
StartOutboundChatContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5698
|
+
StartOutboundChatContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5616
5699
|
StartOutboundChatContactRequest.struct_class = Types::StartOutboundChatContactRequest
|
5617
5700
|
|
5618
5701
|
StartOutboundChatContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
@@ -5624,7 +5707,7 @@ module Aws::Connect
|
|
5624
5707
|
StartOutboundEmailContactRequest.add_member(:destination_email_address, Shapes::ShapeRef.new(shape: EmailAddressInfo, required: true, location_name: "DestinationEmailAddress"))
|
5625
5708
|
StartOutboundEmailContactRequest.add_member(:additional_recipients, Shapes::ShapeRef.new(shape: OutboundAdditionalRecipients, location_name: "AdditionalRecipients"))
|
5626
5709
|
StartOutboundEmailContactRequest.add_member(:email_message, Shapes::ShapeRef.new(shape: OutboundEmailContent, required: true, location_name: "EmailMessage"))
|
5627
|
-
StartOutboundEmailContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5710
|
+
StartOutboundEmailContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5628
5711
|
StartOutboundEmailContactRequest.struct_class = Types::StartOutboundEmailContactRequest
|
5629
5712
|
|
5630
5713
|
StartOutboundEmailContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
@@ -5637,7 +5720,7 @@ module Aws::Connect
|
|
5637
5720
|
StartOutboundVoiceContactRequest.add_member(:destination_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "DestinationPhoneNumber"))
|
5638
5721
|
StartOutboundVoiceContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
5639
5722
|
StartOutboundVoiceContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5640
|
-
StartOutboundVoiceContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5723
|
+
StartOutboundVoiceContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5641
5724
|
StartOutboundVoiceContactRequest.add_member(:source_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "SourcePhoneNumber"))
|
5642
5725
|
StartOutboundVoiceContactRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
|
5643
5726
|
StartOutboundVoiceContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
@@ -5649,7 +5732,7 @@ module Aws::Connect
|
|
5649
5732
|
StartOutboundVoiceContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
5650
5733
|
StartOutboundVoiceContactResponse.struct_class = Types::StartOutboundVoiceContactResponse
|
5651
5734
|
|
5652
|
-
StartScreenSharingRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5735
|
+
StartScreenSharingRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5653
5736
|
StartScreenSharingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5654
5737
|
StartScreenSharingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
5655
5738
|
StartScreenSharingRequest.struct_class = Types::StartScreenSharingRequest
|
@@ -5663,7 +5746,7 @@ module Aws::Connect
|
|
5663
5746
|
StartTaskContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
5664
5747
|
StartTaskContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
|
5665
5748
|
StartTaskContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
5666
|
-
StartTaskContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5749
|
+
StartTaskContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5667
5750
|
StartTaskContactRequest.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ScheduledTime"))
|
5668
5751
|
StartTaskContactRequest.add_member(:task_template_id, Shapes::ShapeRef.new(shape: TaskTemplateId, location_name: "TaskTemplateId"))
|
5669
5752
|
StartTaskContactRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
|
@@ -5675,7 +5758,7 @@ module Aws::Connect
|
|
5675
5758
|
StartTaskContactResponse.struct_class = Types::StartTaskContactResponse
|
5676
5759
|
|
5677
5760
|
StartWebRTCContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
5678
|
-
StartWebRTCContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5761
|
+
StartWebRTCContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5679
5762
|
StartWebRTCContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
5680
5763
|
StartWebRTCContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5681
5764
|
StartWebRTCContactRequest.add_member(:allowed_capabilities, Shapes::ShapeRef.new(shape: AllowedCapabilities, location_name: "AllowedCapabilities"))
|
@@ -5691,6 +5774,13 @@ module Aws::Connect
|
|
5691
5774
|
StartWebRTCContactResponse.add_member(:participant_token, Shapes::ShapeRef.new(shape: ParticipantToken, location_name: "ParticipantToken"))
|
5692
5775
|
StartWebRTCContactResponse.struct_class = Types::StartWebRTCContactResponse
|
5693
5776
|
|
5777
|
+
StateTransition.add_member(:state, Shapes::ShapeRef.new(shape: ParticipantState, location_name: "State"))
|
5778
|
+
StateTransition.add_member(:state_start_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "StateStartTimestamp"))
|
5779
|
+
StateTransition.add_member(:state_end_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "StateEndTimestamp"))
|
5780
|
+
StateTransition.struct_class = Types::StateTransition
|
5781
|
+
|
5782
|
+
StateTransitions.member = Shapes::ShapeRef.new(shape: StateTransition)
|
5783
|
+
|
5694
5784
|
Step.add_member(:expiry, Shapes::ShapeRef.new(shape: Expiry, location_name: "Expiry"))
|
5695
5785
|
Step.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, location_name: "Expression"))
|
5696
5786
|
Step.add_member(:status, Shapes::ShapeRef.new(shape: RoutingCriteriaStepStatus, location_name: "Status"))
|
@@ -5851,13 +5941,13 @@ module Aws::Connect
|
|
5851
5941
|
TemplatedMessageConfig.struct_class = Types::TemplatedMessageConfig
|
5852
5942
|
|
5853
5943
|
Threshold.add_member(:comparison, Shapes::ShapeRef.new(shape: Comparison, location_name: "Comparison"))
|
5854
|
-
Threshold.add_member(:threshold_value, Shapes::ShapeRef.new(shape: ThresholdValue, location_name: "ThresholdValue", metadata: {"box"=>true}))
|
5944
|
+
Threshold.add_member(:threshold_value, Shapes::ShapeRef.new(shape: ThresholdValue, location_name: "ThresholdValue", metadata: {"box" => true}))
|
5855
5945
|
Threshold.struct_class = Types::Threshold
|
5856
5946
|
|
5857
5947
|
ThresholdCollections.member = Shapes::ShapeRef.new(shape: ThresholdV2)
|
5858
5948
|
|
5859
5949
|
ThresholdV2.add_member(:comparison, Shapes::ShapeRef.new(shape: ResourceArnOrId, location_name: "Comparison"))
|
5860
|
-
ThresholdV2.add_member(:threshold_value, Shapes::ShapeRef.new(shape: ThresholdValue, location_name: "ThresholdValue", metadata: {"box"=>true}))
|
5950
|
+
ThresholdV2.add_member(:threshold_value, Shapes::ShapeRef.new(shape: ThresholdValue, location_name: "ThresholdValue", metadata: {"box" => true}))
|
5861
5951
|
ThresholdV2.struct_class = Types::ThresholdV2
|
5862
5952
|
|
5863
5953
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
@@ -5907,7 +5997,7 @@ module Aws::Connect
|
|
5907
5997
|
TransferContactRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
|
5908
5998
|
TransferContactRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "UserId"))
|
5909
5999
|
TransferContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
5910
|
-
TransferContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
6000
|
+
TransferContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5911
6001
|
TransferContactRequest.struct_class = Types::TransferContactRequest
|
5912
6002
|
|
5913
6003
|
TransferContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
@@ -5930,7 +6020,7 @@ module Aws::Connect
|
|
5930
6020
|
UpdateAgentStatusRequest.add_member(:name, Shapes::ShapeRef.new(shape: AgentStatusName, location_name: "Name"))
|
5931
6021
|
UpdateAgentStatusRequest.add_member(:description, Shapes::ShapeRef.new(shape: UpdateAgentStatusDescription, location_name: "Description"))
|
5932
6022
|
UpdateAgentStatusRequest.add_member(:state, Shapes::ShapeRef.new(shape: AgentStatusState, location_name: "State"))
|
5933
|
-
UpdateAgentStatusRequest.add_member(:display_order, Shapes::ShapeRef.new(shape: AgentStatusOrderNumber, location_name: "DisplayOrder", metadata: {"box"=>true}))
|
6023
|
+
UpdateAgentStatusRequest.add_member(:display_order, Shapes::ShapeRef.new(shape: AgentStatusOrderNumber, location_name: "DisplayOrder", metadata: {"box" => true}))
|
5934
6024
|
UpdateAgentStatusRequest.add_member(:reset_order_number, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetOrderNumber"))
|
5935
6025
|
UpdateAgentStatusRequest.struct_class = Types::UpdateAgentStatusRequest
|
5936
6026
|
|
@@ -5940,7 +6030,7 @@ module Aws::Connect
|
|
5940
6030
|
UpdateAuthenticationProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: AuthenticationProfileDescription, location_name: "Description"))
|
5941
6031
|
UpdateAuthenticationProfileRequest.add_member(:allowed_ips, Shapes::ShapeRef.new(shape: IpCidrList, location_name: "AllowedIps"))
|
5942
6032
|
UpdateAuthenticationProfileRequest.add_member(:blocked_ips, Shapes::ShapeRef.new(shape: IpCidrList, location_name: "BlockedIps"))
|
5943
|
-
UpdateAuthenticationProfileRequest.add_member(:periodic_session_duration, Shapes::ShapeRef.new(shape: AccessTokenDuration, location_name: "PeriodicSessionDuration", metadata: {"box"=>true}))
|
6033
|
+
UpdateAuthenticationProfileRequest.add_member(:periodic_session_duration, Shapes::ShapeRef.new(shape: AccessTokenDuration, location_name: "PeriodicSessionDuration", metadata: {"box" => true}))
|
5944
6034
|
UpdateAuthenticationProfileRequest.struct_class = Types::UpdateAuthenticationProfileRequest
|
5945
6035
|
|
5946
6036
|
UpdateCaseActionDefinition.add_member(:fields, Shapes::ShapeRef.new(shape: FieldValues, required: true, location_name: "Fields"))
|
@@ -6047,12 +6137,12 @@ module Aws::Connect
|
|
6047
6137
|
UpdateEvaluationFormRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
6048
6138
|
UpdateEvaluationFormRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
|
6049
6139
|
UpdateEvaluationFormRequest.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
6050
|
-
UpdateEvaluationFormRequest.add_member(:create_new_version, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "CreateNewVersion", metadata: {"box"=>true}))
|
6140
|
+
UpdateEvaluationFormRequest.add_member(:create_new_version, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "CreateNewVersion", metadata: {"box" => true}))
|
6051
6141
|
UpdateEvaluationFormRequest.add_member(:title, Shapes::ShapeRef.new(shape: EvaluationFormTitle, required: true, location_name: "Title"))
|
6052
6142
|
UpdateEvaluationFormRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluationFormDescription, location_name: "Description"))
|
6053
6143
|
UpdateEvaluationFormRequest.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, required: true, location_name: "Items"))
|
6054
6144
|
UpdateEvaluationFormRequest.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
|
6055
|
-
UpdateEvaluationFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
6145
|
+
UpdateEvaluationFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
6056
6146
|
UpdateEvaluationFormRequest.struct_class = Types::UpdateEvaluationFormRequest
|
6057
6147
|
|
6058
6148
|
UpdateEvaluationFormResponse.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
@@ -6081,14 +6171,14 @@ module Aws::Connect
|
|
6081
6171
|
UpdateInstanceAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
6082
6172
|
UpdateInstanceAttributeRequest.add_member(:attribute_type, Shapes::ShapeRef.new(shape: InstanceAttributeType, required: true, location: "uri", location_name: "AttributeType"))
|
6083
6173
|
UpdateInstanceAttributeRequest.add_member(:value, Shapes::ShapeRef.new(shape: InstanceAttributeValue, required: true, location_name: "Value"))
|
6084
|
-
UpdateInstanceAttributeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
6174
|
+
UpdateInstanceAttributeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
6085
6175
|
UpdateInstanceAttributeRequest.struct_class = Types::UpdateInstanceAttributeRequest
|
6086
6176
|
|
6087
6177
|
UpdateInstanceStorageConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
6088
6178
|
UpdateInstanceStorageConfigRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "AssociationId"))
|
6089
6179
|
UpdateInstanceStorageConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location: "querystring", location_name: "resourceType"))
|
6090
6180
|
UpdateInstanceStorageConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, required: true, location_name: "StorageConfig"))
|
6091
|
-
UpdateInstanceStorageConfigRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
6181
|
+
UpdateInstanceStorageConfigRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
6092
6182
|
UpdateInstanceStorageConfigRequest.struct_class = Types::UpdateInstanceStorageConfigRequest
|
6093
6183
|
|
6094
6184
|
UpdateParticipantAuthenticationRequest.add_member(:state, Shapes::ShapeRef.new(shape: ParticipantToken, required: true, location_name: "State"))
|
@@ -6115,13 +6205,13 @@ module Aws::Connect
|
|
6115
6205
|
|
6116
6206
|
UpdatePhoneNumberMetadataRequest.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: PhoneNumberId, required: true, location: "uri", location_name: "PhoneNumberId"))
|
6117
6207
|
UpdatePhoneNumberMetadataRequest.add_member(:phone_number_description, Shapes::ShapeRef.new(shape: PhoneNumberDescription, location_name: "PhoneNumberDescription"))
|
6118
|
-
UpdatePhoneNumberMetadataRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
6208
|
+
UpdatePhoneNumberMetadataRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
6119
6209
|
UpdatePhoneNumberMetadataRequest.struct_class = Types::UpdatePhoneNumberMetadataRequest
|
6120
6210
|
|
6121
6211
|
UpdatePhoneNumberRequest.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: PhoneNumberId, required: true, location: "uri", location_name: "PhoneNumberId"))
|
6122
6212
|
UpdatePhoneNumberRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TargetArn"))
|
6123
6213
|
UpdatePhoneNumberRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
6124
|
-
UpdatePhoneNumberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
6214
|
+
UpdatePhoneNumberRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
6125
6215
|
UpdatePhoneNumberRequest.struct_class = Types::UpdatePhoneNumberRequest
|
6126
6216
|
|
6127
6217
|
UpdatePhoneNumberResponse.add_member(:phone_number_id, Shapes::ShapeRef.new(shape: PhoneNumberId, location_name: "PhoneNumberId"))
|
@@ -6151,7 +6241,7 @@ module Aws::Connect
|
|
6151
6241
|
|
6152
6242
|
UpdateQueueMaxContactsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
6153
6243
|
UpdateQueueMaxContactsRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
6154
|
-
UpdateQueueMaxContactsRequest.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box"=>true}))
|
6244
|
+
UpdateQueueMaxContactsRequest.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box" => true}))
|
6155
6245
|
UpdateQueueMaxContactsRequest.struct_class = Types::UpdateQueueMaxContactsRequest
|
6156
6246
|
|
6157
6247
|
UpdateQueueNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|