@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
|
@@ -51,6 +51,7 @@ export declare var AgentStatusReference: StaticStructureSchema;
|
|
|
51
51
|
export declare var AgentStatusSearchCriteria: StaticStructureSchema;
|
|
52
52
|
export declare var AgentStatusSearchFilter: StaticStructureSchema;
|
|
53
53
|
export declare var AgentStatusSummary: StaticStructureSchema;
|
|
54
|
+
export declare var AiAgentInfo: StaticStructureSchema;
|
|
54
55
|
export declare var AliasConfiguration: StaticStructureSchema;
|
|
55
56
|
export declare var AllowedCapabilities: StaticStructureSchema;
|
|
56
57
|
export declare var AnalyticsDataAssociationResult: StaticStructureSchema;
|
|
@@ -81,9 +82,12 @@ export declare var AssociateQueueQuickConnectsRequest: StaticStructureSchema;
|
|
|
81
82
|
export declare var AssociateRoutingProfileQueuesRequest: StaticStructureSchema;
|
|
82
83
|
export declare var AssociateSecurityKeyRequest: StaticStructureSchema;
|
|
83
84
|
export declare var AssociateSecurityKeyResponse: StaticStructureSchema;
|
|
85
|
+
export declare var AssociateSecurityProfilesRequest: StaticStructureSchema;
|
|
84
86
|
export declare var AssociateTrafficDistributionGroupUserRequest: StaticStructureSchema;
|
|
85
87
|
export declare var AssociateTrafficDistributionGroupUserResponse: StaticStructureSchema;
|
|
86
88
|
export declare var AssociateUserProficienciesRequest: StaticStructureSchema;
|
|
89
|
+
export declare var AssociateWorkspaceRequest: StaticStructureSchema;
|
|
90
|
+
export declare var AssociateWorkspaceResponse: StaticStructureSchema;
|
|
87
91
|
export declare var AttachedFile: StaticStructureSchema;
|
|
88
92
|
export declare var AttachedFileError: StaticStructureSchema;
|
|
89
93
|
export declare var AttachmentReference: StaticStructureSchema;
|
|
@@ -101,6 +105,18 @@ export declare var AutomaticFailConfiguration: StaticStructureSchema;
|
|
|
101
105
|
export declare var AvailableNumberSummary: StaticStructureSchema;
|
|
102
106
|
export declare var BatchAssociateAnalyticsDataSetRequest: StaticStructureSchema;
|
|
103
107
|
export declare var BatchAssociateAnalyticsDataSetResponse: StaticStructureSchema;
|
|
108
|
+
export declare var BatchCreateDataTableValueFailureResult: StaticStructureSchema;
|
|
109
|
+
export declare var BatchCreateDataTableValueRequest: StaticStructureSchema;
|
|
110
|
+
export declare var BatchCreateDataTableValueResponse: StaticStructureSchema;
|
|
111
|
+
export declare var BatchCreateDataTableValueSuccessResult: StaticStructureSchema;
|
|
112
|
+
export declare var BatchDeleteDataTableValueFailureResult: StaticStructureSchema;
|
|
113
|
+
export declare var BatchDeleteDataTableValueRequest: StaticStructureSchema;
|
|
114
|
+
export declare var BatchDeleteDataTableValueResponse: StaticStructureSchema;
|
|
115
|
+
export declare var BatchDeleteDataTableValueSuccessResult: StaticStructureSchema;
|
|
116
|
+
export declare var BatchDescribeDataTableValueFailureResult: StaticStructureSchema;
|
|
117
|
+
export declare var BatchDescribeDataTableValueRequest: StaticStructureSchema;
|
|
118
|
+
export declare var BatchDescribeDataTableValueResponse: StaticStructureSchema;
|
|
119
|
+
export declare var BatchDescribeDataTableValueSuccessResult: StaticStructureSchema;
|
|
104
120
|
export declare var BatchDisassociateAnalyticsDataSetRequest: StaticStructureSchema;
|
|
105
121
|
export declare var BatchDisassociateAnalyticsDataSetResponse: StaticStructureSchema;
|
|
106
122
|
export declare var BatchGetAttachedFileMetadataRequest: StaticStructureSchema;
|
|
@@ -109,6 +125,10 @@ export declare var BatchGetFlowAssociationRequest: StaticStructureSchema;
|
|
|
109
125
|
export declare var BatchGetFlowAssociationResponse: StaticStructureSchema;
|
|
110
126
|
export declare var BatchPutContactRequest: StaticStructureSchema;
|
|
111
127
|
export declare var BatchPutContactResponse: StaticStructureSchema;
|
|
128
|
+
export declare var BatchUpdateDataTableValueFailureResult: StaticStructureSchema;
|
|
129
|
+
export declare var BatchUpdateDataTableValueRequest: StaticStructureSchema;
|
|
130
|
+
export declare var BatchUpdateDataTableValueResponse: StaticStructureSchema;
|
|
131
|
+
export declare var BatchUpdateDataTableValueSuccessResult: StaticStructureSchema;
|
|
112
132
|
export declare var BooleanCondition: StaticStructureSchema;
|
|
113
133
|
export declare var Campaign: StaticStructureSchema;
|
|
114
134
|
export declare var CaseSlaConfiguration: StaticStructureSchema;
|
|
@@ -136,6 +156,8 @@ export declare var ContactDetails: StaticStructureSchema;
|
|
|
136
156
|
export declare var ContactEvaluation: StaticStructureSchema;
|
|
137
157
|
export declare var ContactFilter: StaticStructureSchema;
|
|
138
158
|
export declare var ContactFlow: StaticStructureSchema;
|
|
159
|
+
export declare var ContactFlowAttributeAndCondition: StaticStructureSchema;
|
|
160
|
+
export declare var ContactFlowAttributeFilter: StaticStructureSchema;
|
|
139
161
|
export declare var ContactFlowModule: StaticStructureSchema;
|
|
140
162
|
export declare var ContactFlowModuleAliasInfo: StaticStructureSchema;
|
|
141
163
|
export declare var ContactFlowModuleAliasSummary: StaticStructureSchema;
|
|
@@ -147,6 +169,7 @@ export declare var ContactFlowNotPublishedException: StaticErrorSchema;
|
|
|
147
169
|
export declare var ContactFlowSearchCriteria: StaticStructureSchema;
|
|
148
170
|
export declare var ContactFlowSearchFilter: StaticStructureSchema;
|
|
149
171
|
export declare var ContactFlowSummary: StaticStructureSchema;
|
|
172
|
+
export declare var ContactFlowTypeCondition: StaticStructureSchema;
|
|
150
173
|
export declare var ContactFlowVersionSummary: StaticStructureSchema;
|
|
151
174
|
export declare var ContactMetricInfo: StaticStructureSchema;
|
|
152
175
|
export declare var ContactMetricResult: StaticStructureSchema;
|
|
@@ -173,6 +196,10 @@ export declare var CreateContactFlowVersionRequest: StaticStructureSchema;
|
|
|
173
196
|
export declare var CreateContactFlowVersionResponse: StaticStructureSchema;
|
|
174
197
|
export declare var CreateContactRequest: StaticStructureSchema;
|
|
175
198
|
export declare var CreateContactResponse: StaticStructureSchema;
|
|
199
|
+
export declare var CreateDataTableAttributeRequest: StaticStructureSchema;
|
|
200
|
+
export declare var CreateDataTableAttributeResponse: StaticStructureSchema;
|
|
201
|
+
export declare var CreateDataTableRequest: StaticStructureSchema;
|
|
202
|
+
export declare var CreateDataTableResponse: StaticStructureSchema;
|
|
176
203
|
export declare var CreateEmailAddressRequest: StaticStructureSchema;
|
|
177
204
|
export declare var CreateEmailAddressResponse: StaticStructureSchema;
|
|
178
205
|
export declare var CreateEvaluationFormRequest: StaticStructureSchema;
|
|
@@ -220,6 +247,10 @@ export declare var CreateViewVersionRequest: StaticStructureSchema;
|
|
|
220
247
|
export declare var CreateViewVersionResponse: StaticStructureSchema;
|
|
221
248
|
export declare var CreateVocabularyRequest: StaticStructureSchema;
|
|
222
249
|
export declare var CreateVocabularyResponse: StaticStructureSchema;
|
|
250
|
+
export declare var CreateWorkspacePageRequest: StaticStructureSchema;
|
|
251
|
+
export declare var CreateWorkspacePageResponse: StaticStructureSchema;
|
|
252
|
+
export declare var CreateWorkspaceRequest: StaticStructureSchema;
|
|
253
|
+
export declare var CreateWorkspaceResponse: StaticStructureSchema;
|
|
223
254
|
export declare var Credentials: StaticStructureSchema;
|
|
224
255
|
export declare var CrossChannelBehavior: StaticStructureSchema;
|
|
225
256
|
export declare var CurrentMetric: StaticStructureSchema;
|
|
@@ -229,6 +260,19 @@ export declare var CurrentMetricSortCriteria: StaticStructureSchema;
|
|
|
229
260
|
export declare var Customer: StaticStructureSchema;
|
|
230
261
|
export declare var CustomerQualityMetrics: StaticStructureSchema;
|
|
231
262
|
export declare var CustomerVoiceActivity: StaticStructureSchema;
|
|
263
|
+
export declare var DataTable: StaticStructureSchema;
|
|
264
|
+
export declare var DataTableAccessControlConfiguration: StaticStructureSchema;
|
|
265
|
+
export declare var DataTableAttribute: StaticStructureSchema;
|
|
266
|
+
export declare var DataTableDeleteValueIdentifier: StaticStructureSchema;
|
|
267
|
+
export declare var DataTableEvaluatedValue: StaticStructureSchema;
|
|
268
|
+
export declare var DataTableLockVersion: StaticStructureSchema;
|
|
269
|
+
export declare var DataTableSearchCriteria: StaticStructureSchema;
|
|
270
|
+
export declare var DataTableSearchFilter: StaticStructureSchema;
|
|
271
|
+
export declare var DataTableSummary: StaticStructureSchema;
|
|
272
|
+
export declare var DataTableValue: StaticStructureSchema;
|
|
273
|
+
export declare var DataTableValueEvaluationSet: StaticStructureSchema;
|
|
274
|
+
export declare var DataTableValueIdentifier: StaticStructureSchema;
|
|
275
|
+
export declare var DataTableValueSummary: StaticStructureSchema;
|
|
232
276
|
export declare var DateCondition: StaticStructureSchema;
|
|
233
277
|
export declare var DateReference: StaticStructureSchema;
|
|
234
278
|
export declare var DateTimeCondition: StaticStructureSchema;
|
|
@@ -249,6 +293,10 @@ export declare var DeleteContactFlowRequest: StaticStructureSchema;
|
|
|
249
293
|
export declare var DeleteContactFlowResponse: StaticStructureSchema;
|
|
250
294
|
export declare var DeleteContactFlowVersionRequest: StaticStructureSchema;
|
|
251
295
|
export declare var DeleteContactFlowVersionResponse: StaticStructureSchema;
|
|
296
|
+
export declare var DeleteDataTableAttributeRequest: StaticStructureSchema;
|
|
297
|
+
export declare var DeleteDataTableAttributeResponse: StaticStructureSchema;
|
|
298
|
+
export declare var DeleteDataTableRequest: StaticStructureSchema;
|
|
299
|
+
export declare var DeleteDataTableResponse: StaticStructureSchema;
|
|
252
300
|
export declare var DeleteEmailAddressRequest: StaticStructureSchema;
|
|
253
301
|
export declare var DeleteEmailAddressResponse: StaticStructureSchema;
|
|
254
302
|
export declare var DeleteEvaluationFormRequest: StaticStructureSchema;
|
|
@@ -278,6 +326,12 @@ export declare var DeleteViewVersionRequest: StaticStructureSchema;
|
|
|
278
326
|
export declare var DeleteViewVersionResponse: StaticStructureSchema;
|
|
279
327
|
export declare var DeleteVocabularyRequest: StaticStructureSchema;
|
|
280
328
|
export declare var DeleteVocabularyResponse: StaticStructureSchema;
|
|
329
|
+
export declare var DeleteWorkspaceMediaRequest: StaticStructureSchema;
|
|
330
|
+
export declare var DeleteWorkspaceMediaResponse: StaticStructureSchema;
|
|
331
|
+
export declare var DeleteWorkspacePageRequest: StaticStructureSchema;
|
|
332
|
+
export declare var DeleteWorkspacePageResponse: StaticStructureSchema;
|
|
333
|
+
export declare var DeleteWorkspaceRequest: StaticStructureSchema;
|
|
334
|
+
export declare var DeleteWorkspaceResponse: StaticStructureSchema;
|
|
281
335
|
export declare var DescribeAgentStatusRequest: StaticStructureSchema;
|
|
282
336
|
export declare var DescribeAgentStatusResponse: StaticStructureSchema;
|
|
283
337
|
export declare var DescribeAuthenticationProfileRequest: StaticStructureSchema;
|
|
@@ -292,6 +346,10 @@ export declare var DescribeContactFlowRequest: StaticStructureSchema;
|
|
|
292
346
|
export declare var DescribeContactFlowResponse: StaticStructureSchema;
|
|
293
347
|
export declare var DescribeContactRequest: StaticStructureSchema;
|
|
294
348
|
export declare var DescribeContactResponse: StaticStructureSchema;
|
|
349
|
+
export declare var DescribeDataTableAttributeRequest: StaticStructureSchema;
|
|
350
|
+
export declare var DescribeDataTableAttributeResponse: StaticStructureSchema;
|
|
351
|
+
export declare var DescribeDataTableRequest: StaticStructureSchema;
|
|
352
|
+
export declare var DescribeDataTableResponse: StaticStructureSchema;
|
|
295
353
|
export declare var DescribeEmailAddressRequest: StaticStructureSchema;
|
|
296
354
|
export declare var DescribeEmailAddressResponse: StaticStructureSchema;
|
|
297
355
|
export declare var DescribeEvaluationFormRequest: StaticStructureSchema;
|
|
@@ -334,6 +392,8 @@ export declare var DescribeViewRequest: StaticStructureSchema;
|
|
|
334
392
|
export declare var DescribeViewResponse: StaticStructureSchema;
|
|
335
393
|
export declare var DescribeVocabularyRequest: StaticStructureSchema;
|
|
336
394
|
export declare var DescribeVocabularyResponse: StaticStructureSchema;
|
|
395
|
+
export declare var DescribeWorkspaceRequest: StaticStructureSchema;
|
|
396
|
+
export declare var DescribeWorkspaceResponse: StaticStructureSchema;
|
|
337
397
|
export declare var DestinationNotAllowedException: StaticErrorSchema;
|
|
338
398
|
export declare var DeviceInfo: StaticStructureSchema;
|
|
339
399
|
export declare var Dimensions: StaticStructureSchema;
|
|
@@ -351,9 +411,12 @@ export declare var DisassociatePhoneNumberContactFlowRequest: StaticStructureSch
|
|
|
351
411
|
export declare var DisassociateQueueQuickConnectsRequest: StaticStructureSchema;
|
|
352
412
|
export declare var DisassociateRoutingProfileQueuesRequest: StaticStructureSchema;
|
|
353
413
|
export declare var DisassociateSecurityKeyRequest: StaticStructureSchema;
|
|
414
|
+
export declare var DisassociateSecurityProfilesRequest: StaticStructureSchema;
|
|
354
415
|
export declare var DisassociateTrafficDistributionGroupUserRequest: StaticStructureSchema;
|
|
355
416
|
export declare var DisassociateTrafficDistributionGroupUserResponse: StaticStructureSchema;
|
|
356
417
|
export declare var DisassociateUserProficienciesRequest: StaticStructureSchema;
|
|
418
|
+
export declare var DisassociateWorkspaceRequest: StaticStructureSchema;
|
|
419
|
+
export declare var DisassociateWorkspaceResponse: StaticStructureSchema;
|
|
357
420
|
export declare var DisconnectDetails: StaticStructureSchema;
|
|
358
421
|
export declare var DisconnectReason: StaticStructureSchema;
|
|
359
422
|
export declare var DismissUserContactRequest: StaticStructureSchema;
|
|
@@ -376,6 +439,8 @@ export declare var EndAssociatedTasksActionDefinition: StaticStructureSchema;
|
|
|
376
439
|
export declare var Endpoint: StaticStructureSchema;
|
|
377
440
|
export declare var EndpointInfo: StaticStructureSchema;
|
|
378
441
|
export declare var ErrorResult: StaticStructureSchema;
|
|
442
|
+
export declare var EvaluateDataTableValuesRequest: StaticStructureSchema;
|
|
443
|
+
export declare var EvaluateDataTableValuesResponse: StaticStructureSchema;
|
|
379
444
|
export declare var Evaluation: StaticStructureSchema;
|
|
380
445
|
export declare var EvaluationAcknowledgement: StaticStructureSchema;
|
|
381
446
|
export declare var EvaluationAcknowledgementSummary: StaticStructureSchema;
|
|
@@ -383,6 +448,7 @@ export declare var EvaluationAnswerInput: StaticStructureSchema;
|
|
|
383
448
|
export declare var EvaluationAnswerOutput: StaticStructureSchema;
|
|
384
449
|
export declare var EvaluationAutomationRuleCategory: StaticStructureSchema;
|
|
385
450
|
export declare var EvaluationContactLensAnswerAnalysisDetails: StaticStructureSchema;
|
|
451
|
+
export declare var EvaluationContactParticipant: StaticStructureSchema;
|
|
386
452
|
export declare var EvaluationForm: StaticStructureSchema;
|
|
387
453
|
export declare var EvaluationFormAutoEvaluationConfiguration: StaticStructureSchema;
|
|
388
454
|
export declare var EvaluationFormContent: StaticStructureSchema;
|
|
@@ -391,6 +457,10 @@ export declare var EvaluationFormItemEnablementConfiguration: StaticStructureSch
|
|
|
391
457
|
export declare var EvaluationFormItemEnablementExpression: StaticStructureSchema;
|
|
392
458
|
export declare var EvaluationFormItemEnablementSource: StaticStructureSchema;
|
|
393
459
|
export declare var EvaluationFormItemEnablementSourceValue: StaticStructureSchema;
|
|
460
|
+
export declare var EvaluationFormLanguageConfiguration: StaticStructureSchema;
|
|
461
|
+
export declare var EvaluationFormMultiSelectQuestionAutomation: StaticStructureSchema;
|
|
462
|
+
export declare var EvaluationFormMultiSelectQuestionOption: StaticStructureSchema;
|
|
463
|
+
export declare var EvaluationFormMultiSelectQuestionProperties: StaticStructureSchema;
|
|
394
464
|
export declare var EvaluationFormNumericQuestionOption: StaticStructureSchema;
|
|
395
465
|
export declare var EvaluationFormNumericQuestionProperties: StaticStructureSchema;
|
|
396
466
|
export declare var EvaluationFormQuestion: StaticStructureSchema;
|
|
@@ -404,6 +474,7 @@ export declare var EvaluationFormSingleSelectQuestionAutomation: StaticStructure
|
|
|
404
474
|
export declare var EvaluationFormSingleSelectQuestionOption: StaticStructureSchema;
|
|
405
475
|
export declare var EvaluationFormSingleSelectQuestionProperties: StaticStructureSchema;
|
|
406
476
|
export declare var EvaluationFormSummary: StaticStructureSchema;
|
|
477
|
+
export declare var EvaluationFormTargetConfiguration: StaticStructureSchema;
|
|
407
478
|
export declare var EvaluationFormTextQuestionAutomation: StaticStructureSchema;
|
|
408
479
|
export declare var EvaluationFormTextQuestionProperties: StaticStructureSchema;
|
|
409
480
|
export declare var EvaluationFormVersionSummary: StaticStructureSchema;
|
|
@@ -424,12 +495,17 @@ export declare var EventBridgeActionDefinition: StaticStructureSchema;
|
|
|
424
495
|
export declare var Expiry: StaticStructureSchema;
|
|
425
496
|
export declare var Expression: StaticStructureSchema;
|
|
426
497
|
export declare var ExternalInvocationConfiguration: StaticStructureSchema;
|
|
498
|
+
export declare var FailedBatchAssociationSummary: StaticStructureSchema;
|
|
427
499
|
export declare var FailedRequest: StaticStructureSchema;
|
|
428
500
|
export declare var FieldValue: StaticStructureSchema;
|
|
429
501
|
export declare var FieldValueUnion: StaticStructureSchema;
|
|
430
502
|
export declare var Filters: StaticStructureSchema;
|
|
431
503
|
export declare var FilterV2: StaticStructureSchema;
|
|
504
|
+
export declare var FilterV2StringCondition: StaticStructureSchema;
|
|
432
505
|
export declare var FlowAssociationSummary: StaticStructureSchema;
|
|
506
|
+
export declare var FlowModule: StaticStructureSchema;
|
|
507
|
+
export declare var FlowQuickConnectConfig: StaticStructureSchema;
|
|
508
|
+
export declare var FontFamily: StaticStructureSchema;
|
|
433
509
|
export declare var GetAttachedFileRequest: StaticStructureSchema;
|
|
434
510
|
export declare var GetAttachedFileResponse: StaticStructureSchema;
|
|
435
511
|
export declare var GetContactAttributesRequest: StaticStructureSchema;
|
|
@@ -456,6 +532,7 @@ export declare var GetTaskTemplateRequest: StaticStructureSchema;
|
|
|
456
532
|
export declare var GetTaskTemplateResponse: StaticStructureSchema;
|
|
457
533
|
export declare var GetTrafficDistributionRequest: StaticStructureSchema;
|
|
458
534
|
export declare var GetTrafficDistributionResponse: StaticStructureSchema;
|
|
535
|
+
export declare var GranularAccessControlConfiguration: StaticStructureSchema;
|
|
459
536
|
export declare var HierarchyGroup: StaticStructureSchema;
|
|
460
537
|
export declare var HierarchyGroupCondition: StaticStructureSchema;
|
|
461
538
|
export declare var HierarchyGroups: StaticStructureSchema;
|
|
@@ -480,8 +557,11 @@ export declare var HoursOfOperationSearchFilter: StaticStructureSchema;
|
|
|
480
557
|
export declare var HoursOfOperationSummary: StaticStructureSchema;
|
|
481
558
|
export declare var HoursOfOperationTimeSlice: StaticStructureSchema;
|
|
482
559
|
export declare var IdempotencyException: StaticErrorSchema;
|
|
560
|
+
export declare var ImagesLogo: StaticStructureSchema;
|
|
483
561
|
export declare var ImportPhoneNumberRequest: StaticStructureSchema;
|
|
484
562
|
export declare var ImportPhoneNumberResponse: StaticStructureSchema;
|
|
563
|
+
export declare var ImportWorkspaceMediaRequest: StaticStructureSchema;
|
|
564
|
+
export declare var ImportWorkspaceMediaResponse: StaticStructureSchema;
|
|
485
565
|
export declare var InboundAdditionalRecipients: StaticStructureSchema;
|
|
486
566
|
export declare var InboundEmailContent: StaticStructureSchema;
|
|
487
567
|
export declare var InboundRawMessage: StaticStructureSchema;
|
|
@@ -534,8 +614,18 @@ export declare var ListContactFlowVersionsRequest: StaticStructureSchema;
|
|
|
534
614
|
export declare var ListContactFlowVersionsResponse: StaticStructureSchema;
|
|
535
615
|
export declare var ListContactReferencesRequest: StaticStructureSchema;
|
|
536
616
|
export declare var ListContactReferencesResponse: StaticStructureSchema;
|
|
617
|
+
export declare var ListDataTableAttributesRequest: StaticStructureSchema;
|
|
618
|
+
export declare var ListDataTableAttributesResponse: StaticStructureSchema;
|
|
619
|
+
export declare var ListDataTablePrimaryValuesRequest: StaticStructureSchema;
|
|
620
|
+
export declare var ListDataTablePrimaryValuesResponse: StaticStructureSchema;
|
|
621
|
+
export declare var ListDataTablesRequest: StaticStructureSchema;
|
|
622
|
+
export declare var ListDataTablesResponse: StaticStructureSchema;
|
|
623
|
+
export declare var ListDataTableValuesRequest: StaticStructureSchema;
|
|
624
|
+
export declare var ListDataTableValuesResponse: StaticStructureSchema;
|
|
537
625
|
export declare var ListDefaultVocabulariesRequest: StaticStructureSchema;
|
|
538
626
|
export declare var ListDefaultVocabulariesResponse: StaticStructureSchema;
|
|
627
|
+
export declare var ListEntitySecurityProfilesRequest: StaticStructureSchema;
|
|
628
|
+
export declare var ListEntitySecurityProfilesResponse: StaticStructureSchema;
|
|
539
629
|
export declare var ListEvaluationFormsRequest: StaticStructureSchema;
|
|
540
630
|
export declare var ListEvaluationFormsResponse: StaticStructureSchema;
|
|
541
631
|
export declare var ListEvaluationFormVersionsRequest: StaticStructureSchema;
|
|
@@ -587,6 +677,8 @@ export declare var ListSecurityKeysRequest: StaticStructureSchema;
|
|
|
587
677
|
export declare var ListSecurityKeysResponse: StaticStructureSchema;
|
|
588
678
|
export declare var ListSecurityProfileApplicationsRequest: StaticStructureSchema;
|
|
589
679
|
export declare var ListSecurityProfileApplicationsResponse: StaticStructureSchema;
|
|
680
|
+
export declare var ListSecurityProfileFlowModulesRequest: StaticStructureSchema;
|
|
681
|
+
export declare var ListSecurityProfileFlowModulesResponse: StaticStructureSchema;
|
|
590
682
|
export declare var ListSecurityProfilePermissionsRequest: StaticStructureSchema;
|
|
591
683
|
export declare var ListSecurityProfilePermissionsResponse: StaticStructureSchema;
|
|
592
684
|
export declare var ListSecurityProfilesRequest: StaticStructureSchema;
|
|
@@ -611,9 +703,16 @@ export declare var ListViewsRequest: StaticStructureSchema;
|
|
|
611
703
|
export declare var ListViewsResponse: StaticStructureSchema;
|
|
612
704
|
export declare var ListViewVersionsRequest: StaticStructureSchema;
|
|
613
705
|
export declare var ListViewVersionsResponse: StaticStructureSchema;
|
|
706
|
+
export declare var ListWorkspaceMediaRequest: StaticStructureSchema;
|
|
707
|
+
export declare var ListWorkspaceMediaResponse: StaticStructureSchema;
|
|
708
|
+
export declare var ListWorkspacePagesRequest: StaticStructureSchema;
|
|
709
|
+
export declare var ListWorkspacePagesResponse: StaticStructureSchema;
|
|
710
|
+
export declare var ListWorkspacesRequest: StaticStructureSchema;
|
|
711
|
+
export declare var ListWorkspacesResponse: StaticStructureSchema;
|
|
614
712
|
export declare var MatchCriteria: StaticStructureSchema;
|
|
615
713
|
export declare var MaximumResultReturnedException: StaticErrorSchema;
|
|
616
714
|
export declare var MediaConcurrency: StaticStructureSchema;
|
|
715
|
+
export declare var MediaItem: StaticStructureSchema;
|
|
617
716
|
export declare var MediaPlacement: StaticStructureSchema;
|
|
618
717
|
export declare var Meeting: StaticStructureSchema;
|
|
619
718
|
export declare var MeetingFeaturesConfiguration: StaticStructureSchema;
|
|
@@ -624,8 +723,10 @@ export declare var MetricResultV2: StaticStructureSchema;
|
|
|
624
723
|
export declare var MetricV2: StaticStructureSchema;
|
|
625
724
|
export declare var MonitorContactRequest: StaticStructureSchema;
|
|
626
725
|
export declare var MonitorContactResponse: StaticStructureSchema;
|
|
726
|
+
export declare var MultiSelectQuestionRuleCategoryAutomation: StaticStructureSchema;
|
|
627
727
|
export declare var NameCriteria: StaticStructureSchema;
|
|
628
728
|
export declare var NewSessionDetails: StaticStructureSchema;
|
|
729
|
+
export declare var NextContactEntry: StaticStructureSchema;
|
|
629
730
|
export declare var NotificationRecipientType: StaticStructureSchema;
|
|
630
731
|
export declare var NumberCondition: StaticStructureSchema;
|
|
631
732
|
export declare var NumberReference: StaticStructureSchema;
|
|
@@ -641,7 +742,12 @@ export declare var OutboundStrategy: StaticStructureSchema;
|
|
|
641
742
|
export declare var OutboundStrategyConfig: StaticStructureSchema;
|
|
642
743
|
export declare var OutputTypeNotFoundException: StaticErrorSchema;
|
|
643
744
|
export declare var OverrideTimeSlice: StaticStructureSchema;
|
|
745
|
+
export declare var PaletteCanvas: StaticStructureSchema;
|
|
746
|
+
export declare var PaletteHeader: StaticStructureSchema;
|
|
747
|
+
export declare var PaletteNavigation: StaticStructureSchema;
|
|
748
|
+
export declare var PalettePrimary: StaticStructureSchema;
|
|
644
749
|
export declare var ParticipantCapabilities: StaticStructureSchema;
|
|
750
|
+
export declare var ParticipantConfiguration: StaticStructureSchema;
|
|
645
751
|
export declare var ParticipantDetails: StaticStructureSchema;
|
|
646
752
|
export declare var ParticipantDetailsToAdd: StaticStructureSchema;
|
|
647
753
|
export declare var ParticipantMetrics: StaticStructureSchema;
|
|
@@ -659,6 +765,11 @@ export declare var PredefinedAttributeConfiguration: StaticStructureSchema;
|
|
|
659
765
|
export declare var PredefinedAttributeSearchCriteria: StaticStructureSchema;
|
|
660
766
|
export declare var PredefinedAttributeSummary: StaticStructureSchema;
|
|
661
767
|
export declare var Preview: StaticStructureSchema;
|
|
768
|
+
export declare var PrimaryAttributeAccessControlConfigurationItem: StaticStructureSchema;
|
|
769
|
+
export declare var PrimaryAttributeValue: StaticStructureSchema;
|
|
770
|
+
export declare var PrimaryAttributeValueFilter: StaticStructureSchema;
|
|
771
|
+
export declare var PrimaryValue: StaticStructureSchema;
|
|
772
|
+
export declare var PrimaryValueResponse: StaticStructureSchema;
|
|
662
773
|
export declare var ProblemDetail: StaticStructureSchema;
|
|
663
774
|
export declare var Prompt: StaticStructureSchema;
|
|
664
775
|
export declare var PromptSearchCriteria: StaticStructureSchema;
|
|
@@ -679,6 +790,7 @@ export declare var QueueSearchFilter: StaticStructureSchema;
|
|
|
679
790
|
export declare var QueueSummary: StaticStructureSchema;
|
|
680
791
|
export declare var QuickConnect: StaticStructureSchema;
|
|
681
792
|
export declare var QuickConnectConfig: StaticStructureSchema;
|
|
793
|
+
export declare var QuickConnectContactData: StaticStructureSchema;
|
|
682
794
|
export declare var QuickConnectSearchCriteria: StaticStructureSchema;
|
|
683
795
|
export declare var QuickConnectSearchFilter: StaticStructureSchema;
|
|
684
796
|
export declare var QuickConnectSummary: StaticStructureSchema;
|
|
@@ -699,6 +811,7 @@ export declare var RealTimeContactAnalysisTranscriptItemRedaction: StaticStructu
|
|
|
699
811
|
export declare var RealTimeContactAnalysisTranscriptItemWithCharacterOffsets: StaticStructureSchema;
|
|
700
812
|
export declare var RealTimeContactAnalysisTranscriptItemWithContent: StaticStructureSchema;
|
|
701
813
|
export declare var RecordingInfo: StaticStructureSchema;
|
|
814
|
+
export declare var RecordPrimaryValue: StaticStructureSchema;
|
|
702
815
|
export declare var Reference: StaticStructureSchema;
|
|
703
816
|
export declare var ReleasePhoneNumberRequest: StaticStructureSchema;
|
|
704
817
|
export declare var ReplicateInstanceRequest: StaticStructureSchema;
|
|
@@ -758,6 +871,8 @@ export declare var SearchContactsResponse: StaticStructureSchema;
|
|
|
758
871
|
export declare var SearchContactsTimeRange: StaticStructureSchema;
|
|
759
872
|
export declare var SearchContactsTimestampCondition: StaticStructureSchema;
|
|
760
873
|
export declare var SearchCriteria: StaticStructureSchema;
|
|
874
|
+
export declare var SearchDataTablesRequest: StaticStructureSchema;
|
|
875
|
+
export declare var SearchDataTablesResponse: StaticStructureSchema;
|
|
761
876
|
export declare var SearchEmailAddressesRequest: StaticStructureSchema;
|
|
762
877
|
export declare var SearchEmailAddressesResponse: StaticStructureSchema;
|
|
763
878
|
export declare var SearchEvaluationFormsRequest: StaticStructureSchema;
|
|
@@ -784,10 +899,17 @@ export declare var SearchUserHierarchyGroupsRequest: StaticStructureSchema;
|
|
|
784
899
|
export declare var SearchUserHierarchyGroupsResponse: StaticStructureSchema;
|
|
785
900
|
export declare var SearchUsersRequest: StaticStructureSchema;
|
|
786
901
|
export declare var SearchUsersResponse: StaticStructureSchema;
|
|
902
|
+
export declare var SearchViewsRequest: StaticStructureSchema;
|
|
903
|
+
export declare var SearchViewsResponse: StaticStructureSchema;
|
|
787
904
|
export declare var SearchVocabulariesRequest: StaticStructureSchema;
|
|
788
905
|
export declare var SearchVocabulariesResponse: StaticStructureSchema;
|
|
906
|
+
export declare var SearchWorkspaceAssociationsRequest: StaticStructureSchema;
|
|
907
|
+
export declare var SearchWorkspaceAssociationsResponse: StaticStructureSchema;
|
|
908
|
+
export declare var SearchWorkspacesRequest: StaticStructureSchema;
|
|
909
|
+
export declare var SearchWorkspacesResponse: StaticStructureSchema;
|
|
789
910
|
export declare var SecurityKey: StaticStructureSchema;
|
|
790
911
|
export declare var SecurityProfile: StaticStructureSchema;
|
|
912
|
+
export declare var SecurityProfileItem: StaticStructureSchema;
|
|
791
913
|
export declare var SecurityProfileSearchCriteria: StaticStructureSchema;
|
|
792
914
|
export declare var SecurityProfileSearchSummary: StaticStructureSchema;
|
|
793
915
|
export declare var SecurityProfilesSearchFilter: StaticStructureSchema;
|
|
@@ -810,6 +932,8 @@ export declare var StartChatContactRequest: StaticStructureSchema;
|
|
|
810
932
|
export declare var StartChatContactResponse: StaticStructureSchema;
|
|
811
933
|
export declare var StartContactEvaluationRequest: StaticStructureSchema;
|
|
812
934
|
export declare var StartContactEvaluationResponse: StaticStructureSchema;
|
|
935
|
+
export declare var StartContactMediaProcessingRequest: StaticStructureSchema;
|
|
936
|
+
export declare var StartContactMediaProcessingResponse: StaticStructureSchema;
|
|
813
937
|
export declare var StartContactRecordingRequest: StaticStructureSchema;
|
|
814
938
|
export declare var StartContactRecordingResponse: StaticStructureSchema;
|
|
815
939
|
export declare var StartContactStreamingRequest: StaticStructureSchema;
|
|
@@ -830,6 +954,8 @@ export declare var StartWebRTCContactRequest: StaticStructureSchema;
|
|
|
830
954
|
export declare var StartWebRTCContactResponse: StaticStructureSchema;
|
|
831
955
|
export declare var StateTransition: StaticStructureSchema;
|
|
832
956
|
export declare var Step: StaticStructureSchema;
|
|
957
|
+
export declare var StopContactMediaProcessingRequest: StaticStructureSchema;
|
|
958
|
+
export declare var StopContactMediaProcessingResponse: StaticStructureSchema;
|
|
833
959
|
export declare var StopContactRecordingRequest: StaticStructureSchema;
|
|
834
960
|
export declare var StopContactRecordingResponse: StaticStructureSchema;
|
|
835
961
|
export declare var StopContactRequest: StaticStructureSchema;
|
|
@@ -841,6 +967,7 @@ export declare var StringReference: StaticStructureSchema;
|
|
|
841
967
|
export declare var SubmitAutoEvaluationActionDefinition: StaticStructureSchema;
|
|
842
968
|
export declare var SubmitContactEvaluationRequest: StaticStructureSchema;
|
|
843
969
|
export declare var SubmitContactEvaluationResponse: StaticStructureSchema;
|
|
970
|
+
export declare var SuccessfulBatchAssociationSummary: StaticStructureSchema;
|
|
844
971
|
export declare var SuccessfulRequest: StaticStructureSchema;
|
|
845
972
|
export declare var SuspendContactRecordingRequest: StaticStructureSchema;
|
|
846
973
|
export declare var SuspendContactRecordingResponse: StaticStructureSchema;
|
|
@@ -900,6 +1027,12 @@ export declare var UpdateContactRoutingDataRequest: StaticStructureSchema;
|
|
|
900
1027
|
export declare var UpdateContactRoutingDataResponse: StaticStructureSchema;
|
|
901
1028
|
export declare var UpdateContactScheduleRequest: StaticStructureSchema;
|
|
902
1029
|
export declare var UpdateContactScheduleResponse: StaticStructureSchema;
|
|
1030
|
+
export declare var UpdateDataTableAttributeRequest: StaticStructureSchema;
|
|
1031
|
+
export declare var UpdateDataTableAttributeResponse: StaticStructureSchema;
|
|
1032
|
+
export declare var UpdateDataTableMetadataRequest: StaticStructureSchema;
|
|
1033
|
+
export declare var UpdateDataTableMetadataResponse: StaticStructureSchema;
|
|
1034
|
+
export declare var UpdateDataTablePrimaryValuesRequest: StaticStructureSchema;
|
|
1035
|
+
export declare var UpdateDataTablePrimaryValuesResponse: StaticStructureSchema;
|
|
903
1036
|
export declare var UpdateEmailAddressMetadataRequest: StaticStructureSchema;
|
|
904
1037
|
export declare var UpdateEmailAddressMetadataResponse: StaticStructureSchema;
|
|
905
1038
|
export declare var UpdateEvaluationFormRequest: StaticStructureSchema;
|
|
@@ -949,6 +1082,14 @@ export declare var UpdateViewContentRequest: StaticStructureSchema;
|
|
|
949
1082
|
export declare var UpdateViewContentResponse: StaticStructureSchema;
|
|
950
1083
|
export declare var UpdateViewMetadataRequest: StaticStructureSchema;
|
|
951
1084
|
export declare var UpdateViewMetadataResponse: StaticStructureSchema;
|
|
1085
|
+
export declare var UpdateWorkspaceMetadataRequest: StaticStructureSchema;
|
|
1086
|
+
export declare var UpdateWorkspaceMetadataResponse: StaticStructureSchema;
|
|
1087
|
+
export declare var UpdateWorkspacePageRequest: StaticStructureSchema;
|
|
1088
|
+
export declare var UpdateWorkspacePageResponse: StaticStructureSchema;
|
|
1089
|
+
export declare var UpdateWorkspaceThemeRequest: StaticStructureSchema;
|
|
1090
|
+
export declare var UpdateWorkspaceThemeResponse: StaticStructureSchema;
|
|
1091
|
+
export declare var UpdateWorkspaceVisibilityRequest: StaticStructureSchema;
|
|
1092
|
+
export declare var UpdateWorkspaceVisibilityResponse: StaticStructureSchema;
|
|
952
1093
|
export declare var UploadUrlMetadata: StaticStructureSchema;
|
|
953
1094
|
export declare var UrlReference: StaticStructureSchema;
|
|
954
1095
|
export declare var UseCase: StaticStructureSchema;
|
|
@@ -970,15 +1111,33 @@ export declare var UserSearchCriteria: StaticStructureSchema;
|
|
|
970
1111
|
export declare var UserSearchFilter: StaticStructureSchema;
|
|
971
1112
|
export declare var UserSearchSummary: StaticStructureSchema;
|
|
972
1113
|
export declare var UserSummary: StaticStructureSchema;
|
|
1114
|
+
export declare var Validation: StaticStructureSchema;
|
|
1115
|
+
export declare var ValidationEnum: StaticStructureSchema;
|
|
973
1116
|
export declare var View: StaticStructureSchema;
|
|
974
1117
|
export declare var ViewContent: StaticStructureSchema;
|
|
975
1118
|
export declare var ViewInputContent: StaticStructureSchema;
|
|
1119
|
+
export declare var ViewSearchCriteria: StaticStructureSchema;
|
|
1120
|
+
export declare var ViewSearchFilter: StaticStructureSchema;
|
|
976
1121
|
export declare var ViewSummary: StaticStructureSchema;
|
|
977
1122
|
export declare var ViewVersionSummary: StaticStructureSchema;
|
|
978
1123
|
export declare var Vocabulary: StaticStructureSchema;
|
|
979
1124
|
export declare var VocabularySummary: StaticStructureSchema;
|
|
980
1125
|
export declare var VoiceRecordingConfiguration: StaticStructureSchema;
|
|
981
1126
|
export declare var WisdomInfo: StaticStructureSchema;
|
|
1127
|
+
export declare var Workspace: StaticStructureSchema;
|
|
1128
|
+
export declare var WorkspaceAssociationSearchCriteria: StaticStructureSchema;
|
|
1129
|
+
export declare var WorkspaceAssociationSearchFilter: StaticStructureSchema;
|
|
1130
|
+
export declare var WorkspaceAssociationSearchSummary: StaticStructureSchema;
|
|
1131
|
+
export declare var WorkspacePage: StaticStructureSchema;
|
|
1132
|
+
export declare var WorkspaceSearchCriteria: StaticStructureSchema;
|
|
1133
|
+
export declare var WorkspaceSearchFilter: StaticStructureSchema;
|
|
1134
|
+
export declare var WorkspaceSearchSummary: StaticStructureSchema;
|
|
1135
|
+
export declare var WorkspaceSummary: StaticStructureSchema;
|
|
1136
|
+
export declare var WorkspaceTheme: StaticStructureSchema;
|
|
1137
|
+
export declare var WorkspaceThemeConfig: StaticStructureSchema;
|
|
1138
|
+
export declare var WorkspaceThemeImages: StaticStructureSchema;
|
|
1139
|
+
export declare var WorkspaceThemePalette: StaticStructureSchema;
|
|
1140
|
+
export declare var WorkspaceThemeTypography: StaticStructureSchema;
|
|
982
1141
|
export declare var __Unit: "unit";
|
|
983
1142
|
export declare var ConnectServiceException: StaticErrorSchema;
|
|
984
1143
|
export declare var ActionSummaries: StaticListSchema;
|
|
@@ -991,7 +1150,9 @@ export declare var AgentStatusList: StaticListSchema;
|
|
|
991
1150
|
export declare var AgentStatusSearchConditionList: StaticListSchema;
|
|
992
1151
|
export declare var AgentStatusSummaryList: StaticListSchema;
|
|
993
1152
|
export declare var AgentStatusTypes: number;
|
|
1153
|
+
export declare var AiAgents: StaticListSchema;
|
|
994
1154
|
export declare var AliasConfigurationList: StaticListSchema;
|
|
1155
|
+
export declare var AllowedFlowModules: StaticListSchema;
|
|
995
1156
|
export declare var AllowedMonitorCapabilities: number;
|
|
996
1157
|
export declare var AllowedUserActions: number;
|
|
997
1158
|
export declare var AnalyticsDataAssociationResults: StaticListSchema;
|
|
@@ -1002,15 +1163,27 @@ export declare var AssociatedContactSummaryList: StaticListSchema;
|
|
|
1002
1163
|
export declare var AssociatedQueueIdList: number;
|
|
1003
1164
|
export declare var AttachedFileErrorsList: StaticListSchema;
|
|
1004
1165
|
export declare var AttachedFilesList: StaticListSchema;
|
|
1166
|
+
export declare var AttributeIds: number;
|
|
1167
|
+
export declare var AttributeList: StaticListSchema;
|
|
1168
|
+
export declare var AttributeNameList: number;
|
|
1005
1169
|
export declare var AttributeOrConditionList: StaticListSchema;
|
|
1006
1170
|
export declare var AttributesList: StaticListSchema;
|
|
1007
1171
|
export declare var AuthenticationProfileSummaryList: StaticListSchema;
|
|
1008
1172
|
export declare var AvailableNumbersList: StaticListSchema;
|
|
1173
|
+
export declare var BatchCreateDataTableValueFailureResultList: StaticListSchema;
|
|
1174
|
+
export declare var BatchCreateDataTableValueSuccessResultList: StaticListSchema;
|
|
1175
|
+
export declare var BatchDeleteDataTableValueFailureResultList: StaticListSchema;
|
|
1176
|
+
export declare var BatchDeleteDataTableValueSuccessResultList: StaticListSchema;
|
|
1177
|
+
export declare var BatchDescribeDataTableValueFailureResultList: StaticListSchema;
|
|
1178
|
+
export declare var BatchDescribeDataTableValueSuccessResultList: StaticListSchema;
|
|
1179
|
+
export declare var BatchUpdateDataTableValueFailureResultList: StaticListSchema;
|
|
1180
|
+
export declare var BatchUpdateDataTableValueSuccessResultList: StaticListSchema;
|
|
1009
1181
|
export declare var ChannelList: number;
|
|
1010
1182
|
export declare var Channels: number;
|
|
1011
1183
|
export declare var CommonAttributeOrConditionList: StaticListSchema;
|
|
1012
1184
|
export declare var Conditions: StaticListSchema;
|
|
1013
1185
|
export declare var ContactDataRequestList: StaticListSchema;
|
|
1186
|
+
export declare var ContactFlowAttributeOrConditionList: StaticListSchema;
|
|
1014
1187
|
export declare var ContactFlowModuleAliasSummaryList: StaticListSchema;
|
|
1015
1188
|
export declare var ContactFlowModuleSearchConditionList: StaticListSchema;
|
|
1016
1189
|
export declare var ContactFlowModuleSearchSummaryList: StaticListSchema;
|
|
@@ -1031,6 +1204,15 @@ export declare var CurrentMetricResults: StaticListSchema;
|
|
|
1031
1204
|
export declare var CurrentMetrics: StaticListSchema;
|
|
1032
1205
|
export declare var CurrentMetricSortCriteriaMaxOne: StaticListSchema;
|
|
1033
1206
|
export declare var DataSetIds: number;
|
|
1207
|
+
export declare var DataTableDeleteValueIdentifierList: StaticListSchema;
|
|
1208
|
+
export declare var DataTableEvaluatedValueList: StaticListSchema;
|
|
1209
|
+
export declare var DataTableList: StaticListSchema;
|
|
1210
|
+
export declare var DataTableSearchConditionList: StaticListSchema;
|
|
1211
|
+
export declare var DataTableSummaryList: StaticListSchema;
|
|
1212
|
+
export declare var DataTableValueEvaluationSetList: StaticListSchema;
|
|
1213
|
+
export declare var DataTableValueIdentifierList: StaticListSchema;
|
|
1214
|
+
export declare var DataTableValueList: StaticListSchema;
|
|
1215
|
+
export declare var DataTableValueSummaryList: StaticListSchema;
|
|
1034
1216
|
export declare var DefaultVocabularyList: StaticListSchema;
|
|
1035
1217
|
export declare var DistributionList: StaticListSchema;
|
|
1036
1218
|
export declare var EffectiveHoursOfOperationList: StaticListSchema;
|
|
@@ -1040,10 +1222,13 @@ export declare var EmailAddressSearchConditionList: StaticListSchema;
|
|
|
1040
1222
|
export declare var EmailAttachments: StaticListSchema;
|
|
1041
1223
|
export declare var EmailRecipientsList: StaticListSchema;
|
|
1042
1224
|
export declare var ErrorResults: StaticListSchema;
|
|
1225
|
+
export declare var EvaluationAnswerDataStringValueList: number;
|
|
1043
1226
|
export declare var EvaluationAutomationRuleCategoryList: StaticListSchema;
|
|
1044
1227
|
export declare var EvaluationFormItemEnablementConditionOperandList: StaticListSchema;
|
|
1045
1228
|
export declare var EvaluationFormItemEnablementSourceValueList: StaticListSchema;
|
|
1046
1229
|
export declare var EvaluationFormItemsList: StaticListSchema;
|
|
1230
|
+
export declare var EvaluationFormMultiSelectQuestionAutomationOptionList: StaticListSchema;
|
|
1231
|
+
export declare var EvaluationFormMultiSelectQuestionOptionList: StaticListSchema;
|
|
1047
1232
|
export declare var EvaluationFormNumericQuestionOptionList: StaticListSchema;
|
|
1048
1233
|
export declare var EvaluationFormSearchConditionList: StaticListSchema;
|
|
1049
1234
|
export declare var EvaluationFormSearchSummaryList: StaticListSchema;
|
|
@@ -1057,6 +1242,7 @@ export declare var EvaluationSuggestedAnswersList: StaticListSchema;
|
|
|
1057
1242
|
export declare var EvaluationSummaryList: StaticListSchema;
|
|
1058
1243
|
export declare var EvaluationTranscriptPointsOfInterest: StaticListSchema;
|
|
1059
1244
|
export declare var Expressions: StaticListSchema;
|
|
1245
|
+
export declare var FailedBatchAssociationSummaryList: StaticListSchema;
|
|
1060
1246
|
export declare var FailedRequestList: StaticListSchema;
|
|
1061
1247
|
export declare var FieldValues: StaticListSchema;
|
|
1062
1248
|
export declare var FileIdList: number;
|
|
@@ -1089,11 +1275,13 @@ export declare var LexBotConfigList: StaticListSchema;
|
|
|
1089
1275
|
export declare var LexBotsList: StaticListSchema;
|
|
1090
1276
|
export declare var ListPhoneNumbersSummaryList: StaticListSchema;
|
|
1091
1277
|
export declare var MediaConcurrencies: StaticListSchema;
|
|
1278
|
+
export declare var MediaList: StaticListSchema;
|
|
1092
1279
|
export declare var MetricDataCollectionsV2: StaticListSchema;
|
|
1093
1280
|
export declare var MetricFiltersV2List: StaticListSchema;
|
|
1094
1281
|
export declare var MetricFilterValueList: number;
|
|
1095
1282
|
export declare var MetricResultsV2: StaticListSchema;
|
|
1096
1283
|
export declare var MetricsV2: StaticListSchema;
|
|
1284
|
+
export declare var NextContacts: StaticListSchema;
|
|
1097
1285
|
export declare var OperationalHours: StaticListSchema;
|
|
1098
1286
|
export declare var OriginsList: number;
|
|
1099
1287
|
export declare var ParticipantTimerConfigList: StaticListSchema;
|
|
@@ -1107,6 +1295,12 @@ export declare var PredefinedAttributeSearchConditionList: StaticListSchema;
|
|
|
1107
1295
|
export declare var PredefinedAttributeSearchSummaryList: StaticListSchema;
|
|
1108
1296
|
export declare var PredefinedAttributeStringValuesList: number;
|
|
1109
1297
|
export declare var PredefinedAttributeSummaryList: StaticListSchema;
|
|
1298
|
+
export declare var PrimaryAttributeValueFilters: StaticListSchema;
|
|
1299
|
+
export declare var PrimaryAttributeValuesSet: StaticListSchema;
|
|
1300
|
+
export declare var PrimaryValueList: number;
|
|
1301
|
+
export declare var PrimaryValuesList: StaticListSchema;
|
|
1302
|
+
export declare var PrimaryValuesResponseSet: StaticListSchema;
|
|
1303
|
+
export declare var PrimaryValuesSet: StaticListSchema;
|
|
1110
1304
|
export declare var Problems: StaticListSchema;
|
|
1111
1305
|
export declare var PromptList: StaticListSchema;
|
|
1112
1306
|
export declare var PromptSearchConditionList: StaticListSchema;
|
|
@@ -1132,7 +1326,9 @@ export declare var RealtimeContactAnalysisSegments: StaticListSchema;
|
|
|
1132
1326
|
export declare var RealTimeContactAnalysisSegmentTypes: number;
|
|
1133
1327
|
export declare var RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets: StaticListSchema;
|
|
1134
1328
|
export declare var RealTimeContactAnalysisTranscriptItemsWithContent: StaticListSchema;
|
|
1329
|
+
export declare var RecordIds: number;
|
|
1135
1330
|
export declare var Recordings: StaticListSchema;
|
|
1331
|
+
export declare var ReferenceIdList: number;
|
|
1136
1332
|
export declare var ReferenceSummaryList: StaticListSchema;
|
|
1137
1333
|
export declare var ReferenceTypes: number;
|
|
1138
1334
|
export declare var ReplicationStatusSummaryList: StaticListSchema;
|
|
@@ -1161,6 +1357,8 @@ export declare var SearchContactsAdditionalTimeRangeCriteriaList: StaticListSche
|
|
|
1161
1357
|
export declare var SearchTextList: StaticListSchema;
|
|
1162
1358
|
export declare var SecurityKeysList: StaticListSchema;
|
|
1163
1359
|
export declare var SecurityProfileIds: number;
|
|
1360
|
+
export declare var SecurityProfiles: StaticListSchema;
|
|
1361
|
+
export declare var SecurityProfiles100: StaticListSchema;
|
|
1164
1362
|
export declare var SecurityProfileSearchConditionList: StaticListSchema;
|
|
1165
1363
|
export declare var SecurityProfilesSearchSummaryList: StaticListSchema;
|
|
1166
1364
|
export declare var SecurityProfileSummaryList: StaticListSchema;
|
|
@@ -1170,6 +1368,7 @@ export declare var SingleSelectOptions: number;
|
|
|
1170
1368
|
export declare var SlaFieldValueUnionList: StaticListSchema;
|
|
1171
1369
|
export declare var StateTransitions: StaticListSchema;
|
|
1172
1370
|
export declare var Steps: StaticListSchema;
|
|
1371
|
+
export declare var SuccessfulBatchAssociationSummaryList: StaticListSchema;
|
|
1173
1372
|
export declare var SuccessfulRequestList: StaticListSchema;
|
|
1174
1373
|
export declare var SupportedMessagingContentTypes: number;
|
|
1175
1374
|
export declare var TagAndConditionList: StaticListSchema;
|
|
@@ -1195,10 +1394,21 @@ export declare var UserProficiencyList: StaticListSchema;
|
|
|
1195
1394
|
export declare var UserSearchConditionList: StaticListSchema;
|
|
1196
1395
|
export declare var UserSearchSummaryList: StaticListSchema;
|
|
1197
1396
|
export declare var UserSummaryList: StaticListSchema;
|
|
1397
|
+
export declare var ValidationEnumValues: number;
|
|
1398
|
+
export declare var ValueList: number;
|
|
1198
1399
|
export declare var ViewActions: StaticListSchema;
|
|
1400
|
+
export declare var ViewSearchConditionList: StaticListSchema;
|
|
1401
|
+
export declare var ViewSearchSummaryList: StaticListSchema;
|
|
1199
1402
|
export declare var ViewsSummaryList: StaticListSchema;
|
|
1200
1403
|
export declare var ViewVersionSummaryList: StaticListSchema;
|
|
1201
1404
|
export declare var VocabularySummaryList: StaticListSchema;
|
|
1405
|
+
export declare var WorkspaceAssociationSearchConditionList: StaticListSchema;
|
|
1406
|
+
export declare var WorkspaceAssociationSearchSummaryList: StaticListSchema;
|
|
1407
|
+
export declare var WorkspacePageList: StaticListSchema;
|
|
1408
|
+
export declare var WorkspaceResourceArnList: number;
|
|
1409
|
+
export declare var WorkspaceSearchConditionList: StaticListSchema;
|
|
1410
|
+
export declare var WorkspaceSearchSummaryList: StaticListSchema;
|
|
1411
|
+
export declare var WorkspaceSummaryList: StaticListSchema;
|
|
1202
1412
|
export declare var AllowedAccessControlTags: number;
|
|
1203
1413
|
export declare var Attributes: number;
|
|
1204
1414
|
export declare var ChannelToCountMap: number;
|
|
@@ -1223,12 +1433,14 @@ export declare var CreatedByInfo: StaticStructureSchema;
|
|
|
1223
1433
|
export declare var EvaluationAnswerData: StaticStructureSchema;
|
|
1224
1434
|
export declare var EvaluationFormItem: StaticStructureSchema;
|
|
1225
1435
|
export declare var EvaluationFormItemEnablementConditionOperand: StaticStructureSchema;
|
|
1436
|
+
export declare var EvaluationFormMultiSelectQuestionAutomationOption: StaticStructureSchema;
|
|
1226
1437
|
export declare var EvaluationFormNumericQuestionAutomation: StaticStructureSchema;
|
|
1227
1438
|
export declare var EvaluationFormQuestionTypeProperties: StaticStructureSchema;
|
|
1228
1439
|
export declare var EvaluationFormSingleSelectQuestionAutomationOption: StaticStructureSchema;
|
|
1229
1440
|
export declare var EvaluationQuestionAnswerAnalysisDetails: StaticStructureSchema;
|
|
1230
1441
|
export declare var EvaluatorUserUnion: StaticStructureSchema;
|
|
1231
1442
|
export declare var InvalidRequestExceptionReason: StaticStructureSchema;
|
|
1443
|
+
export declare var NextContactMetadata: StaticStructureSchema;
|
|
1232
1444
|
export declare var ParticipantTimerValue: StaticStructureSchema;
|
|
1233
1445
|
export declare var PredefinedAttributeValues: StaticStructureSchema;
|
|
1234
1446
|
export declare var RealtimeContactAnalysisSegment: StaticStructureSchema;
|
|
@@ -1251,13 +1463,19 @@ export declare var AssociatePhoneNumberContactFlow: StaticOperationSchema;
|
|
|
1251
1463
|
export declare var AssociateQueueQuickConnects: StaticOperationSchema;
|
|
1252
1464
|
export declare var AssociateRoutingProfileQueues: StaticOperationSchema;
|
|
1253
1465
|
export declare var AssociateSecurityKey: StaticOperationSchema;
|
|
1466
|
+
export declare var AssociateSecurityProfiles: StaticOperationSchema;
|
|
1254
1467
|
export declare var AssociateTrafficDistributionGroupUser: StaticOperationSchema;
|
|
1255
1468
|
export declare var AssociateUserProficiencies: StaticOperationSchema;
|
|
1469
|
+
export declare var AssociateWorkspace: StaticOperationSchema;
|
|
1256
1470
|
export declare var BatchAssociateAnalyticsDataSet: StaticOperationSchema;
|
|
1471
|
+
export declare var BatchCreateDataTableValue: StaticOperationSchema;
|
|
1472
|
+
export declare var BatchDeleteDataTableValue: StaticOperationSchema;
|
|
1473
|
+
export declare var BatchDescribeDataTableValue: StaticOperationSchema;
|
|
1257
1474
|
export declare var BatchDisassociateAnalyticsDataSet: StaticOperationSchema;
|
|
1258
1475
|
export declare var BatchGetAttachedFileMetadata: StaticOperationSchema;
|
|
1259
1476
|
export declare var BatchGetFlowAssociation: StaticOperationSchema;
|
|
1260
1477
|
export declare var BatchPutContact: StaticOperationSchema;
|
|
1478
|
+
export declare var BatchUpdateDataTableValue: StaticOperationSchema;
|
|
1261
1479
|
export declare var ClaimPhoneNumber: StaticOperationSchema;
|
|
1262
1480
|
export declare var CompleteAttachedFileUpload: StaticOperationSchema;
|
|
1263
1481
|
export declare var CreateAgentStatus: StaticOperationSchema;
|
|
@@ -1267,6 +1485,8 @@ export declare var CreateContactFlowModule: StaticOperationSchema;
|
|
|
1267
1485
|
export declare var CreateContactFlowModuleAlias: StaticOperationSchema;
|
|
1268
1486
|
export declare var CreateContactFlowModuleVersion: StaticOperationSchema;
|
|
1269
1487
|
export declare var CreateContactFlowVersion: StaticOperationSchema;
|
|
1488
|
+
export declare var CreateDataTable: StaticOperationSchema;
|
|
1489
|
+
export declare var CreateDataTableAttribute: StaticOperationSchema;
|
|
1270
1490
|
export declare var CreateEmailAddress: StaticOperationSchema;
|
|
1271
1491
|
export declare var CreateEvaluationForm: StaticOperationSchema;
|
|
1272
1492
|
export declare var CreateHoursOfOperation: StaticOperationSchema;
|
|
@@ -1291,6 +1511,8 @@ export declare var CreateUserHierarchyGroup: StaticOperationSchema;
|
|
|
1291
1511
|
export declare var CreateView: StaticOperationSchema;
|
|
1292
1512
|
export declare var CreateViewVersion: StaticOperationSchema;
|
|
1293
1513
|
export declare var CreateVocabulary: StaticOperationSchema;
|
|
1514
|
+
export declare var CreateWorkspace: StaticOperationSchema;
|
|
1515
|
+
export declare var CreateWorkspacePage: StaticOperationSchema;
|
|
1294
1516
|
export declare var DeactivateEvaluationForm: StaticOperationSchema;
|
|
1295
1517
|
export declare var DeleteAttachedFile: StaticOperationSchema;
|
|
1296
1518
|
export declare var DeleteContactEvaluation: StaticOperationSchema;
|
|
@@ -1299,6 +1521,8 @@ export declare var DeleteContactFlowModule: StaticOperationSchema;
|
|
|
1299
1521
|
export declare var DeleteContactFlowModuleAlias: StaticOperationSchema;
|
|
1300
1522
|
export declare var DeleteContactFlowModuleVersion: StaticOperationSchema;
|
|
1301
1523
|
export declare var DeleteContactFlowVersion: StaticOperationSchema;
|
|
1524
|
+
export declare var DeleteDataTable: StaticOperationSchema;
|
|
1525
|
+
export declare var DeleteDataTableAttribute: StaticOperationSchema;
|
|
1302
1526
|
export declare var DeleteEmailAddress: StaticOperationSchema;
|
|
1303
1527
|
export declare var DeleteEvaluationForm: StaticOperationSchema;
|
|
1304
1528
|
export declare var DeleteHoursOfOperation: StaticOperationSchema;
|
|
@@ -1321,6 +1545,9 @@ export declare var DeleteUserHierarchyGroup: StaticOperationSchema;
|
|
|
1321
1545
|
export declare var DeleteView: StaticOperationSchema;
|
|
1322
1546
|
export declare var DeleteViewVersion: StaticOperationSchema;
|
|
1323
1547
|
export declare var DeleteVocabulary: StaticOperationSchema;
|
|
1548
|
+
export declare var DeleteWorkspace: StaticOperationSchema;
|
|
1549
|
+
export declare var DeleteWorkspaceMedia: StaticOperationSchema;
|
|
1550
|
+
export declare var DeleteWorkspacePage: StaticOperationSchema;
|
|
1324
1551
|
export declare var DescribeAgentStatus: StaticOperationSchema;
|
|
1325
1552
|
export declare var DescribeAuthenticationProfile: StaticOperationSchema;
|
|
1326
1553
|
export declare var DescribeContact: StaticOperationSchema;
|
|
@@ -1328,6 +1555,8 @@ export declare var DescribeContactEvaluation: StaticOperationSchema;
|
|
|
1328
1555
|
export declare var DescribeContactFlow: StaticOperationSchema;
|
|
1329
1556
|
export declare var DescribeContactFlowModule: StaticOperationSchema;
|
|
1330
1557
|
export declare var DescribeContactFlowModuleAlias: StaticOperationSchema;
|
|
1558
|
+
export declare var DescribeDataTable: StaticOperationSchema;
|
|
1559
|
+
export declare var DescribeDataTableAttribute: StaticOperationSchema;
|
|
1331
1560
|
export declare var DescribeEmailAddress: StaticOperationSchema;
|
|
1332
1561
|
export declare var DescribeEvaluationForm: StaticOperationSchema;
|
|
1333
1562
|
export declare var DescribeHoursOfOperation: StaticOperationSchema;
|
|
@@ -1349,6 +1578,7 @@ export declare var DescribeUserHierarchyGroup: StaticOperationSchema;
|
|
|
1349
1578
|
export declare var DescribeUserHierarchyStructure: StaticOperationSchema;
|
|
1350
1579
|
export declare var DescribeView: StaticOperationSchema;
|
|
1351
1580
|
export declare var DescribeVocabulary: StaticOperationSchema;
|
|
1581
|
+
export declare var DescribeWorkspace: StaticOperationSchema;
|
|
1352
1582
|
export declare var DisassociateAnalyticsDataSet: StaticOperationSchema;
|
|
1353
1583
|
export declare var DisassociateApprovedOrigin: StaticOperationSchema;
|
|
1354
1584
|
export declare var DisassociateBot: StaticOperationSchema;
|
|
@@ -1361,9 +1591,12 @@ export declare var DisassociatePhoneNumberContactFlow: StaticOperationSchema;
|
|
|
1361
1591
|
export declare var DisassociateQueueQuickConnects: StaticOperationSchema;
|
|
1362
1592
|
export declare var DisassociateRoutingProfileQueues: StaticOperationSchema;
|
|
1363
1593
|
export declare var DisassociateSecurityKey: StaticOperationSchema;
|
|
1594
|
+
export declare var DisassociateSecurityProfiles: StaticOperationSchema;
|
|
1364
1595
|
export declare var DisassociateTrafficDistributionGroupUser: StaticOperationSchema;
|
|
1365
1596
|
export declare var DisassociateUserProficiencies: StaticOperationSchema;
|
|
1597
|
+
export declare var DisassociateWorkspace: StaticOperationSchema;
|
|
1366
1598
|
export declare var DismissUserContact: StaticOperationSchema;
|
|
1599
|
+
export declare var EvaluateDataTableValues: StaticOperationSchema;
|
|
1367
1600
|
export declare var GetAttachedFile: StaticOperationSchema;
|
|
1368
1601
|
export declare var GetContactAttributes: StaticOperationSchema;
|
|
1369
1602
|
export declare var GetContactMetrics: StaticOperationSchema;
|
|
@@ -1378,6 +1611,7 @@ export declare var GetPromptFile: StaticOperationSchema;
|
|
|
1378
1611
|
export declare var GetTaskTemplate: StaticOperationSchema;
|
|
1379
1612
|
export declare var GetTrafficDistribution: StaticOperationSchema;
|
|
1380
1613
|
export declare var ImportPhoneNumber: StaticOperationSchema;
|
|
1614
|
+
export declare var ImportWorkspaceMedia: StaticOperationSchema;
|
|
1381
1615
|
export declare var ListAgentStatuses: StaticOperationSchema;
|
|
1382
1616
|
export declare var ListAnalyticsDataAssociations: StaticOperationSchema;
|
|
1383
1617
|
export declare var ListAnalyticsDataLakeDataSets: StaticOperationSchema;
|
|
@@ -1392,7 +1626,12 @@ export declare var ListContactFlowModuleVersions: StaticOperationSchema;
|
|
|
1392
1626
|
export declare var ListContactFlows: StaticOperationSchema;
|
|
1393
1627
|
export declare var ListContactFlowVersions: StaticOperationSchema;
|
|
1394
1628
|
export declare var ListContactReferences: StaticOperationSchema;
|
|
1629
|
+
export declare var ListDataTableAttributes: StaticOperationSchema;
|
|
1630
|
+
export declare var ListDataTablePrimaryValues: StaticOperationSchema;
|
|
1631
|
+
export declare var ListDataTables: StaticOperationSchema;
|
|
1632
|
+
export declare var ListDataTableValues: StaticOperationSchema;
|
|
1395
1633
|
export declare var ListDefaultVocabularies: StaticOperationSchema;
|
|
1634
|
+
export declare var ListEntitySecurityProfiles: StaticOperationSchema;
|
|
1396
1635
|
export declare var ListEvaluationForms: StaticOperationSchema;
|
|
1397
1636
|
export declare var ListEvaluationFormVersions: StaticOperationSchema;
|
|
1398
1637
|
export declare var ListFlowAssociations: StaticOperationSchema;
|
|
@@ -1418,6 +1657,7 @@ export declare var ListRoutingProfiles: StaticOperationSchema;
|
|
|
1418
1657
|
export declare var ListRules: StaticOperationSchema;
|
|
1419
1658
|
export declare var ListSecurityKeys: StaticOperationSchema;
|
|
1420
1659
|
export declare var ListSecurityProfileApplications: StaticOperationSchema;
|
|
1660
|
+
export declare var ListSecurityProfileFlowModules: StaticOperationSchema;
|
|
1421
1661
|
export declare var ListSecurityProfilePermissions: StaticOperationSchema;
|
|
1422
1662
|
export declare var ListSecurityProfiles: StaticOperationSchema;
|
|
1423
1663
|
export declare var ListTagsForResource: StaticOperationSchema;
|
|
@@ -1430,6 +1670,9 @@ export declare var ListUserProficiencies: StaticOperationSchema;
|
|
|
1430
1670
|
export declare var ListUsers: StaticOperationSchema;
|
|
1431
1671
|
export declare var ListViews: StaticOperationSchema;
|
|
1432
1672
|
export declare var ListViewVersions: StaticOperationSchema;
|
|
1673
|
+
export declare var ListWorkspaceMedia: StaticOperationSchema;
|
|
1674
|
+
export declare var ListWorkspacePages: StaticOperationSchema;
|
|
1675
|
+
export declare var ListWorkspaces: StaticOperationSchema;
|
|
1433
1676
|
export declare var MonitorContact: StaticOperationSchema;
|
|
1434
1677
|
export declare var PauseContact: StaticOperationSchema;
|
|
1435
1678
|
export declare var PutUserStatus: StaticOperationSchema;
|
|
@@ -1443,6 +1686,7 @@ export declare var SearchContactEvaluations: StaticOperationSchema;
|
|
|
1443
1686
|
export declare var SearchContactFlowModules: StaticOperationSchema;
|
|
1444
1687
|
export declare var SearchContactFlows: StaticOperationSchema;
|
|
1445
1688
|
export declare var SearchContacts: StaticOperationSchema;
|
|
1689
|
+
export declare var SearchDataTables: StaticOperationSchema;
|
|
1446
1690
|
export declare var SearchEmailAddresses: StaticOperationSchema;
|
|
1447
1691
|
export declare var SearchEvaluationForms: StaticOperationSchema;
|
|
1448
1692
|
export declare var SearchHoursOfOperationOverrides: StaticOperationSchema;
|
|
@@ -1456,12 +1700,16 @@ export declare var SearchRoutingProfiles: StaticOperationSchema;
|
|
|
1456
1700
|
export declare var SearchSecurityProfiles: StaticOperationSchema;
|
|
1457
1701
|
export declare var SearchUserHierarchyGroups: StaticOperationSchema;
|
|
1458
1702
|
export declare var SearchUsers: StaticOperationSchema;
|
|
1703
|
+
export declare var SearchViews: StaticOperationSchema;
|
|
1459
1704
|
export declare var SearchVocabularies: StaticOperationSchema;
|
|
1705
|
+
export declare var SearchWorkspaceAssociations: StaticOperationSchema;
|
|
1706
|
+
export declare var SearchWorkspaces: StaticOperationSchema;
|
|
1460
1707
|
export declare var SendChatIntegrationEvent: StaticOperationSchema;
|
|
1461
1708
|
export declare var SendOutboundEmail: StaticOperationSchema;
|
|
1462
1709
|
export declare var StartAttachedFileUpload: StaticOperationSchema;
|
|
1463
1710
|
export declare var StartChatContact: StaticOperationSchema;
|
|
1464
1711
|
export declare var StartContactEvaluation: StaticOperationSchema;
|
|
1712
|
+
export declare var StartContactMediaProcessing: StaticOperationSchema;
|
|
1465
1713
|
export declare var StartContactRecording: StaticOperationSchema;
|
|
1466
1714
|
export declare var StartContactStreaming: StaticOperationSchema;
|
|
1467
1715
|
export declare var StartEmailContact: StaticOperationSchema;
|
|
@@ -1472,6 +1720,7 @@ export declare var StartScreenSharing: StaticOperationSchema;
|
|
|
1472
1720
|
export declare var StartTaskContact: StaticOperationSchema;
|
|
1473
1721
|
export declare var StartWebRTCContact: StaticOperationSchema;
|
|
1474
1722
|
export declare var StopContact: StaticOperationSchema;
|
|
1723
|
+
export declare var StopContactMediaProcessing: StaticOperationSchema;
|
|
1475
1724
|
export declare var StopContactRecording: StaticOperationSchema;
|
|
1476
1725
|
export declare var StopContactStreaming: StaticOperationSchema;
|
|
1477
1726
|
export declare var SubmitContactEvaluation: StaticOperationSchema;
|
|
@@ -1494,6 +1743,9 @@ export declare var UpdateContactFlowModuleMetadata: StaticOperationSchema;
|
|
|
1494
1743
|
export declare var UpdateContactFlowName: StaticOperationSchema;
|
|
1495
1744
|
export declare var UpdateContactRoutingData: StaticOperationSchema;
|
|
1496
1745
|
export declare var UpdateContactSchedule: StaticOperationSchema;
|
|
1746
|
+
export declare var UpdateDataTableAttribute: StaticOperationSchema;
|
|
1747
|
+
export declare var UpdateDataTableMetadata: StaticOperationSchema;
|
|
1748
|
+
export declare var UpdateDataTablePrimaryValues: StaticOperationSchema;
|
|
1497
1749
|
export declare var UpdateEmailAddressMetadata: StaticOperationSchema;
|
|
1498
1750
|
export declare var UpdateEvaluationForm: StaticOperationSchema;
|
|
1499
1751
|
export declare var UpdateHoursOfOperation: StaticOperationSchema;
|
|
@@ -1533,3 +1785,7 @@ export declare var UpdateUserRoutingProfile: StaticOperationSchema;
|
|
|
1533
1785
|
export declare var UpdateUserSecurityProfiles: StaticOperationSchema;
|
|
1534
1786
|
export declare var UpdateViewContent: StaticOperationSchema;
|
|
1535
1787
|
export declare var UpdateViewMetadata: StaticOperationSchema;
|
|
1788
|
+
export declare var UpdateWorkspaceMetadata: StaticOperationSchema;
|
|
1789
|
+
export declare var UpdateWorkspacePage: StaticOperationSchema;
|
|
1790
|
+
export declare var UpdateWorkspaceTheme: StaticOperationSchema;
|
|
1791
|
+
export declare var UpdateWorkspaceVisibility: StaticOperationSchema;
|