aws-sdk-connect 1.144.0 → 1.146.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 +597 -3
- data/lib/aws-sdk-connect/client_api.rb +474 -0
- data/lib/aws-sdk-connect/endpoints.rb +168 -0
- data/lib/aws-sdk-connect/plugins/endpoints.rb +24 -0
- data/lib/aws-sdk-connect/types.rb +990 -8
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
| @@ -27,10 +27,12 @@ module Aws::Connect | |
| 27 27 | 
             
                AgentContactReference = Shapes::StructureShape.new(name: 'AgentContactReference')
         | 
| 28 28 | 
             
                AgentContactReferenceList = Shapes::ListShape.new(name: 'AgentContactReferenceList')
         | 
| 29 29 | 
             
                AgentFirstName = Shapes::StringShape.new(name: 'AgentFirstName')
         | 
| 30 | 
            +
                AgentHierarchyGroups = Shapes::StructureShape.new(name: 'AgentHierarchyGroups')
         | 
| 30 31 | 
             
                AgentInfo = Shapes::StructureShape.new(name: 'AgentInfo')
         | 
| 31 32 | 
             
                AgentLastName = Shapes::StringShape.new(name: 'AgentLastName')
         | 
| 32 33 | 
             
                AgentPauseDurationInSeconds = Shapes::IntegerShape.new(name: 'AgentPauseDurationInSeconds')
         | 
| 33 34 | 
             
                AgentResourceId = Shapes::StringShape.new(name: 'AgentResourceId')
         | 
| 35 | 
            +
                AgentResourceIdList = Shapes::ListShape.new(name: 'AgentResourceIdList')
         | 
| 34 36 | 
             
                AgentStatus = Shapes::StructureShape.new(name: 'AgentStatus')
         | 
| 35 37 | 
             
                AgentStatusDescription = Shapes::StringShape.new(name: 'AgentStatusDescription')
         | 
| 36 38 | 
             
                AgentStatusId = Shapes::StringShape.new(name: 'AgentStatusId')
         | 
| @@ -77,6 +79,7 @@ module Aws::Connect | |
| 77 79 | 
             
                AssociateSecurityKeyResponse = Shapes::StructureShape.new(name: 'AssociateSecurityKeyResponse')
         | 
| 78 80 | 
             
                AssociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserRequest')
         | 
| 79 81 | 
             
                AssociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserResponse')
         | 
| 82 | 
            +
                AssociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'AssociateUserProficienciesRequest')
         | 
| 80 83 | 
             
                AssociationId = Shapes::StringShape.new(name: 'AssociationId')
         | 
| 81 84 | 
             
                AttachmentName = Shapes::StringShape.new(name: 'AttachmentName')
         | 
| 82 85 | 
             
                AttachmentReference = Shapes::StructureShape.new(name: 'AttachmentReference')
         | 
| @@ -108,6 +111,7 @@ module Aws::Connect | |
| 108 111 | 
             
                Campaign = Shapes::StructureShape.new(name: 'Campaign')
         | 
| 109 112 | 
             
                CampaignId = Shapes::StringShape.new(name: 'CampaignId')
         | 
| 110 113 | 
             
                Channel = Shapes::StringShape.new(name: 'Channel')
         | 
| 114 | 
            +
                ChannelList = Shapes::ListShape.new(name: 'ChannelList')
         | 
| 111 115 | 
             
                ChannelToCountMap = Shapes::MapShape.new(name: 'ChannelToCountMap')
         | 
| 112 116 | 
             
                Channels = Shapes::ListShape.new(name: 'Channels')
         | 
| 113 117 | 
             
                ChatContent = Shapes::StringShape.new(name: 'ChatContent')
         | 
| @@ -129,6 +133,7 @@ module Aws::Connect | |
| 129 133 | 
             
                ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
         | 
| 130 134 | 
             
                ConnectionData = Shapes::StructureShape.new(name: 'ConnectionData')
         | 
| 131 135 | 
             
                Contact = Shapes::StructureShape.new(name: 'Contact')
         | 
| 136 | 
            +
                ContactAnalysis = Shapes::StructureShape.new(name: 'ContactAnalysis')
         | 
| 132 137 | 
             
                ContactDataRequest = Shapes::StructureShape.new(name: 'ContactDataRequest')
         | 
| 133 138 | 
             
                ContactDataRequestList = Shapes::ListShape.new(name: 'ContactDataRequestList')
         | 
| 134 139 | 
             
                ContactFilter = Shapes::StructureShape.new(name: 'ContactFilter')
         | 
| @@ -156,12 +161,16 @@ module Aws::Connect | |
| 156 161 | 
             
                ContactInitiationMethod = Shapes::StringShape.new(name: 'ContactInitiationMethod')
         | 
| 157 162 | 
             
                ContactNotFoundException = Shapes::StructureShape.new(name: 'ContactNotFoundException')
         | 
| 158 163 | 
             
                ContactReferences = Shapes::MapShape.new(name: 'ContactReferences')
         | 
| 164 | 
            +
                ContactSearchSummary = Shapes::StructureShape.new(name: 'ContactSearchSummary')
         | 
| 165 | 
            +
                ContactSearchSummaryAgentInfo = Shapes::StructureShape.new(name: 'ContactSearchSummaryAgentInfo')
         | 
| 166 | 
            +
                ContactSearchSummaryQueueInfo = Shapes::StructureShape.new(name: 'ContactSearchSummaryQueueInfo')
         | 
| 159 167 | 
             
                ContactState = Shapes::StringShape.new(name: 'ContactState')
         | 
| 160 168 | 
             
                ContactStates = Shapes::ListShape.new(name: 'ContactStates')
         | 
| 161 169 | 
             
                ContactTagKey = Shapes::StringShape.new(name: 'ContactTagKey')
         | 
| 162 170 | 
             
                ContactTagKeys = Shapes::ListShape.new(name: 'ContactTagKeys')
         | 
| 163 171 | 
             
                ContactTagMap = Shapes::MapShape.new(name: 'ContactTagMap')
         | 
| 164 172 | 
             
                ContactTagValue = Shapes::StringShape.new(name: 'ContactTagValue')
         | 
| 173 | 
            +
                Contacts = Shapes::ListShape.new(name: 'Contacts')
         | 
| 165 174 | 
             
                Content = Shapes::StringShape.new(name: 'Content')
         | 
| 166 175 | 
             
                ContentType = Shapes::StringShape.new(name: 'ContentType')
         | 
| 167 176 | 
             
                ControlPlaneTagFilter = Shapes::StructureShape.new(name: 'ControlPlaneTagFilter')
         | 
| @@ -184,6 +193,7 @@ module Aws::Connect | |
| 184 193 | 
             
                CreateParticipantResponse = Shapes::StructureShape.new(name: 'CreateParticipantResponse')
         | 
| 185 194 | 
             
                CreatePersistentContactAssociationRequest = Shapes::StructureShape.new(name: 'CreatePersistentContactAssociationRequest')
         | 
| 186 195 | 
             
                CreatePersistentContactAssociationResponse = Shapes::StructureShape.new(name: 'CreatePersistentContactAssociationResponse')
         | 
| 196 | 
            +
                CreatePredefinedAttributeRequest = Shapes::StructureShape.new(name: 'CreatePredefinedAttributeRequest')
         | 
| 187 197 | 
             
                CreatePromptRequest = Shapes::StructureShape.new(name: 'CreatePromptRequest')
         | 
| 188 198 | 
             
                CreatePromptResponse = Shapes::StructureShape.new(name: 'CreatePromptResponse')
         | 
| 189 199 | 
             
                CreateQueueRequest = Shapes::StructureShape.new(name: 'CreateQueueRequest')
         | 
| @@ -241,6 +251,7 @@ module Aws::Connect | |
| 241 251 | 
             
                DeleteHoursOfOperationRequest = Shapes::StructureShape.new(name: 'DeleteHoursOfOperationRequest')
         | 
| 242 252 | 
             
                DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
         | 
| 243 253 | 
             
                DeleteIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationAssociationRequest')
         | 
| 254 | 
            +
                DeletePredefinedAttributeRequest = Shapes::StructureShape.new(name: 'DeletePredefinedAttributeRequest')
         | 
| 244 255 | 
             
                DeletePromptRequest = Shapes::StructureShape.new(name: 'DeletePromptRequest')
         | 
| 245 256 | 
             
                DeleteQueueRequest = Shapes::StructureShape.new(name: 'DeleteQueueRequest')
         | 
| 246 257 | 
             
                DeleteQuickConnectRequest = Shapes::StructureShape.new(name: 'DeleteQuickConnectRequest')
         | 
| @@ -282,6 +293,8 @@ module Aws::Connect | |
| 282 293 | 
             
                DescribeInstanceStorageConfigResponse = Shapes::StructureShape.new(name: 'DescribeInstanceStorageConfigResponse')
         | 
| 283 294 | 
             
                DescribePhoneNumberRequest = Shapes::StructureShape.new(name: 'DescribePhoneNumberRequest')
         | 
| 284 295 | 
             
                DescribePhoneNumberResponse = Shapes::StructureShape.new(name: 'DescribePhoneNumberResponse')
         | 
| 296 | 
            +
                DescribePredefinedAttributeRequest = Shapes::StructureShape.new(name: 'DescribePredefinedAttributeRequest')
         | 
| 297 | 
            +
                DescribePredefinedAttributeResponse = Shapes::StructureShape.new(name: 'DescribePredefinedAttributeResponse')
         | 
| 285 298 | 
             
                DescribePromptRequest = Shapes::StructureShape.new(name: 'DescribePromptRequest')
         | 
| 286 299 | 
             
                DescribePromptResponse = Shapes::StructureShape.new(name: 'DescribePromptResponse')
         | 
| 287 300 | 
             
                DescribeQueueRequest = Shapes::StructureShape.new(name: 'DescribeQueueRequest')
         | 
| @@ -332,6 +345,7 @@ module Aws::Connect | |
| 332 345 | 
             
                DisassociateSecurityKeyRequest = Shapes::StructureShape.new(name: 'DisassociateSecurityKeyRequest')
         | 
| 333 346 | 
             
                DisassociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'DisassociateTrafficDistributionGroupUserRequest')
         | 
| 334 347 | 
             
                DisassociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'DisassociateTrafficDistributionGroupUserResponse')
         | 
| 348 | 
            +
                DisassociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'DisassociateUserProficienciesRequest')
         | 
| 335 349 | 
             
                DisconnectReason = Shapes::StructureShape.new(name: 'DisconnectReason')
         | 
| 336 350 | 
             
                DisconnectReasonCode = Shapes::StringShape.new(name: 'DisconnectReasonCode')
         | 
| 337 351 | 
             
                DismissUserContactRequest = Shapes::StructureShape.new(name: 'DismissUserContactRequest')
         | 
| @@ -453,6 +467,7 @@ module Aws::Connect | |
| 453 467 | 
             
                HierarchyGroup = Shapes::StructureShape.new(name: 'HierarchyGroup')
         | 
| 454 468 | 
             
                HierarchyGroupCondition = Shapes::StructureShape.new(name: 'HierarchyGroupCondition')
         | 
| 455 469 | 
             
                HierarchyGroupId = Shapes::StringShape.new(name: 'HierarchyGroupId')
         | 
| 470 | 
            +
                HierarchyGroupIdList = Shapes::ListShape.new(name: 'HierarchyGroupIdList')
         | 
| 456 471 | 
             
                HierarchyGroupMatchType = Shapes::StringShape.new(name: 'HierarchyGroupMatchType')
         | 
| 457 472 | 
             
                HierarchyGroupName = Shapes::StringShape.new(name: 'HierarchyGroupName')
         | 
| 458 473 | 
             
                HierarchyGroupSummary = Shapes::StructureShape.new(name: 'HierarchyGroupSummary')
         | 
