@aws-sdk/client-connect 3.358.0 → 3.360.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 +8 -0
- package/dist-cjs/Connect.js +2 -0
- package/dist-cjs/commands/SearchResourceTagsCommand.js +46 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_1.js +15 -1
- package/dist-cjs/pagination/SearchResourceTagsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +94 -6
- package/dist-es/Connect.js +2 -0
- package/dist-es/commands/SearchResourceTagsCommand.js +42 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_1.js +13 -0
- package/dist-es/pagination/SearchResourceTagsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +87 -1
- package/dist-types/Connect.d.ts +7 -0
- package/dist-types/ConnectClient.d.ts +3 -2
- package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +13 -0
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +13 -0
- package/dist-types/commands/SearchResourceTagsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +102 -163
- package/dist-types/models/models_2.d.ts +164 -1
- package/dist-types/pagination/SearchResourceTagsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/Connect.d.ts +17 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +32 -37
- package/dist-types/ts3.4/models/models_2.d.ts +41 -4
- package/dist-types/ts3.4/pagination/SearchResourceTagsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +7 -7
|
@@ -144,6 +144,7 @@ import { SearchHoursOfOperationsCommandInput, SearchHoursOfOperationsCommandOutp
|
|
|
144
144
|
import { SearchPromptsCommandInput, SearchPromptsCommandOutput } from "./commands/SearchPromptsCommand";
|
|
145
145
|
import { SearchQueuesCommandInput, SearchQueuesCommandOutput } from "./commands/SearchQueuesCommand";
|
|
146
146
|
import { SearchQuickConnectsCommandInput, SearchQuickConnectsCommandOutput } from "./commands/SearchQuickConnectsCommand";
|
|
147
|
+
import { SearchResourceTagsCommandInput, SearchResourceTagsCommandOutput } from "./commands/SearchResourceTagsCommand";
|
|
147
148
|
import { SearchRoutingProfilesCommandInput, SearchRoutingProfilesCommandOutput } from "./commands/SearchRoutingProfilesCommand";
|
|
148
149
|
import { SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput } from "./commands/SearchSecurityProfilesCommand";
|
|
149
150
|
import { SearchUsersCommandInput, SearchUsersCommandOutput } from "./commands/SearchUsersCommand";
|
|
@@ -206,11 +207,11 @@ export { __Client };
|
|
|
206
207
|
/**
|
|
207
208
|
* @public
|
|
208
209
|
*/
|
|
209
|
-
export type ServiceInputTypes = ActivateEvaluationFormCommandInput | AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | ClaimPhoneNumberCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateEvaluationFormCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateParticipantCommandInput | CreatePromptCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateRuleCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateTrafficDistributionGroupCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateVocabularyCommandInput | DeactivateEvaluationFormCommandInput | DeleteContactEvaluationCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteEvaluationFormCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeletePromptCommandInput | DeleteQuickConnectCommandInput | DeleteRuleCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteTrafficDistributionGroupCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactEvaluationCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeEvaluationFormCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribePromptCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeRuleCommandInput | DescribeSecurityProfileCommandInput | DescribeTrafficDistributionGroupCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeVocabularyCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | DismissUserContactCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | GetMetricDataV2CommandInput | GetPromptFileCommandInput | GetTaskTemplateCommandInput | GetTrafficDistributionCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactEvaluationsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListEvaluationFormVersionsCommandInput | ListEvaluationFormsCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListRulesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListTrafficDistributionGroupsCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | MonitorContactCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ReplicateInstanceCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchHoursOfOperationsCommandInput | SearchPromptsCommandInput | SearchQueuesCommandInput | SearchQuickConnectsCommandInput | SearchRoutingProfilesCommandInput | SearchSecurityProfilesCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | StartChatContactCommandInput | StartContactEvaluationCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SubmitContactEvaluationCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactEvaluationCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateEvaluationFormCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateParticipantRoleConfigCommandInput | UpdatePhoneNumberCommandInput | UpdatePromptCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateRuleCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateTrafficDistributionCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
|
|
210
|
+
export type ServiceInputTypes = ActivateEvaluationFormCommandInput | AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | ClaimPhoneNumberCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateEvaluationFormCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateParticipantCommandInput | CreatePromptCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateRuleCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateTrafficDistributionGroupCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateVocabularyCommandInput | DeactivateEvaluationFormCommandInput | DeleteContactEvaluationCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteEvaluationFormCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeletePromptCommandInput | DeleteQuickConnectCommandInput | DeleteRuleCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteTrafficDistributionGroupCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactEvaluationCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeEvaluationFormCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribePromptCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeRuleCommandInput | DescribeSecurityProfileCommandInput | DescribeTrafficDistributionGroupCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeVocabularyCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | DismissUserContactCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | GetMetricDataV2CommandInput | GetPromptFileCommandInput | GetTaskTemplateCommandInput | GetTrafficDistributionCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactEvaluationsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListEvaluationFormVersionsCommandInput | ListEvaluationFormsCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListRulesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListTrafficDistributionGroupsCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | MonitorContactCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ReplicateInstanceCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchHoursOfOperationsCommandInput | SearchPromptsCommandInput | SearchQueuesCommandInput | SearchQuickConnectsCommandInput | SearchResourceTagsCommandInput | SearchRoutingProfilesCommandInput | SearchSecurityProfilesCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | StartChatContactCommandInput | StartContactEvaluationCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SubmitContactEvaluationCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactEvaluationCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateEvaluationFormCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateParticipantRoleConfigCommandInput | UpdatePhoneNumberCommandInput | UpdatePromptCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateRuleCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateTrafficDistributionCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
|
|
210
211
|
/**
|
|
211
212
|
* @public
|
|
212
213
|
*/
|
|
213
|
-
export type ServiceOutputTypes = ActivateEvaluationFormCommandOutput | AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | ClaimPhoneNumberCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateEvaluationFormCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateParticipantCommandOutput | CreatePromptCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateRuleCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateTrafficDistributionGroupCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateVocabularyCommandOutput | DeactivateEvaluationFormCommandOutput | DeleteContactEvaluationCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteEvaluationFormCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeletePromptCommandOutput | DeleteQuickConnectCommandOutput | DeleteRuleCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteTrafficDistributionGroupCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactEvaluationCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeEvaluationFormCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribePromptCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeRuleCommandOutput | DescribeSecurityProfileCommandOutput | DescribeTrafficDistributionGroupCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeVocabularyCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | DismissUserContactCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | GetMetricDataV2CommandOutput | GetPromptFileCommandOutput | GetTaskTemplateCommandOutput | GetTrafficDistributionCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactEvaluationsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListEvaluationFormVersionsCommandOutput | ListEvaluationFormsCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListRulesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListTrafficDistributionGroupsCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | MonitorContactCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ReplicateInstanceCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchHoursOfOperationsCommandOutput | SearchPromptsCommandOutput | SearchQueuesCommandOutput | SearchQuickConnectsCommandOutput | SearchRoutingProfilesCommandOutput | SearchSecurityProfilesCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | StartChatContactCommandOutput | StartContactEvaluationCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SubmitContactEvaluationCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactEvaluationCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateEvaluationFormCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateParticipantRoleConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePromptCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateRuleCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateTrafficDistributionCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
|
|
214
|
+
export type ServiceOutputTypes = ActivateEvaluationFormCommandOutput | AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | ClaimPhoneNumberCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateEvaluationFormCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateParticipantCommandOutput | CreatePromptCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateRuleCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateTrafficDistributionGroupCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateVocabularyCommandOutput | DeactivateEvaluationFormCommandOutput | DeleteContactEvaluationCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteEvaluationFormCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeletePromptCommandOutput | DeleteQuickConnectCommandOutput | DeleteRuleCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteTrafficDistributionGroupCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactEvaluationCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeEvaluationFormCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribePromptCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeRuleCommandOutput | DescribeSecurityProfileCommandOutput | DescribeTrafficDistributionGroupCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeVocabularyCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | DismissUserContactCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | GetMetricDataV2CommandOutput | GetPromptFileCommandOutput | GetTaskTemplateCommandOutput | GetTrafficDistributionCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactEvaluationsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListEvaluationFormVersionsCommandOutput | ListEvaluationFormsCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListRulesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListTrafficDistributionGroupsCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | MonitorContactCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ReplicateInstanceCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchHoursOfOperationsCommandOutput | SearchPromptsCommandOutput | SearchQueuesCommandOutput | SearchQuickConnectsCommandOutput | SearchResourceTagsCommandOutput | SearchRoutingProfilesCommandOutput | SearchSecurityProfilesCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | StartChatContactCommandOutput | StartContactEvaluationCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SubmitContactEvaluationCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactEvaluationCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateEvaluationFormCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateParticipantRoleConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePromptCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateRuleCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateTrafficDistributionCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
|
|
214
215
|
/**
|
|
215
216
|
* @public
|
|
216
217
|
*/
|
|
@@ -34,6 +34,19 @@ export interface ClaimPhoneNumberCommandOutput extends ClaimPhoneNumberResponse,
|
|
|
34
34
|
* the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribePhoneNumber.html">DescribePhoneNumber</a> API to verify the status of a previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_ClaimPhoneNumber.html">ClaimPhoneNumber</a>
|
|
35
35
|
* operation.</p>
|
|
36
36
|
* </important>
|
|
37
|
+
* <p>If you plan to claim and release numbers frequently during a 30 day period,
|
|
38
|
+
* contact us for a service quota exception. Otherwise, it is possible you will be blocked from
|
|
39
|
+
* claiming and releasing any more numbers until 30 days past the oldest number
|
|
40
|
+
* released has expired.</p>
|
|
41
|
+
* <p>By default you can claim and release up to 200% of your maximum number of active
|
|
42
|
+
* phone numbers during any 30 day period. If you claim and release phone numbers using
|
|
43
|
+
* the UI or API during a rolling 30 day cycle that exceeds 200% of your phone number
|
|
44
|
+
* service level quota, you will be blocked from claiming any more numbers until 30
|
|
45
|
+
* days past the oldest number released has expired. </p>
|
|
46
|
+
* <p>For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 30
|
|
47
|
+
* day period you release 99, claim 99, and then release 99, you will have exceeded the
|
|
48
|
+
* 200% limit. At that point you are blocked from claiming any more numbers until you
|
|
49
|
+
* open an Amazon Web Services support ticket.</p>
|
|
37
50
|
* @example
|
|
38
51
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
52
|
* ```javascript
|
|
@@ -3,7 +3,7 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
5
5
|
import { DescribeContactEvaluationRequest } from "../models/models_0";
|
|
6
|
-
import { DescribeContactEvaluationResponse } from "../models/
|
|
6
|
+
import { DescribeContactEvaluationResponse } from "../models/models_2";
|
|
7
7
|
/**
|
|
8
8
|
* @public
|
|
9
9
|
*/
|
|
@@ -32,6 +32,19 @@ export interface ReleasePhoneNumberCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* It cannot be searched for or claimed again until the period has ended. If you accidentally
|
|
33
33
|
* release a phone number, contact Amazon Web Services Support.</p>
|
|
34
34
|
* </important>
|
|
35
|
+
* <p>If you plan to claim and release numbers frequently during a 30 day period,
|
|
36
|
+
* contact us for a service quota exception. Otherwise, it is possible you will be blocked from
|
|
37
|
+
* claiming and releasing any more numbers until 30 days past the oldest number
|
|
38
|
+
* released has expired.</p>
|
|
39
|
+
* <p>By default you can claim and release up to 200% of your maximum number of active
|
|
40
|
+
* phone numbers during any 30 day period. If you claim and release phone numbers using
|
|
41
|
+
* the UI or API during a rolling 30 day cycle that exceeds 200% of your phone number
|
|
42
|
+
* service level quota, you will be blocked from claiming any more numbers until 30
|
|
43
|
+
* days past the oldest number released has expired. </p>
|
|
44
|
+
* <p>For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 30
|
|
45
|
+
* day period you release 99, claim 99, and then release 99, you will have exceeded the
|
|
46
|
+
* 200% limit. At that point you are blocked from claiming any more numbers until you
|
|
47
|
+
* open an Amazon Web Services support ticket.</p>
|
|
35
48
|
* @example
|
|
36
49
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
50
|
* ```javascript
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
5
|
+
import { SearchResourceTagsRequest, SearchResourceTagsResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link SearchResourceTagsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface SearchResourceTagsCommandInput extends SearchResourceTagsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link SearchResourceTagsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface SearchResourceTagsCommandOutput extends SearchResourceTagsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Searches tags used in an Amazon Connect instance using optional search criteria.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { ConnectClient, SearchResourceTagsCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
31
|
+
* // const { ConnectClient, SearchResourceTagsCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
32
|
+
* const client = new ConnectClient(config);
|
|
33
|
+
* const input = { // SearchResourceTagsRequest
|
|
34
|
+
* InstanceId: "STRING_VALUE", // required
|
|
35
|
+
* ResourceTypes: [ // ResourceTypeList
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* NextToken: "STRING_VALUE",
|
|
39
|
+
* MaxResults: Number("int"),
|
|
40
|
+
* SearchCriteria: { // ResourceTagsSearchCriteria
|
|
41
|
+
* TagSearchCondition: { // TagSearchCondition
|
|
42
|
+
* tagKey: "STRING_VALUE",
|
|
43
|
+
* tagValue: "STRING_VALUE",
|
|
44
|
+
* tagKeyComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
|
|
45
|
+
* tagValueComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
|
|
46
|
+
* },
|
|
47
|
+
* },
|
|
48
|
+
* };
|
|
49
|
+
* const command = new SearchResourceTagsCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* // { // SearchResourceTagsResponse
|
|
52
|
+
* // Tags: [ // TagsList
|
|
53
|
+
* // { // TagSet
|
|
54
|
+
* // key: "STRING_VALUE",
|
|
55
|
+
* // value: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // NextToken: "STRING_VALUE",
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
63
|
+
* @param SearchResourceTagsCommandInput - {@link SearchResourceTagsCommandInput}
|
|
64
|
+
* @returns {@link SearchResourceTagsCommandOutput}
|
|
65
|
+
* @see {@link SearchResourceTagsCommandInput} for command's `input` shape.
|
|
66
|
+
* @see {@link SearchResourceTagsCommandOutput} for command's `response` shape.
|
|
67
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
70
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
73
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
76
|
+
* <p>The request is not valid.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link MaximumResultReturnedException} (client fault)
|
|
79
|
+
* <p>Maximum number (1000) of tags have been returned with current request. Consider
|
|
80
|
+
* changing request parameters to get more tags.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
83
|
+
* <p>The specified resource was not found.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
86
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ConnectServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
90
|
+
*
|
|
91
|
+
*/
|
|
92
|
+
export declare class SearchResourceTagsCommand extends $Command<SearchResourceTagsCommandInput, SearchResourceTagsCommandOutput, ConnectClientResolvedConfig> {
|
|
93
|
+
readonly input: SearchResourceTagsCommandInput;
|
|
94
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
+
/**
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
constructor(input: SearchResourceTagsCommandInput);
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
102
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchResourceTagsCommandInput, SearchResourceTagsCommandOutput>;
|
|
103
|
+
/**
|
|
104
|
+
* @internal
|
|
105
|
+
*/
|
|
106
|
+
private serialize;
|
|
107
|
+
/**
|
|
108
|
+
* @internal
|
|
109
|
+
*/
|
|
110
|
+
private deserialize;
|
|
111
|
+
}
|
|
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
5
|
-
import {
|
|
5
|
+
import { UpdateEvaluationFormResponse } from "../models/models_1";
|
|
6
|
+
import { UpdateEvaluationFormRequest } from "../models/models_2";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
8
9
|
*/
|
|
@@ -134,6 +134,7 @@ export * from "./SearchHoursOfOperationsCommand";
|
|
|
134
134
|
export * from "./SearchPromptsCommand";
|
|
135
135
|
export * from "./SearchQueuesCommand";
|
|
136
136
|
export * from "./SearchQuickConnectsCommand";
|
|
137
|
+
export * from "./SearchResourceTagsCommand";
|
|
137
138
|
export * from "./SearchRoutingProfilesCommand";
|
|
138
139
|
export * from "./SearchSecurityProfilesCommand";
|
|
139
140
|
export * from "./SearchUsersCommand";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
|
-
import { ActionSummary, AgentContactReference, AgentStatusReference, AgentStatusState, AgentStatusSummary, AgentStatusType, Attribute, Channel, ContactFlowModuleState, ContactFlowState, ContactFlowType, ContactState, CurrentMetric, DirectoryType,
|
|
3
|
+
import { ActionSummary, AgentContactReference, AgentStatusReference, AgentStatusState, AgentStatusSummary, AgentStatusType, Attribute, Channel, ContactFlowModuleState, ContactFlowState, ContactFlowType, ContactState, CurrentMetric, DirectoryType, EvaluationAnswerData, EvaluationFormQuestion, EvaluationFormScoringStrategy, EvaluationFormVersionStatus, EvaluationNote, EvaluationScore, EvaluationStatus, EventSourceName, Filters, Grouping, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationConfig, InstanceAttributeType, InstanceStatus, InstanceStorageConfig, InstanceStorageResourceType, IntegrationType, LexBot, LexV2Bot, MediaConcurrency, MonitorCapability, OutboundCallerConfig, PhoneNumberCountryCode, PhoneNumberType, Prompt, Queue, QueueReference, QueueStatus, QuickConnect, QuickConnectConfig, QuickConnectType, Reference, ReferenceType, RoutingProfile, RoutingProfileQueueConfig, RuleAction, RulePublishStatus, SourceType, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, TrafficDistributionGroupStatus, Unit, UseCaseType, UserIdentityInfo, UserPhoneConfig, VocabularyLanguageCode, VocabularyState } from "./models_0";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
* <p>Contains the data for a real-time metric.</p>
|
|
@@ -3802,6 +3802,107 @@ export interface SearchQuickConnectsResponse {
|
|
|
3802
3802
|
*/
|
|
3803
3803
|
ApproximateTotalCount?: number;
|
|
3804
3804
|
}
|
|
3805
|
+
/**
|
|
3806
|
+
* @public
|
|
3807
|
+
* <p>Maximum number (1000) of tags have been returned with current request. Consider
|
|
3808
|
+
* changing request parameters to get more tags.</p>
|
|
3809
|
+
*/
|
|
3810
|
+
export declare class MaximumResultReturnedException extends __BaseException {
|
|
3811
|
+
readonly name: "MaximumResultReturnedException";
|
|
3812
|
+
readonly $fault: "client";
|
|
3813
|
+
Message?: string;
|
|
3814
|
+
/**
|
|
3815
|
+
* @internal
|
|
3816
|
+
*/
|
|
3817
|
+
constructor(opts: __ExceptionOptionType<MaximumResultReturnedException, __BaseException>);
|
|
3818
|
+
}
|
|
3819
|
+
/**
|
|
3820
|
+
* @public
|
|
3821
|
+
* <p>The search criteria to be used to return tags.</p>
|
|
3822
|
+
*/
|
|
3823
|
+
export interface TagSearchCondition {
|
|
3824
|
+
/**
|
|
3825
|
+
* <p>The tag key used in the tag search condition.</p>
|
|
3826
|
+
*/
|
|
3827
|
+
tagKey?: string;
|
|
3828
|
+
/**
|
|
3829
|
+
* <p>The tag value used in the tag search condition.</p>
|
|
3830
|
+
*/
|
|
3831
|
+
tagValue?: string;
|
|
3832
|
+
/**
|
|
3833
|
+
* <p>The type of comparison to be made when evaluating the tag key in tag search condition.</p>
|
|
3834
|
+
*/
|
|
3835
|
+
tagKeyComparisonType?: StringComparisonType | string;
|
|
3836
|
+
/**
|
|
3837
|
+
* <p>The type of comparison to be made when evaluating the tag value in tag search condition.</p>
|
|
3838
|
+
*/
|
|
3839
|
+
tagValueComparisonType?: StringComparisonType | string;
|
|
3840
|
+
}
|
|
3841
|
+
/**
|
|
3842
|
+
* @public
|
|
3843
|
+
* <p>The search criteria to be used to search tags.</p>
|
|
3844
|
+
*/
|
|
3845
|
+
export interface ResourceTagsSearchCriteria {
|
|
3846
|
+
/**
|
|
3847
|
+
* <p>The search criteria to be used to return tags.</p>
|
|
3848
|
+
*/
|
|
3849
|
+
TagSearchCondition?: TagSearchCondition;
|
|
3850
|
+
}
|
|
3851
|
+
/**
|
|
3852
|
+
* @public
|
|
3853
|
+
*/
|
|
3854
|
+
export interface SearchResourceTagsRequest {
|
|
3855
|
+
/**
|
|
3856
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the Amazon
|
|
3857
|
+
* Resource Name (ARN) of the instance.</p>
|
|
3858
|
+
*/
|
|
3859
|
+
InstanceId: string | undefined;
|
|
3860
|
+
/**
|
|
3861
|
+
* <p>The list of resource types to be used to search tags from. If not provided or if any empty list
|
|
3862
|
+
* is provided, this API will search from all supported resource types.</p>
|
|
3863
|
+
*/
|
|
3864
|
+
ResourceTypes?: string[];
|
|
3865
|
+
/**
|
|
3866
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the
|
|
3867
|
+
* next request to retrieve the next set of results.</p>
|
|
3868
|
+
*/
|
|
3869
|
+
NextToken?: string;
|
|
3870
|
+
/**
|
|
3871
|
+
* <p>The maximum number of results to return per page.</p>
|
|
3872
|
+
*/
|
|
3873
|
+
MaxResults?: number;
|
|
3874
|
+
/**
|
|
3875
|
+
* <p>The search criteria to be used to return tags.</p>
|
|
3876
|
+
*/
|
|
3877
|
+
SearchCriteria?: ResourceTagsSearchCriteria;
|
|
3878
|
+
}
|
|
3879
|
+
/**
|
|
3880
|
+
* @public
|
|
3881
|
+
* <p>A tag set contains tag key and tag value.</p>
|
|
3882
|
+
*/
|
|
3883
|
+
export interface TagSet {
|
|
3884
|
+
/**
|
|
3885
|
+
* <p>The tag key in the tagSet.</p>
|
|
3886
|
+
*/
|
|
3887
|
+
key?: string;
|
|
3888
|
+
/**
|
|
3889
|
+
* <p>The tag value in the tagSet.</p>
|
|
3890
|
+
*/
|
|
3891
|
+
value?: string;
|
|
3892
|
+
}
|
|
3893
|
+
/**
|
|
3894
|
+
* @public
|
|
3895
|
+
*/
|
|
3896
|
+
export interface SearchResourceTagsResponse {
|
|
3897
|
+
/**
|
|
3898
|
+
* <p>A list of tags used in the Amazon Connect instance.</p>
|
|
3899
|
+
*/
|
|
3900
|
+
Tags?: TagSet[];
|
|
3901
|
+
/**
|
|
3902
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
3903
|
+
*/
|
|
3904
|
+
NextToken?: string;
|
|
3905
|
+
}
|
|
3805
3906
|
/**
|
|
3806
3907
|
* @public
|
|
3807
3908
|
* <p>Filters to be applied to search results.</p>
|
|
@@ -6256,168 +6357,6 @@ export interface QueueSearchCriteria {
|
|
|
6256
6357
|
*/
|
|
6257
6358
|
QueueTypeCondition?: SearchableQueueType | string;
|
|
6258
6359
|
}
|
|
6259
|
-
/**
|
|
6260
|
-
* @public
|
|
6261
|
-
* <p>The search criteria to be used to return quick connects.</p>
|
|
6262
|
-
*/
|
|
6263
|
-
export interface QuickConnectSearchCriteria {
|
|
6264
|
-
/**
|
|
6265
|
-
* <p>A list of conditions which would be applied together with an OR condition.</p>
|
|
6266
|
-
*/
|
|
6267
|
-
OrConditions?: QuickConnectSearchCriteria[];
|
|
6268
|
-
/**
|
|
6269
|
-
* <p>A list of conditions which would be applied together with an AND condition.</p>
|
|
6270
|
-
*/
|
|
6271
|
-
AndConditions?: QuickConnectSearchCriteria[];
|
|
6272
|
-
/**
|
|
6273
|
-
* <p>A leaf node condition which can be used to specify a string condition.</p>
|
|
6274
|
-
* <note>
|
|
6275
|
-
* <p>The currently supported values for <code>FieldName</code> are <code>name</code>,
|
|
6276
|
-
* <code>description</code>, and <code>resourceID</code>.</p>
|
|
6277
|
-
* </note>
|
|
6278
|
-
*/
|
|
6279
|
-
StringCondition?: StringCondition;
|
|
6280
|
-
}
|
|
6281
|
-
/**
|
|
6282
|
-
* @public
|
|
6283
|
-
* <p>The search criteria to be used to return routing profiles.</p>
|
|
6284
|
-
* <note>
|
|
6285
|
-
* <p>The <code>name</code> and <code>description</code> fields support "contains" queries with
|
|
6286
|
-
* a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths
|
|
6287
|
-
* outside of this range will throw invalid results. </p>
|
|
6288
|
-
* </note>
|
|
6289
|
-
*/
|
|
6290
|
-
export interface RoutingProfileSearchCriteria {
|
|
6291
|
-
/**
|
|
6292
|
-
* <p>A list of conditions which would be applied together with an OR condition.</p>
|
|
6293
|
-
*/
|
|
6294
|
-
OrConditions?: RoutingProfileSearchCriteria[];
|
|
6295
|
-
/**
|
|
6296
|
-
* <p>A list of conditions which would be applied together with an AND condition.</p>
|
|
6297
|
-
*/
|
|
6298
|
-
AndConditions?: RoutingProfileSearchCriteria[];
|
|
6299
|
-
/**
|
|
6300
|
-
* <p>A leaf node condition which can be used to specify a string condition.</p>
|
|
6301
|
-
* <note>
|
|
6302
|
-
* <p>The currently supported values for <code>FieldName</code> are <code>name</code>,
|
|
6303
|
-
* <code>description</code>, and <code>resourceID</code>.</p>
|
|
6304
|
-
* </note>
|
|
6305
|
-
*/
|
|
6306
|
-
StringCondition?: StringCondition;
|
|
6307
|
-
}
|
|
6308
|
-
/**
|
|
6309
|
-
* @public
|
|
6310
|
-
* <p>The search criteria to be used to return security profiles.</p>
|
|
6311
|
-
* <note>
|
|
6312
|
-
* <p>The <code>name</code> field support "contains" queries with a minimum of 2 characters and
|
|
6313
|
-
* maximum of 25 characters. Any queries with character lengths outside of this range will throw
|
|
6314
|
-
* invalid results.</p>
|
|
6315
|
-
* </note>
|
|
6316
|
-
*/
|
|
6317
|
-
export interface SecurityProfileSearchCriteria {
|
|
6318
|
-
/**
|
|
6319
|
-
* <p>A list of conditions which would be applied together with an OR condition.</p>
|
|
6320
|
-
*/
|
|
6321
|
-
OrConditions?: SecurityProfileSearchCriteria[];
|
|
6322
|
-
/**
|
|
6323
|
-
* <p>A list of conditions which would be applied together with an AND condition.</p>
|
|
6324
|
-
*/
|
|
6325
|
-
AndConditions?: SecurityProfileSearchCriteria[];
|
|
6326
|
-
/**
|
|
6327
|
-
* <p>A leaf node condition which can be used to specify a string condition. </p>
|
|
6328
|
-
*/
|
|
6329
|
-
StringCondition?: StringCondition;
|
|
6330
|
-
}
|
|
6331
|
-
/**
|
|
6332
|
-
* @public
|
|
6333
|
-
*/
|
|
6334
|
-
export interface UpdateEvaluationFormRequest {
|
|
6335
|
-
/**
|
|
6336
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
6337
|
-
*/
|
|
6338
|
-
InstanceId: string | undefined;
|
|
6339
|
-
/**
|
|
6340
|
-
* <p>The unique identifier for the evaluation form.</p>
|
|
6341
|
-
*/
|
|
6342
|
-
EvaluationFormId: string | undefined;
|
|
6343
|
-
/**
|
|
6344
|
-
* <p>A version of the evaluation form to update.</p>
|
|
6345
|
-
*/
|
|
6346
|
-
EvaluationFormVersion: number | undefined;
|
|
6347
|
-
/**
|
|
6348
|
-
* <p>A flag indicating whether the operation must create a new version.</p>
|
|
6349
|
-
*/
|
|
6350
|
-
CreateNewVersion?: boolean;
|
|
6351
|
-
/**
|
|
6352
|
-
* <p>A title of the evaluation form.</p>
|
|
6353
|
-
*/
|
|
6354
|
-
Title: string | undefined;
|
|
6355
|
-
/**
|
|
6356
|
-
* <p>The description of the evaluation form.</p>
|
|
6357
|
-
*/
|
|
6358
|
-
Description?: string;
|
|
6359
|
-
/**
|
|
6360
|
-
* <p>Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.</p>
|
|
6361
|
-
*/
|
|
6362
|
-
Items: EvaluationFormItem[] | undefined;
|
|
6363
|
-
/**
|
|
6364
|
-
* <p>A scoring strategy of the evaluation form.</p>
|
|
6365
|
-
*/
|
|
6366
|
-
ScoringStrategy?: EvaluationFormScoringStrategy;
|
|
6367
|
-
/**
|
|
6368
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
6369
|
-
* request. If not provided, the Amazon Web Services
|
|
6370
|
-
* SDK populates this field. For more information about idempotency, see
|
|
6371
|
-
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
6372
|
-
*/
|
|
6373
|
-
ClientToken?: string;
|
|
6374
|
-
}
|
|
6375
|
-
/**
|
|
6376
|
-
* @public
|
|
6377
|
-
* <p>The search criteria to be used to return users.</p>
|
|
6378
|
-
* <note>
|
|
6379
|
-
* <p>The <code>name</code> and <code>description</code> fields support "contains" queries with
|
|
6380
|
-
* a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths
|
|
6381
|
-
* outside of this range will throw invalid results. </p>
|
|
6382
|
-
* </note>
|
|
6383
|
-
*/
|
|
6384
|
-
export interface UserSearchCriteria {
|
|
6385
|
-
/**
|
|
6386
|
-
* <p>A list of conditions which would be applied together with an <code>OR</code>
|
|
6387
|
-
* condition.</p>
|
|
6388
|
-
*/
|
|
6389
|
-
OrConditions?: UserSearchCriteria[];
|
|
6390
|
-
/**
|
|
6391
|
-
* <p>A list of conditions which would be applied together with an <code>AND</code> condition.
|
|
6392
|
-
* </p>
|
|
6393
|
-
*/
|
|
6394
|
-
AndConditions?: UserSearchCriteria[];
|
|
6395
|
-
/**
|
|
6396
|
-
* <p>A leaf node condition which can be used to specify a string condition.</p>
|
|
6397
|
-
* <note>
|
|
6398
|
-
* <p>The currently supported values for <code>FieldName</code> are <code>name</code>,
|
|
6399
|
-
* <code>description</code>, and <code>resourceID</code>.</p>
|
|
6400
|
-
* </note>
|
|
6401
|
-
*/
|
|
6402
|
-
StringCondition?: StringCondition;
|
|
6403
|
-
/**
|
|
6404
|
-
* <p>A leaf node condition which can be used to specify a hierarchy group condition.</p>
|
|
6405
|
-
*/
|
|
6406
|
-
HierarchyGroupCondition?: HierarchyGroupCondition;
|
|
6407
|
-
}
|
|
6408
|
-
/**
|
|
6409
|
-
* @public
|
|
6410
|
-
*/
|
|
6411
|
-
export interface DescribeContactEvaluationResponse {
|
|
6412
|
-
/**
|
|
6413
|
-
* <p>Information about the evaluation form completed for a specific contact.</p>
|
|
6414
|
-
*/
|
|
6415
|
-
Evaluation: Evaluation | undefined;
|
|
6416
|
-
/**
|
|
6417
|
-
* <p>Information about the evaluation form.</p>
|
|
6418
|
-
*/
|
|
6419
|
-
EvaluationForm: EvaluationFormContent | undefined;
|
|
6420
|
-
}
|
|
6421
6360
|
/**
|
|
6422
6361
|
* @internal
|
|
6423
6362
|
*/
|