@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,82 +1,995 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AgentAvailabilityTimer,
|
|
3
|
+
AgentStatusState,
|
|
2
4
|
AnsweringMachineDetectionStatus,
|
|
3
5
|
Channel,
|
|
6
|
+
ContactFlowModuleState,
|
|
7
|
+
ContactFlowModuleStatus,
|
|
8
|
+
ContactFlowState,
|
|
9
|
+
ContactFlowStatus,
|
|
10
|
+
ContactFlowType,
|
|
4
11
|
ContactInitiationMethod,
|
|
12
|
+
ContactRecordingType,
|
|
13
|
+
DataTableAttributeValueType,
|
|
14
|
+
DataTableLockLevel,
|
|
15
|
+
EvaluationFormItemEnablementAction,
|
|
16
|
+
EvaluationFormItemEnablementOperator,
|
|
17
|
+
EvaluationFormQuestionType,
|
|
5
18
|
EvaluationFormVersionStatus,
|
|
6
19
|
InitiateAs,
|
|
20
|
+
InstanceAttributeType,
|
|
21
|
+
InstanceStorageResourceType,
|
|
22
|
+
MeetingFeatureStatus,
|
|
23
|
+
ParticipantTimerAction,
|
|
24
|
+
ParticipantTimerType,
|
|
25
|
+
QueueStatus,
|
|
7
26
|
RoutingCriteriaStepStatus,
|
|
27
|
+
RulePublishStatus,
|
|
28
|
+
SearchableQueueType,
|
|
29
|
+
TaskTemplateStatus,
|
|
30
|
+
TimerEligibleParticipantRoles,
|
|
31
|
+
TrafficType,
|
|
32
|
+
ViewStatus,
|
|
33
|
+
ViewType,
|
|
34
|
+
Visibility,
|
|
8
35
|
} from "./enums";
|
|
9
36
|
import {
|
|
10
37
|
AdditionalEmailRecipients,
|
|
38
|
+
AgentConfig,
|
|
11
39
|
AgentInfo,
|
|
12
40
|
AgentStatusSearchFilter,
|
|
41
|
+
AllowedCapabilities,
|
|
42
|
+
Application,
|
|
13
43
|
Campaign,
|
|
44
|
+
DataTableLockVersion,
|
|
45
|
+
Endpoint,
|
|
46
|
+
EvaluationFormAutoEvaluationConfiguration,
|
|
47
|
+
EvaluationFormItemEnablementExpression,
|
|
48
|
+
EvaluationFormLanguageConfiguration,
|
|
49
|
+
EvaluationFormQuestionTypeProperties,
|
|
50
|
+
EvaluationFormScoringStrategy,
|
|
51
|
+
EvaluationFormTargetConfiguration,
|
|
52
|
+
FlowModule,
|
|
53
|
+
GranularAccessControlConfiguration,
|
|
54
|
+
HoursOfOperationConfig,
|
|
55
|
+
HoursOfOperationOverrideConfig,
|
|
56
|
+
InputPredefinedAttributeConfiguration,
|
|
57
|
+
InstanceStorageConfig,
|
|
58
|
+
MediaConcurrency,
|
|
59
|
+
OutboundCallerConfig,
|
|
60
|
+
OutboundEmailConfig,
|
|
61
|
+
OutboundStrategy,
|
|
62
|
+
PredefinedAttributeValues,
|
|
63
|
+
PrimaryValue,
|
|
64
|
+
QuickConnectConfig,
|
|
65
|
+
Reference,
|
|
66
|
+
RoutingProfileQueueConfig,
|
|
67
|
+
RuleAction,
|
|
68
|
+
StringCondition,
|
|
69
|
+
TaskTemplateConstraints,
|
|
70
|
+
TaskTemplateDefaults,
|
|
71
|
+
TaskTemplateField,
|
|
72
|
+
UserIdentityInfo,
|
|
73
|
+
UserInfo,
|
|
74
|
+
UserPhoneConfig,
|
|
75
|
+
UserProficiency,
|
|
76
|
+
Validation,
|
|
77
|
+
View,
|
|
78
|
+
ViewInputContent,
|
|
79
|
+
WorkspaceTheme,
|
|
80
|
+
} from "./models_0";
|
|
81
|
+
import {
|
|
82
|
+
AttributeCondition,
|
|
14
83
|
ChatMetrics,
|
|
15
84
|
ContactDetails,
|
|
16
85
|
ContactEvaluation,
|
|
17
86
|
Customer,
|
|
18
87
|
CustomerVoiceActivity,
|
|
19
88
|
DisconnectDetails,
|
|
20
|
-
Endpoint,
|
|
21
89
|
EndpointInfo,
|
|
22
|
-
|
|
23
|
-
|
|
90
|
+
Evaluation,
|
|
91
|
+
EvaluationAnswerData,
|
|
92
|
+
EvaluationNote,
|
|
24
93
|
Expiry,
|
|
25
|
-
|
|
94
|
+
NextContactEntry,
|
|
26
95
|
QualityMetrics,
|
|
27
96
|
QueueInfo,
|
|
28
97
|
RecordingInfo,
|
|
29
|
-
|
|
98
|
+
SignInConfig,
|
|
30
99
|
TaskTemplateInfoV2,
|
|
31
|
-
|
|
100
|
+
TelephonyConfig,
|
|
32
101
|
WisdomInfo,
|
|
33
|
-
} from "./
|
|
34
|
-
import { Evaluation } from "./models_1";
|
|
102
|
+
} from "./models_1";
|
|
35
103
|
import {
|
|
36
|
-
|
|
104
|
+
BooleanCondition,
|
|
37
105
|
ChatMessage,
|
|
38
|
-
ContactFlowModuleSearchCriteria,
|
|
39
106
|
ContactFlowModuleSearchFilter,
|
|
40
|
-
ContactFlowSearchCriteria,
|
|
41
107
|
ContactFlowSearchFilter,
|
|
42
108
|
ContactSearchSummaryAgentInfo,
|
|
43
109
|
ContactSearchSummaryQueueInfo,
|
|
110
|
+
DataTableSearchFilter,
|
|
111
|
+
DateCondition,
|
|
112
|
+
DateTimeCondition,
|
|
113
|
+
DecimalCondition,
|
|
44
114
|
EmailAddressInfo,
|
|
45
|
-
EmailAddressSearchCriteria,
|
|
46
115
|
EmailAddressSearchFilter,
|
|
47
116
|
EmailAttachment,
|
|
48
|
-
EvaluationFormQuestion,
|
|
49
|
-
EvaluationFormSearchCriteria,
|
|
50
117
|
EvaluationFormSearchFilter,
|
|
51
|
-
EvaluationSearchCriteria,
|
|
52
118
|
EvaluationSearchFilter,
|
|
53
|
-
|
|
54
|
-
HoursOfOperationOverrideSearchCriteria,
|
|
55
|
-
HoursOfOperationSearchCriteria,
|
|
119
|
+
HierarchyGroupCondition,
|
|
56
120
|
HoursOfOperationSearchFilter,
|
|
57
121
|
InboundAdditionalRecipients,
|
|
58
122
|
InboundEmailContent,
|
|
123
|
+
ListCondition,
|
|
124
|
+
NumberCondition,
|
|
125
|
+
ParticipantConfiguration,
|
|
59
126
|
ParticipantDetails,
|
|
60
127
|
PersistentChat,
|
|
61
|
-
PredefinedAttributeSearchCriteria,
|
|
62
|
-
PromptSearchCriteria,
|
|
63
128
|
PromptSearchFilter,
|
|
64
|
-
QueueInfoInput,
|
|
65
|
-
QueueSearchCriteria,
|
|
66
129
|
QueueSearchFilter,
|
|
67
|
-
QuickConnectSearchCriteria,
|
|
68
130
|
QuickConnectSearchFilter,
|
|
69
|
-
RoutingCriteriaInputStep,
|
|
70
|
-
RoutingProfileSearchCriteria,
|
|
71
131
|
RoutingProfileSearchFilter,
|
|
72
|
-
SecurityProfileSearchCriteria,
|
|
73
132
|
SecurityProfilesSearchFilter,
|
|
74
|
-
SegmentAttributeValue,
|
|
75
|
-
UserHierarchyGroupSearchCriteria,
|
|
76
133
|
UserHierarchyGroupSearchFilter,
|
|
77
|
-
UserSearchCriteria,
|
|
78
134
|
UserSearchFilter,
|
|
135
|
+
ViewSearchFilter,
|
|
136
|
+
WorkspaceAssociationSearchFilter,
|
|
137
|
+
WorkspaceSearchFilter,
|
|
79
138
|
} from "./models_2";
|
|
139
|
+
export interface StartOutboundEmailContactResponse {
|
|
140
|
+
ContactId?: string | undefined;
|
|
141
|
+
}
|
|
142
|
+
export interface AnswerMachineDetectionConfig {
|
|
143
|
+
EnableAnswerMachineDetection?: boolean | undefined;
|
|
144
|
+
AwaitAnswerMachinePrompt?: boolean | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface StartOutboundVoiceContactRequest {
|
|
147
|
+
Name?: string | undefined;
|
|
148
|
+
Description?: string | undefined;
|
|
149
|
+
References?: Record<string, Reference> | undefined;
|
|
150
|
+
RelatedContactId?: string | undefined;
|
|
151
|
+
DestinationPhoneNumber: string | undefined;
|
|
152
|
+
ContactFlowId: string | undefined;
|
|
153
|
+
InstanceId: string | undefined;
|
|
154
|
+
ClientToken?: string | undefined;
|
|
155
|
+
SourcePhoneNumber?: string | undefined;
|
|
156
|
+
QueueId?: string | undefined;
|
|
157
|
+
Attributes?: Record<string, string> | undefined;
|
|
158
|
+
AnswerMachineDetectionConfig?: AnswerMachineDetectionConfig | undefined;
|
|
159
|
+
CampaignId?: string | undefined;
|
|
160
|
+
TrafficType?: TrafficType | undefined;
|
|
161
|
+
OutboundStrategy?: OutboundStrategy | undefined;
|
|
162
|
+
RingTimeoutInSeconds?: number | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface StartOutboundVoiceContactResponse {
|
|
165
|
+
ContactId?: string | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface StartScreenSharingRequest {
|
|
168
|
+
ClientToken?: string | undefined;
|
|
169
|
+
InstanceId: string | undefined;
|
|
170
|
+
ContactId: string | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface StartScreenSharingResponse {}
|
|
173
|
+
export interface StartTaskContactResponse {
|
|
174
|
+
ContactId?: string | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface StartWebRTCContactRequest {
|
|
177
|
+
Attributes?: Record<string, string> | undefined;
|
|
178
|
+
ClientToken?: string | undefined;
|
|
179
|
+
ContactFlowId: string | undefined;
|
|
180
|
+
InstanceId: string | undefined;
|
|
181
|
+
AllowedCapabilities?: AllowedCapabilities | undefined;
|
|
182
|
+
ParticipantDetails: ParticipantDetails | undefined;
|
|
183
|
+
RelatedContactId?: string | undefined;
|
|
184
|
+
References?: Record<string, Reference> | undefined;
|
|
185
|
+
Description?: string | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface Attendee {
|
|
188
|
+
AttendeeId?: string | undefined;
|
|
189
|
+
JoinToken?: string | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface MediaPlacement {
|
|
192
|
+
AudioHostUrl?: string | undefined;
|
|
193
|
+
AudioFallbackUrl?: string | undefined;
|
|
194
|
+
SignalingUrl?: string | undefined;
|
|
195
|
+
TurnControlUrl?: string | undefined;
|
|
196
|
+
EventIngestionUrl?: string | undefined;
|
|
197
|
+
}
|
|
198
|
+
export interface AudioFeatures {
|
|
199
|
+
EchoReduction?: MeetingFeatureStatus | undefined;
|
|
200
|
+
}
|
|
201
|
+
export interface MeetingFeaturesConfiguration {
|
|
202
|
+
Audio?: AudioFeatures | undefined;
|
|
203
|
+
}
|
|
204
|
+
export interface Meeting {
|
|
205
|
+
MediaRegion?: string | undefined;
|
|
206
|
+
MediaPlacement?: MediaPlacement | undefined;
|
|
207
|
+
MeetingFeatures?: MeetingFeaturesConfiguration | undefined;
|
|
208
|
+
MeetingId?: string | undefined;
|
|
209
|
+
}
|
|
210
|
+
export interface ConnectionData {
|
|
211
|
+
Attendee?: Attendee | undefined;
|
|
212
|
+
Meeting?: Meeting | undefined;
|
|
213
|
+
}
|
|
214
|
+
export interface StartWebRTCContactResponse {
|
|
215
|
+
ConnectionData?: ConnectionData | undefined;
|
|
216
|
+
ContactId?: string | undefined;
|
|
217
|
+
ParticipantId?: string | undefined;
|
|
218
|
+
ParticipantToken?: string | undefined;
|
|
219
|
+
}
|
|
220
|
+
export interface DisconnectReason {
|
|
221
|
+
Code?: string | undefined;
|
|
222
|
+
}
|
|
223
|
+
export interface StopContactRequest {
|
|
224
|
+
ContactId: string | undefined;
|
|
225
|
+
InstanceId: string | undefined;
|
|
226
|
+
DisconnectReason?: DisconnectReason | undefined;
|
|
227
|
+
}
|
|
228
|
+
export interface StopContactResponse {}
|
|
229
|
+
export interface StopContactMediaProcessingRequest {
|
|
230
|
+
InstanceId?: string | undefined;
|
|
231
|
+
ContactId?: string | undefined;
|
|
232
|
+
}
|
|
233
|
+
export interface StopContactMediaProcessingResponse {}
|
|
234
|
+
export interface StopContactRecordingRequest {
|
|
235
|
+
InstanceId: string | undefined;
|
|
236
|
+
ContactId: string | undefined;
|
|
237
|
+
InitialContactId: string | undefined;
|
|
238
|
+
ContactRecordingType?: ContactRecordingType | undefined;
|
|
239
|
+
}
|
|
240
|
+
export interface StopContactRecordingResponse {}
|
|
241
|
+
export interface StopContactStreamingRequest {
|
|
242
|
+
InstanceId: string | undefined;
|
|
243
|
+
ContactId: string | undefined;
|
|
244
|
+
StreamingId: string | undefined;
|
|
245
|
+
}
|
|
246
|
+
export interface StopContactStreamingResponse {}
|
|
247
|
+
export interface EvaluationAnswerInput {
|
|
248
|
+
Value?: EvaluationAnswerData | undefined;
|
|
249
|
+
}
|
|
250
|
+
export type EvaluatorUserUnion =
|
|
251
|
+
| EvaluatorUserUnion.ConnectUserArnMember
|
|
252
|
+
| EvaluatorUserUnion.$UnknownMember;
|
|
253
|
+
export declare namespace EvaluatorUserUnion {
|
|
254
|
+
interface ConnectUserArnMember {
|
|
255
|
+
ConnectUserArn: string;
|
|
256
|
+
$unknown?: never;
|
|
257
|
+
}
|
|
258
|
+
interface $UnknownMember {
|
|
259
|
+
ConnectUserArn?: never;
|
|
260
|
+
$unknown: [string, any];
|
|
261
|
+
}
|
|
262
|
+
interface Visitor<T> {
|
|
263
|
+
ConnectUserArn: (value: string) => T;
|
|
264
|
+
_: (name: string, value: any) => T;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
export interface SubmitContactEvaluationRequest {
|
|
268
|
+
InstanceId: string | undefined;
|
|
269
|
+
EvaluationId: string | undefined;
|
|
270
|
+
Answers?: Record<string, EvaluationAnswerInput> | undefined;
|
|
271
|
+
Notes?: Record<string, EvaluationNote> | undefined;
|
|
272
|
+
SubmittedBy?: EvaluatorUserUnion | undefined;
|
|
273
|
+
}
|
|
274
|
+
export interface SubmitContactEvaluationResponse {
|
|
275
|
+
EvaluationId: string | undefined;
|
|
276
|
+
EvaluationArn: string | undefined;
|
|
277
|
+
}
|
|
278
|
+
export interface SuspendContactRecordingRequest {
|
|
279
|
+
InstanceId: string | undefined;
|
|
280
|
+
ContactId: string | undefined;
|
|
281
|
+
InitialContactId: string | undefined;
|
|
282
|
+
ContactRecordingType?: ContactRecordingType | undefined;
|
|
283
|
+
}
|
|
284
|
+
export interface SuspendContactRecordingResponse {}
|
|
285
|
+
export interface TagContactRequest {
|
|
286
|
+
ContactId: string | undefined;
|
|
287
|
+
InstanceId: string | undefined;
|
|
288
|
+
Tags: Record<string, string> | undefined;
|
|
289
|
+
}
|
|
290
|
+
export interface TagContactResponse {}
|
|
291
|
+
export interface TagResourceRequest {
|
|
292
|
+
resourceArn: string | undefined;
|
|
293
|
+
tags: Record<string, string> | undefined;
|
|
294
|
+
}
|
|
295
|
+
export interface TransferContactRequest {
|
|
296
|
+
InstanceId: string | undefined;
|
|
297
|
+
ContactId: string | undefined;
|
|
298
|
+
QueueId?: string | undefined;
|
|
299
|
+
UserId?: string | undefined;
|
|
300
|
+
ContactFlowId: string | undefined;
|
|
301
|
+
ClientToken?: string | undefined;
|
|
302
|
+
}
|
|
303
|
+
export interface TransferContactResponse {
|
|
304
|
+
ContactId?: string | undefined;
|
|
305
|
+
ContactArn?: string | undefined;
|
|
306
|
+
}
|
|
307
|
+
export interface UntagContactRequest {
|
|
308
|
+
ContactId: string | undefined;
|
|
309
|
+
InstanceId: string | undefined;
|
|
310
|
+
TagKeys: string[] | undefined;
|
|
311
|
+
}
|
|
312
|
+
export interface UntagContactResponse {}
|
|
313
|
+
export interface UntagResourceRequest {
|
|
314
|
+
resourceArn: string | undefined;
|
|
315
|
+
tagKeys: string[] | undefined;
|
|
316
|
+
}
|
|
317
|
+
export interface UpdateAgentStatusRequest {
|
|
318
|
+
InstanceId: string | undefined;
|
|
319
|
+
AgentStatusId: string | undefined;
|
|
320
|
+
Name?: string | undefined;
|
|
321
|
+
Description?: string | undefined;
|
|
322
|
+
State?: AgentStatusState | undefined;
|
|
323
|
+
DisplayOrder?: number | undefined;
|
|
324
|
+
ResetOrderNumber?: boolean | undefined;
|
|
325
|
+
}
|
|
326
|
+
export interface UpdateAuthenticationProfileRequest {
|
|
327
|
+
AuthenticationProfileId: string | undefined;
|
|
328
|
+
InstanceId: string | undefined;
|
|
329
|
+
Name?: string | undefined;
|
|
330
|
+
Description?: string | undefined;
|
|
331
|
+
AllowedIps?: string[] | undefined;
|
|
332
|
+
BlockedIps?: string[] | undefined;
|
|
333
|
+
PeriodicSessionDuration?: number | undefined;
|
|
334
|
+
SessionInactivityDuration?: number | undefined;
|
|
335
|
+
SessionInactivityHandlingEnabled?: boolean | undefined;
|
|
336
|
+
}
|
|
337
|
+
export interface QueueInfoInput {
|
|
338
|
+
Id?: string | undefined;
|
|
339
|
+
}
|
|
340
|
+
export interface UpdateContactResponse {}
|
|
341
|
+
export interface UpdateContactAttributesRequest {
|
|
342
|
+
InitialContactId: string | undefined;
|
|
343
|
+
InstanceId: string | undefined;
|
|
344
|
+
Attributes: Record<string, string> | undefined;
|
|
345
|
+
}
|
|
346
|
+
export interface UpdateContactAttributesResponse {}
|
|
347
|
+
export interface UpdateContactEvaluationRequest {
|
|
348
|
+
InstanceId: string | undefined;
|
|
349
|
+
EvaluationId: string | undefined;
|
|
350
|
+
Answers?: Record<string, EvaluationAnswerInput> | undefined;
|
|
351
|
+
Notes?: Record<string, EvaluationNote> | undefined;
|
|
352
|
+
UpdatedBy?: EvaluatorUserUnion | undefined;
|
|
353
|
+
}
|
|
354
|
+
export interface UpdateContactEvaluationResponse {
|
|
355
|
+
EvaluationId: string | undefined;
|
|
356
|
+
EvaluationArn: string | undefined;
|
|
357
|
+
}
|
|
358
|
+
export interface UpdateContactFlowContentRequest {
|
|
359
|
+
InstanceId: string | undefined;
|
|
360
|
+
ContactFlowId: string | undefined;
|
|
361
|
+
Content: string | undefined;
|
|
362
|
+
}
|
|
363
|
+
export interface UpdateContactFlowContentResponse {}
|
|
364
|
+
export interface UpdateContactFlowMetadataRequest {
|
|
365
|
+
InstanceId: string | undefined;
|
|
366
|
+
ContactFlowId: string | undefined;
|
|
367
|
+
Name?: string | undefined;
|
|
368
|
+
Description?: string | undefined;
|
|
369
|
+
ContactFlowState?: ContactFlowState | undefined;
|
|
370
|
+
}
|
|
371
|
+
export interface UpdateContactFlowMetadataResponse {}
|
|
372
|
+
export interface UpdateContactFlowModuleAliasRequest {
|
|
373
|
+
InstanceId: string | undefined;
|
|
374
|
+
ContactFlowModuleId: string | undefined;
|
|
375
|
+
AliasId: string | undefined;
|
|
376
|
+
Name?: string | undefined;
|
|
377
|
+
Description?: string | undefined;
|
|
378
|
+
ContactFlowModuleVersion?: number | undefined;
|
|
379
|
+
}
|
|
380
|
+
export interface UpdateContactFlowModuleAliasResponse {}
|
|
381
|
+
export interface UpdateContactFlowModuleContentRequest {
|
|
382
|
+
InstanceId: string | undefined;
|
|
383
|
+
ContactFlowModuleId: string | undefined;
|
|
384
|
+
Content?: string | undefined;
|
|
385
|
+
Settings?: string | undefined;
|
|
386
|
+
}
|
|
387
|
+
export interface UpdateContactFlowModuleContentResponse {}
|
|
388
|
+
export interface UpdateContactFlowModuleMetadataRequest {
|
|
389
|
+
InstanceId: string | undefined;
|
|
390
|
+
ContactFlowModuleId: string | undefined;
|
|
391
|
+
Name?: string | undefined;
|
|
392
|
+
Description?: string | undefined;
|
|
393
|
+
State?: ContactFlowModuleState | undefined;
|
|
394
|
+
}
|
|
395
|
+
export interface UpdateContactFlowModuleMetadataResponse {}
|
|
396
|
+
export interface UpdateContactFlowNameRequest {
|
|
397
|
+
InstanceId: string | undefined;
|
|
398
|
+
ContactFlowId: string | undefined;
|
|
399
|
+
Name?: string | undefined;
|
|
400
|
+
Description?: string | undefined;
|
|
401
|
+
}
|
|
402
|
+
export interface UpdateContactFlowNameResponse {}
|
|
403
|
+
export interface RoutingCriteriaInputStepExpiry {
|
|
404
|
+
DurationInSeconds?: number | undefined;
|
|
405
|
+
}
|
|
406
|
+
export interface UpdateContactRoutingDataResponse {}
|
|
407
|
+
export interface UpdateContactScheduleRequest {
|
|
408
|
+
InstanceId: string | undefined;
|
|
409
|
+
ContactId: string | undefined;
|
|
410
|
+
ScheduledTime: Date | undefined;
|
|
411
|
+
}
|
|
412
|
+
export interface UpdateContactScheduleResponse {}
|
|
413
|
+
export interface UpdateDataTableAttributeRequest {
|
|
414
|
+
InstanceId: string | undefined;
|
|
415
|
+
DataTableId: string | undefined;
|
|
416
|
+
AttributeName: string | undefined;
|
|
417
|
+
Name: string | undefined;
|
|
418
|
+
ValueType: DataTableAttributeValueType | undefined;
|
|
419
|
+
Description?: string | undefined;
|
|
420
|
+
Primary?: boolean | undefined;
|
|
421
|
+
Validation?: Validation | undefined;
|
|
422
|
+
}
|
|
423
|
+
export interface UpdateDataTableAttributeResponse {
|
|
424
|
+
Name: string | undefined;
|
|
425
|
+
LockVersion: DataTableLockVersion | undefined;
|
|
426
|
+
}
|
|
427
|
+
export interface UpdateDataTableMetadataRequest {
|
|
428
|
+
InstanceId: string | undefined;
|
|
429
|
+
DataTableId: string | undefined;
|
|
430
|
+
Name: string | undefined;
|
|
431
|
+
Description?: string | undefined;
|
|
432
|
+
ValueLockLevel: DataTableLockLevel | undefined;
|
|
433
|
+
TimeZone: string | undefined;
|
|
434
|
+
}
|
|
435
|
+
export interface UpdateDataTableMetadataResponse {
|
|
436
|
+
LockVersion: DataTableLockVersion | undefined;
|
|
437
|
+
}
|
|
438
|
+
export interface UpdateDataTablePrimaryValuesRequest {
|
|
439
|
+
InstanceId: string | undefined;
|
|
440
|
+
DataTableId: string | undefined;
|
|
441
|
+
PrimaryValues: PrimaryValue[] | undefined;
|
|
442
|
+
NewPrimaryValues: PrimaryValue[] | undefined;
|
|
443
|
+
LockVersion: DataTableLockVersion | undefined;
|
|
444
|
+
}
|
|
445
|
+
export interface UpdateDataTablePrimaryValuesResponse {
|
|
446
|
+
LockVersion: DataTableLockVersion | undefined;
|
|
447
|
+
}
|
|
448
|
+
export interface UpdateEmailAddressMetadataRequest {
|
|
449
|
+
InstanceId: string | undefined;
|
|
450
|
+
EmailAddressId: string | undefined;
|
|
451
|
+
Description?: string | undefined;
|
|
452
|
+
DisplayName?: string | undefined;
|
|
453
|
+
ClientToken?: string | undefined;
|
|
454
|
+
}
|
|
455
|
+
export interface UpdateEmailAddressMetadataResponse {
|
|
456
|
+
EmailAddressId?: string | undefined;
|
|
457
|
+
EmailAddressArn?: string | undefined;
|
|
458
|
+
}
|
|
459
|
+
export interface UpdateEvaluationFormResponse {
|
|
460
|
+
EvaluationFormId: string | undefined;
|
|
461
|
+
EvaluationFormArn: string | undefined;
|
|
462
|
+
EvaluationFormVersion: number | undefined;
|
|
463
|
+
}
|
|
464
|
+
export interface UpdateHoursOfOperationRequest {
|
|
465
|
+
InstanceId: string | undefined;
|
|
466
|
+
HoursOfOperationId: string | undefined;
|
|
467
|
+
Name?: string | undefined;
|
|
468
|
+
Description?: string | undefined;
|
|
469
|
+
TimeZone?: string | undefined;
|
|
470
|
+
Config?: HoursOfOperationConfig[] | undefined;
|
|
471
|
+
}
|
|
472
|
+
export interface UpdateHoursOfOperationOverrideRequest {
|
|
473
|
+
InstanceId: string | undefined;
|
|
474
|
+
HoursOfOperationId: string | undefined;
|
|
475
|
+
HoursOfOperationOverrideId: string | undefined;
|
|
476
|
+
Name?: string | undefined;
|
|
477
|
+
Description?: string | undefined;
|
|
478
|
+
Config?: HoursOfOperationOverrideConfig[] | undefined;
|
|
479
|
+
EffectiveFrom?: string | undefined;
|
|
480
|
+
EffectiveTill?: string | undefined;
|
|
481
|
+
}
|
|
482
|
+
export interface UpdateInstanceAttributeRequest {
|
|
483
|
+
InstanceId: string | undefined;
|
|
484
|
+
AttributeType: InstanceAttributeType | undefined;
|
|
485
|
+
Value: string | undefined;
|
|
486
|
+
ClientToken?: string | undefined;
|
|
487
|
+
}
|
|
488
|
+
export interface UpdateInstanceStorageConfigRequest {
|
|
489
|
+
InstanceId: string | undefined;
|
|
490
|
+
AssociationId: string | undefined;
|
|
491
|
+
ResourceType: InstanceStorageResourceType | undefined;
|
|
492
|
+
StorageConfig: InstanceStorageConfig | undefined;
|
|
493
|
+
ClientToken?: string | undefined;
|
|
494
|
+
}
|
|
495
|
+
export interface UpdateParticipantAuthenticationRequest {
|
|
496
|
+
State: string | undefined;
|
|
497
|
+
InstanceId: string | undefined;
|
|
498
|
+
Code?: string | undefined;
|
|
499
|
+
Error?: string | undefined;
|
|
500
|
+
ErrorDescription?: string | undefined;
|
|
501
|
+
}
|
|
502
|
+
export interface UpdateParticipantAuthenticationResponse {}
|
|
503
|
+
export type ParticipantTimerValue =
|
|
504
|
+
| ParticipantTimerValue.ParticipantTimerActionMember
|
|
505
|
+
| ParticipantTimerValue.ParticipantTimerDurationInMinutesMember
|
|
506
|
+
| ParticipantTimerValue.$UnknownMember;
|
|
507
|
+
export declare namespace ParticipantTimerValue {
|
|
508
|
+
interface ParticipantTimerActionMember {
|
|
509
|
+
ParticipantTimerAction: ParticipantTimerAction;
|
|
510
|
+
ParticipantTimerDurationInMinutes?: never;
|
|
511
|
+
$unknown?: never;
|
|
512
|
+
}
|
|
513
|
+
interface ParticipantTimerDurationInMinutesMember {
|
|
514
|
+
ParticipantTimerAction?: never;
|
|
515
|
+
ParticipantTimerDurationInMinutes: number;
|
|
516
|
+
$unknown?: never;
|
|
517
|
+
}
|
|
518
|
+
interface $UnknownMember {
|
|
519
|
+
ParticipantTimerAction?: never;
|
|
520
|
+
ParticipantTimerDurationInMinutes?: never;
|
|
521
|
+
$unknown: [string, any];
|
|
522
|
+
}
|
|
523
|
+
interface Visitor<T> {
|
|
524
|
+
ParticipantTimerAction: (value: ParticipantTimerAction) => T;
|
|
525
|
+
ParticipantTimerDurationInMinutes: (value: number) => T;
|
|
526
|
+
_: (name: string, value: any) => T;
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
export interface ParticipantTimerConfiguration {
|
|
530
|
+
ParticipantRole: TimerEligibleParticipantRoles | undefined;
|
|
531
|
+
TimerType: ParticipantTimerType | undefined;
|
|
532
|
+
TimerValue: ParticipantTimerValue | undefined;
|
|
533
|
+
}
|
|
534
|
+
export interface ChatParticipantRoleConfig {
|
|
535
|
+
ParticipantTimerConfigList: ParticipantTimerConfiguration[] | undefined;
|
|
536
|
+
}
|
|
537
|
+
export type UpdateParticipantRoleConfigChannelInfo =
|
|
538
|
+
| UpdateParticipantRoleConfigChannelInfo.ChatMember
|
|
539
|
+
| UpdateParticipantRoleConfigChannelInfo.$UnknownMember;
|
|
540
|
+
export declare namespace UpdateParticipantRoleConfigChannelInfo {
|
|
541
|
+
interface ChatMember {
|
|
542
|
+
Chat: ChatParticipantRoleConfig;
|
|
543
|
+
$unknown?: never;
|
|
544
|
+
}
|
|
545
|
+
interface $UnknownMember {
|
|
546
|
+
Chat?: never;
|
|
547
|
+
$unknown: [string, any];
|
|
548
|
+
}
|
|
549
|
+
interface Visitor<T> {
|
|
550
|
+
Chat: (value: ChatParticipantRoleConfig) => T;
|
|
551
|
+
_: (name: string, value: any) => T;
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
export interface UpdateParticipantRoleConfigRequest {
|
|
555
|
+
InstanceId: string | undefined;
|
|
556
|
+
ContactId: string | undefined;
|
|
557
|
+
ChannelConfiguration: UpdateParticipantRoleConfigChannelInfo | undefined;
|
|
558
|
+
}
|
|
559
|
+
export interface UpdateParticipantRoleConfigResponse {}
|
|
560
|
+
export interface UpdatePhoneNumberRequest {
|
|
561
|
+
PhoneNumberId: string | undefined;
|
|
562
|
+
TargetArn?: string | undefined;
|
|
563
|
+
InstanceId?: string | undefined;
|
|
564
|
+
ClientToken?: string | undefined;
|
|
565
|
+
}
|
|
566
|
+
export interface UpdatePhoneNumberResponse {
|
|
567
|
+
PhoneNumberId?: string | undefined;
|
|
568
|
+
PhoneNumberArn?: string | undefined;
|
|
569
|
+
}
|
|
570
|
+
export interface UpdatePhoneNumberMetadataRequest {
|
|
571
|
+
PhoneNumberId: string | undefined;
|
|
572
|
+
PhoneNumberDescription?: string | undefined;
|
|
573
|
+
ClientToken?: string | undefined;
|
|
574
|
+
}
|
|
575
|
+
export interface UpdatePredefinedAttributeRequest {
|
|
576
|
+
InstanceId: string | undefined;
|
|
577
|
+
Name: string | undefined;
|
|
578
|
+
Values?: PredefinedAttributeValues | undefined;
|
|
579
|
+
Purposes?: string[] | undefined;
|
|
580
|
+
AttributeConfiguration?: InputPredefinedAttributeConfiguration | undefined;
|
|
581
|
+
}
|
|
582
|
+
export interface UpdatePromptRequest {
|
|
583
|
+
InstanceId: string | undefined;
|
|
584
|
+
PromptId: string | undefined;
|
|
585
|
+
Name?: string | undefined;
|
|
586
|
+
Description?: string | undefined;
|
|
587
|
+
S3Uri?: string | undefined;
|
|
588
|
+
}
|
|
589
|
+
export interface UpdatePromptResponse {
|
|
590
|
+
PromptARN?: string | undefined;
|
|
591
|
+
PromptId?: string | undefined;
|
|
592
|
+
}
|
|
593
|
+
export interface UpdateQueueHoursOfOperationRequest {
|
|
594
|
+
InstanceId: string | undefined;
|
|
595
|
+
QueueId: string | undefined;
|
|
596
|
+
HoursOfOperationId: string | undefined;
|
|
597
|
+
}
|
|
598
|
+
export interface UpdateQueueMaxContactsRequest {
|
|
599
|
+
InstanceId: string | undefined;
|
|
600
|
+
QueueId: string | undefined;
|
|
601
|
+
MaxContacts?: number | undefined;
|
|
602
|
+
}
|
|
603
|
+
export interface UpdateQueueNameRequest {
|
|
604
|
+
InstanceId: string | undefined;
|
|
605
|
+
QueueId: string | undefined;
|
|
606
|
+
Name?: string | undefined;
|
|
607
|
+
Description?: string | undefined;
|
|
608
|
+
}
|
|
609
|
+
export interface UpdateQueueOutboundCallerConfigRequest {
|
|
610
|
+
InstanceId: string | undefined;
|
|
611
|
+
QueueId: string | undefined;
|
|
612
|
+
OutboundCallerConfig: OutboundCallerConfig | undefined;
|
|
613
|
+
}
|
|
614
|
+
export interface UpdateQueueOutboundEmailConfigRequest {
|
|
615
|
+
InstanceId: string | undefined;
|
|
616
|
+
QueueId: string | undefined;
|
|
617
|
+
OutboundEmailConfig: OutboundEmailConfig | undefined;
|
|
618
|
+
}
|
|
619
|
+
export interface UpdateQueueStatusRequest {
|
|
620
|
+
InstanceId: string | undefined;
|
|
621
|
+
QueueId: string | undefined;
|
|
622
|
+
Status: QueueStatus | undefined;
|
|
623
|
+
}
|
|
624
|
+
export interface UpdateQuickConnectConfigRequest {
|
|
625
|
+
InstanceId: string | undefined;
|
|
626
|
+
QuickConnectId: string | undefined;
|
|
627
|
+
QuickConnectConfig: QuickConnectConfig | undefined;
|
|
628
|
+
}
|
|
629
|
+
export interface UpdateQuickConnectNameRequest {
|
|
630
|
+
InstanceId: string | undefined;
|
|
631
|
+
QuickConnectId: string | undefined;
|
|
632
|
+
Name?: string | undefined;
|
|
633
|
+
Description?: string | undefined;
|
|
634
|
+
}
|
|
635
|
+
export interface UpdateRoutingProfileAgentAvailabilityTimerRequest {
|
|
636
|
+
InstanceId: string | undefined;
|
|
637
|
+
RoutingProfileId: string | undefined;
|
|
638
|
+
AgentAvailabilityTimer: AgentAvailabilityTimer | undefined;
|
|
639
|
+
}
|
|
640
|
+
export interface UpdateRoutingProfileConcurrencyRequest {
|
|
641
|
+
InstanceId: string | undefined;
|
|
642
|
+
RoutingProfileId: string | undefined;
|
|
643
|
+
MediaConcurrencies: MediaConcurrency[] | undefined;
|
|
644
|
+
}
|
|
645
|
+
export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
|
|
646
|
+
InstanceId: string | undefined;
|
|
647
|
+
RoutingProfileId: string | undefined;
|
|
648
|
+
DefaultOutboundQueueId: string | undefined;
|
|
649
|
+
}
|
|
650
|
+
export interface UpdateRoutingProfileNameRequest {
|
|
651
|
+
InstanceId: string | undefined;
|
|
652
|
+
RoutingProfileId: string | undefined;
|
|
653
|
+
Name?: string | undefined;
|
|
654
|
+
Description?: string | undefined;
|
|
655
|
+
}
|
|
656
|
+
export interface UpdateRoutingProfileQueuesRequest {
|
|
657
|
+
InstanceId: string | undefined;
|
|
658
|
+
RoutingProfileId: string | undefined;
|
|
659
|
+
QueueConfigs: RoutingProfileQueueConfig[] | undefined;
|
|
660
|
+
}
|
|
661
|
+
export interface UpdateRuleRequest {
|
|
662
|
+
RuleId: string | undefined;
|
|
663
|
+
InstanceId: string | undefined;
|
|
664
|
+
Name: string | undefined;
|
|
665
|
+
Function: string | undefined;
|
|
666
|
+
Actions: RuleAction[] | undefined;
|
|
667
|
+
PublishStatus: RulePublishStatus | undefined;
|
|
668
|
+
}
|
|
669
|
+
export interface UpdateSecurityProfileRequest {
|
|
670
|
+
Description?: string | undefined;
|
|
671
|
+
Permissions?: string[] | undefined;
|
|
672
|
+
SecurityProfileId: string | undefined;
|
|
673
|
+
InstanceId: string | undefined;
|
|
674
|
+
AllowedAccessControlTags?: Record<string, string> | undefined;
|
|
675
|
+
TagRestrictedResources?: string[] | undefined;
|
|
676
|
+
Applications?: Application[] | undefined;
|
|
677
|
+
HierarchyRestrictedResources?: string[] | undefined;
|
|
678
|
+
AllowedAccessControlHierarchyGroupId?: string | undefined;
|
|
679
|
+
AllowedFlowModules?: FlowModule[] | undefined;
|
|
680
|
+
GranularAccessControlConfiguration?:
|
|
681
|
+
| GranularAccessControlConfiguration
|
|
682
|
+
| undefined;
|
|
683
|
+
}
|
|
684
|
+
export interface UpdateTaskTemplateRequest {
|
|
685
|
+
TaskTemplateId: string | undefined;
|
|
686
|
+
InstanceId: string | undefined;
|
|
687
|
+
Name?: string | undefined;
|
|
688
|
+
Description?: string | undefined;
|
|
689
|
+
ContactFlowId?: string | undefined;
|
|
690
|
+
SelfAssignFlowId?: string | undefined;
|
|
691
|
+
Constraints?: TaskTemplateConstraints | undefined;
|
|
692
|
+
Defaults?: TaskTemplateDefaults | undefined;
|
|
693
|
+
Status?: TaskTemplateStatus | undefined;
|
|
694
|
+
Fields?: TaskTemplateField[] | undefined;
|
|
695
|
+
}
|
|
696
|
+
export interface UpdateTaskTemplateResponse {
|
|
697
|
+
InstanceId?: string | undefined;
|
|
698
|
+
Id?: string | undefined;
|
|
699
|
+
Arn?: string | undefined;
|
|
700
|
+
Name?: string | undefined;
|
|
701
|
+
Description?: string | undefined;
|
|
702
|
+
ContactFlowId?: string | undefined;
|
|
703
|
+
SelfAssignFlowId?: string | undefined;
|
|
704
|
+
Constraints?: TaskTemplateConstraints | undefined;
|
|
705
|
+
Defaults?: TaskTemplateDefaults | undefined;
|
|
706
|
+
Fields?: TaskTemplateField[] | undefined;
|
|
707
|
+
Status?: TaskTemplateStatus | undefined;
|
|
708
|
+
LastModifiedTime?: Date | undefined;
|
|
709
|
+
CreatedTime?: Date | undefined;
|
|
710
|
+
}
|
|
711
|
+
export interface UpdateTrafficDistributionRequest {
|
|
712
|
+
Id: string | undefined;
|
|
713
|
+
TelephonyConfig?: TelephonyConfig | undefined;
|
|
714
|
+
SignInConfig?: SignInConfig | undefined;
|
|
715
|
+
AgentConfig?: AgentConfig | undefined;
|
|
716
|
+
}
|
|
717
|
+
export interface UpdateTrafficDistributionResponse {}
|
|
718
|
+
export interface UpdateUserHierarchyRequest {
|
|
719
|
+
HierarchyGroupId?: string | undefined;
|
|
720
|
+
UserId: string | undefined;
|
|
721
|
+
InstanceId: string | undefined;
|
|
722
|
+
}
|
|
723
|
+
export interface UpdateUserHierarchyGroupNameRequest {
|
|
724
|
+
Name: string | undefined;
|
|
725
|
+
HierarchyGroupId: string | undefined;
|
|
726
|
+
InstanceId: string | undefined;
|
|
727
|
+
}
|
|
728
|
+
export interface HierarchyLevelUpdate {
|
|
729
|
+
Name: string | undefined;
|
|
730
|
+
}
|
|
731
|
+
export interface HierarchyStructureUpdate {
|
|
732
|
+
LevelOne?: HierarchyLevelUpdate | undefined;
|
|
733
|
+
LevelTwo?: HierarchyLevelUpdate | undefined;
|
|
734
|
+
LevelThree?: HierarchyLevelUpdate | undefined;
|
|
735
|
+
LevelFour?: HierarchyLevelUpdate | undefined;
|
|
736
|
+
LevelFive?: HierarchyLevelUpdate | undefined;
|
|
737
|
+
}
|
|
738
|
+
export interface UpdateUserHierarchyStructureRequest {
|
|
739
|
+
HierarchyStructure: HierarchyStructureUpdate | undefined;
|
|
740
|
+
InstanceId: string | undefined;
|
|
741
|
+
}
|
|
742
|
+
export interface UpdateUserIdentityInfoRequest {
|
|
743
|
+
IdentityInfo: UserIdentityInfo | undefined;
|
|
744
|
+
UserId: string | undefined;
|
|
745
|
+
InstanceId: string | undefined;
|
|
746
|
+
}
|
|
747
|
+
export interface UpdateUserPhoneConfigRequest {
|
|
748
|
+
PhoneConfig: UserPhoneConfig | undefined;
|
|
749
|
+
UserId: string | undefined;
|
|
750
|
+
InstanceId: string | undefined;
|
|
751
|
+
}
|
|
752
|
+
export interface UpdateUserProficienciesRequest {
|
|
753
|
+
InstanceId: string | undefined;
|
|
754
|
+
UserId: string | undefined;
|
|
755
|
+
UserProficiencies: UserProficiency[] | undefined;
|
|
756
|
+
}
|
|
757
|
+
export interface UpdateUserRoutingProfileRequest {
|
|
758
|
+
RoutingProfileId: string | undefined;
|
|
759
|
+
UserId: string | undefined;
|
|
760
|
+
InstanceId: string | undefined;
|
|
761
|
+
}
|
|
762
|
+
export interface UpdateUserSecurityProfilesRequest {
|
|
763
|
+
SecurityProfileIds: string[] | undefined;
|
|
764
|
+
UserId: string | undefined;
|
|
765
|
+
InstanceId: string | undefined;
|
|
766
|
+
}
|
|
767
|
+
export interface UpdateViewContentRequest {
|
|
768
|
+
InstanceId: string | undefined;
|
|
769
|
+
ViewId: string | undefined;
|
|
770
|
+
Status: ViewStatus | undefined;
|
|
771
|
+
Content: ViewInputContent | undefined;
|
|
772
|
+
}
|
|
773
|
+
export interface UpdateViewContentResponse {
|
|
774
|
+
View?: View | undefined;
|
|
775
|
+
}
|
|
776
|
+
export interface UpdateViewMetadataRequest {
|
|
777
|
+
InstanceId: string | undefined;
|
|
778
|
+
ViewId: string | undefined;
|
|
779
|
+
Name?: string | undefined;
|
|
780
|
+
Description?: string | undefined;
|
|
781
|
+
}
|
|
782
|
+
export interface UpdateViewMetadataResponse {}
|
|
783
|
+
export interface UpdateWorkspaceMetadataRequest {
|
|
784
|
+
InstanceId: string | undefined;
|
|
785
|
+
WorkspaceId: string | undefined;
|
|
786
|
+
Name?: string | undefined;
|
|
787
|
+
Description?: string | undefined;
|
|
788
|
+
Title?: string | undefined;
|
|
789
|
+
}
|
|
790
|
+
export interface UpdateWorkspaceMetadataResponse {}
|
|
791
|
+
export interface UpdateWorkspacePageRequest {
|
|
792
|
+
InstanceId: string | undefined;
|
|
793
|
+
WorkspaceId: string | undefined;
|
|
794
|
+
Page: string | undefined;
|
|
795
|
+
NewPage?: string | undefined;
|
|
796
|
+
ResourceArn?: string | undefined;
|
|
797
|
+
Slug?: string | undefined;
|
|
798
|
+
InputData?: string | undefined;
|
|
799
|
+
}
|
|
800
|
+
export interface UpdateWorkspacePageResponse {}
|
|
801
|
+
export interface UpdateWorkspaceThemeRequest {
|
|
802
|
+
InstanceId: string | undefined;
|
|
803
|
+
WorkspaceId: string | undefined;
|
|
804
|
+
Theme?: WorkspaceTheme | undefined;
|
|
805
|
+
}
|
|
806
|
+
export interface UpdateWorkspaceThemeResponse {}
|
|
807
|
+
export interface UpdateWorkspaceVisibilityRequest {
|
|
808
|
+
InstanceId: string | undefined;
|
|
809
|
+
WorkspaceId: string | undefined;
|
|
810
|
+
Visibility: Visibility | undefined;
|
|
811
|
+
}
|
|
812
|
+
export interface UpdateWorkspaceVisibilityResponse {}
|
|
813
|
+
export interface EvaluationFormItemEnablementCondition {
|
|
814
|
+
Operands: EvaluationFormItemEnablementConditionOperand[] | undefined;
|
|
815
|
+
Operator?: EvaluationFormItemEnablementOperator | undefined;
|
|
816
|
+
}
|
|
817
|
+
export type EvaluationFormItemEnablementConditionOperand =
|
|
818
|
+
| EvaluationFormItemEnablementConditionOperand.ConditionMember
|
|
819
|
+
| EvaluationFormItemEnablementConditionOperand.ExpressionMember
|
|
820
|
+
| EvaluationFormItemEnablementConditionOperand.$UnknownMember;
|
|
821
|
+
export declare namespace EvaluationFormItemEnablementConditionOperand {
|
|
822
|
+
interface ExpressionMember {
|
|
823
|
+
Expression: EvaluationFormItemEnablementExpression;
|
|
824
|
+
Condition?: never;
|
|
825
|
+
$unknown?: never;
|
|
826
|
+
}
|
|
827
|
+
interface ConditionMember {
|
|
828
|
+
Expression?: never;
|
|
829
|
+
Condition: EvaluationFormItemEnablementCondition;
|
|
830
|
+
$unknown?: never;
|
|
831
|
+
}
|
|
832
|
+
interface $UnknownMember {
|
|
833
|
+
Expression?: never;
|
|
834
|
+
Condition?: never;
|
|
835
|
+
$unknown: [string, any];
|
|
836
|
+
}
|
|
837
|
+
interface Visitor<T> {
|
|
838
|
+
Expression: (value: EvaluationFormItemEnablementExpression) => T;
|
|
839
|
+
Condition: (value: EvaluationFormItemEnablementCondition) => T;
|
|
840
|
+
_: (name: string, value: any) => T;
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
export interface AgentStatusSearchCriteria {
|
|
844
|
+
OrConditions?: AgentStatusSearchCriteria[] | undefined;
|
|
845
|
+
AndConditions?: AgentStatusSearchCriteria[] | undefined;
|
|
846
|
+
StringCondition?: StringCondition | undefined;
|
|
847
|
+
}
|
|
848
|
+
export interface ContactFlowModuleSearchCriteria {
|
|
849
|
+
OrConditions?: ContactFlowModuleSearchCriteria[] | undefined;
|
|
850
|
+
AndConditions?: ContactFlowModuleSearchCriteria[] | undefined;
|
|
851
|
+
StringCondition?: StringCondition | undefined;
|
|
852
|
+
StateCondition?: ContactFlowModuleState | undefined;
|
|
853
|
+
StatusCondition?: ContactFlowModuleStatus | undefined;
|
|
854
|
+
}
|
|
855
|
+
export interface ContactFlowSearchCriteria {
|
|
856
|
+
OrConditions?: ContactFlowSearchCriteria[] | undefined;
|
|
857
|
+
AndConditions?: ContactFlowSearchCriteria[] | undefined;
|
|
858
|
+
StringCondition?: StringCondition | undefined;
|
|
859
|
+
TypeCondition?: ContactFlowType | undefined;
|
|
860
|
+
StateCondition?: ContactFlowState | undefined;
|
|
861
|
+
StatusCondition?: ContactFlowStatus | undefined;
|
|
862
|
+
}
|
|
863
|
+
export interface DataTableSearchCriteria {
|
|
864
|
+
OrConditions?: DataTableSearchCriteria[] | undefined;
|
|
865
|
+
AndConditions?: DataTableSearchCriteria[] | undefined;
|
|
866
|
+
StringCondition?: StringCondition | undefined;
|
|
867
|
+
}
|
|
868
|
+
export interface EmailAddressSearchCriteria {
|
|
869
|
+
OrConditions?: EmailAddressSearchCriteria[] | undefined;
|
|
870
|
+
AndConditions?: EmailAddressSearchCriteria[] | undefined;
|
|
871
|
+
StringCondition?: StringCondition | undefined;
|
|
872
|
+
}
|
|
873
|
+
export interface EvaluationFormItemEnablementConfiguration {
|
|
874
|
+
Condition: EvaluationFormItemEnablementCondition | undefined;
|
|
875
|
+
Action: EvaluationFormItemEnablementAction | undefined;
|
|
876
|
+
DefaultAction?: EvaluationFormItemEnablementAction | undefined;
|
|
877
|
+
}
|
|
878
|
+
export interface EvaluationFormSearchCriteria {
|
|
879
|
+
OrConditions?: EvaluationFormSearchCriteria[] | undefined;
|
|
880
|
+
AndConditions?: EvaluationFormSearchCriteria[] | undefined;
|
|
881
|
+
StringCondition?: StringCondition | undefined;
|
|
882
|
+
NumberCondition?: NumberCondition | undefined;
|
|
883
|
+
BooleanCondition?: BooleanCondition | undefined;
|
|
884
|
+
DateTimeCondition?: DateTimeCondition | undefined;
|
|
885
|
+
}
|
|
886
|
+
export interface EvaluationSearchCriteria {
|
|
887
|
+
OrConditions?: EvaluationSearchCriteria[] | undefined;
|
|
888
|
+
AndConditions?: EvaluationSearchCriteria[] | undefined;
|
|
889
|
+
StringCondition?: StringCondition | undefined;
|
|
890
|
+
NumberCondition?: NumberCondition | undefined;
|
|
891
|
+
BooleanCondition?: BooleanCondition | undefined;
|
|
892
|
+
DateTimeCondition?: DateTimeCondition | undefined;
|
|
893
|
+
DecimalCondition?: DecimalCondition | undefined;
|
|
894
|
+
}
|
|
895
|
+
export interface Expression {
|
|
896
|
+
AttributeCondition?: AttributeCondition | undefined;
|
|
897
|
+
AndExpression?: Expression[] | undefined;
|
|
898
|
+
OrExpression?: Expression[] | undefined;
|
|
899
|
+
NotAttributeCondition?: AttributeCondition | undefined;
|
|
900
|
+
}
|
|
901
|
+
export interface HoursOfOperationOverrideSearchCriteria {
|
|
902
|
+
OrConditions?: HoursOfOperationOverrideSearchCriteria[] | undefined;
|
|
903
|
+
AndConditions?: HoursOfOperationOverrideSearchCriteria[] | undefined;
|
|
904
|
+
StringCondition?: StringCondition | undefined;
|
|
905
|
+
DateCondition?: DateCondition | undefined;
|
|
906
|
+
}
|
|
907
|
+
export interface HoursOfOperationSearchCriteria {
|
|
908
|
+
OrConditions?: HoursOfOperationSearchCriteria[] | undefined;
|
|
909
|
+
AndConditions?: HoursOfOperationSearchCriteria[] | undefined;
|
|
910
|
+
StringCondition?: StringCondition | undefined;
|
|
911
|
+
}
|
|
912
|
+
export interface PredefinedAttributeSearchCriteria {
|
|
913
|
+
OrConditions?: PredefinedAttributeSearchCriteria[] | undefined;
|
|
914
|
+
AndConditions?: PredefinedAttributeSearchCriteria[] | undefined;
|
|
915
|
+
StringCondition?: StringCondition | undefined;
|
|
916
|
+
}
|
|
917
|
+
export interface PromptSearchCriteria {
|
|
918
|
+
OrConditions?: PromptSearchCriteria[] | undefined;
|
|
919
|
+
AndConditions?: PromptSearchCriteria[] | undefined;
|
|
920
|
+
StringCondition?: StringCondition | undefined;
|
|
921
|
+
}
|
|
922
|
+
export interface QueueSearchCriteria {
|
|
923
|
+
OrConditions?: QueueSearchCriteria[] | undefined;
|
|
924
|
+
AndConditions?: QueueSearchCriteria[] | undefined;
|
|
925
|
+
StringCondition?: StringCondition | undefined;
|
|
926
|
+
QueueTypeCondition?: SearchableQueueType | undefined;
|
|
927
|
+
}
|
|
928
|
+
export interface QuickConnectSearchCriteria {
|
|
929
|
+
OrConditions?: QuickConnectSearchCriteria[] | undefined;
|
|
930
|
+
AndConditions?: QuickConnectSearchCriteria[] | undefined;
|
|
931
|
+
StringCondition?: StringCondition | undefined;
|
|
932
|
+
}
|
|
933
|
+
export interface RoutingProfileSearchCriteria {
|
|
934
|
+
OrConditions?: RoutingProfileSearchCriteria[] | undefined;
|
|
935
|
+
AndConditions?: RoutingProfileSearchCriteria[] | undefined;
|
|
936
|
+
StringCondition?: StringCondition | undefined;
|
|
937
|
+
}
|
|
938
|
+
export interface SecurityProfileSearchCriteria {
|
|
939
|
+
OrConditions?: SecurityProfileSearchCriteria[] | undefined;
|
|
940
|
+
AndConditions?: SecurityProfileSearchCriteria[] | undefined;
|
|
941
|
+
StringCondition?: StringCondition | undefined;
|
|
942
|
+
}
|
|
943
|
+
export interface SegmentAttributeValue {
|
|
944
|
+
ValueString?: string | undefined;
|
|
945
|
+
ValueMap?: Record<string, SegmentAttributeValue> | undefined;
|
|
946
|
+
ValueInteger?: number | undefined;
|
|
947
|
+
ValueList?: SegmentAttributeValue[] | undefined;
|
|
948
|
+
ValueArn?: string | undefined;
|
|
949
|
+
}
|
|
950
|
+
export interface UserHierarchyGroupSearchCriteria {
|
|
951
|
+
OrConditions?: UserHierarchyGroupSearchCriteria[] | undefined;
|
|
952
|
+
AndConditions?: UserHierarchyGroupSearchCriteria[] | undefined;
|
|
953
|
+
StringCondition?: StringCondition | undefined;
|
|
954
|
+
}
|
|
955
|
+
export interface UserSearchCriteria {
|
|
956
|
+
OrConditions?: UserSearchCriteria[] | undefined;
|
|
957
|
+
AndConditions?: UserSearchCriteria[] | undefined;
|
|
958
|
+
StringCondition?: StringCondition | undefined;
|
|
959
|
+
ListCondition?: ListCondition | undefined;
|
|
960
|
+
HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
|
|
961
|
+
}
|
|
962
|
+
export interface ViewSearchCriteria {
|
|
963
|
+
OrConditions?: ViewSearchCriteria[] | undefined;
|
|
964
|
+
AndConditions?: ViewSearchCriteria[] | undefined;
|
|
965
|
+
StringCondition?: StringCondition | undefined;
|
|
966
|
+
ViewTypeCondition?: ViewType | undefined;
|
|
967
|
+
ViewStatusCondition?: ViewStatus | undefined;
|
|
968
|
+
}
|
|
969
|
+
export interface WorkspaceAssociationSearchCriteria {
|
|
970
|
+
OrConditions?: WorkspaceAssociationSearchCriteria[] | undefined;
|
|
971
|
+
AndConditions?: WorkspaceAssociationSearchCriteria[] | undefined;
|
|
972
|
+
StringCondition?: StringCondition | undefined;
|
|
973
|
+
}
|
|
974
|
+
export interface WorkspaceSearchCriteria {
|
|
975
|
+
OrConditions?: WorkspaceSearchCriteria[] | undefined;
|
|
976
|
+
AndConditions?: WorkspaceSearchCriteria[] | undefined;
|
|
977
|
+
StringCondition?: StringCondition | undefined;
|
|
978
|
+
}
|
|
979
|
+
export interface EvaluationFormQuestion {
|
|
980
|
+
Title: string | undefined;
|
|
981
|
+
Instructions?: string | undefined;
|
|
982
|
+
RefId: string | undefined;
|
|
983
|
+
NotApplicableEnabled?: boolean | undefined;
|
|
984
|
+
QuestionType: EvaluationFormQuestionType | undefined;
|
|
985
|
+
QuestionTypeProperties?: EvaluationFormQuestionTypeProperties | undefined;
|
|
986
|
+
Enablement?: EvaluationFormItemEnablementConfiguration | undefined;
|
|
987
|
+
Weight?: number | undefined;
|
|
988
|
+
}
|
|
989
|
+
export interface RoutingCriteriaInputStep {
|
|
990
|
+
Expiry?: RoutingCriteriaInputStepExpiry | undefined;
|
|
991
|
+
Expression?: Expression | undefined;
|
|
992
|
+
}
|
|
80
993
|
export interface SearchAgentStatusesRequest {
|
|
81
994
|
InstanceId: string | undefined;
|
|
82
995
|
NextToken?: string | undefined;
|
|
@@ -105,6 +1018,13 @@ export interface SearchContactFlowsRequest {
|
|
|
105
1018
|
SearchFilter?: ContactFlowSearchFilter | undefined;
|
|
106
1019
|
SearchCriteria?: ContactFlowSearchCriteria | undefined;
|
|
107
1020
|
}
|
|
1021
|
+
export interface SearchDataTablesRequest {
|
|
1022
|
+
InstanceId: string | undefined;
|
|
1023
|
+
NextToken?: string | undefined;
|
|
1024
|
+
MaxResults?: number | undefined;
|
|
1025
|
+
SearchFilter?: DataTableSearchFilter | undefined;
|
|
1026
|
+
SearchCriteria?: DataTableSearchCriteria | undefined;
|
|
1027
|
+
}
|
|
108
1028
|
export interface SearchEmailAddressesRequest {
|
|
109
1029
|
InstanceId: string | undefined;
|
|
110
1030
|
MaxResults?: number | undefined;
|
|
@@ -188,6 +1108,27 @@ export interface SearchUsersRequest {
|
|
|
188
1108
|
SearchFilter?: UserSearchFilter | undefined;
|
|
189
1109
|
SearchCriteria?: UserSearchCriteria | undefined;
|
|
190
1110
|
}
|
|
1111
|
+
export interface SearchViewsRequest {
|
|
1112
|
+
InstanceId: string | undefined;
|
|
1113
|
+
NextToken?: string | undefined;
|
|
1114
|
+
MaxResults?: number | undefined;
|
|
1115
|
+
SearchFilter?: ViewSearchFilter | undefined;
|
|
1116
|
+
SearchCriteria?: ViewSearchCriteria | undefined;
|
|
1117
|
+
}
|
|
1118
|
+
export interface SearchWorkspaceAssociationsRequest {
|
|
1119
|
+
InstanceId: string | undefined;
|
|
1120
|
+
NextToken?: string | undefined;
|
|
1121
|
+
MaxResults?: number | undefined;
|
|
1122
|
+
SearchFilter?: WorkspaceAssociationSearchFilter | undefined;
|
|
1123
|
+
SearchCriteria?: WorkspaceAssociationSearchCriteria | undefined;
|
|
1124
|
+
}
|
|
1125
|
+
export interface SearchWorkspacesRequest {
|
|
1126
|
+
InstanceId: string | undefined;
|
|
1127
|
+
NextToken?: string | undefined;
|
|
1128
|
+
MaxResults?: number | undefined;
|
|
1129
|
+
SearchFilter?: WorkspaceSearchFilter | undefined;
|
|
1130
|
+
SearchCriteria?: WorkspaceSearchCriteria | undefined;
|
|
1131
|
+
}
|
|
191
1132
|
export interface Step {
|
|
192
1133
|
Expiry?: Expiry | undefined;
|
|
193
1134
|
Expression?: Expression | undefined;
|
|
@@ -218,6 +1159,7 @@ export interface StartChatContactRequest {
|
|
|
218
1159
|
ContactFlowId: string | undefined;
|
|
219
1160
|
Attributes?: Record<string, string> | undefined;
|
|
220
1161
|
ParticipantDetails: ParticipantDetails | undefined;
|
|
1162
|
+
ParticipantConfiguration?: ParticipantConfiguration | undefined;
|
|
221
1163
|
InitialMessage?: ChatMessage | undefined;
|
|
222
1164
|
ClientToken?: string | undefined;
|
|
223
1165
|
ChatDurationInMinutes?: number | undefined;
|
|
@@ -335,7 +1277,10 @@ export interface CreateEvaluationFormRequest {
|
|
|
335
1277
|
| EvaluationFormAutoEvaluationConfiguration
|
|
336
1278
|
| undefined;
|
|
337
1279
|
ClientToken?: string | undefined;
|
|
1280
|
+
AsDraft?: boolean | undefined;
|
|
338
1281
|
Tags?: Record<string, string> | undefined;
|
|
1282
|
+
TargetConfiguration?: EvaluationFormTargetConfiguration | undefined;
|
|
1283
|
+
LanguageConfiguration?: EvaluationFormLanguageConfiguration | undefined;
|
|
339
1284
|
}
|
|
340
1285
|
export interface EvaluationForm {
|
|
341
1286
|
EvaluationFormId: string | undefined;
|
|
@@ -355,6 +1300,8 @@ export interface EvaluationForm {
|
|
|
355
1300
|
| EvaluationFormAutoEvaluationConfiguration
|
|
356
1301
|
| undefined;
|
|
357
1302
|
Tags?: Record<string, string> | undefined;
|
|
1303
|
+
TargetConfiguration?: EvaluationFormTargetConfiguration | undefined;
|
|
1304
|
+
LanguageConfiguration?: EvaluationFormLanguageConfiguration | undefined;
|
|
358
1305
|
}
|
|
359
1306
|
export interface EvaluationFormContent {
|
|
360
1307
|
EvaluationFormVersion: number | undefined;
|
|
@@ -367,6 +1314,8 @@ export interface EvaluationFormContent {
|
|
|
367
1314
|
AutoEvaluationConfiguration?:
|
|
368
1315
|
| EvaluationFormAutoEvaluationConfiguration
|
|
369
1316
|
| undefined;
|
|
1317
|
+
TargetConfiguration?: EvaluationFormTargetConfiguration | undefined;
|
|
1318
|
+
LanguageConfiguration?: EvaluationFormLanguageConfiguration | undefined;
|
|
370
1319
|
}
|
|
371
1320
|
export interface UpdateContactRoutingDataRequest {
|
|
372
1321
|
InstanceId: string | undefined;
|
|
@@ -387,7 +1336,10 @@ export interface UpdateEvaluationFormRequest {
|
|
|
387
1336
|
AutoEvaluationConfiguration?:
|
|
388
1337
|
| EvaluationFormAutoEvaluationConfiguration
|
|
389
1338
|
| undefined;
|
|
1339
|
+
AsDraft?: boolean | undefined;
|
|
390
1340
|
ClientToken?: string | undefined;
|
|
1341
|
+
TargetConfiguration?: EvaluationFormTargetConfiguration | undefined;
|
|
1342
|
+
LanguageConfiguration?: EvaluationFormLanguageConfiguration | undefined;
|
|
391
1343
|
}
|
|
392
1344
|
export interface DescribeContactEvaluationResponse {
|
|
393
1345
|
Evaluation: Evaluation | undefined;
|
|
@@ -443,6 +1395,7 @@ export interface Contact {
|
|
|
443
1395
|
ContactDetails?: ContactDetails | undefined;
|
|
444
1396
|
OutboundStrategy?: OutboundStrategy | undefined;
|
|
445
1397
|
Attributes?: Record<string, string> | undefined;
|
|
1398
|
+
NextContacts?: NextContactEntry[] | undefined;
|
|
446
1399
|
}
|
|
447
1400
|
export interface ContactSearchSummary {
|
|
448
1401
|
Arn?: string | undefined;
|