@aws-sdk/client-connect 3.940.0 → 3.943.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.
- package/README.md +362 -13
- package/dist-cjs/index.js +3179 -266
- package/dist-es/Connect.js +88 -0
- package/dist-es/commands/AssociateSecurityProfilesCommand.js +16 -0
- package/dist-es/commands/AssociateWorkspaceCommand.js +16 -0
- package/dist-es/commands/BatchCreateDataTableValueCommand.js +16 -0
- package/dist-es/commands/BatchDeleteDataTableValueCommand.js +16 -0
- package/dist-es/commands/BatchDescribeDataTableValueCommand.js +16 -0
- package/dist-es/commands/BatchUpdateDataTableValueCommand.js +16 -0
- package/dist-es/commands/CreateDataTableAttributeCommand.js +16 -0
- package/dist-es/commands/CreateDataTableCommand.js +16 -0
- package/dist-es/commands/CreateWorkspaceCommand.js +16 -0
- package/dist-es/commands/CreateWorkspacePageCommand.js +16 -0
- package/dist-es/commands/DeleteDataTableAttributeCommand.js +16 -0
- package/dist-es/commands/DeleteDataTableCommand.js +16 -0
- package/dist-es/commands/DeleteWorkspaceCommand.js +16 -0
- package/dist-es/commands/DeleteWorkspaceMediaCommand.js +16 -0
- package/dist-es/commands/DeleteWorkspacePageCommand.js +16 -0
- package/dist-es/commands/DescribeDataTableAttributeCommand.js +16 -0
- package/dist-es/commands/DescribeDataTableCommand.js +16 -0
- package/dist-es/commands/DescribeWorkspaceCommand.js +16 -0
- package/dist-es/commands/DisassociateSecurityProfilesCommand.js +16 -0
- package/dist-es/commands/DisassociateWorkspaceCommand.js +16 -0
- package/dist-es/commands/EvaluateDataTableValuesCommand.js +16 -0
- package/dist-es/commands/ImportWorkspaceMediaCommand.js +16 -0
- package/dist-es/commands/ListDataTableAttributesCommand.js +16 -0
- package/dist-es/commands/ListDataTablePrimaryValuesCommand.js +16 -0
- package/dist-es/commands/ListDataTableValuesCommand.js +16 -0
- package/dist-es/commands/ListDataTablesCommand.js +16 -0
- package/dist-es/commands/ListEntitySecurityProfilesCommand.js +16 -0
- package/dist-es/commands/ListSecurityProfileFlowModulesCommand.js +16 -0
- package/dist-es/commands/ListWorkspaceMediaCommand.js +16 -0
- package/dist-es/commands/ListWorkspacePagesCommand.js +16 -0
- package/dist-es/commands/ListWorkspacesCommand.js +16 -0
- package/dist-es/commands/SearchDataTablesCommand.js +16 -0
- package/dist-es/commands/SearchViewsCommand.js +16 -0
- package/dist-es/commands/SearchWorkspaceAssociationsCommand.js +16 -0
- package/dist-es/commands/SearchWorkspacesCommand.js +16 -0
- package/dist-es/commands/StartContactMediaProcessingCommand.js +16 -0
- package/dist-es/commands/StopContactMediaProcessingCommand.js +16 -0
- package/dist-es/commands/UpdateDataTableAttributeCommand.js +16 -0
- package/dist-es/commands/UpdateDataTableMetadataCommand.js +16 -0
- package/dist-es/commands/UpdateDataTablePrimaryValuesCommand.js +16 -0
- package/dist-es/commands/UpdateWorkspaceMetadataCommand.js +16 -0
- package/dist-es/commands/UpdateWorkspacePageCommand.js +16 -0
- package/dist-es/commands/UpdateWorkspaceThemeCommand.js +16 -0
- package/dist-es/commands/UpdateWorkspaceVisibilityCommand.js +16 -0
- package/dist-es/commands/index.js +44 -0
- package/dist-es/models/enums.js +103 -0
- package/dist-es/models/errors.js +14 -14
- package/dist-es/pagination/EvaluateDataTableValuesPaginator.js +4 -0
- package/dist-es/pagination/ListDataTableAttributesPaginator.js +4 -0
- package/dist-es/pagination/ListDataTablePrimaryValuesPaginator.js +4 -0
- package/dist-es/pagination/ListDataTableValuesPaginator.js +4 -0
- package/dist-es/pagination/ListDataTablesPaginator.js +4 -0
- package/dist-es/pagination/ListWorkspacePagesPaginator.js +4 -0
- package/dist-es/pagination/ListWorkspacesPaginator.js +4 -0
- package/dist-es/pagination/SearchDataTablesPaginator.js +4 -0
- package/dist-es/pagination/SearchViewsPaginator.js +4 -0
- package/dist-es/pagination/SearchWorkspaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/SearchWorkspacesPaginator.js +4 -0
- package/dist-es/pagination/index.js +11 -0
- package/dist-es/schemas/schemas_0.js +2407 -257
- package/dist-types/Connect.d.ts +320 -13
- package/dist-types/ConnectClient.d.ts +56 -15
- package/dist-types/commands/ActivateEvaluationFormCommand.d.ts +2 -2
- package/dist-types/commands/AssociateAnalyticsDataSetCommand.d.ts +2 -2
- package/dist-types/commands/AssociateBotCommand.d.ts +2 -2
- package/dist-types/commands/AssociateContactWithUserCommand.d.ts +14 -17
- package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +2 -2
- package/dist-types/commands/AssociateEmailAddressAliasCommand.d.ts +21 -28
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +6 -6
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +1 -2
- package/dist-types/commands/AssociateLexBotCommand.d.ts +2 -2
- package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +5 -8
- package/dist-types/commands/AssociateSecurityProfilesCommand.d.ts +100 -0
- package/dist-types/commands/AssociateTrafficDistributionGroupUserCommand.d.ts +2 -2
- package/dist-types/commands/AssociateWorkspaceCommand.d.ts +110 -0
- package/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +2 -2
- package/dist-types/commands/BatchCreateDataTableValueCommand.d.ts +152 -0
- package/dist-types/commands/BatchDeleteDataTableValueCommand.d.ts +142 -0
- package/dist-types/commands/BatchDescribeDataTableValueCommand.d.ts +138 -0
- package/dist-types/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +2 -3
- package/dist-types/commands/BatchPutContactCommand.d.ts +6 -7
- package/dist-types/commands/BatchUpdateDataTableValueCommand.d.ts +145 -0
- package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +8 -8
- package/dist-types/commands/CompleteAttachedFileUploadCommand.d.ts +2 -2
- package/dist-types/commands/CreateContactCommand.d.ts +12 -14
- package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateContactFlowVersionCommand.d.ts +4 -5
- package/dist-types/commands/CreateDataTableAttributeCommand.d.ts +132 -0
- package/dist-types/commands/CreateDataTableCommand.d.ts +117 -0
- package/dist-types/commands/CreateEmailAddressCommand.d.ts +3 -3
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +69 -13
- package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +1 -2
- package/dist-types/commands/CreateInstanceCommand.d.ts +5 -5
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +2 -3
- package/dist-types/commands/CreateParticipantCommand.d.ts +5 -5
- package/dist-types/commands/CreatePersistentContactAssociationCommand.d.ts +3 -3
- package/dist-types/commands/CreatePredefinedAttributeCommand.d.ts +11 -13
- package/dist-types/commands/CreatePromptCommand.d.ts +3 -3
- package/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +2 -4
- package/dist-types/commands/CreateQueueCommand.d.ts +5 -6
- package/dist-types/commands/CreateQuickConnectCommand.d.ts +4 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +3 -3
- package/dist-types/commands/CreateSecurityProfileCommand.d.ts +25 -4
- package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserCommand.d.ts +5 -5
- package/dist-types/commands/CreateViewCommand.d.ts +8 -11
- package/dist-types/commands/CreateViewVersionCommand.d.ts +5 -7
- package/dist-types/commands/CreateVocabularyCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +190 -0
- package/dist-types/commands/CreateWorkspacePageCommand.d.ts +107 -0
- package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAttachedFileCommand.d.ts +2 -2
- package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +3 -2
- package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContactFlowVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataTableAttributeCommand.d.ts +103 -0
- package/dist-types/commands/DeleteDataTableCommand.d.ts +95 -0
- package/dist-types/commands/DeleteEmailAddressCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEvaluationFormCommand.d.ts +2 -3
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +2 -3
- package/dist-types/commands/DeleteInstanceCommand.d.ts +3 -4
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +3 -3
- package/dist-types/commands/DeletePredefinedAttributeCommand.d.ts +4 -5
- package/dist-types/commands/DeletePromptCommand.d.ts +1 -1
- package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueueCommand.d.ts +4 -5
- package/dist-types/commands/DeleteQuickConnectCommand.d.ts +5 -7
- package/dist-types/commands/DeleteRoutingProfileCommand.d.ts +4 -5
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -5
- package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +7 -9
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +7 -10
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +6 -7
- package/dist-types/commands/DeleteViewCommand.d.ts +5 -7
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +4 -5
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +4 -5
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +91 -0
- package/dist-types/commands/DeleteWorkspaceMediaCommand.d.ts +89 -0
- package/dist-types/commands/DeleteWorkspacePageCommand.d.ts +95 -0
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +35 -14
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +85 -10
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +8 -10
- package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +3 -4
- package/dist-types/commands/DescribeDataTableAttributeCommand.d.ts +129 -0
- package/dist-types/commands/DescribeDataTableCommand.d.ts +115 -0
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +67 -11
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstanceCommand.d.ts +4 -5
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +2 -2
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +4 -7
- package/dist-types/commands/DescribePredefinedAttributeCommand.d.ts +10 -12
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +4 -1
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +3 -2
- package/dist-types/commands/DescribeRuleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +18 -4
- package/dist-types/commands/DescribeUserCommand.d.ts +3 -2
- package/dist-types/commands/DescribeViewCommand.d.ts +4 -4
- package/dist-types/commands/DescribeWorkspaceCommand.d.ts +187 -0
- package/dist-types/commands/DisassociateBotCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateEmailAddressAliasCommand.d.ts +24 -32
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +1 -2
- package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +5 -8
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateSecurityProfilesCommand.d.ts +101 -0
- package/dist-types/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateWorkspaceCommand.d.ts +107 -0
- package/dist-types/commands/DismissUserContactCommand.d.ts +3 -5
- package/dist-types/commands/EvaluateDataTableValuesCommand.d.ts +125 -0
- package/dist-types/commands/GetAttachedFileCommand.d.ts +2 -3
- package/dist-types/commands/GetContactMetricsCommand.d.ts +5 -8
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +8 -10
- package/dist-types/commands/GetFederationTokenCommand.d.ts +6 -10
- package/dist-types/commands/GetMetricDataCommand.d.ts +6 -9
- package/dist-types/commands/GetMetricDataV2Command.d.ts +18 -16
- package/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -2
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +14 -16
- package/dist-types/commands/ImportWorkspaceMediaCommand.d.ts +90 -0
- package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +1 -2
- package/dist-types/commands/ListAssociatedContactsCommand.d.ts +1 -2
- package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +2 -1
- package/dist-types/commands/ListBotsCommand.d.ts +3 -1
- package/dist-types/commands/ListContactEvaluationsCommand.d.ts +5 -0
- package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +1 -2
- package/dist-types/commands/ListContactFlowVersionsCommand.d.ts +2 -3
- package/dist-types/commands/ListContactFlowsCommand.d.ts +4 -3
- package/dist-types/commands/ListContactReferencesCommand.d.ts +9 -5
- package/dist-types/commands/ListDataTableAttributesCommand.d.ts +136 -0
- package/dist-types/commands/ListDataTablePrimaryValuesCommand.d.ts +120 -0
- package/dist-types/commands/ListDataTableValuesCommand.d.ts +130 -0
- package/dist-types/commands/ListDataTablesCommand.d.ts +103 -0
- package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListEntitySecurityProfilesCommand.d.ts +98 -0
- package/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +1 -1
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +4 -5
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +2 -2
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +2 -3
- package/dist-types/commands/ListInstancesCommand.d.ts +4 -4
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +4 -5
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +3 -3
- package/dist-types/commands/ListLexBotsCommand.d.ts +3 -4
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +9 -13
- package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +9 -11
- package/dist-types/commands/ListPredefinedAttributesCommand.d.ts +11 -13
- package/dist-types/commands/ListPromptsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +2 -2
- package/dist-types/commands/ListQueuesCommand.d.ts +6 -7
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +4 -5
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +7 -8
- package/dist-types/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +8 -12
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +3 -5
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -2
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListSecurityProfileFlowModulesCommand.d.ts +100 -0
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +3 -4
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +3 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -3
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +2 -4
- package/dist-types/commands/ListUsersCommand.d.ts +1 -2
- package/dist-types/commands/ListViewVersionsCommand.d.ts +1 -2
- package/dist-types/commands/ListWorkspaceMediaCommand.d.ts +98 -0
- package/dist-types/commands/ListWorkspacePagesCommand.d.ts +103 -0
- package/dist-types/commands/ListWorkspacesCommand.d.ts +103 -0
- package/dist-types/commands/MonitorContactCommand.d.ts +2 -3
- package/dist-types/commands/PauseContactCommand.d.ts +2 -2
- package/dist-types/commands/PutUserStatusCommand.d.ts +4 -4
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +9 -11
- package/dist-types/commands/ReplicateInstanceCommand.d.ts +4 -5
- package/dist-types/commands/ResumeContactCommand.d.ts +2 -2
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +3 -4
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -3
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +10 -7
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +18 -0
- package/dist-types/commands/SearchDataTablesCommand.d.ts +166 -0
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +6 -5
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +1 -2
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +10 -12
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +4 -1
- package/dist-types/commands/SearchResourceTagsCommand.d.ts +2 -2
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +4 -6
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +3 -4
- package/dist-types/commands/SearchViewsCommand.d.ts +173 -0
- package/dist-types/commands/SearchVocabulariesCommand.d.ts +2 -2
- package/dist-types/commands/SearchWorkspaceAssociationsCommand.d.ts +154 -0
- package/dist-types/commands/SearchWorkspacesCommand.d.ts +158 -0
- package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +9 -10
- package/dist-types/commands/SendOutboundEmailCommand.d.ts +4 -4
- package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -3
- package/dist-types/commands/StartChatContactCommand.d.ts +13 -12
- package/dist-types/commands/StartContactEvaluationCommand.d.ts +4 -6
- package/dist-types/commands/StartContactMediaProcessingCommand.d.ts +97 -0
- package/dist-types/commands/StartContactRecordingCommand.d.ts +9 -11
- package/dist-types/commands/StartContactStreamingCommand.d.ts +2 -2
- package/dist-types/commands/StartEmailContactCommand.d.ts +3 -3
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +15 -15
- package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +4 -3
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +17 -17
- package/dist-types/commands/StartScreenSharingCommand.d.ts +3 -4
- package/dist-types/commands/StartTaskContactCommand.d.ts +20 -25
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +5 -4
- package/dist-types/commands/StopContactCommand.d.ts +4 -5
- package/dist-types/commands/StopContactMediaProcessingCommand.d.ts +91 -0
- package/dist-types/commands/StopContactRecordingCommand.d.ts +5 -6
- package/dist-types/commands/StopContactStreamingCommand.d.ts +2 -3
- package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +10 -7
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +7 -7
- package/dist-types/commands/TagContactCommand.d.ts +3 -4
- package/dist-types/commands/TagResourceCommand.d.ts +5 -7
- package/dist-types/commands/TransferContactCommand.d.ts +7 -8
- package/dist-types/commands/UntagContactCommand.d.ts +3 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +9 -14
- package/dist-types/commands/UpdateContactCommand.d.ts +7 -9
- package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +8 -5
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +4 -5
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -5
- package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +9 -13
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataTableAttributeCommand.d.ts +132 -0
- package/dist-types/commands/UpdateDataTableMetadataCommand.d.ts +109 -0
- package/dist-types/commands/UpdateDataTablePrimaryValuesCommand.d.ts +120 -0
- package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +71 -16
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateParticipantAuthenticationCommand.d.ts +11 -11
- package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +9 -14
- package/dist-types/commands/UpdatePhoneNumberMetadataCommand.d.ts +4 -5
- package/dist-types/commands/UpdatePredefinedAttributeCommand.d.ts +12 -13
- package/dist-types/commands/UpdatePromptCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +2 -3
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +7 -9
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +5 -2
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +3 -4
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +2 -3
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +2 -3
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +4 -4
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +26 -5
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +3 -4
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +6 -6
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +4 -5
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +6 -8
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +9 -11
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +6 -7
- package/dist-types/commands/UpdateWorkspaceMetadataCommand.d.ts +97 -0
- package/dist-types/commands/UpdateWorkspacePageCommand.d.ts +102 -0
- package/dist-types/commands/UpdateWorkspaceThemeCommand.d.ts +173 -0
- package/dist-types/commands/UpdateWorkspaceVisibilityCommand.d.ts +92 -0
- package/dist-types/commands/index.d.ts +44 -0
- package/dist-types/index.d.ts +10 -13
- package/dist-types/models/enums.d.ts +263 -0
- package/dist-types/models/errors.d.ts +22 -24
- package/dist-types/models/models_0.d.ts +2763 -2635
- package/dist-types/models/models_1.d.ts +5591 -6229
- package/dist-types/models/models_2.d.ts +3898 -3652
- package/dist-types/models/models_3.d.ts +4041 -284
- package/dist-types/pagination/EvaluateDataTableValuesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataTableAttributesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataTablePrimaryValuesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataTableValuesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkspacePagesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkspacesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchDataTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchViewsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchWorkspaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchWorkspacesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/schemas/schemas_0.d.ts +256 -0
- package/dist-types/ts3.4/Connect.d.ts +750 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +266 -2
- package/dist-types/ts3.4/commands/AssociateSecurityProfilesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/AssociateWorkspaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchCreateDataTableValueCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchDeleteDataTableValueCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchDescribeDataTableValueCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchUpdateDataTableValueCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDataTableAttributeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDataTableCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateWorkspacePageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteContactFlowVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataTableAttributeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDataTableCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePromptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceMediaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteWorkspacePageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataTableAttributeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataTableCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateSecurityProfilesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DisassociateWorkspaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EvaluateDataTableValuesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ImportWorkspaceMediaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataTableAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataTablePrimaryValuesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataTableValuesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataTablesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEntitySecurityProfilesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPredefinedAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListSecurityProfileFlowModulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkspaceMediaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkspacePagesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/SearchDataTablesCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/SearchViewsCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/SearchWorkspaceAssociationsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchWorkspacesCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/StartContactMediaProcessingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactMediaProcessingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataTableAttributeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataTableMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataTablePrimaryValuesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateParticipantAuthenticationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateParticipantRoleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePhoneNumberMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePredefinedAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePromptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateWorkspacePageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceThemeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceVisibilityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +44 -0
- package/dist-types/ts3.4/models/enums.d.ts +137 -0
- package/dist-types/ts3.4/models/errors.d.ts +11 -11
- package/dist-types/ts3.4/models/models_0.d.ts +363 -276
- package/dist-types/ts3.4/models/models_1.d.ts +517 -761
- package/dist-types/ts3.4/models/models_2.d.ts +1467 -1247
- package/dist-types/ts3.4/models/models_3.d.ts +982 -29
- package/dist-types/ts3.4/pagination/EvaluateDataTableValuesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataTableAttributesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataTablePrimaryValuesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataTableValuesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkspacePagesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchDataTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchViewsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchWorkspaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchWorkspacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +256 -0
- package/package.json +5 -5
package/dist-es/models/enums.js
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export const AccessType = {
|
|
2
|
+
ALLOW: "ALLOW",
|
|
3
|
+
};
|
|
1
4
|
export const ActionType = {
|
|
2
5
|
ASSIGN_CONTACT_CATEGORY: "ASSIGN_CONTACT_CATEGORY",
|
|
3
6
|
ASSIGN_SLA: "ASSIGN_SLA",
|
|
@@ -74,6 +77,13 @@ export const StringComparisonType = {
|
|
|
74
77
|
EXACT: "EXACT",
|
|
75
78
|
STARTS_WITH: "STARTS_WITH",
|
|
76
79
|
};
|
|
80
|
+
export const AiUseCase = {
|
|
81
|
+
AgentAssistance: "AgentAssistance",
|
|
82
|
+
SelfService: "SelfService",
|
|
83
|
+
};
|
|
84
|
+
export const FlowModuleType = {
|
|
85
|
+
MCP: "MCP",
|
|
86
|
+
};
|
|
77
87
|
export const MonitorCapability = {
|
|
78
88
|
BARGE: "BARGE",
|
|
79
89
|
SILENT_MONITOR: "SILENT_MONITOR",
|
|
@@ -153,6 +163,10 @@ export const StorageType = {
|
|
|
153
163
|
KINESIS_VIDEO_STREAM: "KINESIS_VIDEO_STREAM",
|
|
154
164
|
S3: "S3",
|
|
155
165
|
};
|
|
166
|
+
export const EntityType = {
|
|
167
|
+
AI_AGENT: "AI_AGENT",
|
|
168
|
+
USER: "USER",
|
|
169
|
+
};
|
|
156
170
|
export const FileStatusType = {
|
|
157
171
|
APPROVED: "APPROVED",
|
|
158
172
|
FAILED: "FAILED",
|
|
@@ -211,6 +225,7 @@ export const ReferenceType = {
|
|
|
211
225
|
DATE: "DATE",
|
|
212
226
|
EMAIL: "EMAIL",
|
|
213
227
|
EMAIL_MESSAGE: "EMAIL_MESSAGE",
|
|
228
|
+
EMAIL_MESSAGE_PLAIN_TEXT: "EMAIL_MESSAGE_PLAIN_TEXT",
|
|
214
229
|
NUMBER: "NUMBER",
|
|
215
230
|
STRING: "STRING",
|
|
216
231
|
URL: "URL",
|
|
@@ -231,11 +246,30 @@ export const ContactFlowType = {
|
|
|
231
246
|
OUTBOUND_WHISPER: "OUTBOUND_WHISPER",
|
|
232
247
|
QUEUE_TRANSFER: "QUEUE_TRANSFER",
|
|
233
248
|
};
|
|
249
|
+
export const DataTableStatus = {
|
|
250
|
+
PUBLISHED: "PUBLISHED",
|
|
251
|
+
};
|
|
252
|
+
export const DataTableLockLevel = {
|
|
253
|
+
ATTRIBUTE: "ATTRIBUTE",
|
|
254
|
+
DATA_TABLE: "DATA_TABLE",
|
|
255
|
+
NONE: "NONE",
|
|
256
|
+
PRIMARY_VALUE: "PRIMARY_VALUE",
|
|
257
|
+
VALUE: "VALUE",
|
|
258
|
+
};
|
|
259
|
+
export const DataTableAttributeValueType = {
|
|
260
|
+
BOOLEAN: "BOOLEAN",
|
|
261
|
+
NUMBER: "NUMBER",
|
|
262
|
+
NUMBER_LIST: "NUMBER_LIST",
|
|
263
|
+
TEXT: "TEXT",
|
|
264
|
+
TEXT_LIST: "TEXT_LIST",
|
|
265
|
+
};
|
|
234
266
|
export const EvaluationFormItemEnablementAction = {
|
|
235
267
|
DISABLE: "DISABLE",
|
|
236
268
|
ENABLE: "ENABLE",
|
|
237
269
|
};
|
|
238
270
|
export const EvaluationFormItemSourceValuesComparator = {
|
|
271
|
+
ALL_IN: "ALL_IN",
|
|
272
|
+
EXACT: "EXACT",
|
|
239
273
|
IN: "IN",
|
|
240
274
|
NOT_IN: "NOT_IN",
|
|
241
275
|
};
|
|
@@ -250,6 +284,8 @@ export const EvaluationFormItemEnablementOperator = {
|
|
|
250
284
|
OR: "OR",
|
|
251
285
|
};
|
|
252
286
|
export const EvaluationFormQuestionType = {
|
|
287
|
+
DATETIME: "DATETIME",
|
|
288
|
+
MULTISELECT: "MULTISELECT",
|
|
253
289
|
NUMERIC: "NUMERIC",
|
|
254
290
|
SINGLESELECT: "SINGLESELECT",
|
|
255
291
|
TEXT: "TEXT",
|
|
@@ -258,11 +294,21 @@ export const EvaluationFormQuestionAutomationAnswerSourceType = {
|
|
|
258
294
|
CONTACT_LENS_DATA: "CONTACT_LENS_DATA",
|
|
259
295
|
GEN_AI: "GEN_AI",
|
|
260
296
|
};
|
|
297
|
+
export const MultiSelectQuestionRuleCategoryAutomationCondition = {
|
|
298
|
+
NOT_PRESENT: "NOT_PRESENT",
|
|
299
|
+
PRESENT: "PRESENT",
|
|
300
|
+
};
|
|
301
|
+
export const EvaluationFormMultiSelectQuestionDisplayMode = {
|
|
302
|
+
CHECKBOX: "CHECKBOX",
|
|
303
|
+
DROPDOWN: "DROPDOWN",
|
|
304
|
+
};
|
|
261
305
|
export const NumericQuestionPropertyAutomationLabel = {
|
|
262
306
|
AGENT_INTERACTION_AND_HOLD_DURATION: "AGENT_INTERACTION_AND_HOLD_DURATION",
|
|
263
307
|
AGENT_INTERACTION_DURATION: "AGENT_INTERACTION_DURATION",
|
|
264
308
|
CONTACT_DURATION: "CONTACT_DURATION",
|
|
265
309
|
CUSTOMER_HOLD_TIME: "CUSTOMER_HOLD_TIME",
|
|
310
|
+
CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT: "CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT",
|
|
311
|
+
CUSTOMER_SENTIMENT_SCORE_WITH_AGENT: "CUSTOMER_SENTIMENT_SCORE_WITH_AGENT",
|
|
266
312
|
LONGEST_HOLD_DURATION: "LONGEST_HOLD_DURATION",
|
|
267
313
|
NON_TALK_TIME: "NON_TALK_TIME",
|
|
268
314
|
NON_TALK_TIME_PERCENTAGE: "NON_TALK_TIME_PERCENTAGE",
|
|
@@ -279,6 +325,14 @@ export const EvaluationFormSingleSelectQuestionDisplayMode = {
|
|
|
279
325
|
DROPDOWN: "DROPDOWN",
|
|
280
326
|
RADIO: "RADIO",
|
|
281
327
|
};
|
|
328
|
+
export const EvaluationFormLanguageCode = {
|
|
329
|
+
DE_DE: "de-DE",
|
|
330
|
+
EN_US: "en-US",
|
|
331
|
+
ES_ES: "es-ES",
|
|
332
|
+
FR_FR: "fr-FR",
|
|
333
|
+
IT_IT: "it-IT",
|
|
334
|
+
PT_BR: "pt-BR",
|
|
335
|
+
};
|
|
282
336
|
export const EvaluationFormScoringMode = {
|
|
283
337
|
QUESTION_ONLY: "QUESTION_ONLY",
|
|
284
338
|
SECTION_ONLY: "SECTION_ONLY",
|
|
@@ -287,6 +341,10 @@ export const EvaluationFormScoringStatus = {
|
|
|
287
341
|
DISABLED: "DISABLED",
|
|
288
342
|
ENABLED: "ENABLED",
|
|
289
343
|
};
|
|
344
|
+
export const ContactInteractionType = {
|
|
345
|
+
AGENT: "AGENT",
|
|
346
|
+
AUTOMATED: "AUTOMATED",
|
|
347
|
+
};
|
|
290
348
|
export const HoursOfOperationDays = {
|
|
291
349
|
FRIDAY: "FRIDAY",
|
|
292
350
|
MONDAY: "MONDAY",
|
|
@@ -318,6 +376,7 @@ export const IntegrationType = {
|
|
|
318
376
|
COGNITO_USER_POOL: "COGNITO_USER_POOL",
|
|
319
377
|
EVENT: "EVENT",
|
|
320
378
|
FILE_SCANNER: "FILE_SCANNER",
|
|
379
|
+
MESSAGE_PROCESSOR: "MESSAGE_PROCESSOR",
|
|
321
380
|
PINPOINT_APP: "PINPOINT_APP",
|
|
322
381
|
Q_MESSAGE_TEMPLATES: "Q_MESSAGE_TEMPLATES",
|
|
323
382
|
SES_IDENTITY: "SES_IDENTITY",
|
|
@@ -348,6 +407,7 @@ export const DeviceType = {
|
|
|
348
407
|
GCM: "GCM",
|
|
349
408
|
};
|
|
350
409
|
export const QuickConnectType = {
|
|
410
|
+
FLOW: "FLOW",
|
|
351
411
|
PHONE_NUMBER: "PHONE_NUMBER",
|
|
352
412
|
QUEUE: "QUEUE",
|
|
353
413
|
USER: "USER",
|
|
@@ -386,6 +446,10 @@ export const EventSourceName = {
|
|
|
386
446
|
OnZendeskTicketCreate: "OnZendeskTicketCreate",
|
|
387
447
|
OnZendeskTicketStatusUpdate: "OnZendeskTicketStatusUpdate",
|
|
388
448
|
};
|
|
449
|
+
export const ApplicationType = {
|
|
450
|
+
MCP: "MCP",
|
|
451
|
+
THIRD_PARTY_APPLICATION: "THIRD_PARTY_APPLICATION",
|
|
452
|
+
};
|
|
389
453
|
export const TaskTemplateFieldType = {
|
|
390
454
|
BOOLEAN: "BOOLEAN",
|
|
391
455
|
DATE_TIME: "DATE_TIME",
|
|
@@ -446,6 +510,20 @@ export const VocabularyState = {
|
|
|
446
510
|
CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
|
|
447
511
|
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
448
512
|
};
|
|
513
|
+
export const WorkspaceFontFamily = {
|
|
514
|
+
ARIAL: "Arial",
|
|
515
|
+
COURIER_NEW: "Courier New",
|
|
516
|
+
GEORGIA: "Georgia",
|
|
517
|
+
TIMES_NEW_ROMAN: "Times New Roman",
|
|
518
|
+
TREBUCHET: "Trebuchet",
|
|
519
|
+
VERDANA: "Verdana",
|
|
520
|
+
};
|
|
521
|
+
export const MediaType = {
|
|
522
|
+
IMAGE_LOGO_DARK_FAVICON: "IMAGE_LOGO_DARK_FAVICON",
|
|
523
|
+
IMAGE_LOGO_DARK_HORIZONTAL: "IMAGE_LOGO_DARK_HORIZONTAL",
|
|
524
|
+
IMAGE_LOGO_LIGHT_FAVICON: "IMAGE_LOGO_LIGHT_FAVICON",
|
|
525
|
+
IMAGE_LOGO_LIGHT_HORIZONTAL: "IMAGE_LOGO_LIGHT_HORIZONTAL",
|
|
526
|
+
};
|
|
449
527
|
export const AnsweringMachineDetectionStatus = {
|
|
450
528
|
AMD_ERROR: "AMD_ERROR",
|
|
451
529
|
AMD_NOT_APPLICABLE: "AMD_NOT_APPLICABLE",
|
|
@@ -474,6 +552,9 @@ export const Status = {
|
|
|
474
552
|
DELETED: "DELETED",
|
|
475
553
|
IN_PROGRESS: "IN_PROGRESS",
|
|
476
554
|
};
|
|
555
|
+
export const NextContactType = {
|
|
556
|
+
QUICK_CONNECT: "QUICK_CONNECT",
|
|
557
|
+
};
|
|
477
558
|
export const MediaStreamType = {
|
|
478
559
|
AUDIO: "AUDIO",
|
|
479
560
|
VIDEO: "VIDEO",
|
|
@@ -514,6 +595,11 @@ export const AutoEvaluationStatus = {
|
|
|
514
595
|
IN_PROGRESS: "IN_PROGRESS",
|
|
515
596
|
SUCCEEDED: "SUCCEEDED",
|
|
516
597
|
};
|
|
598
|
+
export const ContactParticipantRole = {
|
|
599
|
+
AGENT: "AGENT",
|
|
600
|
+
CUSTOM_BOT: "CUSTOM_BOT",
|
|
601
|
+
SYSTEM: "SYSTEM",
|
|
602
|
+
};
|
|
517
603
|
export const EvaluationStatus = {
|
|
518
604
|
DRAFT: "DRAFT",
|
|
519
605
|
SUBMITTED: "SUBMITTED",
|
|
@@ -556,6 +642,7 @@ export const InstanceAttributeType = {
|
|
|
556
642
|
ENHANCED_CONTACT_MONITORING: "ENHANCED_CONTACT_MONITORING",
|
|
557
643
|
HIGH_VOLUME_OUTBOUND: "HIGH_VOLUME_OUTBOUND",
|
|
558
644
|
INBOUND_CALLS: "INBOUND_CALLS",
|
|
645
|
+
MESSAGE_STREAMING: "MESSAGE_STREAMING",
|
|
559
646
|
MULTI_PARTY_CHAT_CONFERENCE: "MULTI_PARTY_CHAT_CONFERENCE",
|
|
560
647
|
MULTI_PARTY_CONFERENCE: "MULTI_PARTY_CONFERENCE",
|
|
561
648
|
OUTBOUND_CALLS: "OUTBOUND_CALLS",
|
|
@@ -826,6 +913,11 @@ export const TrafficDistributionGroupStatus = {
|
|
|
826
913
|
PENDING_DELETION: "PENDING_DELETION",
|
|
827
914
|
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
828
915
|
};
|
|
916
|
+
export const Visibility = {
|
|
917
|
+
All: "ALL",
|
|
918
|
+
Assigned: "ASSIGNED",
|
|
919
|
+
None: "NONE",
|
|
920
|
+
};
|
|
829
921
|
export const ContactMetricName = {
|
|
830
922
|
POSITION_IN_QUEUE: "POSITION_IN_QUEUE",
|
|
831
923
|
};
|
|
@@ -895,6 +987,9 @@ export const Statistic = {
|
|
|
895
987
|
export const Comparison = {
|
|
896
988
|
LT: "LT",
|
|
897
989
|
};
|
|
990
|
+
export const FilterV2StringConditionComparisonOperator = {
|
|
991
|
+
NOT_EXISTS: "NOT_EXISTS",
|
|
992
|
+
};
|
|
898
993
|
export const IntervalPeriod = {
|
|
899
994
|
DAY: "DAY",
|
|
900
995
|
FIFTEEN_MIN: "FIFTEEN_MIN",
|
|
@@ -1043,6 +1138,14 @@ export const TrafficType = {
|
|
|
1043
1138
|
CAMPAIGN: "CAMPAIGN",
|
|
1044
1139
|
GENERAL: "GENERAL",
|
|
1045
1140
|
};
|
|
1141
|
+
export const ResponseMode = {
|
|
1142
|
+
COMPLETE: "COMPLETE",
|
|
1143
|
+
INCREMENTAL: "INCREMENTAL",
|
|
1144
|
+
};
|
|
1145
|
+
export const ContactMediaProcessingFailureMode = {
|
|
1146
|
+
DELIVER_UNPROCESSED_MESSAGE: "DELIVER_UNPROCESSED_MESSAGE",
|
|
1147
|
+
DO_NOT_DELIVER_UNPROCESSED_MESSAGE: "DO_NOT_DELIVER_UNPROCESSED_MESSAGE",
|
|
1148
|
+
};
|
|
1046
1149
|
export const IvrRecordingTrack = {
|
|
1047
1150
|
ALL: "ALL",
|
|
1048
1151
|
};
|
package/dist-es/models/errors.js
CHANGED
|
@@ -143,6 +143,20 @@ export class IdempotencyException extends __BaseException {
|
|
|
143
143
|
this.Message = opts.Message;
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
|
+
export class ConditionalOperationFailedException extends __BaseException {
|
|
147
|
+
name = "ConditionalOperationFailedException";
|
|
148
|
+
$fault = "client";
|
|
149
|
+
Message;
|
|
150
|
+
constructor(opts) {
|
|
151
|
+
super({
|
|
152
|
+
name: "ConditionalOperationFailedException",
|
|
153
|
+
$fault: "client",
|
|
154
|
+
...opts,
|
|
155
|
+
});
|
|
156
|
+
Object.setPrototypeOf(this, ConditionalOperationFailedException.prototype);
|
|
157
|
+
this.Message = opts.Message;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
146
160
|
export class DuplicateResourceException extends __BaseException {
|
|
147
161
|
name = "DuplicateResourceException";
|
|
148
162
|
$fault = "client";
|
|
@@ -359,17 +373,3 @@ export class ContactNotFoundException extends __BaseException {
|
|
|
359
373
|
this.Message = opts.Message;
|
|
360
374
|
}
|
|
361
375
|
}
|
|
362
|
-
export class ConditionalOperationFailedException extends __BaseException {
|
|
363
|
-
name = "ConditionalOperationFailedException";
|
|
364
|
-
$fault = "client";
|
|
365
|
-
Message;
|
|
366
|
-
constructor(opts) {
|
|
367
|
-
super({
|
|
368
|
-
name: "ConditionalOperationFailedException",
|
|
369
|
-
$fault: "client",
|
|
370
|
-
...opts,
|
|
371
|
-
});
|
|
372
|
-
Object.setPrototypeOf(this, ConditionalOperationFailedException.prototype);
|
|
373
|
-
this.Message = opts.Message;
|
|
374
|
-
}
|
|
375
|
-
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { EvaluateDataTableValuesCommand, } from "../commands/EvaluateDataTableValuesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateEvaluateDataTableValues = createPaginator(ConnectClient, EvaluateDataTableValuesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListDataTableAttributesCommand, } from "../commands/ListDataTableAttributesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateListDataTableAttributes = createPaginator(ConnectClient, ListDataTableAttributesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListDataTablePrimaryValuesCommand, } from "../commands/ListDataTablePrimaryValuesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateListDataTablePrimaryValues = createPaginator(ConnectClient, ListDataTablePrimaryValuesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListDataTableValuesCommand, } from "../commands/ListDataTableValuesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateListDataTableValues = createPaginator(ConnectClient, ListDataTableValuesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListDataTablesCommand, } from "../commands/ListDataTablesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateListDataTables = createPaginator(ConnectClient, ListDataTablesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListWorkspacePagesCommand, } from "../commands/ListWorkspacePagesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateListWorkspacePages = createPaginator(ConnectClient, ListWorkspacePagesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListWorkspacesCommand, } from "../commands/ListWorkspacesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateListWorkspaces = createPaginator(ConnectClient, ListWorkspacesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { SearchDataTablesCommand, } from "../commands/SearchDataTablesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateSearchDataTables = createPaginator(ConnectClient, SearchDataTablesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { SearchViewsCommand } from "../commands/SearchViewsCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateSearchViews = createPaginator(ConnectClient, SearchViewsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { SearchWorkspaceAssociationsCommand, } from "../commands/SearchWorkspaceAssociationsCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateSearchWorkspaceAssociations = createPaginator(ConnectClient, SearchWorkspaceAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { SearchWorkspacesCommand, } from "../commands/SearchWorkspacesCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateSearchWorkspaces = createPaginator(ConnectClient, SearchWorkspacesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./EvaluateDataTableValuesPaginator";
|
|
1
2
|
export * from "./GetCurrentMetricDataPaginator";
|
|
2
3
|
export * from "./GetCurrentUserDataPaginator";
|
|
3
4
|
export * from "./GetMetricDataPaginator";
|
|
@@ -14,6 +15,10 @@ export * from "./ListContactFlowModulesPaginator";
|
|
|
14
15
|
export * from "./ListContactFlowVersionsPaginator";
|
|
15
16
|
export * from "./ListContactFlowsPaginator";
|
|
16
17
|
export * from "./ListContactReferencesPaginator";
|
|
18
|
+
export * from "./ListDataTableAttributesPaginator";
|
|
19
|
+
export * from "./ListDataTablePrimaryValuesPaginator";
|
|
20
|
+
export * from "./ListDataTableValuesPaginator";
|
|
21
|
+
export * from "./ListDataTablesPaginator";
|
|
17
22
|
export * from "./ListDefaultVocabulariesPaginator";
|
|
18
23
|
export * from "./ListEvaluationFormVersionsPaginator";
|
|
19
24
|
export * from "./ListEvaluationFormsPaginator";
|
|
@@ -51,11 +56,14 @@ export * from "./ListUserProficienciesPaginator";
|
|
|
51
56
|
export * from "./ListUsersPaginator";
|
|
52
57
|
export * from "./ListViewVersionsPaginator";
|
|
53
58
|
export * from "./ListViewsPaginator";
|
|
59
|
+
export * from "./ListWorkspacePagesPaginator";
|
|
60
|
+
export * from "./ListWorkspacesPaginator";
|
|
54
61
|
export * from "./SearchAgentStatusesPaginator";
|
|
55
62
|
export * from "./SearchAvailablePhoneNumbersPaginator";
|
|
56
63
|
export * from "./SearchContactFlowModulesPaginator";
|
|
57
64
|
export * from "./SearchContactFlowsPaginator";
|
|
58
65
|
export * from "./SearchContactsPaginator";
|
|
66
|
+
export * from "./SearchDataTablesPaginator";
|
|
59
67
|
export * from "./SearchHoursOfOperationOverridesPaginator";
|
|
60
68
|
export * from "./SearchHoursOfOperationsPaginator";
|
|
61
69
|
export * from "./SearchPredefinedAttributesPaginator";
|
|
@@ -67,4 +75,7 @@ export * from "./SearchRoutingProfilesPaginator";
|
|
|
67
75
|
export * from "./SearchSecurityProfilesPaginator";
|
|
68
76
|
export * from "./SearchUserHierarchyGroupsPaginator";
|
|
69
77
|
export * from "./SearchUsersPaginator";
|
|
78
|
+
export * from "./SearchViewsPaginator";
|
|
70
79
|
export * from "./SearchVocabulariesPaginator";
|
|
80
|
+
export * from "./SearchWorkspaceAssociationsPaginator";
|
|
81
|
+
export * from "./SearchWorkspacesPaginator";
|