@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,106 +1,105 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
AgentStatusState,
|
|
2
|
+
ArtifactStatus,
|
|
4
3
|
AutoEvaluationStatus,
|
|
5
4
|
BooleanComparisonType,
|
|
6
5
|
Channel,
|
|
7
6
|
ChatEventType,
|
|
8
|
-
ContactFlowModuleState,
|
|
9
|
-
ContactFlowModuleStatus,
|
|
10
7
|
ContactFlowState,
|
|
11
8
|
ContactFlowStatus,
|
|
12
9
|
ContactFlowType,
|
|
13
10
|
ContactInitiationMethod,
|
|
11
|
+
ContactInteractionType,
|
|
12
|
+
ContactMediaProcessingFailureMode,
|
|
13
|
+
ContactParticipantRole,
|
|
14
14
|
ContactRecordingType,
|
|
15
|
+
DataTableAttributeValueType,
|
|
15
16
|
DateComparisonType,
|
|
16
17
|
DateTimeComparisonType,
|
|
17
18
|
DecimalComparisonType,
|
|
19
|
+
DirectoryType,
|
|
18
20
|
EmailHeaderType,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
EvaluationFormQuestionType,
|
|
21
|
+
EntityType,
|
|
22
|
+
EvaluationFormLanguageCode,
|
|
22
23
|
EvaluationFormVersionStatus,
|
|
23
24
|
EvaluationStatus,
|
|
24
25
|
EvaluationType,
|
|
26
|
+
EventSourceName,
|
|
25
27
|
FileStatusType,
|
|
26
28
|
FileUseCaseType,
|
|
27
29
|
HierarchyGroupMatchType,
|
|
28
30
|
InboundMessageSourceType,
|
|
29
|
-
|
|
31
|
+
InstanceStatus,
|
|
30
32
|
InstanceStorageResourceType,
|
|
33
|
+
IntegrationType,
|
|
31
34
|
IvrRecordingTrack,
|
|
32
|
-
|
|
35
|
+
ListFlowAssociationResourceType,
|
|
36
|
+
MediaType,
|
|
33
37
|
MonitorCapability,
|
|
34
38
|
NumberComparisonType,
|
|
35
39
|
OutboundMessageSourceType,
|
|
36
40
|
ParticipantRole,
|
|
37
|
-
ParticipantTimerAction,
|
|
38
|
-
ParticipantTimerType,
|
|
39
41
|
PhoneNumberCountryCode,
|
|
40
42
|
PhoneNumberType,
|
|
41
|
-
|
|
43
|
+
QueueType,
|
|
44
|
+
QuickConnectType,
|
|
45
|
+
RealTimeContactAnalysisOutputType,
|
|
46
|
+
RealTimeContactAnalysisPostContactSummaryFailureCode,
|
|
47
|
+
RealTimeContactAnalysisPostContactSummaryStatus,
|
|
48
|
+
RealTimeContactAnalysisSegmentType,
|
|
49
|
+
RealTimeContactAnalysisSentimentLabel,
|
|
50
|
+
RealTimeContactAnalysisStatus,
|
|
51
|
+
RealTimeContactAnalysisSupportedChannel,
|
|
52
|
+
ReferenceStatus,
|
|
53
|
+
ReferenceType,
|
|
42
54
|
RehydrationType,
|
|
55
|
+
ResponseMode,
|
|
43
56
|
RulePublishStatus,
|
|
44
|
-
SearchableQueueType,
|
|
45
57
|
SearchContactsMatchType,
|
|
46
58
|
SearchContactsTimeRangeConditionType,
|
|
47
59
|
SearchContactsTimeRangeType,
|
|
48
60
|
SortableFieldName,
|
|
49
61
|
SortOrder,
|
|
62
|
+
SourceType,
|
|
50
63
|
StringComparisonType,
|
|
51
64
|
TargetListType,
|
|
52
65
|
TaskTemplateStatus,
|
|
53
|
-
TimerEligibleParticipantRoles,
|
|
54
66
|
TrafficDistributionGroupStatus,
|
|
55
67
|
TrafficType,
|
|
56
68
|
UseCaseType,
|
|
57
69
|
ViewStatus,
|
|
58
70
|
ViewType,
|
|
71
|
+
Visibility,
|
|
59
72
|
VocabularyLanguageCode,
|
|
60
73
|
VocabularyState,
|
|
61
74
|
VoiceRecordingTrack,
|
|
62
75
|
} from "./enums";
|
|
63
76
|
import {
|
|
64
|
-
|
|
77
|
+
ActionSummary,
|
|
65
78
|
AgentHierarchyGroups,
|
|
66
79
|
AgentStatus,
|
|
67
80
|
AliasConfiguration,
|
|
68
|
-
AllowedCapabilities,
|
|
69
81
|
Application,
|
|
70
|
-
AttributeCondition,
|
|
71
82
|
ControlPlaneAttributeFilter,
|
|
72
83
|
CreatedByInfo,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
HoursOfOperationOverrideConfig,
|
|
77
|
-
InputPredefinedAttributeConfiguration,
|
|
84
|
+
DataTableLockVersion,
|
|
85
|
+
FlowAssociationSummary,
|
|
86
|
+
FlowModule,
|
|
78
87
|
InstanceStorageConfig,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
OutboundStrategy,
|
|
83
|
-
PredefinedAttributeValues,
|
|
84
|
-
QuickConnectConfig,
|
|
85
|
-
Reference,
|
|
86
|
-
RoutingProfileQueueConfig,
|
|
87
|
-
RuleAction,
|
|
88
|
+
LexBot,
|
|
89
|
+
PrimaryValueResponse,
|
|
90
|
+
SecurityProfileItem,
|
|
88
91
|
StringCondition,
|
|
89
92
|
TagCondition,
|
|
90
|
-
TaskTemplateConstraints,
|
|
91
|
-
TaskTemplateDefaults,
|
|
92
|
-
TaskTemplateField,
|
|
93
|
-
UserIdentityInfo,
|
|
94
93
|
UserPhoneConfig,
|
|
95
94
|
UserProficiency,
|
|
96
95
|
View,
|
|
97
|
-
ViewInputContent,
|
|
98
96
|
} from "./models_0";
|
|
99
97
|
import {
|
|
98
|
+
Attribute,
|
|
100
99
|
ContactFlow,
|
|
101
100
|
ContactFlowModule,
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
DataTable,
|
|
102
|
+
DataTableAttribute,
|
|
104
103
|
HierarchyGroup,
|
|
105
104
|
HierarchyGroupSummary,
|
|
106
105
|
HoursOfOperation,
|
|
@@ -110,1590 +109,1811 @@ import {
|
|
|
110
109
|
Queue,
|
|
111
110
|
QuickConnect,
|
|
112
111
|
RoutingProfile,
|
|
113
|
-
SignInConfig,
|
|
114
|
-
TelephonyConfig,
|
|
115
112
|
} from "./models_1";
|
|
116
|
-
export interface
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
113
|
+
export interface ContactFlowSummary {
|
|
114
|
+
Id?: string | undefined;
|
|
115
|
+
Arn?: string | undefined;
|
|
116
|
+
Name?: string | undefined;
|
|
117
|
+
ContactFlowType?: ContactFlowType | undefined;
|
|
118
|
+
ContactFlowState?: ContactFlowState | undefined;
|
|
119
|
+
ContactFlowStatus?: ContactFlowStatus | undefined;
|
|
120
120
|
}
|
|
121
|
-
export interface
|
|
122
|
-
|
|
121
|
+
export interface ListContactFlowsResponse {
|
|
122
|
+
ContactFlowSummaryList?: ContactFlowSummary[] | undefined;
|
|
123
123
|
NextToken?: string | undefined;
|
|
124
124
|
}
|
|
125
|
-
export interface
|
|
126
|
-
SecurityProfileId: string | undefined;
|
|
125
|
+
export interface ListContactFlowVersionsRequest {
|
|
127
126
|
InstanceId: string | undefined;
|
|
127
|
+
ContactFlowId: string | undefined;
|
|
128
128
|
NextToken?: string | undefined;
|
|
129
129
|
MaxResults?: number | undefined;
|
|
130
130
|
}
|
|
131
|
-
export interface
|
|
132
|
-
|
|
131
|
+
export interface ContactFlowVersionSummary {
|
|
132
|
+
Arn?: string | undefined;
|
|
133
|
+
VersionDescription?: string | undefined;
|
|
134
|
+
Version?: number | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface ListContactFlowVersionsResponse {
|
|
137
|
+
ContactFlowVersionSummaryList?: ContactFlowVersionSummary[] | undefined;
|
|
133
138
|
NextToken?: string | undefined;
|
|
134
|
-
LastModifiedTime?: Date | undefined;
|
|
135
|
-
LastModifiedRegion?: string | undefined;
|
|
136
139
|
}
|
|
137
|
-
export interface
|
|
138
|
-
|
|
140
|
+
export interface ListContactReferencesRequest {
|
|
141
|
+
InstanceId: string | undefined;
|
|
142
|
+
ContactId: string | undefined;
|
|
143
|
+
ReferenceTypes: ReferenceType[] | undefined;
|
|
144
|
+
NextToken?: string | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface AttachmentReference {
|
|
147
|
+
Name?: string | undefined;
|
|
148
|
+
Value?: string | undefined;
|
|
149
|
+
Status?: ReferenceStatus | undefined;
|
|
150
|
+
Arn?: string | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface DateReference {
|
|
153
|
+
Name?: string | undefined;
|
|
154
|
+
Value?: string | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface EmailReference {
|
|
157
|
+
Name?: string | undefined;
|
|
158
|
+
Value?: string | undefined;
|
|
159
|
+
}
|
|
160
|
+
export interface EmailMessageReference {
|
|
161
|
+
Name?: string | undefined;
|
|
162
|
+
Arn?: string | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface NumberReference {
|
|
165
|
+
Name?: string | undefined;
|
|
166
|
+
Value?: string | undefined;
|
|
167
|
+
}
|
|
168
|
+
export interface StringReference {
|
|
169
|
+
Name?: string | undefined;
|
|
170
|
+
Value?: string | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface UrlReference {
|
|
173
|
+
Name?: string | undefined;
|
|
174
|
+
Value?: string | undefined;
|
|
175
|
+
}
|
|
176
|
+
export type ReferenceSummary =
|
|
177
|
+
| ReferenceSummary.AttachmentMember
|
|
178
|
+
| ReferenceSummary.DateMember
|
|
179
|
+
| ReferenceSummary.EmailMember
|
|
180
|
+
| ReferenceSummary.EmailMessageMember
|
|
181
|
+
| ReferenceSummary.EmailMessagePlainTextMember
|
|
182
|
+
| ReferenceSummary.NumberMember
|
|
183
|
+
| ReferenceSummary.StringMember
|
|
184
|
+
| ReferenceSummary.UrlMember
|
|
185
|
+
| ReferenceSummary.$UnknownMember;
|
|
186
|
+
export declare namespace ReferenceSummary {
|
|
187
|
+
interface UrlMember {
|
|
188
|
+
Url: UrlReference;
|
|
189
|
+
Attachment?: never;
|
|
190
|
+
EmailMessage?: never;
|
|
191
|
+
EmailMessagePlainText?: never;
|
|
192
|
+
String?: never;
|
|
193
|
+
Number?: never;
|
|
194
|
+
Date?: never;
|
|
195
|
+
Email?: never;
|
|
196
|
+
$unknown?: never;
|
|
197
|
+
}
|
|
198
|
+
interface AttachmentMember {
|
|
199
|
+
Url?: never;
|
|
200
|
+
Attachment: AttachmentReference;
|
|
201
|
+
EmailMessage?: never;
|
|
202
|
+
EmailMessagePlainText?: never;
|
|
203
|
+
String?: never;
|
|
204
|
+
Number?: never;
|
|
205
|
+
Date?: never;
|
|
206
|
+
Email?: never;
|
|
207
|
+
$unknown?: never;
|
|
208
|
+
}
|
|
209
|
+
interface EmailMessageMember {
|
|
210
|
+
Url?: never;
|
|
211
|
+
Attachment?: never;
|
|
212
|
+
EmailMessage: EmailMessageReference;
|
|
213
|
+
EmailMessagePlainText?: never;
|
|
214
|
+
String?: never;
|
|
215
|
+
Number?: never;
|
|
216
|
+
Date?: never;
|
|
217
|
+
Email?: never;
|
|
218
|
+
$unknown?: never;
|
|
219
|
+
}
|
|
220
|
+
interface EmailMessagePlainTextMember {
|
|
221
|
+
Url?: never;
|
|
222
|
+
Attachment?: never;
|
|
223
|
+
EmailMessage?: never;
|
|
224
|
+
EmailMessagePlainText: EmailMessageReference;
|
|
225
|
+
String?: never;
|
|
226
|
+
Number?: never;
|
|
227
|
+
Date?: never;
|
|
228
|
+
Email?: never;
|
|
229
|
+
$unknown?: never;
|
|
230
|
+
}
|
|
231
|
+
interface StringMember {
|
|
232
|
+
Url?: never;
|
|
233
|
+
Attachment?: never;
|
|
234
|
+
EmailMessage?: never;
|
|
235
|
+
EmailMessagePlainText?: never;
|
|
236
|
+
String: StringReference;
|
|
237
|
+
Number?: never;
|
|
238
|
+
Date?: never;
|
|
239
|
+
Email?: never;
|
|
240
|
+
$unknown?: never;
|
|
241
|
+
}
|
|
242
|
+
interface NumberMember {
|
|
243
|
+
Url?: never;
|
|
244
|
+
Attachment?: never;
|
|
245
|
+
EmailMessage?: never;
|
|
246
|
+
EmailMessagePlainText?: never;
|
|
247
|
+
String?: never;
|
|
248
|
+
Number: NumberReference;
|
|
249
|
+
Date?: never;
|
|
250
|
+
Email?: never;
|
|
251
|
+
$unknown?: never;
|
|
252
|
+
}
|
|
253
|
+
interface DateMember {
|
|
254
|
+
Url?: never;
|
|
255
|
+
Attachment?: never;
|
|
256
|
+
EmailMessage?: never;
|
|
257
|
+
EmailMessagePlainText?: never;
|
|
258
|
+
String?: never;
|
|
259
|
+
Number?: never;
|
|
260
|
+
Date: DateReference;
|
|
261
|
+
Email?: never;
|
|
262
|
+
$unknown?: never;
|
|
263
|
+
}
|
|
264
|
+
interface EmailMember {
|
|
265
|
+
Url?: never;
|
|
266
|
+
Attachment?: never;
|
|
267
|
+
EmailMessage?: never;
|
|
268
|
+
EmailMessagePlainText?: never;
|
|
269
|
+
String?: never;
|
|
270
|
+
Number?: never;
|
|
271
|
+
Date?: never;
|
|
272
|
+
Email: EmailReference;
|
|
273
|
+
$unknown?: never;
|
|
274
|
+
}
|
|
275
|
+
interface $UnknownMember {
|
|
276
|
+
Url?: never;
|
|
277
|
+
Attachment?: never;
|
|
278
|
+
EmailMessage?: never;
|
|
279
|
+
EmailMessagePlainText?: never;
|
|
280
|
+
String?: never;
|
|
281
|
+
Number?: never;
|
|
282
|
+
Date?: never;
|
|
283
|
+
Email?: never;
|
|
284
|
+
$unknown: [string, any];
|
|
285
|
+
}
|
|
286
|
+
interface Visitor<T> {
|
|
287
|
+
Url: (value: UrlReference) => T;
|
|
288
|
+
Attachment: (value: AttachmentReference) => T;
|
|
289
|
+
EmailMessage: (value: EmailMessageReference) => T;
|
|
290
|
+
EmailMessagePlainText: (value: EmailMessageReference) => T;
|
|
291
|
+
String: (value: StringReference) => T;
|
|
292
|
+
Number: (value: NumberReference) => T;
|
|
293
|
+
Date: (value: DateReference) => T;
|
|
294
|
+
Email: (value: EmailReference) => T;
|
|
295
|
+
_: (name: string, value: any) => T;
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
export interface ListContactReferencesResponse {
|
|
299
|
+
ReferenceSummaryList?: ReferenceSummary[] | undefined;
|
|
300
|
+
NextToken?: string | undefined;
|
|
301
|
+
}
|
|
302
|
+
export interface ListDataTableAttributesRequest {
|
|
139
303
|
InstanceId: string | undefined;
|
|
304
|
+
DataTableId: string | undefined;
|
|
305
|
+
AttributeIds?: string[] | undefined;
|
|
140
306
|
NextToken?: string | undefined;
|
|
141
307
|
MaxResults?: number | undefined;
|
|
142
308
|
}
|
|
143
|
-
export interface
|
|
144
|
-
|
|
309
|
+
export interface ListDataTableAttributesResponse {
|
|
310
|
+
NextToken?: string | undefined;
|
|
311
|
+
Attributes: DataTableAttribute[] | undefined;
|
|
312
|
+
}
|
|
313
|
+
export interface PrimaryAttributeValueFilter {
|
|
314
|
+
AttributeName: string | undefined;
|
|
315
|
+
Values: string[] | undefined;
|
|
316
|
+
}
|
|
317
|
+
export interface ListDataTablePrimaryValuesRequest {
|
|
318
|
+
InstanceId: string | undefined;
|
|
319
|
+
DataTableId: string | undefined;
|
|
320
|
+
RecordIds?: string[] | undefined;
|
|
321
|
+
PrimaryAttributeValues?: PrimaryAttributeValueFilter[] | undefined;
|
|
145
322
|
NextToken?: string | undefined;
|
|
323
|
+
MaxResults?: number | undefined;
|
|
324
|
+
}
|
|
325
|
+
export interface RecordPrimaryValue {
|
|
326
|
+
RecordId?: string | undefined;
|
|
327
|
+
PrimaryValues?: PrimaryValueResponse[] | undefined;
|
|
146
328
|
LastModifiedTime?: Date | undefined;
|
|
147
329
|
LastModifiedRegion?: string | undefined;
|
|
148
330
|
}
|
|
149
|
-
export interface
|
|
331
|
+
export interface ListDataTablePrimaryValuesResponse {
|
|
332
|
+
NextToken?: string | undefined;
|
|
333
|
+
PrimaryValuesList: RecordPrimaryValue[] | undefined;
|
|
334
|
+
}
|
|
335
|
+
export interface ListDataTablesRequest {
|
|
150
336
|
InstanceId: string | undefined;
|
|
151
337
|
NextToken?: string | undefined;
|
|
152
338
|
MaxResults?: number | undefined;
|
|
153
339
|
}
|
|
154
|
-
export interface
|
|
340
|
+
export interface DataTableSummary {
|
|
341
|
+
Name?: string | undefined;
|
|
155
342
|
Id?: string | undefined;
|
|
156
343
|
Arn?: string | undefined;
|
|
157
|
-
Name?: string | undefined;
|
|
158
344
|
LastModifiedTime?: Date | undefined;
|
|
159
345
|
LastModifiedRegion?: string | undefined;
|
|
160
346
|
}
|
|
161
|
-
export interface
|
|
162
|
-
SecurityProfileSummaryList?: SecurityProfileSummary[] | undefined;
|
|
347
|
+
export interface ListDataTablesResponse {
|
|
163
348
|
NextToken?: string | undefined;
|
|
349
|
+
DataTableSummaryList: DataTableSummary[] | undefined;
|
|
164
350
|
}
|
|
165
|
-
export interface
|
|
166
|
-
resourceArn: string | undefined;
|
|
167
|
-
}
|
|
168
|
-
export interface ListTagsForResourceResponse {
|
|
169
|
-
tags?: Record<string, string> | undefined;
|
|
170
|
-
}
|
|
171
|
-
export interface ListTaskTemplatesRequest {
|
|
351
|
+
export interface ListDataTableValuesRequest {
|
|
172
352
|
InstanceId: string | undefined;
|
|
353
|
+
DataTableId: string | undefined;
|
|
354
|
+
RecordIds?: string[] | undefined;
|
|
355
|
+
PrimaryAttributeValues?: PrimaryAttributeValueFilter[] | undefined;
|
|
173
356
|
NextToken?: string | undefined;
|
|
174
357
|
MaxResults?: number | undefined;
|
|
175
|
-
Status?: TaskTemplateStatus | undefined;
|
|
176
|
-
Name?: string | undefined;
|
|
177
358
|
}
|
|
178
|
-
export interface
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
359
|
+
export interface DataTableValueSummary {
|
|
360
|
+
RecordId?: string | undefined;
|
|
361
|
+
AttributeId?: string | undefined;
|
|
362
|
+
PrimaryValues: PrimaryValueResponse[] | undefined;
|
|
363
|
+
AttributeName: string | undefined;
|
|
364
|
+
ValueType: DataTableAttributeValueType | undefined;
|
|
365
|
+
Value: string | undefined;
|
|
366
|
+
LockVersion?: DataTableLockVersion | undefined;
|
|
184
367
|
LastModifiedTime?: Date | undefined;
|
|
185
|
-
|
|
368
|
+
LastModifiedRegion?: string | undefined;
|
|
186
369
|
}
|
|
187
|
-
export interface
|
|
188
|
-
TaskTemplates?: TaskTemplateMetadata[] | undefined;
|
|
370
|
+
export interface ListDataTableValuesResponse {
|
|
189
371
|
NextToken?: string | undefined;
|
|
372
|
+
Values: DataTableValueSummary[] | undefined;
|
|
190
373
|
}
|
|
191
|
-
export interface
|
|
374
|
+
export interface ListDefaultVocabulariesRequest {
|
|
375
|
+
InstanceId: string | undefined;
|
|
376
|
+
LanguageCode?: VocabularyLanguageCode | undefined;
|
|
192
377
|
MaxResults?: number | undefined;
|
|
193
378
|
NextToken?: string | undefined;
|
|
194
|
-
InstanceId?: string | undefined;
|
|
195
379
|
}
|
|
196
|
-
export interface
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
Status?: TrafficDistributionGroupStatus | undefined;
|
|
202
|
-
IsDefault?: boolean | undefined;
|
|
380
|
+
export interface DefaultVocabulary {
|
|
381
|
+
InstanceId: string | undefined;
|
|
382
|
+
LanguageCode: VocabularyLanguageCode | undefined;
|
|
383
|
+
VocabularyId: string | undefined;
|
|
384
|
+
VocabularyName: string | undefined;
|
|
203
385
|
}
|
|
204
|
-
export interface
|
|
386
|
+
export interface ListDefaultVocabulariesResponse {
|
|
387
|
+
DefaultVocabularyList: DefaultVocabulary[] | undefined;
|
|
205
388
|
NextToken?: string | undefined;
|
|
206
|
-
TrafficDistributionGroupSummaryList?:
|
|
207
|
-
| TrafficDistributionGroupSummary[]
|
|
208
|
-
| undefined;
|
|
209
389
|
}
|
|
210
|
-
export interface
|
|
211
|
-
|
|
390
|
+
export interface ListEntitySecurityProfilesRequest {
|
|
391
|
+
InstanceId: string | undefined;
|
|
392
|
+
EntityType: EntityType | undefined;
|
|
393
|
+
EntityArn: string | undefined;
|
|
394
|
+
NextToken?: string | undefined;
|
|
212
395
|
MaxResults?: number | undefined;
|
|
396
|
+
}
|
|
397
|
+
export interface ListEntitySecurityProfilesResponse {
|
|
398
|
+
SecurityProfiles?: SecurityProfileItem[] | undefined;
|
|
213
399
|
NextToken?: string | undefined;
|
|
214
400
|
}
|
|
215
|
-
export interface
|
|
216
|
-
|
|
401
|
+
export interface ListEvaluationFormsRequest {
|
|
402
|
+
InstanceId: string | undefined;
|
|
403
|
+
MaxResults?: number | undefined;
|
|
404
|
+
NextToken?: string | undefined;
|
|
217
405
|
}
|
|
218
|
-
export interface
|
|
406
|
+
export interface EvaluationFormSummary {
|
|
407
|
+
EvaluationFormId: string | undefined;
|
|
408
|
+
EvaluationFormArn: string | undefined;
|
|
409
|
+
Title: string | undefined;
|
|
410
|
+
CreatedTime: Date | undefined;
|
|
411
|
+
CreatedBy: string | undefined;
|
|
412
|
+
LastModifiedTime: Date | undefined;
|
|
413
|
+
LastModifiedBy: string | undefined;
|
|
414
|
+
LastActivatedTime?: Date | undefined;
|
|
415
|
+
LastActivatedBy?: string | undefined;
|
|
416
|
+
LatestVersion: number | undefined;
|
|
417
|
+
ActiveVersion?: number | undefined;
|
|
418
|
+
}
|
|
419
|
+
export interface ListEvaluationFormsResponse {
|
|
420
|
+
EvaluationFormSummaryList: EvaluationFormSummary[] | undefined;
|
|
219
421
|
NextToken?: string | undefined;
|
|
220
|
-
TrafficDistributionGroupUserSummaryList?:
|
|
221
|
-
| TrafficDistributionGroupUserSummary[]
|
|
222
|
-
| undefined;
|
|
223
422
|
}
|
|
224
|
-
export interface
|
|
423
|
+
export interface ListEvaluationFormVersionsRequest {
|
|
225
424
|
InstanceId: string | undefined;
|
|
226
|
-
|
|
227
|
-
NextToken?: string | undefined;
|
|
425
|
+
EvaluationFormId: string | undefined;
|
|
228
426
|
MaxResults?: number | undefined;
|
|
427
|
+
NextToken?: string | undefined;
|
|
229
428
|
}
|
|
230
|
-
export interface
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
429
|
+
export interface EvaluationFormVersionSummary {
|
|
430
|
+
EvaluationFormArn: string | undefined;
|
|
431
|
+
EvaluationFormId: string | undefined;
|
|
432
|
+
EvaluationFormVersion: number | undefined;
|
|
433
|
+
Locked: boolean | undefined;
|
|
434
|
+
Status: EvaluationFormVersionStatus | undefined;
|
|
435
|
+
CreatedTime: Date | undefined;
|
|
436
|
+
CreatedBy: string | undefined;
|
|
437
|
+
LastModifiedTime: Date | undefined;
|
|
438
|
+
LastModifiedBy: string | undefined;
|
|
234
439
|
}
|
|
235
|
-
export interface
|
|
236
|
-
|
|
440
|
+
export interface ListEvaluationFormVersionsResponse {
|
|
441
|
+
EvaluationFormVersionSummaryList: EvaluationFormVersionSummary[] | undefined;
|
|
237
442
|
NextToken?: string | undefined;
|
|
238
443
|
}
|
|
239
|
-
export interface
|
|
444
|
+
export interface ListFlowAssociationsRequest {
|
|
240
445
|
InstanceId: string | undefined;
|
|
446
|
+
ResourceType?: ListFlowAssociationResourceType | undefined;
|
|
241
447
|
NextToken?: string | undefined;
|
|
242
448
|
MaxResults?: number | undefined;
|
|
243
449
|
}
|
|
244
|
-
export interface
|
|
245
|
-
|
|
450
|
+
export interface ListFlowAssociationsResponse {
|
|
451
|
+
FlowAssociationSummaryList?: FlowAssociationSummary[] | undefined;
|
|
246
452
|
NextToken?: string | undefined;
|
|
247
453
|
}
|
|
248
|
-
export interface
|
|
454
|
+
export interface ListHoursOfOperationOverridesRequest {
|
|
249
455
|
InstanceId: string | undefined;
|
|
250
|
-
|
|
456
|
+
HoursOfOperationId: string | undefined;
|
|
251
457
|
NextToken?: string | undefined;
|
|
252
458
|
MaxResults?: number | undefined;
|
|
253
459
|
}
|
|
254
|
-
export interface
|
|
460
|
+
export interface ListHoursOfOperationOverridesResponse {
|
|
255
461
|
NextToken?: string | undefined;
|
|
256
|
-
|
|
257
|
-
LastModifiedTime?: Date | undefined;
|
|
462
|
+
HoursOfOperationOverrideList?: HoursOfOperationOverride[] | undefined;
|
|
258
463
|
LastModifiedRegion?: string | undefined;
|
|
464
|
+
LastModifiedTime?: Date | undefined;
|
|
259
465
|
}
|
|
260
|
-
export interface
|
|
466
|
+
export interface ListHoursOfOperationsRequest {
|
|
261
467
|
InstanceId: string | undefined;
|
|
262
468
|
NextToken?: string | undefined;
|
|
263
469
|
MaxResults?: number | undefined;
|
|
264
470
|
}
|
|
265
|
-
export interface
|
|
471
|
+
export interface HoursOfOperationSummary {
|
|
266
472
|
Id?: string | undefined;
|
|
267
473
|
Arn?: string | undefined;
|
|
268
|
-
|
|
474
|
+
Name?: string | undefined;
|
|
269
475
|
LastModifiedTime?: Date | undefined;
|
|
270
476
|
LastModifiedRegion?: string | undefined;
|
|
271
477
|
}
|
|
272
|
-
export interface
|
|
273
|
-
|
|
478
|
+
export interface ListHoursOfOperationsResponse {
|
|
479
|
+
HoursOfOperationSummaryList?: HoursOfOperationSummary[] | undefined;
|
|
274
480
|
NextToken?: string | undefined;
|
|
275
481
|
}
|
|
276
|
-
export interface
|
|
482
|
+
export interface ListInstanceAttributesRequest {
|
|
277
483
|
InstanceId: string | undefined;
|
|
278
|
-
Type?: ViewType | undefined;
|
|
279
484
|
NextToken?: string | undefined;
|
|
280
485
|
MaxResults?: number | undefined;
|
|
281
486
|
}
|
|
282
|
-
export interface
|
|
283
|
-
|
|
284
|
-
Arn?: string | undefined;
|
|
285
|
-
Name?: string | undefined;
|
|
286
|
-
Type?: ViewType | undefined;
|
|
287
|
-
Status?: ViewStatus | undefined;
|
|
288
|
-
Description?: string | undefined;
|
|
289
|
-
}
|
|
290
|
-
export interface ListViewsResponse {
|
|
291
|
-
ViewsSummaryList?: ViewSummary[] | undefined;
|
|
487
|
+
export interface ListInstanceAttributesResponse {
|
|
488
|
+
Attributes?: Attribute[] | undefined;
|
|
292
489
|
NextToken?: string | undefined;
|
|
293
490
|
}
|
|
294
|
-
export interface
|
|
295
|
-
InstanceId: string | undefined;
|
|
296
|
-
ViewId: string | undefined;
|
|
491
|
+
export interface ListInstancesRequest {
|
|
297
492
|
NextToken?: string | undefined;
|
|
298
493
|
MaxResults?: number | undefined;
|
|
299
494
|
}
|
|
300
|
-
export interface
|
|
495
|
+
export interface InstanceSummary {
|
|
301
496
|
Id?: string | undefined;
|
|
302
497
|
Arn?: string | undefined;
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
498
|
+
IdentityManagementType?: DirectoryType | undefined;
|
|
499
|
+
InstanceAlias?: string | undefined;
|
|
500
|
+
CreatedTime?: Date | undefined;
|
|
501
|
+
ServiceRole?: string | undefined;
|
|
502
|
+
InstanceStatus?: InstanceStatus | undefined;
|
|
503
|
+
InboundCallsEnabled?: boolean | undefined;
|
|
504
|
+
OutboundCallsEnabled?: boolean | undefined;
|
|
505
|
+
InstanceAccessUrl?: string | undefined;
|
|
506
|
+
}
|
|
507
|
+
export interface ListInstancesResponse {
|
|
508
|
+
InstanceSummaryList?: InstanceSummary[] | undefined;
|
|
311
509
|
NextToken?: string | undefined;
|
|
312
510
|
}
|
|
313
|
-
export interface
|
|
511
|
+
export interface ListInstanceStorageConfigsRequest {
|
|
314
512
|
InstanceId: string | undefined;
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
ClientToken?: string | undefined;
|
|
513
|
+
ResourceType: InstanceStorageResourceType | undefined;
|
|
514
|
+
NextToken?: string | undefined;
|
|
515
|
+
MaxResults?: number | undefined;
|
|
319
516
|
}
|
|
320
|
-
export interface
|
|
321
|
-
|
|
322
|
-
|
|
517
|
+
export interface ListInstanceStorageConfigsResponse {
|
|
518
|
+
StorageConfigs?: InstanceStorageConfig[] | undefined;
|
|
519
|
+
NextToken?: string | undefined;
|
|
323
520
|
}
|
|
324
|
-
export interface
|
|
325
|
-
ContactId: string | undefined;
|
|
521
|
+
export interface ListIntegrationAssociationsRequest {
|
|
326
522
|
InstanceId: string | undefined;
|
|
327
|
-
|
|
523
|
+
IntegrationType?: IntegrationType | undefined;
|
|
524
|
+
NextToken?: string | undefined;
|
|
525
|
+
MaxResults?: number | undefined;
|
|
526
|
+
IntegrationArn?: string | undefined;
|
|
328
527
|
}
|
|
329
|
-
export interface
|
|
330
|
-
|
|
331
|
-
|
|
528
|
+
export interface IntegrationAssociationSummary {
|
|
529
|
+
IntegrationAssociationId?: string | undefined;
|
|
530
|
+
IntegrationAssociationArn?: string | undefined;
|
|
531
|
+
InstanceId?: string | undefined;
|
|
532
|
+
IntegrationType?: IntegrationType | undefined;
|
|
533
|
+
IntegrationArn?: string | undefined;
|
|
534
|
+
SourceApplicationUrl?: string | undefined;
|
|
535
|
+
SourceApplicationName?: string | undefined;
|
|
536
|
+
SourceType?: SourceType | undefined;
|
|
537
|
+
}
|
|
538
|
+
export interface ListIntegrationAssociationsResponse {
|
|
539
|
+
IntegrationAssociationSummaryList?:
|
|
540
|
+
| IntegrationAssociationSummary[]
|
|
541
|
+
| undefined;
|
|
542
|
+
NextToken?: string | undefined;
|
|
543
|
+
}
|
|
544
|
+
export interface ListLambdaFunctionsRequest {
|
|
332
545
|
InstanceId: string | undefined;
|
|
333
|
-
|
|
546
|
+
NextToken?: string | undefined;
|
|
547
|
+
MaxResults?: number | undefined;
|
|
334
548
|
}
|
|
335
|
-
export interface
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
ClientToken?: string | undefined;
|
|
549
|
+
export interface ListLambdaFunctionsResponse {
|
|
550
|
+
LambdaFunctions?: string[] | undefined;
|
|
551
|
+
NextToken?: string | undefined;
|
|
339
552
|
}
|
|
340
|
-
export interface
|
|
553
|
+
export interface ListLexBotsRequest {
|
|
341
554
|
InstanceId: string | undefined;
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
ReplicaAlias: string | undefined;
|
|
555
|
+
NextToken?: string | undefined;
|
|
556
|
+
MaxResults?: number | undefined;
|
|
345
557
|
}
|
|
346
|
-
export interface
|
|
347
|
-
|
|
348
|
-
|
|
558
|
+
export interface ListLexBotsResponse {
|
|
559
|
+
LexBots?: LexBot[] | undefined;
|
|
560
|
+
NextToken?: string | undefined;
|
|
349
561
|
}
|
|
350
|
-
export interface
|
|
351
|
-
ContactId: string | undefined;
|
|
562
|
+
export interface ListPhoneNumbersRequest {
|
|
352
563
|
InstanceId: string | undefined;
|
|
353
|
-
|
|
564
|
+
PhoneNumberTypes?: PhoneNumberType[] | undefined;
|
|
565
|
+
PhoneNumberCountryCodes?: PhoneNumberCountryCode[] | undefined;
|
|
566
|
+
NextToken?: string | undefined;
|
|
567
|
+
MaxResults?: number | undefined;
|
|
354
568
|
}
|
|
355
|
-
export interface
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
569
|
+
export interface PhoneNumberSummary {
|
|
570
|
+
Id?: string | undefined;
|
|
571
|
+
Arn?: string | undefined;
|
|
572
|
+
PhoneNumber?: string | undefined;
|
|
573
|
+
PhoneNumberType?: PhoneNumberType | undefined;
|
|
574
|
+
PhoneNumberCountryCode?: PhoneNumberCountryCode | undefined;
|
|
361
575
|
}
|
|
362
|
-
export interface
|
|
363
|
-
|
|
364
|
-
AgentStatuses?: AgentStatus[] | undefined;
|
|
576
|
+
export interface ListPhoneNumbersResponse {
|
|
577
|
+
PhoneNumberSummaryList?: PhoneNumberSummary[] | undefined;
|
|
365
578
|
NextToken?: string | undefined;
|
|
366
|
-
ApproximateTotalCount?: number | undefined;
|
|
367
579
|
}
|
|
368
|
-
export interface
|
|
580
|
+
export interface ListPhoneNumbersV2Request {
|
|
369
581
|
TargetArn?: string | undefined;
|
|
370
582
|
InstanceId?: string | undefined;
|
|
371
|
-
PhoneNumberCountryCode: PhoneNumberCountryCode | undefined;
|
|
372
|
-
PhoneNumberType: PhoneNumberType | undefined;
|
|
373
|
-
PhoneNumberPrefix?: string | undefined;
|
|
374
583
|
MaxResults?: number | undefined;
|
|
375
584
|
NextToken?: string | undefined;
|
|
585
|
+
PhoneNumberCountryCodes?: PhoneNumberCountryCode[] | undefined;
|
|
586
|
+
PhoneNumberTypes?: PhoneNumberType[] | undefined;
|
|
587
|
+
PhoneNumberPrefix?: string | undefined;
|
|
376
588
|
}
|
|
377
|
-
export interface
|
|
589
|
+
export interface ListPhoneNumbersSummary {
|
|
590
|
+
PhoneNumberId?: string | undefined;
|
|
591
|
+
PhoneNumberArn?: string | undefined;
|
|
378
592
|
PhoneNumber?: string | undefined;
|
|
379
593
|
PhoneNumberCountryCode?: PhoneNumberCountryCode | undefined;
|
|
380
594
|
PhoneNumberType?: PhoneNumberType | undefined;
|
|
595
|
+
TargetArn?: string | undefined;
|
|
596
|
+
InstanceId?: string | undefined;
|
|
597
|
+
PhoneNumberDescription?: string | undefined;
|
|
598
|
+
SourcePhoneNumberArn?: string | undefined;
|
|
381
599
|
}
|
|
382
|
-
export interface
|
|
600
|
+
export interface ListPhoneNumbersV2Response {
|
|
383
601
|
NextToken?: string | undefined;
|
|
384
|
-
|
|
385
|
-
}
|
|
386
|
-
export interface BooleanCondition {
|
|
387
|
-
FieldName?: string | undefined;
|
|
388
|
-
ComparisonType?: BooleanComparisonType | undefined;
|
|
602
|
+
ListPhoneNumbersSummaryList?: ListPhoneNumbersSummary[] | undefined;
|
|
389
603
|
}
|
|
390
|
-
export interface
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
ComparisonType?: DateTimeComparisonType | undefined;
|
|
604
|
+
export interface ListPredefinedAttributesRequest {
|
|
605
|
+
InstanceId: string | undefined;
|
|
606
|
+
NextToken?: string | undefined;
|
|
607
|
+
MaxResults?: number | undefined;
|
|
395
608
|
}
|
|
396
|
-
export interface
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
ComparisonType?: DecimalComparisonType | undefined;
|
|
609
|
+
export interface PredefinedAttributeSummary {
|
|
610
|
+
Name?: string | undefined;
|
|
611
|
+
LastModifiedTime?: Date | undefined;
|
|
612
|
+
LastModifiedRegion?: string | undefined;
|
|
401
613
|
}
|
|
402
|
-
export interface
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
MaxValue?: number | undefined;
|
|
406
|
-
ComparisonType?: NumberComparisonType | undefined;
|
|
614
|
+
export interface ListPredefinedAttributesResponse {
|
|
615
|
+
NextToken?: string | undefined;
|
|
616
|
+
PredefinedAttributeSummaryList?: PredefinedAttributeSummary[] | undefined;
|
|
407
617
|
}
|
|
408
|
-
export interface
|
|
409
|
-
|
|
618
|
+
export interface ListPromptsRequest {
|
|
619
|
+
InstanceId: string | undefined;
|
|
620
|
+
NextToken?: string | undefined;
|
|
621
|
+
MaxResults?: number | undefined;
|
|
410
622
|
}
|
|
411
|
-
export interface
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
ScoreAutomaticFail?: boolean | undefined;
|
|
418
|
-
ScoreNotApplicable?: boolean | undefined;
|
|
419
|
-
AutoEvaluationEnabled?: boolean | undefined;
|
|
420
|
-
AutoEvaluationStatus?: AutoEvaluationStatus | undefined;
|
|
421
|
-
AcknowledgedTime?: Date | undefined;
|
|
422
|
-
AcknowledgedBy?: string | undefined;
|
|
423
|
-
AcknowledgerComment?: string | undefined;
|
|
623
|
+
export interface PromptSummary {
|
|
624
|
+
Id?: string | undefined;
|
|
625
|
+
Arn?: string | undefined;
|
|
626
|
+
Name?: string | undefined;
|
|
627
|
+
LastModifiedTime?: Date | undefined;
|
|
628
|
+
LastModifiedRegion?: string | undefined;
|
|
424
629
|
}
|
|
425
|
-
export interface
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
EvaluationFormId?: string | undefined;
|
|
429
|
-
EvaluationFormVersion: number | undefined;
|
|
430
|
-
Metadata: EvaluationSearchMetadata | undefined;
|
|
431
|
-
Status: EvaluationStatus | undefined;
|
|
432
|
-
EvaluationType?: EvaluationType | undefined;
|
|
433
|
-
CreatedTime: Date | undefined;
|
|
434
|
-
LastModifiedTime: Date | undefined;
|
|
435
|
-
Tags?: Record<string, string> | undefined;
|
|
630
|
+
export interface ListPromptsResponse {
|
|
631
|
+
PromptSummaryList?: PromptSummary[] | undefined;
|
|
632
|
+
NextToken?: string | undefined;
|
|
436
633
|
}
|
|
437
|
-
export interface
|
|
438
|
-
|
|
634
|
+
export interface ListQueueQuickConnectsRequest {
|
|
635
|
+
InstanceId: string | undefined;
|
|
636
|
+
QueueId: string | undefined;
|
|
439
637
|
NextToken?: string | undefined;
|
|
440
|
-
|
|
638
|
+
MaxResults?: number | undefined;
|
|
441
639
|
}
|
|
442
|
-
export interface
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
640
|
+
export interface QuickConnectSummary {
|
|
641
|
+
Id?: string | undefined;
|
|
642
|
+
Arn?: string | undefined;
|
|
643
|
+
Name?: string | undefined;
|
|
644
|
+
QuickConnectType?: QuickConnectType | undefined;
|
|
645
|
+
LastModifiedTime?: Date | undefined;
|
|
646
|
+
LastModifiedRegion?: string | undefined;
|
|
446
647
|
}
|
|
447
|
-
export interface
|
|
448
|
-
|
|
648
|
+
export interface ListQueueQuickConnectsResponse {
|
|
649
|
+
NextToken?: string | undefined;
|
|
650
|
+
QuickConnectSummaryList?: QuickConnectSummary[] | undefined;
|
|
651
|
+
LastModifiedTime?: Date | undefined;
|
|
652
|
+
LastModifiedRegion?: string | undefined;
|
|
449
653
|
}
|
|
450
|
-
export interface
|
|
451
|
-
|
|
654
|
+
export interface ListQueuesRequest {
|
|
655
|
+
InstanceId: string | undefined;
|
|
656
|
+
QueueTypes?: QueueType[] | undefined;
|
|
452
657
|
NextToken?: string | undefined;
|
|
453
|
-
|
|
658
|
+
MaxResults?: number | undefined;
|
|
454
659
|
}
|
|
455
|
-
export interface
|
|
456
|
-
|
|
660
|
+
export interface QueueSummary {
|
|
661
|
+
Id?: string | undefined;
|
|
662
|
+
Arn?: string | undefined;
|
|
663
|
+
Name?: string | undefined;
|
|
664
|
+
QueueType?: QueueType | undefined;
|
|
665
|
+
LastModifiedTime?: Date | undefined;
|
|
666
|
+
LastModifiedRegion?: string | undefined;
|
|
457
667
|
}
|
|
458
|
-
export interface
|
|
459
|
-
|
|
668
|
+
export interface ListQueuesResponse {
|
|
669
|
+
QueueSummaryList?: QueueSummary[] | undefined;
|
|
460
670
|
NextToken?: string | undefined;
|
|
461
|
-
ApproximateTotalCount?: number | undefined;
|
|
462
671
|
}
|
|
463
|
-
export interface
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
672
|
+
export interface ListQuickConnectsRequest {
|
|
673
|
+
InstanceId: string | undefined;
|
|
674
|
+
NextToken?: string | undefined;
|
|
675
|
+
MaxResults?: number | undefined;
|
|
676
|
+
QuickConnectTypes?: QuickConnectType[] | undefined;
|
|
467
677
|
}
|
|
468
|
-
export interface
|
|
469
|
-
|
|
470
|
-
|
|
678
|
+
export interface ListQuickConnectsResponse {
|
|
679
|
+
QuickConnectSummaryList?: QuickConnectSummary[] | undefined;
|
|
680
|
+
NextToken?: string | undefined;
|
|
471
681
|
}
|
|
472
|
-
export interface
|
|
473
|
-
|
|
474
|
-
|
|
682
|
+
export interface ListRealtimeContactAnalysisSegmentsV2Request {
|
|
683
|
+
InstanceId: string | undefined;
|
|
684
|
+
ContactId: string | undefined;
|
|
685
|
+
MaxResults?: number | undefined;
|
|
686
|
+
NextToken?: string | undefined;
|
|
687
|
+
OutputType: RealTimeContactAnalysisOutputType | undefined;
|
|
688
|
+
SegmentTypes: RealTimeContactAnalysisSegmentType[] | undefined;
|
|
475
689
|
}
|
|
476
|
-
export interface
|
|
477
|
-
|
|
478
|
-
|
|
690
|
+
export interface RealTimeContactAnalysisAttachment {
|
|
691
|
+
AttachmentName: string | undefined;
|
|
692
|
+
ContentType?: string | undefined;
|
|
693
|
+
AttachmentId: string | undefined;
|
|
694
|
+
Status?: ArtifactStatus | undefined;
|
|
695
|
+
}
|
|
696
|
+
export type RealTimeContactAnalysisTimeData =
|
|
697
|
+
| RealTimeContactAnalysisTimeData.AbsoluteTimeMember
|
|
698
|
+
| RealTimeContactAnalysisTimeData.$UnknownMember;
|
|
699
|
+
export declare namespace RealTimeContactAnalysisTimeData {
|
|
700
|
+
interface AbsoluteTimeMember {
|
|
701
|
+
AbsoluteTime: Date;
|
|
702
|
+
$unknown?: never;
|
|
703
|
+
}
|
|
704
|
+
interface $UnknownMember {
|
|
705
|
+
AbsoluteTime?: never;
|
|
706
|
+
$unknown: [string, any];
|
|
707
|
+
}
|
|
708
|
+
interface Visitor<T> {
|
|
709
|
+
AbsoluteTime: (value: Date) => T;
|
|
710
|
+
_: (name: string, value: any) => T;
|
|
711
|
+
}
|
|
479
712
|
}
|
|
480
|
-
export interface
|
|
713
|
+
export interface RealTimeContactAnalysisSegmentAttachments {
|
|
714
|
+
Id: string | undefined;
|
|
715
|
+
ParticipantId: string | undefined;
|
|
481
716
|
ParticipantRole: ParticipantRole | undefined;
|
|
482
|
-
|
|
483
|
-
|
|
717
|
+
DisplayName?: string | undefined;
|
|
718
|
+
Attachments: RealTimeContactAnalysisAttachment[] | undefined;
|
|
719
|
+
Time: RealTimeContactAnalysisTimeData | undefined;
|
|
484
720
|
}
|
|
485
|
-
export interface
|
|
486
|
-
|
|
487
|
-
|
|
721
|
+
export interface RealTimeContactAnalysisCharacterInterval {
|
|
722
|
+
BeginOffsetChar: number | undefined;
|
|
723
|
+
EndOffsetChar: number | undefined;
|
|
488
724
|
}
|
|
489
|
-
export interface
|
|
490
|
-
|
|
725
|
+
export interface RealTimeContactAnalysisTranscriptItemWithCharacterOffsets {
|
|
726
|
+
Id: string | undefined;
|
|
727
|
+
CharacterOffsets?: RealTimeContactAnalysisCharacterInterval | undefined;
|
|
491
728
|
}
|
|
492
|
-
export interface
|
|
493
|
-
|
|
494
|
-
|
|
729
|
+
export interface RealTimeContactAnalysisPointOfInterest {
|
|
730
|
+
TranscriptItems?:
|
|
731
|
+
| RealTimeContactAnalysisTranscriptItemWithCharacterOffsets[]
|
|
732
|
+
| undefined;
|
|
495
733
|
}
|
|
496
|
-
export interface
|
|
497
|
-
|
|
498
|
-
MatchType?: SearchContactsMatchType | undefined;
|
|
734
|
+
export interface RealTimeContactAnalysisCategoryDetails {
|
|
735
|
+
PointsOfInterest: RealTimeContactAnalysisPointOfInterest[] | undefined;
|
|
499
736
|
}
|
|
500
|
-
export interface
|
|
501
|
-
|
|
737
|
+
export interface RealTimeContactAnalysisSegmentCategories {
|
|
738
|
+
MatchedDetails:
|
|
739
|
+
| Record<string, RealTimeContactAnalysisCategoryDetails>
|
|
740
|
+
| undefined;
|
|
502
741
|
}
|
|
503
|
-
export interface
|
|
504
|
-
|
|
742
|
+
export interface RealTimeContactAnalysisSegmentEvent {
|
|
743
|
+
Id: string | undefined;
|
|
744
|
+
ParticipantId?: string | undefined;
|
|
745
|
+
ParticipantRole?: ParticipantRole | undefined;
|
|
746
|
+
DisplayName?: string | undefined;
|
|
747
|
+
EventType: string | undefined;
|
|
748
|
+
Time: RealTimeContactAnalysisTimeData | undefined;
|
|
505
749
|
}
|
|
506
|
-
export interface
|
|
507
|
-
|
|
508
|
-
|
|
750
|
+
export interface RealTimeContactAnalysisTranscriptItemWithContent {
|
|
751
|
+
Content?: string | undefined;
|
|
752
|
+
Id: string | undefined;
|
|
753
|
+
CharacterOffsets?: RealTimeContactAnalysisCharacterInterval | undefined;
|
|
509
754
|
}
|
|
510
|
-
export interface
|
|
511
|
-
|
|
512
|
-
|
|
755
|
+
export interface RealTimeContactAnalysisIssueDetected {
|
|
756
|
+
TranscriptItems:
|
|
757
|
+
| RealTimeContactAnalysisTranscriptItemWithContent[]
|
|
758
|
+
| undefined;
|
|
513
759
|
}
|
|
514
|
-
export interface
|
|
515
|
-
|
|
516
|
-
Values: string[] | undefined;
|
|
760
|
+
export interface RealTimeContactAnalysisSegmentIssues {
|
|
761
|
+
IssuesDetected: RealTimeContactAnalysisIssueDetected[] | undefined;
|
|
517
762
|
}
|
|
518
|
-
export interface
|
|
519
|
-
|
|
520
|
-
|
|
763
|
+
export interface RealTimeContactAnalysisSegmentPostContactSummary {
|
|
764
|
+
Content?: string | undefined;
|
|
765
|
+
Status: RealTimeContactAnalysisPostContactSummaryStatus | undefined;
|
|
766
|
+
FailureCode?:
|
|
767
|
+
| RealTimeContactAnalysisPostContactSummaryFailureCode
|
|
768
|
+
| undefined;
|
|
521
769
|
}
|
|
522
|
-
export interface
|
|
523
|
-
|
|
524
|
-
AgentIds?: string[] | undefined;
|
|
525
|
-
AgentHierarchyGroups?: AgentHierarchyGroups | undefined;
|
|
526
|
-
Channels?: Channel[] | undefined;
|
|
527
|
-
ContactAnalysis?: ContactAnalysis | undefined;
|
|
528
|
-
InitiationMethods?: ContactInitiationMethod[] | undefined;
|
|
529
|
-
QueueIds?: string[] | undefined;
|
|
530
|
-
RoutingCriteria?: SearchableRoutingCriteria | undefined;
|
|
531
|
-
AdditionalTimeRange?: SearchContactsAdditionalTimeRange | undefined;
|
|
532
|
-
SearchableContactAttributes?: SearchableContactAttributes | undefined;
|
|
533
|
-
SearchableSegmentAttributes?: SearchableSegmentAttributes | undefined;
|
|
770
|
+
export interface RealTimeContactAnalysisTranscriptItemRedaction {
|
|
771
|
+
CharacterOffsets?: RealTimeContactAnalysisCharacterInterval[] | undefined;
|
|
534
772
|
}
|
|
535
|
-
export interface
|
|
536
|
-
|
|
537
|
-
|
|
773
|
+
export interface RealTimeContactAnalysisSegmentTranscript {
|
|
774
|
+
Id: string | undefined;
|
|
775
|
+
ParticipantId: string | undefined;
|
|
776
|
+
ParticipantRole: ParticipantRole | undefined;
|
|
777
|
+
DisplayName?: string | undefined;
|
|
778
|
+
Content: string | undefined;
|
|
779
|
+
ContentType?: string | undefined;
|
|
780
|
+
Time: RealTimeContactAnalysisTimeData | undefined;
|
|
781
|
+
Redaction?: RealTimeContactAnalysisTranscriptItemRedaction | undefined;
|
|
782
|
+
Sentiment?: RealTimeContactAnalysisSentimentLabel | undefined;
|
|
783
|
+
}
|
|
784
|
+
export type RealtimeContactAnalysisSegment =
|
|
785
|
+
| RealtimeContactAnalysisSegment.AttachmentsMember
|
|
786
|
+
| RealtimeContactAnalysisSegment.CategoriesMember
|
|
787
|
+
| RealtimeContactAnalysisSegment.EventMember
|
|
788
|
+
| RealtimeContactAnalysisSegment.IssuesMember
|
|
789
|
+
| RealtimeContactAnalysisSegment.PostContactSummaryMember
|
|
790
|
+
| RealtimeContactAnalysisSegment.TranscriptMember
|
|
791
|
+
| RealtimeContactAnalysisSegment.$UnknownMember;
|
|
792
|
+
export declare namespace RealtimeContactAnalysisSegment {
|
|
793
|
+
interface TranscriptMember {
|
|
794
|
+
Transcript: RealTimeContactAnalysisSegmentTranscript;
|
|
795
|
+
Categories?: never;
|
|
796
|
+
Issues?: never;
|
|
797
|
+
Event?: never;
|
|
798
|
+
Attachments?: never;
|
|
799
|
+
PostContactSummary?: never;
|
|
800
|
+
$unknown?: never;
|
|
801
|
+
}
|
|
802
|
+
interface CategoriesMember {
|
|
803
|
+
Transcript?: never;
|
|
804
|
+
Categories: RealTimeContactAnalysisSegmentCategories;
|
|
805
|
+
Issues?: never;
|
|
806
|
+
Event?: never;
|
|
807
|
+
Attachments?: never;
|
|
808
|
+
PostContactSummary?: never;
|
|
809
|
+
$unknown?: never;
|
|
810
|
+
}
|
|
811
|
+
interface IssuesMember {
|
|
812
|
+
Transcript?: never;
|
|
813
|
+
Categories?: never;
|
|
814
|
+
Issues: RealTimeContactAnalysisSegmentIssues;
|
|
815
|
+
Event?: never;
|
|
816
|
+
Attachments?: never;
|
|
817
|
+
PostContactSummary?: never;
|
|
818
|
+
$unknown?: never;
|
|
819
|
+
}
|
|
820
|
+
interface EventMember {
|
|
821
|
+
Transcript?: never;
|
|
822
|
+
Categories?: never;
|
|
823
|
+
Issues?: never;
|
|
824
|
+
Event: RealTimeContactAnalysisSegmentEvent;
|
|
825
|
+
Attachments?: never;
|
|
826
|
+
PostContactSummary?: never;
|
|
827
|
+
$unknown?: never;
|
|
828
|
+
}
|
|
829
|
+
interface AttachmentsMember {
|
|
830
|
+
Transcript?: never;
|
|
831
|
+
Categories?: never;
|
|
832
|
+
Issues?: never;
|
|
833
|
+
Event?: never;
|
|
834
|
+
Attachments: RealTimeContactAnalysisSegmentAttachments;
|
|
835
|
+
PostContactSummary?: never;
|
|
836
|
+
$unknown?: never;
|
|
837
|
+
}
|
|
838
|
+
interface PostContactSummaryMember {
|
|
839
|
+
Transcript?: never;
|
|
840
|
+
Categories?: never;
|
|
841
|
+
Issues?: never;
|
|
842
|
+
Event?: never;
|
|
843
|
+
Attachments?: never;
|
|
844
|
+
PostContactSummary: RealTimeContactAnalysisSegmentPostContactSummary;
|
|
845
|
+
$unknown?: never;
|
|
846
|
+
}
|
|
847
|
+
interface $UnknownMember {
|
|
848
|
+
Transcript?: never;
|
|
849
|
+
Categories?: never;
|
|
850
|
+
Issues?: never;
|
|
851
|
+
Event?: never;
|
|
852
|
+
Attachments?: never;
|
|
853
|
+
PostContactSummary?: never;
|
|
854
|
+
$unknown: [string, any];
|
|
855
|
+
}
|
|
856
|
+
interface Visitor<T> {
|
|
857
|
+
Transcript: (value: RealTimeContactAnalysisSegmentTranscript) => T;
|
|
858
|
+
Categories: (value: RealTimeContactAnalysisSegmentCategories) => T;
|
|
859
|
+
Issues: (value: RealTimeContactAnalysisSegmentIssues) => T;
|
|
860
|
+
Event: (value: RealTimeContactAnalysisSegmentEvent) => T;
|
|
861
|
+
Attachments: (value: RealTimeContactAnalysisSegmentAttachments) => T;
|
|
862
|
+
PostContactSummary: (
|
|
863
|
+
value: RealTimeContactAnalysisSegmentPostContactSummary
|
|
864
|
+
) => T;
|
|
865
|
+
_: (name: string, value: any) => T;
|
|
866
|
+
}
|
|
538
867
|
}
|
|
539
|
-
export interface
|
|
868
|
+
export interface ListRealtimeContactAnalysisSegmentsV2Response {
|
|
869
|
+
Channel: RealTimeContactAnalysisSupportedChannel | undefined;
|
|
870
|
+
Status: RealTimeContactAnalysisStatus | undefined;
|
|
871
|
+
Segments: RealtimeContactAnalysisSegment[] | undefined;
|
|
872
|
+
NextToken?: string | undefined;
|
|
873
|
+
}
|
|
874
|
+
export interface ListRoutingProfileManualAssignmentQueuesRequest {
|
|
540
875
|
InstanceId: string | undefined;
|
|
541
|
-
|
|
542
|
-
SearchCriteria?: SearchCriteria | undefined;
|
|
543
|
-
MaxResults?: number | undefined;
|
|
876
|
+
RoutingProfileId: string | undefined;
|
|
544
877
|
NextToken?: string | undefined;
|
|
545
|
-
|
|
878
|
+
MaxResults?: number | undefined;
|
|
546
879
|
}
|
|
547
|
-
export interface
|
|
548
|
-
|
|
549
|
-
|
|
880
|
+
export interface RoutingProfileManualAssignmentQueueConfigSummary {
|
|
881
|
+
QueueId: string | undefined;
|
|
882
|
+
QueueArn: string | undefined;
|
|
883
|
+
QueueName: string | undefined;
|
|
884
|
+
Channel: Channel | undefined;
|
|
550
885
|
}
|
|
551
|
-
export interface
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
export interface EmailAddressMetadata {
|
|
559
|
-
EmailAddressId?: string | undefined;
|
|
560
|
-
EmailAddressArn?: string | undefined;
|
|
561
|
-
EmailAddress?: string | undefined;
|
|
562
|
-
Description?: string | undefined;
|
|
563
|
-
DisplayName?: string | undefined;
|
|
564
|
-
AliasConfigurations?: AliasConfiguration[] | undefined;
|
|
886
|
+
export interface ListRoutingProfileManualAssignmentQueuesResponse {
|
|
887
|
+
NextToken?: string | undefined;
|
|
888
|
+
RoutingProfileManualAssignmentQueueConfigSummaryList?:
|
|
889
|
+
| RoutingProfileManualAssignmentQueueConfigSummary[]
|
|
890
|
+
| undefined;
|
|
891
|
+
LastModifiedTime?: Date | undefined;
|
|
892
|
+
LastModifiedRegion?: string | undefined;
|
|
565
893
|
}
|
|
566
|
-
export interface
|
|
894
|
+
export interface ListRoutingProfileQueuesRequest {
|
|
895
|
+
InstanceId: string | undefined;
|
|
896
|
+
RoutingProfileId: string | undefined;
|
|
567
897
|
NextToken?: string | undefined;
|
|
568
|
-
|
|
569
|
-
ApproximateTotalCount?: number | undefined;
|
|
898
|
+
MaxResults?: number | undefined;
|
|
570
899
|
}
|
|
571
|
-
export interface
|
|
572
|
-
|
|
900
|
+
export interface RoutingProfileQueueConfigSummary {
|
|
901
|
+
QueueId: string | undefined;
|
|
902
|
+
QueueArn: string | undefined;
|
|
903
|
+
QueueName: string | undefined;
|
|
904
|
+
Priority: number | undefined;
|
|
905
|
+
Delay: number | undefined;
|
|
906
|
+
Channel: Channel | undefined;
|
|
573
907
|
}
|
|
574
|
-
export interface
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
CreatedBy: string | undefined;
|
|
582
|
-
LastModifiedTime: Date | undefined;
|
|
583
|
-
LastModifiedBy: string | undefined;
|
|
584
|
-
LastActivatedTime?: Date | undefined;
|
|
585
|
-
LastActivatedBy?: string | undefined;
|
|
586
|
-
LatestVersion: number | undefined;
|
|
587
|
-
ActiveVersion?: number | undefined;
|
|
588
|
-
AutoEvaluationEnabled?: boolean | undefined;
|
|
589
|
-
Tags?: Record<string, string> | undefined;
|
|
908
|
+
export interface ListRoutingProfileQueuesResponse {
|
|
909
|
+
NextToken?: string | undefined;
|
|
910
|
+
RoutingProfileQueueConfigSummaryList?:
|
|
911
|
+
| RoutingProfileQueueConfigSummary[]
|
|
912
|
+
| undefined;
|
|
913
|
+
LastModifiedTime?: Date | undefined;
|
|
914
|
+
LastModifiedRegion?: string | undefined;
|
|
590
915
|
}
|
|
591
|
-
export interface
|
|
592
|
-
|
|
916
|
+
export interface ListRoutingProfilesRequest {
|
|
917
|
+
InstanceId: string | undefined;
|
|
593
918
|
NextToken?: string | undefined;
|
|
594
|
-
|
|
919
|
+
MaxResults?: number | undefined;
|
|
595
920
|
}
|
|
596
|
-
export interface
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
921
|
+
export interface RoutingProfileSummary {
|
|
922
|
+
Id?: string | undefined;
|
|
923
|
+
Arn?: string | undefined;
|
|
924
|
+
Name?: string | undefined;
|
|
925
|
+
LastModifiedTime?: Date | undefined;
|
|
926
|
+
LastModifiedRegion?: string | undefined;
|
|
600
927
|
}
|
|
601
|
-
export interface
|
|
602
|
-
|
|
928
|
+
export interface ListRoutingProfilesResponse {
|
|
929
|
+
RoutingProfileSummaryList?: RoutingProfileSummary[] | undefined;
|
|
930
|
+
NextToken?: string | undefined;
|
|
603
931
|
}
|
|
604
|
-
export interface
|
|
605
|
-
|
|
932
|
+
export interface ListRulesRequest {
|
|
933
|
+
InstanceId: string | undefined;
|
|
934
|
+
PublishStatus?: RulePublishStatus | undefined;
|
|
935
|
+
EventSourceName?: EventSourceName | undefined;
|
|
936
|
+
MaxResults?: number | undefined;
|
|
606
937
|
NextToken?: string | undefined;
|
|
607
|
-
ApproximateTotalCount?: number | undefined;
|
|
608
938
|
}
|
|
609
|
-
export interface
|
|
610
|
-
|
|
939
|
+
export interface RuleSummary {
|
|
940
|
+
Name: string | undefined;
|
|
941
|
+
RuleId: string | undefined;
|
|
942
|
+
RuleArn: string | undefined;
|
|
943
|
+
EventSourceName: EventSourceName | undefined;
|
|
944
|
+
PublishStatus: RulePublishStatus | undefined;
|
|
945
|
+
ActionSummaries: ActionSummary[] | undefined;
|
|
946
|
+
CreatedTime: Date | undefined;
|
|
947
|
+
LastUpdatedTime: Date | undefined;
|
|
948
|
+
}
|
|
949
|
+
export interface ListRulesResponse {
|
|
950
|
+
RuleSummaryList: RuleSummary[] | undefined;
|
|
611
951
|
NextToken?: string | undefined;
|
|
612
|
-
ApproximateTotalCount?: number | undefined;
|
|
613
952
|
}
|
|
614
|
-
export interface
|
|
615
|
-
|
|
953
|
+
export interface ListSecurityKeysRequest {
|
|
954
|
+
InstanceId: string | undefined;
|
|
616
955
|
NextToken?: string | undefined;
|
|
617
|
-
|
|
956
|
+
MaxResults?: number | undefined;
|
|
618
957
|
}
|
|
619
|
-
export interface
|
|
620
|
-
|
|
958
|
+
export interface SecurityKey {
|
|
959
|
+
AssociationId?: string | undefined;
|
|
960
|
+
Key?: string | undefined;
|
|
961
|
+
CreationTime?: Date | undefined;
|
|
621
962
|
}
|
|
622
|
-
export interface
|
|
623
|
-
|
|
963
|
+
export interface ListSecurityKeysResponse {
|
|
964
|
+
SecurityKeys?: SecurityKey[] | undefined;
|
|
624
965
|
NextToken?: string | undefined;
|
|
625
|
-
ApproximateTotalCount?: number | undefined;
|
|
626
966
|
}
|
|
627
|
-
export interface
|
|
628
|
-
|
|
967
|
+
export interface ListSecurityProfileApplicationsRequest {
|
|
968
|
+
SecurityProfileId: string | undefined;
|
|
969
|
+
InstanceId: string | undefined;
|
|
970
|
+
NextToken?: string | undefined;
|
|
971
|
+
MaxResults?: number | undefined;
|
|
629
972
|
}
|
|
630
|
-
export interface
|
|
631
|
-
|
|
973
|
+
export interface ListSecurityProfileApplicationsResponse {
|
|
974
|
+
Applications?: Application[] | undefined;
|
|
632
975
|
NextToken?: string | undefined;
|
|
633
|
-
|
|
976
|
+
LastModifiedTime?: Date | undefined;
|
|
977
|
+
LastModifiedRegion?: string | undefined;
|
|
634
978
|
}
|
|
635
|
-
export interface
|
|
636
|
-
|
|
979
|
+
export interface ListSecurityProfileFlowModulesRequest {
|
|
980
|
+
SecurityProfileId: string | undefined;
|
|
981
|
+
InstanceId: string | undefined;
|
|
982
|
+
NextToken?: string | undefined;
|
|
983
|
+
MaxResults?: number | undefined;
|
|
637
984
|
}
|
|
638
|
-
export interface
|
|
639
|
-
|
|
985
|
+
export interface ListSecurityProfileFlowModulesResponse {
|
|
986
|
+
AllowedFlowModules?: FlowModule[] | undefined;
|
|
640
987
|
NextToken?: string | undefined;
|
|
641
|
-
|
|
988
|
+
LastModifiedTime?: Date | undefined;
|
|
989
|
+
LastModifiedRegion?: string | undefined;
|
|
642
990
|
}
|
|
643
|
-
export interface
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
991
|
+
export interface ListSecurityProfilePermissionsRequest {
|
|
992
|
+
SecurityProfileId: string | undefined;
|
|
993
|
+
InstanceId: string | undefined;
|
|
994
|
+
NextToken?: string | undefined;
|
|
995
|
+
MaxResults?: number | undefined;
|
|
648
996
|
}
|
|
649
|
-
export interface
|
|
650
|
-
|
|
997
|
+
export interface ListSecurityProfilePermissionsResponse {
|
|
998
|
+
Permissions?: string[] | undefined;
|
|
999
|
+
NextToken?: string | undefined;
|
|
1000
|
+
LastModifiedTime?: Date | undefined;
|
|
1001
|
+
LastModifiedRegion?: string | undefined;
|
|
651
1002
|
}
|
|
652
|
-
export interface
|
|
1003
|
+
export interface ListSecurityProfilesRequest {
|
|
653
1004
|
InstanceId: string | undefined;
|
|
654
|
-
ResourceTypes?: string[] | undefined;
|
|
655
1005
|
NextToken?: string | undefined;
|
|
656
1006
|
MaxResults?: number | undefined;
|
|
657
|
-
SearchCriteria?: ResourceTagsSearchCriteria | undefined;
|
|
658
1007
|
}
|
|
659
|
-
export interface
|
|
660
|
-
|
|
661
|
-
|
|
1008
|
+
export interface SecurityProfileSummary {
|
|
1009
|
+
Id?: string | undefined;
|
|
1010
|
+
Arn?: string | undefined;
|
|
1011
|
+
Name?: string | undefined;
|
|
1012
|
+
LastModifiedTime?: Date | undefined;
|
|
1013
|
+
LastModifiedRegion?: string | undefined;
|
|
662
1014
|
}
|
|
663
|
-
export interface
|
|
664
|
-
|
|
1015
|
+
export interface ListSecurityProfilesResponse {
|
|
1016
|
+
SecurityProfileSummaryList?: SecurityProfileSummary[] | undefined;
|
|
665
1017
|
NextToken?: string | undefined;
|
|
666
1018
|
}
|
|
667
|
-
export interface
|
|
668
|
-
|
|
1019
|
+
export interface ListTagsForResourceRequest {
|
|
1020
|
+
resourceArn: string | undefined;
|
|
669
1021
|
}
|
|
670
|
-
export interface
|
|
671
|
-
|
|
672
|
-
NextToken?: string | undefined;
|
|
673
|
-
ApproximateTotalCount?: number | undefined;
|
|
1022
|
+
export interface ListTagsForResourceResponse {
|
|
1023
|
+
tags?: Record<string, string> | undefined;
|
|
674
1024
|
}
|
|
675
|
-
export interface
|
|
676
|
-
|
|
1025
|
+
export interface ListTaskTemplatesRequest {
|
|
1026
|
+
InstanceId: string | undefined;
|
|
1027
|
+
NextToken?: string | undefined;
|
|
1028
|
+
MaxResults?: number | undefined;
|
|
1029
|
+
Status?: TaskTemplateStatus | undefined;
|
|
1030
|
+
Name?: string | undefined;
|
|
677
1031
|
}
|
|
678
|
-
export interface
|
|
1032
|
+
export interface TaskTemplateMetadata {
|
|
679
1033
|
Id?: string | undefined;
|
|
680
|
-
OrganizationResourceId?: string | undefined;
|
|
681
1034
|
Arn?: string | undefined;
|
|
682
|
-
|
|
1035
|
+
Name?: string | undefined;
|
|
683
1036
|
Description?: string | undefined;
|
|
684
|
-
|
|
1037
|
+
Status?: TaskTemplateStatus | undefined;
|
|
1038
|
+
LastModifiedTime?: Date | undefined;
|
|
1039
|
+
CreatedTime?: Date | undefined;
|
|
685
1040
|
}
|
|
686
|
-
export interface
|
|
687
|
-
|
|
1041
|
+
export interface ListTaskTemplatesResponse {
|
|
1042
|
+
TaskTemplates?: TaskTemplateMetadata[] | undefined;
|
|
688
1043
|
NextToken?: string | undefined;
|
|
689
|
-
ApproximateTotalCount?: number | undefined;
|
|
690
1044
|
}
|
|
691
|
-
export interface
|
|
692
|
-
|
|
1045
|
+
export interface ListTrafficDistributionGroupsRequest {
|
|
1046
|
+
MaxResults?: number | undefined;
|
|
1047
|
+
NextToken?: string | undefined;
|
|
1048
|
+
InstanceId?: string | undefined;
|
|
693
1049
|
}
|
|
694
|
-
export interface
|
|
695
|
-
|
|
1050
|
+
export interface TrafficDistributionGroupSummary {
|
|
1051
|
+
Id?: string | undefined;
|
|
1052
|
+
Arn?: string | undefined;
|
|
1053
|
+
Name?: string | undefined;
|
|
1054
|
+
InstanceArn?: string | undefined;
|
|
1055
|
+
Status?: TrafficDistributionGroupStatus | undefined;
|
|
1056
|
+
IsDefault?: boolean | undefined;
|
|
1057
|
+
}
|
|
1058
|
+
export interface ListTrafficDistributionGroupsResponse {
|
|
696
1059
|
NextToken?: string | undefined;
|
|
697
|
-
|
|
1060
|
+
TrafficDistributionGroupSummaryList?:
|
|
1061
|
+
| TrafficDistributionGroupSummary[]
|
|
1062
|
+
| undefined;
|
|
698
1063
|
}
|
|
699
|
-
export interface
|
|
700
|
-
|
|
701
|
-
|
|
1064
|
+
export interface ListTrafficDistributionGroupUsersRequest {
|
|
1065
|
+
TrafficDistributionGroupId: string | undefined;
|
|
1066
|
+
MaxResults?: number | undefined;
|
|
1067
|
+
NextToken?: string | undefined;
|
|
702
1068
|
}
|
|
703
|
-
export interface
|
|
704
|
-
|
|
705
|
-
NumberCondition?: NumberCondition | undefined;
|
|
1069
|
+
export interface TrafficDistributionGroupUserSummary {
|
|
1070
|
+
UserId?: string | undefined;
|
|
706
1071
|
}
|
|
707
|
-
export interface
|
|
708
|
-
|
|
709
|
-
|
|
1072
|
+
export interface ListTrafficDistributionGroupUsersResponse {
|
|
1073
|
+
NextToken?: string | undefined;
|
|
1074
|
+
TrafficDistributionGroupUserSummaryList?:
|
|
1075
|
+
| TrafficDistributionGroupUserSummary[]
|
|
1076
|
+
| undefined;
|
|
710
1077
|
}
|
|
711
|
-
export interface
|
|
712
|
-
|
|
713
|
-
|
|
1078
|
+
export interface ListUseCasesRequest {
|
|
1079
|
+
InstanceId: string | undefined;
|
|
1080
|
+
IntegrationAssociationId: string | undefined;
|
|
1081
|
+
NextToken?: string | undefined;
|
|
1082
|
+
MaxResults?: number | undefined;
|
|
714
1083
|
}
|
|
715
|
-
export interface
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
|
|
1084
|
+
export interface UseCase {
|
|
1085
|
+
UseCaseId?: string | undefined;
|
|
1086
|
+
UseCaseArn?: string | undefined;
|
|
1087
|
+
UseCaseType?: UseCaseType | undefined;
|
|
720
1088
|
}
|
|
721
|
-
export interface
|
|
722
|
-
|
|
723
|
-
|
|
1089
|
+
export interface ListUseCasesResponse {
|
|
1090
|
+
UseCaseSummaryList?: UseCase[] | undefined;
|
|
1091
|
+
NextToken?: string | undefined;
|
|
724
1092
|
}
|
|
725
|
-
export interface
|
|
726
|
-
|
|
727
|
-
|
|
1093
|
+
export interface ListUserHierarchyGroupsRequest {
|
|
1094
|
+
InstanceId: string | undefined;
|
|
1095
|
+
NextToken?: string | undefined;
|
|
1096
|
+
MaxResults?: number | undefined;
|
|
728
1097
|
}
|
|
729
|
-
export interface
|
|
730
|
-
|
|
731
|
-
DirectoryUserId?: string | undefined;
|
|
732
|
-
HierarchyGroupId?: string | undefined;
|
|
733
|
-
Id?: string | undefined;
|
|
734
|
-
IdentityInfo?: UserIdentityInfoLite | undefined;
|
|
735
|
-
PhoneConfig?: UserPhoneConfig | undefined;
|
|
736
|
-
RoutingProfileId?: string | undefined;
|
|
737
|
-
SecurityProfileIds?: string[] | undefined;
|
|
738
|
-
Tags?: Record<string, string> | undefined;
|
|
739
|
-
Username?: string | undefined;
|
|
740
|
-
}
|
|
741
|
-
export interface SearchUsersResponse {
|
|
742
|
-
Users?: UserSearchSummary[] | undefined;
|
|
1098
|
+
export interface ListUserHierarchyGroupsResponse {
|
|
1099
|
+
UserHierarchyGroupSummaryList?: HierarchyGroupSummary[] | undefined;
|
|
743
1100
|
NextToken?: string | undefined;
|
|
744
|
-
ApproximateTotalCount?: number | undefined;
|
|
745
1101
|
}
|
|
746
|
-
export interface
|
|
1102
|
+
export interface ListUserProficienciesRequest {
|
|
747
1103
|
InstanceId: string | undefined;
|
|
748
|
-
|
|
1104
|
+
UserId: string | undefined;
|
|
749
1105
|
NextToken?: string | undefined;
|
|
750
|
-
|
|
751
|
-
NameStartsWith?: string | undefined;
|
|
752
|
-
LanguageCode?: VocabularyLanguageCode | undefined;
|
|
1106
|
+
MaxResults?: number | undefined;
|
|
753
1107
|
}
|
|
754
|
-
export interface
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
State: VocabularyState | undefined;
|
|
760
|
-
LastModifiedTime: Date | undefined;
|
|
761
|
-
FailureReason?: string | undefined;
|
|
1108
|
+
export interface ListUserProficienciesResponse {
|
|
1109
|
+
NextToken?: string | undefined;
|
|
1110
|
+
UserProficiencyList?: UserProficiency[] | undefined;
|
|
1111
|
+
LastModifiedTime?: Date | undefined;
|
|
1112
|
+
LastModifiedRegion?: string | undefined;
|
|
762
1113
|
}
|
|
763
|
-
export interface
|
|
764
|
-
|
|
1114
|
+
export interface ListUsersRequest {
|
|
1115
|
+
InstanceId: string | undefined;
|
|
765
1116
|
NextToken?: string | undefined;
|
|
1117
|
+
MaxResults?: number | undefined;
|
|
766
1118
|
}
|
|
767
|
-
export interface
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
1119
|
+
export interface UserSummary {
|
|
1120
|
+
Id?: string | undefined;
|
|
1121
|
+
Arn?: string | undefined;
|
|
1122
|
+
Username?: string | undefined;
|
|
1123
|
+
LastModifiedTime?: Date | undefined;
|
|
1124
|
+
LastModifiedRegion?: string | undefined;
|
|
771
1125
|
}
|
|
772
|
-
export interface
|
|
773
|
-
|
|
1126
|
+
export interface ListUsersResponse {
|
|
1127
|
+
UserSummaryList?: UserSummary[] | undefined;
|
|
1128
|
+
NextToken?: string | undefined;
|
|
774
1129
|
}
|
|
775
|
-
export interface
|
|
776
|
-
|
|
1130
|
+
export interface ListViewsRequest {
|
|
1131
|
+
InstanceId: string | undefined;
|
|
1132
|
+
Type?: ViewType | undefined;
|
|
1133
|
+
NextToken?: string | undefined;
|
|
1134
|
+
MaxResults?: number | undefined;
|
|
777
1135
|
}
|
|
778
|
-
export interface
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
1136
|
+
export interface ViewSummary {
|
|
1137
|
+
Id?: string | undefined;
|
|
1138
|
+
Arn?: string | undefined;
|
|
1139
|
+
Name?: string | undefined;
|
|
1140
|
+
Type?: ViewType | undefined;
|
|
1141
|
+
Status?: ViewStatus | undefined;
|
|
1142
|
+
Description?: string | undefined;
|
|
783
1143
|
}
|
|
784
|
-
export interface
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
Subtype?: string | undefined;
|
|
788
|
-
Event: ChatEvent | undefined;
|
|
789
|
-
NewSessionDetails?: NewSessionDetails | undefined;
|
|
1144
|
+
export interface ListViewsResponse {
|
|
1145
|
+
ViewsSummaryList?: ViewSummary[] | undefined;
|
|
1146
|
+
NextToken?: string | undefined;
|
|
790
1147
|
}
|
|
791
|
-
export interface
|
|
792
|
-
|
|
793
|
-
|
|
1148
|
+
export interface ListViewVersionsRequest {
|
|
1149
|
+
InstanceId: string | undefined;
|
|
1150
|
+
ViewId: string | undefined;
|
|
1151
|
+
NextToken?: string | undefined;
|
|
1152
|
+
MaxResults?: number | undefined;
|
|
794
1153
|
}
|
|
795
|
-
export interface
|
|
796
|
-
|
|
797
|
-
|
|
1154
|
+
export interface ViewVersionSummary {
|
|
1155
|
+
Id?: string | undefined;
|
|
1156
|
+
Arn?: string | undefined;
|
|
1157
|
+
Description?: string | undefined;
|
|
1158
|
+
Name?: string | undefined;
|
|
1159
|
+
Type?: ViewType | undefined;
|
|
1160
|
+
Version?: number | undefined;
|
|
1161
|
+
VersionDescription?: string | undefined;
|
|
798
1162
|
}
|
|
799
|
-
export interface
|
|
800
|
-
|
|
1163
|
+
export interface ListViewVersionsResponse {
|
|
1164
|
+
ViewVersionSummaryList?: ViewVersionSummary[] | undefined;
|
|
1165
|
+
NextToken?: string | undefined;
|
|
801
1166
|
}
|
|
802
|
-
export interface
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
ContentType: string | undefined;
|
|
1167
|
+
export interface ListWorkspaceMediaRequest {
|
|
1168
|
+
InstanceId: string | undefined;
|
|
1169
|
+
WorkspaceId: string | undefined;
|
|
806
1170
|
}
|
|
807
|
-
export interface
|
|
808
|
-
|
|
809
|
-
|
|
1171
|
+
export interface MediaItem {
|
|
1172
|
+
Type?: MediaType | undefined;
|
|
1173
|
+
Source?: string | undefined;
|
|
810
1174
|
}
|
|
811
|
-
export interface
|
|
812
|
-
|
|
813
|
-
MessageTemplateId: string | undefined;
|
|
814
|
-
TemplateAttributes: TemplateAttributes | undefined;
|
|
1175
|
+
export interface ListWorkspaceMediaResponse {
|
|
1176
|
+
Media?: MediaItem[] | undefined;
|
|
815
1177
|
}
|
|
816
|
-
export interface
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
1178
|
+
export interface ListWorkspacePagesRequest {
|
|
1179
|
+
InstanceId: string | undefined;
|
|
1180
|
+
WorkspaceId: string | undefined;
|
|
1181
|
+
NextToken?: string | undefined;
|
|
1182
|
+
MaxResults?: number | undefined;
|
|
820
1183
|
}
|
|
821
|
-
export interface
|
|
822
|
-
|
|
823
|
-
|
|
1184
|
+
export interface WorkspacePage {
|
|
1185
|
+
ResourceArn?: string | undefined;
|
|
1186
|
+
Page?: string | undefined;
|
|
1187
|
+
Slug?: string | undefined;
|
|
1188
|
+
InputData?: string | undefined;
|
|
824
1189
|
}
|
|
825
|
-
export interface
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
829
|
-
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
830
|
-
EmailMessage: OutboundEmailContent | undefined;
|
|
831
|
-
TrafficType: TrafficType | undefined;
|
|
832
|
-
SourceCampaign?: SourceCampaign | undefined;
|
|
833
|
-
ClientToken?: string | undefined;
|
|
1190
|
+
export interface ListWorkspacePagesResponse {
|
|
1191
|
+
NextToken?: string | undefined;
|
|
1192
|
+
WorkspacePageList: WorkspacePage[] | undefined;
|
|
834
1193
|
}
|
|
835
|
-
export interface
|
|
836
|
-
export interface StartAttachedFileUploadRequest {
|
|
837
|
-
ClientToken?: string | undefined;
|
|
1194
|
+
export interface ListWorkspacesRequest {
|
|
838
1195
|
InstanceId: string | undefined;
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
UrlExpiryInSeconds?: number | undefined;
|
|
842
|
-
FileUseCaseType: FileUseCaseType | undefined;
|
|
843
|
-
AssociatedResourceArn: string | undefined;
|
|
844
|
-
CreatedBy?: CreatedByInfo | undefined;
|
|
845
|
-
Tags?: Record<string, string> | undefined;
|
|
846
|
-
}
|
|
847
|
-
export interface UploadUrlMetadata {
|
|
848
|
-
Url?: string | undefined;
|
|
849
|
-
UrlExpiry?: string | undefined;
|
|
850
|
-
HeadersToInclude?: Record<string, string> | undefined;
|
|
1196
|
+
NextToken?: string | undefined;
|
|
1197
|
+
MaxResults?: number | undefined;
|
|
851
1198
|
}
|
|
852
|
-
export interface
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
UploadUrlMetadata?: UploadUrlMetadata | undefined;
|
|
1199
|
+
export interface WorkspaceSummary {
|
|
1200
|
+
Id?: string | undefined;
|
|
1201
|
+
Name?: string | undefined;
|
|
1202
|
+
Arn?: string | undefined;
|
|
1203
|
+
LastModifiedTime?: Date | undefined;
|
|
1204
|
+
LastModifiedRegion?: string | undefined;
|
|
859
1205
|
}
|
|
860
|
-
export interface
|
|
861
|
-
|
|
862
|
-
|
|
1206
|
+
export interface ListWorkspacesResponse {
|
|
1207
|
+
NextToken?: string | undefined;
|
|
1208
|
+
WorkspaceSummaryList: WorkspaceSummary[] | undefined;
|
|
863
1209
|
}
|
|
864
|
-
export interface
|
|
865
|
-
|
|
866
|
-
|
|
1210
|
+
export interface MonitorContactRequest {
|
|
1211
|
+
InstanceId: string | undefined;
|
|
1212
|
+
ContactId: string | undefined;
|
|
1213
|
+
UserId: string | undefined;
|
|
1214
|
+
AllowedMonitorCapabilities?: MonitorCapability[] | undefined;
|
|
1215
|
+
ClientToken?: string | undefined;
|
|
867
1216
|
}
|
|
868
|
-
export interface
|
|
1217
|
+
export interface MonitorContactResponse {
|
|
869
1218
|
ContactId?: string | undefined;
|
|
870
|
-
|
|
871
|
-
ParticipantToken?: string | undefined;
|
|
872
|
-
ContinuedFromContactId?: string | undefined;
|
|
1219
|
+
ContactArn?: string | undefined;
|
|
873
1220
|
}
|
|
874
|
-
export interface
|
|
875
|
-
|
|
1221
|
+
export interface PauseContactRequest {
|
|
1222
|
+
ContactId: string | undefined;
|
|
1223
|
+
InstanceId: string | undefined;
|
|
1224
|
+
ContactFlowId?: string | undefined;
|
|
876
1225
|
}
|
|
877
|
-
export interface
|
|
1226
|
+
export interface PauseContactResponse {}
|
|
1227
|
+
export interface PutUserStatusRequest {
|
|
1228
|
+
UserId: string | undefined;
|
|
878
1229
|
InstanceId: string | undefined;
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
1230
|
+
AgentStatusId: string | undefined;
|
|
1231
|
+
}
|
|
1232
|
+
export interface PutUserStatusResponse {}
|
|
1233
|
+
export interface ReleasePhoneNumberRequest {
|
|
1234
|
+
PhoneNumberId: string | undefined;
|
|
882
1235
|
ClientToken?: string | undefined;
|
|
883
|
-
Tags?: Record<string, string> | undefined;
|
|
884
1236
|
}
|
|
885
|
-
export interface
|
|
886
|
-
|
|
887
|
-
|
|
1237
|
+
export interface ReplicateInstanceRequest {
|
|
1238
|
+
InstanceId: string | undefined;
|
|
1239
|
+
ReplicaRegion: string | undefined;
|
|
1240
|
+
ClientToken?: string | undefined;
|
|
1241
|
+
ReplicaAlias: string | undefined;
|
|
888
1242
|
}
|
|
889
|
-
export interface
|
|
890
|
-
|
|
891
|
-
|
|
1243
|
+
export interface ReplicateInstanceResponse {
|
|
1244
|
+
Id?: string | undefined;
|
|
1245
|
+
Arn?: string | undefined;
|
|
892
1246
|
}
|
|
893
|
-
export interface
|
|
894
|
-
InstanceId: string | undefined;
|
|
1247
|
+
export interface ResumeContactRequest {
|
|
895
1248
|
ContactId: string | undefined;
|
|
896
|
-
|
|
897
|
-
|
|
1249
|
+
InstanceId: string | undefined;
|
|
1250
|
+
ContactFlowId?: string | undefined;
|
|
898
1251
|
}
|
|
899
|
-
export interface
|
|
900
|
-
export interface
|
|
1252
|
+
export interface ResumeContactResponse {}
|
|
1253
|
+
export interface ResumeContactRecordingRequest {
|
|
901
1254
|
InstanceId: string | undefined;
|
|
902
1255
|
ContactId: string | undefined;
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
}
|
|
906
|
-
export interface StartContactStreamingResponse {
|
|
907
|
-
StreamingId: string | undefined;
|
|
1256
|
+
InitialContactId: string | undefined;
|
|
1257
|
+
ContactRecordingType?: ContactRecordingType | undefined;
|
|
908
1258
|
}
|
|
909
|
-
export interface
|
|
910
|
-
|
|
911
|
-
|
|
1259
|
+
export interface ResumeContactRecordingResponse {}
|
|
1260
|
+
export interface SearchAgentStatusesResponse {
|
|
1261
|
+
AgentStatuses?: AgentStatus[] | undefined;
|
|
1262
|
+
NextToken?: string | undefined;
|
|
1263
|
+
ApproximateTotalCount?: number | undefined;
|
|
912
1264
|
}
|
|
913
|
-
export interface
|
|
914
|
-
|
|
915
|
-
|
|
1265
|
+
export interface SearchAvailablePhoneNumbersRequest {
|
|
1266
|
+
TargetArn?: string | undefined;
|
|
1267
|
+
InstanceId?: string | undefined;
|
|
1268
|
+
PhoneNumberCountryCode: PhoneNumberCountryCode | undefined;
|
|
1269
|
+
PhoneNumberType: PhoneNumberType | undefined;
|
|
1270
|
+
PhoneNumberPrefix?: string | undefined;
|
|
1271
|
+
MaxResults?: number | undefined;
|
|
1272
|
+
NextToken?: string | undefined;
|
|
916
1273
|
}
|
|
917
|
-
export interface
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
Headers?: Partial<Record<EmailHeaderType, string>> | undefined;
|
|
1274
|
+
export interface AvailableNumberSummary {
|
|
1275
|
+
PhoneNumber?: string | undefined;
|
|
1276
|
+
PhoneNumberCountryCode?: PhoneNumberCountryCode | undefined;
|
|
1277
|
+
PhoneNumberType?: PhoneNumberType | undefined;
|
|
922
1278
|
}
|
|
923
|
-
export interface
|
|
924
|
-
|
|
925
|
-
|
|
1279
|
+
export interface SearchAvailablePhoneNumbersResponse {
|
|
1280
|
+
NextToken?: string | undefined;
|
|
1281
|
+
AvailableNumbersList?: AvailableNumberSummary[] | undefined;
|
|
926
1282
|
}
|
|
927
|
-
export interface
|
|
928
|
-
|
|
1283
|
+
export interface BooleanCondition {
|
|
1284
|
+
FieldName?: string | undefined;
|
|
1285
|
+
ComparisonType?: BooleanComparisonType | undefined;
|
|
929
1286
|
}
|
|
930
|
-
export interface
|
|
931
|
-
|
|
1287
|
+
export interface DateTimeCondition {
|
|
1288
|
+
FieldName?: string | undefined;
|
|
1289
|
+
MinValue?: string | undefined;
|
|
1290
|
+
MaxValue?: string | undefined;
|
|
1291
|
+
ComparisonType?: DateTimeComparisonType | undefined;
|
|
932
1292
|
}
|
|
933
|
-
export interface
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
939
|
-
EmailMessage: OutboundEmailContent | undefined;
|
|
940
|
-
ClientToken?: string | undefined;
|
|
1293
|
+
export interface DecimalCondition {
|
|
1294
|
+
FieldName?: string | undefined;
|
|
1295
|
+
MinValue?: number | undefined;
|
|
1296
|
+
MaxValue?: number | undefined;
|
|
1297
|
+
ComparisonType?: DecimalComparisonType | undefined;
|
|
941
1298
|
}
|
|
942
|
-
export interface
|
|
943
|
-
|
|
1299
|
+
export interface NumberCondition {
|
|
1300
|
+
FieldName?: string | undefined;
|
|
1301
|
+
MinValue?: number | undefined;
|
|
1302
|
+
MaxValue?: number | undefined;
|
|
1303
|
+
ComparisonType?: NumberComparisonType | undefined;
|
|
944
1304
|
}
|
|
945
|
-
export interface
|
|
946
|
-
|
|
947
|
-
AwaitAnswerMachinePrompt?: boolean | undefined;
|
|
1305
|
+
export interface EvaluationSearchFilter {
|
|
1306
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
948
1307
|
}
|
|
949
|
-
export interface
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
1308
|
+
export interface EvaluationSearchMetadata {
|
|
1309
|
+
ContactId: string | undefined;
|
|
1310
|
+
EvaluatorArn: string | undefined;
|
|
1311
|
+
ContactAgentId?: string | undefined;
|
|
1312
|
+
CalibrationSessionId?: string | undefined;
|
|
1313
|
+
ScorePercentage?: number | undefined;
|
|
1314
|
+
ScoreAutomaticFail?: boolean | undefined;
|
|
1315
|
+
ScoreNotApplicable?: boolean | undefined;
|
|
1316
|
+
AutoEvaluationEnabled?: boolean | undefined;
|
|
1317
|
+
AutoEvaluationStatus?: AutoEvaluationStatus | undefined;
|
|
1318
|
+
AcknowledgedTime?: Date | undefined;
|
|
1319
|
+
AcknowledgedBy?: string | undefined;
|
|
1320
|
+
AcknowledgerComment?: string | undefined;
|
|
1321
|
+
SamplingJobId?: string | undefined;
|
|
1322
|
+
ReviewId?: string | undefined;
|
|
1323
|
+
ContactParticipantRole?: ContactParticipantRole | undefined;
|
|
1324
|
+
ContactParticipantId?: string | undefined;
|
|
966
1325
|
}
|
|
967
|
-
export interface
|
|
968
|
-
|
|
1326
|
+
export interface EvaluationSearchSummary {
|
|
1327
|
+
EvaluationId: string | undefined;
|
|
1328
|
+
EvaluationArn: string | undefined;
|
|
1329
|
+
EvaluationFormId?: string | undefined;
|
|
1330
|
+
EvaluationFormVersion: number | undefined;
|
|
1331
|
+
EvaluationFormTitle?: string | undefined;
|
|
1332
|
+
Metadata: EvaluationSearchMetadata | undefined;
|
|
1333
|
+
Status: EvaluationStatus | undefined;
|
|
1334
|
+
EvaluationType?: EvaluationType | undefined;
|
|
1335
|
+
CreatedTime: Date | undefined;
|
|
1336
|
+
LastModifiedTime: Date | undefined;
|
|
1337
|
+
Tags?: Record<string, string> | undefined;
|
|
969
1338
|
}
|
|
970
|
-
export interface
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
1339
|
+
export interface SearchContactEvaluationsResponse {
|
|
1340
|
+
EvaluationSearchSummaryList?: EvaluationSearchSummary[] | undefined;
|
|
1341
|
+
NextToken?: string | undefined;
|
|
1342
|
+
ApproximateTotalCount?: number | undefined;
|
|
974
1343
|
}
|
|
975
|
-
export interface
|
|
976
|
-
|
|
977
|
-
|
|
1344
|
+
export interface ControlPlaneTagFilter {
|
|
1345
|
+
OrConditions?: TagCondition[][] | undefined;
|
|
1346
|
+
AndConditions?: TagCondition[] | undefined;
|
|
1347
|
+
TagCondition?: TagCondition | undefined;
|
|
978
1348
|
}
|
|
979
|
-
export interface
|
|
980
|
-
|
|
981
|
-
ClientToken?: string | undefined;
|
|
982
|
-
ContactFlowId: string | undefined;
|
|
983
|
-
InstanceId: string | undefined;
|
|
984
|
-
AllowedCapabilities?: AllowedCapabilities | undefined;
|
|
985
|
-
ParticipantDetails: ParticipantDetails | undefined;
|
|
986
|
-
RelatedContactId?: string | undefined;
|
|
987
|
-
References?: Record<string, Reference> | undefined;
|
|
988
|
-
Description?: string | undefined;
|
|
1349
|
+
export interface ContactFlowModuleSearchFilter {
|
|
1350
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
989
1351
|
}
|
|
990
|
-
export interface
|
|
991
|
-
|
|
992
|
-
|
|
1352
|
+
export interface SearchContactFlowModulesResponse {
|
|
1353
|
+
ContactFlowModules?: ContactFlowModule[] | undefined;
|
|
1354
|
+
NextToken?: string | undefined;
|
|
1355
|
+
ApproximateTotalCount?: number | undefined;
|
|
993
1356
|
}
|
|
994
|
-
export interface
|
|
995
|
-
|
|
996
|
-
AudioFallbackUrl?: string | undefined;
|
|
997
|
-
SignalingUrl?: string | undefined;
|
|
998
|
-
TurnControlUrl?: string | undefined;
|
|
999
|
-
EventIngestionUrl?: string | undefined;
|
|
1357
|
+
export interface ContactFlowTypeCondition {
|
|
1358
|
+
ContactFlowType?: ContactFlowType | undefined;
|
|
1000
1359
|
}
|
|
1001
|
-
export interface
|
|
1002
|
-
|
|
1360
|
+
export interface ContactFlowAttributeAndCondition {
|
|
1361
|
+
TagConditions?: TagCondition[] | undefined;
|
|
1362
|
+
ContactFlowTypeCondition?: ContactFlowTypeCondition | undefined;
|
|
1003
1363
|
}
|
|
1004
|
-
export interface
|
|
1005
|
-
|
|
1364
|
+
export interface ContactFlowAttributeFilter {
|
|
1365
|
+
OrConditions?: ContactFlowAttributeAndCondition[] | undefined;
|
|
1366
|
+
AndCondition?: ContactFlowAttributeAndCondition | undefined;
|
|
1367
|
+
TagCondition?: TagCondition | undefined;
|
|
1368
|
+
ContactFlowTypeCondition?: ContactFlowTypeCondition | undefined;
|
|
1006
1369
|
}
|
|
1007
|
-
export interface
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
MeetingFeatures?: MeetingFeaturesConfiguration | undefined;
|
|
1011
|
-
MeetingId?: string | undefined;
|
|
1370
|
+
export interface ContactFlowSearchFilter {
|
|
1371
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
1372
|
+
FlowAttributeFilter?: ContactFlowAttributeFilter | undefined;
|
|
1012
1373
|
}
|
|
1013
|
-
export interface
|
|
1014
|
-
|
|
1015
|
-
|
|
1374
|
+
export interface SearchContactFlowsResponse {
|
|
1375
|
+
ContactFlows?: ContactFlow[] | undefined;
|
|
1376
|
+
NextToken?: string | undefined;
|
|
1377
|
+
ApproximateTotalCount?: number | undefined;
|
|
1016
1378
|
}
|
|
1017
|
-
export interface
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
ParticipantToken?: string | undefined;
|
|
1379
|
+
export interface SearchContactsTimeRange {
|
|
1380
|
+
Type: SearchContactsTimeRangeType | undefined;
|
|
1381
|
+
StartTime: Date | undefined;
|
|
1382
|
+
EndTime: Date | undefined;
|
|
1022
1383
|
}
|
|
1023
|
-
export interface
|
|
1024
|
-
|
|
1384
|
+
export interface SearchContactsTimestampCondition {
|
|
1385
|
+
Type: SearchContactsTimeRangeType | undefined;
|
|
1386
|
+
ConditionType: SearchContactsTimeRangeConditionType | undefined;
|
|
1025
1387
|
}
|
|
1026
|
-
export interface
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
DisconnectReason?: DisconnectReason | undefined;
|
|
1388
|
+
export interface SearchContactsAdditionalTimeRangeCriteria {
|
|
1389
|
+
TimeRange?: SearchContactsTimeRange | undefined;
|
|
1390
|
+
TimestampCondition?: SearchContactsTimestampCondition | undefined;
|
|
1030
1391
|
}
|
|
1031
|
-
export interface
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
ContactId: string | undefined;
|
|
1035
|
-
InitialContactId: string | undefined;
|
|
1036
|
-
ContactRecordingType?: ContactRecordingType | undefined;
|
|
1392
|
+
export interface SearchContactsAdditionalTimeRange {
|
|
1393
|
+
Criteria: SearchContactsAdditionalTimeRangeCriteria[] | undefined;
|
|
1394
|
+
MatchType: SearchContactsMatchType | undefined;
|
|
1037
1395
|
}
|
|
1038
|
-
export interface
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
StreamingId: string | undefined;
|
|
1396
|
+
export interface TranscriptCriteria {
|
|
1397
|
+
ParticipantRole: ParticipantRole | undefined;
|
|
1398
|
+
SearchText: string[] | undefined;
|
|
1399
|
+
MatchType: SearchContactsMatchType | undefined;
|
|
1043
1400
|
}
|
|
1044
|
-
export interface
|
|
1045
|
-
|
|
1046
|
-
|
|
1401
|
+
export interface Transcript {
|
|
1402
|
+
Criteria: TranscriptCriteria[] | undefined;
|
|
1403
|
+
MatchType?: SearchContactsMatchType | undefined;
|
|
1047
1404
|
}
|
|
1048
|
-
export
|
|
1049
|
-
|
|
|
1050
|
-
| EvaluatorUserUnion.$UnknownMember;
|
|
1051
|
-
export declare namespace EvaluatorUserUnion {
|
|
1052
|
-
interface ConnectUserArnMember {
|
|
1053
|
-
ConnectUserArn: string;
|
|
1054
|
-
$unknown?: never;
|
|
1055
|
-
}
|
|
1056
|
-
interface $UnknownMember {
|
|
1057
|
-
ConnectUserArn?: never;
|
|
1058
|
-
$unknown: [string, any];
|
|
1059
|
-
}
|
|
1060
|
-
interface Visitor<T> {
|
|
1061
|
-
ConnectUserArn: (value: string) => T;
|
|
1062
|
-
_: (name: string, value: any) => T;
|
|
1063
|
-
}
|
|
1405
|
+
export interface ContactAnalysis {
|
|
1406
|
+
Transcript?: Transcript | undefined;
|
|
1064
1407
|
}
|
|
1065
|
-
export interface
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
Answers?: Record<string, EvaluationAnswerInput> | undefined;
|
|
1069
|
-
Notes?: Record<string, EvaluationNote> | undefined;
|
|
1070
|
-
SubmittedBy?: EvaluatorUserUnion | undefined;
|
|
1408
|
+
export interface NameCriteria {
|
|
1409
|
+
SearchText: string[] | undefined;
|
|
1410
|
+
MatchType: SearchContactsMatchType | undefined;
|
|
1071
1411
|
}
|
|
1072
|
-
export interface
|
|
1073
|
-
|
|
1074
|
-
|
|
1412
|
+
export interface SearchableAgentCriteriaStep {
|
|
1413
|
+
AgentIds?: string[] | undefined;
|
|
1414
|
+
MatchType?: SearchContactsMatchType | undefined;
|
|
1075
1415
|
}
|
|
1076
|
-
export interface
|
|
1077
|
-
|
|
1078
|
-
ContactId: string | undefined;
|
|
1079
|
-
InitialContactId: string | undefined;
|
|
1080
|
-
ContactRecordingType?: ContactRecordingType | undefined;
|
|
1416
|
+
export interface SearchableRoutingCriteriaStep {
|
|
1417
|
+
AgentCriteria?: SearchableAgentCriteriaStep | undefined;
|
|
1081
1418
|
}
|
|
1082
|
-
export interface
|
|
1083
|
-
|
|
1084
|
-
ContactId: string | undefined;
|
|
1085
|
-
InstanceId: string | undefined;
|
|
1086
|
-
Tags: Record<string, string> | undefined;
|
|
1419
|
+
export interface SearchableRoutingCriteria {
|
|
1420
|
+
Steps?: SearchableRoutingCriteriaStep[] | undefined;
|
|
1087
1421
|
}
|
|
1088
|
-
export interface
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
tags: Record<string, string> | undefined;
|
|
1422
|
+
export interface SearchableContactAttributesCriteria {
|
|
1423
|
+
Key: string | undefined;
|
|
1424
|
+
Values: string[] | undefined;
|
|
1092
1425
|
}
|
|
1093
|
-
export interface
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
QueueId?: string | undefined;
|
|
1097
|
-
UserId?: string | undefined;
|
|
1098
|
-
ContactFlowId: string | undefined;
|
|
1099
|
-
ClientToken?: string | undefined;
|
|
1426
|
+
export interface SearchableContactAttributes {
|
|
1427
|
+
Criteria: SearchableContactAttributesCriteria[] | undefined;
|
|
1428
|
+
MatchType?: SearchContactsMatchType | undefined;
|
|
1100
1429
|
}
|
|
1101
|
-
export interface
|
|
1102
|
-
|
|
1103
|
-
|
|
1430
|
+
export interface SearchableSegmentAttributesCriteria {
|
|
1431
|
+
Key: string | undefined;
|
|
1432
|
+
Values: string[] | undefined;
|
|
1104
1433
|
}
|
|
1105
|
-
export interface
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
TagKeys: string[] | undefined;
|
|
1434
|
+
export interface SearchableSegmentAttributes {
|
|
1435
|
+
Criteria: SearchableSegmentAttributesCriteria[] | undefined;
|
|
1436
|
+
MatchType?: SearchContactsMatchType | undefined;
|
|
1109
1437
|
}
|
|
1110
|
-
export interface
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1438
|
+
export interface SearchCriteria {
|
|
1439
|
+
Name?: NameCriteria | undefined;
|
|
1440
|
+
AgentIds?: string[] | undefined;
|
|
1441
|
+
AgentHierarchyGroups?: AgentHierarchyGroups | undefined;
|
|
1442
|
+
Channels?: Channel[] | undefined;
|
|
1443
|
+
ContactAnalysis?: ContactAnalysis | undefined;
|
|
1444
|
+
InitiationMethods?: ContactInitiationMethod[] | undefined;
|
|
1445
|
+
QueueIds?: string[] | undefined;
|
|
1446
|
+
RoutingCriteria?: SearchableRoutingCriteria | undefined;
|
|
1447
|
+
AdditionalTimeRange?: SearchContactsAdditionalTimeRange | undefined;
|
|
1448
|
+
SearchableContactAttributes?: SearchableContactAttributes | undefined;
|
|
1449
|
+
SearchableSegmentAttributes?: SearchableSegmentAttributes | undefined;
|
|
1114
1450
|
}
|
|
1115
|
-
export interface
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
Name?: string | undefined;
|
|
1119
|
-
Description?: string | undefined;
|
|
1120
|
-
State?: AgentStatusState | undefined;
|
|
1121
|
-
DisplayOrder?: number | undefined;
|
|
1122
|
-
ResetOrderNumber?: boolean | undefined;
|
|
1451
|
+
export interface Sort {
|
|
1452
|
+
FieldName: SortableFieldName | undefined;
|
|
1453
|
+
Order: SortOrder | undefined;
|
|
1123
1454
|
}
|
|
1124
|
-
export interface
|
|
1125
|
-
AuthenticationProfileId: string | undefined;
|
|
1455
|
+
export interface SearchContactsRequest {
|
|
1126
1456
|
InstanceId: string | undefined;
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
SessionInactivityDuration?: number | undefined;
|
|
1133
|
-
SessionInactivityHandlingEnabled?: boolean | undefined;
|
|
1457
|
+
TimeRange: SearchContactsTimeRange | undefined;
|
|
1458
|
+
SearchCriteria?: SearchCriteria | undefined;
|
|
1459
|
+
MaxResults?: number | undefined;
|
|
1460
|
+
NextToken?: string | undefined;
|
|
1461
|
+
Sort?: Sort | undefined;
|
|
1134
1462
|
}
|
|
1135
|
-
export interface
|
|
1463
|
+
export interface ContactSearchSummaryAgentInfo {
|
|
1136
1464
|
Id?: string | undefined;
|
|
1465
|
+
ConnectedToAgentTimestamp?: Date | undefined;
|
|
1137
1466
|
}
|
|
1138
|
-
export interface
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
InstanceId: string | undefined;
|
|
1142
|
-
Attributes: Record<string, string> | undefined;
|
|
1467
|
+
export interface ContactSearchSummaryQueueInfo {
|
|
1468
|
+
Id?: string | undefined;
|
|
1469
|
+
EnqueueTimestamp?: Date | undefined;
|
|
1143
1470
|
}
|
|
1144
|
-
export interface
|
|
1145
|
-
|
|
1146
|
-
InstanceId: string | undefined;
|
|
1147
|
-
EvaluationId: string | undefined;
|
|
1148
|
-
Answers?: Record<string, EvaluationAnswerInput> | undefined;
|
|
1149
|
-
Notes?: Record<string, EvaluationNote> | undefined;
|
|
1150
|
-
UpdatedBy?: EvaluatorUserUnion | undefined;
|
|
1471
|
+
export interface DataTableSearchFilter {
|
|
1472
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
1151
1473
|
}
|
|
1152
|
-
export interface
|
|
1153
|
-
|
|
1154
|
-
|
|
1474
|
+
export interface SearchDataTablesResponse {
|
|
1475
|
+
DataTables?: DataTable[] | undefined;
|
|
1476
|
+
NextToken?: string | undefined;
|
|
1477
|
+
ApproximateTotalCount?: number | undefined;
|
|
1155
1478
|
}
|
|
1156
|
-
export interface
|
|
1157
|
-
|
|
1158
|
-
ContactFlowId: string | undefined;
|
|
1159
|
-
Content: string | undefined;
|
|
1479
|
+
export interface EmailAddressSearchFilter {
|
|
1480
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
1160
1481
|
}
|
|
1161
|
-
export interface
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
Name?: string | undefined;
|
|
1482
|
+
export interface EmailAddressMetadata {
|
|
1483
|
+
EmailAddressId?: string | undefined;
|
|
1484
|
+
EmailAddressArn?: string | undefined;
|
|
1485
|
+
EmailAddress?: string | undefined;
|
|
1166
1486
|
Description?: string | undefined;
|
|
1167
|
-
|
|
1487
|
+
DisplayName?: string | undefined;
|
|
1488
|
+
AliasConfigurations?: AliasConfiguration[] | undefined;
|
|
1168
1489
|
}
|
|
1169
|
-
export interface
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
AliasId: string | undefined;
|
|
1174
|
-
Name?: string | undefined;
|
|
1175
|
-
Description?: string | undefined;
|
|
1176
|
-
ContactFlowModuleVersion?: number | undefined;
|
|
1490
|
+
export interface SearchEmailAddressesResponse {
|
|
1491
|
+
NextToken?: string | undefined;
|
|
1492
|
+
EmailAddresses?: EmailAddressMetadata[] | undefined;
|
|
1493
|
+
ApproximateTotalCount?: number | undefined;
|
|
1177
1494
|
}
|
|
1178
|
-
export interface
|
|
1179
|
-
|
|
1180
|
-
InstanceId: string | undefined;
|
|
1181
|
-
ContactFlowModuleId: string | undefined;
|
|
1182
|
-
Content?: string | undefined;
|
|
1183
|
-
Settings?: string | undefined;
|
|
1495
|
+
export interface EvaluationFormSearchFilter {
|
|
1496
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
1184
1497
|
}
|
|
1185
|
-
export interface
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1498
|
+
export interface EvaluationFormSearchSummary {
|
|
1499
|
+
EvaluationFormId: string | undefined;
|
|
1500
|
+
EvaluationFormArn: string | undefined;
|
|
1501
|
+
Title: string | undefined;
|
|
1502
|
+
Status: EvaluationFormVersionStatus | undefined;
|
|
1190
1503
|
Description?: string | undefined;
|
|
1191
|
-
|
|
1504
|
+
CreatedTime: Date | undefined;
|
|
1505
|
+
CreatedBy: string | undefined;
|
|
1506
|
+
LastModifiedTime: Date | undefined;
|
|
1507
|
+
LastModifiedBy: string | undefined;
|
|
1508
|
+
LastActivatedTime?: Date | undefined;
|
|
1509
|
+
LastActivatedBy?: string | undefined;
|
|
1510
|
+
LatestVersion: number | undefined;
|
|
1511
|
+
ActiveVersion?: number | undefined;
|
|
1512
|
+
AutoEvaluationEnabled?: boolean | undefined;
|
|
1513
|
+
EvaluationFormLanguage?: EvaluationFormLanguageCode | undefined;
|
|
1514
|
+
ContactInteractionType?: ContactInteractionType | undefined;
|
|
1515
|
+
Tags?: Record<string, string> | undefined;
|
|
1192
1516
|
}
|
|
1193
|
-
export interface
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
Name?: string | undefined;
|
|
1198
|
-
Description?: string | undefined;
|
|
1517
|
+
export interface SearchEvaluationFormsResponse {
|
|
1518
|
+
EvaluationFormSearchSummaryList?: EvaluationFormSearchSummary[] | undefined;
|
|
1519
|
+
NextToken?: string | undefined;
|
|
1520
|
+
ApproximateTotalCount?: number | undefined;
|
|
1199
1521
|
}
|
|
1200
|
-
export interface
|
|
1201
|
-
|
|
1202
|
-
|
|
1522
|
+
export interface DateCondition {
|
|
1523
|
+
FieldName?: string | undefined;
|
|
1524
|
+
Value?: string | undefined;
|
|
1525
|
+
ComparisonType?: DateComparisonType | undefined;
|
|
1203
1526
|
}
|
|
1204
|
-
export interface
|
|
1205
|
-
|
|
1206
|
-
InstanceId: string | undefined;
|
|
1207
|
-
ContactId: string | undefined;
|
|
1208
|
-
ScheduledTime: Date | undefined;
|
|
1527
|
+
export interface HoursOfOperationSearchFilter {
|
|
1528
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
1209
1529
|
}
|
|
1210
|
-
export interface
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
Description?: string | undefined;
|
|
1215
|
-
DisplayName?: string | undefined;
|
|
1216
|
-
ClientToken?: string | undefined;
|
|
1530
|
+
export interface SearchHoursOfOperationOverridesResponse {
|
|
1531
|
+
HoursOfOperationOverrides?: HoursOfOperationOverride[] | undefined;
|
|
1532
|
+
NextToken?: string | undefined;
|
|
1533
|
+
ApproximateTotalCount?: number | undefined;
|
|
1217
1534
|
}
|
|
1218
|
-
export interface
|
|
1219
|
-
|
|
1220
|
-
|
|
1535
|
+
export interface SearchHoursOfOperationsResponse {
|
|
1536
|
+
HoursOfOperations?: HoursOfOperation[] | undefined;
|
|
1537
|
+
NextToken?: string | undefined;
|
|
1538
|
+
ApproximateTotalCount?: number | undefined;
|
|
1221
1539
|
}
|
|
1222
|
-
export interface
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1540
|
+
export interface SearchPredefinedAttributesResponse {
|
|
1541
|
+
PredefinedAttributes?: PredefinedAttribute[] | undefined;
|
|
1542
|
+
NextToken?: string | undefined;
|
|
1543
|
+
ApproximateTotalCount?: number | undefined;
|
|
1226
1544
|
}
|
|
1227
|
-
export interface
|
|
1228
|
-
|
|
1229
|
-
HoursOfOperationId: string | undefined;
|
|
1230
|
-
Name?: string | undefined;
|
|
1231
|
-
Description?: string | undefined;
|
|
1232
|
-
TimeZone?: string | undefined;
|
|
1233
|
-
Config?: HoursOfOperationConfig[] | undefined;
|
|
1545
|
+
export interface PromptSearchFilter {
|
|
1546
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
1234
1547
|
}
|
|
1235
|
-
export interface
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
Name?: string | undefined;
|
|
1240
|
-
Description?: string | undefined;
|
|
1241
|
-
Config?: HoursOfOperationOverrideConfig[] | undefined;
|
|
1242
|
-
EffectiveFrom?: string | undefined;
|
|
1243
|
-
EffectiveTill?: string | undefined;
|
|
1548
|
+
export interface SearchPromptsResponse {
|
|
1549
|
+
Prompts?: Prompt[] | undefined;
|
|
1550
|
+
NextToken?: string | undefined;
|
|
1551
|
+
ApproximateTotalCount?: number | undefined;
|
|
1244
1552
|
}
|
|
1245
|
-
export interface
|
|
1246
|
-
|
|
1247
|
-
AttributeType: InstanceAttributeType | undefined;
|
|
1248
|
-
Value: string | undefined;
|
|
1249
|
-
ClientToken?: string | undefined;
|
|
1553
|
+
export interface QueueSearchFilter {
|
|
1554
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
1250
1555
|
}
|
|
1251
|
-
export interface
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
StorageConfig: InstanceStorageConfig | undefined;
|
|
1256
|
-
ClientToken?: string | undefined;
|
|
1556
|
+
export interface SearchQueuesResponse {
|
|
1557
|
+
Queues?: Queue[] | undefined;
|
|
1558
|
+
NextToken?: string | undefined;
|
|
1559
|
+
ApproximateTotalCount?: number | undefined;
|
|
1257
1560
|
}
|
|
1258
|
-
export interface
|
|
1259
|
-
|
|
1260
|
-
InstanceId: string | undefined;
|
|
1261
|
-
Code?: string | undefined;
|
|
1262
|
-
Error?: string | undefined;
|
|
1263
|
-
ErrorDescription?: string | undefined;
|
|
1264
|
-
}
|
|
1265
|
-
export interface UpdateParticipantAuthenticationResponse {}
|
|
1266
|
-
export type ParticipantTimerValue =
|
|
1267
|
-
| ParticipantTimerValue.ParticipantTimerActionMember
|
|
1268
|
-
| ParticipantTimerValue.ParticipantTimerDurationInMinutesMember
|
|
1269
|
-
| ParticipantTimerValue.$UnknownMember;
|
|
1270
|
-
export declare namespace ParticipantTimerValue {
|
|
1271
|
-
interface ParticipantTimerActionMember {
|
|
1272
|
-
ParticipantTimerAction: ParticipantTimerAction;
|
|
1273
|
-
ParticipantTimerDurationInMinutes?: never;
|
|
1274
|
-
$unknown?: never;
|
|
1275
|
-
}
|
|
1276
|
-
interface ParticipantTimerDurationInMinutesMember {
|
|
1277
|
-
ParticipantTimerAction?: never;
|
|
1278
|
-
ParticipantTimerDurationInMinutes: number;
|
|
1279
|
-
$unknown?: never;
|
|
1280
|
-
}
|
|
1281
|
-
interface $UnknownMember {
|
|
1282
|
-
ParticipantTimerAction?: never;
|
|
1283
|
-
ParticipantTimerDurationInMinutes?: never;
|
|
1284
|
-
$unknown: [string, any];
|
|
1285
|
-
}
|
|
1286
|
-
interface Visitor<T> {
|
|
1287
|
-
ParticipantTimerAction: (value: ParticipantTimerAction) => T;
|
|
1288
|
-
ParticipantTimerDurationInMinutes: (value: number) => T;
|
|
1289
|
-
_: (name: string, value: any) => T;
|
|
1290
|
-
}
|
|
1561
|
+
export interface QuickConnectSearchFilter {
|
|
1562
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
1291
1563
|
}
|
|
1292
|
-
export interface
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1564
|
+
export interface SearchQuickConnectsResponse {
|
|
1565
|
+
QuickConnects?: QuickConnect[] | undefined;
|
|
1566
|
+
NextToken?: string | undefined;
|
|
1567
|
+
ApproximateTotalCount?: number | undefined;
|
|
1296
1568
|
}
|
|
1297
|
-
export interface
|
|
1298
|
-
|
|
1569
|
+
export interface TagSearchCondition {
|
|
1570
|
+
tagKey?: string | undefined;
|
|
1571
|
+
tagValue?: string | undefined;
|
|
1572
|
+
tagKeyComparisonType?: StringComparisonType | undefined;
|
|
1573
|
+
tagValueComparisonType?: StringComparisonType | undefined;
|
|
1299
1574
|
}
|
|
1300
|
-
export
|
|
1301
|
-
|
|
|
1302
|
-
| UpdateParticipantRoleConfigChannelInfo.$UnknownMember;
|
|
1303
|
-
export declare namespace UpdateParticipantRoleConfigChannelInfo {
|
|
1304
|
-
interface ChatMember {
|
|
1305
|
-
Chat: ChatParticipantRoleConfig;
|
|
1306
|
-
$unknown?: never;
|
|
1307
|
-
}
|
|
1308
|
-
interface $UnknownMember {
|
|
1309
|
-
Chat?: never;
|
|
1310
|
-
$unknown: [string, any];
|
|
1311
|
-
}
|
|
1312
|
-
interface Visitor<T> {
|
|
1313
|
-
Chat: (value: ChatParticipantRoleConfig) => T;
|
|
1314
|
-
_: (name: string, value: any) => T;
|
|
1315
|
-
}
|
|
1575
|
+
export interface ResourceTagsSearchCriteria {
|
|
1576
|
+
TagSearchCondition?: TagSearchCondition | undefined;
|
|
1316
1577
|
}
|
|
1317
|
-
export interface
|
|
1578
|
+
export interface SearchResourceTagsRequest {
|
|
1318
1579
|
InstanceId: string | undefined;
|
|
1319
|
-
|
|
1320
|
-
|
|
1580
|
+
ResourceTypes?: string[] | undefined;
|
|
1581
|
+
NextToken?: string | undefined;
|
|
1582
|
+
MaxResults?: number | undefined;
|
|
1583
|
+
SearchCriteria?: ResourceTagsSearchCriteria | undefined;
|
|
1321
1584
|
}
|
|
1322
|
-
export interface
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
TargetArn?: string | undefined;
|
|
1326
|
-
InstanceId?: string | undefined;
|
|
1327
|
-
ClientToken?: string | undefined;
|
|
1585
|
+
export interface TagSet {
|
|
1586
|
+
key?: string | undefined;
|
|
1587
|
+
value?: string | undefined;
|
|
1328
1588
|
}
|
|
1329
|
-
export interface
|
|
1330
|
-
|
|
1331
|
-
|
|
1589
|
+
export interface SearchResourceTagsResponse {
|
|
1590
|
+
Tags?: TagSet[] | undefined;
|
|
1591
|
+
NextToken?: string | undefined;
|
|
1332
1592
|
}
|
|
1333
|
-
export interface
|
|
1334
|
-
|
|
1335
|
-
PhoneNumberDescription?: string | undefined;
|
|
1336
|
-
ClientToken?: string | undefined;
|
|
1593
|
+
export interface RoutingProfileSearchFilter {
|
|
1594
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
1337
1595
|
}
|
|
1338
|
-
export interface
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
Purposes?: string[] | undefined;
|
|
1343
|
-
AttributeConfiguration?: InputPredefinedAttributeConfiguration | undefined;
|
|
1596
|
+
export interface SearchRoutingProfilesResponse {
|
|
1597
|
+
RoutingProfiles?: RoutingProfile[] | undefined;
|
|
1598
|
+
NextToken?: string | undefined;
|
|
1599
|
+
ApproximateTotalCount?: number | undefined;
|
|
1344
1600
|
}
|
|
1345
|
-
export interface
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1601
|
+
export interface SecurityProfilesSearchFilter {
|
|
1602
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
1603
|
+
}
|
|
1604
|
+
export interface SecurityProfileSearchSummary {
|
|
1605
|
+
Id?: string | undefined;
|
|
1606
|
+
OrganizationResourceId?: string | undefined;
|
|
1607
|
+
Arn?: string | undefined;
|
|
1608
|
+
SecurityProfileName?: string | undefined;
|
|
1349
1609
|
Description?: string | undefined;
|
|
1350
|
-
|
|
1610
|
+
Tags?: Record<string, string> | undefined;
|
|
1351
1611
|
}
|
|
1352
|
-
export interface
|
|
1353
|
-
|
|
1354
|
-
|
|
1612
|
+
export interface SearchSecurityProfilesResponse {
|
|
1613
|
+
SecurityProfiles?: SecurityProfileSearchSummary[] | undefined;
|
|
1614
|
+
NextToken?: string | undefined;
|
|
1615
|
+
ApproximateTotalCount?: number | undefined;
|
|
1355
1616
|
}
|
|
1356
|
-
export interface
|
|
1357
|
-
|
|
1358
|
-
QueueId: string | undefined;
|
|
1359
|
-
HoursOfOperationId: string | undefined;
|
|
1617
|
+
export interface UserHierarchyGroupSearchFilter {
|
|
1618
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
1360
1619
|
}
|
|
1361
|
-
export interface
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1620
|
+
export interface SearchUserHierarchyGroupsResponse {
|
|
1621
|
+
UserHierarchyGroups?: HierarchyGroup[] | undefined;
|
|
1622
|
+
NextToken?: string | undefined;
|
|
1623
|
+
ApproximateTotalCount?: number | undefined;
|
|
1365
1624
|
}
|
|
1366
|
-
export interface
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
Name?: string | undefined;
|
|
1370
|
-
Description?: string | undefined;
|
|
1625
|
+
export interface HierarchyGroupCondition {
|
|
1626
|
+
Value?: string | undefined;
|
|
1627
|
+
HierarchyGroupMatchType?: HierarchyGroupMatchType | undefined;
|
|
1371
1628
|
}
|
|
1372
|
-
export interface
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
OutboundCallerConfig: OutboundCallerConfig | undefined;
|
|
1629
|
+
export interface Condition {
|
|
1630
|
+
StringCondition?: StringCondition | undefined;
|
|
1631
|
+
NumberCondition?: NumberCondition | undefined;
|
|
1376
1632
|
}
|
|
1377
|
-
export interface
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
OutboundEmailConfig: OutboundEmailConfig | undefined;
|
|
1633
|
+
export interface ListCondition {
|
|
1634
|
+
TargetListType?: TargetListType | undefined;
|
|
1635
|
+
Conditions?: Condition[] | undefined;
|
|
1381
1636
|
}
|
|
1382
|
-
export interface
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
Status: QueueStatus | undefined;
|
|
1637
|
+
export interface AttributeAndCondition {
|
|
1638
|
+
TagConditions?: TagCondition[] | undefined;
|
|
1639
|
+
HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
|
|
1386
1640
|
}
|
|
1387
|
-
export interface
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1641
|
+
export interface ControlPlaneUserAttributeFilter {
|
|
1642
|
+
OrConditions?: AttributeAndCondition[] | undefined;
|
|
1643
|
+
AndCondition?: AttributeAndCondition | undefined;
|
|
1644
|
+
TagCondition?: TagCondition | undefined;
|
|
1645
|
+
HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
|
|
1391
1646
|
}
|
|
1392
|
-
export interface
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1647
|
+
export interface UserSearchFilter {
|
|
1648
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
1649
|
+
UserAttributeFilter?: ControlPlaneUserAttributeFilter | undefined;
|
|
1650
|
+
}
|
|
1651
|
+
export interface UserIdentityInfoLite {
|
|
1652
|
+
FirstName?: string | undefined;
|
|
1653
|
+
LastName?: string | undefined;
|
|
1654
|
+
}
|
|
1655
|
+
export interface UserSearchSummary {
|
|
1656
|
+
Arn?: string | undefined;
|
|
1657
|
+
DirectoryUserId?: string | undefined;
|
|
1658
|
+
HierarchyGroupId?: string | undefined;
|
|
1659
|
+
Id?: string | undefined;
|
|
1660
|
+
IdentityInfo?: UserIdentityInfoLite | undefined;
|
|
1661
|
+
PhoneConfig?: UserPhoneConfig | undefined;
|
|
1662
|
+
RoutingProfileId?: string | undefined;
|
|
1663
|
+
SecurityProfileIds?: string[] | undefined;
|
|
1664
|
+
Tags?: Record<string, string> | undefined;
|
|
1665
|
+
Username?: string | undefined;
|
|
1666
|
+
}
|
|
1667
|
+
export interface SearchUsersResponse {
|
|
1668
|
+
Users?: UserSearchSummary[] | undefined;
|
|
1669
|
+
NextToken?: string | undefined;
|
|
1670
|
+
ApproximateTotalCount?: number | undefined;
|
|
1671
|
+
}
|
|
1672
|
+
export interface ViewSearchFilter {
|
|
1673
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
1397
1674
|
}
|
|
1398
|
-
export interface
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1675
|
+
export interface SearchViewsResponse {
|
|
1676
|
+
Views?: View[] | undefined;
|
|
1677
|
+
NextToken?: string | undefined;
|
|
1678
|
+
ApproximateTotalCount?: number | undefined;
|
|
1402
1679
|
}
|
|
1403
|
-
export interface
|
|
1680
|
+
export interface SearchVocabulariesRequest {
|
|
1404
1681
|
InstanceId: string | undefined;
|
|
1405
|
-
|
|
1406
|
-
|
|
1682
|
+
MaxResults?: number | undefined;
|
|
1683
|
+
NextToken?: string | undefined;
|
|
1684
|
+
State?: VocabularyState | undefined;
|
|
1685
|
+
NameStartsWith?: string | undefined;
|
|
1686
|
+
LanguageCode?: VocabularyLanguageCode | undefined;
|
|
1407
1687
|
}
|
|
1408
|
-
export interface
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1688
|
+
export interface VocabularySummary {
|
|
1689
|
+
Name: string | undefined;
|
|
1690
|
+
Id: string | undefined;
|
|
1691
|
+
Arn: string | undefined;
|
|
1692
|
+
LanguageCode: VocabularyLanguageCode | undefined;
|
|
1693
|
+
State: VocabularyState | undefined;
|
|
1694
|
+
LastModifiedTime: Date | undefined;
|
|
1695
|
+
FailureReason?: string | undefined;
|
|
1412
1696
|
}
|
|
1413
|
-
export interface
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
Name?: string | undefined;
|
|
1417
|
-
Description?: string | undefined;
|
|
1697
|
+
export interface SearchVocabulariesResponse {
|
|
1698
|
+
VocabularySummaryList?: VocabularySummary[] | undefined;
|
|
1699
|
+
NextToken?: string | undefined;
|
|
1418
1700
|
}
|
|
1419
|
-
export interface
|
|
1420
|
-
|
|
1421
|
-
RoutingProfileId: string | undefined;
|
|
1422
|
-
QueueConfigs: RoutingProfileQueueConfig[] | undefined;
|
|
1701
|
+
export interface WorkspaceAssociationSearchFilter {
|
|
1702
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
1423
1703
|
}
|
|
1424
|
-
export interface
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1704
|
+
export interface WorkspaceAssociationSearchSummary {
|
|
1705
|
+
WorkspaceId?: string | undefined;
|
|
1706
|
+
WorkspaceArn?: string | undefined;
|
|
1707
|
+
ResourceId?: string | undefined;
|
|
1708
|
+
ResourceArn?: string | undefined;
|
|
1709
|
+
ResourceType?: string | undefined;
|
|
1710
|
+
ResourceName?: string | undefined;
|
|
1431
1711
|
}
|
|
1432
|
-
export interface
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
InstanceId: string | undefined;
|
|
1437
|
-
AllowedAccessControlTags?: Record<string, string> | undefined;
|
|
1438
|
-
TagRestrictedResources?: string[] | undefined;
|
|
1439
|
-
Applications?: Application[] | undefined;
|
|
1440
|
-
HierarchyRestrictedResources?: string[] | undefined;
|
|
1441
|
-
AllowedAccessControlHierarchyGroupId?: string | undefined;
|
|
1712
|
+
export interface SearchWorkspaceAssociationsResponse {
|
|
1713
|
+
NextToken?: string | undefined;
|
|
1714
|
+
WorkspaceAssociations?: WorkspaceAssociationSearchSummary[] | undefined;
|
|
1715
|
+
ApproximateTotalCount?: number | undefined;
|
|
1442
1716
|
}
|
|
1443
|
-
export interface
|
|
1444
|
-
|
|
1445
|
-
InstanceId: string | undefined;
|
|
1446
|
-
Name?: string | undefined;
|
|
1447
|
-
Description?: string | undefined;
|
|
1448
|
-
ContactFlowId?: string | undefined;
|
|
1449
|
-
SelfAssignFlowId?: string | undefined;
|
|
1450
|
-
Constraints?: TaskTemplateConstraints | undefined;
|
|
1451
|
-
Defaults?: TaskTemplateDefaults | undefined;
|
|
1452
|
-
Status?: TaskTemplateStatus | undefined;
|
|
1453
|
-
Fields?: TaskTemplateField[] | undefined;
|
|
1717
|
+
export interface WorkspaceSearchFilter {
|
|
1718
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
1454
1719
|
}
|
|
1455
|
-
export interface
|
|
1456
|
-
InstanceId?: string | undefined;
|
|
1720
|
+
export interface WorkspaceSearchSummary {
|
|
1457
1721
|
Id?: string | undefined;
|
|
1458
|
-
Arn?: string | undefined;
|
|
1459
1722
|
Name?: string | undefined;
|
|
1723
|
+
Visibility?: Visibility | undefined;
|
|
1460
1724
|
Description?: string | undefined;
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
Fields?: TaskTemplateField[] | undefined;
|
|
1466
|
-
Status?: TaskTemplateStatus | undefined;
|
|
1467
|
-
LastModifiedTime?: Date | undefined;
|
|
1468
|
-
CreatedTime?: Date | undefined;
|
|
1725
|
+
Title?: string | undefined;
|
|
1726
|
+
Arn?: string | undefined;
|
|
1727
|
+
CreatedAt?: Date | undefined;
|
|
1728
|
+
Tags?: Record<string, string> | undefined;
|
|
1469
1729
|
}
|
|
1470
|
-
export interface
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
AgentConfig?: AgentConfig | undefined;
|
|
1730
|
+
export interface SearchWorkspacesResponse {
|
|
1731
|
+
NextToken?: string | undefined;
|
|
1732
|
+
Workspaces?: WorkspaceSearchSummary[] | undefined;
|
|
1733
|
+
ApproximateTotalCount?: number | undefined;
|
|
1475
1734
|
}
|
|
1476
|
-
export interface
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
InstanceId: string | undefined;
|
|
1735
|
+
export interface ChatEvent {
|
|
1736
|
+
Type: ChatEventType | undefined;
|
|
1737
|
+
ContentType?: string | undefined;
|
|
1738
|
+
Content?: string | undefined;
|
|
1481
1739
|
}
|
|
1482
|
-
export interface
|
|
1483
|
-
|
|
1484
|
-
HierarchyGroupId: string | undefined;
|
|
1485
|
-
InstanceId: string | undefined;
|
|
1740
|
+
export interface ParticipantDetails {
|
|
1741
|
+
DisplayName: string | undefined;
|
|
1486
1742
|
}
|
|
1487
|
-
export interface
|
|
1488
|
-
|
|
1743
|
+
export interface ChatStreamingConfiguration {
|
|
1744
|
+
StreamingEndpointArn: string | undefined;
|
|
1489
1745
|
}
|
|
1490
|
-
export interface
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
LevelFive?: HierarchyLevelUpdate | undefined;
|
|
1746
|
+
export interface NewSessionDetails {
|
|
1747
|
+
SupportedMessagingContentTypes?: string[] | undefined;
|
|
1748
|
+
ParticipantDetails?: ParticipantDetails | undefined;
|
|
1749
|
+
Attributes?: Record<string, string> | undefined;
|
|
1750
|
+
StreamingConfiguration?: ChatStreamingConfiguration | undefined;
|
|
1496
1751
|
}
|
|
1497
|
-
export interface
|
|
1498
|
-
|
|
1499
|
-
|
|
1752
|
+
export interface SendChatIntegrationEventRequest {
|
|
1753
|
+
SourceId: string | undefined;
|
|
1754
|
+
DestinationId: string | undefined;
|
|
1755
|
+
Subtype?: string | undefined;
|
|
1756
|
+
Event: ChatEvent | undefined;
|
|
1757
|
+
NewSessionDetails?: NewSessionDetails | undefined;
|
|
1500
1758
|
}
|
|
1501
|
-
export interface
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
InstanceId: string | undefined;
|
|
1759
|
+
export interface SendChatIntegrationEventResponse {
|
|
1760
|
+
InitialContactId?: string | undefined;
|
|
1761
|
+
NewChatCreated?: boolean | undefined;
|
|
1505
1762
|
}
|
|
1506
|
-
export interface
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
InstanceId: string | undefined;
|
|
1763
|
+
export interface EmailAddressInfo {
|
|
1764
|
+
EmailAddress: string | undefined;
|
|
1765
|
+
DisplayName?: string | undefined;
|
|
1510
1766
|
}
|
|
1511
|
-
export interface
|
|
1512
|
-
|
|
1513
|
-
UserId: string | undefined;
|
|
1514
|
-
UserProficiencies: UserProficiency[] | undefined;
|
|
1767
|
+
export interface OutboundAdditionalRecipients {
|
|
1768
|
+
CcEmailAddresses?: EmailAddressInfo[] | undefined;
|
|
1515
1769
|
}
|
|
1516
|
-
export interface
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1770
|
+
export interface OutboundRawMessage {
|
|
1771
|
+
Subject: string | undefined;
|
|
1772
|
+
Body: string | undefined;
|
|
1773
|
+
ContentType: string | undefined;
|
|
1520
1774
|
}
|
|
1521
|
-
export interface
|
|
1522
|
-
|
|
1523
|
-
|
|
1775
|
+
export interface TemplateAttributes {
|
|
1776
|
+
CustomAttributes?: Record<string, string> | undefined;
|
|
1777
|
+
CustomerProfileAttributes?: string | undefined;
|
|
1778
|
+
}
|
|
1779
|
+
export interface TemplatedMessageConfig {
|
|
1780
|
+
KnowledgeBaseId: string | undefined;
|
|
1781
|
+
MessageTemplateId: string | undefined;
|
|
1782
|
+
TemplateAttributes: TemplateAttributes | undefined;
|
|
1783
|
+
}
|
|
1784
|
+
export interface OutboundEmailContent {
|
|
1785
|
+
MessageSourceType: OutboundMessageSourceType | undefined;
|
|
1786
|
+
TemplatedMessageConfig?: TemplatedMessageConfig | undefined;
|
|
1787
|
+
RawMessage?: OutboundRawMessage | undefined;
|
|
1788
|
+
}
|
|
1789
|
+
export interface SourceCampaign {
|
|
1790
|
+
CampaignId?: string | undefined;
|
|
1791
|
+
OutboundRequestId?: string | undefined;
|
|
1792
|
+
}
|
|
1793
|
+
export interface SendOutboundEmailRequest {
|
|
1524
1794
|
InstanceId: string | undefined;
|
|
1795
|
+
FromEmailAddress: EmailAddressInfo | undefined;
|
|
1796
|
+
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
1797
|
+
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
1798
|
+
EmailMessage: OutboundEmailContent | undefined;
|
|
1799
|
+
TrafficType: TrafficType | undefined;
|
|
1800
|
+
SourceCampaign?: SourceCampaign | undefined;
|
|
1801
|
+
ClientToken?: string | undefined;
|
|
1525
1802
|
}
|
|
1526
|
-
export interface
|
|
1803
|
+
export interface SendOutboundEmailResponse {}
|
|
1804
|
+
export interface StartAttachedFileUploadRequest {
|
|
1805
|
+
ClientToken?: string | undefined;
|
|
1527
1806
|
InstanceId: string | undefined;
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1807
|
+
FileName: string | undefined;
|
|
1808
|
+
FileSizeInBytes: number | undefined;
|
|
1809
|
+
UrlExpiryInSeconds?: number | undefined;
|
|
1810
|
+
FileUseCaseType: FileUseCaseType | undefined;
|
|
1811
|
+
AssociatedResourceArn: string | undefined;
|
|
1812
|
+
CreatedBy?: CreatedByInfo | undefined;
|
|
1813
|
+
Tags?: Record<string, string> | undefined;
|
|
1531
1814
|
}
|
|
1532
|
-
export interface
|
|
1533
|
-
|
|
1815
|
+
export interface UploadUrlMetadata {
|
|
1816
|
+
Url?: string | undefined;
|
|
1817
|
+
UrlExpiry?: string | undefined;
|
|
1818
|
+
HeadersToInclude?: Record<string, string> | undefined;
|
|
1534
1819
|
}
|
|
1535
|
-
export interface
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1820
|
+
export interface StartAttachedFileUploadResponse {
|
|
1821
|
+
FileArn?: string | undefined;
|
|
1822
|
+
FileId?: string | undefined;
|
|
1823
|
+
CreationTime?: string | undefined;
|
|
1824
|
+
FileStatus?: FileStatusType | undefined;
|
|
1825
|
+
CreatedBy?: CreatedByInfo | undefined;
|
|
1826
|
+
UploadUrlMetadata?: UploadUrlMetadata | undefined;
|
|
1540
1827
|
}
|
|
1541
|
-
export interface
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
Operator?: EvaluationFormItemEnablementOperator | undefined;
|
|
1545
|
-
}
|
|
1546
|
-
export type EvaluationFormItemEnablementConditionOperand =
|
|
1547
|
-
| EvaluationFormItemEnablementConditionOperand.ConditionMember
|
|
1548
|
-
| EvaluationFormItemEnablementConditionOperand.ExpressionMember
|
|
1549
|
-
| EvaluationFormItemEnablementConditionOperand.$UnknownMember;
|
|
1550
|
-
export declare namespace EvaluationFormItemEnablementConditionOperand {
|
|
1551
|
-
interface ExpressionMember {
|
|
1552
|
-
Expression: EvaluationFormItemEnablementExpression;
|
|
1553
|
-
Condition?: never;
|
|
1554
|
-
$unknown?: never;
|
|
1555
|
-
}
|
|
1556
|
-
interface ConditionMember {
|
|
1557
|
-
Expression?: never;
|
|
1558
|
-
Condition: EvaluationFormItemEnablementCondition;
|
|
1559
|
-
$unknown?: never;
|
|
1560
|
-
}
|
|
1561
|
-
interface $UnknownMember {
|
|
1562
|
-
Expression?: never;
|
|
1563
|
-
Condition?: never;
|
|
1564
|
-
$unknown: [string, any];
|
|
1565
|
-
}
|
|
1566
|
-
interface Visitor<T> {
|
|
1567
|
-
Expression: (value: EvaluationFormItemEnablementExpression) => T;
|
|
1568
|
-
Condition: (value: EvaluationFormItemEnablementCondition) => T;
|
|
1569
|
-
_: (name: string, value: any) => T;
|
|
1570
|
-
}
|
|
1828
|
+
export interface ChatMessage {
|
|
1829
|
+
ContentType: string | undefined;
|
|
1830
|
+
Content: string | undefined;
|
|
1571
1831
|
}
|
|
1572
|
-
export interface
|
|
1573
|
-
|
|
1574
|
-
AndConditions?: AgentStatusSearchCriteria[] | undefined;
|
|
1575
|
-
StringCondition?: StringCondition | undefined;
|
|
1832
|
+
export interface ParticipantConfiguration {
|
|
1833
|
+
ResponseMode?: ResponseMode | undefined;
|
|
1576
1834
|
}
|
|
1577
|
-
export interface
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
StringCondition?: StringCondition | undefined;
|
|
1581
|
-
StateCondition?: ContactFlowModuleState | undefined;
|
|
1582
|
-
StatusCondition?: ContactFlowModuleStatus | undefined;
|
|
1835
|
+
export interface PersistentChat {
|
|
1836
|
+
RehydrationType?: RehydrationType | undefined;
|
|
1837
|
+
SourceContactId?: string | undefined;
|
|
1583
1838
|
}
|
|
1584
|
-
export interface
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
StateCondition?: ContactFlowState | undefined;
|
|
1590
|
-
StatusCondition?: ContactFlowStatus | undefined;
|
|
1839
|
+
export interface StartChatContactResponse {
|
|
1840
|
+
ContactId?: string | undefined;
|
|
1841
|
+
ParticipantId?: string | undefined;
|
|
1842
|
+
ParticipantToken?: string | undefined;
|
|
1843
|
+
ContinuedFromContactId?: string | undefined;
|
|
1591
1844
|
}
|
|
1592
|
-
export interface
|
|
1593
|
-
|
|
1594
|
-
AndConditions?: EmailAddressSearchCriteria[] | undefined;
|
|
1595
|
-
StringCondition?: StringCondition | undefined;
|
|
1845
|
+
export interface AutoEvaluationConfiguration {
|
|
1846
|
+
Enabled: boolean | undefined;
|
|
1596
1847
|
}
|
|
1597
|
-
export interface
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1848
|
+
export interface StartContactEvaluationRequest {
|
|
1849
|
+
InstanceId: string | undefined;
|
|
1850
|
+
ContactId: string | undefined;
|
|
1851
|
+
EvaluationFormId: string | undefined;
|
|
1852
|
+
AutoEvaluationConfiguration?: AutoEvaluationConfiguration | undefined;
|
|
1853
|
+
ClientToken?: string | undefined;
|
|
1854
|
+
Tags?: Record<string, string> | undefined;
|
|
1601
1855
|
}
|
|
1602
|
-
export interface
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
StringCondition?: StringCondition | undefined;
|
|
1606
|
-
NumberCondition?: NumberCondition | undefined;
|
|
1607
|
-
BooleanCondition?: BooleanCondition | undefined;
|
|
1608
|
-
DateTimeCondition?: DateTimeCondition | undefined;
|
|
1856
|
+
export interface StartContactEvaluationResponse {
|
|
1857
|
+
EvaluationId: string | undefined;
|
|
1858
|
+
EvaluationArn: string | undefined;
|
|
1609
1859
|
}
|
|
1610
|
-
export interface
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
BooleanCondition?: BooleanCondition | undefined;
|
|
1616
|
-
DateTimeCondition?: DateTimeCondition | undefined;
|
|
1617
|
-
DecimalCondition?: DecimalCondition | undefined;
|
|
1618
|
-
}
|
|
1619
|
-
export interface Expression {
|
|
1620
|
-
AttributeCondition?: AttributeCondition | undefined;
|
|
1621
|
-
AndExpression?: Expression[] | undefined;
|
|
1622
|
-
OrExpression?: Expression[] | undefined;
|
|
1623
|
-
NotAttributeCondition?: AttributeCondition | undefined;
|
|
1624
|
-
}
|
|
1625
|
-
export interface HoursOfOperationOverrideSearchCriteria {
|
|
1626
|
-
OrConditions?: HoursOfOperationOverrideSearchCriteria[] | undefined;
|
|
1627
|
-
AndConditions?: HoursOfOperationOverrideSearchCriteria[] | undefined;
|
|
1628
|
-
StringCondition?: StringCondition | undefined;
|
|
1629
|
-
DateCondition?: DateCondition | undefined;
|
|
1860
|
+
export interface StartContactMediaProcessingRequest {
|
|
1861
|
+
InstanceId?: string | undefined;
|
|
1862
|
+
ContactId?: string | undefined;
|
|
1863
|
+
ProcessorArn?: string | undefined;
|
|
1864
|
+
FailureMode?: ContactMediaProcessingFailureMode | undefined;
|
|
1630
1865
|
}
|
|
1631
|
-
export interface
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1866
|
+
export interface StartContactMediaProcessingResponse {}
|
|
1867
|
+
export interface VoiceRecordingConfiguration {
|
|
1868
|
+
VoiceRecordingTrack?: VoiceRecordingTrack | undefined;
|
|
1869
|
+
IvrRecordingTrack?: IvrRecordingTrack | undefined;
|
|
1635
1870
|
}
|
|
1636
|
-
export interface
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1871
|
+
export interface StartContactRecordingRequest {
|
|
1872
|
+
InstanceId: string | undefined;
|
|
1873
|
+
ContactId: string | undefined;
|
|
1874
|
+
InitialContactId: string | undefined;
|
|
1875
|
+
VoiceRecordingConfiguration: VoiceRecordingConfiguration | undefined;
|
|
1640
1876
|
}
|
|
1641
|
-
export interface
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1877
|
+
export interface StartContactRecordingResponse {}
|
|
1878
|
+
export interface StartContactStreamingRequest {
|
|
1879
|
+
InstanceId: string | undefined;
|
|
1880
|
+
ContactId: string | undefined;
|
|
1881
|
+
ChatStreamingConfiguration: ChatStreamingConfiguration | undefined;
|
|
1882
|
+
ClientToken?: string | undefined;
|
|
1645
1883
|
}
|
|
1646
|
-
export interface
|
|
1647
|
-
|
|
1648
|
-
AndConditions?: QueueSearchCriteria[] | undefined;
|
|
1649
|
-
StringCondition?: StringCondition | undefined;
|
|
1650
|
-
QueueTypeCondition?: SearchableQueueType | undefined;
|
|
1884
|
+
export interface StartContactStreamingResponse {
|
|
1885
|
+
StreamingId: string | undefined;
|
|
1651
1886
|
}
|
|
1652
|
-
export interface
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
StringCondition?: StringCondition | undefined;
|
|
1887
|
+
export interface InboundAdditionalRecipients {
|
|
1888
|
+
ToAddresses?: EmailAddressInfo[] | undefined;
|
|
1889
|
+
CcAddresses?: EmailAddressInfo[] | undefined;
|
|
1656
1890
|
}
|
|
1657
|
-
export interface
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
StringCondition?: StringCondition | undefined;
|
|
1891
|
+
export interface EmailAttachment {
|
|
1892
|
+
FileName: string | undefined;
|
|
1893
|
+
S3Url: string | undefined;
|
|
1661
1894
|
}
|
|
1662
|
-
export interface
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1895
|
+
export interface InboundRawMessage {
|
|
1896
|
+
Subject: string | undefined;
|
|
1897
|
+
Body: string | undefined;
|
|
1898
|
+
ContentType: string | undefined;
|
|
1899
|
+
Headers?: Partial<Record<EmailHeaderType, string>> | undefined;
|
|
1666
1900
|
}
|
|
1667
|
-
export interface
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
ValueInteger?: number | undefined;
|
|
1671
|
-
ValueList?: SegmentAttributeValue[] | undefined;
|
|
1672
|
-
ValueArn?: string | undefined;
|
|
1901
|
+
export interface InboundEmailContent {
|
|
1902
|
+
MessageSourceType: InboundMessageSourceType | undefined;
|
|
1903
|
+
RawMessage?: InboundRawMessage | undefined;
|
|
1673
1904
|
}
|
|
1674
|
-
export interface
|
|
1675
|
-
|
|
1676
|
-
AndConditions?: UserHierarchyGroupSearchCriteria[] | undefined;
|
|
1677
|
-
StringCondition?: StringCondition | undefined;
|
|
1905
|
+
export interface StartEmailContactResponse {
|
|
1906
|
+
ContactId?: string | undefined;
|
|
1678
1907
|
}
|
|
1679
|
-
export interface
|
|
1680
|
-
|
|
1681
|
-
AndConditions?: UserSearchCriteria[] | undefined;
|
|
1682
|
-
StringCondition?: StringCondition | undefined;
|
|
1683
|
-
ListCondition?: ListCondition | undefined;
|
|
1684
|
-
HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
|
|
1908
|
+
export interface StartOutboundChatContactResponse {
|
|
1909
|
+
ContactId?: string | undefined;
|
|
1685
1910
|
}
|
|
1686
|
-
export interface
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
Weight?: number | undefined;
|
|
1695
|
-
}
|
|
1696
|
-
export interface RoutingCriteriaInputStep {
|
|
1697
|
-
Expiry?: RoutingCriteriaInputStepExpiry | undefined;
|
|
1698
|
-
Expression?: Expression | undefined;
|
|
1911
|
+
export interface StartOutboundEmailContactRequest {
|
|
1912
|
+
InstanceId: string | undefined;
|
|
1913
|
+
ContactId: string | undefined;
|
|
1914
|
+
FromEmailAddress?: EmailAddressInfo | undefined;
|
|
1915
|
+
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
1916
|
+
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
1917
|
+
EmailMessage: OutboundEmailContent | undefined;
|
|
1918
|
+
ClientToken?: string | undefined;
|
|
1699
1919
|
}
|