| @@ -494,6 +509,7 @@ module Aws::Connect | |
| 494 509 | 
             
                ImportPhoneNumberRequest = Shapes::StructureShape.new(name: 'ImportPhoneNumberRequest')
         | 
| 495 510 | 
             
                ImportPhoneNumberResponse = Shapes::StructureShape.new(name: 'ImportPhoneNumberResponse')
         | 
| 496 511 | 
             
                InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
         | 
| 512 | 
            +
                InitiationMethodList = Shapes::ListShape.new(name: 'InitiationMethodList')
         | 
| 497 513 | 
             
                Instance = Shapes::StructureShape.new(name: 'Instance')
         | 
| 498 514 | 
             
                InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
         | 
| 499 515 | 
             
                InstanceAttributeType = Shapes::StringShape.new(name: 'InstanceAttributeType')
         | 
| @@ -581,6 +597,8 @@ module Aws::Connect | |
| 581 597 | 
             
                ListPhoneNumbersSummaryList = Shapes::ListShape.new(name: 'ListPhoneNumbersSummaryList')
         | 
| 582 598 | 
             
                ListPhoneNumbersV2Request = Shapes::StructureShape.new(name: 'ListPhoneNumbersV2Request')
         | 
| 583 599 | 
             
                ListPhoneNumbersV2Response = Shapes::StructureShape.new(name: 'ListPhoneNumbersV2Response')
         | 
| 600 | 
            +
                ListPredefinedAttributesRequest = Shapes::StructureShape.new(name: 'ListPredefinedAttributesRequest')
         | 
| 601 | 
            +
                ListPredefinedAttributesResponse = Shapes::StructureShape.new(name: 'ListPredefinedAttributesResponse')
         | 
| 584 602 | 
             
                ListPromptsRequest = Shapes::StructureShape.new(name: 'ListPromptsRequest')
         | 
| 585 603 | 
             
                ListPromptsResponse = Shapes::StructureShape.new(name: 'ListPromptsResponse')
         | 
| 586 604 | 
             
                ListQueueQuickConnectsRequest = Shapes::StructureShape.new(name: 'ListQueueQuickConnectsRequest')
         | 
| @@ -617,6 +635,8 @@ module Aws::Connect | |
| 617 635 | 
             
                ListUseCasesResponse = Shapes::StructureShape.new(name: 'ListUseCasesResponse')
         | 
| 618 636 | 
             
                ListUserHierarchyGroupsRequest = Shapes::StructureShape.new(name: 'ListUserHierarchyGroupsRequest')
         | 
| 619 637 | 
             
                ListUserHierarchyGroupsResponse = Shapes::StructureShape.new(name: 'ListUserHierarchyGroupsResponse')
         | 
| 638 | 
            +
                ListUserProficienciesRequest = Shapes::StructureShape.new(name: 'ListUserProficienciesRequest')
         | 
| 639 | 
            +
                ListUserProficienciesResponse = Shapes::StructureShape.new(name: 'ListUserProficienciesResponse')
         | 
| 620 640 | 
             
                ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
         | 
| 621 641 | 
             
                ListUsersResponse = Shapes::StructureShape.new(name: 'ListUsersResponse')
         | 
| 622 642 | 
             
                ListViewVersionsRequest = Shapes::StructureShape.new(name: 'ListViewVersionsRequest')
         | 
| @@ -713,11 +733,22 @@ module Aws::Connect | |
| 713 733 | 
             
                PhoneNumberWorkflowMessage = Shapes::StringShape.new(name: 'PhoneNumberWorkflowMessage')
         | 
| 714 734 | 
             
                PhoneNumberWorkflowStatus = Shapes::StringShape.new(name: 'PhoneNumberWorkflowStatus')
         | 
| 715 735 | 
             
                PhoneType = Shapes::StringShape.new(name: 'PhoneType')
         | 
| 736 | 
            +
                PredefinedAttribute = Shapes::StructureShape.new(name: 'PredefinedAttribute')
         | 
| 737 | 
            +
                PredefinedAttributeName = Shapes::StringShape.new(name: 'PredefinedAttributeName')
         | 
| 738 | 
            +
                PredefinedAttributeSearchConditionList = Shapes::ListShape.new(name: 'PredefinedAttributeSearchConditionList')
         | 
| 739 | 
            +
                PredefinedAttributeSearchCriteria = Shapes::StructureShape.new(name: 'PredefinedAttributeSearchCriteria')
         | 
| 740 | 
            +
                PredefinedAttributeSearchSummaryList = Shapes::ListShape.new(name: 'PredefinedAttributeSearchSummaryList')
         | 
| 741 | 
            +
                PredefinedAttributeStringValue = Shapes::StringShape.new(name: 'PredefinedAttributeStringValue')
         | 
| 742 | 
            +
                PredefinedAttributeStringValuesList = Shapes::ListShape.new(name: 'PredefinedAttributeStringValuesList')
         | 
| 743 | 
            +
                PredefinedAttributeSummary = Shapes::StructureShape.new(name: 'PredefinedAttributeSummary')
         | 
| 744 | 
            +
                PredefinedAttributeSummaryList = Shapes::ListShape.new(name: 'PredefinedAttributeSummaryList')
         | 
| 745 | 
            +
                PredefinedAttributeValues = Shapes::UnionShape.new(name: 'PredefinedAttributeValues')
         | 
| 716 746 | 
             
                Prefix = Shapes::StringShape.new(name: 'Prefix')
         | 
| 717 747 | 
             
                Priority = Shapes::IntegerShape.new(name: 'Priority')
         | 
| 718 748 | 
             
                ProblemDetail = Shapes::StructureShape.new(name: 'ProblemDetail')
         | 
| 719 749 | 
             
                ProblemMessageString = Shapes::StringShape.new(name: 'ProblemMessageString')
         | 
| 720 750 | 
             
                Problems = Shapes::ListShape.new(name: 'Problems')
         | 
| 751 | 
            +
                ProficiencyLevel = Shapes::FloatShape.new(name: 'ProficiencyLevel')
         | 
| 721 752 | 
             
                Prompt = Shapes::StructureShape.new(name: 'Prompt')
         | 
| 722 753 | 
             
                PromptDescription = Shapes::StringShape.new(name: 'PromptDescription')
         | 
| 723 754 | 
             
                PromptId = Shapes::StringShape.new(name: 'PromptId')
         | 
| @@ -738,9 +769,11 @@ module Aws::Connect | |
| 738 769 | 
             
                Queue = Shapes::StructureShape.new(name: 'Queue')
         | 
| 739 770 | 
             
                QueueDescription = Shapes::StringShape.new(name: 'QueueDescription')
         | 
| 740 771 | 
             
                QueueId = Shapes::StringShape.new(name: 'QueueId')
         | 
| 772 | 
            +
                QueueIdList = Shapes::ListShape.new(name: 'QueueIdList')
         | 
| 741 773 | 
             
                QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
         | 
| 742 774 | 
             
                QueueMaxContacts = Shapes::IntegerShape.new(name: 'QueueMaxContacts')
         | 
| 743 775 | 
             
                QueueName = Shapes::StringShape.new(name: 'QueueName')
         | 
| 776 | 
            +
                QueuePriority = Shapes::IntegerShape.new(name: 'QueuePriority')
         | 
| 744 777 | 
             
                QueueQuickConnectConfig = Shapes::StructureShape.new(name: 'QueueQuickConnectConfig')
         | 
| 745 778 | 
             
                QueueReference = Shapes::StructureShape.new(name: 'QueueReference')
         | 
| 746 779 | 
             
                QueueSearchConditionList = Shapes::ListShape.new(name: 'QueueSearchConditionList')
         | 
| @@ -750,6 +783,7 @@ module Aws::Connect | |
| 750 783 | 
             
                QueueStatus = Shapes::StringShape.new(name: 'QueueStatus')
         | 
| 751 784 | 
             
                QueueSummary = Shapes::StructureShape.new(name: 'QueueSummary')
         | 
| 752 785 | 
             
                QueueSummaryList = Shapes::ListShape.new(name: 'QueueSummaryList')
         | 
| 786 | 
            +
                QueueTimeAdjustmentSeconds = Shapes::IntegerShape.new(name: 'QueueTimeAdjustmentSeconds')
         | 
| 753 787 | 
             
                QueueType = Shapes::StringShape.new(name: 'QueueType')
         | 
| 754 788 | 
             
                QueueTypes = Shapes::ListShape.new(name: 'QueueTypes')
         | 
| 755 789 | 
             
                Queues = Shapes::ListShape.new(name: 'Queues')
         | 
| @@ -835,6 +869,8 @@ module Aws::Connect | |
| 835 869 | 
             
                ResumeContactRecordingResponse = Shapes::StructureShape.new(name: 'ResumeContactRecordingResponse')
         | 
| 836 870 | 
             
                ResumeContactRequest = Shapes::StructureShape.new(name: 'ResumeContactRequest')
         | 
| 837 871 | 
             
                ResumeContactResponse = Shapes::StructureShape.new(name: 'ResumeContactResponse')
         | 
| 872 | 
            +
                RoutingExpression = Shapes::StringShape.new(name: 'RoutingExpression')
         | 
| 873 | 
            +
                RoutingExpressions = Shapes::ListShape.new(name: 'RoutingExpressions')
         | 
| 838 874 | 
             
                RoutingProfile = Shapes::StructureShape.new(name: 'RoutingProfile')
         | 
| 839 875 | 
             
                RoutingProfileDescription = Shapes::StringShape.new(name: 'RoutingProfileDescription')
         | 
| 840 876 | 
             
                RoutingProfileId = Shapes::StringShape.new(name: 'RoutingProfileId')
         | 
| @@ -867,8 +903,16 @@ module Aws::Connect | |
| 867 903 | 
             
                S3Uri = Shapes::StringShape.new(name: 'S3Uri')
         | 
| 868 904 | 
             
                SearchAvailablePhoneNumbersRequest = Shapes::StructureShape.new(name: 'SearchAvailablePhoneNumbersRequest')
         | 
| 869 905 | 
             
                SearchAvailablePhoneNumbersResponse = Shapes::StructureShape.new(name: 'SearchAvailablePhoneNumbersResponse')
         | 
| 906 | 
            +
                SearchContactsMatchType = Shapes::StringShape.new(name: 'SearchContactsMatchType')
         | 
| 907 | 
            +
                SearchContactsRequest = Shapes::StructureShape.new(name: 'SearchContactsRequest')
         | 
| 908 | 
            +
                SearchContactsResponse = Shapes::StructureShape.new(name: 'SearchContactsResponse')
         | 
| 909 | 
            +
                SearchContactsTimeRange = Shapes::StructureShape.new(name: 'SearchContactsTimeRange')
         | 
| 910 | 
            +
                SearchContactsTimeRangeType = Shapes::StringShape.new(name: 'SearchContactsTimeRangeType')
         | 
| 911 | 
            +
                SearchCriteria = Shapes::StructureShape.new(name: 'SearchCriteria')
         | 
| 870 912 | 
             
                SearchHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'SearchHoursOfOperationsRequest')
         | 
| 871 913 | 
             
                SearchHoursOfOperationsResponse = Shapes::StructureShape.new(name: 'SearchHoursOfOperationsResponse')
         | 
| 914 | 
            +
                SearchPredefinedAttributesRequest = Shapes::StructureShape.new(name: 'SearchPredefinedAttributesRequest')
         | 
| 915 | 
            +
                SearchPredefinedAttributesResponse = Shapes::StructureShape.new(name: 'SearchPredefinedAttributesResponse')
         | 
| 872 916 | 
             
                SearchPromptsRequest = Shapes::StructureShape.new(name: 'SearchPromptsRequest')
         | 
| 873 917 | 
             
                SearchPromptsResponse = Shapes::StructureShape.new(name: 'SearchPromptsResponse')
         | 
