@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
|
@@ -44,6 +44,7 @@ export declare var AgentStatusReference: StaticStructureSchema;
|
|
|
44
44
|
export declare var AgentStatusSearchCriteria: StaticStructureSchema;
|
|
45
45
|
export declare var AgentStatusSearchFilter: StaticStructureSchema;
|
|
46
46
|
export declare var AgentStatusSummary: StaticStructureSchema;
|
|
47
|
+
export declare var AiAgentInfo: StaticStructureSchema;
|
|
47
48
|
export declare var AliasConfiguration: StaticStructureSchema;
|
|
48
49
|
export declare var AllowedCapabilities: StaticStructureSchema;
|
|
49
50
|
export declare var AnalyticsDataAssociationResult: StaticStructureSchema;
|
|
@@ -74,9 +75,12 @@ export declare var AssociateQueueQuickConnectsRequest: StaticStructureSchema;
|
|
|
74
75
|
export declare var AssociateRoutingProfileQueuesRequest: StaticStructureSchema;
|
|
75
76
|
export declare var AssociateSecurityKeyRequest: StaticStructureSchema;
|
|
76
77
|
export declare var AssociateSecurityKeyResponse: StaticStructureSchema;
|
|
78
|
+
export declare var AssociateSecurityProfilesRequest: StaticStructureSchema;
|
|
77
79
|
export declare var AssociateTrafficDistributionGroupUserRequest: StaticStructureSchema;
|
|
78
80
|
export declare var AssociateTrafficDistributionGroupUserResponse: StaticStructureSchema;
|
|
79
81
|
export declare var AssociateUserProficienciesRequest: StaticStructureSchema;
|
|
82
|
+
export declare var AssociateWorkspaceRequest: StaticStructureSchema;
|
|
83
|
+
export declare var AssociateWorkspaceResponse: StaticStructureSchema;
|
|
80
84
|
export declare var AttachedFile: StaticStructureSchema;
|
|
81
85
|
export declare var AttachedFileError: StaticStructureSchema;
|
|
82
86
|
export declare var AttachmentReference: StaticStructureSchema;
|
|
@@ -94,6 +98,18 @@ export declare var AutomaticFailConfiguration: StaticStructureSchema;
|
|
|
94
98
|
export declare var AvailableNumberSummary: StaticStructureSchema;
|
|
95
99
|
export declare var BatchAssociateAnalyticsDataSetRequest: StaticStructureSchema;
|
|
96
100
|
export declare var BatchAssociateAnalyticsDataSetResponse: StaticStructureSchema;
|
|
101
|
+
export declare var BatchCreateDataTableValueFailureResult: StaticStructureSchema;
|
|
102
|
+
export declare var BatchCreateDataTableValueRequest: StaticStructureSchema;
|
|
103
|
+
export declare var BatchCreateDataTableValueResponse: StaticStructureSchema;
|
|
104
|
+
export declare var BatchCreateDataTableValueSuccessResult: StaticStructureSchema;
|
|
105
|
+
export declare var BatchDeleteDataTableValueFailureResult: StaticStructureSchema;
|
|
106
|
+
export declare var BatchDeleteDataTableValueRequest: StaticStructureSchema;
|
|
107
|
+
export declare var BatchDeleteDataTableValueResponse: StaticStructureSchema;
|
|
108
|
+
export declare var BatchDeleteDataTableValueSuccessResult: StaticStructureSchema;
|
|
109
|
+
export declare var BatchDescribeDataTableValueFailureResult: StaticStructureSchema;
|
|
110
|
+
export declare var BatchDescribeDataTableValueRequest: StaticStructureSchema;
|
|
111
|
+
export declare var BatchDescribeDataTableValueResponse: StaticStructureSchema;
|
|
112
|
+
export declare var BatchDescribeDataTableValueSuccessResult: StaticStructureSchema;
|
|
97
113
|
export declare var BatchDisassociateAnalyticsDataSetRequest: StaticStructureSchema;
|
|
98
114
|
export declare var BatchDisassociateAnalyticsDataSetResponse: StaticStructureSchema;
|
|
99
115
|
export declare var BatchGetAttachedFileMetadataRequest: StaticStructureSchema;
|
|
@@ -102,6 +118,10 @@ export declare var BatchGetFlowAssociationRequest: StaticStructureSchema;
|
|
|
102
118
|
export declare var BatchGetFlowAssociationResponse: StaticStructureSchema;
|
|
103
119
|
export declare var BatchPutContactRequest: StaticStructureSchema;
|
|
104
120
|
export declare var BatchPutContactResponse: StaticStructureSchema;
|
|
121
|
+
export declare var BatchUpdateDataTableValueFailureResult: StaticStructureSchema;
|
|
122
|
+
export declare var BatchUpdateDataTableValueRequest: StaticStructureSchema;
|
|
123
|
+
export declare var BatchUpdateDataTableValueResponse: StaticStructureSchema;
|
|
124
|
+
export declare var BatchUpdateDataTableValueSuccessResult: StaticStructureSchema;
|
|
105
125
|
export declare var BooleanCondition: StaticStructureSchema;
|
|
106
126
|
export declare var Campaign: StaticStructureSchema;
|
|
107
127
|
export declare var CaseSlaConfiguration: StaticStructureSchema;
|
|
@@ -129,6 +149,8 @@ export declare var ContactDetails: StaticStructureSchema;
|
|
|
129
149
|
export declare var ContactEvaluation: StaticStructureSchema;
|
|
130
150
|
export declare var ContactFilter: StaticStructureSchema;
|
|
131
151
|
export declare var ContactFlow: StaticStructureSchema;
|
|
152
|
+
export declare var ContactFlowAttributeAndCondition: StaticStructureSchema;
|
|
153
|
+
export declare var ContactFlowAttributeFilter: StaticStructureSchema;
|
|
132
154
|
export declare var ContactFlowModule: StaticStructureSchema;
|
|
133
155
|
export declare var ContactFlowModuleAliasInfo: StaticStructureSchema;
|
|
134
156
|
export declare var ContactFlowModuleAliasSummary: StaticStructureSchema;
|
|
@@ -140,6 +162,7 @@ export declare var ContactFlowNotPublishedException: StaticErrorSchema;
|
|
|
140
162
|
export declare var ContactFlowSearchCriteria: StaticStructureSchema;
|
|
141
163
|
export declare var ContactFlowSearchFilter: StaticStructureSchema;
|
|
142
164
|
export declare var ContactFlowSummary: StaticStructureSchema;
|
|
165
|
+
export declare var ContactFlowTypeCondition: StaticStructureSchema;
|
|
143
166
|
export declare var ContactFlowVersionSummary: StaticStructureSchema;
|
|
144
167
|
export declare var ContactMetricInfo: StaticStructureSchema;
|
|
145
168
|
export declare var ContactMetricResult: StaticStructureSchema;
|
|
@@ -166,6 +189,10 @@ export declare var CreateContactFlowVersionRequest: StaticStructureSchema;
|
|
|
166
189
|
export declare var CreateContactFlowVersionResponse: StaticStructureSchema;
|
|
167
190
|
export declare var CreateContactRequest: StaticStructureSchema;
|
|
168
191
|
export declare var CreateContactResponse: StaticStructureSchema;
|
|
192
|
+
export declare var CreateDataTableAttributeRequest: StaticStructureSchema;
|
|
193
|
+
export declare var CreateDataTableAttributeResponse: StaticStructureSchema;
|
|
194
|
+
export declare var CreateDataTableRequest: StaticStructureSchema;
|
|
195
|
+
export declare var CreateDataTableResponse: StaticStructureSchema;
|
|
169
196
|
export declare var CreateEmailAddressRequest: StaticStructureSchema;
|
|
170
197
|
export declare var CreateEmailAddressResponse: StaticStructureSchema;
|
|
171
198
|
export declare var CreateEvaluationFormRequest: StaticStructureSchema;
|
|
@@ -213,6 +240,10 @@ export declare var CreateViewVersionRequest: StaticStructureSchema;
|
|
|
213
240
|
export declare var CreateViewVersionResponse: StaticStructureSchema;
|
|
214
241
|
export declare var CreateVocabularyRequest: StaticStructureSchema;
|
|
215
242
|
export declare var CreateVocabularyResponse: StaticStructureSchema;
|
|
243
|
+
export declare var CreateWorkspacePageRequest: StaticStructureSchema;
|
|
244
|
+
export declare var CreateWorkspacePageResponse: StaticStructureSchema;
|
|
245
|
+
export declare var CreateWorkspaceRequest: StaticStructureSchema;
|
|
246
|
+
export declare var CreateWorkspaceResponse: StaticStructureSchema;
|
|
216
247
|
export declare var Credentials: StaticStructureSchema;
|
|
217
248
|
export declare var CrossChannelBehavior: StaticStructureSchema;
|
|
218
249
|
export declare var CurrentMetric: StaticStructureSchema;
|
|
@@ -222,6 +253,19 @@ export declare var CurrentMetricSortCriteria: StaticStructureSchema;
|
|
|
222
253
|
export declare var Customer: StaticStructureSchema;
|
|
223
254
|
export declare var CustomerQualityMetrics: StaticStructureSchema;
|
|
224
255
|
export declare var CustomerVoiceActivity: StaticStructureSchema;
|
|
256
|
+
export declare var DataTable: StaticStructureSchema;
|
|
257
|
+
export declare var DataTableAccessControlConfiguration: StaticStructureSchema;
|
|
258
|
+
export declare var DataTableAttribute: StaticStructureSchema;
|
|
259
|
+
export declare var DataTableDeleteValueIdentifier: StaticStructureSchema;
|
|
260
|
+
export declare var DataTableEvaluatedValue: StaticStructureSchema;
|
|
261
|
+
export declare var DataTableLockVersion: StaticStructureSchema;
|
|
262
|
+
export declare var DataTableSearchCriteria: StaticStructureSchema;
|
|
263
|
+
export declare var DataTableSearchFilter: StaticStructureSchema;
|
|
264
|
+
export declare var DataTableSummary: StaticStructureSchema;
|
|
265
|
+
export declare var DataTableValue: StaticStructureSchema;
|
|
266
|
+
export declare var DataTableValueEvaluationSet: StaticStructureSchema;
|
|
267
|
+
export declare var DataTableValueIdentifier: StaticStructureSchema;
|
|
268
|
+
export declare var DataTableValueSummary: StaticStructureSchema;
|
|
225
269
|
export declare var DateCondition: StaticStructureSchema;
|
|
226
270
|
export declare var DateReference: StaticStructureSchema;
|
|
227
271
|
export declare var DateTimeCondition: StaticStructureSchema;
|
|
@@ -242,6 +286,10 @@ export declare var DeleteContactFlowRequest: StaticStructureSchema;
|
|
|
242
286
|
export declare var DeleteContactFlowResponse: StaticStructureSchema;
|
|
243
287
|
export declare var DeleteContactFlowVersionRequest: StaticStructureSchema;
|
|
244
288
|
export declare var DeleteContactFlowVersionResponse: StaticStructureSchema;
|
|
289
|
+
export declare var DeleteDataTableAttributeRequest: StaticStructureSchema;
|
|
290
|
+
export declare var DeleteDataTableAttributeResponse: StaticStructureSchema;
|
|
291
|
+
export declare var DeleteDataTableRequest: StaticStructureSchema;
|
|
292
|
+
export declare var DeleteDataTableResponse: StaticStructureSchema;
|
|
245
293
|
export declare var DeleteEmailAddressRequest: StaticStructureSchema;
|
|
246
294
|
export declare var DeleteEmailAddressResponse: StaticStructureSchema;
|
|
247
295
|
export declare var DeleteEvaluationFormRequest: StaticStructureSchema;
|
|
@@ -271,6 +319,12 @@ export declare var DeleteViewVersionRequest: StaticStructureSchema;
|
|
|
271
319
|
export declare var DeleteViewVersionResponse: StaticStructureSchema;
|
|
272
320
|
export declare var DeleteVocabularyRequest: StaticStructureSchema;
|
|
273
321
|
export declare var DeleteVocabularyResponse: StaticStructureSchema;
|
|
322
|
+
export declare var DeleteWorkspaceMediaRequest: StaticStructureSchema;
|
|
323
|
+
export declare var DeleteWorkspaceMediaResponse: StaticStructureSchema;
|
|
324
|
+
export declare var DeleteWorkspacePageRequest: StaticStructureSchema;
|
|
325
|
+
export declare var DeleteWorkspacePageResponse: StaticStructureSchema;
|
|
326
|
+
export declare var DeleteWorkspaceRequest: StaticStructureSchema;
|
|
327
|
+
export declare var DeleteWorkspaceResponse: StaticStructureSchema;
|
|
274
328
|
export declare var DescribeAgentStatusRequest: StaticStructureSchema;
|
|
275
329
|
export declare var DescribeAgentStatusResponse: StaticStructureSchema;
|
|
276
330
|
export declare var DescribeAuthenticationProfileRequest: StaticStructureSchema;
|
|
@@ -285,6 +339,10 @@ export declare var DescribeContactFlowRequest: StaticStructureSchema;
|
|
|
285
339
|
export declare var DescribeContactFlowResponse: StaticStructureSchema;
|
|
286
340
|
export declare var DescribeContactRequest: StaticStructureSchema;
|
|
287
341
|
export declare var DescribeContactResponse: StaticStructureSchema;
|
|
342
|
+
export declare var DescribeDataTableAttributeRequest: StaticStructureSchema;
|
|
343
|
+
export declare var DescribeDataTableAttributeResponse: StaticStructureSchema;
|
|
344
|
+
export declare var DescribeDataTableRequest: StaticStructureSchema;
|
|
345
|
+
export declare var DescribeDataTableResponse: StaticStructureSchema;
|
|
288
346
|
export declare var DescribeEmailAddressRequest: StaticStructureSchema;
|
|
289
347
|
export declare var DescribeEmailAddressResponse: StaticStructureSchema;
|
|
290
348
|
export declare var DescribeEvaluationFormRequest: StaticStructureSchema;
|
|
@@ -327,6 +385,8 @@ export declare var DescribeViewRequest: StaticStructureSchema;
|
|
|
327
385
|
export declare var DescribeViewResponse: StaticStructureSchema;
|
|
328
386
|
export declare var DescribeVocabularyRequest: StaticStructureSchema;
|
|
329
387
|
export declare var DescribeVocabularyResponse: StaticStructureSchema;
|
|
388
|
+
export declare var DescribeWorkspaceRequest: StaticStructureSchema;
|
|
389
|
+
export declare var DescribeWorkspaceResponse: StaticStructureSchema;
|
|
330
390
|
export declare var DestinationNotAllowedException: StaticErrorSchema;
|
|
331
391
|
export declare var DeviceInfo: StaticStructureSchema;
|
|
332
392
|
export declare var Dimensions: StaticStructureSchema;
|
|
@@ -344,9 +404,12 @@ export declare var DisassociatePhoneNumberContactFlowRequest: StaticStructureSch
|
|
|
344
404
|
export declare var DisassociateQueueQuickConnectsRequest: StaticStructureSchema;
|
|
345
405
|
export declare var DisassociateRoutingProfileQueuesRequest: StaticStructureSchema;
|
|
346
406
|
export declare var DisassociateSecurityKeyRequest: StaticStructureSchema;
|
|
407
|
+
export declare var DisassociateSecurityProfilesRequest: StaticStructureSchema;
|
|
347
408
|
export declare var DisassociateTrafficDistributionGroupUserRequest: StaticStructureSchema;
|
|
348
409
|
export declare var DisassociateTrafficDistributionGroupUserResponse: StaticStructureSchema;
|
|
349
410
|
export declare var DisassociateUserProficienciesRequest: StaticStructureSchema;
|
|
411
|
+
export declare var DisassociateWorkspaceRequest: StaticStructureSchema;
|
|
412
|
+
export declare var DisassociateWorkspaceResponse: StaticStructureSchema;
|
|
350
413
|
export declare var DisconnectDetails: StaticStructureSchema;
|
|
351
414
|
export declare var DisconnectReason: StaticStructureSchema;
|
|
352
415
|
export declare var DismissUserContactRequest: StaticStructureSchema;
|
|
@@ -369,6 +432,8 @@ export declare var EndAssociatedTasksActionDefinition: StaticStructureSchema;
|
|
|
369
432
|
export declare var Endpoint: StaticStructureSchema;
|
|
370
433
|
export declare var EndpointInfo: StaticStructureSchema;
|
|
371
434
|
export declare var ErrorResult: StaticStructureSchema;
|
|
435
|
+
export declare var EvaluateDataTableValuesRequest: StaticStructureSchema;
|
|
436
|
+
export declare var EvaluateDataTableValuesResponse: StaticStructureSchema;
|
|
372
437
|
export declare var Evaluation: StaticStructureSchema;
|
|
373
438
|
export declare var EvaluationAcknowledgement: StaticStructureSchema;
|
|
374
439
|
export declare var EvaluationAcknowledgementSummary: StaticStructureSchema;
|
|
@@ -376,6 +441,7 @@ export declare var EvaluationAnswerInput: StaticStructureSchema;
|
|
|
376
441
|
export declare var EvaluationAnswerOutput: StaticStructureSchema;
|
|
377
442
|
export declare var EvaluationAutomationRuleCategory: StaticStructureSchema;
|
|
378
443
|
export declare var EvaluationContactLensAnswerAnalysisDetails: StaticStructureSchema;
|
|
444
|
+
export declare var EvaluationContactParticipant: StaticStructureSchema;
|
|
379
445
|
export declare var EvaluationForm: StaticStructureSchema;
|
|
380
446
|
export declare var EvaluationFormAutoEvaluationConfiguration: StaticStructureSchema;
|
|
381
447
|
export declare var EvaluationFormContent: StaticStructureSchema;
|
|
@@ -384,6 +450,10 @@ export declare var EvaluationFormItemEnablementConfiguration: StaticStructureSch
|
|
|
384
450
|
export declare var EvaluationFormItemEnablementExpression: StaticStructureSchema;
|
|
385
451
|
export declare var EvaluationFormItemEnablementSource: StaticStructureSchema;
|
|
386
452
|
export declare var EvaluationFormItemEnablementSourceValue: StaticStructureSchema;
|
|
453
|
+
export declare var EvaluationFormLanguageConfiguration: StaticStructureSchema;
|
|
454
|
+
export declare var EvaluationFormMultiSelectQuestionAutomation: StaticStructureSchema;
|
|
455
|
+
export declare var EvaluationFormMultiSelectQuestionOption: StaticStructureSchema;
|
|
456
|
+
export declare var EvaluationFormMultiSelectQuestionProperties: StaticStructureSchema;
|
|
387
457
|
export declare var EvaluationFormNumericQuestionOption: StaticStructureSchema;
|
|
388
458
|
export declare var EvaluationFormNumericQuestionProperties: StaticStructureSchema;
|
|
389
459
|
export declare var EvaluationFormQuestion: StaticStructureSchema;
|
|
@@ -397,6 +467,7 @@ export declare var EvaluationFormSingleSelectQuestionAutomation: StaticStructure
|
|
|
397
467
|
export declare var EvaluationFormSingleSelectQuestionOption: StaticStructureSchema;
|
|
398
468
|
export declare var EvaluationFormSingleSelectQuestionProperties: StaticStructureSchema;
|
|
399
469
|
export declare var EvaluationFormSummary: StaticStructureSchema;
|
|
470
|
+
export declare var EvaluationFormTargetConfiguration: StaticStructureSchema;
|
|
400
471
|
export declare var EvaluationFormTextQuestionAutomation: StaticStructureSchema;
|
|
401
472
|
export declare var EvaluationFormTextQuestionProperties: StaticStructureSchema;
|
|
402
473
|
export declare var EvaluationFormVersionSummary: StaticStructureSchema;
|
|
@@ -417,12 +488,17 @@ export declare var EventBridgeActionDefinition: StaticStructureSchema;
|
|
|
417
488
|
export declare var Expiry: StaticStructureSchema;
|
|
418
489
|
export declare var Expression: StaticStructureSchema;
|
|
419
490
|
export declare var ExternalInvocationConfiguration: StaticStructureSchema;
|
|
491
|
+
export declare var FailedBatchAssociationSummary: StaticStructureSchema;
|
|
420
492
|
export declare var FailedRequest: StaticStructureSchema;
|
|
421
493
|
export declare var FieldValue: StaticStructureSchema;
|
|
422
494
|
export declare var FieldValueUnion: StaticStructureSchema;
|
|
423
495
|
export declare var Filters: StaticStructureSchema;
|
|
424
496
|
export declare var FilterV2: StaticStructureSchema;
|
|
497
|
+
export declare var FilterV2StringCondition: StaticStructureSchema;
|
|
425
498
|
export declare var FlowAssociationSummary: StaticStructureSchema;
|
|
499
|
+
export declare var FlowModule: StaticStructureSchema;
|
|
500
|
+
export declare var FlowQuickConnectConfig: StaticStructureSchema;
|
|
501
|
+
export declare var FontFamily: StaticStructureSchema;
|
|
426
502
|
export declare var GetAttachedFileRequest: StaticStructureSchema;
|
|
427
503
|
export declare var GetAttachedFileResponse: StaticStructureSchema;
|
|
428
504
|
export declare var GetContactAttributesRequest: StaticStructureSchema;
|
|
@@ -449,6 +525,7 @@ export declare var GetTaskTemplateRequest: StaticStructureSchema;
|
|
|
449
525
|
export declare var GetTaskTemplateResponse: StaticStructureSchema;
|
|
450
526
|
export declare var GetTrafficDistributionRequest: StaticStructureSchema;
|
|
451
527
|
export declare var GetTrafficDistributionResponse: StaticStructureSchema;
|
|
528
|
+
export declare var GranularAccessControlConfiguration: StaticStructureSchema;
|
|
452
529
|
export declare var HierarchyGroup: StaticStructureSchema;
|
|
453
530
|
export declare var HierarchyGroupCondition: StaticStructureSchema;
|
|
454
531
|
export declare var HierarchyGroups: StaticStructureSchema;
|
|
@@ -473,8 +550,11 @@ export declare var HoursOfOperationSearchFilter: StaticStructureSchema;
|
|
|
473
550
|
export declare var HoursOfOperationSummary: StaticStructureSchema;
|
|
474
551
|
export declare var HoursOfOperationTimeSlice: StaticStructureSchema;
|
|
475
552
|
export declare var IdempotencyException: StaticErrorSchema;
|
|
553
|
+
export declare var ImagesLogo: StaticStructureSchema;
|
|
476
554
|
export declare var ImportPhoneNumberRequest: StaticStructureSchema;
|
|
477
555
|
export declare var ImportPhoneNumberResponse: StaticStructureSchema;
|
|
556
|
+
export declare var ImportWorkspaceMediaRequest: StaticStructureSchema;
|
|
557
|
+
export declare var ImportWorkspaceMediaResponse: StaticStructureSchema;
|
|
478
558
|
export declare var InboundAdditionalRecipients: StaticStructureSchema;
|
|
479
559
|
export declare var InboundEmailContent: StaticStructureSchema;
|
|
480
560
|
export declare var InboundRawMessage: StaticStructureSchema;
|
|
@@ -527,8 +607,18 @@ export declare var ListContactFlowVersionsRequest: StaticStructureSchema;
|
|
|
527
607
|
export declare var ListContactFlowVersionsResponse: StaticStructureSchema;
|
|
528
608
|
export declare var ListContactReferencesRequest: StaticStructureSchema;
|
|
529
609
|
export declare var ListContactReferencesResponse: StaticStructureSchema;
|
|
610
|
+
export declare var ListDataTableAttributesRequest: StaticStructureSchema;
|
|
611
|
+
export declare var ListDataTableAttributesResponse: StaticStructureSchema;
|
|
612
|
+
export declare var ListDataTablePrimaryValuesRequest: StaticStructureSchema;
|
|
613
|
+
export declare var ListDataTablePrimaryValuesResponse: StaticStructureSchema;
|
|
614
|
+
export declare var ListDataTablesRequest: StaticStructureSchema;
|
|
615
|
+
export declare var ListDataTablesResponse: StaticStructureSchema;
|
|
616
|
+
export declare var ListDataTableValuesRequest: StaticStructureSchema;
|
|
617
|
+
export declare var ListDataTableValuesResponse: StaticStructureSchema;
|
|
530
618
|
export declare var ListDefaultVocabulariesRequest: StaticStructureSchema;
|
|
531
619
|
export declare var ListDefaultVocabulariesResponse: StaticStructureSchema;
|
|
620
|
+
export declare var ListEntitySecurityProfilesRequest: StaticStructureSchema;
|
|
621
|
+
export declare var ListEntitySecurityProfilesResponse: StaticStructureSchema;
|
|
532
622
|
export declare var ListEvaluationFormsRequest: StaticStructureSchema;
|
|
533
623
|
export declare var ListEvaluationFormsResponse: StaticStructureSchema;
|
|
534
624
|
export declare var ListEvaluationFormVersionsRequest: StaticStructureSchema;
|
|
@@ -580,6 +670,8 @@ export declare var ListSecurityKeysRequest: StaticStructureSchema;
|
|
|
580
670
|
export declare var ListSecurityKeysResponse: StaticStructureSchema;
|
|
581
671
|
export declare var ListSecurityProfileApplicationsRequest: StaticStructureSchema;
|
|
582
672
|
export declare var ListSecurityProfileApplicationsResponse: StaticStructureSchema;
|
|
673
|
+
export declare var ListSecurityProfileFlowModulesRequest: StaticStructureSchema;
|
|
674
|
+
export declare var ListSecurityProfileFlowModulesResponse: StaticStructureSchema;
|
|
583
675
|
export declare var ListSecurityProfilePermissionsRequest: StaticStructureSchema;
|
|
584
676
|
export declare var ListSecurityProfilePermissionsResponse: StaticStructureSchema;
|
|
585
677
|
export declare var ListSecurityProfilesRequest: StaticStructureSchema;
|
|
@@ -604,9 +696,16 @@ export declare var ListViewsRequest: StaticStructureSchema;
|
|
|
604
696
|
export declare var ListViewsResponse: StaticStructureSchema;
|
|
605
697
|
export declare var ListViewVersionsRequest: StaticStructureSchema;
|
|
606
698
|
export declare var ListViewVersionsResponse: StaticStructureSchema;
|
|
699
|
+
export declare var ListWorkspaceMediaRequest: StaticStructureSchema;
|
|
700
|
+
export declare var ListWorkspaceMediaResponse: StaticStructureSchema;
|
|
701
|
+
export declare var ListWorkspacePagesRequest: StaticStructureSchema;
|
|
702
|
+
export declare var ListWorkspacePagesResponse: StaticStructureSchema;
|
|
703
|
+
export declare var ListWorkspacesRequest: StaticStructureSchema;
|
|
704
|
+
export declare var ListWorkspacesResponse: StaticStructureSchema;
|
|
607
705
|
export declare var MatchCriteria: StaticStructureSchema;
|
|
608
706
|
export declare var MaximumResultReturnedException: StaticErrorSchema;
|
|
609
707
|
export declare var MediaConcurrency: StaticStructureSchema;
|
|
708
|
+
export declare var MediaItem: StaticStructureSchema;
|
|
610
709
|
export declare var MediaPlacement: StaticStructureSchema;
|
|
611
710
|
export declare var Meeting: StaticStructureSchema;
|
|
612
711
|
export declare var MeetingFeaturesConfiguration: StaticStructureSchema;
|
|
@@ -617,8 +716,10 @@ export declare var MetricResultV2: StaticStructureSchema;
|
|
|
617
716
|
export declare var MetricV2: StaticStructureSchema;
|
|
618
717
|
export declare var MonitorContactRequest: StaticStructureSchema;
|
|
619
718
|
export declare var MonitorContactResponse: StaticStructureSchema;
|
|
719
|
+
export declare var MultiSelectQuestionRuleCategoryAutomation: StaticStructureSchema;
|
|
620
720
|
export declare var NameCriteria: StaticStructureSchema;
|
|
621
721
|
export declare var NewSessionDetails: StaticStructureSchema;
|
|
722
|
+
export declare var NextContactEntry: StaticStructureSchema;
|
|
622
723
|
export declare var NotificationRecipientType: StaticStructureSchema;
|
|
623
724
|
export declare var NumberCondition: StaticStructureSchema;
|
|
624
725
|
export declare var NumberReference: StaticStructureSchema;
|
|
@@ -634,7 +735,12 @@ export declare var OutboundStrategy: StaticStructureSchema;
|
|
|
634
735
|
export declare var OutboundStrategyConfig: StaticStructureSchema;
|
|
635
736
|
export declare var OutputTypeNotFoundException: StaticErrorSchema;
|
|
636
737
|
export declare var OverrideTimeSlice: StaticStructureSchema;
|
|
738
|
+
export declare var PaletteCanvas: StaticStructureSchema;
|
|
739
|
+
export declare var PaletteHeader: StaticStructureSchema;
|
|
740
|
+
export declare var PaletteNavigation: StaticStructureSchema;
|
|
741
|
+
export declare var PalettePrimary: StaticStructureSchema;
|
|
637
742
|
export declare var ParticipantCapabilities: StaticStructureSchema;
|
|
743
|
+
export declare var ParticipantConfiguration: StaticStructureSchema;
|
|
638
744
|
export declare var ParticipantDetails: StaticStructureSchema;
|
|
639
745
|
export declare var ParticipantDetailsToAdd: StaticStructureSchema;
|
|
640
746
|
export declare var ParticipantMetrics: StaticStructureSchema;
|
|
@@ -652,6 +758,11 @@ export declare var PredefinedAttributeConfiguration: StaticStructureSchema;
|
|
|
652
758
|
export declare var PredefinedAttributeSearchCriteria: StaticStructureSchema;
|
|
653
759
|
export declare var PredefinedAttributeSummary: StaticStructureSchema;
|
|
654
760
|
export declare var Preview: StaticStructureSchema;
|
|
761
|
+
export declare var PrimaryAttributeAccessControlConfigurationItem: StaticStructureSchema;
|
|
762
|
+
export declare var PrimaryAttributeValue: StaticStructureSchema;
|
|
763
|
+
export declare var PrimaryAttributeValueFilter: StaticStructureSchema;
|
|
764
|
+
export declare var PrimaryValue: StaticStructureSchema;
|
|
765
|
+
export declare var PrimaryValueResponse: StaticStructureSchema;
|
|
655
766
|
export declare var ProblemDetail: StaticStructureSchema;
|
|
656
767
|
export declare var Prompt: StaticStructureSchema;
|
|
657
768
|
export declare var PromptSearchCriteria: StaticStructureSchema;
|
|
@@ -672,6 +783,7 @@ export declare var QueueSearchFilter: StaticStructureSchema;
|
|
|
672
783
|
export declare var QueueSummary: StaticStructureSchema;
|
|
673
784
|
export declare var QuickConnect: StaticStructureSchema;
|
|
674
785
|
export declare var QuickConnectConfig: StaticStructureSchema;
|
|
786
|
+
export declare var QuickConnectContactData: StaticStructureSchema;
|
|
675
787
|
export declare var QuickConnectSearchCriteria: StaticStructureSchema;
|
|
676
788
|
export declare var QuickConnectSearchFilter: StaticStructureSchema;
|
|
677
789
|
export declare var QuickConnectSummary: StaticStructureSchema;
|
|
@@ -692,6 +804,7 @@ export declare var RealTimeContactAnalysisTranscriptItemRedaction: StaticStructu
|
|
|
692
804
|
export declare var RealTimeContactAnalysisTranscriptItemWithCharacterOffsets: StaticStructureSchema;
|
|
693
805
|
export declare var RealTimeContactAnalysisTranscriptItemWithContent: StaticStructureSchema;
|
|
694
806
|
export declare var RecordingInfo: StaticStructureSchema;
|
|
807
|
+
export declare var RecordPrimaryValue: StaticStructureSchema;
|
|
695
808
|
export declare var Reference: StaticStructureSchema;
|
|
696
809
|
export declare var ReleasePhoneNumberRequest: StaticStructureSchema;
|
|
697
810
|
export declare var ReplicateInstanceRequest: StaticStructureSchema;
|
|
@@ -751,6 +864,8 @@ export declare var SearchContactsResponse: StaticStructureSchema;
|
|
|
751
864
|
export declare var SearchContactsTimeRange: StaticStructureSchema;
|
|
752
865
|
export declare var SearchContactsTimestampCondition: StaticStructureSchema;
|
|
753
866
|
export declare var SearchCriteria: StaticStructureSchema;
|
|
867
|
+
export declare var SearchDataTablesRequest: StaticStructureSchema;
|
|
868
|
+
export declare var SearchDataTablesResponse: StaticStructureSchema;
|
|
754
869
|
export declare var SearchEmailAddressesRequest: StaticStructureSchema;
|
|
755
870
|
export declare var SearchEmailAddressesResponse: StaticStructureSchema;
|
|
756
871
|
export declare var SearchEvaluationFormsRequest: StaticStructureSchema;
|
|
@@ -777,10 +892,17 @@ export declare var SearchUserHierarchyGroupsRequest: StaticStructureSchema;
|
|
|
777
892
|
export declare var SearchUserHierarchyGroupsResponse: StaticStructureSchema;
|
|
778
893
|
export declare var SearchUsersRequest: StaticStructureSchema;
|
|
779
894
|
export declare var SearchUsersResponse: StaticStructureSchema;
|
|
895
|
+
export declare var SearchViewsRequest: StaticStructureSchema;
|
|
896
|
+
export declare var SearchViewsResponse: StaticStructureSchema;
|
|
780
897
|
export declare var SearchVocabulariesRequest: StaticStructureSchema;
|
|
781
898
|
export declare var SearchVocabulariesResponse: StaticStructureSchema;
|
|
899
|
+
export declare var SearchWorkspaceAssociationsRequest: StaticStructureSchema;
|
|
900
|
+
export declare var SearchWorkspaceAssociationsResponse: StaticStructureSchema;
|
|
901
|
+
export declare var SearchWorkspacesRequest: StaticStructureSchema;
|
|
902
|
+
export declare var SearchWorkspacesResponse: StaticStructureSchema;
|
|
782
903
|
export declare var SecurityKey: StaticStructureSchema;
|
|
783
904
|
export declare var SecurityProfile: StaticStructureSchema;
|
|
905
|
+
export declare var SecurityProfileItem: StaticStructureSchema;
|
|
784
906
|
export declare var SecurityProfileSearchCriteria: StaticStructureSchema;
|
|
785
907
|
export declare var SecurityProfileSearchSummary: StaticStructureSchema;
|
|
786
908
|
export declare var SecurityProfilesSearchFilter: StaticStructureSchema;
|
|
@@ -803,6 +925,8 @@ export declare var StartChatContactRequest: StaticStructureSchema;
|
|
|
803
925
|
export declare var StartChatContactResponse: StaticStructureSchema;
|
|
804
926
|
export declare var StartContactEvaluationRequest: StaticStructureSchema;
|
|
805
927
|
export declare var StartContactEvaluationResponse: StaticStructureSchema;
|
|
928
|
+
export declare var StartContactMediaProcessingRequest: StaticStructureSchema;
|
|
929
|
+
export declare var StartContactMediaProcessingResponse: StaticStructureSchema;
|
|
806
930
|
export declare var StartContactRecordingRequest: StaticStructureSchema;
|
|
807
931
|
export declare var StartContactRecordingResponse: StaticStructureSchema;
|
|
808
932
|
export declare var StartContactStreamingRequest: StaticStructureSchema;
|
|
@@ -823,6 +947,8 @@ export declare var StartWebRTCContactRequest: StaticStructureSchema;
|
|
|
823
947
|
export declare var StartWebRTCContactResponse: StaticStructureSchema;
|
|
824
948
|
export declare var StateTransition: StaticStructureSchema;
|
|
825
949
|
export declare var Step: StaticStructureSchema;
|
|
950
|
+
export declare var StopContactMediaProcessingRequest: StaticStructureSchema;
|
|
951
|
+
export declare var StopContactMediaProcessingResponse: StaticStructureSchema;
|
|
826
952
|
export declare var StopContactRecordingRequest: StaticStructureSchema;
|
|
827
953
|
export declare var StopContactRecordingResponse: StaticStructureSchema;
|
|
828
954
|
export declare var StopContactRequest: StaticStructureSchema;
|
|
@@ -834,6 +960,7 @@ export declare var StringReference: StaticStructureSchema;
|
|
|
834
960
|
export declare var SubmitAutoEvaluationActionDefinition: StaticStructureSchema;
|
|
835
961
|
export declare var SubmitContactEvaluationRequest: StaticStructureSchema;
|
|
836
962
|
export declare var SubmitContactEvaluationResponse: StaticStructureSchema;
|
|
963
|
+
export declare var SuccessfulBatchAssociationSummary: StaticStructureSchema;
|
|
837
964
|
export declare var SuccessfulRequest: StaticStructureSchema;
|
|
838
965
|
export declare var SuspendContactRecordingRequest: StaticStructureSchema;
|
|
839
966
|
export declare var SuspendContactRecordingResponse: StaticStructureSchema;
|
|
@@ -893,6 +1020,12 @@ export declare var UpdateContactRoutingDataRequest: StaticStructureSchema;
|
|
|
893
1020
|
export declare var UpdateContactRoutingDataResponse: StaticStructureSchema;
|
|
894
1021
|
export declare var UpdateContactScheduleRequest: StaticStructureSchema;
|
|
895
1022
|
export declare var UpdateContactScheduleResponse: StaticStructureSchema;
|
|
1023
|
+
export declare var UpdateDataTableAttributeRequest: StaticStructureSchema;
|
|
1024
|
+
export declare var UpdateDataTableAttributeResponse: StaticStructureSchema;
|
|
1025
|
+
export declare var UpdateDataTableMetadataRequest: StaticStructureSchema;
|
|
1026
|
+
export declare var UpdateDataTableMetadataResponse: StaticStructureSchema;
|
|
1027
|
+
export declare var UpdateDataTablePrimaryValuesRequest: StaticStructureSchema;
|
|
1028
|
+
export declare var UpdateDataTablePrimaryValuesResponse: StaticStructureSchema;
|
|
896
1029
|
export declare var UpdateEmailAddressMetadataRequest: StaticStructureSchema;
|
|
897
1030
|
export declare var UpdateEmailAddressMetadataResponse: StaticStructureSchema;
|
|
898
1031
|
export declare var UpdateEvaluationFormRequest: StaticStructureSchema;
|
|
@@ -942,6 +1075,14 @@ export declare var UpdateViewContentRequest: StaticStructureSchema;
|
|
|
942
1075
|
export declare var UpdateViewContentResponse: StaticStructureSchema;
|
|
943
1076
|
export declare var UpdateViewMetadataRequest: StaticStructureSchema;
|
|
944
1077
|
export declare var UpdateViewMetadataResponse: StaticStructureSchema;
|
|
1078
|
+
export declare var UpdateWorkspaceMetadataRequest: StaticStructureSchema;
|
|
1079
|
+
export declare var UpdateWorkspaceMetadataResponse: StaticStructureSchema;
|
|
1080
|
+
export declare var UpdateWorkspacePageRequest: StaticStructureSchema;
|
|
1081
|
+
export declare var UpdateWorkspacePageResponse: StaticStructureSchema;
|
|
1082
|
+
export declare var UpdateWorkspaceThemeRequest: StaticStructureSchema;
|
|
1083
|
+
export declare var UpdateWorkspaceThemeResponse: StaticStructureSchema;
|
|
1084
|
+
export declare var UpdateWorkspaceVisibilityRequest: StaticStructureSchema;
|
|
1085
|
+
export declare var UpdateWorkspaceVisibilityResponse: StaticStructureSchema;
|
|
945
1086
|
export declare var UploadUrlMetadata: StaticStructureSchema;
|
|
946
1087
|
export declare var UrlReference: StaticStructureSchema;
|
|
947
1088
|
export declare var UseCase: StaticStructureSchema;
|
|
@@ -963,15 +1104,33 @@ export declare var UserSearchCriteria: StaticStructureSchema;
|
|
|
963
1104
|
export declare var UserSearchFilter: StaticStructureSchema;
|
|
964
1105
|
export declare var UserSearchSummary: StaticStructureSchema;
|
|
965
1106
|
export declare var UserSummary: StaticStructureSchema;
|
|
1107
|
+
export declare var Validation: StaticStructureSchema;
|
|
1108
|
+
export declare var ValidationEnum: StaticStructureSchema;
|
|
966
1109
|
export declare var View: StaticStructureSchema;
|
|
967
1110
|
export declare var ViewContent: StaticStructureSchema;
|
|
968
1111
|
export declare var ViewInputContent: StaticStructureSchema;
|
|
1112
|
+
export declare var ViewSearchCriteria: StaticStructureSchema;
|
|
1113
|
+
export declare var ViewSearchFilter: StaticStructureSchema;
|
|
969
1114
|
export declare var ViewSummary: StaticStructureSchema;
|
|
970
1115
|
export declare var ViewVersionSummary: StaticStructureSchema;
|
|
971
1116
|
export declare var Vocabulary: StaticStructureSchema;
|
|
972
1117
|
export declare var VocabularySummary: StaticStructureSchema;
|
|
973
1118
|
export declare var VoiceRecordingConfiguration: StaticStructureSchema;
|
|
974
1119
|
export declare var WisdomInfo: StaticStructureSchema;
|
|
1120
|
+
export declare var Workspace: StaticStructureSchema;
|
|
1121
|
+
export declare var WorkspaceAssociationSearchCriteria: StaticStructureSchema;
|
|
1122
|
+
export declare var WorkspaceAssociationSearchFilter: StaticStructureSchema;
|
|
1123
|
+
export declare var WorkspaceAssociationSearchSummary: StaticStructureSchema;
|
|
1124
|
+
export declare var WorkspacePage: StaticStructureSchema;
|
|
1125
|
+
export declare var WorkspaceSearchCriteria: StaticStructureSchema;
|
|
1126
|
+
export declare var WorkspaceSearchFilter: StaticStructureSchema;
|
|
1127
|
+
export declare var WorkspaceSearchSummary: StaticStructureSchema;
|
|
1128
|
+
export declare var WorkspaceSummary: StaticStructureSchema;
|
|
1129
|
+
export declare var WorkspaceTheme: StaticStructureSchema;
|
|
1130
|
+
export declare var WorkspaceThemeConfig: StaticStructureSchema;
|
|
1131
|
+
export declare var WorkspaceThemeImages: StaticStructureSchema;
|
|
1132
|
+
export declare var WorkspaceThemePalette: StaticStructureSchema;
|
|
1133
|
+
export declare var WorkspaceThemeTypography: StaticStructureSchema;
|
|
975
1134
|
export declare var __Unit: "unit";
|
|
976
1135
|
export declare var ConnectServiceException: StaticErrorSchema;
|
|
977
1136
|
export declare var ActionSummaries: StaticListSchema;
|
|
@@ -984,7 +1143,9 @@ export declare var AgentStatusList: StaticListSchema;
|
|
|
984
1143
|
export declare var AgentStatusSearchConditionList: StaticListSchema;
|
|
985
1144
|
export declare var AgentStatusSummaryList: StaticListSchema;
|
|
986
1145
|
export declare var AgentStatusTypes: number;
|
|
1146
|
+
export declare var AiAgents: StaticListSchema;
|
|
987
1147
|
export declare var AliasConfigurationList: StaticListSchema;
|
|
1148
|
+
export declare var AllowedFlowModules: StaticListSchema;
|
|
988
1149
|
export declare var AllowedMonitorCapabilities: number;
|
|
989
1150
|
export declare var AllowedUserActions: number;
|
|
990
1151
|
export declare var AnalyticsDataAssociationResults: StaticListSchema;
|
|
@@ -995,15 +1156,27 @@ export declare var AssociatedContactSummaryList: StaticListSchema;
|
|
|
995
1156
|
export declare var AssociatedQueueIdList: number;
|
|
996
1157
|
export declare var AttachedFileErrorsList: StaticListSchema;
|
|
997
1158
|
export declare var AttachedFilesList: StaticListSchema;
|
|
1159
|
+
export declare var AttributeIds: number;
|
|
1160
|
+
export declare var AttributeList: StaticListSchema;
|
|
1161
|
+
export declare var AttributeNameList: number;
|
|
998
1162
|
export declare var AttributeOrConditionList: StaticListSchema;
|
|
999
1163
|
export declare var AttributesList: StaticListSchema;
|
|
1000
1164
|
export declare var AuthenticationProfileSummaryList: StaticListSchema;
|
|
1001
1165
|
export declare var AvailableNumbersList: StaticListSchema;
|
|
1166
|
+
export declare var BatchCreateDataTableValueFailureResultList: StaticListSchema;
|
|
1167
|
+
export declare var BatchCreateDataTableValueSuccessResultList: StaticListSchema;
|
|
1168
|
+
export declare var BatchDeleteDataTableValueFailureResultList: StaticListSchema;
|
|
1169
|
+
export declare var BatchDeleteDataTableValueSuccessResultList: StaticListSchema;
|
|
1170
|
+
export declare var BatchDescribeDataTableValueFailureResultList: StaticListSchema;
|
|
1171
|
+
export declare var BatchDescribeDataTableValueSuccessResultList: StaticListSchema;
|
|
1172
|
+
export declare var BatchUpdateDataTableValueFailureResultList: StaticListSchema;
|
|
1173
|
+
export declare var BatchUpdateDataTableValueSuccessResultList: StaticListSchema;
|
|
1002
1174
|
export declare var ChannelList: number;
|
|
1003
1175
|
export declare var Channels: number;
|
|
1004
1176
|
export declare var CommonAttributeOrConditionList: StaticListSchema;
|
|
1005
1177
|
export declare var Conditions: StaticListSchema;
|
|
1006
1178
|
export declare var ContactDataRequestList: StaticListSchema;
|
|
1179
|
+
export declare var ContactFlowAttributeOrConditionList: StaticListSchema;
|
|
1007
1180
|
export declare var ContactFlowModuleAliasSummaryList: StaticListSchema;
|
|
1008
1181
|
export declare var ContactFlowModuleSearchConditionList: StaticListSchema;
|
|
1009
1182
|
export declare var ContactFlowModuleSearchSummaryList: StaticListSchema;
|
|
@@ -1024,6 +1197,15 @@ export declare var CurrentMetricResults: StaticListSchema;
|
|
|
1024
1197
|
export declare var CurrentMetrics: StaticListSchema;
|
|
1025
1198
|
export declare var CurrentMetricSortCriteriaMaxOne: StaticListSchema;
|
|
1026
1199
|
export declare var DataSetIds: number;
|
|
1200
|
+
export declare var DataTableDeleteValueIdentifierList: StaticListSchema;
|
|
1201
|
+
export declare var DataTableEvaluatedValueList: StaticListSchema;
|
|
1202
|
+
export declare var DataTableList: StaticListSchema;
|
|
1203
|
+
export declare var DataTableSearchConditionList: StaticListSchema;
|
|
1204
|
+
export declare var DataTableSummaryList: StaticListSchema;
|
|
1205
|
+
export declare var DataTableValueEvaluationSetList: StaticListSchema;
|
|
1206
|
+
export declare var DataTableValueIdentifierList: StaticListSchema;
|
|
1207
|
+
export declare var DataTableValueList: StaticListSchema;
|
|
1208
|
+
export declare var DataTableValueSummaryList: StaticListSchema;
|
|
1027
1209
|
export declare var DefaultVocabularyList: StaticListSchema;
|
|
1028
1210
|
export declare var DistributionList: StaticListSchema;
|
|
1029
1211
|
export declare var EffectiveHoursOfOperationList: StaticListSchema;
|
|
@@ -1033,10 +1215,13 @@ export declare var EmailAddressSearchConditionList: StaticListSchema;
|
|
|
1033
1215
|
export declare var EmailAttachments: StaticListSchema;
|
|
1034
1216
|
export declare var EmailRecipientsList: StaticListSchema;
|
|
1035
1217
|
export declare var ErrorResults: StaticListSchema;
|
|
1218
|
+
export declare var EvaluationAnswerDataStringValueList: number;
|
|
1036
1219
|
export declare var EvaluationAutomationRuleCategoryList: StaticListSchema;
|
|
1037
1220
|
export declare var EvaluationFormItemEnablementConditionOperandList: StaticListSchema;
|
|
1038
1221
|
export declare var EvaluationFormItemEnablementSourceValueList: StaticListSchema;
|
|
1039
1222
|
export declare var EvaluationFormItemsList: StaticListSchema;
|
|
1223
|
+
export declare var EvaluationFormMultiSelectQuestionAutomationOptionList: StaticListSchema;
|
|
1224
|
+
export declare var EvaluationFormMultiSelectQuestionOptionList: StaticListSchema;
|
|
1040
1225
|
export declare var EvaluationFormNumericQuestionOptionList: StaticListSchema;
|
|
1041
1226
|
export declare var EvaluationFormSearchConditionList: StaticListSchema;
|
|
1042
1227
|
export declare var EvaluationFormSearchSummaryList: StaticListSchema;
|
|
@@ -1050,6 +1235,7 @@ export declare var EvaluationSuggestedAnswersList: StaticListSchema;
|
|
|
1050
1235
|
export declare var EvaluationSummaryList: StaticListSchema;
|
|
1051
1236
|
export declare var EvaluationTranscriptPointsOfInterest: StaticListSchema;
|
|
1052
1237
|
export declare var Expressions: StaticListSchema;
|
|
1238
|
+
export declare var FailedBatchAssociationSummaryList: StaticListSchema;
|
|
1053
1239
|
export declare var FailedRequestList: StaticListSchema;
|
|
1054
1240
|
export declare var FieldValues: StaticListSchema;
|
|
1055
1241
|
export declare var FileIdList: number;
|
|
@@ -1082,11 +1268,13 @@ export declare var LexBotConfigList: StaticListSchema;
|
|
|
1082
1268
|
export declare var LexBotsList: StaticListSchema;
|
|
1083
1269
|
export declare var ListPhoneNumbersSummaryList: StaticListSchema;
|
|
1084
1270
|
export declare var MediaConcurrencies: StaticListSchema;
|
|
1271
|
+
export declare var MediaList: StaticListSchema;
|
|
1085
1272
|
export declare var MetricDataCollectionsV2: StaticListSchema;
|
|
1086
1273
|
export declare var MetricFiltersV2List: StaticListSchema;
|
|
1087
1274
|
export declare var MetricFilterValueList: number;
|
|
1088
1275
|
export declare var MetricResultsV2: StaticListSchema;
|
|
1089
1276
|
export declare var MetricsV2: StaticListSchema;
|
|
1277
|
+
export declare var NextContacts: StaticListSchema;
|
|
1090
1278
|
export declare var OperationalHours: StaticListSchema;
|
|
1091
1279
|
export declare var OriginsList: number;
|
|
1092
1280
|
export declare var ParticipantTimerConfigList: StaticListSchema;
|
|
@@ -1100,6 +1288,12 @@ export declare var PredefinedAttributeSearchConditionList: StaticListSchema;
|
|
|
1100
1288
|
export declare var PredefinedAttributeSearchSummaryList: StaticListSchema;
|
|
1101
1289
|
export declare var PredefinedAttributeStringValuesList: number;
|
|
1102
1290
|
export declare var PredefinedAttributeSummaryList: StaticListSchema;
|
|
1291
|
+
export declare var PrimaryAttributeValueFilters: StaticListSchema;
|
|
1292
|
+
export declare var PrimaryAttributeValuesSet: StaticListSchema;
|
|
1293
|
+
export declare var PrimaryValueList: number;
|
|
1294
|
+
export declare var PrimaryValuesList: StaticListSchema;
|
|
1295
|
+
export declare var PrimaryValuesResponseSet: StaticListSchema;
|
|
1296
|
+
export declare var PrimaryValuesSet: StaticListSchema;
|
|
1103
1297
|
export declare var Problems: StaticListSchema;
|
|
1104
1298
|
export declare var PromptList: StaticListSchema;
|
|
1105
1299
|
export declare var PromptSearchConditionList: StaticListSchema;
|
|
@@ -1125,7 +1319,9 @@ export declare var RealtimeContactAnalysisSegments: StaticListSchema;
|
|
|
1125
1319
|
export declare var RealTimeContactAnalysisSegmentTypes: number;
|
|
1126
1320
|
export declare var RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets: StaticListSchema;
|
|
1127
1321
|
export declare var RealTimeContactAnalysisTranscriptItemsWithContent: StaticListSchema;
|
|
1322
|
+
export declare var RecordIds: number;
|
|
1128
1323
|
export declare var Recordings: StaticListSchema;
|
|
1324
|
+
export declare var ReferenceIdList: number;
|
|
1129
1325
|
export declare var ReferenceSummaryList: StaticListSchema;
|
|
1130
1326
|
export declare var ReferenceTypes: number;
|
|
1131
1327
|
export declare var ReplicationStatusSummaryList: StaticListSchema;
|
|
@@ -1154,6 +1350,8 @@ export declare var SearchContactsAdditionalTimeRangeCriteriaList: StaticListSche
|
|
|
1154
1350
|
export declare var SearchTextList: StaticListSchema;
|
|
1155
1351
|
export declare var SecurityKeysList: StaticListSchema;
|
|
1156
1352
|
export declare var SecurityProfileIds: number;
|
|
1353
|
+
export declare var SecurityProfiles: StaticListSchema;
|
|
1354
|
+
export declare var SecurityProfiles100: StaticListSchema;
|
|
1157
1355
|
export declare var SecurityProfileSearchConditionList: StaticListSchema;
|
|
1158
1356
|
export declare var SecurityProfilesSearchSummaryList: StaticListSchema;
|
|
1159
1357
|
export declare var SecurityProfileSummaryList: StaticListSchema;
|
|
@@ -1163,6 +1361,7 @@ export declare var SingleSelectOptions: number;
|
|
|
1163
1361
|
export declare var SlaFieldValueUnionList: StaticListSchema;
|
|
1164
1362
|
export declare var StateTransitions: StaticListSchema;
|
|
1165
1363
|
export declare var Steps: StaticListSchema;
|
|
1364
|
+
export declare var SuccessfulBatchAssociationSummaryList: StaticListSchema;
|
|
1166
1365
|
export declare var SuccessfulRequestList: StaticListSchema;
|
|
1167
1366
|
export declare var SupportedMessagingContentTypes: number;
|
|
1168
1367
|
export declare var TagAndConditionList: StaticListSchema;
|
|
@@ -1188,10 +1387,21 @@ export declare var UserProficiencyList: StaticListSchema;
|
|
|
1188
1387
|
export declare var UserSearchConditionList: StaticListSchema;
|
|
1189
1388
|
export declare var UserSearchSummaryList: StaticListSchema;
|
|
1190
1389
|
export declare var UserSummaryList: StaticListSchema;
|
|
1390
|
+
export declare var ValidationEnumValues: number;
|
|
1391
|
+
export declare var ValueList: number;
|
|
1191
1392
|
export declare var ViewActions: StaticListSchema;
|
|
1393
|
+
export declare var ViewSearchConditionList: StaticListSchema;
|
|
1394
|
+
export declare var ViewSearchSummaryList: StaticListSchema;
|
|
1192
1395
|
export declare var ViewsSummaryList: StaticListSchema;
|
|
1193
1396
|
export declare var ViewVersionSummaryList: StaticListSchema;
|
|
1194
1397
|
export declare var VocabularySummaryList: StaticListSchema;
|
|
1398
|
+
export declare var WorkspaceAssociationSearchConditionList: StaticListSchema;
|
|
1399
|
+
export declare var WorkspaceAssociationSearchSummaryList: StaticListSchema;
|
|
1400
|
+
export declare var WorkspacePageList: StaticListSchema;
|
|
1401
|
+
export declare var WorkspaceResourceArnList: number;
|
|
1402
|
+
export declare var WorkspaceSearchConditionList: StaticListSchema;
|
|
1403
|
+
export declare var WorkspaceSearchSummaryList: StaticListSchema;
|
|
1404
|
+
export declare var WorkspaceSummaryList: StaticListSchema;
|
|
1195
1405
|
export declare var AllowedAccessControlTags: number;
|
|
1196
1406
|
export declare var Attributes: number;
|
|
1197
1407
|
export declare var ChannelToCountMap: number;
|
|
@@ -1216,12 +1426,14 @@ export declare var CreatedByInfo: StaticStructureSchema;
|
|
|
1216
1426
|
export declare var EvaluationAnswerData: StaticStructureSchema;
|
|
1217
1427
|
export declare var EvaluationFormItem: StaticStructureSchema;
|
|
1218
1428
|
export declare var EvaluationFormItemEnablementConditionOperand: StaticStructureSchema;
|
|
1429
|
+
export declare var EvaluationFormMultiSelectQuestionAutomationOption: StaticStructureSchema;
|
|
1219
1430
|
export declare var EvaluationFormNumericQuestionAutomation: StaticStructureSchema;
|
|
1220
1431
|
export declare var EvaluationFormQuestionTypeProperties: StaticStructureSchema;
|
|
1221
1432
|
export declare var EvaluationFormSingleSelectQuestionAutomationOption: StaticStructureSchema;
|
|
1222
1433
|
export declare var EvaluationQuestionAnswerAnalysisDetails: StaticStructureSchema;
|
|
1223
1434
|
export declare var EvaluatorUserUnion: StaticStructureSchema;
|
|
1224
1435
|
export declare var InvalidRequestExceptionReason: StaticStructureSchema;
|
|
1436
|
+
export declare var NextContactMetadata: StaticStructureSchema;
|
|
1225
1437
|
export declare var ParticipantTimerValue: StaticStructureSchema;
|
|
1226
1438
|
export declare var PredefinedAttributeValues: StaticStructureSchema;
|
|
1227
1439
|
export declare var RealtimeContactAnalysisSegment: StaticStructureSchema;
|
|
@@ -1244,13 +1456,19 @@ export declare var AssociatePhoneNumberContactFlow: StaticOperationSchema;
|
|
|
1244
1456
|
export declare var AssociateQueueQuickConnects: StaticOperationSchema;
|
|
1245
1457
|
export declare var AssociateRoutingProfileQueues: StaticOperationSchema;
|
|
1246
1458
|
export declare var AssociateSecurityKey: StaticOperationSchema;
|
|
1459
|
+
export declare var AssociateSecurityProfiles: StaticOperationSchema;
|
|
1247
1460
|
export declare var AssociateTrafficDistributionGroupUser: StaticOperationSchema;
|
|
1248
1461
|
export declare var AssociateUserProficiencies: StaticOperationSchema;
|
|
1462
|
+
export declare var AssociateWorkspace: StaticOperationSchema;
|
|
1249
1463
|
export declare var BatchAssociateAnalyticsDataSet: StaticOperationSchema;
|
|
1464
|
+
export declare var BatchCreateDataTableValue: StaticOperationSchema;
|
|
1465
|
+
export declare var BatchDeleteDataTableValue: StaticOperationSchema;
|
|
1466
|
+
export declare var BatchDescribeDataTableValue: StaticOperationSchema;
|
|
1250
1467
|
export declare var BatchDisassociateAnalyticsDataSet: StaticOperationSchema;
|
|
1251
1468
|
export declare var BatchGetAttachedFileMetadata: StaticOperationSchema;
|
|
1252
1469
|
export declare var BatchGetFlowAssociation: StaticOperationSchema;
|
|
1253
1470
|
export declare var BatchPutContact: StaticOperationSchema;
|
|
1471
|
+
export declare var BatchUpdateDataTableValue: StaticOperationSchema;
|
|
1254
1472
|
export declare var ClaimPhoneNumber: StaticOperationSchema;
|
|
1255
1473
|
export declare var CompleteAttachedFileUpload: StaticOperationSchema;
|
|
1256
1474
|
export declare var CreateAgentStatus: StaticOperationSchema;
|
|
@@ -1260,6 +1478,8 @@ export declare var CreateContactFlowModule: StaticOperationSchema;
|
|
|
1260
1478
|
export declare var CreateContactFlowModuleAlias: StaticOperationSchema;
|
|
1261
1479
|
export declare var CreateContactFlowModuleVersion: StaticOperationSchema;
|
|
1262
1480
|
export declare var CreateContactFlowVersion: StaticOperationSchema;
|
|
1481
|
+
export declare var CreateDataTable: StaticOperationSchema;
|
|
1482
|
+
export declare var CreateDataTableAttribute: StaticOperationSchema;
|
|
1263
1483
|
export declare var CreateEmailAddress: StaticOperationSchema;
|
|
1264
1484
|
export declare var CreateEvaluationForm: StaticOperationSchema;
|
|
1265
1485
|
export declare var CreateHoursOfOperation: StaticOperationSchema;
|
|
@@ -1284,6 +1504,8 @@ export declare var CreateUserHierarchyGroup: StaticOperationSchema;
|
|
|
1284
1504
|
export declare var CreateView: StaticOperationSchema;
|
|
1285
1505
|
export declare var CreateViewVersion: StaticOperationSchema;
|
|
1286
1506
|
export declare var CreateVocabulary: StaticOperationSchema;
|
|
1507
|
+
export declare var CreateWorkspace: StaticOperationSchema;
|
|
1508
|
+
export declare var CreateWorkspacePage: StaticOperationSchema;
|
|
1287
1509
|
export declare var DeactivateEvaluationForm: StaticOperationSchema;
|
|
1288
1510
|
export declare var DeleteAttachedFile: StaticOperationSchema;
|
|
1289
1511
|
export declare var DeleteContactEvaluation: StaticOperationSchema;
|
|
@@ -1292,6 +1514,8 @@ export declare var DeleteContactFlowModule: StaticOperationSchema;
|
|
|
1292
1514
|
export declare var DeleteContactFlowModuleAlias: StaticOperationSchema;
|
|
1293
1515
|
export declare var DeleteContactFlowModuleVersion: StaticOperationSchema;
|
|
1294
1516
|
export declare var DeleteContactFlowVersion: StaticOperationSchema;
|
|
1517
|
+
export declare var DeleteDataTable: StaticOperationSchema;
|
|
1518
|
+
export declare var DeleteDataTableAttribute: StaticOperationSchema;
|
|
1295
1519
|
export declare var DeleteEmailAddress: StaticOperationSchema;
|
|
1296
1520
|
export declare var DeleteEvaluationForm: StaticOperationSchema;
|
|
1297
1521
|
export declare var DeleteHoursOfOperation: StaticOperationSchema;
|
|
@@ -1314,6 +1538,9 @@ export declare var DeleteUserHierarchyGroup: StaticOperationSchema;
|
|
|
1314
1538
|
export declare var DeleteView: StaticOperationSchema;
|
|
1315
1539
|
export declare var DeleteViewVersion: StaticOperationSchema;
|
|
1316
1540
|
export declare var DeleteVocabulary: StaticOperationSchema;
|
|
1541
|
+
export declare var DeleteWorkspace: StaticOperationSchema;
|
|
1542
|
+
export declare var DeleteWorkspaceMedia: StaticOperationSchema;
|
|
1543
|
+
export declare var DeleteWorkspacePage: StaticOperationSchema;
|
|
1317
1544
|
export declare var DescribeAgentStatus: StaticOperationSchema;
|
|
1318
1545
|
export declare var DescribeAuthenticationProfile: StaticOperationSchema;
|
|
1319
1546
|
export declare var DescribeContact: StaticOperationSchema;
|
|
@@ -1321,6 +1548,8 @@ export declare var DescribeContactEvaluation: StaticOperationSchema;
|
|
|
1321
1548
|
export declare var DescribeContactFlow: StaticOperationSchema;
|
|
1322
1549
|
export declare var DescribeContactFlowModule: StaticOperationSchema;
|
|
1323
1550
|
export declare var DescribeContactFlowModuleAlias: StaticOperationSchema;
|
|
1551
|
+
export declare var DescribeDataTable: StaticOperationSchema;
|
|
1552
|
+
export declare var DescribeDataTableAttribute: StaticOperationSchema;
|
|
1324
1553
|
export declare var DescribeEmailAddress: StaticOperationSchema;
|
|
1325
1554
|
export declare var DescribeEvaluationForm: StaticOperationSchema;
|
|
1326
1555
|
export declare var DescribeHoursOfOperation: StaticOperationSchema;
|
|
@@ -1342,6 +1571,7 @@ export declare var DescribeUserHierarchyGroup: StaticOperationSchema;
|
|
|
1342
1571
|
export declare var DescribeUserHierarchyStructure: StaticOperationSchema;
|
|
1343
1572
|
export declare var DescribeView: StaticOperationSchema;
|
|
1344
1573
|
export declare var DescribeVocabulary: StaticOperationSchema;
|
|
1574
|
+
export declare var DescribeWorkspace: StaticOperationSchema;
|
|
1345
1575
|
export declare var DisassociateAnalyticsDataSet: StaticOperationSchema;
|
|
1346
1576
|
export declare var DisassociateApprovedOrigin: StaticOperationSchema;
|
|
1347
1577
|
export declare var DisassociateBot: StaticOperationSchema;
|
|
@@ -1354,9 +1584,12 @@ export declare var DisassociatePhoneNumberContactFlow: StaticOperationSchema;
|
|
|
1354
1584
|
export declare var DisassociateQueueQuickConnects: StaticOperationSchema;
|
|
1355
1585
|
export declare var DisassociateRoutingProfileQueues: StaticOperationSchema;
|
|
1356
1586
|
export declare var DisassociateSecurityKey: StaticOperationSchema;
|
|
1587
|
+
export declare var DisassociateSecurityProfiles: StaticOperationSchema;
|
|
1357
1588
|
export declare var DisassociateTrafficDistributionGroupUser: StaticOperationSchema;
|
|
1358
1589
|
export declare var DisassociateUserProficiencies: StaticOperationSchema;
|
|
1590
|
+
export declare var DisassociateWorkspace: StaticOperationSchema;
|
|
1359
1591
|
export declare var DismissUserContact: StaticOperationSchema;
|
|
1592
|
+
export declare var EvaluateDataTableValues: StaticOperationSchema;
|
|
1360
1593
|
export declare var GetAttachedFile: StaticOperationSchema;
|
|
1361
1594
|
export declare var GetContactAttributes: StaticOperationSchema;
|
|
1362
1595
|
export declare var GetContactMetrics: StaticOperationSchema;
|
|
@@ -1371,6 +1604,7 @@ export declare var GetPromptFile: StaticOperationSchema;
|
|
|
1371
1604
|
export declare var GetTaskTemplate: StaticOperationSchema;
|
|
1372
1605
|
export declare var GetTrafficDistribution: StaticOperationSchema;
|
|
1373
1606
|
export declare var ImportPhoneNumber: StaticOperationSchema;
|
|
1607
|
+
export declare var ImportWorkspaceMedia: StaticOperationSchema;
|
|
1374
1608
|
export declare var ListAgentStatuses: StaticOperationSchema;
|
|
1375
1609
|
export declare var ListAnalyticsDataAssociations: StaticOperationSchema;
|
|
1376
1610
|
export declare var ListAnalyticsDataLakeDataSets: StaticOperationSchema;
|
|
@@ -1385,7 +1619,12 @@ export declare var ListContactFlowModuleVersions: StaticOperationSchema;
|
|
|
1385
1619
|
export declare var ListContactFlows: StaticOperationSchema;
|
|
1386
1620
|
export declare var ListContactFlowVersions: StaticOperationSchema;
|
|
1387
1621
|
export declare var ListContactReferences: StaticOperationSchema;
|
|
1622
|
+
export declare var ListDataTableAttributes: StaticOperationSchema;
|
|
1623
|
+
export declare var ListDataTablePrimaryValues: StaticOperationSchema;
|
|
1624
|
+
export declare var ListDataTables: StaticOperationSchema;
|
|
1625
|
+
export declare var ListDataTableValues: StaticOperationSchema;
|
|
1388
1626
|
export declare var ListDefaultVocabularies: StaticOperationSchema;
|
|
1627
|
+
export declare var ListEntitySecurityProfiles: StaticOperationSchema;
|
|
1389
1628
|
export declare var ListEvaluationForms: StaticOperationSchema;
|
|
1390
1629
|
export declare var ListEvaluationFormVersions: StaticOperationSchema;
|
|
1391
1630
|
export declare var ListFlowAssociations: StaticOperationSchema;
|
|
@@ -1411,6 +1650,7 @@ export declare var ListRoutingProfiles: StaticOperationSchema;
|
|
|
1411
1650
|
export declare var ListRules: StaticOperationSchema;
|
|
1412
1651
|
export declare var ListSecurityKeys: StaticOperationSchema;
|
|
1413
1652
|
export declare var ListSecurityProfileApplications: StaticOperationSchema;
|
|
1653
|
+
export declare var ListSecurityProfileFlowModules: StaticOperationSchema;
|
|
1414
1654
|
export declare var ListSecurityProfilePermissions: StaticOperationSchema;
|
|
1415
1655
|
export declare var ListSecurityProfiles: StaticOperationSchema;
|
|
1416
1656
|
export declare var ListTagsForResource: StaticOperationSchema;
|
|
@@ -1423,6 +1663,9 @@ export declare var ListUserProficiencies: StaticOperationSchema;
|
|
|
1423
1663
|
export declare var ListUsers: StaticOperationSchema;
|
|
1424
1664
|
export declare var ListViews: StaticOperationSchema;
|
|
1425
1665
|
export declare var ListViewVersions: StaticOperationSchema;
|
|
1666
|
+
export declare var ListWorkspaceMedia: StaticOperationSchema;
|
|
1667
|
+
export declare var ListWorkspacePages: StaticOperationSchema;
|
|
1668
|
+
export declare var ListWorkspaces: StaticOperationSchema;
|
|
1426
1669
|
export declare var MonitorContact: StaticOperationSchema;
|
|
1427
1670
|
export declare var PauseContact: StaticOperationSchema;
|
|
1428
1671
|
export declare var PutUserStatus: StaticOperationSchema;
|
|
@@ -1436,6 +1679,7 @@ export declare var SearchContactEvaluations: StaticOperationSchema;
|
|
|
1436
1679
|
export declare var SearchContactFlowModules: StaticOperationSchema;
|
|
1437
1680
|
export declare var SearchContactFlows: StaticOperationSchema;
|
|
1438
1681
|
export declare var SearchContacts: StaticOperationSchema;
|
|
1682
|
+
export declare var SearchDataTables: StaticOperationSchema;
|
|
1439
1683
|
export declare var SearchEmailAddresses: StaticOperationSchema;
|
|
1440
1684
|
export declare var SearchEvaluationForms: StaticOperationSchema;
|
|
1441
1685
|
export declare var SearchHoursOfOperationOverrides: StaticOperationSchema;
|
|
@@ -1449,12 +1693,16 @@ export declare var SearchRoutingProfiles: StaticOperationSchema;
|
|
|
1449
1693
|
export declare var SearchSecurityProfiles: StaticOperationSchema;
|
|
1450
1694
|
export declare var SearchUserHierarchyGroups: StaticOperationSchema;
|
|
1451
1695
|
export declare var SearchUsers: StaticOperationSchema;
|
|
1696
|
+
export declare var SearchViews: StaticOperationSchema;
|
|
1452
1697
|
export declare var SearchVocabularies: StaticOperationSchema;
|
|
1698
|
+
export declare var SearchWorkspaceAssociations: StaticOperationSchema;
|
|
1699
|
+
export declare var SearchWorkspaces: StaticOperationSchema;
|
|
1453
1700
|
export declare var SendChatIntegrationEvent: StaticOperationSchema;
|
|
1454
1701
|
export declare var SendOutboundEmail: StaticOperationSchema;
|
|
1455
1702
|
export declare var StartAttachedFileUpload: StaticOperationSchema;
|
|
1456
1703
|
export declare var StartChatContact: StaticOperationSchema;
|
|
1457
1704
|
export declare var StartContactEvaluation: StaticOperationSchema;
|
|
1705
|
+
export declare var StartContactMediaProcessing: StaticOperationSchema;
|
|
1458
1706
|
export declare var StartContactRecording: StaticOperationSchema;
|
|
1459
1707
|
export declare var StartContactStreaming: StaticOperationSchema;
|
|
1460
1708
|
export declare var StartEmailContact: StaticOperationSchema;
|
|
@@ -1465,6 +1713,7 @@ export declare var StartScreenSharing: StaticOperationSchema;
|
|
|
1465
1713
|
export declare var StartTaskContact: StaticOperationSchema;
|
|
1466
1714
|
export declare var StartWebRTCContact: StaticOperationSchema;
|
|
1467
1715
|
export declare var StopContact: StaticOperationSchema;
|
|
1716
|
+
export declare var StopContactMediaProcessing: StaticOperationSchema;
|
|
1468
1717
|
export declare var StopContactRecording: StaticOperationSchema;
|
|
1469
1718
|
export declare var StopContactStreaming: StaticOperationSchema;
|
|
1470
1719
|
export declare var SubmitContactEvaluation: StaticOperationSchema;
|
|
@@ -1487,6 +1736,9 @@ export declare var UpdateContactFlowModuleMetadata: StaticOperationSchema;
|
|
|
1487
1736
|
export declare var UpdateContactFlowName: StaticOperationSchema;
|
|
1488
1737
|
export declare var UpdateContactRoutingData: StaticOperationSchema;
|
|
1489
1738
|
export declare var UpdateContactSchedule: StaticOperationSchema;
|
|
1739
|
+
export declare var UpdateDataTableAttribute: StaticOperationSchema;
|
|
1740
|
+
export declare var UpdateDataTableMetadata: StaticOperationSchema;
|
|
1741
|
+
export declare var UpdateDataTablePrimaryValues: StaticOperationSchema;
|
|
1490
1742
|
export declare var UpdateEmailAddressMetadata: StaticOperationSchema;
|
|
1491
1743
|
export declare var UpdateEvaluationForm: StaticOperationSchema;
|
|
1492
1744
|
export declare var UpdateHoursOfOperation: StaticOperationSchema;
|
|
@@ -1526,3 +1778,7 @@ export declare var UpdateUserRoutingProfile: StaticOperationSchema;
|
|
|
1526
1778
|
export declare var UpdateUserSecurityProfiles: StaticOperationSchema;
|
|
1527
1779
|
export declare var UpdateViewContent: StaticOperationSchema;
|
|
1528
1780
|
export declare var UpdateViewMetadata: StaticOperationSchema;
|
|
1781
|
+
export declare var UpdateWorkspaceMetadata: StaticOperationSchema;
|
|
1782
|
+
export declare var UpdateWorkspacePage: StaticOperationSchema;
|
|
1783
|
+
export declare var UpdateWorkspaceTheme: StaticOperationSchema;
|
|
1784
|
+
export declare var UpdateWorkspaceVisibility: StaticOperationSchema;
|