@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
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AccessType,
|
|
2
3
|
ActionType,
|
|
3
4
|
AgentAvailabilityTimer,
|
|
4
5
|
AgentStatusState,
|
|
5
6
|
AgentStatusType,
|
|
7
|
+
AiUseCase,
|
|
6
8
|
AllowedUserAction,
|
|
9
|
+
ApplicationType,
|
|
7
10
|
AttachedFileInvalidRequestExceptionReason,
|
|
8
11
|
AttachedFileServiceQuotaExceededExceptionReason,
|
|
9
12
|
BehaviorType,
|
|
@@ -11,14 +14,21 @@ import {
|
|
|
11
14
|
ContactFlowStatus,
|
|
12
15
|
ContactFlowType,
|
|
13
16
|
ContactInitiationMethod,
|
|
17
|
+
ContactInteractionType,
|
|
14
18
|
ContactState,
|
|
19
|
+
DataTableAttributeValueType,
|
|
20
|
+
DataTableLockLevel,
|
|
21
|
+
DataTableStatus,
|
|
15
22
|
DeviceType,
|
|
16
23
|
DirectoryType,
|
|
17
24
|
EncryptionType,
|
|
18
25
|
EndpointType,
|
|
26
|
+
EntityType,
|
|
19
27
|
EvaluationFormItemEnablementSourceType,
|
|
20
28
|
EvaluationFormItemEnablementSourceValueType,
|
|
21
29
|
EvaluationFormItemSourceValuesComparator,
|
|
30
|
+
EvaluationFormLanguageCode,
|
|
31
|
+
EvaluationFormMultiSelectQuestionDisplayMode,
|
|
22
32
|
EvaluationFormQuestionAutomationAnswerSourceType,
|
|
23
33
|
EvaluationFormScoringMode,
|
|
24
34
|
EvaluationFormScoringStatus,
|
|
@@ -28,11 +38,12 @@ import {
|
|
|
28
38
|
FileStatusType,
|
|
29
39
|
FileUseCaseType,
|
|
30
40
|
FlowAssociationResourceType,
|
|
41
|
+
FlowModuleType,
|
|
31
42
|
HoursOfOperationDays,
|
|
32
43
|
InstanceStorageResourceType,
|
|
33
44
|
IntegrationType,
|
|
34
45
|
ListFlowAssociationResourceType,
|
|
35
|
-
|
|
46
|
+
MultiSelectQuestionRuleCategoryAutomationCondition,
|
|
36
47
|
NotificationContentType,
|
|
37
48
|
NotificationDeliveryType,
|
|
38
49
|
NumericQuestionPropertyAutomationLabel,
|
|
@@ -40,11 +51,9 @@ import {
|
|
|
40
51
|
OverrideDays,
|
|
41
52
|
ParticipantRole,
|
|
42
53
|
ParticipantState,
|
|
43
|
-
ParticipantType,
|
|
44
54
|
PhoneType,
|
|
45
55
|
PropertyValidationExceptionReason,
|
|
46
56
|
QuickConnectType,
|
|
47
|
-
RecordingStatus,
|
|
48
57
|
ReferenceStatus,
|
|
49
58
|
ReferenceType,
|
|
50
59
|
RehydrationType,
|
|
@@ -54,7 +63,6 @@ import {
|
|
|
54
63
|
SlaAssignmentType,
|
|
55
64
|
SlaType,
|
|
56
65
|
SourceType,
|
|
57
|
-
Status,
|
|
58
66
|
StorageType,
|
|
59
67
|
StringComparisonType,
|
|
60
68
|
TaskTemplateFieldType,
|
|
@@ -65,6 +73,7 @@ import {
|
|
|
65
73
|
ViewType,
|
|
66
74
|
VocabularyLanguageCode,
|
|
67
75
|
VocabularyState,
|
|
76
|
+
WorkspaceFontFamily,
|
|
68
77
|
} from "./enums";
|
|
69
78
|
export interface ActionSummary {
|
|
70
79
|
ActionType: ActionType | undefined;
|
|
@@ -222,6 +231,11 @@ export interface AgentStatusSummary {
|
|
|
222
231
|
LastModifiedTime?: Date | undefined;
|
|
223
232
|
LastModifiedRegion?: string | undefined;
|
|
224
233
|
}
|
|
234
|
+
export interface AiAgentInfo {
|
|
235
|
+
AiUseCase?: AiUseCase | undefined;
|
|
236
|
+
AiAgentVersionId?: string | undefined;
|
|
237
|
+
AiAgentEscalated?: boolean | undefined;
|
|
238
|
+
}
|
|
225
239
|
export interface AliasConfiguration {
|
|
226
240
|
EmailAddressId: string | undefined;
|
|
227
241
|
}
|
|
@@ -229,6 +243,10 @@ export interface AllowedCapabilities {
|
|
|
229
243
|
Customer?: ParticipantCapabilities | undefined;
|
|
230
244
|
Agent?: ParticipantCapabilities | undefined;
|
|
231
245
|
}
|
|
246
|
+
export interface FlowModule {
|
|
247
|
+
Type?: FlowModuleType | undefined;
|
|
248
|
+
FlowModuleId?: string | undefined;
|
|
249
|
+
}
|
|
232
250
|
export interface AssociateAnalyticsDataSetRequest {
|
|
233
251
|
InstanceId: string | undefined;
|
|
234
252
|
DataSetId: string | undefined;
|
|
@@ -407,6 +425,15 @@ export interface AssociateSecurityKeyRequest {
|
|
|
407
425
|
export interface AssociateSecurityKeyResponse {
|
|
408
426
|
AssociationId?: string | undefined;
|
|
409
427
|
}
|
|
428
|
+
export interface SecurityProfileItem {
|
|
429
|
+
Id?: string | undefined;
|
|
430
|
+
}
|
|
431
|
+
export interface AssociateSecurityProfilesRequest {
|
|
432
|
+
InstanceId: string | undefined;
|
|
433
|
+
SecurityProfiles: SecurityProfileItem[] | undefined;
|
|
434
|
+
EntityType: EntityType | undefined;
|
|
435
|
+
EntityArn: string | undefined;
|
|
436
|
+
}
|
|
410
437
|
export interface AssociateTrafficDistributionGroupUserRequest {
|
|
411
438
|
TrafficDistributionGroupId: string | undefined;
|
|
412
439
|
UserId: string | undefined;
|
|
@@ -423,6 +450,23 @@ export interface AssociateUserProficienciesRequest {
|
|
|
423
450
|
UserId: string | undefined;
|
|
424
451
|
UserProficiencies: UserProficiency[] | undefined;
|
|
425
452
|
}
|
|
453
|
+
export interface AssociateWorkspaceRequest {
|
|
454
|
+
InstanceId: string | undefined;
|
|
455
|
+
WorkspaceId: string | undefined;
|
|
456
|
+
ResourceArns: string[] | undefined;
|
|
457
|
+
}
|
|
458
|
+
export interface FailedBatchAssociationSummary {
|
|
459
|
+
ResourceArn?: string | undefined;
|
|
460
|
+
ErrorCode?: string | undefined;
|
|
461
|
+
ErrorMessage?: string | undefined;
|
|
462
|
+
}
|
|
463
|
+
export interface SuccessfulBatchAssociationSummary {
|
|
464
|
+
ResourceArn?: string | undefined;
|
|
465
|
+
}
|
|
466
|
+
export interface AssociateWorkspaceResponse {
|
|
467
|
+
SuccessfulList?: SuccessfulBatchAssociationSummary[] | undefined;
|
|
468
|
+
FailedList?: FailedBatchAssociationSummary[] | undefined;
|
|
469
|
+
}
|
|
426
470
|
export interface BatchAssociateAnalyticsDataSetRequest {
|
|
427
471
|
InstanceId: string | undefined;
|
|
428
472
|
DataSetIds: string[] | undefined;
|
|
@@ -443,6 +487,101 @@ export interface BatchAssociateAnalyticsDataSetResponse {
|
|
|
443
487
|
Created?: AnalyticsDataAssociationResult[] | undefined;
|
|
444
488
|
Errors?: ErrorResult[] | undefined;
|
|
445
489
|
}
|
|
490
|
+
export interface DataTableLockVersion {
|
|
491
|
+
DataTable?: string | undefined;
|
|
492
|
+
Attribute?: string | undefined;
|
|
493
|
+
PrimaryValues?: string | undefined;
|
|
494
|
+
Value?: string | undefined;
|
|
495
|
+
}
|
|
496
|
+
export interface PrimaryValue {
|
|
497
|
+
AttributeName: string | undefined;
|
|
498
|
+
Value: string | undefined;
|
|
499
|
+
}
|
|
500
|
+
export interface DataTableValue {
|
|
501
|
+
PrimaryValues?: PrimaryValue[] | undefined;
|
|
502
|
+
AttributeName: string | undefined;
|
|
503
|
+
Value: string | undefined;
|
|
504
|
+
LockVersion?: DataTableLockVersion | undefined;
|
|
505
|
+
LastModifiedTime?: Date | undefined;
|
|
506
|
+
LastModifiedRegion?: string | undefined;
|
|
507
|
+
}
|
|
508
|
+
export interface BatchCreateDataTableValueRequest {
|
|
509
|
+
InstanceId: string | undefined;
|
|
510
|
+
DataTableId: string | undefined;
|
|
511
|
+
Values: DataTableValue[] | undefined;
|
|
512
|
+
}
|
|
513
|
+
export interface BatchCreateDataTableValueFailureResult {
|
|
514
|
+
PrimaryValues: PrimaryValue[] | undefined;
|
|
515
|
+
AttributeName: string | undefined;
|
|
516
|
+
Message: string | undefined;
|
|
517
|
+
}
|
|
518
|
+
export interface BatchCreateDataTableValueSuccessResult {
|
|
519
|
+
PrimaryValues: PrimaryValue[] | undefined;
|
|
520
|
+
AttributeName: string | undefined;
|
|
521
|
+
RecordId: string | undefined;
|
|
522
|
+
LockVersion: DataTableLockVersion | undefined;
|
|
523
|
+
}
|
|
524
|
+
export interface BatchCreateDataTableValueResponse {
|
|
525
|
+
Successful: BatchCreateDataTableValueSuccessResult[] | undefined;
|
|
526
|
+
Failed: BatchCreateDataTableValueFailureResult[] | undefined;
|
|
527
|
+
}
|
|
528
|
+
export interface DataTableDeleteValueIdentifier {
|
|
529
|
+
PrimaryValues?: PrimaryValue[] | undefined;
|
|
530
|
+
AttributeName: string | undefined;
|
|
531
|
+
LockVersion: DataTableLockVersion | undefined;
|
|
532
|
+
}
|
|
533
|
+
export interface BatchDeleteDataTableValueRequest {
|
|
534
|
+
InstanceId: string | undefined;
|
|
535
|
+
DataTableId: string | undefined;
|
|
536
|
+
Values: DataTableDeleteValueIdentifier[] | undefined;
|
|
537
|
+
}
|
|
538
|
+
export interface BatchDeleteDataTableValueFailureResult {
|
|
539
|
+
PrimaryValues: PrimaryValue[] | undefined;
|
|
540
|
+
AttributeName: string | undefined;
|
|
541
|
+
Message: string | undefined;
|
|
542
|
+
}
|
|
543
|
+
export interface BatchDeleteDataTableValueSuccessResult {
|
|
544
|
+
PrimaryValues: PrimaryValue[] | undefined;
|
|
545
|
+
AttributeName: string | undefined;
|
|
546
|
+
LockVersion: DataTableLockVersion | undefined;
|
|
547
|
+
}
|
|
548
|
+
export interface BatchDeleteDataTableValueResponse {
|
|
549
|
+
Successful: BatchDeleteDataTableValueSuccessResult[] | undefined;
|
|
550
|
+
Failed: BatchDeleteDataTableValueFailureResult[] | undefined;
|
|
551
|
+
}
|
|
552
|
+
export interface DataTableValueIdentifier {
|
|
553
|
+
PrimaryValues?: PrimaryValue[] | undefined;
|
|
554
|
+
AttributeName: string | undefined;
|
|
555
|
+
}
|
|
556
|
+
export interface BatchDescribeDataTableValueRequest {
|
|
557
|
+
InstanceId: string | undefined;
|
|
558
|
+
DataTableId: string | undefined;
|
|
559
|
+
Values: DataTableValueIdentifier[] | undefined;
|
|
560
|
+
}
|
|
561
|
+
export interface BatchDescribeDataTableValueFailureResult {
|
|
562
|
+
PrimaryValues: PrimaryValue[] | undefined;
|
|
563
|
+
AttributeName: string | undefined;
|
|
564
|
+
Message: string | undefined;
|
|
565
|
+
}
|
|
566
|
+
export interface PrimaryValueResponse {
|
|
567
|
+
AttributeName?: string | undefined;
|
|
568
|
+
AttributeId?: string | undefined;
|
|
569
|
+
Value?: string | undefined;
|
|
570
|
+
}
|
|
571
|
+
export interface BatchDescribeDataTableValueSuccessResult {
|
|
572
|
+
RecordId: string | undefined;
|
|
573
|
+
AttributeId: string | undefined;
|
|
574
|
+
PrimaryValues: PrimaryValueResponse[] | undefined;
|
|
575
|
+
AttributeName: string | undefined;
|
|
576
|
+
Value?: string | undefined;
|
|
577
|
+
LockVersion: DataTableLockVersion | undefined;
|
|
578
|
+
LastModifiedTime?: Date | undefined;
|
|
579
|
+
LastModifiedRegion?: string | undefined;
|
|
580
|
+
}
|
|
581
|
+
export interface BatchDescribeDataTableValueResponse {
|
|
582
|
+
Successful: BatchDescribeDataTableValueSuccessResult[] | undefined;
|
|
583
|
+
Failed: BatchDescribeDataTableValueFailureResult[] | undefined;
|
|
584
|
+
}
|
|
446
585
|
export interface BatchDisassociateAnalyticsDataSetRequest {
|
|
447
586
|
InstanceId: string | undefined;
|
|
448
587
|
DataSetIds: string[] | undefined;
|
|
@@ -558,6 +697,25 @@ export interface BatchPutContactResponse {
|
|
|
558
697
|
SuccessfulRequestList?: SuccessfulRequest[] | undefined;
|
|
559
698
|
FailedRequestList?: FailedRequest[] | undefined;
|
|
560
699
|
}
|
|
700
|
+
export interface BatchUpdateDataTableValueRequest {
|
|
701
|
+
InstanceId: string | undefined;
|
|
702
|
+
DataTableId: string | undefined;
|
|
703
|
+
Values: DataTableValue[] | undefined;
|
|
704
|
+
}
|
|
705
|
+
export interface BatchUpdateDataTableValueFailureResult {
|
|
706
|
+
PrimaryValues: PrimaryValue[] | undefined;
|
|
707
|
+
AttributeName: string | undefined;
|
|
708
|
+
Message: string | undefined;
|
|
709
|
+
}
|
|
710
|
+
export interface BatchUpdateDataTableValueSuccessResult {
|
|
711
|
+
PrimaryValues: PrimaryValue[] | undefined;
|
|
712
|
+
AttributeName: string | undefined;
|
|
713
|
+
LockVersion: DataTableLockVersion | undefined;
|
|
714
|
+
}
|
|
715
|
+
export interface BatchUpdateDataTableValueResponse {
|
|
716
|
+
Successful: BatchUpdateDataTableValueSuccessResult[] | undefined;
|
|
717
|
+
Failed: BatchUpdateDataTableValueFailureResult[] | undefined;
|
|
718
|
+
}
|
|
561
719
|
export interface ClaimPhoneNumberRequest {
|
|
562
720
|
TargetArn?: string | undefined;
|
|
563
721
|
InstanceId?: string | undefined;
|
|
@@ -670,6 +828,51 @@ export interface CreateContactFlowVersionResponse {
|
|
|
670
828
|
ContactFlowArn?: string | undefined;
|
|
671
829
|
Version?: number | undefined;
|
|
672
830
|
}
|
|
831
|
+
export interface CreateDataTableRequest {
|
|
832
|
+
InstanceId: string | undefined;
|
|
833
|
+
Name: string | undefined;
|
|
834
|
+
Description?: string | undefined;
|
|
835
|
+
TimeZone: string | undefined;
|
|
836
|
+
ValueLockLevel: DataTableLockLevel | undefined;
|
|
837
|
+
Status: DataTableStatus | undefined;
|
|
838
|
+
Tags?: Record<string, string> | undefined;
|
|
839
|
+
}
|
|
840
|
+
export interface CreateDataTableResponse {
|
|
841
|
+
Id: string | undefined;
|
|
842
|
+
Arn: string | undefined;
|
|
843
|
+
LockVersion: DataTableLockVersion | undefined;
|
|
844
|
+
}
|
|
845
|
+
export interface ValidationEnum {
|
|
846
|
+
Strict?: boolean | undefined;
|
|
847
|
+
Values?: string[] | undefined;
|
|
848
|
+
}
|
|
849
|
+
export interface Validation {
|
|
850
|
+
MinLength?: number | undefined;
|
|
851
|
+
MaxLength?: number | undefined;
|
|
852
|
+
MinValues?: number | undefined;
|
|
853
|
+
MaxValues?: number | undefined;
|
|
854
|
+
IgnoreCase?: boolean | undefined;
|
|
855
|
+
Minimum?: number | undefined;
|
|
856
|
+
Maximum?: number | undefined;
|
|
857
|
+
ExclusiveMinimum?: number | undefined;
|
|
858
|
+
ExclusiveMaximum?: number | undefined;
|
|
859
|
+
MultipleOf?: number | undefined;
|
|
860
|
+
Enum?: ValidationEnum | undefined;
|
|
861
|
+
}
|
|
862
|
+
export interface CreateDataTableAttributeRequest {
|
|
863
|
+
InstanceId: string | undefined;
|
|
864
|
+
DataTableId: string | undefined;
|
|
865
|
+
Name: string | undefined;
|
|
866
|
+
ValueType: DataTableAttributeValueType | undefined;
|
|
867
|
+
Description?: string | undefined;
|
|
868
|
+
Primary?: boolean | undefined;
|
|
869
|
+
Validation?: Validation | undefined;
|
|
870
|
+
}
|
|
871
|
+
export interface CreateDataTableAttributeResponse {
|
|
872
|
+
Name: string | undefined;
|
|
873
|
+
AttributeId?: string | undefined;
|
|
874
|
+
LockVersion: DataTableLockVersion | undefined;
|
|
875
|
+
}
|
|
673
876
|
export interface CreateEmailAddressRequest {
|
|
674
877
|
Description?: string | undefined;
|
|
675
878
|
InstanceId: string | undefined;
|
|
@@ -701,6 +904,42 @@ export interface EvaluationFormItemEnablementExpression {
|
|
|
701
904
|
export interface EvaluationFormQuestionAutomationAnswerSource {
|
|
702
905
|
SourceType: EvaluationFormQuestionAutomationAnswerSourceType | undefined;
|
|
703
906
|
}
|
|
907
|
+
export interface MultiSelectQuestionRuleCategoryAutomation {
|
|
908
|
+
Category: string | undefined;
|
|
909
|
+
Condition: MultiSelectQuestionRuleCategoryAutomationCondition | undefined;
|
|
910
|
+
OptionRefIds: string[] | undefined;
|
|
911
|
+
}
|
|
912
|
+
export type EvaluationFormMultiSelectQuestionAutomationOption =
|
|
913
|
+
| EvaluationFormMultiSelectQuestionAutomationOption.RuleCategoryMember
|
|
914
|
+
| EvaluationFormMultiSelectQuestionAutomationOption.$UnknownMember;
|
|
915
|
+
export declare namespace EvaluationFormMultiSelectQuestionAutomationOption {
|
|
916
|
+
interface RuleCategoryMember {
|
|
917
|
+
RuleCategory: MultiSelectQuestionRuleCategoryAutomation;
|
|
918
|
+
$unknown?: never;
|
|
919
|
+
}
|
|
920
|
+
interface $UnknownMember {
|
|
921
|
+
RuleCategory?: never;
|
|
922
|
+
$unknown: [string, any];
|
|
923
|
+
}
|
|
924
|
+
interface Visitor<T> {
|
|
925
|
+
RuleCategory: (value: MultiSelectQuestionRuleCategoryAutomation) => T;
|
|
926
|
+
_: (name: string, value: any) => T;
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
export interface EvaluationFormMultiSelectQuestionAutomation {
|
|
930
|
+
Options?: EvaluationFormMultiSelectQuestionAutomationOption[] | undefined;
|
|
931
|
+
DefaultOptionRefIds?: string[] | undefined;
|
|
932
|
+
AnswerSource?: EvaluationFormQuestionAutomationAnswerSource | undefined;
|
|
933
|
+
}
|
|
934
|
+
export interface EvaluationFormMultiSelectQuestionOption {
|
|
935
|
+
RefId: string | undefined;
|
|
936
|
+
Text: string | undefined;
|
|
937
|
+
}
|
|
938
|
+
export interface EvaluationFormMultiSelectQuestionProperties {
|
|
939
|
+
Options: EvaluationFormMultiSelectQuestionOption[] | undefined;
|
|
940
|
+
DisplayAs?: EvaluationFormMultiSelectQuestionDisplayMode | undefined;
|
|
941
|
+
Automation?: EvaluationFormMultiSelectQuestionAutomation | undefined;
|
|
942
|
+
}
|
|
704
943
|
export interface NumericQuestionPropertyValueAutomation {
|
|
705
944
|
Label: NumericQuestionPropertyAutomationLabel | undefined;
|
|
706
945
|
}
|
|
@@ -792,6 +1031,7 @@ export interface EvaluationFormTextQuestionProperties {
|
|
|
792
1031
|
Automation?: EvaluationFormTextQuestionAutomation | undefined;
|
|
793
1032
|
}
|
|
794
1033
|
export type EvaluationFormQuestionTypeProperties =
|
|
1034
|
+
| EvaluationFormQuestionTypeProperties.MultiSelectMember
|
|
795
1035
|
| EvaluationFormQuestionTypeProperties.NumericMember
|
|
796
1036
|
| EvaluationFormQuestionTypeProperties.SingleSelectMember
|
|
797
1037
|
| EvaluationFormQuestionTypeProperties.TextMember
|
|
@@ -801,37 +1041,55 @@ export declare namespace EvaluationFormQuestionTypeProperties {
|
|
|
801
1041
|
Numeric: EvaluationFormNumericQuestionProperties;
|
|
802
1042
|
SingleSelect?: never;
|
|
803
1043
|
Text?: never;
|
|
1044
|
+
MultiSelect?: never;
|
|
804
1045
|
$unknown?: never;
|
|
805
1046
|
}
|
|
806
1047
|
interface SingleSelectMember {
|
|
807
1048
|
Numeric?: never;
|
|
808
1049
|
SingleSelect: EvaluationFormSingleSelectQuestionProperties;
|
|
809
1050
|
Text?: never;
|
|
1051
|
+
MultiSelect?: never;
|
|
810
1052
|
$unknown?: never;
|
|
811
1053
|
}
|
|
812
1054
|
interface TextMember {
|
|
813
1055
|
Numeric?: never;
|
|
814
1056
|
SingleSelect?: never;
|
|
815
1057
|
Text: EvaluationFormTextQuestionProperties;
|
|
1058
|
+
MultiSelect?: never;
|
|
1059
|
+
$unknown?: never;
|
|
1060
|
+
}
|
|
1061
|
+
interface MultiSelectMember {
|
|
1062
|
+
Numeric?: never;
|
|
1063
|
+
SingleSelect?: never;
|
|
1064
|
+
Text?: never;
|
|
1065
|
+
MultiSelect: EvaluationFormMultiSelectQuestionProperties;
|
|
816
1066
|
$unknown?: never;
|
|
817
1067
|
}
|
|
818
1068
|
interface $UnknownMember {
|
|
819
1069
|
Numeric?: never;
|
|
820
1070
|
SingleSelect?: never;
|
|
821
1071
|
Text?: never;
|
|
1072
|
+
MultiSelect?: never;
|
|
822
1073
|
$unknown: [string, any];
|
|
823
1074
|
}
|
|
824
1075
|
interface Visitor<T> {
|
|
825
1076
|
Numeric: (value: EvaluationFormNumericQuestionProperties) => T;
|
|
826
1077
|
SingleSelect: (value: EvaluationFormSingleSelectQuestionProperties) => T;
|
|
827
1078
|
Text: (value: EvaluationFormTextQuestionProperties) => T;
|
|
1079
|
+
MultiSelect: (value: EvaluationFormMultiSelectQuestionProperties) => T;
|
|
828
1080
|
_: (name: string, value: any) => T;
|
|
829
1081
|
}
|
|
830
1082
|
}
|
|
1083
|
+
export interface EvaluationFormLanguageConfiguration {
|
|
1084
|
+
FormLanguage?: EvaluationFormLanguageCode | undefined;
|
|
1085
|
+
}
|
|
831
1086
|
export interface EvaluationFormScoringStrategy {
|
|
832
1087
|
Mode: EvaluationFormScoringMode | undefined;
|
|
833
1088
|
Status: EvaluationFormScoringStatus | undefined;
|
|
834
1089
|
}
|
|
1090
|
+
export interface EvaluationFormTargetConfiguration {
|
|
1091
|
+
ContactInteractionType: ContactInteractionType | undefined;
|
|
1092
|
+
}
|
|
835
1093
|
export interface CreateEvaluationFormResponse {
|
|
836
1094
|
EvaluationFormId: string | undefined;
|
|
837
1095
|
EvaluationFormArn: string | undefined;
|
|
@@ -1010,6 +1268,9 @@ export interface CreateQueueResponse {
|
|
|
1010
1268
|
QueueArn?: string | undefined;
|
|
1011
1269
|
QueueId?: string | undefined;
|
|
1012
1270
|
}
|
|
1271
|
+
export interface FlowQuickConnectConfig {
|
|
1272
|
+
ContactFlowId: string | undefined;
|
|
1273
|
+
}
|
|
1013
1274
|
export interface PhoneNumberQuickConnectConfig {
|
|
1014
1275
|
PhoneNumber: string | undefined;
|
|
1015
1276
|
}
|
|
@@ -1026,6 +1287,7 @@ export interface QuickConnectConfig {
|
|
|
1026
1287
|
UserConfig?: UserQuickConnectConfig | undefined;
|
|
1027
1288
|
QueueConfig?: QueueQuickConnectConfig | undefined;
|
|
1028
1289
|
PhoneConfig?: PhoneNumberQuickConnectConfig | undefined;
|
|
1290
|
+
FlowConfig?: FlowQuickConnectConfig | undefined;
|
|
1029
1291
|
}
|
|
1030
1292
|
export interface CreateQuickConnectRequest {
|
|
1031
1293
|
InstanceId: string | undefined;
|
|
@@ -1152,6 +1414,25 @@ export interface CreateRuleResponse {
|
|
|
1152
1414
|
export interface Application {
|
|
1153
1415
|
Namespace?: string | undefined;
|
|
1154
1416
|
ApplicationPermissions?: string[] | undefined;
|
|
1417
|
+
Type?: ApplicationType | undefined;
|
|
1418
|
+
}
|
|
1419
|
+
export interface PrimaryAttributeValue {
|
|
1420
|
+
AccessType?: AccessType | undefined;
|
|
1421
|
+
AttributeName?: string | undefined;
|
|
1422
|
+
Values?: string[] | undefined;
|
|
1423
|
+
}
|
|
1424
|
+
export interface PrimaryAttributeAccessControlConfigurationItem {
|
|
1425
|
+
PrimaryAttributeValues?: PrimaryAttributeValue[] | undefined;
|
|
1426
|
+
}
|
|
1427
|
+
export interface DataTableAccessControlConfiguration {
|
|
1428
|
+
PrimaryAttributeAccessControlConfiguration?:
|
|
1429
|
+
| PrimaryAttributeAccessControlConfigurationItem
|
|
1430
|
+
| undefined;
|
|
1431
|
+
}
|
|
1432
|
+
export interface GranularAccessControlConfiguration {
|
|
1433
|
+
DataTableAccessControlConfiguration?:
|
|
1434
|
+
| DataTableAccessControlConfiguration
|
|
1435
|
+
| undefined;
|
|
1155
1436
|
}
|
|
1156
1437
|
export interface CreateSecurityProfileRequest {
|
|
1157
1438
|
SecurityProfileName: string | undefined;
|
|
@@ -1164,6 +1445,10 @@ export interface CreateSecurityProfileRequest {
|
|
|
1164
1445
|
Applications?: Application[] | undefined;
|
|
1165
1446
|
HierarchyRestrictedResources?: string[] | undefined;
|
|
1166
1447
|
AllowedAccessControlHierarchyGroupId?: string | undefined;
|
|
1448
|
+
AllowedFlowModules?: FlowModule[] | undefined;
|
|
1449
|
+
GranularAccessControlConfiguration?:
|
|
1450
|
+
| GranularAccessControlConfiguration
|
|
1451
|
+
| undefined;
|
|
1167
1452
|
}
|
|
1168
1453
|
export interface CreateSecurityProfileResponse {
|
|
1169
1454
|
SecurityProfileId?: string | undefined;
|
|
@@ -1339,6 +1624,80 @@ export interface CreateVocabularyResponse {
|
|
|
1339
1624
|
VocabularyId: string | undefined;
|
|
1340
1625
|
State: VocabularyState | undefined;
|
|
1341
1626
|
}
|
|
1627
|
+
export interface ImagesLogo {
|
|
1628
|
+
Default?: string | undefined;
|
|
1629
|
+
Favicon?: string | undefined;
|
|
1630
|
+
}
|
|
1631
|
+
export interface WorkspaceThemeImages {
|
|
1632
|
+
Logo?: ImagesLogo | undefined;
|
|
1633
|
+
}
|
|
1634
|
+
export interface PaletteCanvas {
|
|
1635
|
+
ContainerBackground?: string | undefined;
|
|
1636
|
+
PageBackground?: string | undefined;
|
|
1637
|
+
ActiveBackground?: string | undefined;
|
|
1638
|
+
}
|
|
1639
|
+
export interface PaletteHeader {
|
|
1640
|
+
Background?: string | undefined;
|
|
1641
|
+
Text?: string | undefined;
|
|
1642
|
+
TextHover?: string | undefined;
|
|
1643
|
+
InvertActionsColors?: boolean | undefined;
|
|
1644
|
+
}
|
|
1645
|
+
export interface PaletteNavigation {
|
|
1646
|
+
Background?: string | undefined;
|
|
1647
|
+
TextBackgroundHover?: string | undefined;
|
|
1648
|
+
TextBackgroundActive?: string | undefined;
|
|
1649
|
+
Text?: string | undefined;
|
|
1650
|
+
TextHover?: string | undefined;
|
|
1651
|
+
TextActive?: string | undefined;
|
|
1652
|
+
InvertActionsColors?: boolean | undefined;
|
|
1653
|
+
}
|
|
1654
|
+
export interface PalettePrimary {
|
|
1655
|
+
Default?: string | undefined;
|
|
1656
|
+
Active?: string | undefined;
|
|
1657
|
+
ContrastText?: string | undefined;
|
|
1658
|
+
}
|
|
1659
|
+
export interface WorkspaceThemePalette {
|
|
1660
|
+
Header?: PaletteHeader | undefined;
|
|
1661
|
+
Navigation?: PaletteNavigation | undefined;
|
|
1662
|
+
Canvas?: PaletteCanvas | undefined;
|
|
1663
|
+
Primary?: PalettePrimary | undefined;
|
|
1664
|
+
}
|
|
1665
|
+
export interface FontFamily {
|
|
1666
|
+
Default?: WorkspaceFontFamily | undefined;
|
|
1667
|
+
}
|
|
1668
|
+
export interface WorkspaceThemeTypography {
|
|
1669
|
+
FontFamily?: FontFamily | undefined;
|
|
1670
|
+
}
|
|
1671
|
+
export interface WorkspaceThemeConfig {
|
|
1672
|
+
Palette?: WorkspaceThemePalette | undefined;
|
|
1673
|
+
Images?: WorkspaceThemeImages | undefined;
|
|
1674
|
+
Typography?: WorkspaceThemeTypography | undefined;
|
|
1675
|
+
}
|
|
1676
|
+
export interface WorkspaceTheme {
|
|
1677
|
+
Light?: WorkspaceThemeConfig | undefined;
|
|
1678
|
+
Dark?: WorkspaceThemeConfig | undefined;
|
|
1679
|
+
}
|
|
1680
|
+
export interface CreateWorkspaceRequest {
|
|
1681
|
+
InstanceId: string | undefined;
|
|
1682
|
+
Name: string | undefined;
|
|
1683
|
+
Description?: string | undefined;
|
|
1684
|
+
Theme?: WorkspaceTheme | undefined;
|
|
1685
|
+
Title?: string | undefined;
|
|
1686
|
+
Tags?: Record<string, string> | undefined;
|
|
1687
|
+
}
|
|
1688
|
+
export interface CreateWorkspaceResponse {
|
|
1689
|
+
WorkspaceId: string | undefined;
|
|
1690
|
+
WorkspaceArn: string | undefined;
|
|
1691
|
+
}
|
|
1692
|
+
export interface CreateWorkspacePageRequest {
|
|
1693
|
+
InstanceId: string | undefined;
|
|
1694
|
+
WorkspaceId: string | undefined;
|
|
1695
|
+
ResourceArn: string | undefined;
|
|
1696
|
+
Page: string | undefined;
|
|
1697
|
+
Slug?: string | undefined;
|
|
1698
|
+
InputData?: string | undefined;
|
|
1699
|
+
}
|
|
1700
|
+
export interface CreateWorkspacePageResponse {}
|
|
1342
1701
|
export interface DeactivateEvaluationFormRequest {
|
|
1343
1702
|
InstanceId: string | undefined;
|
|
1344
1703
|
EvaluationFormId: string | undefined;
|
|
@@ -1369,275 +1728,3 @@ export interface DeleteContactFlowModuleRequest {
|
|
|
1369
1728
|
ContactFlowModuleId: string | undefined;
|
|
1370
1729
|
}
|
|
1371
1730
|
export interface DeleteContactFlowModuleResponse {}
|
|
1372
|
-
export interface DeleteContactFlowModuleAliasRequest {
|
|
1373
|
-
InstanceId: string | undefined;
|
|
1374
|
-
ContactFlowModuleId: string | undefined;
|
|
1375
|
-
AliasId: string | undefined;
|
|
1376
|
-
}
|
|
1377
|
-
export interface DeleteContactFlowModuleAliasResponse {}
|
|
1378
|
-
export interface DeleteContactFlowModuleVersionRequest {
|
|
1379
|
-
InstanceId: string | undefined;
|
|
1380
|
-
ContactFlowModuleId: string | undefined;
|
|
1381
|
-
ContactFlowModuleVersion: number | undefined;
|
|
1382
|
-
}
|
|
1383
|
-
export interface DeleteContactFlowModuleVersionResponse {}
|
|
1384
|
-
export interface DeleteContactFlowVersionRequest {
|
|
1385
|
-
InstanceId: string | undefined;
|
|
1386
|
-
ContactFlowId: string | undefined;
|
|
1387
|
-
ContactFlowVersion: number | undefined;
|
|
1388
|
-
}
|
|
1389
|
-
export interface DeleteContactFlowVersionResponse {}
|
|
1390
|
-
export interface DeleteEmailAddressRequest {
|
|
1391
|
-
InstanceId: string | undefined;
|
|
1392
|
-
EmailAddressId: string | undefined;
|
|
1393
|
-
}
|
|
1394
|
-
export interface DeleteEmailAddressResponse {}
|
|
1395
|
-
export interface DeleteEvaluationFormRequest {
|
|
1396
|
-
InstanceId: string | undefined;
|
|
1397
|
-
EvaluationFormId: string | undefined;
|
|
1398
|
-
EvaluationFormVersion?: number | undefined;
|
|
1399
|
-
}
|
|
1400
|
-
export interface DeleteHoursOfOperationRequest {
|
|
1401
|
-
InstanceId: string | undefined;
|
|
1402
|
-
HoursOfOperationId: string | undefined;
|
|
1403
|
-
}
|
|
1404
|
-
export interface DeleteHoursOfOperationOverrideRequest {
|
|
1405
|
-
InstanceId: string | undefined;
|
|
1406
|
-
HoursOfOperationId: string | undefined;
|
|
1407
|
-
HoursOfOperationOverrideId: string | undefined;
|
|
1408
|
-
}
|
|
1409
|
-
export interface DeleteInstanceRequest {
|
|
1410
|
-
InstanceId: string | undefined;
|
|
1411
|
-
ClientToken?: string | undefined;
|
|
1412
|
-
}
|
|
1413
|
-
export interface DeleteIntegrationAssociationRequest {
|
|
1414
|
-
InstanceId: string | undefined;
|
|
1415
|
-
IntegrationAssociationId: string | undefined;
|
|
1416
|
-
}
|
|
1417
|
-
export interface DeletePredefinedAttributeRequest {
|
|
1418
|
-
InstanceId: string | undefined;
|
|
1419
|
-
Name: string | undefined;
|
|
1420
|
-
}
|
|
1421
|
-
export interface DeletePromptRequest {
|
|
1422
|
-
InstanceId: string | undefined;
|
|
1423
|
-
PromptId: string | undefined;
|
|
1424
|
-
}
|
|
1425
|
-
export interface DeletePushNotificationRegistrationRequest {
|
|
1426
|
-
InstanceId: string | undefined;
|
|
1427
|
-
RegistrationId: string | undefined;
|
|
1428
|
-
ContactId: string | undefined;
|
|
1429
|
-
}
|
|
1430
|
-
export interface DeletePushNotificationRegistrationResponse {}
|
|
1431
|
-
export interface DeleteQueueRequest {
|
|
1432
|
-
InstanceId: string | undefined;
|
|
1433
|
-
QueueId: string | undefined;
|
|
1434
|
-
}
|
|
1435
|
-
export interface DeleteQuickConnectRequest {
|
|
1436
|
-
InstanceId: string | undefined;
|
|
1437
|
-
QuickConnectId: string | undefined;
|
|
1438
|
-
}
|
|
1439
|
-
export interface DeleteRoutingProfileRequest {
|
|
1440
|
-
InstanceId: string | undefined;
|
|
1441
|
-
RoutingProfileId: string | undefined;
|
|
1442
|
-
}
|
|
1443
|
-
export interface DeleteRuleRequest {
|
|
1444
|
-
InstanceId: string | undefined;
|
|
1445
|
-
RuleId: string | undefined;
|
|
1446
|
-
}
|
|
1447
|
-
export interface DeleteSecurityProfileRequest {
|
|
1448
|
-
InstanceId: string | undefined;
|
|
1449
|
-
SecurityProfileId: string | undefined;
|
|
1450
|
-
}
|
|
1451
|
-
export interface DeleteTaskTemplateRequest {
|
|
1452
|
-
InstanceId: string | undefined;
|
|
1453
|
-
TaskTemplateId: string | undefined;
|
|
1454
|
-
}
|
|
1455
|
-
export interface DeleteTaskTemplateResponse {}
|
|
1456
|
-
export interface DeleteTrafficDistributionGroupRequest {
|
|
1457
|
-
TrafficDistributionGroupId: string | undefined;
|
|
1458
|
-
}
|
|
1459
|
-
export interface DeleteTrafficDistributionGroupResponse {}
|
|
1460
|
-
export interface DeleteUseCaseRequest {
|
|
1461
|
-
InstanceId: string | undefined;
|
|
1462
|
-
IntegrationAssociationId: string | undefined;
|
|
1463
|
-
UseCaseId: string | undefined;
|
|
1464
|
-
}
|
|
1465
|
-
export interface DeleteUserRequest {
|
|
1466
|
-
InstanceId: string | undefined;
|
|
1467
|
-
UserId: string | undefined;
|
|
1468
|
-
}
|
|
1469
|
-
export interface DeleteUserHierarchyGroupRequest {
|
|
1470
|
-
HierarchyGroupId: string | undefined;
|
|
1471
|
-
InstanceId: string | undefined;
|
|
1472
|
-
}
|
|
1473
|
-
export interface DeleteViewRequest {
|
|
1474
|
-
InstanceId: string | undefined;
|
|
1475
|
-
ViewId: string | undefined;
|
|
1476
|
-
}
|
|
1477
|
-
export interface DeleteViewResponse {}
|
|
1478
|
-
export interface DeleteViewVersionRequest {
|
|
1479
|
-
InstanceId: string | undefined;
|
|
1480
|
-
ViewId: string | undefined;
|
|
1481
|
-
ViewVersion: number | undefined;
|
|
1482
|
-
}
|
|
1483
|
-
export interface DeleteViewVersionResponse {}
|
|
1484
|
-
export interface DeleteVocabularyRequest {
|
|
1485
|
-
InstanceId: string | undefined;
|
|
1486
|
-
VocabularyId: string | undefined;
|
|
1487
|
-
}
|
|
1488
|
-
export interface DeleteVocabularyResponse {
|
|
1489
|
-
VocabularyArn: string | undefined;
|
|
1490
|
-
VocabularyId: string | undefined;
|
|
1491
|
-
State: VocabularyState | undefined;
|
|
1492
|
-
}
|
|
1493
|
-
export interface DescribeAgentStatusRequest {
|
|
1494
|
-
InstanceId: string | undefined;
|
|
1495
|
-
AgentStatusId: string | undefined;
|
|
1496
|
-
}
|
|
1497
|
-
export interface DescribeAgentStatusResponse {
|
|
1498
|
-
AgentStatus?: AgentStatus | undefined;
|
|
1499
|
-
}
|
|
1500
|
-
export interface DescribeAuthenticationProfileRequest {
|
|
1501
|
-
AuthenticationProfileId: string | undefined;
|
|
1502
|
-
InstanceId: string | undefined;
|
|
1503
|
-
}
|
|
1504
|
-
export interface AuthenticationProfile {
|
|
1505
|
-
Id?: string | undefined;
|
|
1506
|
-
Arn?: string | undefined;
|
|
1507
|
-
Name?: string | undefined;
|
|
1508
|
-
Description?: string | undefined;
|
|
1509
|
-
AllowedIps?: string[] | undefined;
|
|
1510
|
-
BlockedIps?: string[] | undefined;
|
|
1511
|
-
IsDefault?: boolean | undefined;
|
|
1512
|
-
CreatedTime?: Date | undefined;
|
|
1513
|
-
LastModifiedTime?: Date | undefined;
|
|
1514
|
-
LastModifiedRegion?: string | undefined;
|
|
1515
|
-
PeriodicSessionDuration?: number | undefined;
|
|
1516
|
-
MaxSessionDuration?: number | undefined;
|
|
1517
|
-
SessionInactivityDuration?: number | undefined;
|
|
1518
|
-
SessionInactivityHandlingEnabled?: boolean | undefined;
|
|
1519
|
-
}
|
|
1520
|
-
export interface DescribeAuthenticationProfileResponse {
|
|
1521
|
-
AuthenticationProfile?: AuthenticationProfile | undefined;
|
|
1522
|
-
}
|
|
1523
|
-
export interface DescribeContactRequest {
|
|
1524
|
-
InstanceId: string | undefined;
|
|
1525
|
-
ContactId: string | undefined;
|
|
1526
|
-
}
|
|
1527
|
-
export interface ParticipantMetrics {
|
|
1528
|
-
ParticipantId?: string | undefined;
|
|
1529
|
-
ParticipantType?: ParticipantType | undefined;
|
|
1530
|
-
ConversationAbandon?: boolean | undefined;
|
|
1531
|
-
MessagesSent?: number | undefined;
|
|
1532
|
-
NumResponses?: number | undefined;
|
|
1533
|
-
MessageLengthInChars?: number | undefined;
|
|
1534
|
-
TotalResponseTimeInMillis?: number | undefined;
|
|
1535
|
-
MaxResponseTimeInMillis?: number | undefined;
|
|
1536
|
-
LastMessageTimestamp?: Date | undefined;
|
|
1537
|
-
}
|
|
1538
|
-
export interface ChatContactMetrics {
|
|
1539
|
-
MultiParty?: boolean | undefined;
|
|
1540
|
-
TotalMessages?: number | undefined;
|
|
1541
|
-
TotalBotMessages?: number | undefined;
|
|
1542
|
-
TotalBotMessageLengthInChars?: number | undefined;
|
|
1543
|
-
ConversationCloseTimeInMillis?: number | undefined;
|
|
1544
|
-
ConversationTurnCount?: number | undefined;
|
|
1545
|
-
AgentFirstResponseTimestamp?: Date | undefined;
|
|
1546
|
-
AgentFirstResponseTimeInMillis?: number | undefined;
|
|
1547
|
-
}
|
|
1548
|
-
export interface ChatMetrics {
|
|
1549
|
-
ChatContactMetrics?: ChatContactMetrics | undefined;
|
|
1550
|
-
AgentMetrics?: ParticipantMetrics | undefined;
|
|
1551
|
-
CustomerMetrics?: ParticipantMetrics | undefined;
|
|
1552
|
-
}
|
|
1553
|
-
export interface ContactDetails {
|
|
1554
|
-
Name?: string | undefined;
|
|
1555
|
-
Description?: string | undefined;
|
|
1556
|
-
}
|
|
1557
|
-
export interface ContactEvaluation {
|
|
1558
|
-
FormId?: string | undefined;
|
|
1559
|
-
EvaluationArn?: string | undefined;
|
|
1560
|
-
Status?: Status | undefined;
|
|
1561
|
-
StartTimestamp?: Date | undefined;
|
|
1562
|
-
EndTimestamp?: Date | undefined;
|
|
1563
|
-
DeleteTimestamp?: Date | undefined;
|
|
1564
|
-
ExportLocation?: string | undefined;
|
|
1565
|
-
}
|
|
1566
|
-
export interface Customer {
|
|
1567
|
-
DeviceInfo?: DeviceInfo | undefined;
|
|
1568
|
-
Capabilities?: ParticipantCapabilities | undefined;
|
|
1569
|
-
}
|
|
1570
|
-
export interface EndpointInfo {
|
|
1571
|
-
Type?: EndpointType | undefined;
|
|
1572
|
-
Address?: string | undefined;
|
|
1573
|
-
DisplayName?: string | undefined;
|
|
1574
|
-
}
|
|
1575
|
-
export interface CustomerVoiceActivity {
|
|
1576
|
-
GreetingStartTimestamp?: Date | undefined;
|
|
1577
|
-
GreetingEndTimestamp?: Date | undefined;
|
|
1578
|
-
}
|
|
1579
|
-
export interface DisconnectDetails {
|
|
1580
|
-
PotentialDisconnectIssue?: string | undefined;
|
|
1581
|
-
}
|
|
1582
|
-
export interface CustomerQualityMetrics {
|
|
1583
|
-
Audio?: AudioQualityMetricsInfo | undefined;
|
|
1584
|
-
}
|
|
1585
|
-
export interface QualityMetrics {
|
|
1586
|
-
Agent?: AgentQualityMetrics | undefined;
|
|
1587
|
-
Customer?: CustomerQualityMetrics | undefined;
|
|
1588
|
-
}
|
|
1589
|
-
export interface QueueInfo {
|
|
1590
|
-
Id?: string | undefined;
|
|
1591
|
-
EnqueueTimestamp?: Date | undefined;
|
|
1592
|
-
}
|
|
1593
|
-
export interface RecordingInfo {
|
|
1594
|
-
StorageType?: StorageType | undefined;
|
|
1595
|
-
Location?: string | undefined;
|
|
1596
|
-
MediaStreamType?: MediaStreamType | undefined;
|
|
1597
|
-
ParticipantType?: ParticipantType | undefined;
|
|
1598
|
-
FragmentStartNumber?: string | undefined;
|
|
1599
|
-
FragmentStopNumber?: string | undefined;
|
|
1600
|
-
StartTimestamp?: Date | undefined;
|
|
1601
|
-
StopTimestamp?: Date | undefined;
|
|
1602
|
-
Status?: RecordingStatus | undefined;
|
|
1603
|
-
DeletionReason?: string | undefined;
|
|
1604
|
-
}
|
|
1605
|
-
export interface Expiry {
|
|
1606
|
-
DurationInSeconds?: number | undefined;
|
|
1607
|
-
ExpiryTimestamp?: Date | undefined;
|
|
1608
|
-
}
|
|
1609
|
-
export interface MatchCriteria {
|
|
1610
|
-
AgentsCriteria?: AgentsCriteria | undefined;
|
|
1611
|
-
}
|
|
1612
|
-
export interface Range {
|
|
1613
|
-
MinProficiencyLevel?: number | undefined;
|
|
1614
|
-
MaxProficiencyLevel?: number | undefined;
|
|
1615
|
-
}
|
|
1616
|
-
export interface AttributeCondition {
|
|
1617
|
-
Name?: string | undefined;
|
|
1618
|
-
Value?: string | undefined;
|
|
1619
|
-
ProficiencyLevel?: number | undefined;
|
|
1620
|
-
Range?: Range | undefined;
|
|
1621
|
-
MatchCriteria?: MatchCriteria | undefined;
|
|
1622
|
-
ComparisonOperator?: string | undefined;
|
|
1623
|
-
}
|
|
1624
|
-
export interface TaskTemplateInfoV2 {
|
|
1625
|
-
Arn?: string | undefined;
|
|
1626
|
-
Name?: string | undefined;
|
|
1627
|
-
}
|
|
1628
|
-
export interface WisdomInfo {
|
|
1629
|
-
SessionArn?: string | undefined;
|
|
1630
|
-
}
|
|
1631
|
-
export interface DescribeContactEvaluationRequest {
|
|
1632
|
-
InstanceId: string | undefined;
|
|
1633
|
-
EvaluationId: string | undefined;
|
|
1634
|
-
}
|
|
1635
|
-
export interface EvaluationSuggestedAnswerTranscriptMillisecondOffsets {
|
|
1636
|
-
BeginOffsetMillis: number | undefined;
|
|
1637
|
-
}
|
|
1638
|
-
export interface EvaluationTranscriptPointOfInterest {
|
|
1639
|
-
MillisecondOffsets?:
|
|
1640
|
-
| EvaluationSuggestedAnswerTranscriptMillisecondOffsets
|
|
1641
|
-
| undefined;
|
|
1642
|
-
TranscriptSegment?: string | undefined;
|
|
1643
|
-
}
|