| 874 918 | 
             
                SearchQueuesRequest = Shapes::StructureShape.new(name: 'SearchQueuesRequest')
         | 
| @@ -881,10 +925,18 @@ module Aws::Connect | |
| 881 925 | 
             
                SearchRoutingProfilesResponse = Shapes::StructureShape.new(name: 'SearchRoutingProfilesResponse')
         | 
| 882 926 | 
             
                SearchSecurityProfilesRequest = Shapes::StructureShape.new(name: 'SearchSecurityProfilesRequest')
         | 
| 883 927 | 
             
                SearchSecurityProfilesResponse = Shapes::StructureShape.new(name: 'SearchSecurityProfilesResponse')
         | 
| 928 | 
            +
                SearchText = Shapes::StringShape.new(name: 'SearchText')
         | 
| 929 | 
            +
                SearchTextList = Shapes::ListShape.new(name: 'SearchTextList')
         | 
| 884 930 | 
             
                SearchUsersRequest = Shapes::StructureShape.new(name: 'SearchUsersRequest')
         | 
| 885 931 | 
             
                SearchUsersResponse = Shapes::StructureShape.new(name: 'SearchUsersResponse')
         | 
| 886 932 | 
             
                SearchVocabulariesRequest = Shapes::StructureShape.new(name: 'SearchVocabulariesRequest')
         | 
| 887 933 | 
             
                SearchVocabulariesResponse = Shapes::StructureShape.new(name: 'SearchVocabulariesResponse')
         | 
| 934 | 
            +
                SearchableContactAttributeKey = Shapes::StringShape.new(name: 'SearchableContactAttributeKey')
         | 
| 935 | 
            +
                SearchableContactAttributeValue = Shapes::StringShape.new(name: 'SearchableContactAttributeValue')
         | 
| 936 | 
            +
                SearchableContactAttributeValueList = Shapes::ListShape.new(name: 'SearchableContactAttributeValueList')
         | 
| 937 | 
            +
                SearchableContactAttributes = Shapes::StructureShape.new(name: 'SearchableContactAttributes')
         | 
| 938 | 
            +
                SearchableContactAttributesCriteria = Shapes::StructureShape.new(name: 'SearchableContactAttributesCriteria')
         | 
| 939 | 
            +
                SearchableContactAttributesCriteriaList = Shapes::ListShape.new(name: 'SearchableContactAttributesCriteriaList')
         | 
| 888 940 | 
             
                SearchableQueueType = Shapes::StringShape.new(name: 'SearchableQueueType')
         | 
| 889 941 | 
             
                SecurityKey = Shapes::StructureShape.new(name: 'SecurityKey')
         | 
| 890 942 | 
             
                SecurityKeysList = Shapes::ListShape.new(name: 'SecurityKeysList')
         | 
| @@ -920,7 +972,9 @@ module Aws::Connect | |
| 920 972 | 
             
                SingleSelectQuestionRuleCategoryAutomationCondition = Shapes::StringShape.new(name: 'SingleSelectQuestionRuleCategoryAutomationCondition')
         | 
| 921 973 | 
             
                SingleSelectQuestionRuleCategoryAutomationLabel = Shapes::StringShape.new(name: 'SingleSelectQuestionRuleCategoryAutomationLabel')
         | 
| 922 974 | 
             
                SnapshotVersion = Shapes::StringShape.new(name: 'SnapshotVersion')
         | 
| 975 | 
            +
                Sort = Shapes::StructureShape.new(name: 'Sort')
         | 
| 923 976 | 
             
                SortOrder = Shapes::StringShape.new(name: 'SortOrder')
         | 
| 977 | 
            +
                SortableFieldName = Shapes::StringShape.new(name: 'SortableFieldName')
         | 
| 924 978 | 
             
                SourceApplicationName = Shapes::StringShape.new(name: 'SourceApplicationName')
         | 
| 925 979 | 
             
                SourceId = Shapes::StringShape.new(name: 'SourceId')
         | 
| 926 980 | 
             
                SourceType = Shapes::StringShape.new(name: 'SourceType')
         | 
| @@ -1011,6 +1065,7 @@ module Aws::Connect | |
| 1011 1065 | 
             
                TimerEligibleParticipantRoles = Shapes::StringShape.new(name: 'TimerEligibleParticipantRoles')
         | 
| 1012 1066 | 
             
                Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
         | 
| 1013 1067 | 
             
                TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
         | 
| 1068 | 
            +
                TotalCount = Shapes::IntegerShape.new(name: 'TotalCount')
         | 
| 1014 1069 | 
             
                TotalPauseCount = Shapes::IntegerShape.new(name: 'TotalPauseCount')
         | 
| 1015 1070 | 
             
                TotalPauseDurationInSeconds = Shapes::IntegerShape.new(name: 'TotalPauseDurationInSeconds')
         | 
| 1016 1071 | 
             
                TrafficDistributionGroup = Shapes::StructureShape.new(name: 'TrafficDistributionGroup')
         | 
| @@ -1023,6 +1078,9 @@ module Aws::Connect | |
| 1023 1078 | 
             
                TrafficDistributionGroupUserSummary = Shapes::StructureShape.new(name: 'TrafficDistributionGroupUserSummary')
         | 
| 1024 1079 | 
             
                TrafficDistributionGroupUserSummaryList = Shapes::ListShape.new(name: 'TrafficDistributionGroupUserSummaryList')
         | 
| 1025 1080 | 
             
                TrafficType = Shapes::StringShape.new(name: 'TrafficType')
         | 
| 1081 | 
            +
                Transcript = Shapes::StructureShape.new(name: 'Transcript')
         | 
| 1082 | 
            +
                TranscriptCriteria = Shapes::StructureShape.new(name: 'TranscriptCriteria')
         | 
| 1083 | 
            +
                TranscriptCriteriaList = Shapes::ListShape.new(name: 'TranscriptCriteriaList')
         | 
| 1026 1084 | 
             
                TransferContactRequest = Shapes::StructureShape.new(name: 'TransferContactRequest')
         | 
| 1027 1085 | 
             
                TransferContactResponse = Shapes::StructureShape.new(name: 'TransferContactResponse')
         | 
| 1028 1086 | 
             
                URI = Shapes::StringShape.new(name: 'URI')
         | 
| @@ -1049,6 +1107,8 @@ module Aws::Connect | |
| 1049 1107 | 
             
                UpdateContactFlowNameResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowNameResponse')
         | 
| 1050 1108 | 
             
                UpdateContactRequest = Shapes::StructureShape.new(name: 'UpdateContactRequest')
         | 
| 1051 1109 | 
             
                UpdateContactResponse = Shapes::StructureShape.new(name: 'UpdateContactResponse')
         | 
| 1110 | 
            +
                UpdateContactRoutingDataRequest = Shapes::StructureShape.new(name: 'UpdateContactRoutingDataRequest')
         | 
| 1111 | 
            +
                UpdateContactRoutingDataResponse = Shapes::StructureShape.new(name: 'UpdateContactRoutingDataResponse')
         | 
| 1052 1112 | 
             
                UpdateContactScheduleRequest = Shapes::StructureShape.new(name: 'UpdateContactScheduleRequest')
         | 
| 1053 1113 | 
             
                UpdateContactScheduleResponse = Shapes::StructureShape.new(name: 'UpdateContactScheduleResponse')
         | 
| 1054 1114 | 
             
                UpdateEvaluationFormRequest = Shapes::StructureShape.new(name: 'UpdateEvaluationFormRequest')
         | 
| @@ -1063,6 +1123,7 @@ module Aws::Connect | |
| 1063 1123 | 
             
                UpdatePhoneNumberMetadataRequest = Shapes::StructureShape.new(name: 'UpdatePhoneNumberMetadataRequest')
         | 
| 1064 1124 | 
             
                UpdatePhoneNumberRequest = Shapes::StructureShape.new(name: 'UpdatePhoneNumberRequest')
         | 
| 1065 1125 | 
             
                UpdatePhoneNumberResponse = Shapes::StructureShape.new(name: 'UpdatePhoneNumberResponse')
         | 
| 1126 | 
            +
                UpdatePredefinedAttributeRequest = Shapes::StructureShape.new(name: 'UpdatePredefinedAttributeRequest')
         | 
| 1066 1127 | 
             
                UpdatePromptRequest = Shapes::StructureShape.new(name: 'UpdatePromptRequest')
         | 
| 1067 1128 | 
             
                UpdatePromptResponse = Shapes::StructureShape.new(name: 'UpdatePromptResponse')
         | 
| 1068 1129 | 
             
                UpdateQueueHoursOfOperationRequest = Shapes::StructureShape.new(name: 'UpdateQueueHoursOfOperationRequest')
         | 
| @@ -1089,6 +1150,7 @@ module Aws::Connect | |
| 1089 1150 | 
             
                UpdateUserHierarchyStructureRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyStructureRequest')
         | 
| 1090 1151 | 
             
                UpdateUserIdentityInfoRequest = Shapes::StructureShape.new(name: 'UpdateUserIdentityInfoRequest')
         | 
| 1091 1152 | 
             
                UpdateUserPhoneConfigRequest = Shapes::StructureShape.new(name: 'UpdateUserPhoneConfigRequest')
         | 
| 1153 | 
            +
                UpdateUserProficienciesRequest = Shapes::StructureShape.new(name: 'UpdateUserProficienciesRequest')
         | 
| 1092 1154 | 
             
                UpdateUserRoutingProfileRequest = Shapes::StructureShape.new(name: 'UpdateUserRoutingProfileRequest')
         | 
| 1093 1155 | 
             
                UpdateUserSecurityProfilesRequest = Shapes::StructureShape.new(name: 'UpdateUserSecurityProfilesRequest')
         | 
| 1094 1156 | 
             
                UpdateViewContentRequest = Shapes::StructureShape.new(name: 'UpdateViewContentRequest')
         | 
| @@ -1112,6 +1174,10 @@ module Aws::Connect | |
| 1112 1174 | 
             
                UserIdentityInfoLite = Shapes::StructureShape.new(name: 'UserIdentityInfoLite')
         | 
| 1113 1175 | 
             
                UserNotFoundException = Shapes::StructureShape.new(name: 'UserNotFoundException')
         | 
| 1114 1176 | 
             
                UserPhoneConfig = Shapes::StructureShape.new(name: 'UserPhoneConfig')
         | 
| 1177 | 
            +
                UserProficiency = Shapes::StructureShape.new(name: 'UserProficiency')
         | 
| 1178 | 
            +
                UserProficiencyDisassociate = Shapes::StructureShape.new(name: 'UserProficiencyDisassociate')
         | 
| 1179 | 
            +
                UserProficiencyDisassociateList = Shapes::ListShape.new(name: 'UserProficiencyDisassociateList')
         | 
| 1180 | 
            +
                UserProficiencyList = Shapes::ListShape.new(name: 'UserProficiencyList')
         | 
| 1115 1181 | 
             
                UserQuickConnectConfig = Shapes::StructureShape.new(name: 'UserQuickConnectConfig')
         | 
| 1116 1182 | 
             
                UserReference = Shapes::StructureShape.new(name: 'UserReference')
         | 
| 1117 1183 | 
             
                UserSearchConditionList = Shapes::ListShape.new(name: 'UserSearchConditionList')
         | 
| @@ -1195,11 +1261,20 @@ module Aws::Connect | |
| 1195 1261 |  | 
| 1196 1262 | 
             
                AgentContactReferenceList.member = Shapes::ShapeRef.new(shape: AgentContactReference)
         | 
