@aws-sdk/client-connect 3.940.0 → 3.943.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +362 -13
- package/dist-cjs/index.js +3179 -266
- package/dist-es/Connect.js +88 -0
- package/dist-es/commands/AssociateSecurityProfilesCommand.js +16 -0
- package/dist-es/commands/AssociateWorkspaceCommand.js +16 -0
- package/dist-es/commands/BatchCreateDataTableValueCommand.js +16 -0
- package/dist-es/commands/BatchDeleteDataTableValueCommand.js +16 -0
- package/dist-es/commands/BatchDescribeDataTableValueCommand.js +16 -0
- package/dist-es/commands/BatchUpdateDataTableValueCommand.js +16 -0
- package/dist-es/commands/CreateDataTableAttributeCommand.js +16 -0
- package/dist-es/commands/CreateDataTableCommand.js +16 -0
- package/dist-es/commands/CreateWorkspaceCommand.js +16 -0
- package/dist-es/commands/CreateWorkspacePageCommand.js +16 -0
- package/dist-es/commands/DeleteDataTableAttributeCommand.js +16 -0
- package/dist-es/commands/DeleteDataTableCommand.js +16 -0
- package/dist-es/commands/DeleteWorkspaceCommand.js +16 -0
- package/dist-es/commands/DeleteWorkspaceMediaCommand.js +16 -0
- package/dist-es/commands/DeleteWorkspacePageCommand.js +16 -0
- package/dist-es/commands/DescribeDataTableAttributeCommand.js +16 -0
- package/dist-es/commands/DescribeDataTableCommand.js +16 -0
- package/dist-es/commands/DescribeWorkspaceCommand.js +16 -0
- package/dist-es/commands/DisassociateSecurityProfilesCommand.js +16 -0
- package/dist-es/commands/DisassociateWorkspaceCommand.js +16 -0
- package/dist-es/commands/EvaluateDataTableValuesCommand.js +16 -0
- package/dist-es/commands/ImportWorkspaceMediaCommand.js +16 -0
- package/dist-es/commands/ListDataTableAttributesCommand.js +16 -0
- package/dist-es/commands/ListDataTablePrimaryValuesCommand.js +16 -0
- package/dist-es/commands/ListDataTableValuesCommand.js +16 -0
- package/dist-es/commands/ListDataTablesCommand.js +16 -0
- package/dist-es/commands/ListEntitySecurityProfilesCommand.js +16 -0
- package/dist-es/commands/ListSecurityProfileFlowModulesCommand.js +16 -0
- package/dist-es/commands/ListWorkspaceMediaCommand.js +16 -0
- package/dist-es/commands/ListWorkspacePagesCommand.js +16 -0
- package/dist-es/commands/ListWorkspacesCommand.js +16 -0
- package/dist-es/commands/SearchDataTablesCommand.js +16 -0
- package/dist-es/commands/SearchViewsCommand.js +16 -0
- package/dist-es/commands/SearchWorkspaceAssociationsCommand.js +16 -0
- package/dist-es/commands/SearchWorkspacesCommand.js +16 -0
- package/dist-es/commands/StartContactMediaProcessingCommand.js +16 -0
- package/dist-es/commands/StopContactMediaProcessingCommand.js +16 -0
- package/dist-es/commands/UpdateDataTableAttributeCommand.js +16 -0
- package/dist-es/commands/UpdateDataTableMetadataCommand.js +16 -0
- package/dist-es/commands/UpdateDataTablePrimaryValuesCommand.js +16 -0
- package/dist-es/commands/UpdateWorkspaceMetadataCommand.js +16 -0
- package/dist-es/commands/UpdateWorkspacePageCommand.js +16 -0
- package/dist-es/commands/UpdateWorkspaceThemeCommand.js +16 -0
- package/dist-es/commands/UpdateWorkspaceVisibilityCommand.js +16 -0
- package/dist-es/commands/index.js +44 -0
- package/dist-es/models/enums.js +103 -0
- package/dist-es/models/errors.js +14 -14
- package/dist-es/pagination/EvaluateDataTableValuesPaginator.js +4 -0
- package/dist-es/pagination/ListDataTableAttributesPaginator.js +4 -0
- package/dist-es/pagination/ListDataTablePrimaryValuesPaginator.js +4 -0
- package/dist-es/pagination/ListDataTableValuesPaginator.js +4 -0
- package/dist-es/pagination/ListDataTablesPaginator.js +4 -0
- package/dist-es/pagination/ListWorkspacePagesPaginator.js +4 -0
- package/dist-es/pagination/ListWorkspacesPaginator.js +4 -0
- package/dist-es/pagination/SearchDataTablesPaginator.js +4 -0
- package/dist-es/pagination/SearchViewsPaginator.js +4 -0
- package/dist-es/pagination/SearchWorkspaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/SearchWorkspacesPaginator.js +4 -0
- package/dist-es/pagination/index.js +11 -0
- package/dist-es/schemas/schemas_0.js +2407 -257
- package/dist-types/Connect.d.ts +320 -13
- package/dist-types/ConnectClient.d.ts +56 -15
- package/dist-types/commands/ActivateEvaluationFormCommand.d.ts +2 -2
- package/dist-types/commands/AssociateAnalyticsDataSetCommand.d.ts +2 -2
- package/dist-types/commands/AssociateBotCommand.d.ts +2 -2
- package/dist-types/commands/AssociateContactWithUserCommand.d.ts +14 -17
- package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +2 -2
- package/dist-types/commands/AssociateEmailAddressAliasCommand.d.ts +21 -28
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +6 -6
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +1 -2
- package/dist-types/commands/AssociateLexBotCommand.d.ts +2 -2
- package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +5 -8
- package/dist-types/commands/AssociateSecurityProfilesCommand.d.ts +100 -0
- package/dist-types/commands/AssociateTrafficDistributionGroupUserCommand.d.ts +2 -2
- package/dist-types/commands/AssociateWorkspaceCommand.d.ts +110 -0
- package/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +2 -2
- package/dist-types/commands/BatchCreateDataTableValueCommand.d.ts +152 -0
- package/dist-types/commands/BatchDeleteDataTableValueCommand.d.ts +142 -0
- package/dist-types/commands/BatchDescribeDataTableValueCommand.d.ts +138 -0
- package/dist-types/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +2 -3
- package/dist-types/commands/BatchPutContactCommand.d.ts +6 -7
- package/dist-types/commands/BatchUpdateDataTableValueCommand.d.ts +145 -0
- package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +8 -8
- package/dist-types/commands/CompleteAttachedFileUploadCommand.d.ts +2 -2
- package/dist-types/commands/CreateContactCommand.d.ts +12 -14
- package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateContactFlowVersionCommand.d.ts +4 -5
- package/dist-types/commands/CreateDataTableAttributeCommand.d.ts +132 -0
- package/dist-types/commands/CreateDataTableCommand.d.ts +117 -0
- package/dist-types/commands/CreateEmailAddressCommand.d.ts +3 -3
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +69 -13
- package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +1 -2
- package/dist-types/commands/CreateInstanceCommand.d.ts +5 -5
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +2 -3
- package/dist-types/commands/CreateParticipantCommand.d.ts +5 -5
- package/dist-types/commands/CreatePersistentContactAssociationCommand.d.ts +3 -3
- package/dist-types/commands/CreatePredefinedAttributeCommand.d.ts +11 -13
- package/dist-types/commands/CreatePromptCommand.d.ts +3 -3
- package/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +2 -4
- package/dist-types/commands/CreateQueueCommand.d.ts +5 -6
- package/dist-types/commands/CreateQuickConnectCommand.d.ts +4 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +3 -3
- package/dist-types/commands/CreateSecurityProfileCommand.d.ts +25 -4
- package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserCommand.d.ts +5 -5
- package/dist-types/commands/CreateViewCommand.d.ts +8 -11
- package/dist-types/commands/CreateViewVersionCommand.d.ts +5 -7
- package/dist-types/commands/CreateVocabularyCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +190 -0
- package/dist-types/commands/CreateWorkspacePageCommand.d.ts +107 -0
- package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAttachedFileCommand.d.ts +2 -2
- package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +3 -2
- package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContactFlowVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataTableAttributeCommand.d.ts +103 -0
- package/dist-types/commands/DeleteDataTableCommand.d.ts +95 -0
- package/dist-types/commands/DeleteEmailAddressCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEvaluationFormCommand.d.ts +2 -3
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +2 -3
- package/dist-types/commands/DeleteInstanceCommand.d.ts +3 -4
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +3 -3
- package/dist-types/commands/DeletePredefinedAttributeCommand.d.ts +4 -5
- package/dist-types/commands/DeletePromptCommand.d.ts +1 -1
- package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueueCommand.d.ts +4 -5
- package/dist-types/commands/DeleteQuickConnectCommand.d.ts +5 -7
- package/dist-types/commands/DeleteRoutingProfileCommand.d.ts +4 -5
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -5
- package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +7 -9
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +7 -10
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +6 -7
- package/dist-types/commands/DeleteViewCommand.d.ts +5 -7
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +4 -5
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +4 -5
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +91 -0
- package/dist-types/commands/DeleteWorkspaceMediaCommand.d.ts +89 -0
- package/dist-types/commands/DeleteWorkspacePageCommand.d.ts +95 -0
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +35 -14
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +85 -10
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +8 -10
- package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +3 -4
- package/dist-types/commands/DescribeDataTableAttributeCommand.d.ts +129 -0
- package/dist-types/commands/DescribeDataTableCommand.d.ts +115 -0
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +67 -11
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstanceCommand.d.ts +4 -5
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +2 -2
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +4 -7
- package/dist-types/commands/DescribePredefinedAttributeCommand.d.ts +10 -12
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +4 -1
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +3 -2
- package/dist-types/commands/DescribeRuleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +18 -4
- package/dist-types/commands/DescribeUserCommand.d.ts +3 -2
- package/dist-types/commands/DescribeViewCommand.d.ts +4 -4
- package/dist-types/commands/DescribeWorkspaceCommand.d.ts +187 -0
- package/dist-types/commands/DisassociateBotCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateEmailAddressAliasCommand.d.ts +24 -32
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +1 -2
- package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +5 -8
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateSecurityProfilesCommand.d.ts +101 -0
- package/dist-types/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateWorkspaceCommand.d.ts +107 -0
- package/dist-types/commands/DismissUserContactCommand.d.ts +3 -5
- package/dist-types/commands/EvaluateDataTableValuesCommand.d.ts +125 -0
- package/dist-types/commands/GetAttachedFileCommand.d.ts +2 -3
- package/dist-types/commands/GetContactMetricsCommand.d.ts +5 -8
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +8 -10
- package/dist-types/commands/GetFederationTokenCommand.d.ts +6 -10
- package/dist-types/commands/GetMetricDataCommand.d.ts +6 -9
- package/dist-types/commands/GetMetricDataV2Command.d.ts +18 -16
- package/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -2
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +14 -16
- package/dist-types/commands/ImportWorkspaceMediaCommand.d.ts +90 -0
- package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +1 -2
- package/dist-types/commands/ListAssociatedContactsCommand.d.ts +1 -2
- package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +2 -1
- package/dist-types/commands/ListBotsCommand.d.ts +3 -1
- package/dist-types/commands/ListContactEvaluationsCommand.d.ts +5 -0
- package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +1 -2
- package/dist-types/commands/ListContactFlowVersionsCommand.d.ts +2 -3
- package/dist-types/commands/ListContactFlowsCommand.d.ts +4 -3
- package/dist-types/commands/ListContactReferencesCommand.d.ts +9 -5
- package/dist-types/commands/ListDataTableAttributesCommand.d.ts +136 -0
- package/dist-types/commands/ListDataTablePrimaryValuesCommand.d.ts +120 -0
- package/dist-types/commands/ListDataTableValuesCommand.d.ts +130 -0
- package/dist-types/commands/ListDataTablesCommand.d.ts +103 -0
- package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListEntitySecurityProfilesCommand.d.ts +98 -0
- package/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +1 -1
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +4 -5
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +2 -2
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +2 -3
- package/dist-types/commands/ListInstancesCommand.d.ts +4 -4
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +4 -5
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +3 -3
- package/dist-types/commands/ListLexBotsCommand.d.ts +3 -4
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +9 -13
- package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +9 -11
- package/dist-types/commands/ListPredefinedAttributesCommand.d.ts +11 -13
- package/dist-types/commands/ListPromptsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +2 -2
- package/dist-types/commands/ListQueuesCommand.d.ts +6 -7
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +4 -5
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +7 -8
- package/dist-types/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +8 -12
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +3 -5
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -2
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListSecurityProfileFlowModulesCommand.d.ts +100 -0
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +3 -4
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +3 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -3
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +2 -4
- package/dist-types/commands/ListUsersCommand.d.ts +1 -2
- package/dist-types/commands/ListViewVersionsCommand.d.ts +1 -2
- package/dist-types/commands/ListWorkspaceMediaCommand.d.ts +98 -0
- package/dist-types/commands/ListWorkspacePagesCommand.d.ts +103 -0
- package/dist-types/commands/ListWorkspacesCommand.d.ts +103 -0
- package/dist-types/commands/MonitorContactCommand.d.ts +2 -3
- package/dist-types/commands/PauseContactCommand.d.ts +2 -2
- package/dist-types/commands/PutUserStatusCommand.d.ts +4 -4
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +9 -11
- package/dist-types/commands/ReplicateInstanceCommand.d.ts +4 -5
- package/dist-types/commands/ResumeContactCommand.d.ts +2 -2
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +3 -4
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -3
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +10 -7
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +18 -0
- package/dist-types/commands/SearchDataTablesCommand.d.ts +166 -0
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +6 -5
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +1 -2
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +10 -12
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +4 -1
- package/dist-types/commands/SearchResourceTagsCommand.d.ts +2 -2
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +4 -6
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +3 -4
- package/dist-types/commands/SearchViewsCommand.d.ts +173 -0
- package/dist-types/commands/SearchVocabulariesCommand.d.ts +2 -2
- package/dist-types/commands/SearchWorkspaceAssociationsCommand.d.ts +154 -0
- package/dist-types/commands/SearchWorkspacesCommand.d.ts +158 -0
- package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +9 -10
- package/dist-types/commands/SendOutboundEmailCommand.d.ts +4 -4
- package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -3
- package/dist-types/commands/StartChatContactCommand.d.ts +13 -12
- package/dist-types/commands/StartContactEvaluationCommand.d.ts +4 -6
- package/dist-types/commands/StartContactMediaProcessingCommand.d.ts +97 -0
- package/dist-types/commands/StartContactRecordingCommand.d.ts +9 -11
- package/dist-types/commands/StartContactStreamingCommand.d.ts +2 -2
- package/dist-types/commands/StartEmailContactCommand.d.ts +3 -3
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +15 -15
- package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +4 -3
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +17 -17
- package/dist-types/commands/StartScreenSharingCommand.d.ts +3 -4
- package/dist-types/commands/StartTaskContactCommand.d.ts +20 -25
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +5 -4
- package/dist-types/commands/StopContactCommand.d.ts +4 -5
- package/dist-types/commands/StopContactMediaProcessingCommand.d.ts +91 -0
- package/dist-types/commands/StopContactRecordingCommand.d.ts +5 -6
- package/dist-types/commands/StopContactStreamingCommand.d.ts +2 -3
- package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +10 -7
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +7 -7
- package/dist-types/commands/TagContactCommand.d.ts +3 -4
- package/dist-types/commands/TagResourceCommand.d.ts +5 -7
- package/dist-types/commands/TransferContactCommand.d.ts +7 -8
- package/dist-types/commands/UntagContactCommand.d.ts +3 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +9 -14
- package/dist-types/commands/UpdateContactCommand.d.ts +7 -9
- package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +8 -5
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +4 -5
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -5
- package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +9 -13
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataTableAttributeCommand.d.ts +132 -0
- package/dist-types/commands/UpdateDataTableMetadataCommand.d.ts +109 -0
- package/dist-types/commands/UpdateDataTablePrimaryValuesCommand.d.ts +120 -0
- package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +71 -16
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateParticipantAuthenticationCommand.d.ts +11 -11
- package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +9 -14
- package/dist-types/commands/UpdatePhoneNumberMetadataCommand.d.ts +4 -5
- package/dist-types/commands/UpdatePredefinedAttributeCommand.d.ts +12 -13
- package/dist-types/commands/UpdatePromptCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +2 -3
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +7 -9
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +5 -2
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +3 -4
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +2 -3
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +2 -3
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +4 -4
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +26 -5
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +3 -4
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +6 -6
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +4 -5
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +6 -8
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +9 -11
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +6 -7
- package/dist-types/commands/UpdateWorkspaceMetadataCommand.d.ts +97 -0
- package/dist-types/commands/UpdateWorkspacePageCommand.d.ts +102 -0
- package/dist-types/commands/UpdateWorkspaceThemeCommand.d.ts +173 -0
- package/dist-types/commands/UpdateWorkspaceVisibilityCommand.d.ts +92 -0
- package/dist-types/commands/index.d.ts +44 -0
- package/dist-types/index.d.ts +10 -13
- package/dist-types/models/enums.d.ts +263 -0
- package/dist-types/models/errors.d.ts +22 -24
- package/dist-types/models/models_0.d.ts +2763 -2635
- package/dist-types/models/models_1.d.ts +5591 -6229
- package/dist-types/models/models_2.d.ts +3898 -3652
- package/dist-types/models/models_3.d.ts +4041 -284
- package/dist-types/pagination/EvaluateDataTableValuesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataTableAttributesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataTablePrimaryValuesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataTableValuesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkspacePagesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkspacesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchDataTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchViewsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchWorkspaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchWorkspacesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/schemas/schemas_0.d.ts +256 -0
- package/dist-types/ts3.4/Connect.d.ts +750 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +266 -2
- package/dist-types/ts3.4/commands/AssociateSecurityProfilesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/AssociateWorkspaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchCreateDataTableValueCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchDeleteDataTableValueCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchDescribeDataTableValueCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchUpdateDataTableValueCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDataTableAttributeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDataTableCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateWorkspacePageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteContactFlowVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataTableAttributeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDataTableCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePromptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceMediaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteWorkspacePageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataTableAttributeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataTableCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateSecurityProfilesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DisassociateWorkspaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EvaluateDataTableValuesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ImportWorkspaceMediaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataTableAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataTablePrimaryValuesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataTableValuesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataTablesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEntitySecurityProfilesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPredefinedAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListSecurityProfileFlowModulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkspaceMediaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkspacePagesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/SearchDataTablesCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/SearchViewsCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/SearchWorkspaceAssociationsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchWorkspacesCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/StartContactMediaProcessingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactMediaProcessingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataTableAttributeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataTableMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataTablePrimaryValuesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateParticipantAuthenticationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateParticipantRoleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePhoneNumberMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePredefinedAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePromptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateWorkspacePageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceThemeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceVisibilityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +44 -0
- package/dist-types/ts3.4/models/enums.d.ts +137 -0
- package/dist-types/ts3.4/models/errors.d.ts +11 -11
- package/dist-types/ts3.4/models/models_0.d.ts +363 -276
- package/dist-types/ts3.4/models/models_1.d.ts +517 -761
- package/dist-types/ts3.4/models/models_2.d.ts +1467 -1247
- package/dist-types/ts3.4/models/models_3.d.ts +982 -29
- package/dist-types/ts3.4/pagination/EvaluateDataTableValuesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataTableAttributesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataTablePrimaryValuesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataTableValuesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkspacePagesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchDataTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchViewsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchWorkspaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchWorkspacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +256 -0
- package/package.json +5 -5
package/dist-es/Connect.js
CHANGED
|
@@ -14,13 +14,19 @@ import { AssociatePhoneNumberContactFlowCommand, } from "./commands/AssociatePho
|
|
|
14
14
|
import { AssociateQueueQuickConnectsCommand, } from "./commands/AssociateQueueQuickConnectsCommand";
|
|
15
15
|
import { AssociateRoutingProfileQueuesCommand, } from "./commands/AssociateRoutingProfileQueuesCommand";
|
|
16
16
|
import { AssociateSecurityKeyCommand, } from "./commands/AssociateSecurityKeyCommand";
|
|
17
|
+
import { AssociateSecurityProfilesCommand, } from "./commands/AssociateSecurityProfilesCommand";
|
|
17
18
|
import { AssociateTrafficDistributionGroupUserCommand, } from "./commands/AssociateTrafficDistributionGroupUserCommand";
|
|
18
19
|
import { AssociateUserProficienciesCommand, } from "./commands/AssociateUserProficienciesCommand";
|
|
20
|
+
import { AssociateWorkspaceCommand, } from "./commands/AssociateWorkspaceCommand";
|
|
19
21
|
import { BatchAssociateAnalyticsDataSetCommand, } from "./commands/BatchAssociateAnalyticsDataSetCommand";
|
|
22
|
+
import { BatchCreateDataTableValueCommand, } from "./commands/BatchCreateDataTableValueCommand";
|
|
23
|
+
import { BatchDeleteDataTableValueCommand, } from "./commands/BatchDeleteDataTableValueCommand";
|
|
24
|
+
import { BatchDescribeDataTableValueCommand, } from "./commands/BatchDescribeDataTableValueCommand";
|
|
20
25
|
import { BatchDisassociateAnalyticsDataSetCommand, } from "./commands/BatchDisassociateAnalyticsDataSetCommand";
|
|
21
26
|
import { BatchGetAttachedFileMetadataCommand, } from "./commands/BatchGetAttachedFileMetadataCommand";
|
|
22
27
|
import { BatchGetFlowAssociationCommand, } from "./commands/BatchGetFlowAssociationCommand";
|
|
23
28
|
import { BatchPutContactCommand, } from "./commands/BatchPutContactCommand";
|
|
29
|
+
import { BatchUpdateDataTableValueCommand, } from "./commands/BatchUpdateDataTableValueCommand";
|
|
24
30
|
import { ClaimPhoneNumberCommand, } from "./commands/ClaimPhoneNumberCommand";
|
|
25
31
|
import { CompleteAttachedFileUploadCommand, } from "./commands/CompleteAttachedFileUploadCommand";
|
|
26
32
|
import { CreateAgentStatusCommand, } from "./commands/CreateAgentStatusCommand";
|
|
@@ -30,6 +36,8 @@ import { CreateContactFlowModuleAliasCommand, } from "./commands/CreateContactFl
|
|
|
30
36
|
import { CreateContactFlowModuleCommand, } from "./commands/CreateContactFlowModuleCommand";
|
|
31
37
|
import { CreateContactFlowModuleVersionCommand, } from "./commands/CreateContactFlowModuleVersionCommand";
|
|
32
38
|
import { CreateContactFlowVersionCommand, } from "./commands/CreateContactFlowVersionCommand";
|
|
39
|
+
import { CreateDataTableAttributeCommand, } from "./commands/CreateDataTableAttributeCommand";
|
|
40
|
+
import { CreateDataTableCommand, } from "./commands/CreateDataTableCommand";
|
|
33
41
|
import { CreateEmailAddressCommand, } from "./commands/CreateEmailAddressCommand";
|
|
34
42
|
import { CreateEvaluationFormCommand, } from "./commands/CreateEvaluationFormCommand";
|
|
35
43
|
import { CreateHoursOfOperationCommand, } from "./commands/CreateHoursOfOperationCommand";
|
|
@@ -54,6 +62,8 @@ import { CreateUserHierarchyGroupCommand, } from "./commands/CreateUserHierarchy
|
|
|
54
62
|
import { CreateViewCommand } from "./commands/CreateViewCommand";
|
|
55
63
|
import { CreateViewVersionCommand, } from "./commands/CreateViewVersionCommand";
|
|
56
64
|
import { CreateVocabularyCommand, } from "./commands/CreateVocabularyCommand";
|
|
65
|
+
import { CreateWorkspaceCommand, } from "./commands/CreateWorkspaceCommand";
|
|
66
|
+
import { CreateWorkspacePageCommand, } from "./commands/CreateWorkspacePageCommand";
|
|
57
67
|
import { DeactivateEvaluationFormCommand, } from "./commands/DeactivateEvaluationFormCommand";
|
|
58
68
|
import { DeleteAttachedFileCommand, } from "./commands/DeleteAttachedFileCommand";
|
|
59
69
|
import { DeleteContactEvaluationCommand, } from "./commands/DeleteContactEvaluationCommand";
|
|
@@ -62,6 +72,8 @@ import { DeleteContactFlowModuleAliasCommand, } from "./commands/DeleteContactFl
|
|
|
62
72
|
import { DeleteContactFlowModuleCommand, } from "./commands/DeleteContactFlowModuleCommand";
|
|
63
73
|
import { DeleteContactFlowModuleVersionCommand, } from "./commands/DeleteContactFlowModuleVersionCommand";
|
|
64
74
|
import { DeleteContactFlowVersionCommand, } from "./commands/DeleteContactFlowVersionCommand";
|
|
75
|
+
import { DeleteDataTableAttributeCommand, } from "./commands/DeleteDataTableAttributeCommand";
|
|
76
|
+
import { DeleteDataTableCommand, } from "./commands/DeleteDataTableCommand";
|
|
65
77
|
import { DeleteEmailAddressCommand, } from "./commands/DeleteEmailAddressCommand";
|
|
66
78
|
import { DeleteEvaluationFormCommand, } from "./commands/DeleteEvaluationFormCommand";
|
|
67
79
|
import { DeleteHoursOfOperationCommand, } from "./commands/DeleteHoursOfOperationCommand";
|
|
@@ -84,6 +96,9 @@ import { DeleteUserHierarchyGroupCommand, } from "./commands/DeleteUserHierarchy
|
|
|
84
96
|
import { DeleteViewCommand } from "./commands/DeleteViewCommand";
|
|
85
97
|
import { DeleteViewVersionCommand, } from "./commands/DeleteViewVersionCommand";
|
|
86
98
|
import { DeleteVocabularyCommand, } from "./commands/DeleteVocabularyCommand";
|
|
99
|
+
import { DeleteWorkspaceCommand, } from "./commands/DeleteWorkspaceCommand";
|
|
100
|
+
import { DeleteWorkspaceMediaCommand, } from "./commands/DeleteWorkspaceMediaCommand";
|
|
101
|
+
import { DeleteWorkspacePageCommand, } from "./commands/DeleteWorkspacePageCommand";
|
|
87
102
|
import { DescribeAgentStatusCommand, } from "./commands/DescribeAgentStatusCommand";
|
|
88
103
|
import { DescribeAuthenticationProfileCommand, } from "./commands/DescribeAuthenticationProfileCommand";
|
|
89
104
|
import { DescribeContactCommand, } from "./commands/DescribeContactCommand";
|
|
@@ -91,6 +106,8 @@ import { DescribeContactEvaluationCommand, } from "./commands/DescribeContactEva
|
|
|
91
106
|
import { DescribeContactFlowCommand, } from "./commands/DescribeContactFlowCommand";
|
|
92
107
|
import { DescribeContactFlowModuleAliasCommand, } from "./commands/DescribeContactFlowModuleAliasCommand";
|
|
93
108
|
import { DescribeContactFlowModuleCommand, } from "./commands/DescribeContactFlowModuleCommand";
|
|
109
|
+
import { DescribeDataTableAttributeCommand, } from "./commands/DescribeDataTableAttributeCommand";
|
|
110
|
+
import { DescribeDataTableCommand, } from "./commands/DescribeDataTableCommand";
|
|
94
111
|
import { DescribeEmailAddressCommand, } from "./commands/DescribeEmailAddressCommand";
|
|
95
112
|
import { DescribeEvaluationFormCommand, } from "./commands/DescribeEvaluationFormCommand";
|
|
96
113
|
import { DescribeHoursOfOperationCommand, } from "./commands/DescribeHoursOfOperationCommand";
|
|
@@ -112,6 +129,7 @@ import { DescribeUserHierarchyGroupCommand, } from "./commands/DescribeUserHiera
|
|
|
112
129
|
import { DescribeUserHierarchyStructureCommand, } from "./commands/DescribeUserHierarchyStructureCommand";
|
|
113
130
|
import { DescribeViewCommand, } from "./commands/DescribeViewCommand";
|
|
114
131
|
import { DescribeVocabularyCommand, } from "./commands/DescribeVocabularyCommand";
|
|
132
|
+
import { DescribeWorkspaceCommand, } from "./commands/DescribeWorkspaceCommand";
|
|
115
133
|
import { DisassociateAnalyticsDataSetCommand, } from "./commands/DisassociateAnalyticsDataSetCommand";
|
|
116
134
|
import { DisassociateApprovedOriginCommand, } from "./commands/DisassociateApprovedOriginCommand";
|
|
117
135
|
import { DisassociateBotCommand, } from "./commands/DisassociateBotCommand";
|
|
@@ -124,9 +142,12 @@ import { DisassociatePhoneNumberContactFlowCommand, } from "./commands/Disassoci
|
|
|
124
142
|
import { DisassociateQueueQuickConnectsCommand, } from "./commands/DisassociateQueueQuickConnectsCommand";
|
|
125
143
|
import { DisassociateRoutingProfileQueuesCommand, } from "./commands/DisassociateRoutingProfileQueuesCommand";
|
|
126
144
|
import { DisassociateSecurityKeyCommand, } from "./commands/DisassociateSecurityKeyCommand";
|
|
145
|
+
import { DisassociateSecurityProfilesCommand, } from "./commands/DisassociateSecurityProfilesCommand";
|
|
127
146
|
import { DisassociateTrafficDistributionGroupUserCommand, } from "./commands/DisassociateTrafficDistributionGroupUserCommand";
|
|
128
147
|
import { DisassociateUserProficienciesCommand, } from "./commands/DisassociateUserProficienciesCommand";
|
|
148
|
+
import { DisassociateWorkspaceCommand, } from "./commands/DisassociateWorkspaceCommand";
|
|
129
149
|
import { DismissUserContactCommand, } from "./commands/DismissUserContactCommand";
|
|
150
|
+
import { EvaluateDataTableValuesCommand, } from "./commands/EvaluateDataTableValuesCommand";
|
|
130
151
|
import { GetAttachedFileCommand, } from "./commands/GetAttachedFileCommand";
|
|
131
152
|
import { GetContactAttributesCommand, } from "./commands/GetContactAttributesCommand";
|
|
132
153
|
import { GetContactMetricsCommand, } from "./commands/GetContactMetricsCommand";
|
|
@@ -141,6 +162,7 @@ import { GetPromptFileCommand, } from "./commands/GetPromptFileCommand";
|
|
|
141
162
|
import { GetTaskTemplateCommand, } from "./commands/GetTaskTemplateCommand";
|
|
142
163
|
import { GetTrafficDistributionCommand, } from "./commands/GetTrafficDistributionCommand";
|
|
143
164
|
import { ImportPhoneNumberCommand, } from "./commands/ImportPhoneNumberCommand";
|
|
165
|
+
import { ImportWorkspaceMediaCommand, } from "./commands/ImportWorkspaceMediaCommand";
|
|
144
166
|
import { ListAgentStatusesCommand, } from "./commands/ListAgentStatusesCommand";
|
|
145
167
|
import { ListAnalyticsDataAssociationsCommand, } from "./commands/ListAnalyticsDataAssociationsCommand";
|
|
146
168
|
import { ListAnalyticsDataLakeDataSetsCommand, } from "./commands/ListAnalyticsDataLakeDataSetsCommand";
|
|
@@ -155,7 +177,12 @@ import { ListContactFlowModuleVersionsCommand, } from "./commands/ListContactFlo
|
|
|
155
177
|
import { ListContactFlowsCommand, } from "./commands/ListContactFlowsCommand";
|
|
156
178
|
import { ListContactFlowVersionsCommand, } from "./commands/ListContactFlowVersionsCommand";
|
|
157
179
|
import { ListContactReferencesCommand, } from "./commands/ListContactReferencesCommand";
|
|
180
|
+
import { ListDataTableAttributesCommand, } from "./commands/ListDataTableAttributesCommand";
|
|
181
|
+
import { ListDataTablePrimaryValuesCommand, } from "./commands/ListDataTablePrimaryValuesCommand";
|
|
182
|
+
import { ListDataTablesCommand, } from "./commands/ListDataTablesCommand";
|
|
183
|
+
import { ListDataTableValuesCommand, } from "./commands/ListDataTableValuesCommand";
|
|
158
184
|
import { ListDefaultVocabulariesCommand, } from "./commands/ListDefaultVocabulariesCommand";
|
|
185
|
+
import { ListEntitySecurityProfilesCommand, } from "./commands/ListEntitySecurityProfilesCommand";
|
|
159
186
|
import { ListEvaluationFormsCommand, } from "./commands/ListEvaluationFormsCommand";
|
|
160
187
|
import { ListEvaluationFormVersionsCommand, } from "./commands/ListEvaluationFormVersionsCommand";
|
|
161
188
|
import { ListFlowAssociationsCommand, } from "./commands/ListFlowAssociationsCommand";
|
|
@@ -181,6 +208,7 @@ import { ListRoutingProfilesCommand, } from "./commands/ListRoutingProfilesComma
|
|
|
181
208
|
import { ListRulesCommand } from "./commands/ListRulesCommand";
|
|
182
209
|
import { ListSecurityKeysCommand, } from "./commands/ListSecurityKeysCommand";
|
|
183
210
|
import { ListSecurityProfileApplicationsCommand, } from "./commands/ListSecurityProfileApplicationsCommand";
|
|
211
|
+
import { ListSecurityProfileFlowModulesCommand, } from "./commands/ListSecurityProfileFlowModulesCommand";
|
|
184
212
|
import { ListSecurityProfilePermissionsCommand, } from "./commands/ListSecurityProfilePermissionsCommand";
|
|
185
213
|
import { ListSecurityProfilesCommand, } from "./commands/ListSecurityProfilesCommand";
|
|
186
214
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
@@ -193,6 +221,9 @@ import { ListUserProficienciesCommand, } from "./commands/ListUserProficienciesC
|
|
|
193
221
|
import { ListUsersCommand } from "./commands/ListUsersCommand";
|
|
194
222
|
import { ListViewsCommand } from "./commands/ListViewsCommand";
|
|
195
223
|
import { ListViewVersionsCommand, } from "./commands/ListViewVersionsCommand";
|
|
224
|
+
import { ListWorkspaceMediaCommand, } from "./commands/ListWorkspaceMediaCommand";
|
|
225
|
+
import { ListWorkspacePagesCommand, } from "./commands/ListWorkspacePagesCommand";
|
|
226
|
+
import { ListWorkspacesCommand, } from "./commands/ListWorkspacesCommand";
|
|
196
227
|
import { MonitorContactCommand, } from "./commands/MonitorContactCommand";
|
|
197
228
|
import { PauseContactCommand, } from "./commands/PauseContactCommand";
|
|
198
229
|
import { PutUserStatusCommand, } from "./commands/PutUserStatusCommand";
|
|
@@ -206,6 +237,7 @@ import { SearchContactEvaluationsCommand, } from "./commands/SearchContactEvalua
|
|
|
206
237
|
import { SearchContactFlowModulesCommand, } from "./commands/SearchContactFlowModulesCommand";
|
|
207
238
|
import { SearchContactFlowsCommand, } from "./commands/SearchContactFlowsCommand";
|
|
208
239
|
import { SearchContactsCommand, } from "./commands/SearchContactsCommand";
|
|
240
|
+
import { SearchDataTablesCommand, } from "./commands/SearchDataTablesCommand";
|
|
209
241
|
import { SearchEmailAddressesCommand, } from "./commands/SearchEmailAddressesCommand";
|
|
210
242
|
import { SearchEvaluationFormsCommand, } from "./commands/SearchEvaluationFormsCommand";
|
|
211
243
|
import { SearchHoursOfOperationOverridesCommand, } from "./commands/SearchHoursOfOperationOverridesCommand";
|
|
@@ -219,12 +251,16 @@ import { SearchRoutingProfilesCommand, } from "./commands/SearchRoutingProfilesC
|
|
|
219
251
|
import { SearchSecurityProfilesCommand, } from "./commands/SearchSecurityProfilesCommand";
|
|
220
252
|
import { SearchUserHierarchyGroupsCommand, } from "./commands/SearchUserHierarchyGroupsCommand";
|
|
221
253
|
import { SearchUsersCommand } from "./commands/SearchUsersCommand";
|
|
254
|
+
import { SearchViewsCommand } from "./commands/SearchViewsCommand";
|
|
222
255
|
import { SearchVocabulariesCommand, } from "./commands/SearchVocabulariesCommand";
|
|
256
|
+
import { SearchWorkspaceAssociationsCommand, } from "./commands/SearchWorkspaceAssociationsCommand";
|
|
257
|
+
import { SearchWorkspacesCommand, } from "./commands/SearchWorkspacesCommand";
|
|
223
258
|
import { SendChatIntegrationEventCommand, } from "./commands/SendChatIntegrationEventCommand";
|
|
224
259
|
import { SendOutboundEmailCommand, } from "./commands/SendOutboundEmailCommand";
|
|
225
260
|
import { StartAttachedFileUploadCommand, } from "./commands/StartAttachedFileUploadCommand";
|
|
226
261
|
import { StartChatContactCommand, } from "./commands/StartChatContactCommand";
|
|
227
262
|
import { StartContactEvaluationCommand, } from "./commands/StartContactEvaluationCommand";
|
|
263
|
+
import { StartContactMediaProcessingCommand, } from "./commands/StartContactMediaProcessingCommand";
|
|
228
264
|
import { StartContactRecordingCommand, } from "./commands/StartContactRecordingCommand";
|
|
229
265
|
import { StartContactStreamingCommand, } from "./commands/StartContactStreamingCommand";
|
|
230
266
|
import { StartEmailContactCommand, } from "./commands/StartEmailContactCommand";
|
|
@@ -235,6 +271,7 @@ import { StartScreenSharingCommand, } from "./commands/StartScreenSharingCommand
|
|
|
235
271
|
import { StartTaskContactCommand, } from "./commands/StartTaskContactCommand";
|
|
236
272
|
import { StartWebRTCContactCommand, } from "./commands/StartWebRTCContactCommand";
|
|
237
273
|
import { StopContactCommand } from "./commands/StopContactCommand";
|
|
274
|
+
import { StopContactMediaProcessingCommand, } from "./commands/StopContactMediaProcessingCommand";
|
|
238
275
|
import { StopContactRecordingCommand, } from "./commands/StopContactRecordingCommand";
|
|
239
276
|
import { StopContactStreamingCommand, } from "./commands/StopContactStreamingCommand";
|
|
240
277
|
import { SubmitContactEvaluationCommand, } from "./commands/SubmitContactEvaluationCommand";
|
|
@@ -257,6 +294,9 @@ import { UpdateContactFlowModuleMetadataCommand, } from "./commands/UpdateContac
|
|
|
257
294
|
import { UpdateContactFlowNameCommand, } from "./commands/UpdateContactFlowNameCommand";
|
|
258
295
|
import { UpdateContactRoutingDataCommand, } from "./commands/UpdateContactRoutingDataCommand";
|
|
259
296
|
import { UpdateContactScheduleCommand, } from "./commands/UpdateContactScheduleCommand";
|
|
297
|
+
import { UpdateDataTableAttributeCommand, } from "./commands/UpdateDataTableAttributeCommand";
|
|
298
|
+
import { UpdateDataTableMetadataCommand, } from "./commands/UpdateDataTableMetadataCommand";
|
|
299
|
+
import { UpdateDataTablePrimaryValuesCommand, } from "./commands/UpdateDataTablePrimaryValuesCommand";
|
|
260
300
|
import { UpdateEmailAddressMetadataCommand, } from "./commands/UpdateEmailAddressMetadataCommand";
|
|
261
301
|
import { UpdateEvaluationFormCommand, } from "./commands/UpdateEvaluationFormCommand";
|
|
262
302
|
import { UpdateHoursOfOperationCommand, } from "./commands/UpdateHoursOfOperationCommand";
|
|
@@ -296,6 +336,10 @@ import { UpdateUserRoutingProfileCommand, } from "./commands/UpdateUserRoutingPr
|
|
|
296
336
|
import { UpdateUserSecurityProfilesCommand, } from "./commands/UpdateUserSecurityProfilesCommand";
|
|
297
337
|
import { UpdateViewContentCommand, } from "./commands/UpdateViewContentCommand";
|
|
298
338
|
import { UpdateViewMetadataCommand, } from "./commands/UpdateViewMetadataCommand";
|
|
339
|
+
import { UpdateWorkspaceMetadataCommand, } from "./commands/UpdateWorkspaceMetadataCommand";
|
|
340
|
+
import { UpdateWorkspacePageCommand, } from "./commands/UpdateWorkspacePageCommand";
|
|
341
|
+
import { UpdateWorkspaceThemeCommand, } from "./commands/UpdateWorkspaceThemeCommand";
|
|
342
|
+
import { UpdateWorkspaceVisibilityCommand, } from "./commands/UpdateWorkspaceVisibilityCommand";
|
|
299
343
|
import { ConnectClient } from "./ConnectClient";
|
|
300
344
|
const commands = {
|
|
301
345
|
ActivateEvaluationFormCommand,
|
|
@@ -313,13 +357,19 @@ const commands = {
|
|
|
313
357
|
AssociateQueueQuickConnectsCommand,
|
|
314
358
|
AssociateRoutingProfileQueuesCommand,
|
|
315
359
|
AssociateSecurityKeyCommand,
|
|
360
|
+
AssociateSecurityProfilesCommand,
|
|
316
361
|
AssociateTrafficDistributionGroupUserCommand,
|
|
317
362
|
AssociateUserProficienciesCommand,
|
|
363
|
+
AssociateWorkspaceCommand,
|
|
318
364
|
BatchAssociateAnalyticsDataSetCommand,
|
|
365
|
+
BatchCreateDataTableValueCommand,
|
|
366
|
+
BatchDeleteDataTableValueCommand,
|
|
367
|
+
BatchDescribeDataTableValueCommand,
|
|
319
368
|
BatchDisassociateAnalyticsDataSetCommand,
|
|
320
369
|
BatchGetAttachedFileMetadataCommand,
|
|
321
370
|
BatchGetFlowAssociationCommand,
|
|
322
371
|
BatchPutContactCommand,
|
|
372
|
+
BatchUpdateDataTableValueCommand,
|
|
323
373
|
ClaimPhoneNumberCommand,
|
|
324
374
|
CompleteAttachedFileUploadCommand,
|
|
325
375
|
CreateAgentStatusCommand,
|
|
@@ -329,6 +379,8 @@ const commands = {
|
|
|
329
379
|
CreateContactFlowModuleAliasCommand,
|
|
330
380
|
CreateContactFlowModuleVersionCommand,
|
|
331
381
|
CreateContactFlowVersionCommand,
|
|
382
|
+
CreateDataTableCommand,
|
|
383
|
+
CreateDataTableAttributeCommand,
|
|
332
384
|
CreateEmailAddressCommand,
|
|
333
385
|
CreateEvaluationFormCommand,
|
|
334
386
|
CreateHoursOfOperationCommand,
|
|
@@ -353,6 +405,8 @@ const commands = {
|
|
|
353
405
|
CreateViewCommand,
|
|
354
406
|
CreateViewVersionCommand,
|
|
355
407
|
CreateVocabularyCommand,
|
|
408
|
+
CreateWorkspaceCommand,
|
|
409
|
+
CreateWorkspacePageCommand,
|
|
356
410
|
DeactivateEvaluationFormCommand,
|
|
357
411
|
DeleteAttachedFileCommand,
|
|
358
412
|
DeleteContactEvaluationCommand,
|
|
@@ -361,6 +415,8 @@ const commands = {
|
|
|
361
415
|
DeleteContactFlowModuleAliasCommand,
|
|
362
416
|
DeleteContactFlowModuleVersionCommand,
|
|
363
417
|
DeleteContactFlowVersionCommand,
|
|
418
|
+
DeleteDataTableCommand,
|
|
419
|
+
DeleteDataTableAttributeCommand,
|
|
364
420
|
DeleteEmailAddressCommand,
|
|
365
421
|
DeleteEvaluationFormCommand,
|
|
366
422
|
DeleteHoursOfOperationCommand,
|
|
@@ -383,6 +439,9 @@ const commands = {
|
|
|
383
439
|
DeleteViewCommand,
|
|
384
440
|
DeleteViewVersionCommand,
|
|
385
441
|
DeleteVocabularyCommand,
|
|
442
|
+
DeleteWorkspaceCommand,
|
|
443
|
+
DeleteWorkspaceMediaCommand,
|
|
444
|
+
DeleteWorkspacePageCommand,
|
|
386
445
|
DescribeAgentStatusCommand,
|
|
387
446
|
DescribeAuthenticationProfileCommand,
|
|
388
447
|
DescribeContactCommand,
|
|
@@ -390,6 +449,8 @@ const commands = {
|
|
|
390
449
|
DescribeContactFlowCommand,
|
|
391
450
|
DescribeContactFlowModuleCommand,
|
|
392
451
|
DescribeContactFlowModuleAliasCommand,
|
|
452
|
+
DescribeDataTableCommand,
|
|
453
|
+
DescribeDataTableAttributeCommand,
|
|
393
454
|
DescribeEmailAddressCommand,
|
|
394
455
|
DescribeEvaluationFormCommand,
|
|
395
456
|
DescribeHoursOfOperationCommand,
|
|
@@ -411,6 +472,7 @@ const commands = {
|
|
|
411
472
|
DescribeUserHierarchyStructureCommand,
|
|
412
473
|
DescribeViewCommand,
|
|
413
474
|
DescribeVocabularyCommand,
|
|
475
|
+
DescribeWorkspaceCommand,
|
|
414
476
|
DisassociateAnalyticsDataSetCommand,
|
|
415
477
|
DisassociateApprovedOriginCommand,
|
|
416
478
|
DisassociateBotCommand,
|
|
@@ -423,9 +485,12 @@ const commands = {
|
|
|
423
485
|
DisassociateQueueQuickConnectsCommand,
|
|
424
486
|
DisassociateRoutingProfileQueuesCommand,
|
|
425
487
|
DisassociateSecurityKeyCommand,
|
|
488
|
+
DisassociateSecurityProfilesCommand,
|
|
426
489
|
DisassociateTrafficDistributionGroupUserCommand,
|
|
427
490
|
DisassociateUserProficienciesCommand,
|
|
491
|
+
DisassociateWorkspaceCommand,
|
|
428
492
|
DismissUserContactCommand,
|
|
493
|
+
EvaluateDataTableValuesCommand,
|
|
429
494
|
GetAttachedFileCommand,
|
|
430
495
|
GetContactAttributesCommand,
|
|
431
496
|
GetContactMetricsCommand,
|
|
@@ -440,6 +505,7 @@ const commands = {
|
|
|
440
505
|
GetTaskTemplateCommand,
|
|
441
506
|
GetTrafficDistributionCommand,
|
|
442
507
|
ImportPhoneNumberCommand,
|
|
508
|
+
ImportWorkspaceMediaCommand,
|
|
443
509
|
ListAgentStatusesCommand,
|
|
444
510
|
ListAnalyticsDataAssociationsCommand,
|
|
445
511
|
ListAnalyticsDataLakeDataSetsCommand,
|
|
@@ -454,7 +520,12 @@ const commands = {
|
|
|
454
520
|
ListContactFlowsCommand,
|
|
455
521
|
ListContactFlowVersionsCommand,
|
|
456
522
|
ListContactReferencesCommand,
|
|
523
|
+
ListDataTableAttributesCommand,
|
|
524
|
+
ListDataTablePrimaryValuesCommand,
|
|
525
|
+
ListDataTablesCommand,
|
|
526
|
+
ListDataTableValuesCommand,
|
|
457
527
|
ListDefaultVocabulariesCommand,
|
|
528
|
+
ListEntitySecurityProfilesCommand,
|
|
458
529
|
ListEvaluationFormsCommand,
|
|
459
530
|
ListEvaluationFormVersionsCommand,
|
|
460
531
|
ListFlowAssociationsCommand,
|
|
@@ -480,6 +551,7 @@ const commands = {
|
|
|
480
551
|
ListRulesCommand,
|
|
481
552
|
ListSecurityKeysCommand,
|
|
482
553
|
ListSecurityProfileApplicationsCommand,
|
|
554
|
+
ListSecurityProfileFlowModulesCommand,
|
|
483
555
|
ListSecurityProfilePermissionsCommand,
|
|
484
556
|
ListSecurityProfilesCommand,
|
|
485
557
|
ListTagsForResourceCommand,
|
|
@@ -492,6 +564,9 @@ const commands = {
|
|
|
492
564
|
ListUsersCommand,
|
|
493
565
|
ListViewsCommand,
|
|
494
566
|
ListViewVersionsCommand,
|
|
567
|
+
ListWorkspaceMediaCommand,
|
|
568
|
+
ListWorkspacePagesCommand,
|
|
569
|
+
ListWorkspacesCommand,
|
|
495
570
|
MonitorContactCommand,
|
|
496
571
|
PauseContactCommand,
|
|
497
572
|
PutUserStatusCommand,
|
|
@@ -505,6 +580,7 @@ const commands = {
|
|
|
505
580
|
SearchContactFlowModulesCommand,
|
|
506
581
|
SearchContactFlowsCommand,
|
|
507
582
|
SearchContactsCommand,
|
|
583
|
+
SearchDataTablesCommand,
|
|
508
584
|
SearchEmailAddressesCommand,
|
|
509
585
|
SearchEvaluationFormsCommand,
|
|
510
586
|
SearchHoursOfOperationOverridesCommand,
|
|
@@ -518,12 +594,16 @@ const commands = {
|
|
|
518
594
|
SearchSecurityProfilesCommand,
|
|
519
595
|
SearchUserHierarchyGroupsCommand,
|
|
520
596
|
SearchUsersCommand,
|
|
597
|
+
SearchViewsCommand,
|
|
521
598
|
SearchVocabulariesCommand,
|
|
599
|
+
SearchWorkspaceAssociationsCommand,
|
|
600
|
+
SearchWorkspacesCommand,
|
|
522
601
|
SendChatIntegrationEventCommand,
|
|
523
602
|
SendOutboundEmailCommand,
|
|
524
603
|
StartAttachedFileUploadCommand,
|
|
525
604
|
StartChatContactCommand,
|
|
526
605
|
StartContactEvaluationCommand,
|
|
606
|
+
StartContactMediaProcessingCommand,
|
|
527
607
|
StartContactRecordingCommand,
|
|
528
608
|
StartContactStreamingCommand,
|
|
529
609
|
StartEmailContactCommand,
|
|
@@ -534,6 +614,7 @@ const commands = {
|
|
|
534
614
|
StartTaskContactCommand,
|
|
535
615
|
StartWebRTCContactCommand,
|
|
536
616
|
StopContactCommand,
|
|
617
|
+
StopContactMediaProcessingCommand,
|
|
537
618
|
StopContactRecordingCommand,
|
|
538
619
|
StopContactStreamingCommand,
|
|
539
620
|
SubmitContactEvaluationCommand,
|
|
@@ -556,6 +637,9 @@ const commands = {
|
|
|
556
637
|
UpdateContactFlowNameCommand,
|
|
557
638
|
UpdateContactRoutingDataCommand,
|
|
558
639
|
UpdateContactScheduleCommand,
|
|
640
|
+
UpdateDataTableAttributeCommand,
|
|
641
|
+
UpdateDataTableMetadataCommand,
|
|
642
|
+
UpdateDataTablePrimaryValuesCommand,
|
|
559
643
|
UpdateEmailAddressMetadataCommand,
|
|
560
644
|
UpdateEvaluationFormCommand,
|
|
561
645
|
UpdateHoursOfOperationCommand,
|
|
@@ -595,6 +679,10 @@ const commands = {
|
|
|
595
679
|
UpdateUserSecurityProfilesCommand,
|
|
596
680
|
UpdateViewContentCommand,
|
|
597
681
|
UpdateViewMetadataCommand,
|
|
682
|
+
UpdateWorkspaceMetadataCommand,
|
|
683
|
+
UpdateWorkspacePageCommand,
|
|
684
|
+
UpdateWorkspaceThemeCommand,
|
|
685
|
+
UpdateWorkspaceVisibilityCommand,
|
|
598
686
|
};
|
|
599
687
|
export class Connect extends ConnectClient {
|
|
600
688
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { AssociateSecurityProfiles } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class AssociateSecurityProfilesCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "AssociateSecurityProfiles", {})
|
|
13
|
+
.n("ConnectClient", "AssociateSecurityProfilesCommand")
|
|
14
|
+
.sc(AssociateSecurityProfiles)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { AssociateWorkspace } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class AssociateWorkspaceCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "AssociateWorkspace", {})
|
|
13
|
+
.n("ConnectClient", "AssociateWorkspaceCommand")
|
|
14
|
+
.sc(AssociateWorkspace)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { BatchCreateDataTableValue } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class BatchCreateDataTableValueCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "BatchCreateDataTableValue", {})
|
|
13
|
+
.n("ConnectClient", "BatchCreateDataTableValueCommand")
|
|
14
|
+
.sc(BatchCreateDataTableValue)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { BatchDeleteDataTableValue } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class BatchDeleteDataTableValueCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "BatchDeleteDataTableValue", {})
|
|
13
|
+
.n("ConnectClient", "BatchDeleteDataTableValueCommand")
|
|
14
|
+
.sc(BatchDeleteDataTableValue)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { BatchDescribeDataTableValue } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class BatchDescribeDataTableValueCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "BatchDescribeDataTableValue", {})
|
|
13
|
+
.n("ConnectClient", "BatchDescribeDataTableValueCommand")
|
|
14
|
+
.sc(BatchDescribeDataTableValue)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { BatchUpdateDataTableValue } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class BatchUpdateDataTableValueCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "BatchUpdateDataTableValue", {})
|
|
13
|
+
.n("ConnectClient", "BatchUpdateDataTableValueCommand")
|
|
14
|
+
.sc(BatchUpdateDataTableValue)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateDataTableAttribute } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateDataTableAttributeCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "CreateDataTableAttribute", {})
|
|
13
|
+
.n("ConnectClient", "CreateDataTableAttributeCommand")
|
|
14
|
+
.sc(CreateDataTableAttribute)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateDataTable } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateDataTableCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "CreateDataTable", {})
|
|
13
|
+
.n("ConnectClient", "CreateDataTableCommand")
|
|
14
|
+
.sc(CreateDataTable)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateWorkspace } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateWorkspaceCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "CreateWorkspace", {})
|
|
13
|
+
.n("ConnectClient", "CreateWorkspaceCommand")
|
|
14
|
+
.sc(CreateWorkspace)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateWorkspacePage } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateWorkspacePageCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "CreateWorkspacePage", {})
|
|
13
|
+
.n("ConnectClient", "CreateWorkspacePageCommand")
|
|
14
|
+
.sc(CreateWorkspacePage)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteDataTableAttribute } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteDataTableAttributeCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "DeleteDataTableAttribute", {})
|
|
13
|
+
.n("ConnectClient", "DeleteDataTableAttributeCommand")
|
|
14
|
+
.sc(DeleteDataTableAttribute)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteDataTable } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteDataTableCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "DeleteDataTable", {})
|
|
13
|
+
.n("ConnectClient", "DeleteDataTableCommand")
|
|
14
|
+
.sc(DeleteDataTable)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteWorkspace } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteWorkspaceCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "DeleteWorkspace", {})
|
|
13
|
+
.n("ConnectClient", "DeleteWorkspaceCommand")
|
|
14
|
+
.sc(DeleteWorkspace)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteWorkspaceMedia } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteWorkspaceMediaCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "DeleteWorkspaceMedia", {})
|
|
13
|
+
.n("ConnectClient", "DeleteWorkspaceMediaCommand")
|
|
14
|
+
.sc(DeleteWorkspaceMedia)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteWorkspacePage } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteWorkspacePageCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "DeleteWorkspacePage", {})
|
|
13
|
+
.n("ConnectClient", "DeleteWorkspacePageCommand")
|
|
14
|
+
.sc(DeleteWorkspacePage)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeDataTableAttribute } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeDataTableAttributeCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "DescribeDataTableAttribute", {})
|
|
13
|
+
.n("ConnectClient", "DescribeDataTableAttributeCommand")
|
|
14
|
+
.sc(DescribeDataTableAttribute)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeDataTable } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeDataTableCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "DescribeDataTable", {})
|
|
13
|
+
.n("ConnectClient", "DescribeDataTableCommand")
|
|
14
|
+
.sc(DescribeDataTable)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|