@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
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { DescribeWorkspaceRequest, DescribeWorkspaceResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeWorkspaceCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeWorkspaceCommandInput extends DescribeWorkspaceRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeWorkspaceCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeWorkspaceCommandOutput extends DescribeWorkspaceResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeWorkspaceCommand_base: {
|
|
25
|
+
new (input: DescribeWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves details about a workspace, including its configuration and metadata.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ConnectClient, DescribeWorkspaceCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
35
|
+
* // const { ConnectClient, DescribeWorkspaceCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
36
|
+
* // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
|
|
37
|
+
* const config = {}; // type is ConnectClientConfig
|
|
38
|
+
* const client = new ConnectClient(config);
|
|
39
|
+
* const input = { // DescribeWorkspaceRequest
|
|
40
|
+
* InstanceId: "STRING_VALUE", // required
|
|
41
|
+
* WorkspaceId: "STRING_VALUE", // required
|
|
42
|
+
* };
|
|
43
|
+
* const command = new DescribeWorkspaceCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // DescribeWorkspaceResponse
|
|
46
|
+
* // Workspace: { // Workspace
|
|
47
|
+
* // Visibility: "ALL" || "ASSIGNED" || "NONE",
|
|
48
|
+
* // Id: "STRING_VALUE", // required
|
|
49
|
+
* // Name: "STRING_VALUE", // required
|
|
50
|
+
* // Arn: "STRING_VALUE", // required
|
|
51
|
+
* // Description: "STRING_VALUE",
|
|
52
|
+
* // Theme: { // WorkspaceTheme
|
|
53
|
+
* // Light: { // WorkspaceThemeConfig
|
|
54
|
+
* // Palette: { // WorkspaceThemePalette
|
|
55
|
+
* // Header: { // PaletteHeader
|
|
56
|
+
* // Background: "STRING_VALUE",
|
|
57
|
+
* // Text: "STRING_VALUE",
|
|
58
|
+
* // TextHover: "STRING_VALUE",
|
|
59
|
+
* // InvertActionsColors: true || false,
|
|
60
|
+
* // },
|
|
61
|
+
* // Navigation: { // PaletteNavigation
|
|
62
|
+
* // Background: "STRING_VALUE",
|
|
63
|
+
* // TextBackgroundHover: "STRING_VALUE",
|
|
64
|
+
* // TextBackgroundActive: "STRING_VALUE",
|
|
65
|
+
* // Text: "STRING_VALUE",
|
|
66
|
+
* // TextHover: "STRING_VALUE",
|
|
67
|
+
* // TextActive: "STRING_VALUE",
|
|
68
|
+
* // InvertActionsColors: true || false,
|
|
69
|
+
* // },
|
|
70
|
+
* // Canvas: { // PaletteCanvas
|
|
71
|
+
* // ContainerBackground: "STRING_VALUE",
|
|
72
|
+
* // PageBackground: "STRING_VALUE",
|
|
73
|
+
* // ActiveBackground: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // Primary: { // PalettePrimary
|
|
76
|
+
* // Default: "STRING_VALUE",
|
|
77
|
+
* // Active: "STRING_VALUE",
|
|
78
|
+
* // ContrastText: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // },
|
|
81
|
+
* // Images: { // WorkspaceThemeImages
|
|
82
|
+
* // Logo: { // ImagesLogo
|
|
83
|
+
* // Default: "STRING_VALUE",
|
|
84
|
+
* // Favicon: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // },
|
|
87
|
+
* // Typography: { // WorkspaceThemeTypography
|
|
88
|
+
* // FontFamily: { // FontFamily
|
|
89
|
+
* // Default: "Arial" || "Courier New" || "Georgia" || "Times New Roman" || "Trebuchet" || "Verdana",
|
|
90
|
+
* // },
|
|
91
|
+
* // },
|
|
92
|
+
* // },
|
|
93
|
+
* // Dark: {
|
|
94
|
+
* // Palette: {
|
|
95
|
+
* // Header: {
|
|
96
|
+
* // Background: "STRING_VALUE",
|
|
97
|
+
* // Text: "STRING_VALUE",
|
|
98
|
+
* // TextHover: "STRING_VALUE",
|
|
99
|
+
* // InvertActionsColors: true || false,
|
|
100
|
+
* // },
|
|
101
|
+
* // Navigation: {
|
|
102
|
+
* // Background: "STRING_VALUE",
|
|
103
|
+
* // TextBackgroundHover: "STRING_VALUE",
|
|
104
|
+
* // TextBackgroundActive: "STRING_VALUE",
|
|
105
|
+
* // Text: "STRING_VALUE",
|
|
106
|
+
* // TextHover: "STRING_VALUE",
|
|
107
|
+
* // TextActive: "STRING_VALUE",
|
|
108
|
+
* // InvertActionsColors: true || false,
|
|
109
|
+
* // },
|
|
110
|
+
* // Canvas: {
|
|
111
|
+
* // ContainerBackground: "STRING_VALUE",
|
|
112
|
+
* // PageBackground: "STRING_VALUE",
|
|
113
|
+
* // ActiveBackground: "STRING_VALUE",
|
|
114
|
+
* // },
|
|
115
|
+
* // Primary: {
|
|
116
|
+
* // Default: "STRING_VALUE",
|
|
117
|
+
* // Active: "STRING_VALUE",
|
|
118
|
+
* // ContrastText: "STRING_VALUE",
|
|
119
|
+
* // },
|
|
120
|
+
* // },
|
|
121
|
+
* // Images: {
|
|
122
|
+
* // Logo: {
|
|
123
|
+
* // Default: "STRING_VALUE",
|
|
124
|
+
* // Favicon: "STRING_VALUE",
|
|
125
|
+
* // },
|
|
126
|
+
* // },
|
|
127
|
+
* // Typography: {
|
|
128
|
+
* // FontFamily: {
|
|
129
|
+
* // Default: "Arial" || "Courier New" || "Georgia" || "Times New Roman" || "Trebuchet" || "Verdana",
|
|
130
|
+
* // },
|
|
131
|
+
* // },
|
|
132
|
+
* // },
|
|
133
|
+
* // },
|
|
134
|
+
* // Title: "STRING_VALUE",
|
|
135
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
136
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
137
|
+
* // Tags: { // TagMap
|
|
138
|
+
* // "<keys>": "STRING_VALUE",
|
|
139
|
+
* // },
|
|
140
|
+
* // },
|
|
141
|
+
* // };
|
|
142
|
+
*
|
|
143
|
+
* ```
|
|
144
|
+
*
|
|
145
|
+
* @param DescribeWorkspaceCommandInput - {@link DescribeWorkspaceCommandInput}
|
|
146
|
+
* @returns {@link DescribeWorkspaceCommandOutput}
|
|
147
|
+
* @see {@link DescribeWorkspaceCommandInput} for command's `input` shape.
|
|
148
|
+
* @see {@link DescribeWorkspaceCommandOutput} for command's `response` shape.
|
|
149
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
150
|
+
*
|
|
151
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
152
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
153
|
+
*
|
|
154
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
155
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
156
|
+
*
|
|
157
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
158
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
159
|
+
*
|
|
160
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
161
|
+
* <p>The request is not valid.</p>
|
|
162
|
+
*
|
|
163
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
164
|
+
* <p>The specified resource was not found.</p>
|
|
165
|
+
*
|
|
166
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
167
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
168
|
+
*
|
|
169
|
+
* @throws {@link ConnectServiceException}
|
|
170
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
171
|
+
*
|
|
172
|
+
*
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
export declare class DescribeWorkspaceCommand extends DescribeWorkspaceCommand_base {
|
|
176
|
+
/** @internal type navigation helper, not in runtime. */
|
|
177
|
+
protected static __types: {
|
|
178
|
+
api: {
|
|
179
|
+
input: DescribeWorkspaceRequest;
|
|
180
|
+
output: DescribeWorkspaceResponse;
|
|
181
|
+
};
|
|
182
|
+
sdk: {
|
|
183
|
+
input: DescribeWorkspaceCommandInput;
|
|
184
|
+
output: DescribeWorkspaceCommandOutput;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
}
|
|
@@ -28,8 +28,7 @@ declare const DisassociateBotCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
31
|
-
* <p>Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2
|
|
32
|
-
* bot. </p>
|
|
31
|
+
* <p>Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2 bot. </p>
|
|
33
32
|
* @example
|
|
34
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
34
|
* ```javascript
|
|
@@ -27,10 +27,9 @@ declare const DisassociateEmailAddressAliasCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Removes the alias association between two email addresses in an Amazon Connect instance.
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* emails directly.</p>
|
|
30
|
+
* <p>Removes the alias association between two email addresses in an Amazon Connect instance. After
|
|
31
|
+
* disassociation, emails sent to the former alias email address are no longer forwarded to the primary email address.
|
|
32
|
+
* Both email addresses continue to exist independently and can receive emails directly.</p>
|
|
34
33
|
* <p>
|
|
35
34
|
* <b>Use cases</b>
|
|
36
35
|
* </p>
|
|
@@ -38,18 +37,18 @@ declare const DisassociateEmailAddressAliasCommand_base: {
|
|
|
38
37
|
* <ul>
|
|
39
38
|
* <li>
|
|
40
39
|
* <p>
|
|
41
|
-
* <b>Department separation</b>: Remove alias relationships when splitting a
|
|
42
|
-
* queue back into separate department-specific queues.</p>
|
|
40
|
+
* <b>Department separation</b>: Remove alias relationships when splitting a
|
|
41
|
+
* consolidated support queue back into separate department-specific queues.</p>
|
|
43
42
|
* </li>
|
|
44
43
|
* <li>
|
|
45
44
|
* <p>
|
|
46
|
-
* <b>Email address retirement</b>: Cleanly remove forwarding relationships before
|
|
47
|
-
* old email addresses.</p>
|
|
45
|
+
* <b>Email address retirement</b>: Cleanly remove forwarding relationships before
|
|
46
|
+
* decommissioning old email addresses.</p>
|
|
48
47
|
* </li>
|
|
49
48
|
* <li>
|
|
50
49
|
* <p>
|
|
51
|
-
* <b>Organizational restructuring</b>: Reconfigure email routing when business
|
|
52
|
-
* aliases are no longer needed.</p>
|
|
50
|
+
* <b>Organizational restructuring</b>: Reconfigure email routing when business
|
|
51
|
+
* processes change and aliases are no longer needed.</p>
|
|
53
52
|
* </li>
|
|
54
53
|
* </ul>
|
|
55
54
|
* <p>
|
|
@@ -57,20 +56,19 @@ declare const DisassociateEmailAddressAliasCommand_base: {
|
|
|
57
56
|
* </p>
|
|
58
57
|
* <ul>
|
|
59
58
|
* <li>
|
|
60
|
-
* <p>Concurrent operations: This API uses distributed locking, so concurrent operations on the
|
|
61
|
-
*
|
|
59
|
+
* <p>Concurrent operations: This API uses distributed locking, so concurrent operations on the same email addresses
|
|
60
|
+
* may be temporarily blocked.</p>
|
|
62
61
|
* </li>
|
|
63
62
|
* <li>
|
|
64
|
-
* <p>Emails sent to the former alias address are still delivered directly to that address if it
|
|
65
|
-
* exists.</p>
|
|
63
|
+
* <p>Emails sent to the former alias address are still delivered directly to that address if it exists.</p>
|
|
66
64
|
* </li>
|
|
67
65
|
* <li>
|
|
68
|
-
* <p>You do not need to delete the email addresses after disassociation. Both addresses remain
|
|
69
|
-
*
|
|
66
|
+
* <p>You do not need to delete the email addresses after disassociation. Both addresses remain active
|
|
67
|
+
* independently.</p>
|
|
70
68
|
* </li>
|
|
71
69
|
* <li>
|
|
72
|
-
* <p>After a successful disassociation, you can immediately create a new alias relationship
|
|
73
|
-
*
|
|
70
|
+
* <p>After a successful disassociation, you can immediately create a new alias relationship with the same
|
|
71
|
+
* addresses.</p>
|
|
74
72
|
* </li>
|
|
75
73
|
* <li>
|
|
76
74
|
* <p>200 status means alias was successfully disassociated.</p>
|
|
@@ -87,41 +85,35 @@ declare const DisassociateEmailAddressAliasCommand_base: {
|
|
|
87
85
|
* </li>
|
|
88
86
|
* </ul>
|
|
89
87
|
* <p>
|
|
90
|
-
* <b>Endpoints</b>: See
|
|
91
|
-
* <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect endpoints and quotas</a>.</p>
|
|
88
|
+
* <b>Endpoints</b>: See <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect endpoints and quotas</a>.</p>
|
|
92
89
|
* <p>
|
|
93
90
|
* <b>Related operations</b>
|
|
94
91
|
* </p>
|
|
95
92
|
* <ul>
|
|
96
93
|
* <li>
|
|
97
94
|
* <p>
|
|
98
|
-
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_AssociateEmailAddressAlias.html">AssociateEmailAddressAlias</a>: Associates an email address alias with an existing email
|
|
99
|
-
*
|
|
95
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_AssociateEmailAddressAlias.html">AssociateEmailAddressAlias</a>: Associates an email address alias with an existing email address in an
|
|
96
|
+
* Amazon Connect instance.</p>
|
|
100
97
|
* </li>
|
|
101
98
|
* <li>
|
|
102
99
|
* <p>
|
|
103
|
-
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeEmailAddress.html">DescribeEmailAddress</a>:
|
|
104
|
-
* View current alias configurations for an email address.</p>
|
|
100
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeEmailAddress.html">DescribeEmailAddress</a>: View current alias configurations for an email address.</p>
|
|
105
101
|
* </li>
|
|
106
102
|
* <li>
|
|
107
103
|
* <p>
|
|
108
|
-
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchEmailAddresses.html">SearchEmailAddresses</a>:
|
|
109
|
-
* Find email addresses and their alias relationships across an instance.</p>
|
|
104
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchEmailAddresses.html">SearchEmailAddresses</a>: Find email addresses and their alias relationships across an instance.</p>
|
|
110
105
|
* </li>
|
|
111
106
|
* <li>
|
|
112
107
|
* <p>
|
|
113
|
-
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateEmailAddress.html">CreateEmailAddress</a>: Create new email addresses that can participate in alias
|
|
114
|
-
* relationships.</p>
|
|
108
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateEmailAddress.html">CreateEmailAddress</a>: Create new email addresses that can participate in alias relationships.</p>
|
|
115
109
|
* </li>
|
|
116
110
|
* <li>
|
|
117
111
|
* <p>
|
|
118
|
-
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteEmailAddress.html">DeleteEmailAddress</a>: Remove email addresses (automatically removes any alias
|
|
119
|
-
* relationships).</p>
|
|
112
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteEmailAddress.html">DeleteEmailAddress</a>: Remove email addresses (automatically removes any alias relationships).</p>
|
|
120
113
|
* </li>
|
|
121
114
|
* <li>
|
|
122
115
|
* <p>
|
|
123
|
-
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateEmailAddressMetadata.html">UpdateEmailAddressMetadata</a>: Modify email address properties (does not affect alias
|
|
124
|
-
* relationships).</p>
|
|
116
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateEmailAddressMetadata.html">UpdateEmailAddressMetadata</a>: Modify email address properties (does not affect alias relationships).</p>
|
|
125
117
|
* </li>
|
|
126
118
|
* </ul>
|
|
127
119
|
* @example
|
|
@@ -28,8 +28,7 @@ declare const DisassociateInstanceStorageConfigCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
31
|
-
* <p>Removes the storage type configurations for the specified resource type and association
|
|
32
|
-
* ID.</p>
|
|
31
|
+
* <p>Removes the storage type configurations for the specified resource type and association ID.</p>
|
|
33
32
|
* @example
|
|
34
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
34
|
* ```javascript
|
|
@@ -28,8 +28,7 @@ declare const DisassociateLambdaFunctionCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
31
|
-
* <p>Remove the Lambda function from the dropdown options available in the relevant
|
|
32
|
-
* flow blocks.</p>
|
|
31
|
+
* <p>Remove the Lambda function from the dropdown options available in the relevant flow blocks.</p>
|
|
33
32
|
* @example
|
|
34
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
34
|
* ```javascript
|
|
@@ -28,8 +28,7 @@ declare const DisassociateLexBotCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
31
|
-
* <p>Revokes authorization from the specified instance to access the specified Amazon Lex
|
|
32
|
-
* bot.</p>
|
|
31
|
+
* <p>Revokes authorization from the specified instance to access the specified Amazon Lex bot.</p>
|
|
33
32
|
* @example
|
|
34
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
34
|
* ```javascript
|
|
@@ -27,15 +27,12 @@ declare const DisassociatePhoneNumberContactFlowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Removes the flow association from a phone number claimed to your Amazon Connect
|
|
31
|
-
* instance.</p>
|
|
30
|
+
* <p>Removes the flow association from a phone number claimed to your Amazon Connect instance.</p>
|
|
32
31
|
* <important>
|
|
33
|
-
* <p>If the number is claimed to a traffic distribution group, and you are calling this API using an instance in the
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* number
|
|
37
|
-
* Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN.
|
|
38
|
-
* If a UUID is provided in this scenario, you will receive a
|
|
32
|
+
* <p>If the number is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the
|
|
33
|
+
* <code>PhoneNumberId</code> URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling
|
|
34
|
+
* this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a
|
|
35
|
+
* full phone number ARN. If a UUID is provided in this scenario, you will receive a
|
|
39
36
|
* <code>ResourceNotFoundException</code>.</p>
|
|
40
37
|
* </important>
|
|
41
38
|
* @example
|
|
@@ -28,8 +28,8 @@ declare const DisassociateRoutingProfileQueuesCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Disassociates a set of queues from a routing profile.</p>
|
|
31
|
-
* <p>Up to 10 queue references can be disassociated in a single API call. More than 10 queue
|
|
32
|
-
*
|
|
31
|
+
* <p>Up to 10 queue references can be disassociated in a single API call. More than 10 queue references results in a
|
|
32
|
+
* single call results in an InvalidParameterException.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { DisassociateSecurityProfilesRequest } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DisassociateSecurityProfilesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DisassociateSecurityProfilesCommandInput extends DisassociateSecurityProfilesRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DisassociateSecurityProfilesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DisassociateSecurityProfilesCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DisassociateSecurityProfilesCommand_base: {
|
|
25
|
+
new (input: DisassociateSecurityProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSecurityProfilesCommandInput, DisassociateSecurityProfilesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateSecurityProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSecurityProfilesCommandInput, DisassociateSecurityProfilesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p> Disassociates a security profile attached to a Q in Connect AI Agent Entity in an Amazon Connect instance.
|
|
31
|
+
* </p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { ConnectClient, DisassociateSecurityProfilesCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
36
|
+
* // const { ConnectClient, DisassociateSecurityProfilesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
37
|
+
* // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
|
|
38
|
+
* const config = {}; // type is ConnectClientConfig
|
|
39
|
+
* const client = new ConnectClient(config);
|
|
40
|
+
* const input = { // DisassociateSecurityProfilesRequest
|
|
41
|
+
* InstanceId: "STRING_VALUE", // required
|
|
42
|
+
* SecurityProfiles: [ // SecurityProfiles // required
|
|
43
|
+
* { // SecurityProfileItem
|
|
44
|
+
* Id: "STRING_VALUE",
|
|
45
|
+
* },
|
|
46
|
+
* ],
|
|
47
|
+
* EntityType: "USER" || "AI_AGENT", // required
|
|
48
|
+
* EntityArn: "STRING_VALUE", // required
|
|
49
|
+
* };
|
|
50
|
+
* const command = new DisassociateSecurityProfilesCommand(input);
|
|
51
|
+
* const response = await client.send(command);
|
|
52
|
+
* // {};
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
56
|
+
* @param DisassociateSecurityProfilesCommandInput - {@link DisassociateSecurityProfilesCommandInput}
|
|
57
|
+
* @returns {@link DisassociateSecurityProfilesCommandOutput}
|
|
58
|
+
* @see {@link DisassociateSecurityProfilesCommandInput} for command's `input` shape.
|
|
59
|
+
* @see {@link DisassociateSecurityProfilesCommandOutput} for command's `response` shape.
|
|
60
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
63
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ConditionalOperationFailedException} (client fault)
|
|
66
|
+
* <p>Request processing failed because dependent condition failed.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
69
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
72
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
75
|
+
* <p>The request is not valid.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
78
|
+
* <p>A resource already has that name.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
81
|
+
* <p>The specified resource was not found.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ConnectServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
85
|
+
*
|
|
86
|
+
*
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export declare class DisassociateSecurityProfilesCommand extends DisassociateSecurityProfilesCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DisassociateSecurityProfilesRequest;
|
|
94
|
+
output: {};
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DisassociateSecurityProfilesCommandInput;
|
|
98
|
+
output: DisassociateSecurityProfilesCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
}
|
|
@@ -27,8 +27,8 @@ declare const DisassociateTrafficDistributionGroupUserCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Disassociates an agent from a traffic distribution group. This API can be called only in the
|
|
31
|
-
*
|
|
30
|
+
* <p>Disassociates an agent from a traffic distribution group. This API can be called only in the Region where the
|
|
31
|
+
* traffic distribution group is created.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { DisassociateWorkspaceRequest, DisassociateWorkspaceResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DisassociateWorkspaceCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DisassociateWorkspaceCommandInput extends DisassociateWorkspaceRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DisassociateWorkspaceCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DisassociateWorkspaceCommandOutput extends DisassociateWorkspaceResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DisassociateWorkspaceCommand_base: {
|
|
25
|
+
new (input: DisassociateWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateWorkspaceCommandInput, DisassociateWorkspaceCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateWorkspaceCommandInput, DisassociateWorkspaceCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Removes the association between a workspace and one or more users or routing profiles.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ConnectClient, DisassociateWorkspaceCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
35
|
+
* // const { ConnectClient, DisassociateWorkspaceCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
36
|
+
* // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
|
|
37
|
+
* const config = {}; // type is ConnectClientConfig
|
|
38
|
+
* const client = new ConnectClient(config);
|
|
39
|
+
* const input = { // DisassociateWorkspaceRequest
|
|
40
|
+
* InstanceId: "STRING_VALUE", // required
|
|
41
|
+
* WorkspaceId: "STRING_VALUE", // required
|
|
42
|
+
* ResourceArns: [ // WorkspaceResourceArnList // required
|
|
43
|
+
* "STRING_VALUE",
|
|
44
|
+
* ],
|
|
45
|
+
* };
|
|
46
|
+
* const command = new DisassociateWorkspaceCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // DisassociateWorkspaceResponse
|
|
49
|
+
* // SuccessfulList: [ // SuccessfulBatchAssociationSummaryList
|
|
50
|
+
* // { // SuccessfulBatchAssociationSummary
|
|
51
|
+
* // ResourceArn: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // FailedList: [ // FailedBatchAssociationSummaryList
|
|
55
|
+
* // { // FailedBatchAssociationSummary
|
|
56
|
+
* // ResourceArn: "STRING_VALUE",
|
|
57
|
+
* // ErrorCode: "STRING_VALUE",
|
|
58
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
63
|
+
* ```
|
|
64
|
+
*
|
|
65
|
+
* @param DisassociateWorkspaceCommandInput - {@link DisassociateWorkspaceCommandInput}
|
|
66
|
+
* @returns {@link DisassociateWorkspaceCommandOutput}
|
|
67
|
+
* @see {@link DisassociateWorkspaceCommandInput} for command's `input` shape.
|
|
68
|
+
* @see {@link DisassociateWorkspaceCommandOutput} for command's `response` shape.
|
|
69
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
72
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
75
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
78
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
81
|
+
* <p>The request is not valid.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
84
|
+
* <p>The specified resource was not found.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
87
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ConnectServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
91
|
+
*
|
|
92
|
+
*
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
export declare class DisassociateWorkspaceCommand extends DisassociateWorkspaceCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: DisassociateWorkspaceRequest;
|
|
100
|
+
output: DisassociateWorkspaceResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: DisassociateWorkspaceCommandInput;
|
|
104
|
+
output: DisassociateWorkspaceCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
}
|
|
@@ -27,11 +27,9 @@ declare const DismissUserContactCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Dismisses contacts from an agent’s CCP and returns the agent to an available state, which
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/about-contact-states.html">Agent
|
|
34
|
-
* Event Stream</a>.</p>
|
|
30
|
+
* <p>Dismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to
|
|
31
|
+
* receive a new routed contact. Contacts can only be dismissed if they are in a <code>MISSED</code>,
|
|
32
|
+
* <code>ERROR</code>, <code>ENDED</code>, or <code>REJECTED</code> state in the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/about-contact-states.html">Agent Event Stream</a>.</p>
|
|
35
33
|
* @example
|
|
36
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
35
|
* ```javascript
|