| 1197 1263 |  | 
| 1264 | 
            +
                AgentHierarchyGroups.add_member(:l1_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L1Ids"))
         | 
| 1265 | 
            +
                AgentHierarchyGroups.add_member(:l2_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L2Ids"))
         | 
| 1266 | 
            +
                AgentHierarchyGroups.add_member(:l3_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L3Ids"))
         | 
| 1267 | 
            +
                AgentHierarchyGroups.add_member(:l4_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L4Ids"))
         | 
| 1268 | 
            +
                AgentHierarchyGroups.add_member(:l5_ids, Shapes::ShapeRef.new(shape: HierarchyGroupIdList, location_name: "L5Ids"))
         | 
| 1269 | 
            +
                AgentHierarchyGroups.struct_class = Types::AgentHierarchyGroups
         | 
| 1270 | 
            +
             | 
| 1198 1271 | 
             
                AgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
         | 
| 1199 1272 | 
             
                AgentInfo.add_member(:connected_to_agent_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ConnectedToAgentTimestamp"))
         | 
| 1200 1273 | 
             
                AgentInfo.add_member(:agent_pause_duration_in_seconds, Shapes::ShapeRef.new(shape: AgentPauseDurationInSeconds, location_name: "AgentPauseDurationInSeconds"))
         | 
| 1201 1274 | 
             
                AgentInfo.struct_class = Types::AgentInfo
         | 
| 1202 1275 |  | 
| 1276 | 
            +
                AgentResourceIdList.member = Shapes::ShapeRef.new(shape: AgentResourceId)
         | 
| 1277 | 
            +
             | 
| 1203 1278 | 
             
                AgentStatus.add_member(:agent_status_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "AgentStatusARN"))
         | 
| 1204 1279 | 
             
                AgentStatus.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, location_name: "AgentStatusId"))
         | 
| 1205 1280 | 
             
                AgentStatus.add_member(:name, Shapes::ShapeRef.new(shape: AgentStatusName, location_name: "Name"))
         | 
| @@ -1342,6 +1417,11 @@ module Aws::Connect | |
| 1342 1417 |  | 
| 1343 1418 | 
             
                AssociateTrafficDistributionGroupUserResponse.struct_class = Types::AssociateTrafficDistributionGroupUserResponse
         | 
| 1344 1419 |  | 
| 1420 | 
            +
                AssociateUserProficienciesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 1421 | 
            +
                AssociateUserProficienciesRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
         | 
| 1422 | 
            +
                AssociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyList, required: true, location_name: "UserProficiencies"))
         | 
| 1423 | 
            +
                AssociateUserProficienciesRequest.struct_class = Types::AssociateUserProficienciesRequest
         | 
| 1424 | 
            +
             | 
| 1345 1425 | 
             
                AttachmentReference.add_member(:name, Shapes::ShapeRef.new(shape: ReferenceKey, location_name: "Name"))
         | 
| 1346 1426 | 
             
                AttachmentReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
         | 
| 1347 1427 | 
             
                AttachmentReference.add_member(:status, Shapes::ShapeRef.new(shape: ReferenceStatus, location_name: "Status"))
         | 
| @@ -1408,6 +1488,8 @@ module Aws::Connect | |
| 1408 1488 | 
             
                Campaign.add_member(:campaign_id, Shapes::ShapeRef.new(shape: CampaignId, location_name: "CampaignId"))
         | 
| 1409 1489 | 
             
                Campaign.struct_class = Types::Campaign
         | 
| 1410 1490 |  | 
| 1491 | 
            +
                ChannelList.member = Shapes::ShapeRef.new(shape: Channel)
         | 
| 1492 | 
            +
             | 
| 1411 1493 | 
             
                ChannelToCountMap.key = Shapes::ShapeRef.new(shape: Channel)
         | 
| 1412 1494 | 
             
                ChannelToCountMap.value = Shapes::ShapeRef.new(shape: IntegerCount)
         | 
| 1413 1495 |  | 
| @@ -1480,9 +1562,14 @@ module Aws::Connect | |
| 1480 1562 | 
             
                Contact.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
         | 
| 1481 1563 | 
             
                Contact.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
         | 
| 1482 1564 | 
             
                Contact.add_member(:wisdom_info, Shapes::ShapeRef.new(shape: WisdomInfo, location_name: "WisdomInfo"))
         | 
| 1565 | 
            +
                Contact.add_member(:queue_time_adjustment_seconds, Shapes::ShapeRef.new(shape: QueueTimeAdjustmentSeconds, location_name: "QueueTimeAdjustmentSeconds"))
         | 
| 1566 | 
            +
                Contact.add_member(:queue_priority, Shapes::ShapeRef.new(shape: QueuePriority, location_name: "QueuePriority"))
         | 
| 1483 1567 | 
             
                Contact.add_member(:tags, Shapes::ShapeRef.new(shape: ContactTagMap, location_name: "Tags"))
         | 
| 1484 1568 | 
             
                Contact.struct_class = Types::Contact
         | 
| 1485 1569 |  | 
| 1570 | 
            +
                ContactAnalysis.add_member(:transcript, Shapes::ShapeRef.new(shape: Transcript, location_name: "Transcript"))
         | 
| 1571 | 
            +
                ContactAnalysis.struct_class = Types::ContactAnalysis
         | 
| 1572 | 
            +
             | 
| 1486 1573 | 
             
                ContactDataRequest.add_member(:system_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "SystemEndpoint"))
         | 
| 1487 1574 | 
             
                ContactDataRequest.add_member(:customer_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "CustomerEndpoint"))
         | 
| 1488 1575 | 
             
                ContactDataRequest.add_member(:request_identifier, Shapes::ShapeRef.new(shape: RequestIdentifier, location_name: "RequestIdentifier"))
         | 
| @@ -1544,6 +1631,27 @@ module Aws::Connect | |
| 1544 1631 | 
             
                ContactReferences.key = Shapes::ShapeRef.new(shape: ReferenceKey)
         | 
| 1545 1632 | 
             
                ContactReferences.value = Shapes::ShapeRef.new(shape: Reference)
         | 
| 1546 1633 |  | 
| 1634 | 
            +
                ContactSearchSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
         | 
| 1635 | 
            +
                ContactSearchSummary.add_member(:id, Shapes::ShapeRef.new(shape: ContactId, location_name: "Id"))
         | 
| 1636 | 
            +
                ContactSearchSummary.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "InitialContactId"))
         | 
| 1637 | 
            +
                ContactSearchSummary.add_member(:previous_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "PreviousContactId"))
         | 
| 1638 | 
            +
                ContactSearchSummary.add_member(:initiation_method, Shapes::ShapeRef.new(shape: ContactInitiationMethod, location_name: "InitiationMethod"))
         | 
| 1639 | 
            +
                ContactSearchSummary.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
         | 
| 1640 | 
            +
                ContactSearchSummary.add_member(:queue_info, Shapes::ShapeRef.new(shape: ContactSearchSummaryQueueInfo, location_name: "QueueInfo"))
         | 
| 1641 | 
            +
                ContactSearchSummary.add_member(:agent_info, Shapes::ShapeRef.new(shape: ContactSearchSummaryAgentInfo, location_name: "AgentInfo"))
         | 
| 1642 | 
            +
                ContactSearchSummary.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "InitiationTimestamp"))
         | 
| 1643 | 
            +
                ContactSearchSummary.add_member(:disconnect_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "DisconnectTimestamp"))
         | 
| 1644 | 
            +
                ContactSearchSummary.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
         | 
| 1645 | 
            +
                ContactSearchSummary.struct_class = Types::ContactSearchSummary
         | 
| 1646 | 
            +
             | 
| 1647 | 
            +
                ContactSearchSummaryAgentInfo.add_member(:id, Shapes::ShapeRef.new(shape: AgentResourceId, location_name: "Id"))
         | 
| 1648 | 
            +
                ContactSearchSummaryAgentInfo.add_member(:connected_to_agent_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ConnectedToAgentTimestamp"))
         | 
| 1649 | 
            +
                ContactSearchSummaryAgentInfo.struct_class = Types::ContactSearchSummaryAgentInfo
         | 
| 1650 | 
            +
             | 
| 1651 | 
            +
                ContactSearchSummaryQueueInfo.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
         | 
| 1652 | 
            +
                ContactSearchSummaryQueueInfo.add_member(:enqueue_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "EnqueueTimestamp"))
         | 
| 1653 | 
            +
                ContactSearchSummaryQueueInfo.struct_class = Types::ContactSearchSummaryQueueInfo
         | 
| 1654 | 
            +
             | 
| 1547 1655 | 
             
                ContactStates.member = Shapes::ShapeRef.new(shape: ContactState)
         | 
| 1548 1656 |  | 
| 1549 1657 | 
             
                ContactTagKeys.member = Shapes::ShapeRef.new(shape: ContactTagKey)
         | 
| @@ -1551,6 +1659,8 @@ module Aws::Connect | |
| 1551 1659 | 
             
                ContactTagMap.key = Shapes::ShapeRef.new(shape: ContactTagKey)
         | 
| 1552 1660 | 
             
                ContactTagMap.value = Shapes::ShapeRef.new(shape: ContactTagValue)
         | 
| 1553 1661 |  | 
| 1662 | 
            +
                Contacts.member = Shapes::ShapeRef.new(shape: ContactSearchSummary)
         | 
| 1663 | 
            +
             | 
| 1554 1664 | 
             
                ControlPlaneTagFilter.add_member(:or_conditions, Shapes::ShapeRef.new(shape: TagOrConditionList, location_name: "OrConditions"))
         | 
| 1555 1665 | 
             
                ControlPlaneTagFilter.add_member(:and_conditions, Shapes::ShapeRef.new(shape: TagAndConditionList, location_name: "AndConditions"))
         | 
| 1556 1666 | 
             
                ControlPlaneTagFilter.add_member(:tag_condition, Shapes::ShapeRef.new(shape: TagCondition, location_name: "TagCondition"))
         | 
| @@ -1666,6 +1776,11 @@ module Aws::Connect | |
| 1666 1776 | 
             
                CreatePersistentContactAssociationResponse.add_member(:continued_from_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContinuedFromContactId"))
         | 
| 1667 1777 | 
             
                CreatePersistentContactAssociationResponse.struct_class = Types::CreatePersistentContactAssociationResponse
         | 
| 1668 1778 |  | 
| 1779 | 
            +
                CreatePredefinedAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 1780 | 
            +
                CreatePredefinedAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location_name: "Name"))
         | 
| 1781 | 
            +
                CreatePredefinedAttributeRequest.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues, required: true, location_name: "Values"))
         | 
| 1782 | 
            +
                CreatePredefinedAttributeRequest.struct_class = Types::CreatePredefinedAttributeRequest
         | 
| 1783 | 
            +
             | 
| 1669 1784 | 
             
                CreatePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 1670 1785 | 
             
                CreatePromptRequest.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, required: true, location_name: "Name"))
         | 
| 1671 1786 | 
             
                CreatePromptRequest.add_member(:description, Shapes::ShapeRef.new(shape: PromptDescription, location_name: "Description"))
         | 
| @@ -1928,6 +2043,10 @@ module Aws::Connect | |
| 1928 2043 | 
             
                DeleteIntegrationAssociationRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
         | 
| 1929 2044 | 
             
                DeleteIntegrationAssociationRequest.struct_class = Types::DeleteIntegrationAssociationRequest
         | 
| 1930 2045 |  | 
| 2046 | 
            +
                DeletePredefinedAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 2047 | 
            +
                DeletePredefinedAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location: "uri", location_name: "Name"))
         | 
| 2048 | 
            +
                DeletePredefinedAttributeRequest.struct_class = Types::DeletePredefinedAttributeRequest
         | 
| 2049 | 
            +
             | 
| 1931 2050 | 
             
                DeletePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 1932 2051 | 
             
                DeletePromptRequest.add_member(:prompt_id, Shapes::ShapeRef.new(shape: PromptId, required: true, location: "uri", location_name: "PromptId"))
         | 
| 1933 2052 | 
             
                DeletePromptRequest.struct_class = Types::DeletePromptRequest
         | 
