@aws-sdk/client-connect 3.940.0 → 3.943.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +362 -13
- package/dist-cjs/index.js +3179 -266
- package/dist-es/Connect.js +88 -0
- package/dist-es/commands/AssociateSecurityProfilesCommand.js +16 -0
- package/dist-es/commands/AssociateWorkspaceCommand.js +16 -0
- package/dist-es/commands/BatchCreateDataTableValueCommand.js +16 -0
- package/dist-es/commands/BatchDeleteDataTableValueCommand.js +16 -0
- package/dist-es/commands/BatchDescribeDataTableValueCommand.js +16 -0
- package/dist-es/commands/BatchUpdateDataTableValueCommand.js +16 -0
- package/dist-es/commands/CreateDataTableAttributeCommand.js +16 -0
- package/dist-es/commands/CreateDataTableCommand.js +16 -0
- package/dist-es/commands/CreateWorkspaceCommand.js +16 -0
- package/dist-es/commands/CreateWorkspacePageCommand.js +16 -0
- package/dist-es/commands/DeleteDataTableAttributeCommand.js +16 -0
- package/dist-es/commands/DeleteDataTableCommand.js +16 -0
- package/dist-es/commands/DeleteWorkspaceCommand.js +16 -0
- package/dist-es/commands/DeleteWorkspaceMediaCommand.js +16 -0
- package/dist-es/commands/DeleteWorkspacePageCommand.js +16 -0
- package/dist-es/commands/DescribeDataTableAttributeCommand.js +16 -0
- package/dist-es/commands/DescribeDataTableCommand.js +16 -0
- package/dist-es/commands/DescribeWorkspaceCommand.js +16 -0
- package/dist-es/commands/DisassociateSecurityProfilesCommand.js +16 -0
- package/dist-es/commands/DisassociateWorkspaceCommand.js +16 -0
- package/dist-es/commands/EvaluateDataTableValuesCommand.js +16 -0
- package/dist-es/commands/ImportWorkspaceMediaCommand.js +16 -0
- package/dist-es/commands/ListDataTableAttributesCommand.js +16 -0
- package/dist-es/commands/ListDataTablePrimaryValuesCommand.js +16 -0
- package/dist-es/commands/ListDataTableValuesCommand.js +16 -0
- package/dist-es/commands/ListDataTablesCommand.js +16 -0
- package/dist-es/commands/ListEntitySecurityProfilesCommand.js +16 -0
- package/dist-es/commands/ListSecurityProfileFlowModulesCommand.js +16 -0
- package/dist-es/commands/ListWorkspaceMediaCommand.js +16 -0
- package/dist-es/commands/ListWorkspacePagesCommand.js +16 -0
- package/dist-es/commands/ListWorkspacesCommand.js +16 -0
- package/dist-es/commands/SearchDataTablesCommand.js +16 -0
- package/dist-es/commands/SearchViewsCommand.js +16 -0
- package/dist-es/commands/SearchWorkspaceAssociationsCommand.js +16 -0
- package/dist-es/commands/SearchWorkspacesCommand.js +16 -0
- package/dist-es/commands/StartContactMediaProcessingCommand.js +16 -0
- package/dist-es/commands/StopContactMediaProcessingCommand.js +16 -0
- package/dist-es/commands/UpdateDataTableAttributeCommand.js +16 -0
- package/dist-es/commands/UpdateDataTableMetadataCommand.js +16 -0
- package/dist-es/commands/UpdateDataTablePrimaryValuesCommand.js +16 -0
- package/dist-es/commands/UpdateWorkspaceMetadataCommand.js +16 -0
- package/dist-es/commands/UpdateWorkspacePageCommand.js +16 -0
- package/dist-es/commands/UpdateWorkspaceThemeCommand.js +16 -0
- package/dist-es/commands/UpdateWorkspaceVisibilityCommand.js +16 -0
- package/dist-es/commands/index.js +44 -0
- package/dist-es/models/enums.js +103 -0
- package/dist-es/models/errors.js +14 -14
- package/dist-es/pagination/EvaluateDataTableValuesPaginator.js +4 -0
- package/dist-es/pagination/ListDataTableAttributesPaginator.js +4 -0
- package/dist-es/pagination/ListDataTablePrimaryValuesPaginator.js +4 -0
- package/dist-es/pagination/ListDataTableValuesPaginator.js +4 -0
- package/dist-es/pagination/ListDataTablesPaginator.js +4 -0
- package/dist-es/pagination/ListWorkspacePagesPaginator.js +4 -0
- package/dist-es/pagination/ListWorkspacesPaginator.js +4 -0
- package/dist-es/pagination/SearchDataTablesPaginator.js +4 -0
- package/dist-es/pagination/SearchViewsPaginator.js +4 -0
- package/dist-es/pagination/SearchWorkspaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/SearchWorkspacesPaginator.js +4 -0
- package/dist-es/pagination/index.js +11 -0
- package/dist-es/schemas/schemas_0.js +2407 -257
- package/dist-types/Connect.d.ts +320 -13
- package/dist-types/ConnectClient.d.ts +56 -15
- package/dist-types/commands/ActivateEvaluationFormCommand.d.ts +2 -2
- package/dist-types/commands/AssociateAnalyticsDataSetCommand.d.ts +2 -2
- package/dist-types/commands/AssociateBotCommand.d.ts +2 -2
- package/dist-types/commands/AssociateContactWithUserCommand.d.ts +14 -17
- package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +2 -2
- package/dist-types/commands/AssociateEmailAddressAliasCommand.d.ts +21 -28
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +6 -6
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +1 -2
- package/dist-types/commands/AssociateLexBotCommand.d.ts +2 -2
- package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +5 -8
- package/dist-types/commands/AssociateSecurityProfilesCommand.d.ts +100 -0
- package/dist-types/commands/AssociateTrafficDistributionGroupUserCommand.d.ts +2 -2
- package/dist-types/commands/AssociateWorkspaceCommand.d.ts +110 -0
- package/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +2 -2
- package/dist-types/commands/BatchCreateDataTableValueCommand.d.ts +152 -0
- package/dist-types/commands/BatchDeleteDataTableValueCommand.d.ts +142 -0
- package/dist-types/commands/BatchDescribeDataTableValueCommand.d.ts +138 -0
- package/dist-types/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +2 -3
- package/dist-types/commands/BatchPutContactCommand.d.ts +6 -7
- package/dist-types/commands/BatchUpdateDataTableValueCommand.d.ts +145 -0
- package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +8 -8
- package/dist-types/commands/CompleteAttachedFileUploadCommand.d.ts +2 -2
- package/dist-types/commands/CreateContactCommand.d.ts +12 -14
- package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateContactFlowVersionCommand.d.ts +4 -5
- package/dist-types/commands/CreateDataTableAttributeCommand.d.ts +132 -0
- package/dist-types/commands/CreateDataTableCommand.d.ts +117 -0
- package/dist-types/commands/CreateEmailAddressCommand.d.ts +3 -3
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +69 -13
- package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +1 -2
- package/dist-types/commands/CreateInstanceCommand.d.ts +5 -5
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +2 -3
- package/dist-types/commands/CreateParticipantCommand.d.ts +5 -5
- package/dist-types/commands/CreatePersistentContactAssociationCommand.d.ts +3 -3
- package/dist-types/commands/CreatePredefinedAttributeCommand.d.ts +11 -13
- package/dist-types/commands/CreatePromptCommand.d.ts +3 -3
- package/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +2 -4
- package/dist-types/commands/CreateQueueCommand.d.ts +5 -6
- package/dist-types/commands/CreateQuickConnectCommand.d.ts +4 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +3 -3
- package/dist-types/commands/CreateSecurityProfileCommand.d.ts +25 -4
- package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserCommand.d.ts +5 -5
- package/dist-types/commands/CreateViewCommand.d.ts +8 -11
- package/dist-types/commands/CreateViewVersionCommand.d.ts +5 -7
- package/dist-types/commands/CreateVocabularyCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +190 -0
- package/dist-types/commands/CreateWorkspacePageCommand.d.ts +107 -0
- package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAttachedFileCommand.d.ts +2 -2
- package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +3 -2
- package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContactFlowVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataTableAttributeCommand.d.ts +103 -0
- package/dist-types/commands/DeleteDataTableCommand.d.ts +95 -0
- package/dist-types/commands/DeleteEmailAddressCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEvaluationFormCommand.d.ts +2 -3
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +2 -3
- package/dist-types/commands/DeleteInstanceCommand.d.ts +3 -4
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +3 -3
- package/dist-types/commands/DeletePredefinedAttributeCommand.d.ts +4 -5
- package/dist-types/commands/DeletePromptCommand.d.ts +1 -1
- package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueueCommand.d.ts +4 -5
- package/dist-types/commands/DeleteQuickConnectCommand.d.ts +5 -7
- package/dist-types/commands/DeleteRoutingProfileCommand.d.ts +4 -5
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -5
- package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +7 -9
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +7 -10
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +6 -7
- package/dist-types/commands/DeleteViewCommand.d.ts +5 -7
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +4 -5
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +4 -5
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +91 -0
- package/dist-types/commands/DeleteWorkspaceMediaCommand.d.ts +89 -0
- package/dist-types/commands/DeleteWorkspacePageCommand.d.ts +95 -0
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +35 -14
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +85 -10
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +8 -10
- package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +3 -4
- package/dist-types/commands/DescribeDataTableAttributeCommand.d.ts +129 -0
- package/dist-types/commands/DescribeDataTableCommand.d.ts +115 -0
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +67 -11
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstanceCommand.d.ts +4 -5
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +2 -2
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +4 -7
- package/dist-types/commands/DescribePredefinedAttributeCommand.d.ts +10 -12
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +4 -1
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +3 -2
- package/dist-types/commands/DescribeRuleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +18 -4
- package/dist-types/commands/DescribeUserCommand.d.ts +3 -2
- package/dist-types/commands/DescribeViewCommand.d.ts +4 -4
- package/dist-types/commands/DescribeWorkspaceCommand.d.ts +187 -0
- package/dist-types/commands/DisassociateBotCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateEmailAddressAliasCommand.d.ts +24 -32
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +1 -2
- package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +5 -8
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateSecurityProfilesCommand.d.ts +101 -0
- package/dist-types/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateWorkspaceCommand.d.ts +107 -0
- package/dist-types/commands/DismissUserContactCommand.d.ts +3 -5
- package/dist-types/commands/EvaluateDataTableValuesCommand.d.ts +125 -0
- package/dist-types/commands/GetAttachedFileCommand.d.ts +2 -3
- package/dist-types/commands/GetContactMetricsCommand.d.ts +5 -8
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +8 -10
- package/dist-types/commands/GetFederationTokenCommand.d.ts +6 -10
- package/dist-types/commands/GetMetricDataCommand.d.ts +6 -9
- package/dist-types/commands/GetMetricDataV2Command.d.ts +18 -16
- package/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -2
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +14 -16
- package/dist-types/commands/ImportWorkspaceMediaCommand.d.ts +90 -0
- package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +1 -2
- package/dist-types/commands/ListAssociatedContactsCommand.d.ts +1 -2
- package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +2 -1
- package/dist-types/commands/ListBotsCommand.d.ts +3 -1
- package/dist-types/commands/ListContactEvaluationsCommand.d.ts +5 -0
- package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +1 -2
- package/dist-types/commands/ListContactFlowVersionsCommand.d.ts +2 -3
- package/dist-types/commands/ListContactFlowsCommand.d.ts +4 -3
- package/dist-types/commands/ListContactReferencesCommand.d.ts +9 -5
- package/dist-types/commands/ListDataTableAttributesCommand.d.ts +136 -0
- package/dist-types/commands/ListDataTablePrimaryValuesCommand.d.ts +120 -0
- package/dist-types/commands/ListDataTableValuesCommand.d.ts +130 -0
- package/dist-types/commands/ListDataTablesCommand.d.ts +103 -0
- package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListEntitySecurityProfilesCommand.d.ts +98 -0
- package/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +1 -1
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +4 -5
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +2 -2
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +2 -3
- package/dist-types/commands/ListInstancesCommand.d.ts +4 -4
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +4 -5
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +3 -3
- package/dist-types/commands/ListLexBotsCommand.d.ts +3 -4
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +9 -13
- package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +9 -11
- package/dist-types/commands/ListPredefinedAttributesCommand.d.ts +11 -13
- package/dist-types/commands/ListPromptsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +2 -2
- package/dist-types/commands/ListQueuesCommand.d.ts +6 -7
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +4 -5
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +7 -8
- package/dist-types/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +8 -12
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +3 -5
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -2
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListSecurityProfileFlowModulesCommand.d.ts +100 -0
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +3 -4
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +3 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -3
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +2 -4
- package/dist-types/commands/ListUsersCommand.d.ts +1 -2
- package/dist-types/commands/ListViewVersionsCommand.d.ts +1 -2
- package/dist-types/commands/ListWorkspaceMediaCommand.d.ts +98 -0
- package/dist-types/commands/ListWorkspacePagesCommand.d.ts +103 -0
- package/dist-types/commands/ListWorkspacesCommand.d.ts +103 -0
- package/dist-types/commands/MonitorContactCommand.d.ts +2 -3
- package/dist-types/commands/PauseContactCommand.d.ts +2 -2
- package/dist-types/commands/PutUserStatusCommand.d.ts +4 -4
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +9 -11
- package/dist-types/commands/ReplicateInstanceCommand.d.ts +4 -5
- package/dist-types/commands/ResumeContactCommand.d.ts +2 -2
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +3 -4
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -3
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +10 -7
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +18 -0
- package/dist-types/commands/SearchDataTablesCommand.d.ts +166 -0
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +6 -5
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +1 -2
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +10 -12
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +4 -1
- package/dist-types/commands/SearchResourceTagsCommand.d.ts +2 -2
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +4 -6
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +3 -4
- package/dist-types/commands/SearchViewsCommand.d.ts +173 -0
- package/dist-types/commands/SearchVocabulariesCommand.d.ts +2 -2
- package/dist-types/commands/SearchWorkspaceAssociationsCommand.d.ts +154 -0
- package/dist-types/commands/SearchWorkspacesCommand.d.ts +158 -0
- package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +9 -10
- package/dist-types/commands/SendOutboundEmailCommand.d.ts +4 -4
- package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -3
- package/dist-types/commands/StartChatContactCommand.d.ts +13 -12
- package/dist-types/commands/StartContactEvaluationCommand.d.ts +4 -6
- package/dist-types/commands/StartContactMediaProcessingCommand.d.ts +97 -0
- package/dist-types/commands/StartContactRecordingCommand.d.ts +9 -11
- package/dist-types/commands/StartContactStreamingCommand.d.ts +2 -2
- package/dist-types/commands/StartEmailContactCommand.d.ts +3 -3
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +15 -15
- package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +4 -3
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +17 -17
- package/dist-types/commands/StartScreenSharingCommand.d.ts +3 -4
- package/dist-types/commands/StartTaskContactCommand.d.ts +20 -25
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +5 -4
- package/dist-types/commands/StopContactCommand.d.ts +4 -5
- package/dist-types/commands/StopContactMediaProcessingCommand.d.ts +91 -0
- package/dist-types/commands/StopContactRecordingCommand.d.ts +5 -6
- package/dist-types/commands/StopContactStreamingCommand.d.ts +2 -3
- package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +10 -7
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +7 -7
- package/dist-types/commands/TagContactCommand.d.ts +3 -4
- package/dist-types/commands/TagResourceCommand.d.ts +5 -7
- package/dist-types/commands/TransferContactCommand.d.ts +7 -8
- package/dist-types/commands/UntagContactCommand.d.ts +3 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +9 -14
- package/dist-types/commands/UpdateContactCommand.d.ts +7 -9
- package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +8 -5
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +4 -5
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -5
- package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +9 -13
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataTableAttributeCommand.d.ts +132 -0
- package/dist-types/commands/UpdateDataTableMetadataCommand.d.ts +109 -0
- package/dist-types/commands/UpdateDataTablePrimaryValuesCommand.d.ts +120 -0
- package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +71 -16
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateParticipantAuthenticationCommand.d.ts +11 -11
- package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +9 -14
- package/dist-types/commands/UpdatePhoneNumberMetadataCommand.d.ts +4 -5
- package/dist-types/commands/UpdatePredefinedAttributeCommand.d.ts +12 -13
- package/dist-types/commands/UpdatePromptCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +2 -3
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +7 -9
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +5 -2
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +3 -4
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +2 -3
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +2 -3
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +4 -4
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +26 -5
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +3 -4
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +6 -6
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +4 -5
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +6 -8
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +9 -11
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +6 -7
- package/dist-types/commands/UpdateWorkspaceMetadataCommand.d.ts +97 -0
- package/dist-types/commands/UpdateWorkspacePageCommand.d.ts +102 -0
- package/dist-types/commands/UpdateWorkspaceThemeCommand.d.ts +173 -0
- package/dist-types/commands/UpdateWorkspaceVisibilityCommand.d.ts +92 -0
- package/dist-types/commands/index.d.ts +44 -0
- package/dist-types/index.d.ts +10 -13
- package/dist-types/models/enums.d.ts +263 -0
- package/dist-types/models/errors.d.ts +22 -24
- package/dist-types/models/models_0.d.ts +2763 -2635
- package/dist-types/models/models_1.d.ts +5591 -6229
- package/dist-types/models/models_2.d.ts +3898 -3652
- package/dist-types/models/models_3.d.ts +4041 -284
- package/dist-types/pagination/EvaluateDataTableValuesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataTableAttributesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataTablePrimaryValuesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataTableValuesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkspacePagesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkspacesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchDataTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchViewsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchWorkspaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchWorkspacesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/schemas/schemas_0.d.ts +256 -0
- package/dist-types/ts3.4/Connect.d.ts +750 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +266 -2
- package/dist-types/ts3.4/commands/AssociateSecurityProfilesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/AssociateWorkspaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchCreateDataTableValueCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchDeleteDataTableValueCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchDescribeDataTableValueCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchUpdateDataTableValueCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDataTableAttributeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDataTableCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateWorkspacePageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteContactFlowVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataTableAttributeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDataTableCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePromptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceMediaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteWorkspacePageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataTableAttributeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataTableCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateSecurityProfilesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DisassociateWorkspaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EvaluateDataTableValuesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ImportWorkspaceMediaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataTableAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataTablePrimaryValuesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataTableValuesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataTablesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEntitySecurityProfilesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPredefinedAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListSecurityProfileFlowModulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkspaceMediaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkspacePagesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/SearchDataTablesCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/SearchViewsCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/SearchWorkspaceAssociationsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchWorkspacesCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/StartContactMediaProcessingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactMediaProcessingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataTableAttributeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataTableMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataTablePrimaryValuesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateParticipantAuthenticationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateParticipantRoleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePhoneNumberMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePredefinedAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePromptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateWorkspacePageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceThemeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceVisibilityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +44 -0
- package/dist-types/ts3.4/models/enums.d.ts +137 -0
- package/dist-types/ts3.4/models/errors.d.ts +11 -11
- package/dist-types/ts3.4/models/models_0.d.ts +363 -276
- package/dist-types/ts3.4/models/models_1.d.ts +517 -761
- package/dist-types/ts3.4/models/models_2.d.ts +1467 -1247
- package/dist-types/ts3.4/models/models_3.d.ts +982 -29
- package/dist-types/ts3.4/pagination/EvaluateDataTableValuesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataTableAttributesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataTablePrimaryValuesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataTableValuesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkspacePagesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchDataTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchViewsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchWorkspaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchWorkspacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +256 -0
- package/package.json +5 -5
package/dist-types/Connect.d.ts
CHANGED
|
@@ -14,13 +14,19 @@ import { AssociatePhoneNumberContactFlowCommandInput, AssociatePhoneNumberContac
|
|
|
14
14
|
import { AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput } from "./commands/AssociateQueueQuickConnectsCommand";
|
|
15
15
|
import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput } from "./commands/AssociateRoutingProfileQueuesCommand";
|
|
16
16
|
import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "./commands/AssociateSecurityKeyCommand";
|
|
17
|
+
import { AssociateSecurityProfilesCommandInput, AssociateSecurityProfilesCommandOutput } from "./commands/AssociateSecurityProfilesCommand";
|
|
17
18
|
import { AssociateTrafficDistributionGroupUserCommandInput, AssociateTrafficDistributionGroupUserCommandOutput } from "./commands/AssociateTrafficDistributionGroupUserCommand";
|
|
18
19
|
import { AssociateUserProficienciesCommandInput, AssociateUserProficienciesCommandOutput } from "./commands/AssociateUserProficienciesCommand";
|
|
20
|
+
import { AssociateWorkspaceCommandInput, AssociateWorkspaceCommandOutput } from "./commands/AssociateWorkspaceCommand";
|
|
19
21
|
import { BatchAssociateAnalyticsDataSetCommandInput, BatchAssociateAnalyticsDataSetCommandOutput } from "./commands/BatchAssociateAnalyticsDataSetCommand";
|
|
22
|
+
import { BatchCreateDataTableValueCommandInput, BatchCreateDataTableValueCommandOutput } from "./commands/BatchCreateDataTableValueCommand";
|
|
23
|
+
import { BatchDeleteDataTableValueCommandInput, BatchDeleteDataTableValueCommandOutput } from "./commands/BatchDeleteDataTableValueCommand";
|
|
24
|
+
import { BatchDescribeDataTableValueCommandInput, BatchDescribeDataTableValueCommandOutput } from "./commands/BatchDescribeDataTableValueCommand";
|
|
20
25
|
import { BatchDisassociateAnalyticsDataSetCommandInput, BatchDisassociateAnalyticsDataSetCommandOutput } from "./commands/BatchDisassociateAnalyticsDataSetCommand";
|
|
21
26
|
import { BatchGetAttachedFileMetadataCommandInput, BatchGetAttachedFileMetadataCommandOutput } from "./commands/BatchGetAttachedFileMetadataCommand";
|
|
22
27
|
import { BatchGetFlowAssociationCommandInput, BatchGetFlowAssociationCommandOutput } from "./commands/BatchGetFlowAssociationCommand";
|
|
23
28
|
import { BatchPutContactCommandInput, BatchPutContactCommandOutput } from "./commands/BatchPutContactCommand";
|
|
29
|
+
import { BatchUpdateDataTableValueCommandInput, BatchUpdateDataTableValueCommandOutput } from "./commands/BatchUpdateDataTableValueCommand";
|
|
24
30
|
import { ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput } from "./commands/ClaimPhoneNumberCommand";
|
|
25
31
|
import { CompleteAttachedFileUploadCommandInput, CompleteAttachedFileUploadCommandOutput } from "./commands/CompleteAttachedFileUploadCommand";
|
|
26
32
|
import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "./commands/CreateAgentStatusCommand";
|
|
@@ -30,6 +36,8 @@ import { CreateContactFlowModuleAliasCommandInput, CreateContactFlowModuleAliasC
|
|
|
30
36
|
import { CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput } from "./commands/CreateContactFlowModuleCommand";
|
|
31
37
|
import { CreateContactFlowModuleVersionCommandInput, CreateContactFlowModuleVersionCommandOutput } from "./commands/CreateContactFlowModuleVersionCommand";
|
|
32
38
|
import { CreateContactFlowVersionCommandInput, CreateContactFlowVersionCommandOutput } from "./commands/CreateContactFlowVersionCommand";
|
|
39
|
+
import { CreateDataTableAttributeCommandInput, CreateDataTableAttributeCommandOutput } from "./commands/CreateDataTableAttributeCommand";
|
|
40
|
+
import { CreateDataTableCommandInput, CreateDataTableCommandOutput } from "./commands/CreateDataTableCommand";
|
|
33
41
|
import { CreateEmailAddressCommandInput, CreateEmailAddressCommandOutput } from "./commands/CreateEmailAddressCommand";
|
|
34
42
|
import { CreateEvaluationFormCommandInput, CreateEvaluationFormCommandOutput } from "./commands/CreateEvaluationFormCommand";
|
|
35
43
|
import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "./commands/CreateHoursOfOperationCommand";
|
|
@@ -54,6 +62,8 @@ import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOu
|
|
|
54
62
|
import { CreateViewCommandInput, CreateViewCommandOutput } from "./commands/CreateViewCommand";
|
|
55
63
|
import { CreateViewVersionCommandInput, CreateViewVersionCommandOutput } from "./commands/CreateViewVersionCommand";
|
|
56
64
|
import { CreateVocabularyCommandInput, CreateVocabularyCommandOutput } from "./commands/CreateVocabularyCommand";
|
|
65
|
+
import { CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput } from "./commands/CreateWorkspaceCommand";
|
|
66
|
+
import { CreateWorkspacePageCommandInput, CreateWorkspacePageCommandOutput } from "./commands/CreateWorkspacePageCommand";
|
|
57
67
|
import { DeactivateEvaluationFormCommandInput, DeactivateEvaluationFormCommandOutput } from "./commands/DeactivateEvaluationFormCommand";
|
|
58
68
|
import { DeleteAttachedFileCommandInput, DeleteAttachedFileCommandOutput } from "./commands/DeleteAttachedFileCommand";
|
|
59
69
|
import { DeleteContactEvaluationCommandInput, DeleteContactEvaluationCommandOutput } from "./commands/DeleteContactEvaluationCommand";
|
|
@@ -62,6 +72,8 @@ import { DeleteContactFlowModuleAliasCommandInput, DeleteContactFlowModuleAliasC
|
|
|
62
72
|
import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "./commands/DeleteContactFlowModuleCommand";
|
|
63
73
|
import { DeleteContactFlowModuleVersionCommandInput, DeleteContactFlowModuleVersionCommandOutput } from "./commands/DeleteContactFlowModuleVersionCommand";
|
|
64
74
|
import { DeleteContactFlowVersionCommandInput, DeleteContactFlowVersionCommandOutput } from "./commands/DeleteContactFlowVersionCommand";
|
|
75
|
+
import { DeleteDataTableAttributeCommandInput, DeleteDataTableAttributeCommandOutput } from "./commands/DeleteDataTableAttributeCommand";
|
|
76
|
+
import { DeleteDataTableCommandInput, DeleteDataTableCommandOutput } from "./commands/DeleteDataTableCommand";
|
|
65
77
|
import { DeleteEmailAddressCommandInput, DeleteEmailAddressCommandOutput } from "./commands/DeleteEmailAddressCommand";
|
|
66
78
|
import { DeleteEvaluationFormCommandInput, DeleteEvaluationFormCommandOutput } from "./commands/DeleteEvaluationFormCommand";
|
|
67
79
|
import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "./commands/DeleteHoursOfOperationCommand";
|
|
@@ -84,6 +96,9 @@ import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOu
|
|
|
84
96
|
import { DeleteViewCommandInput, DeleteViewCommandOutput } from "./commands/DeleteViewCommand";
|
|
85
97
|
import { DeleteViewVersionCommandInput, DeleteViewVersionCommandOutput } from "./commands/DeleteViewVersionCommand";
|
|
86
98
|
import { DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput } from "./commands/DeleteVocabularyCommand";
|
|
99
|
+
import { DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput } from "./commands/DeleteWorkspaceCommand";
|
|
100
|
+
import { DeleteWorkspaceMediaCommandInput, DeleteWorkspaceMediaCommandOutput } from "./commands/DeleteWorkspaceMediaCommand";
|
|
101
|
+
import { DeleteWorkspacePageCommandInput, DeleteWorkspacePageCommandOutput } from "./commands/DeleteWorkspacePageCommand";
|
|
87
102
|
import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
|
|
88
103
|
import { DescribeAuthenticationProfileCommandInput, DescribeAuthenticationProfileCommandOutput } from "./commands/DescribeAuthenticationProfileCommand";
|
|
89
104
|
import { DescribeContactCommandInput, DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
|
|
@@ -91,6 +106,8 @@ import { DescribeContactEvaluationCommandInput, DescribeContactEvaluationCommand
|
|
|
91
106
|
import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "./commands/DescribeContactFlowCommand";
|
|
92
107
|
import { DescribeContactFlowModuleAliasCommandInput, DescribeContactFlowModuleAliasCommandOutput } from "./commands/DescribeContactFlowModuleAliasCommand";
|
|
93
108
|
import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput } from "./commands/DescribeContactFlowModuleCommand";
|
|
109
|
+
import { DescribeDataTableAttributeCommandInput, DescribeDataTableAttributeCommandOutput } from "./commands/DescribeDataTableAttributeCommand";
|
|
110
|
+
import { DescribeDataTableCommandInput, DescribeDataTableCommandOutput } from "./commands/DescribeDataTableCommand";
|
|
94
111
|
import { DescribeEmailAddressCommandInput, DescribeEmailAddressCommandOutput } from "./commands/DescribeEmailAddressCommand";
|
|
95
112
|
import { DescribeEvaluationFormCommandInput, DescribeEvaluationFormCommandOutput } from "./commands/DescribeEvaluationFormCommand";
|
|
96
113
|
import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "./commands/DescribeHoursOfOperationCommand";
|
|
@@ -112,6 +129,7 @@ import { DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupComma
|
|
|
112
129
|
import { DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput } from "./commands/DescribeUserHierarchyStructureCommand";
|
|
113
130
|
import { DescribeViewCommandInput, DescribeViewCommandOutput } from "./commands/DescribeViewCommand";
|
|
114
131
|
import { DescribeVocabularyCommandInput, DescribeVocabularyCommandOutput } from "./commands/DescribeVocabularyCommand";
|
|
132
|
+
import { DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput } from "./commands/DescribeWorkspaceCommand";
|
|
115
133
|
import { DisassociateAnalyticsDataSetCommandInput, DisassociateAnalyticsDataSetCommandOutput } from "./commands/DisassociateAnalyticsDataSetCommand";
|
|
116
134
|
import { DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput } from "./commands/DisassociateApprovedOriginCommand";
|
|
117
135
|
import { DisassociateBotCommandInput, DisassociateBotCommandOutput } from "./commands/DisassociateBotCommand";
|
|
@@ -124,9 +142,12 @@ import { DisassociatePhoneNumberContactFlowCommandInput, DisassociatePhoneNumber
|
|
|
124
142
|
import { DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConnectsCommandOutput } from "./commands/DisassociateQueueQuickConnectsCommand";
|
|
125
143
|
import { DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput } from "./commands/DisassociateRoutingProfileQueuesCommand";
|
|
126
144
|
import { DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput } from "./commands/DisassociateSecurityKeyCommand";
|
|
145
|
+
import { DisassociateSecurityProfilesCommandInput, DisassociateSecurityProfilesCommandOutput } from "./commands/DisassociateSecurityProfilesCommand";
|
|
127
146
|
import { DisassociateTrafficDistributionGroupUserCommandInput, DisassociateTrafficDistributionGroupUserCommandOutput } from "./commands/DisassociateTrafficDistributionGroupUserCommand";
|
|
128
147
|
import { DisassociateUserProficienciesCommandInput, DisassociateUserProficienciesCommandOutput } from "./commands/DisassociateUserProficienciesCommand";
|
|
148
|
+
import { DisassociateWorkspaceCommandInput, DisassociateWorkspaceCommandOutput } from "./commands/DisassociateWorkspaceCommand";
|
|
129
149
|
import { DismissUserContactCommandInput, DismissUserContactCommandOutput } from "./commands/DismissUserContactCommand";
|
|
150
|
+
import { EvaluateDataTableValuesCommandInput, EvaluateDataTableValuesCommandOutput } from "./commands/EvaluateDataTableValuesCommand";
|
|
130
151
|
import { GetAttachedFileCommandInput, GetAttachedFileCommandOutput } from "./commands/GetAttachedFileCommand";
|
|
131
152
|
import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "./commands/GetContactAttributesCommand";
|
|
132
153
|
import { GetContactMetricsCommandInput, GetContactMetricsCommandOutput } from "./commands/GetContactMetricsCommand";
|
|
@@ -141,6 +162,7 @@ import { GetPromptFileCommandInput, GetPromptFileCommandOutput } from "./command
|
|
|
141
162
|
import { GetTaskTemplateCommandInput, GetTaskTemplateCommandOutput } from "./commands/GetTaskTemplateCommand";
|
|
142
163
|
import { GetTrafficDistributionCommandInput, GetTrafficDistributionCommandOutput } from "./commands/GetTrafficDistributionCommand";
|
|
143
164
|
import { ImportPhoneNumberCommandInput, ImportPhoneNumberCommandOutput } from "./commands/ImportPhoneNumberCommand";
|
|
165
|
+
import { ImportWorkspaceMediaCommandInput, ImportWorkspaceMediaCommandOutput } from "./commands/ImportWorkspaceMediaCommand";
|
|
144
166
|
import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "./commands/ListAgentStatusesCommand";
|
|
145
167
|
import { ListAnalyticsDataAssociationsCommandInput, ListAnalyticsDataAssociationsCommandOutput } from "./commands/ListAnalyticsDataAssociationsCommand";
|
|
146
168
|
import { ListAnalyticsDataLakeDataSetsCommandInput, ListAnalyticsDataLakeDataSetsCommandOutput } from "./commands/ListAnalyticsDataLakeDataSetsCommand";
|
|
@@ -155,7 +177,12 @@ import { ListContactFlowModuleVersionsCommandInput, ListContactFlowModuleVersion
|
|
|
155
177
|
import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "./commands/ListContactFlowsCommand";
|
|
156
178
|
import { ListContactFlowVersionsCommandInput, ListContactFlowVersionsCommandOutput } from "./commands/ListContactFlowVersionsCommand";
|
|
157
179
|
import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "./commands/ListContactReferencesCommand";
|
|
180
|
+
import { ListDataTableAttributesCommandInput, ListDataTableAttributesCommandOutput } from "./commands/ListDataTableAttributesCommand";
|
|
181
|
+
import { ListDataTablePrimaryValuesCommandInput, ListDataTablePrimaryValuesCommandOutput } from "./commands/ListDataTablePrimaryValuesCommand";
|
|
182
|
+
import { ListDataTablesCommandInput, ListDataTablesCommandOutput } from "./commands/ListDataTablesCommand";
|
|
183
|
+
import { ListDataTableValuesCommandInput, ListDataTableValuesCommandOutput } from "./commands/ListDataTableValuesCommand";
|
|
158
184
|
import { ListDefaultVocabulariesCommandInput, ListDefaultVocabulariesCommandOutput } from "./commands/ListDefaultVocabulariesCommand";
|
|
185
|
+
import { ListEntitySecurityProfilesCommandInput, ListEntitySecurityProfilesCommandOutput } from "./commands/ListEntitySecurityProfilesCommand";
|
|
159
186
|
import { ListEvaluationFormsCommandInput, ListEvaluationFormsCommandOutput } from "./commands/ListEvaluationFormsCommand";
|
|
160
187
|
import { ListEvaluationFormVersionsCommandInput, ListEvaluationFormVersionsCommandOutput } from "./commands/ListEvaluationFormVersionsCommand";
|
|
161
188
|
import { ListFlowAssociationsCommandInput, ListFlowAssociationsCommandOutput } from "./commands/ListFlowAssociationsCommand";
|
|
@@ -181,6 +208,7 @@ import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } fro
|
|
|
181
208
|
import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
|
|
182
209
|
import { ListSecurityKeysCommandInput, ListSecurityKeysCommandOutput } from "./commands/ListSecurityKeysCommand";
|
|
183
210
|
import { ListSecurityProfileApplicationsCommandInput, ListSecurityProfileApplicationsCommandOutput } from "./commands/ListSecurityProfileApplicationsCommand";
|
|
211
|
+
import { ListSecurityProfileFlowModulesCommandInput, ListSecurityProfileFlowModulesCommandOutput } from "./commands/ListSecurityProfileFlowModulesCommand";
|
|
184
212
|
import { ListSecurityProfilePermissionsCommandInput, ListSecurityProfilePermissionsCommandOutput } from "./commands/ListSecurityProfilePermissionsCommand";
|
|
185
213
|
import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "./commands/ListSecurityProfilesCommand";
|
|
186
214
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
@@ -193,6 +221,9 @@ import { ListUserProficienciesCommandInput, ListUserProficienciesCommandOutput }
|
|
|
193
221
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
194
222
|
import { ListViewsCommandInput, ListViewsCommandOutput } from "./commands/ListViewsCommand";
|
|
195
223
|
import { ListViewVersionsCommandInput, ListViewVersionsCommandOutput } from "./commands/ListViewVersionsCommand";
|
|
224
|
+
import { ListWorkspaceMediaCommandInput, ListWorkspaceMediaCommandOutput } from "./commands/ListWorkspaceMediaCommand";
|
|
225
|
+
import { ListWorkspacePagesCommandInput, ListWorkspacePagesCommandOutput } from "./commands/ListWorkspacePagesCommand";
|
|
226
|
+
import { ListWorkspacesCommandInput, ListWorkspacesCommandOutput } from "./commands/ListWorkspacesCommand";
|
|
196
227
|
import { MonitorContactCommandInput, MonitorContactCommandOutput } from "./commands/MonitorContactCommand";
|
|
197
228
|
import { PauseContactCommandInput, PauseContactCommandOutput } from "./commands/PauseContactCommand";
|
|
198
229
|
import { PutUserStatusCommandInput, PutUserStatusCommandOutput } from "./commands/PutUserStatusCommand";
|
|
@@ -206,6 +237,7 @@ import { SearchContactEvaluationsCommandInput, SearchContactEvaluationsCommandOu
|
|
|
206
237
|
import { SearchContactFlowModulesCommandInput, SearchContactFlowModulesCommandOutput } from "./commands/SearchContactFlowModulesCommand";
|
|
207
238
|
import { SearchContactFlowsCommandInput, SearchContactFlowsCommandOutput } from "./commands/SearchContactFlowsCommand";
|
|
208
239
|
import { SearchContactsCommandInput, SearchContactsCommandOutput } from "./commands/SearchContactsCommand";
|
|
240
|
+
import { SearchDataTablesCommandInput, SearchDataTablesCommandOutput } from "./commands/SearchDataTablesCommand";
|
|
209
241
|
import { SearchEmailAddressesCommandInput, SearchEmailAddressesCommandOutput } from "./commands/SearchEmailAddressesCommand";
|
|
210
242
|
import { SearchEvaluationFormsCommandInput, SearchEvaluationFormsCommandOutput } from "./commands/SearchEvaluationFormsCommand";
|
|
211
243
|
import { SearchHoursOfOperationOverridesCommandInput, SearchHoursOfOperationOverridesCommandOutput } from "./commands/SearchHoursOfOperationOverridesCommand";
|
|
@@ -219,12 +251,16 @@ import { SearchRoutingProfilesCommandInput, SearchRoutingProfilesCommandOutput }
|
|
|
219
251
|
import { SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput } from "./commands/SearchSecurityProfilesCommand";
|
|
220
252
|
import { SearchUserHierarchyGroupsCommandInput, SearchUserHierarchyGroupsCommandOutput } from "./commands/SearchUserHierarchyGroupsCommand";
|
|
221
253
|
import { SearchUsersCommandInput, SearchUsersCommandOutput } from "./commands/SearchUsersCommand";
|
|
254
|
+
import { SearchViewsCommandInput, SearchViewsCommandOutput } from "./commands/SearchViewsCommand";
|
|
222
255
|
import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "./commands/SearchVocabulariesCommand";
|
|
256
|
+
import { SearchWorkspaceAssociationsCommandInput, SearchWorkspaceAssociationsCommandOutput } from "./commands/SearchWorkspaceAssociationsCommand";
|
|
257
|
+
import { SearchWorkspacesCommandInput, SearchWorkspacesCommandOutput } from "./commands/SearchWorkspacesCommand";
|
|
223
258
|
import { SendChatIntegrationEventCommandInput, SendChatIntegrationEventCommandOutput } from "./commands/SendChatIntegrationEventCommand";
|
|
224
259
|
import { SendOutboundEmailCommandInput, SendOutboundEmailCommandOutput } from "./commands/SendOutboundEmailCommand";
|
|
225
260
|
import { StartAttachedFileUploadCommandInput, StartAttachedFileUploadCommandOutput } from "./commands/StartAttachedFileUploadCommand";
|
|
226
261
|
import { StartChatContactCommandInput, StartChatContactCommandOutput } from "./commands/StartChatContactCommand";
|
|
227
262
|
import { StartContactEvaluationCommandInput, StartContactEvaluationCommandOutput } from "./commands/StartContactEvaluationCommand";
|
|
263
|
+
import { StartContactMediaProcessingCommandInput, StartContactMediaProcessingCommandOutput } from "./commands/StartContactMediaProcessingCommand";
|
|
228
264
|
import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "./commands/StartContactRecordingCommand";
|
|
229
265
|
import { StartContactStreamingCommandInput, StartContactStreamingCommandOutput } from "./commands/StartContactStreamingCommand";
|
|
230
266
|
import { StartEmailContactCommandInput, StartEmailContactCommandOutput } from "./commands/StartEmailContactCommand";
|
|
@@ -235,6 +271,7 @@ import { StartScreenSharingCommandInput, StartScreenSharingCommandOutput } from
|
|
|
235
271
|
import { StartTaskContactCommandInput, StartTaskContactCommandOutput } from "./commands/StartTaskContactCommand";
|
|
236
272
|
import { StartWebRTCContactCommandInput, StartWebRTCContactCommandOutput } from "./commands/StartWebRTCContactCommand";
|
|
237
273
|
import { StopContactCommandInput, StopContactCommandOutput } from "./commands/StopContactCommand";
|
|
274
|
+
import { StopContactMediaProcessingCommandInput, StopContactMediaProcessingCommandOutput } from "./commands/StopContactMediaProcessingCommand";
|
|
238
275
|
import { StopContactRecordingCommandInput, StopContactRecordingCommandOutput } from "./commands/StopContactRecordingCommand";
|
|
239
276
|
import { StopContactStreamingCommandInput, StopContactStreamingCommandOutput } from "./commands/StopContactStreamingCommand";
|
|
240
277
|
import { SubmitContactEvaluationCommandInput, SubmitContactEvaluationCommandOutput } from "./commands/SubmitContactEvaluationCommand";
|
|
@@ -257,6 +294,9 @@ import { UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMet
|
|
|
257
294
|
import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "./commands/UpdateContactFlowNameCommand";
|
|
258
295
|
import { UpdateContactRoutingDataCommandInput, UpdateContactRoutingDataCommandOutput } from "./commands/UpdateContactRoutingDataCommand";
|
|
259
296
|
import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput } from "./commands/UpdateContactScheduleCommand";
|
|
297
|
+
import { UpdateDataTableAttributeCommandInput, UpdateDataTableAttributeCommandOutput } from "./commands/UpdateDataTableAttributeCommand";
|
|
298
|
+
import { UpdateDataTableMetadataCommandInput, UpdateDataTableMetadataCommandOutput } from "./commands/UpdateDataTableMetadataCommand";
|
|
299
|
+
import { UpdateDataTablePrimaryValuesCommandInput, UpdateDataTablePrimaryValuesCommandOutput } from "./commands/UpdateDataTablePrimaryValuesCommand";
|
|
260
300
|
import { UpdateEmailAddressMetadataCommandInput, UpdateEmailAddressMetadataCommandOutput } from "./commands/UpdateEmailAddressMetadataCommand";
|
|
261
301
|
import { UpdateEvaluationFormCommandInput, UpdateEvaluationFormCommandOutput } from "./commands/UpdateEvaluationFormCommand";
|
|
262
302
|
import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "./commands/UpdateHoursOfOperationCommand";
|
|
@@ -296,6 +336,10 @@ import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOu
|
|
|
296
336
|
import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
|
|
297
337
|
import { UpdateViewContentCommandInput, UpdateViewContentCommandOutput } from "./commands/UpdateViewContentCommand";
|
|
298
338
|
import { UpdateViewMetadataCommandInput, UpdateViewMetadataCommandOutput } from "./commands/UpdateViewMetadataCommand";
|
|
339
|
+
import { UpdateWorkspaceMetadataCommandInput, UpdateWorkspaceMetadataCommandOutput } from "./commands/UpdateWorkspaceMetadataCommand";
|
|
340
|
+
import { UpdateWorkspacePageCommandInput, UpdateWorkspacePageCommandOutput } from "./commands/UpdateWorkspacePageCommand";
|
|
341
|
+
import { UpdateWorkspaceThemeCommandInput, UpdateWorkspaceThemeCommandOutput } from "./commands/UpdateWorkspaceThemeCommand";
|
|
342
|
+
import { UpdateWorkspaceVisibilityCommandInput, UpdateWorkspaceVisibilityCommandOutput } from "./commands/UpdateWorkspaceVisibilityCommand";
|
|
299
343
|
import { ConnectClient } from "./ConnectClient";
|
|
300
344
|
export interface Connect {
|
|
301
345
|
/**
|
|
@@ -388,6 +432,12 @@ export interface Connect {
|
|
|
388
432
|
associateSecurityKey(args: AssociateSecurityKeyCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSecurityKeyCommandOutput>;
|
|
389
433
|
associateSecurityKey(args: AssociateSecurityKeyCommandInput, cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void): void;
|
|
390
434
|
associateSecurityKey(args: AssociateSecurityKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void): void;
|
|
435
|
+
/**
|
|
436
|
+
* @see {@link AssociateSecurityProfilesCommand}
|
|
437
|
+
*/
|
|
438
|
+
associateSecurityProfiles(args: AssociateSecurityProfilesCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSecurityProfilesCommandOutput>;
|
|
439
|
+
associateSecurityProfiles(args: AssociateSecurityProfilesCommandInput, cb: (err: any, data?: AssociateSecurityProfilesCommandOutput) => void): void;
|
|
440
|
+
associateSecurityProfiles(args: AssociateSecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSecurityProfilesCommandOutput) => void): void;
|
|
391
441
|
/**
|
|
392
442
|
* @see {@link AssociateTrafficDistributionGroupUserCommand}
|
|
393
443
|
*/
|
|
@@ -400,12 +450,36 @@ export interface Connect {
|
|
|
400
450
|
associateUserProficiencies(args: AssociateUserProficienciesCommandInput, options?: __HttpHandlerOptions): Promise<AssociateUserProficienciesCommandOutput>;
|
|
401
451
|
associateUserProficiencies(args: AssociateUserProficienciesCommandInput, cb: (err: any, data?: AssociateUserProficienciesCommandOutput) => void): void;
|
|
402
452
|
associateUserProficiencies(args: AssociateUserProficienciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateUserProficienciesCommandOutput) => void): void;
|
|
453
|
+
/**
|
|
454
|
+
* @see {@link AssociateWorkspaceCommand}
|
|
455
|
+
*/
|
|
456
|
+
associateWorkspace(args: AssociateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<AssociateWorkspaceCommandOutput>;
|
|
457
|
+
associateWorkspace(args: AssociateWorkspaceCommandInput, cb: (err: any, data?: AssociateWorkspaceCommandOutput) => void): void;
|
|
458
|
+
associateWorkspace(args: AssociateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateWorkspaceCommandOutput) => void): void;
|
|
403
459
|
/**
|
|
404
460
|
* @see {@link BatchAssociateAnalyticsDataSetCommand}
|
|
405
461
|
*/
|
|
406
462
|
batchAssociateAnalyticsDataSet(args: BatchAssociateAnalyticsDataSetCommandInput, options?: __HttpHandlerOptions): Promise<BatchAssociateAnalyticsDataSetCommandOutput>;
|
|
407
463
|
batchAssociateAnalyticsDataSet(args: BatchAssociateAnalyticsDataSetCommandInput, cb: (err: any, data?: BatchAssociateAnalyticsDataSetCommandOutput) => void): void;
|
|
408
464
|
batchAssociateAnalyticsDataSet(args: BatchAssociateAnalyticsDataSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchAssociateAnalyticsDataSetCommandOutput) => void): void;
|
|
465
|
+
/**
|
|
466
|
+
* @see {@link BatchCreateDataTableValueCommand}
|
|
467
|
+
*/
|
|
468
|
+
batchCreateDataTableValue(args: BatchCreateDataTableValueCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateDataTableValueCommandOutput>;
|
|
469
|
+
batchCreateDataTableValue(args: BatchCreateDataTableValueCommandInput, cb: (err: any, data?: BatchCreateDataTableValueCommandOutput) => void): void;
|
|
470
|
+
batchCreateDataTableValue(args: BatchCreateDataTableValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateDataTableValueCommandOutput) => void): void;
|
|
471
|
+
/**
|
|
472
|
+
* @see {@link BatchDeleteDataTableValueCommand}
|
|
473
|
+
*/
|
|
474
|
+
batchDeleteDataTableValue(args: BatchDeleteDataTableValueCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteDataTableValueCommandOutput>;
|
|
475
|
+
batchDeleteDataTableValue(args: BatchDeleteDataTableValueCommandInput, cb: (err: any, data?: BatchDeleteDataTableValueCommandOutput) => void): void;
|
|
476
|
+
batchDeleteDataTableValue(args: BatchDeleteDataTableValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteDataTableValueCommandOutput) => void): void;
|
|
477
|
+
/**
|
|
478
|
+
* @see {@link BatchDescribeDataTableValueCommand}
|
|
479
|
+
*/
|
|
480
|
+
batchDescribeDataTableValue(args: BatchDescribeDataTableValueCommandInput, options?: __HttpHandlerOptions): Promise<BatchDescribeDataTableValueCommandOutput>;
|
|
481
|
+
batchDescribeDataTableValue(args: BatchDescribeDataTableValueCommandInput, cb: (err: any, data?: BatchDescribeDataTableValueCommandOutput) => void): void;
|
|
482
|
+
batchDescribeDataTableValue(args: BatchDescribeDataTableValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDescribeDataTableValueCommandOutput) => void): void;
|
|
409
483
|
/**
|
|
410
484
|
* @see {@link BatchDisassociateAnalyticsDataSetCommand}
|
|
411
485
|
*/
|
|
@@ -430,6 +504,12 @@ export interface Connect {
|
|
|
430
504
|
batchPutContact(args: BatchPutContactCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutContactCommandOutput>;
|
|
431
505
|
batchPutContact(args: BatchPutContactCommandInput, cb: (err: any, data?: BatchPutContactCommandOutput) => void): void;
|
|
432
506
|
batchPutContact(args: BatchPutContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutContactCommandOutput) => void): void;
|
|
507
|
+
/**
|
|
508
|
+
* @see {@link BatchUpdateDataTableValueCommand}
|
|
509
|
+
*/
|
|
510
|
+
batchUpdateDataTableValue(args: BatchUpdateDataTableValueCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateDataTableValueCommandOutput>;
|
|
511
|
+
batchUpdateDataTableValue(args: BatchUpdateDataTableValueCommandInput, cb: (err: any, data?: BatchUpdateDataTableValueCommandOutput) => void): void;
|
|
512
|
+
batchUpdateDataTableValue(args: BatchUpdateDataTableValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateDataTableValueCommandOutput) => void): void;
|
|
433
513
|
/**
|
|
434
514
|
* @see {@link ClaimPhoneNumberCommand}
|
|
435
515
|
*/
|
|
@@ -484,6 +564,18 @@ export interface Connect {
|
|
|
484
564
|
createContactFlowVersion(args: CreateContactFlowVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateContactFlowVersionCommandOutput>;
|
|
485
565
|
createContactFlowVersion(args: CreateContactFlowVersionCommandInput, cb: (err: any, data?: CreateContactFlowVersionCommandOutput) => void): void;
|
|
486
566
|
createContactFlowVersion(args: CreateContactFlowVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactFlowVersionCommandOutput) => void): void;
|
|
567
|
+
/**
|
|
568
|
+
* @see {@link CreateDataTableCommand}
|
|
569
|
+
*/
|
|
570
|
+
createDataTable(args: CreateDataTableCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataTableCommandOutput>;
|
|
571
|
+
createDataTable(args: CreateDataTableCommandInput, cb: (err: any, data?: CreateDataTableCommandOutput) => void): void;
|
|
572
|
+
createDataTable(args: CreateDataTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataTableCommandOutput) => void): void;
|
|
573
|
+
/**
|
|
574
|
+
* @see {@link CreateDataTableAttributeCommand}
|
|
575
|
+
*/
|
|
576
|
+
createDataTableAttribute(args: CreateDataTableAttributeCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataTableAttributeCommandOutput>;
|
|
577
|
+
createDataTableAttribute(args: CreateDataTableAttributeCommandInput, cb: (err: any, data?: CreateDataTableAttributeCommandOutput) => void): void;
|
|
578
|
+
createDataTableAttribute(args: CreateDataTableAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataTableAttributeCommandOutput) => void): void;
|
|
487
579
|
/**
|
|
488
580
|
* @see {@link CreateEmailAddressCommand}
|
|
489
581
|
*/
|
|
@@ -628,6 +720,18 @@ export interface Connect {
|
|
|
628
720
|
createVocabulary(args: CreateVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<CreateVocabularyCommandOutput>;
|
|
629
721
|
createVocabulary(args: CreateVocabularyCommandInput, cb: (err: any, data?: CreateVocabularyCommandOutput) => void): void;
|
|
630
722
|
createVocabulary(args: CreateVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVocabularyCommandOutput) => void): void;
|
|
723
|
+
/**
|
|
724
|
+
* @see {@link CreateWorkspaceCommand}
|
|
725
|
+
*/
|
|
726
|
+
createWorkspace(args: CreateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspaceCommandOutput>;
|
|
727
|
+
createWorkspace(args: CreateWorkspaceCommandInput, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
|
|
728
|
+
createWorkspace(args: CreateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
|
|
729
|
+
/**
|
|
730
|
+
* @see {@link CreateWorkspacePageCommand}
|
|
731
|
+
*/
|
|
732
|
+
createWorkspacePage(args: CreateWorkspacePageCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspacePageCommandOutput>;
|
|
733
|
+
createWorkspacePage(args: CreateWorkspacePageCommandInput, cb: (err: any, data?: CreateWorkspacePageCommandOutput) => void): void;
|
|
734
|
+
createWorkspacePage(args: CreateWorkspacePageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspacePageCommandOutput) => void): void;
|
|
631
735
|
/**
|
|
632
736
|
* @see {@link DeactivateEvaluationFormCommand}
|
|
633
737
|
*/
|
|
@@ -676,6 +780,18 @@ export interface Connect {
|
|
|
676
780
|
deleteContactFlowVersion(args: DeleteContactFlowVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactFlowVersionCommandOutput>;
|
|
677
781
|
deleteContactFlowVersion(args: DeleteContactFlowVersionCommandInput, cb: (err: any, data?: DeleteContactFlowVersionCommandOutput) => void): void;
|
|
678
782
|
deleteContactFlowVersion(args: DeleteContactFlowVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactFlowVersionCommandOutput) => void): void;
|
|
783
|
+
/**
|
|
784
|
+
* @see {@link DeleteDataTableCommand}
|
|
785
|
+
*/
|
|
786
|
+
deleteDataTable(args: DeleteDataTableCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataTableCommandOutput>;
|
|
787
|
+
deleteDataTable(args: DeleteDataTableCommandInput, cb: (err: any, data?: DeleteDataTableCommandOutput) => void): void;
|
|
788
|
+
deleteDataTable(args: DeleteDataTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataTableCommandOutput) => void): void;
|
|
789
|
+
/**
|
|
790
|
+
* @see {@link DeleteDataTableAttributeCommand}
|
|
791
|
+
*/
|
|
792
|
+
deleteDataTableAttribute(args: DeleteDataTableAttributeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataTableAttributeCommandOutput>;
|
|
793
|
+
deleteDataTableAttribute(args: DeleteDataTableAttributeCommandInput, cb: (err: any, data?: DeleteDataTableAttributeCommandOutput) => void): void;
|
|
794
|
+
deleteDataTableAttribute(args: DeleteDataTableAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataTableAttributeCommandOutput) => void): void;
|
|
679
795
|
/**
|
|
680
796
|
* @see {@link DeleteEmailAddressCommand}
|
|
681
797
|
*/
|
|
@@ -808,6 +924,24 @@ export interface Connect {
|
|
|
808
924
|
deleteVocabulary(args: DeleteVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVocabularyCommandOutput>;
|
|
809
925
|
deleteVocabulary(args: DeleteVocabularyCommandInput, cb: (err: any, data?: DeleteVocabularyCommandOutput) => void): void;
|
|
810
926
|
deleteVocabulary(args: DeleteVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVocabularyCommandOutput) => void): void;
|
|
927
|
+
/**
|
|
928
|
+
* @see {@link DeleteWorkspaceCommand}
|
|
929
|
+
*/
|
|
930
|
+
deleteWorkspace(args: DeleteWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceCommandOutput>;
|
|
931
|
+
deleteWorkspace(args: DeleteWorkspaceCommandInput, cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void): void;
|
|
932
|
+
deleteWorkspace(args: DeleteWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void): void;
|
|
933
|
+
/**
|
|
934
|
+
* @see {@link DeleteWorkspaceMediaCommand}
|
|
935
|
+
*/
|
|
936
|
+
deleteWorkspaceMedia(args: DeleteWorkspaceMediaCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceMediaCommandOutput>;
|
|
937
|
+
deleteWorkspaceMedia(args: DeleteWorkspaceMediaCommandInput, cb: (err: any, data?: DeleteWorkspaceMediaCommandOutput) => void): void;
|
|
938
|
+
deleteWorkspaceMedia(args: DeleteWorkspaceMediaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceMediaCommandOutput) => void): void;
|
|
939
|
+
/**
|
|
940
|
+
* @see {@link DeleteWorkspacePageCommand}
|
|
941
|
+
*/
|
|
942
|
+
deleteWorkspacePage(args: DeleteWorkspacePageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspacePageCommandOutput>;
|
|
943
|
+
deleteWorkspacePage(args: DeleteWorkspacePageCommandInput, cb: (err: any, data?: DeleteWorkspacePageCommandOutput) => void): void;
|
|
944
|
+
deleteWorkspacePage(args: DeleteWorkspacePageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspacePageCommandOutput) => void): void;
|
|
811
945
|
/**
|
|
812
946
|
* @see {@link DescribeAgentStatusCommand}
|
|
813
947
|
*/
|
|
@@ -850,6 +984,18 @@ export interface Connect {
|
|
|
850
984
|
describeContactFlowModuleAlias(args: DescribeContactFlowModuleAliasCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactFlowModuleAliasCommandOutput>;
|
|
851
985
|
describeContactFlowModuleAlias(args: DescribeContactFlowModuleAliasCommandInput, cb: (err: any, data?: DescribeContactFlowModuleAliasCommandOutput) => void): void;
|
|
852
986
|
describeContactFlowModuleAlias(args: DescribeContactFlowModuleAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactFlowModuleAliasCommandOutput) => void): void;
|
|
987
|
+
/**
|
|
988
|
+
* @see {@link DescribeDataTableCommand}
|
|
989
|
+
*/
|
|
990
|
+
describeDataTable(args: DescribeDataTableCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataTableCommandOutput>;
|
|
991
|
+
describeDataTable(args: DescribeDataTableCommandInput, cb: (err: any, data?: DescribeDataTableCommandOutput) => void): void;
|
|
992
|
+
describeDataTable(args: DescribeDataTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataTableCommandOutput) => void): void;
|
|
993
|
+
/**
|
|
994
|
+
* @see {@link DescribeDataTableAttributeCommand}
|
|
995
|
+
*/
|
|
996
|
+
describeDataTableAttribute(args: DescribeDataTableAttributeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataTableAttributeCommandOutput>;
|
|
997
|
+
describeDataTableAttribute(args: DescribeDataTableAttributeCommandInput, cb: (err: any, data?: DescribeDataTableAttributeCommandOutput) => void): void;
|
|
998
|
+
describeDataTableAttribute(args: DescribeDataTableAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataTableAttributeCommandOutput) => void): void;
|
|
853
999
|
/**
|
|
854
1000
|
* @see {@link DescribeEmailAddressCommand}
|
|
855
1001
|
*/
|
|
@@ -976,6 +1122,12 @@ export interface Connect {
|
|
|
976
1122
|
describeVocabulary(args: DescribeVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVocabularyCommandOutput>;
|
|
977
1123
|
describeVocabulary(args: DescribeVocabularyCommandInput, cb: (err: any, data?: DescribeVocabularyCommandOutput) => void): void;
|
|
978
1124
|
describeVocabulary(args: DescribeVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVocabularyCommandOutput) => void): void;
|
|
1125
|
+
/**
|
|
1126
|
+
* @see {@link DescribeWorkspaceCommand}
|
|
1127
|
+
*/
|
|
1128
|
+
describeWorkspace(args: DescribeWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceCommandOutput>;
|
|
1129
|
+
describeWorkspace(args: DescribeWorkspaceCommandInput, cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void): void;
|
|
1130
|
+
describeWorkspace(args: DescribeWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void): void;
|
|
979
1131
|
/**
|
|
980
1132
|
* @see {@link DisassociateAnalyticsDataSetCommand}
|
|
981
1133
|
*/
|
|
@@ -1048,6 +1200,12 @@ export interface Connect {
|
|
|
1048
1200
|
disassociateSecurityKey(args: DisassociateSecurityKeyCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateSecurityKeyCommandOutput>;
|
|
1049
1201
|
disassociateSecurityKey(args: DisassociateSecurityKeyCommandInput, cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void): void;
|
|
1050
1202
|
disassociateSecurityKey(args: DisassociateSecurityKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void): void;
|
|
1203
|
+
/**
|
|
1204
|
+
* @see {@link DisassociateSecurityProfilesCommand}
|
|
1205
|
+
*/
|
|
1206
|
+
disassociateSecurityProfiles(args: DisassociateSecurityProfilesCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateSecurityProfilesCommandOutput>;
|
|
1207
|
+
disassociateSecurityProfiles(args: DisassociateSecurityProfilesCommandInput, cb: (err: any, data?: DisassociateSecurityProfilesCommandOutput) => void): void;
|
|
1208
|
+
disassociateSecurityProfiles(args: DisassociateSecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateSecurityProfilesCommandOutput) => void): void;
|
|
1051
1209
|
/**
|
|
1052
1210
|
* @see {@link DisassociateTrafficDistributionGroupUserCommand}
|
|
1053
1211
|
*/
|
|
@@ -1060,12 +1218,24 @@ export interface Connect {
|
|
|
1060
1218
|
disassociateUserProficiencies(args: DisassociateUserProficienciesCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateUserProficienciesCommandOutput>;
|
|
1061
1219
|
disassociateUserProficiencies(args: DisassociateUserProficienciesCommandInput, cb: (err: any, data?: DisassociateUserProficienciesCommandOutput) => void): void;
|
|
1062
1220
|
disassociateUserProficiencies(args: DisassociateUserProficienciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateUserProficienciesCommandOutput) => void): void;
|
|
1221
|
+
/**
|
|
1222
|
+
* @see {@link DisassociateWorkspaceCommand}
|
|
1223
|
+
*/
|
|
1224
|
+
disassociateWorkspace(args: DisassociateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateWorkspaceCommandOutput>;
|
|
1225
|
+
disassociateWorkspace(args: DisassociateWorkspaceCommandInput, cb: (err: any, data?: DisassociateWorkspaceCommandOutput) => void): void;
|
|
1226
|
+
disassociateWorkspace(args: DisassociateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateWorkspaceCommandOutput) => void): void;
|
|
1063
1227
|
/**
|
|
1064
1228
|
* @see {@link DismissUserContactCommand}
|
|
1065
1229
|
*/
|
|
1066
1230
|
dismissUserContact(args: DismissUserContactCommandInput, options?: __HttpHandlerOptions): Promise<DismissUserContactCommandOutput>;
|
|
1067
1231
|
dismissUserContact(args: DismissUserContactCommandInput, cb: (err: any, data?: DismissUserContactCommandOutput) => void): void;
|
|
1068
1232
|
dismissUserContact(args: DismissUserContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DismissUserContactCommandOutput) => void): void;
|
|
1233
|
+
/**
|
|
1234
|
+
* @see {@link EvaluateDataTableValuesCommand}
|
|
1235
|
+
*/
|
|
1236
|
+
evaluateDataTableValues(args: EvaluateDataTableValuesCommandInput, options?: __HttpHandlerOptions): Promise<EvaluateDataTableValuesCommandOutput>;
|
|
1237
|
+
evaluateDataTableValues(args: EvaluateDataTableValuesCommandInput, cb: (err: any, data?: EvaluateDataTableValuesCommandOutput) => void): void;
|
|
1238
|
+
evaluateDataTableValues(args: EvaluateDataTableValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EvaluateDataTableValuesCommandOutput) => void): void;
|
|
1069
1239
|
/**
|
|
1070
1240
|
* @see {@link GetAttachedFileCommand}
|
|
1071
1241
|
*/
|
|
@@ -1150,6 +1320,12 @@ export interface Connect {
|
|
|
1150
1320
|
importPhoneNumber(args: ImportPhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<ImportPhoneNumberCommandOutput>;
|
|
1151
1321
|
importPhoneNumber(args: ImportPhoneNumberCommandInput, cb: (err: any, data?: ImportPhoneNumberCommandOutput) => void): void;
|
|
1152
1322
|
importPhoneNumber(args: ImportPhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportPhoneNumberCommandOutput) => void): void;
|
|
1323
|
+
/**
|
|
1324
|
+
* @see {@link ImportWorkspaceMediaCommand}
|
|
1325
|
+
*/
|
|
1326
|
+
importWorkspaceMedia(args: ImportWorkspaceMediaCommandInput, options?: __HttpHandlerOptions): Promise<ImportWorkspaceMediaCommandOutput>;
|
|
1327
|
+
importWorkspaceMedia(args: ImportWorkspaceMediaCommandInput, cb: (err: any, data?: ImportWorkspaceMediaCommandOutput) => void): void;
|
|
1328
|
+
importWorkspaceMedia(args: ImportWorkspaceMediaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportWorkspaceMediaCommandOutput) => void): void;
|
|
1153
1329
|
/**
|
|
1154
1330
|
* @see {@link ListAgentStatusesCommand}
|
|
1155
1331
|
*/
|
|
@@ -1234,12 +1410,42 @@ export interface Connect {
|
|
|
1234
1410
|
listContactReferences(args: ListContactReferencesCommandInput, options?: __HttpHandlerOptions): Promise<ListContactReferencesCommandOutput>;
|
|
1235
1411
|
listContactReferences(args: ListContactReferencesCommandInput, cb: (err: any, data?: ListContactReferencesCommandOutput) => void): void;
|
|
1236
1412
|
listContactReferences(args: ListContactReferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactReferencesCommandOutput) => void): void;
|
|
1413
|
+
/**
|
|
1414
|
+
* @see {@link ListDataTableAttributesCommand}
|
|
1415
|
+
*/
|
|
1416
|
+
listDataTableAttributes(args: ListDataTableAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataTableAttributesCommandOutput>;
|
|
1417
|
+
listDataTableAttributes(args: ListDataTableAttributesCommandInput, cb: (err: any, data?: ListDataTableAttributesCommandOutput) => void): void;
|
|
1418
|
+
listDataTableAttributes(args: ListDataTableAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataTableAttributesCommandOutput) => void): void;
|
|
1419
|
+
/**
|
|
1420
|
+
* @see {@link ListDataTablePrimaryValuesCommand}
|
|
1421
|
+
*/
|
|
1422
|
+
listDataTablePrimaryValues(args: ListDataTablePrimaryValuesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataTablePrimaryValuesCommandOutput>;
|
|
1423
|
+
listDataTablePrimaryValues(args: ListDataTablePrimaryValuesCommandInput, cb: (err: any, data?: ListDataTablePrimaryValuesCommandOutput) => void): void;
|
|
1424
|
+
listDataTablePrimaryValues(args: ListDataTablePrimaryValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataTablePrimaryValuesCommandOutput) => void): void;
|
|
1425
|
+
/**
|
|
1426
|
+
* @see {@link ListDataTablesCommand}
|
|
1427
|
+
*/
|
|
1428
|
+
listDataTables(args: ListDataTablesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataTablesCommandOutput>;
|
|
1429
|
+
listDataTables(args: ListDataTablesCommandInput, cb: (err: any, data?: ListDataTablesCommandOutput) => void): void;
|
|
1430
|
+
listDataTables(args: ListDataTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataTablesCommandOutput) => void): void;
|
|
1431
|
+
/**
|
|
1432
|
+
* @see {@link ListDataTableValuesCommand}
|
|
1433
|
+
*/
|
|
1434
|
+
listDataTableValues(args: ListDataTableValuesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataTableValuesCommandOutput>;
|
|
1435
|
+
listDataTableValues(args: ListDataTableValuesCommandInput, cb: (err: any, data?: ListDataTableValuesCommandOutput) => void): void;
|
|
1436
|
+
listDataTableValues(args: ListDataTableValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataTableValuesCommandOutput) => void): void;
|
|
1237
1437
|
/**
|
|
1238
1438
|
* @see {@link ListDefaultVocabulariesCommand}
|
|
1239
1439
|
*/
|
|
1240
1440
|
listDefaultVocabularies(args: ListDefaultVocabulariesCommandInput, options?: __HttpHandlerOptions): Promise<ListDefaultVocabulariesCommandOutput>;
|
|
1241
1441
|
listDefaultVocabularies(args: ListDefaultVocabulariesCommandInput, cb: (err: any, data?: ListDefaultVocabulariesCommandOutput) => void): void;
|
|
1242
1442
|
listDefaultVocabularies(args: ListDefaultVocabulariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDefaultVocabulariesCommandOutput) => void): void;
|
|
1443
|
+
/**
|
|
1444
|
+
* @see {@link ListEntitySecurityProfilesCommand}
|
|
1445
|
+
*/
|
|
1446
|
+
listEntitySecurityProfiles(args: ListEntitySecurityProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitySecurityProfilesCommandOutput>;
|
|
1447
|
+
listEntitySecurityProfiles(args: ListEntitySecurityProfilesCommandInput, cb: (err: any, data?: ListEntitySecurityProfilesCommandOutput) => void): void;
|
|
1448
|
+
listEntitySecurityProfiles(args: ListEntitySecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitySecurityProfilesCommandOutput) => void): void;
|
|
1243
1449
|
/**
|
|
1244
1450
|
* @see {@link ListEvaluationFormsCommand}
|
|
1245
1451
|
*/
|
|
@@ -1392,6 +1598,12 @@ export interface Connect {
|
|
|
1392
1598
|
listSecurityProfileApplications(args: ListSecurityProfileApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityProfileApplicationsCommandOutput>;
|
|
1393
1599
|
listSecurityProfileApplications(args: ListSecurityProfileApplicationsCommandInput, cb: (err: any, data?: ListSecurityProfileApplicationsCommandOutput) => void): void;
|
|
1394
1600
|
listSecurityProfileApplications(args: ListSecurityProfileApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityProfileApplicationsCommandOutput) => void): void;
|
|
1601
|
+
/**
|
|
1602
|
+
* @see {@link ListSecurityProfileFlowModulesCommand}
|
|
1603
|
+
*/
|
|
1604
|
+
listSecurityProfileFlowModules(args: ListSecurityProfileFlowModulesCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityProfileFlowModulesCommandOutput>;
|
|
1605
|
+
listSecurityProfileFlowModules(args: ListSecurityProfileFlowModulesCommandInput, cb: (err: any, data?: ListSecurityProfileFlowModulesCommandOutput) => void): void;
|
|
1606
|
+
listSecurityProfileFlowModules(args: ListSecurityProfileFlowModulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityProfileFlowModulesCommandOutput) => void): void;
|
|
1395
1607
|
/**
|
|
1396
1608
|
* @see {@link ListSecurityProfilePermissionsCommand}
|
|
1397
1609
|
*/
|
|
@@ -1465,6 +1677,24 @@ export interface Connect {
|
|
|
1465
1677
|
listViewVersions(args: ListViewVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListViewVersionsCommandOutput>;
|
|
1466
1678
|
listViewVersions(args: ListViewVersionsCommandInput, cb: (err: any, data?: ListViewVersionsCommandOutput) => void): void;
|
|
1467
1679
|
listViewVersions(args: ListViewVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListViewVersionsCommandOutput) => void): void;
|
|
1680
|
+
/**
|
|
1681
|
+
* @see {@link ListWorkspaceMediaCommand}
|
|
1682
|
+
*/
|
|
1683
|
+
listWorkspaceMedia(args: ListWorkspaceMediaCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkspaceMediaCommandOutput>;
|
|
1684
|
+
listWorkspaceMedia(args: ListWorkspaceMediaCommandInput, cb: (err: any, data?: ListWorkspaceMediaCommandOutput) => void): void;
|
|
1685
|
+
listWorkspaceMedia(args: ListWorkspaceMediaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkspaceMediaCommandOutput) => void): void;
|
|
1686
|
+
/**
|
|
1687
|
+
* @see {@link ListWorkspacePagesCommand}
|
|
1688
|
+
*/
|
|
1689
|
+
listWorkspacePages(args: ListWorkspacePagesCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkspacePagesCommandOutput>;
|
|
1690
|
+
listWorkspacePages(args: ListWorkspacePagesCommandInput, cb: (err: any, data?: ListWorkspacePagesCommandOutput) => void): void;
|
|
1691
|
+
listWorkspacePages(args: ListWorkspacePagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkspacePagesCommandOutput) => void): void;
|
|
1692
|
+
/**
|
|
1693
|
+
* @see {@link ListWorkspacesCommand}
|
|
1694
|
+
*/
|
|
1695
|
+
listWorkspaces(args: ListWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkspacesCommandOutput>;
|
|
1696
|
+
listWorkspaces(args: ListWorkspacesCommandInput, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
|
|
1697
|
+
listWorkspaces(args: ListWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
|
|
1468
1698
|
/**
|
|
1469
1699
|
* @see {@link MonitorContactCommand}
|
|
1470
1700
|
*/
|
|
@@ -1543,6 +1773,12 @@ export interface Connect {
|
|
|
1543
1773
|
searchContacts(args: SearchContactsCommandInput, options?: __HttpHandlerOptions): Promise<SearchContactsCommandOutput>;
|
|
1544
1774
|
searchContacts(args: SearchContactsCommandInput, cb: (err: any, data?: SearchContactsCommandOutput) => void): void;
|
|
1545
1775
|
searchContacts(args: SearchContactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchContactsCommandOutput) => void): void;
|
|
1776
|
+
/**
|
|
1777
|
+
* @see {@link SearchDataTablesCommand}
|
|
1778
|
+
*/
|
|
1779
|
+
searchDataTables(args: SearchDataTablesCommandInput, options?: __HttpHandlerOptions): Promise<SearchDataTablesCommandOutput>;
|
|
1780
|
+
searchDataTables(args: SearchDataTablesCommandInput, cb: (err: any, data?: SearchDataTablesCommandOutput) => void): void;
|
|
1781
|
+
searchDataTables(args: SearchDataTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchDataTablesCommandOutput) => void): void;
|
|
1546
1782
|
/**
|
|
1547
1783
|
* @see {@link SearchEmailAddressesCommand}
|
|
1548
1784
|
*/
|
|
@@ -1621,12 +1857,30 @@ export interface Connect {
|
|
|
1621
1857
|
searchUsers(args: SearchUsersCommandInput, options?: __HttpHandlerOptions): Promise<SearchUsersCommandOutput>;
|
|
1622
1858
|
searchUsers(args: SearchUsersCommandInput, cb: (err: any, data?: SearchUsersCommandOutput) => void): void;
|
|
1623
1859
|
searchUsers(args: SearchUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchUsersCommandOutput) => void): void;
|
|
1860
|
+
/**
|
|
1861
|
+
* @see {@link SearchViewsCommand}
|
|
1862
|
+
*/
|
|
1863
|
+
searchViews(args: SearchViewsCommandInput, options?: __HttpHandlerOptions): Promise<SearchViewsCommandOutput>;
|
|
1864
|
+
searchViews(args: SearchViewsCommandInput, cb: (err: any, data?: SearchViewsCommandOutput) => void): void;
|
|
1865
|
+
searchViews(args: SearchViewsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchViewsCommandOutput) => void): void;
|
|
1624
1866
|
/**
|
|
1625
1867
|
* @see {@link SearchVocabulariesCommand}
|
|
1626
1868
|
*/
|
|
1627
1869
|
searchVocabularies(args: SearchVocabulariesCommandInput, options?: __HttpHandlerOptions): Promise<SearchVocabulariesCommandOutput>;
|
|
1628
1870
|
searchVocabularies(args: SearchVocabulariesCommandInput, cb: (err: any, data?: SearchVocabulariesCommandOutput) => void): void;
|
|
1629
1871
|
searchVocabularies(args: SearchVocabulariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchVocabulariesCommandOutput) => void): void;
|
|
1872
|
+
/**
|
|
1873
|
+
* @see {@link SearchWorkspaceAssociationsCommand}
|
|
1874
|
+
*/
|
|
1875
|
+
searchWorkspaceAssociations(args: SearchWorkspaceAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<SearchWorkspaceAssociationsCommandOutput>;
|
|
1876
|
+
searchWorkspaceAssociations(args: SearchWorkspaceAssociationsCommandInput, cb: (err: any, data?: SearchWorkspaceAssociationsCommandOutput) => void): void;
|
|
1877
|
+
searchWorkspaceAssociations(args: SearchWorkspaceAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchWorkspaceAssociationsCommandOutput) => void): void;
|
|
1878
|
+
/**
|
|
1879
|
+
* @see {@link SearchWorkspacesCommand}
|
|
1880
|
+
*/
|
|
1881
|
+
searchWorkspaces(args: SearchWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<SearchWorkspacesCommandOutput>;
|
|
1882
|
+
searchWorkspaces(args: SearchWorkspacesCommandInput, cb: (err: any, data?: SearchWorkspacesCommandOutput) => void): void;
|
|
1883
|
+
searchWorkspaces(args: SearchWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchWorkspacesCommandOutput) => void): void;
|
|
1630
1884
|
/**
|
|
1631
1885
|
* @see {@link SendChatIntegrationEventCommand}
|
|
1632
1886
|
*/
|
|
@@ -1657,6 +1911,13 @@ export interface Connect {
|
|
|
1657
1911
|
startContactEvaluation(args: StartContactEvaluationCommandInput, options?: __HttpHandlerOptions): Promise<StartContactEvaluationCommandOutput>;
|
|
1658
1912
|
startContactEvaluation(args: StartContactEvaluationCommandInput, cb: (err: any, data?: StartContactEvaluationCommandOutput) => void): void;
|
|
1659
1913
|
startContactEvaluation(args: StartContactEvaluationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartContactEvaluationCommandOutput) => void): void;
|
|
1914
|
+
/**
|
|
1915
|
+
* @see {@link StartContactMediaProcessingCommand}
|
|
1916
|
+
*/
|
|
1917
|
+
startContactMediaProcessing(): Promise<StartContactMediaProcessingCommandOutput>;
|
|
1918
|
+
startContactMediaProcessing(args: StartContactMediaProcessingCommandInput, options?: __HttpHandlerOptions): Promise<StartContactMediaProcessingCommandOutput>;
|
|
1919
|
+
startContactMediaProcessing(args: StartContactMediaProcessingCommandInput, cb: (err: any, data?: StartContactMediaProcessingCommandOutput) => void): void;
|
|
1920
|
+
startContactMediaProcessing(args: StartContactMediaProcessingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartContactMediaProcessingCommandOutput) => void): void;
|
|
1660
1921
|
/**
|
|
1661
1922
|
* @see {@link StartContactRecordingCommand}
|
|
1662
1923
|
*/
|
|
@@ -1717,6 +1978,13 @@ export interface Connect {
|
|
|
1717
1978
|
stopContact(args: StopContactCommandInput, options?: __HttpHandlerOptions): Promise<StopContactCommandOutput>;
|
|
1718
1979
|
stopContact(args: StopContactCommandInput, cb: (err: any, data?: StopContactCommandOutput) => void): void;
|
|
1719
1980
|
stopContact(args: StopContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopContactCommandOutput) => void): void;
|
|
1981
|
+
/**
|
|
1982
|
+
* @see {@link StopContactMediaProcessingCommand}
|
|
1983
|
+
*/
|
|
1984
|
+
stopContactMediaProcessing(): Promise<StopContactMediaProcessingCommandOutput>;
|
|
1985
|
+
stopContactMediaProcessing(args: StopContactMediaProcessingCommandInput, options?: __HttpHandlerOptions): Promise<StopContactMediaProcessingCommandOutput>;
|
|
1986
|
+
stopContactMediaProcessing(args: StopContactMediaProcessingCommandInput, cb: (err: any, data?: StopContactMediaProcessingCommandOutput) => void): void;
|
|
1987
|
+
stopContactMediaProcessing(args: StopContactMediaProcessingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopContactMediaProcessingCommandOutput) => void): void;
|
|
1720
1988
|
/**
|
|
1721
1989
|
* @see {@link StopContactRecordingCommand}
|
|
1722
1990
|
*/
|
|
@@ -1849,6 +2117,24 @@ export interface Connect {
|
|
|
1849
2117
|
updateContactSchedule(args: UpdateContactScheduleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactScheduleCommandOutput>;
|
|
1850
2118
|
updateContactSchedule(args: UpdateContactScheduleCommandInput, cb: (err: any, data?: UpdateContactScheduleCommandOutput) => void): void;
|
|
1851
2119
|
updateContactSchedule(args: UpdateContactScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactScheduleCommandOutput) => void): void;
|
|
2120
|
+
/**
|
|
2121
|
+
* @see {@link UpdateDataTableAttributeCommand}
|
|
2122
|
+
*/
|
|
2123
|
+
updateDataTableAttribute(args: UpdateDataTableAttributeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataTableAttributeCommandOutput>;
|
|
2124
|
+
updateDataTableAttribute(args: UpdateDataTableAttributeCommandInput, cb: (err: any, data?: UpdateDataTableAttributeCommandOutput) => void): void;
|
|
2125
|
+
updateDataTableAttribute(args: UpdateDataTableAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataTableAttributeCommandOutput) => void): void;
|
|
2126
|
+
/**
|
|
2127
|
+
* @see {@link UpdateDataTableMetadataCommand}
|
|
2128
|
+
*/
|
|
2129
|
+
updateDataTableMetadata(args: UpdateDataTableMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataTableMetadataCommandOutput>;
|
|
2130
|
+
updateDataTableMetadata(args: UpdateDataTableMetadataCommandInput, cb: (err: any, data?: UpdateDataTableMetadataCommandOutput) => void): void;
|
|
2131
|
+
updateDataTableMetadata(args: UpdateDataTableMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataTableMetadataCommandOutput) => void): void;
|
|
2132
|
+
/**
|
|
2133
|
+
* @see {@link UpdateDataTablePrimaryValuesCommand}
|
|
2134
|
+
*/
|
|
2135
|
+
updateDataTablePrimaryValues(args: UpdateDataTablePrimaryValuesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataTablePrimaryValuesCommandOutput>;
|
|
2136
|
+
updateDataTablePrimaryValues(args: UpdateDataTablePrimaryValuesCommandInput, cb: (err: any, data?: UpdateDataTablePrimaryValuesCommandOutput) => void): void;
|
|
2137
|
+
updateDataTablePrimaryValues(args: UpdateDataTablePrimaryValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataTablePrimaryValuesCommandOutput) => void): void;
|
|
1852
2138
|
/**
|
|
1853
2139
|
* @see {@link UpdateEmailAddressMetadataCommand}
|
|
1854
2140
|
*/
|
|
@@ -2083,6 +2369,30 @@ export interface Connect {
|
|
|
2083
2369
|
updateViewMetadata(args: UpdateViewMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateViewMetadataCommandOutput>;
|
|
2084
2370
|
updateViewMetadata(args: UpdateViewMetadataCommandInput, cb: (err: any, data?: UpdateViewMetadataCommandOutput) => void): void;
|
|
2085
2371
|
updateViewMetadata(args: UpdateViewMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateViewMetadataCommandOutput) => void): void;
|
|
2372
|
+
/**
|
|
2373
|
+
* @see {@link UpdateWorkspaceMetadataCommand}
|
|
2374
|
+
*/
|
|
2375
|
+
updateWorkspaceMetadata(args: UpdateWorkspaceMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceMetadataCommandOutput>;
|
|
2376
|
+
updateWorkspaceMetadata(args: UpdateWorkspaceMetadataCommandInput, cb: (err: any, data?: UpdateWorkspaceMetadataCommandOutput) => void): void;
|
|
2377
|
+
updateWorkspaceMetadata(args: UpdateWorkspaceMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceMetadataCommandOutput) => void): void;
|
|
2378
|
+
/**
|
|
2379
|
+
* @see {@link UpdateWorkspacePageCommand}
|
|
2380
|
+
*/
|
|
2381
|
+
updateWorkspacePage(args: UpdateWorkspacePageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspacePageCommandOutput>;
|
|
2382
|
+
updateWorkspacePage(args: UpdateWorkspacePageCommandInput, cb: (err: any, data?: UpdateWorkspacePageCommandOutput) => void): void;
|
|
2383
|
+
updateWorkspacePage(args: UpdateWorkspacePageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspacePageCommandOutput) => void): void;
|
|
2384
|
+
/**
|
|
2385
|
+
* @see {@link UpdateWorkspaceThemeCommand}
|
|
2386
|
+
*/
|
|
2387
|
+
updateWorkspaceTheme(args: UpdateWorkspaceThemeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceThemeCommandOutput>;
|
|
2388
|
+
updateWorkspaceTheme(args: UpdateWorkspaceThemeCommandInput, cb: (err: any, data?: UpdateWorkspaceThemeCommandOutput) => void): void;
|
|
2389
|
+
updateWorkspaceTheme(args: UpdateWorkspaceThemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceThemeCommandOutput) => void): void;
|
|
2390
|
+
/**
|
|
2391
|
+
* @see {@link UpdateWorkspaceVisibilityCommand}
|
|
2392
|
+
*/
|
|
2393
|
+
updateWorkspaceVisibility(args: UpdateWorkspaceVisibilityCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceVisibilityCommandOutput>;
|
|
2394
|
+
updateWorkspaceVisibility(args: UpdateWorkspaceVisibilityCommandInput, cb: (err: any, data?: UpdateWorkspaceVisibilityCommandOutput) => void): void;
|
|
2395
|
+
updateWorkspaceVisibility(args: UpdateWorkspaceVisibilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceVisibilityCommandOutput) => void): void;
|
|
2086
2396
|
}
|
|
2087
2397
|
/**
|
|
2088
2398
|
* <ul>
|
|
@@ -2093,22 +2403,19 @@ export interface Connect {
|
|
|
2093
2403
|
* </li>
|
|
2094
2404
|
* <li>
|
|
2095
2405
|
* <p>
|
|
2096
|
-
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Service.html">Amazon Connect
|
|
2097
|
-
* data types</a>
|
|
2406
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Service.html">Amazon Connect data types</a>
|
|
2098
2407
|
* </p>
|
|
2099
2408
|
* </li>
|
|
2100
2409
|
* </ul>
|
|
2101
|
-
* <p>Amazon Connect is a cloud-based contact center solution that you use to set up and
|
|
2102
|
-
*
|
|
2103
|
-
* <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize
|
|
2104
|
-
*
|
|
2105
|
-
*
|
|
2106
|
-
*
|
|
2107
|
-
*
|
|
2108
|
-
*
|
|
2109
|
-
*
|
|
2110
|
-
* <p>You can use an endpoint to connect programmatically to an Amazon Web Services service. For a
|
|
2111
|
-
* list of Amazon Connect endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect Endpoints</a>.</p>
|
|
2410
|
+
* <p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact
|
|
2411
|
+
* center and provide reliable customer engagement at any scale.</p>
|
|
2412
|
+
* <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing. You can
|
|
2413
|
+
* also resolve customer issues more efficiently by getting customers in touch with the appropriate agents.</p>
|
|
2414
|
+
* <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits to the
|
|
2415
|
+
* number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the
|
|
2416
|
+
* <i>Amazon Connect Administrator Guide</i>.</p>
|
|
2417
|
+
* <p>You can use an endpoint to connect programmatically to an Amazon Web Services service. For a list of Amazon Connect endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
|
|
2418
|
+
* Endpoints</a>.</p>
|
|
2112
2419
|
* @public
|
|
2113
2420
|
*/
|
|
2114
2421
|
export declare class Connect extends ConnectClient implements Connect {
|