| @@ -2076,6 +2195,13 @@ module Aws::Connect | |
| 2076 2195 | 
             
                DescribePhoneNumberResponse.add_member(:claimed_phone_number_summary, Shapes::ShapeRef.new(shape: ClaimedPhoneNumberSummary, location_name: "ClaimedPhoneNumberSummary"))
         | 
| 2077 2196 | 
             
                DescribePhoneNumberResponse.struct_class = Types::DescribePhoneNumberResponse
         | 
| 2078 2197 |  | 
| 2198 | 
            +
                DescribePredefinedAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 2199 | 
            +
                DescribePredefinedAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location: "uri", location_name: "Name"))
         | 
| 2200 | 
            +
                DescribePredefinedAttributeRequest.struct_class = Types::DescribePredefinedAttributeRequest
         | 
| 2201 | 
            +
             | 
| 2202 | 
            +
                DescribePredefinedAttributeResponse.add_member(:predefined_attribute, Shapes::ShapeRef.new(shape: PredefinedAttribute, location_name: "PredefinedAttribute"))
         | 
| 2203 | 
            +
                DescribePredefinedAttributeResponse.struct_class = Types::DescribePredefinedAttributeResponse
         | 
| 2204 | 
            +
             | 
| 2079 2205 | 
             
                DescribePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 2080 2206 | 
             
                DescribePromptRequest.add_member(:prompt_id, Shapes::ShapeRef.new(shape: PromptId, required: true, location: "uri", location_name: "PromptId"))
         | 
| 2081 2207 | 
             
                DescribePromptRequest.struct_class = Types::DescribePromptRequest
         | 
| @@ -2164,6 +2290,7 @@ module Aws::Connect | |
| 2164 2290 | 
             
                Dimensions.add_member(:queue, Shapes::ShapeRef.new(shape: QueueReference, location_name: "Queue"))
         | 
| 2165 2291 | 
             
                Dimensions.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
         | 
| 2166 2292 | 
             
                Dimensions.add_member(:routing_profile, Shapes::ShapeRef.new(shape: RoutingProfileReference, location_name: "RoutingProfile"))
         | 
| 2293 | 
            +
                Dimensions.add_member(:routing_step_expression, Shapes::ShapeRef.new(shape: RoutingExpression, location_name: "RoutingStepExpression"))
         | 
| 2167 2294 | 
             
                Dimensions.struct_class = Types::Dimensions
         | 
| 2168 2295 |  | 
| 2169 2296 | 
             
                DimensionsV2Map.key = Shapes::ShapeRef.new(shape: DimensionsV2Key)
         | 
| @@ -2229,6 +2356,11 @@ module Aws::Connect | |
| 2229 2356 |  | 
| 2230 2357 | 
             
                DisassociateTrafficDistributionGroupUserResponse.struct_class = Types::DisassociateTrafficDistributionGroupUserResponse
         | 
| 2231 2358 |  | 
| 2359 | 
            +
                DisassociateUserProficienciesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 2360 | 
            +
                DisassociateUserProficienciesRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
         | 
| 2361 | 
            +
                DisassociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyDisassociateList, required: true, location_name: "UserProficiencies"))
         | 
| 2362 | 
            +
                DisassociateUserProficienciesRequest.struct_class = Types::DisassociateUserProficienciesRequest
         | 
| 2363 | 
            +
             | 
| 2232 2364 | 
             
                DisconnectReason.add_member(:code, Shapes::ShapeRef.new(shape: DisconnectReasonCode, location_name: "Code"))
         | 
| 2233 2365 | 
             
                DisconnectReason.struct_class = Types::DisconnectReason
         | 
| 2234 2366 |  | 
| @@ -2505,6 +2637,7 @@ module Aws::Connect | |
| 2505 2637 | 
             
                Filters.add_member(:queues, Shapes::ShapeRef.new(shape: Queues, location_name: "Queues"))
         | 
| 2506 2638 | 
             
                Filters.add_member(:channels, Shapes::ShapeRef.new(shape: Channels, location_name: "Channels"))
         | 
| 2507 2639 | 
             
                Filters.add_member(:routing_profiles, Shapes::ShapeRef.new(shape: RoutingProfiles, location_name: "RoutingProfiles"))
         | 
| 2640 | 
            +
                Filters.add_member(:routing_step_expressions, Shapes::ShapeRef.new(shape: RoutingExpressions, location_name: "RoutingStepExpressions"))
         | 
| 2508 2641 | 
             
                Filters.struct_class = Types::Filters
         | 
| 2509 2642 |  | 
| 2510 2643 | 
             
                FiltersV2List.member = Shapes::ShapeRef.new(shape: FilterV2)
         | 
| @@ -2656,6 +2789,8 @@ module Aws::Connect | |
| 2656 2789 | 
             
                HierarchyGroupCondition.add_member(:hierarchy_group_match_type, Shapes::ShapeRef.new(shape: HierarchyGroupMatchType, location_name: "HierarchyGroupMatchType"))
         | 
| 2657 2790 | 
             
                HierarchyGroupCondition.struct_class = Types::HierarchyGroupCondition
         | 
| 2658 2791 |  | 
| 2792 | 
            +
                HierarchyGroupIdList.member = Shapes::ShapeRef.new(shape: HierarchyGroupId)
         | 
| 2793 | 
            +
             | 
| 2659 2794 | 
             
                HierarchyGroupSummary.add_member(:id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "Id"))
         | 
| 2660 2795 | 
             
                HierarchyGroupSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
         | 
| 2661 2796 | 
             
                HierarchyGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyGroupName, location_name: "Name"))
         | 
| @@ -2784,6 +2919,8 @@ module Aws::Connect | |
| 2784 2919 | 
             
                ImportPhoneNumberResponse.add_member(:phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "PhoneNumberArn"))
         | 
| 2785 2920 | 
             
                ImportPhoneNumberResponse.struct_class = Types::ImportPhoneNumberResponse
         | 
| 2786 2921 |  | 
| 2922 | 
            +
                InitiationMethodList.member = Shapes::ShapeRef.new(shape: ContactInitiationMethod)
         | 
| 2923 | 
            +
             | 
| 2787 2924 | 
             
                Instance.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
         | 
| 2788 2925 | 
             
                Instance.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
         | 
| 2789 2926 | 
             
                Instance.add_member(:identity_management_type, Shapes::ShapeRef.new(shape: DirectoryType, location_name: "IdentityManagementType"))
         | 
| @@ -3109,6 +3246,15 @@ module Aws::Connect | |
| 3109 3246 | 
             
                ListPhoneNumbersV2Response.add_member(:list_phone_numbers_summary_list, Shapes::ShapeRef.new(shape: ListPhoneNumbersSummaryList, location_name: "ListPhoneNumbersSummaryList"))
         | 
| 3110 3247 | 
             
                ListPhoneNumbersV2Response.struct_class = Types::ListPhoneNumbersV2Response
         | 
| 3111 3248 |  | 
| 3249 | 
            +
                ListPredefinedAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 3250 | 
            +
                ListPredefinedAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
         | 
| 3251 | 
            +
                ListPredefinedAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
         | 
| 3252 | 
            +
                ListPredefinedAttributesRequest.struct_class = Types::ListPredefinedAttributesRequest
         | 
| 3253 | 
            +
             | 
| 3254 | 
            +
                ListPredefinedAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
         | 
| 3255 | 
            +
                ListPredefinedAttributesResponse.add_member(:predefined_attribute_summary_list, Shapes::ShapeRef.new(shape: PredefinedAttributeSummaryList, location_name: "PredefinedAttributeSummaryList"))
         | 
| 3256 | 
            +
                ListPredefinedAttributesResponse.struct_class = Types::ListPredefinedAttributesResponse
         | 
| 3257 | 
            +
             | 
| 3112 3258 | 
             
                ListPromptsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 3113 3259 | 
             
                ListPromptsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
         | 
| 3114 3260 | 
             
                ListPromptsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
         | 
| @@ -3292,6 +3438,18 @@ module Aws::Connect | |
| 3292 3438 | 
             
                ListUserHierarchyGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
         | 
| 3293 3439 | 
             
                ListUserHierarchyGroupsResponse.struct_class = Types::ListUserHierarchyGroupsResponse
         | 
| 3294 3440 |  | 
| 3441 | 
            +
                ListUserProficienciesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 3442 | 
            +
                ListUserProficienciesRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
         | 
| 3443 | 
            +
                ListUserProficienciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
         | 
| 3444 | 
            +
                ListUserProficienciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
         | 
| 3445 | 
            +
                ListUserProficienciesRequest.struct_class = Types::ListUserProficienciesRequest
         | 
| 3446 | 
            +
             | 
| 3447 | 
            +
                ListUserProficienciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
         | 
| 3448 | 
            +
                ListUserProficienciesResponse.add_member(:user_proficiency_list, Shapes::ShapeRef.new(shape: UserProficiencyList, location_name: "UserProficiencyList"))
         | 
| 3449 | 
            +
                ListUserProficienciesResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
         | 
| 3450 | 
            +
                ListUserProficienciesResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
         | 
| 3451 | 
            +
                ListUserProficienciesResponse.struct_class = Types::ListUserProficienciesResponse
         | 
| 3452 | 
            +
             | 
| 3295 3453 | 
             
                ListUsersRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 3296 3454 | 
             
                ListUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
         | 
| 3297 3455 | 
             
                ListUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
         | 
| @@ -3484,6 +3642,36 @@ module Aws::Connect | |
| 3484 3642 |  | 
| 3485 3643 | 
             
                PhoneNumberTypes.member = Shapes::ShapeRef.new(shape: PhoneNumberType)
         | 
| 3486 3644 |  | 
| 3645 | 
            +
                PredefinedAttribute.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, location_name: "Name"))
         | 
| 3646 | 
            +
                PredefinedAttribute.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues, location_name: "Values"))
         | 
| 3647 | 
            +
                PredefinedAttribute.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
         | 
| 3648 | 
            +
                PredefinedAttribute.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
         | 
| 3649 | 
            +
                PredefinedAttribute.struct_class = Types::PredefinedAttribute
         | 
| 3650 | 
            +
             | 
| 3651 | 
            +
                PredefinedAttributeSearchConditionList.member = Shapes::ShapeRef.new(shape: PredefinedAttributeSearchCriteria)
         | 
| 3652 | 
            +
             | 
| 3653 | 
            +
                PredefinedAttributeSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: PredefinedAttributeSearchConditionList, location_name: "OrConditions"))
         | 
| 3654 | 
            +
                PredefinedAttributeSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: PredefinedAttributeSearchConditionList, location_name: "AndConditions"))
         | 
| 3655 | 
            +
                PredefinedAttributeSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
         | 
| 3656 | 
            +
                PredefinedAttributeSearchCriteria.struct_class = Types::PredefinedAttributeSearchCriteria
         | 
| 3657 | 
            +
             | 
| 3658 | 
            +
                PredefinedAttributeSearchSummaryList.member = Shapes::ShapeRef.new(shape: PredefinedAttribute)
         | 
| 3659 | 
            +
             | 
| 3660 | 
            +
                PredefinedAttributeStringValuesList.member = Shapes::ShapeRef.new(shape: PredefinedAttributeStringValue)
         | 
| 3661 | 
            +
             | 
| 3662 | 
            +
                PredefinedAttributeSummary.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, location_name: "Name"))
         | 
| 3663 | 
            +
                PredefinedAttributeSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
         | 
| 3664 | 
            +
                PredefinedAttributeSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
         | 
| 3665 | 
            +
                PredefinedAttributeSummary.struct_class = Types::PredefinedAttributeSummary
         | 
| 3666 | 
            +
             | 
| 3667 | 
            +
                PredefinedAttributeSummaryList.member = Shapes::ShapeRef.new(shape: PredefinedAttributeSummary)
         | 
| 3668 | 
            +
             | 
| 3669 | 
            +
                PredefinedAttributeValues.add_member(:string_list, Shapes::ShapeRef.new(shape: PredefinedAttributeStringValuesList, location_name: "StringList"))
         | 
| 3670 | 
            +
                PredefinedAttributeValues.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
         | 
| 3671 | 
            +
                PredefinedAttributeValues.add_member_subclass(:string_list, Types::PredefinedAttributeValues::StringList)
         | 
| 3672 | 
            +
                PredefinedAttributeValues.add_member_subclass(:unknown, Types::PredefinedAttributeValues::Unknown)
         | 
| 3673 | 
            +
                PredefinedAttributeValues.struct_class = Types::PredefinedAttributeValues
         | 
| 3674 | 
            +
             | 
| 3487 3675 | 
             
                ProblemDetail.add_member(:message, Shapes::ShapeRef.new(shape: ProblemMessageString, location_name: "message"))
         | 
| 3488 3676 | 
             
                ProblemDetail.struct_class = Types::ProblemDetail
         | 
| 3489 3677 |  | 
| @@ -3550,6 +3738,8 @@ module Aws::Connect | |
| 3550 3738 | 
             
                Queue.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
         | 
| 3551 3739 | 
             
                Queue.struct_class = Types::Queue
         | 
| 3552 3740 |  | 
| 3741 | 
            +
                QueueIdList.member = Shapes::ShapeRef.new(shape: QueueId)
         | 
| 3742 | 
            +
             | 
| 3553 3743 | 
             
                QueueInfo.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
         | 
| 3554 3744 | 
             
                QueueInfo.add_member(:enqueue_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "EnqueueTimestamp"))
         | 
| 3555 3745 | 
             
                QueueInfo.struct_class = Types::QueueInfo
         | 
| @@ -3815,6 +4005,8 @@ module Aws::Connect | |
| 3815 4005 |  | 
| 3816 4006 | 
             
                ResumeContactResponse.struct_class = Types::ResumeContactResponse
         | 
| 3817 4007 |  | 
| 4008 | 
            +
                RoutingExpressions.member = Shapes::ShapeRef.new(shape: RoutingExpression)
         | 
| 4009 | 
            +
             | 
| 3818 4010 | 
             
                RoutingProfile.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
         | 
| 3819 4011 | 
             
                RoutingProfile.add_member(:name, Shapes::ShapeRef.new(shape: RoutingProfileName, location_name: "Name"))
         | 
| 3820 4012 | 
             
                RoutingProfile.add_member(:routing_profile_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "RoutingProfileArn"))
         | 
| @@ -3940,6 +4132,33 @@ module Aws::Connect | |
| 3940 4132 | 
             
                SearchAvailablePhoneNumbersResponse.add_member(:available_numbers_list, Shapes::ShapeRef.new(shape: AvailableNumbersList, location_name: "AvailableNumbersList"))
         | 
| 3941 4133 | 
             
                SearchAvailablePhoneNumbersResponse.struct_class = Types::SearchAvailablePhoneNumbersResponse
         | 
| 3942 4134 |  | 
| 4135 | 
            +
                SearchContactsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
         | 
| 4136 | 
            +
                SearchContactsRequest.add_member(:time_range, Shapes::ShapeRef.new(shape: SearchContactsTimeRange, required: true, location_name: "TimeRange"))
         | 
| 4137 | 
            +
                SearchContactsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: SearchCriteria, location_name: "SearchCriteria"))
         | 
| 4138 | 
            +
                SearchContactsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
         | 
| 4139 | 
            +
                SearchContactsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: LargeNextToken, location_name: "NextToken"))
         | 
| 4140 | 
            +
                SearchContactsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: Sort, location_name: "Sort"))
         | 
| 4141 | 
            +
                SearchContactsRequest.struct_class = Types::SearchContactsRequest
         | 
| 4142 | 
            +
             | 
| 4143 | 
            +
                SearchContactsResponse.add_member(:contacts, Shapes::ShapeRef.new(shape: Contacts, required: true, location_name: "Contacts"))
         | 
| 4144 | 
            +
                SearchContactsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: LargeNextToken, location_name: "NextToken"))
         | 
| 4145 | 
            +
                SearchContactsResponse.add_member(:total_count, Shapes::ShapeRef.new(shape: TotalCount, location_name: "TotalCount"))
         | 
| 4146 | 
            +
                SearchContactsResponse.struct_class = Types::SearchContactsResponse
         | 
| 4147 | 
            +
             | 
| 4148 | 
            +
                SearchContactsTimeRange.add_member(:type, Shapes::ShapeRef.new(shape: SearchContactsTimeRangeType, required: true, location_name: "Type"))
         | 
| 4149 | 
            +
                SearchContactsTimeRange.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
         | 
| 4150 | 
            +
                SearchContactsTimeRange.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EndTime"))
         | 
| 4151 | 
            +
                SearchContactsTimeRange.struct_class = Types::SearchContactsTimeRange
         | 
| 4152 | 
            +
             | 
| 4153 | 
            +
                SearchCriteria.add_member(:agent_ids, Shapes::ShapeRef.new(shape: AgentResourceIdList, location_name: "AgentIds"))
         | 
| 4154 | 
            +
                SearchCriteria.add_member(:agent_hierarchy_groups, Shapes::ShapeRef.new(shape: AgentHierarchyGroups, location_name: "AgentHierarchyGroups"))
         | 
| 4155 | 
            +
                SearchCriteria.add_member(:channels, Shapes::ShapeRef.new(shape: ChannelList, location_name: "Channels"))
         | 
| 4156 | 
            +
                SearchCriteria.add_member(:contact_analysis, Shapes::ShapeRef.new(shape: ContactAnalysis, location_name: "ContactAnalysis"))
         | 
| 4157 | 
            +
                SearchCriteria.add_member(:initiation_methods, Shapes::ShapeRef.new(shape: InitiationMethodList, location_name: "InitiationMethods"))
         | 
| 4158 | 
            +
                SearchCriteria.add_member(:queue_ids, Shapes::ShapeRef.new(shape: QueueIdList, location_name: "QueueIds"))
         | 
| 4159 | 
            +
                SearchCriteria.add_member(:searchable_contact_attributes, Shapes::ShapeRef.new(shape: SearchableContactAttributes, location_name: "SearchableContactAttributes"))
         | 
| 4160 | 
            +
                SearchCriteria.struct_class = Types::SearchCriteria
         | 
| 4161 | 
            +
             | 
| 3943 4162 | 
             
                SearchHoursOfOperationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
         | 
| 3944 4163 | 
             
                SearchHoursOfOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
         | 
| 3945 4164 | 
             
                SearchHoursOfOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
         | 
| @@ -3952,6 +4171,17 @@ module Aws::Connect | |
| 3952 4171 | 
             
                SearchHoursOfOperationsResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
         | 
| 3953 4172 | 
             
                SearchHoursOfOperationsResponse.struct_class = Types::SearchHoursOfOperationsResponse
         | 
| 3954 4173 |  | 
| 4174 | 
            +
                SearchPredefinedAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
         | 
| 4175 | 
            +
                SearchPredefinedAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
         | 
| 4176 | 
            +
                SearchPredefinedAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
         | 
| 4177 | 
            +
                SearchPredefinedAttributesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: PredefinedAttributeSearchCriteria, location_name: "SearchCriteria"))
         | 
| 4178 | 
            +
                SearchPredefinedAttributesRequest.struct_class = Types::SearchPredefinedAttributesRequest
         | 
| 4179 | 
            +
             | 
| 4180 | 
            +
                SearchPredefinedAttributesResponse.add_member(:predefined_attributes, Shapes::ShapeRef.new(shape: PredefinedAttributeSearchSummaryList, location_name: "PredefinedAttributes"))
         | 
| 4181 | 
            +
                SearchPredefinedAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
         | 
| 4182 | 
            +
                SearchPredefinedAttributesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
         | 
| 4183 | 
            +
                SearchPredefinedAttributesResponse.struct_class = Types::SearchPredefinedAttributesResponse
         | 
| 4184 | 
            +
             | 
| 3955 4185 | 
             
                SearchPromptsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
         | 
| 3956 4186 | 
             
                SearchPromptsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
         | 
| 3957 4187 | 
             
                SearchPromptsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
         | 
| @@ -4023,6 +4253,8 @@ module Aws::Connect | |
| 4023 4253 | 
             
                SearchSecurityProfilesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
         | 
| 4024 4254 | 
             
                SearchSecurityProfilesResponse.struct_class = Types::SearchSecurityProfilesResponse
         | 
| 4025 4255 |  | 
| 4256 | 
            +
                SearchTextList.member = Shapes::ShapeRef.new(shape: SearchText)
         | 
| 4257 | 
            +
             | 
| 4026 4258 | 
             
                SearchUsersRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
         | 
| 4027 4259 | 
             
                SearchUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
         | 
| 4028 4260 | 
             
                SearchUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box"=>true}))
         | 
| @@ -4047,6 +4279,18 @@ module Aws::Connect | |
| 4047 4279 | 
             
                SearchVocabulariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: VocabularyNextToken, location_name: "NextToken"))
         | 
| 4048 4280 | 
             
                SearchVocabulariesResponse.struct_class = Types::SearchVocabulariesResponse
         | 
| 4049 4281 |  | 
| 4282 | 
            +
                SearchableContactAttributeValueList.member = Shapes::ShapeRef.new(shape: SearchableContactAttributeValue)
         | 
| 4283 | 
            +
             | 
| 4284 | 
            +
                SearchableContactAttributes.add_member(:criteria, Shapes::ShapeRef.new(shape: SearchableContactAttributesCriteriaList, required: true, location_name: "Criteria"))
         | 
| 4285 | 
            +
                SearchableContactAttributes.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, location_name: "MatchType"))
         | 
| 4286 | 
            +
                SearchableContactAttributes.struct_class = Types::SearchableContactAttributes
         | 
| 4287 | 
            +
             | 
| 4288 | 
            +
                SearchableContactAttributesCriteria.add_member(:key, Shapes::ShapeRef.new(shape: SearchableContactAttributeKey, required: true, location_name: "Key"))
         | 
| 4289 | 
            +
                SearchableContactAttributesCriteria.add_member(:values, Shapes::ShapeRef.new(shape: SearchableContactAttributeValueList, required: true, location_name: "Values"))
         | 
| 4290 | 
            +
                SearchableContactAttributesCriteria.struct_class = Types::SearchableContactAttributesCriteria
         | 
| 4291 | 
            +
             | 
| 4292 | 
            +
                SearchableContactAttributesCriteriaList.member = Shapes::ShapeRef.new(shape: SearchableContactAttributesCriteria)
         | 
| 4293 | 
            +
             | 
| 4050 4294 | 
             
                SecurityKey.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
         | 
| 4051 4295 | 
             
                SecurityKey.add_member(:key, Shapes::ShapeRef.new(shape: PEM, location_name: "Key"))
         | 
| 4052 4296 | 
             
                SecurityKey.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
         | 
| @@ -4140,6 +4384,10 @@ module Aws::Connect | |
| 4140 4384 | 
             
                SingleSelectQuestionRuleCategoryAutomation.add_member(:option_ref_id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location_name: "OptionRefId"))
         | 
| 4141 4385 | 
             
                SingleSelectQuestionRuleCategoryAutomation.struct_class = Types::SingleSelectQuestionRuleCategoryAutomation
         | 
| 4142 4386 |  | 
| 4387 | 
            +
                Sort.add_member(:field_name, Shapes::ShapeRef.new(shape: SortableFieldName, required: true, location_name: "FieldName"))
         | 
| 4388 | 
            +
                Sort.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "Order"))
         | 
| 4389 | 
            +
                Sort.struct_class = Types::Sort
         | 
| 4390 | 
            +
             | 
| 4143 4391 | 
             
                StartChatContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
         | 
| 4144 4392 | 
             
                StartChatContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
         | 
| 4145 4393 | 
             
                StartChatContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
         | 
| @@ -4418,6 +4666,17 @@ module Aws::Connect | |
| 4418 4666 |  | 
| 4419 4667 | 
             
                TrafficDistributionGroupUserSummaryList.member = Shapes::ShapeRef.new(shape: TrafficDistributionGroupUserSummary)
         | 
| 4420 4668 |  | 
| 4669 | 
            +
                Transcript.add_member(:criteria, Shapes::ShapeRef.new(shape: TranscriptCriteriaList, required: true, location_name: "Criteria"))
         | 
| 4670 | 
            +
                Transcript.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, location_name: "MatchType"))
         | 
| 4671 | 
            +
                Transcript.struct_class = Types::Transcript
         | 
| 4672 | 
            +
             | 
| 4673 | 
            +
                TranscriptCriteria.add_member(:participant_role, Shapes::ShapeRef.new(shape: ParticipantRole, required: true, location_name: "ParticipantRole"))
         | 
| 4674 | 
            +
                TranscriptCriteria.add_member(:search_text, Shapes::ShapeRef.new(shape: SearchTextList, required: true, location_name: "SearchText"))
         | 
| 4675 | 
            +
                TranscriptCriteria.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, required: true, location_name: "MatchType"))
         | 
| 4676 | 
            +
                TranscriptCriteria.struct_class = Types::TranscriptCriteria
         | 
| 4677 | 
            +
             | 
| 4678 | 
            +
                TranscriptCriteriaList.member = Shapes::ShapeRef.new(shape: TranscriptCriteria)
         | 
| 4679 | 
            +
             | 
| 4421 4680 | 
             
                TransferContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
         | 
| 4422 4681 | 
             
                TransferContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
         | 
| 4423 4682 | 
             
                TransferContactRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "QueueId"))
         | 
| @@ -4519,6 +4778,14 @@ module Aws::Connect | |
| 4519 4778 |  | 
| 4520 4779 | 
             
                UpdateContactResponse.struct_class = Types::UpdateContactResponse
         | 
| 4521 4780 |  | 
| 4781 | 
            +
                UpdateContactRoutingDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 4782 | 
            +
                UpdateContactRoutingDataRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
         | 
| 4783 | 
            +
                UpdateContactRoutingDataRequest.add_member(:queue_time_adjustment_seconds, Shapes::ShapeRef.new(shape: QueueTimeAdjustmentSeconds, location_name: "QueueTimeAdjustmentSeconds"))
         | 
| 4784 | 
            +
                UpdateContactRoutingDataRequest.add_member(:queue_priority, Shapes::ShapeRef.new(shape: QueuePriority, location_name: "QueuePriority"))
         | 
| 4785 | 
            +
                UpdateContactRoutingDataRequest.struct_class = Types::UpdateContactRoutingDataRequest
         | 
| 4786 | 
            +
             | 
| 4787 | 
            +
                UpdateContactRoutingDataResponse.struct_class = Types::UpdateContactRoutingDataResponse
         | 
| 4788 | 
            +
             | 
| 4522 4789 | 
             
                UpdateContactScheduleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
         | 
| 4523 4790 | 
             
                UpdateContactScheduleRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
         | 
| 4524 4791 | 
             
                UpdateContactScheduleRequest.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ScheduledTime"))
         | 
| @@ -4589,6 +4856,11 @@ module Aws::Connect | |
| 4589 4856 | 
             
                UpdatePhoneNumberResponse.add_member(:phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "PhoneNumberArn"))
         | 
| 4590 4857 | 
             
                UpdatePhoneNumberResponse.struct_class = Types::UpdatePhoneNumberResponse
         | 
| 4591 4858 |  | 
| 4859 | 
            +
                UpdatePredefinedAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 4860 | 
            +
                UpdatePredefinedAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location: "uri", location_name: "Name"))
         | 
| 4861 | 
            +
                UpdatePredefinedAttributeRequest.add_member(:values, Shapes::ShapeRef.new(shape: PredefinedAttributeValues, location_name: "Values"))
         | 
| 4862 | 
            +
                UpdatePredefinedAttributeRequest.struct_class = Types::UpdatePredefinedAttributeRequest
         | 
| 4863 | 
            +
             | 
| 4592 4864 | 
             
                UpdatePromptRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 4593 4865 | 
             
                UpdatePromptRequest.add_member(:prompt_id, Shapes::ShapeRef.new(shape: PromptId, required: true, location: "uri", location_name: "PromptId"))
         | 
| 4594 4866 | 
             
                UpdatePromptRequest.add_member(:name, Shapes::ShapeRef.new(shape: CommonNameLength127, location_name: "Name"))
         | 
| @@ -4737,6 +5009,11 @@ module Aws::Connect | |
| 4737 5009 | 
             
                UpdateUserPhoneConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 4738 5010 | 
             
                UpdateUserPhoneConfigRequest.struct_class = Types::UpdateUserPhoneConfigRequest
         | 
| 4739 5011 |  | 
| 5012 | 
            +
                UpdateUserProficienciesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| 5013 | 
            +
                UpdateUserProficienciesRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
         | 
| 5014 | 
            +
                UpdateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyList, required: true, location_name: "UserProficiencies"))
         | 
| 5015 | 
            +
                UpdateUserProficienciesRequest.struct_class = Types::UpdateUserProficienciesRequest
         | 
| 5016 | 
            +
             | 
| 4740 5017 | 
             
                UpdateUserRoutingProfileRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location_name: "RoutingProfileId"))
         | 
| 4741 5018 | 
             
                UpdateUserRoutingProfileRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
         | 
| 4742 5019 | 
             
                UpdateUserRoutingProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
         | 
| @@ -4833,6 +5110,19 @@ module Aws::Connect | |
| 4833 5110 | 
             
                UserPhoneConfig.add_member(:desk_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "DeskPhoneNumber"))
         | 
| 4834 5111 | 
             
                UserPhoneConfig.struct_class = Types::UserPhoneConfig
         | 
| 4835 5112 |  | 
| 5113 | 
            +
                UserProficiency.add_member(:attribute_name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location_name: "AttributeName"))
         | 
| 5114 | 
            +
                UserProficiency.add_member(:attribute_value, Shapes::ShapeRef.new(shape: PredefinedAttributeStringValue, required: true, location_name: "AttributeValue"))
         | 
| 5115 | 
            +
                UserProficiency.add_member(:level, Shapes::ShapeRef.new(shape: ProficiencyLevel, required: true, location_name: "Level"))
         | 
| 5116 | 
            +
                UserProficiency.struct_class = Types::UserProficiency
         | 
| 5117 | 
            +
             | 
| 5118 | 
            +
                UserProficiencyDisassociate.add_member(:attribute_name, Shapes::ShapeRef.new(shape: PredefinedAttributeName, required: true, location_name: "AttributeName"))
         | 
| 5119 | 
            +
                UserProficiencyDisassociate.add_member(:attribute_value, Shapes::ShapeRef.new(shape: PredefinedAttributeStringValue, required: true, location_name: "AttributeValue"))
         | 
| 5120 | 
            +
                UserProficiencyDisassociate.struct_class = Types::UserProficiencyDisassociate
         | 
| 5121 | 
            +
             | 
| 5122 | 
            +
                UserProficiencyDisassociateList.member = Shapes::ShapeRef.new(shape: UserProficiencyDisassociate)
         | 
| 5123 | 
            +
             | 
| 5124 | 
            +
                UserProficiencyList.member = Shapes::ShapeRef.new(shape: UserProficiency)
         | 
| 5125 | 
            +
             | 
| 4836 5126 | 
             
                UserQuickConnectConfig.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "UserId"))
         | 
| 4837 5127 | 
             
                UserQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
         | 
| 4838 5128 | 
             
                UserQuickConnectConfig.struct_class = Types::UserQuickConnectConfig
         | 
| @@ -5170,6 +5460,19 @@ module Aws::Connect | |
| 5170 5460 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 5171 5461 | 
             
                  end)
         | 
| 5172 5462 |  | 
| 5463 | 
            +
                  api.add_operation(:associate_user_proficiencies, Seahorse::Model::Operation.new.tap do |o|
         | 
| 5464 | 
            +
                    o.name = "AssociateUserProficiencies"
         | 
| 5465 | 
            +
                    o.http_method = "POST"
         | 
| 5466 | 
            +
                    o.http_request_uri = "/users/{InstanceId}/{UserId}/associate-proficiencies"
         | 
| 5467 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: AssociateUserProficienciesRequest)
         | 
| 5468 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         | 
| 5469 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 5470 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
         | 
| 5471 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 5472 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 5473 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 5474 | 
            +
                  end)
         | 
| 5475 | 
            +
             | 
| 5173 5476 | 
             
                  api.add_operation(:batch_associate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
         | 
| 5174 5477 | 
             
                    o.name = "BatchAssociateAnalyticsDataSet"
         | 
| 5175 5478 | 
             
                    o.http_method = "PUT"
         | 
| @@ -5369,6 +5672,21 @@ module Aws::Connect | |
| 5369 5672 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 5370 5673 | 
             
                  end)
         | 
| 5371 5674 |  | 
| 5675 | 
            +
                  api.add_operation(:create_predefined_attribute, Seahorse::Model::Operation.new.tap do |o|
         | 
| 5676 | 
            +
                    o.name = "CreatePredefinedAttribute"
         | 
| 5677 | 
            +
                    o.http_method = "PUT"
         | 
| 5678 | 
            +
                    o.http_request_uri = "/predefined-attributes/{InstanceId}"
         | 
| 5679 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: CreatePredefinedAttributeRequest)
         | 
| 5680 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         | 
| 5681 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
         | 
| 5682 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 5683 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
         | 
| 5684 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
         | 
| 5685 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 5686 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 5687 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 5688 | 
            +
                  end)
         | 
| 5689 | 
            +
             | 
| 5372 5690 | 
             
                  api.add_operation(:create_prompt, Seahorse::Model::Operation.new.tap do |o|
         | 
| 5373 5691 | 
             
                    o.name = "CreatePrompt"
         | 
| 5374 5692 | 
             
                    o.http_method = "PUT"
         | 
| @@ -5682,6 +6000,20 @@ module Aws::Connect | |
| 5682 6000 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 5683 6001 | 
             
                  end)
         | 
| 5684 6002 |  | 
| 6003 | 
            +
                  api.add_operation(:delete_predefined_attribute, Seahorse::Model::Operation.new.tap do |o|
         | 
| 6004 | 
            +
                    o.name = "DeletePredefinedAttribute"
         | 
| 6005 | 
            +
                    o.http_method = "DELETE"
         | 
| 6006 | 
            +
                    o.http_request_uri = "/predefined-attributes/{InstanceId}/{Name}"
         | 
| 6007 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DeletePredefinedAttributeRequest)
         | 
| 6008 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         | 
| 6009 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
         | 
| 6010 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 6011 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
         | 
| 6012 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 6013 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 6014 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 6015 | 
            +
                  end)
         | 
| 6016 | 
            +
             | 
| 5685 6017 | 
             
                  api.add_operation(:delete_prompt, Seahorse::Model::Operation.new.tap do |o|
         | 
| 5686 6018 | 
             
                    o.name = "DeletePrompt"
         | 
| 5687 6019 | 
             
                    o.http_method = "DELETE"
         | 
| @@ -6014,6 +6346,19 @@ module Aws::Connect | |
| 6014 6346 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 6015 6347 | 
             
                  end)
         | 
| 6016 6348 |  | 
| 6349 | 
            +
                  api.add_operation(:describe_predefined_attribute, Seahorse::Model::Operation.new.tap do |o|
         | 
| 6350 | 
            +
                    o.name = "DescribePredefinedAttribute"
         | 
| 6351 | 
            +
                    o.http_method = "GET"
         | 
| 6352 | 
            +
                    o.http_request_uri = "/predefined-attributes/{InstanceId}/{Name}"
         | 
| 6353 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DescribePredefinedAttributeRequest)
         | 
| 6354 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DescribePredefinedAttributeResponse)
         | 
| 6355 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 6356 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
         | 
| 6357 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 6358 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 6359 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 6360 | 
            +
                  end)
         | 
| 6361 | 
            +
             | 
| 6017 6362 | 
             
                  api.add_operation(:describe_prompt, Seahorse::Model::Operation.new.tap do |o|
         | 
| 6018 6363 | 
             
                    o.name = "DescribePrompt"
         | 
| 6019 6364 | 
             
                    o.http_method = "GET"
         | 
| @@ -6328,6 +6673,19 @@ module Aws::Connect | |
| 6328 6673 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 6329 6674 | 
             
                  end)
         | 
| 6330 6675 |  | 
| 6676 | 
            +
                  api.add_operation(:disassociate_user_proficiencies, Seahorse::Model::Operation.new.tap do |o|
         | 
| 6677 | 
            +
                    o.name = "DisassociateUserProficiencies"
         | 
| 6678 | 
            +
                    o.http_method = "POST"
         | 
| 6679 | 
            +
                    o.http_request_uri = "/users/{InstanceId}/{UserId}/disassociate-proficiencies"
         | 
| 6680 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DisassociateUserProficienciesRequest)
         | 
| 6681 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         | 
| 6682 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 6683 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
         | 
| 6684 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 6685 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 6686 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 6687 | 
            +
                  end)
         | 
| 6688 | 
            +
             | 
| 6331 6689 | 
             
                  api.add_operation(:dismiss_user_contact, Seahorse::Model::Operation.new.tap do |o|
         | 
| 6332 6690 | 
             
                    o.name = "DismissUserContact"
         | 
| 6333 6691 | 
             
                    o.http_method = "POST"
         | 
| @@ -6894,6 +7252,25 @@ module Aws::Connect | |
| 6894 7252 | 
             
                    )
         | 
| 6895 7253 | 
             
                  end)
         | 
| 6896 7254 |  | 
| 7255 | 
            +
                  api.add_operation(:list_predefined_attributes, Seahorse::Model::Operation.new.tap do |o|
         | 
| 7256 | 
            +
                    o.name = "ListPredefinedAttributes"
         | 
| 7257 | 
            +
                    o.http_method = "GET"
         | 
| 7258 | 
            +
                    o.http_request_uri = "/predefined-attributes/{InstanceId}"
         | 
| 7259 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListPredefinedAttributesRequest)
         | 
| 7260 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListPredefinedAttributesResponse)
         | 
| 7261 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 7262 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
         | 
| 7263 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 7264 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 7265 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 7266 | 
            +
                    o[:pager] = Aws::Pager.new(
         | 
| 7267 | 
            +
                      limit_key: "max_results",
         | 
| 7268 | 
            +
                      tokens: {
         | 
| 7269 | 
            +
                        "next_token" => "next_token"
         | 
| 7270 | 
            +
                      }
         | 
| 7271 | 
            +
                    )
         | 
| 7272 | 
            +
                  end)
         | 
| 7273 | 
            +
             | 
| 6897 7274 | 
             
                  api.add_operation(:list_prompts, Seahorse::Model::Operation.new.tap do |o|
         | 
| 6898 7275 | 
             
                    o.name = "ListPrompts"
         | 
| 6899 7276 | 
             
                    o.http_method = "GET"
         | 
| @@ -7229,6 +7606,25 @@ module Aws::Connect | |
| 7229 7606 | 
             
                    )
         | 
| 7230 7607 | 
             
                  end)
         | 
| 7231 7608 |  | 
| 7609 | 
            +
                  api.add_operation(:list_user_proficiencies, Seahorse::Model::Operation.new.tap do |o|
         | 
| 7610 | 
            +
                    o.name = "ListUserProficiencies"
         | 
| 7611 | 
            +
                    o.http_method = "GET"
         | 
| 7612 | 
            +
                    o.http_request_uri = "/users/{InstanceId}/{UserId}/proficiencies"
         | 
| 7613 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListUserProficienciesRequest)
         | 
| 7614 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListUserProficienciesResponse)
         | 
| 7615 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 7616 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
         | 
| 7617 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 7618 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 7619 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 7620 | 
            +
                    o[:pager] = Aws::Pager.new(
         | 
| 7621 | 
            +
                      limit_key: "max_results",
         | 
| 7622 | 
            +
                      tokens: {
         | 
| 7623 | 
            +
                        "next_token" => "next_token"
         | 
| 7624 | 
            +
                      }
         | 
| 7625 | 
            +
                    )
         | 
| 7626 | 
            +
                  end)
         | 
| 7627 | 
            +
             | 
| 7232 7628 | 
             
                  api.add_operation(:list_users, Seahorse::Model::Operation.new.tap do |o|
         | 
| 7233 7629 | 
             
                    o.name = "ListUsers"
         | 
| 7234 7630 | 
             
                    o.http_method = "GET"
         | 
| @@ -7408,6 +7804,25 @@ module Aws::Connect | |
| 7408 7804 | 
             
                    )
         | 
| 7409 7805 | 
             
                  end)
         | 
| 7410 7806 |  | 
| 7807 | 
            +
                  api.add_operation(:search_contacts, Seahorse::Model::Operation.new.tap do |o|
         | 
| 7808 | 
            +
                    o.name = "SearchContacts"
         | 
| 7809 | 
            +
                    o.http_method = "POST"
         | 
| 7810 | 
            +
                    o.http_request_uri = "/search-contacts"
         | 
| 7811 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: SearchContactsRequest)
         | 
| 7812 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: SearchContactsResponse)
         | 
| 7813 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 7814 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
         | 
| 7815 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 7816 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 7817 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 7818 | 
            +
                    o[:pager] = Aws::Pager.new(
         | 
| 7819 | 
            +
                      limit_key: "max_results",
         | 
| 7820 | 
            +
                      tokens: {
         | 
| 7821 | 
            +
                        "next_token" => "next_token"
         | 
| 7822 | 
            +
                      }
         | 
| 7823 | 
            +
                    )
         | 
| 7824 | 
            +
                  end)
         | 
| 7825 | 
            +
             | 
| 7411 7826 | 
             
                  api.add_operation(:search_hours_of_operations, Seahorse::Model::Operation.new.tap do |o|
         | 
| 7412 7827 | 
             
                    o.name = "SearchHoursOfOperations"
         | 
| 7413 7828 | 
             
                    o.http_method = "POST"
         | 
| @@ -7427,6 +7842,25 @@ module Aws::Connect | |
| 7427 7842 | 
             
                    )
         | 
| 7428 7843 | 
             
                  end)
         | 
| 7429 7844 |  | 
| 7845 | 
            +
                  api.add_operation(:search_predefined_attributes, Seahorse::Model::Operation.new.tap do |o|
         | 
| 7846 | 
            +
                    o.name = "SearchPredefinedAttributes"
         | 
| 7847 | 
            +
                    o.http_method = "POST"
         | 
| 7848 | 
            +
                    o.http_request_uri = "/search-predefined-attributes"
         | 
| 7849 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: SearchPredefinedAttributesRequest)
         | 
| 7850 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: SearchPredefinedAttributesResponse)
         | 
| 7851 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 7852 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
         | 
| 7853 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 7854 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 7855 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 7856 | 
            +
                    o[:pager] = Aws::Pager.new(
         | 
| 7857 | 
            +
                      limit_key: "max_results",
         | 
| 7858 | 
            +
                      tokens: {
         | 
| 7859 | 
            +
                        "next_token" => "next_token"
         | 
| 7860 | 
            +
                      }
         | 
| 7861 | 
            +
                    )
         | 
| 7862 | 
            +
                  end)
         | 
| 7863 | 
            +
             | 
| 7430 7864 | 
             
                  api.add_operation(:search_prompts, Seahorse::Model::Operation.new.tap do |o|
         | 
| 7431 7865 | 
             
                    o.name = "SearchPrompts"
         | 
| 7432 7866 | 
             
                    o.http_method = "POST"
         | 
| @@ -7937,6 +8371,20 @@ module Aws::Connect | |
| 7937 8371 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 7938 8372 | 
             
                  end)
         | 
| 7939 8373 |  | 
| 8374 | 
            +
                  api.add_operation(:update_contact_routing_data, Seahorse::Model::Operation.new.tap do |o|
         | 
| 8375 | 
            +
                    o.name = "UpdateContactRoutingData"
         | 
| 8376 | 
            +
                    o.http_method = "POST"
         | 
| 8377 | 
            +
                    o.http_request_uri = "/contacts/{InstanceId}/{ContactId}/routing-data"
         | 
| 8378 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: UpdateContactRoutingDataRequest)
         | 
| 8379 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: UpdateContactRoutingDataResponse)
         | 
| 8380 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
         | 
| 8381 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
         | 
| 8382 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 8383 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 8384 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 8385 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 8386 | 
            +
                  end)
         | 
| 8387 | 
            +
             | 
| 7940 8388 | 
             
                  api.add_operation(:update_contact_schedule, Seahorse::Model::Operation.new.tap do |o|
         | 
| 7941 8389 | 
             
                    o.name = "UpdateContactSchedule"
         | 
| 7942 8390 | 
             
                    o.http_method = "POST"
         | 
| @@ -8050,6 +8498,19 @@ module Aws::Connect | |
| 8050 8498 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 8051 8499 | 
             
                  end)
         | 
| 8052 8500 |  | 
| 8501 | 
            +
                  api.add_operation(:update_predefined_attribute, Seahorse::Model::Operation.new.tap do |o|
         | 
| 8502 | 
            +
                    o.name = "UpdatePredefinedAttribute"
         | 
| 8503 | 
            +
                    o.http_method = "POST"
         | 
| 8504 | 
            +
                    o.http_request_uri = "/predefined-attributes/{InstanceId}/{Name}"
         | 
| 8505 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: UpdatePredefinedAttributeRequest)
         | 
| 8506 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         | 
| 8507 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 8508 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
         | 
| 8509 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 8510 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 8511 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 8512 | 
            +
                  end)
         | 
| 8513 | 
            +
             | 
| 8053 8514 | 
             
                  api.add_operation(:update_prompt, Seahorse::Model::Operation.new.tap do |o|
         | 
| 8054 8515 | 
             
                    o.name = "UpdatePrompt"
         | 
| 8055 8516 | 
             
                    o.http_method = "POST"
         | 
| @@ -8343,6 +8804,19 @@ module Aws::Connect | |
| 8343 8804 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 8344 8805 | 
             
                  end)
         | 
| 8345 8806 |  | 
| 8807 | 
            +
                  api.add_operation(:update_user_proficiencies, Seahorse::Model::Operation.new.tap do |o|
         | 
| 8808 | 
            +
                    o.name = "UpdateUserProficiencies"
         | 
| 8809 | 
            +
                    o.http_method = "POST"
         | 
| 8810 | 
            +
                    o.http_request_uri = "/users/{InstanceId}/{UserId}/proficiencies"
         | 
| 8811 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: UpdateUserProficienciesRequest)
         | 
| 8812 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         | 
| 8813 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
         | 
| 8814 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
         | 
| 8815 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 8816 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 8817 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
         | 
| 8818 | 
            +
                  end)
         | 
| 8819 | 
            +
             | 
| 8346 8820 | 
             
                  api.add_operation(:update_user_routing_profile, Seahorse::Model::Operation.new.tap do |o|
         | 
| 8347 8821 | 
             
                    o.name = "UpdateUserRoutingProfile"
         | 
| 8348 8822 | 
             
                    o.http_method = "POST"
         |