@aws-sdk/client-connect 3.162.0 → 3.165.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.
Files changed (52) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/Connect.js +30 -0
  3. package/dist-cjs/commands/SearchQueuesCommand.js +36 -0
  4. package/dist-cjs/commands/SearchRoutingProfilesCommand.js +36 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/models/models_1.js +39 -3
  7. package/dist-cjs/pagination/SearchQueuesPaginator.js +36 -0
  8. package/dist-cjs/pagination/SearchRoutingProfilesPaginator.js +36 -0
  9. package/dist-cjs/pagination/index.js +2 -0
  10. package/dist-cjs/protocols/Aws_restJson1.js +249 -5
  11. package/dist-es/Connect.js +30 -0
  12. package/dist-es/commands/SearchQueuesCommand.js +39 -0
  13. package/dist-es/commands/SearchRoutingProfilesCommand.js +39 -0
  14. package/dist-es/commands/index.js +2 -0
  15. package/dist-es/models/models_1.js +12 -0
  16. package/dist-es/pagination/SearchQueuesPaginator.js +75 -0
  17. package/dist-es/pagination/SearchRoutingProfilesPaginator.js +75 -0
  18. package/dist-es/pagination/index.js +2 -0
  19. package/dist-es/protocols/Aws_restJson1.js +281 -0
  20. package/dist-types/Connect.d.ts +42 -22
  21. package/dist-types/ConnectClient.d.ts +4 -2
  22. package/dist-types/commands/DescribeContactCommand.d.ts +2 -0
  23. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +2 -2
  24. package/dist-types/commands/ListBotsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListContactFlowsCommand.d.ts +2 -2
  26. package/dist-types/commands/ListLexBotsCommand.d.ts +3 -2
  27. package/dist-types/commands/SearchQueuesCommand.d.ts +36 -0
  28. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +36 -0
  29. package/dist-types/commands/StartChatContactCommand.d.ts +2 -2
  30. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +5 -6
  31. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  32. package/dist-types/commands/TransferContactCommand.d.ts +4 -4
  33. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +2 -1
  34. package/dist-types/commands/index.d.ts +2 -0
  35. package/dist-types/models/models_0.d.ts +26 -16
  36. package/dist-types/models/models_1.d.ts +225 -22
  37. package/dist-types/pagination/SearchQueuesPaginator.d.ts +4 -0
  38. package/dist-types/pagination/SearchRoutingProfilesPaginator.d.ts +4 -0
  39. package/dist-types/pagination/index.d.ts +2 -0
  40. package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
  41. package/dist-types/ts3.4/Connect.d.ts +10 -0
  42. package/dist-types/ts3.4/ConnectClient.d.ts +4 -2
  43. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +4 -0
  47. package/dist-types/ts3.4/models/models_1.d.ts +90 -1
  48. package/dist-types/ts3.4/pagination/SearchQueuesPaginator.d.ts +4 -0
  49. package/dist-types/ts3.4/pagination/SearchRoutingProfilesPaginator.d.ts +4 -0
  50. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  51. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
  52. package/package.json +6 -6
@@ -110,6 +110,8 @@ import { PutUserStatusCommandInput, PutUserStatusCommandOutput } from "./command
110
110
  import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "./commands/ReleasePhoneNumberCommand";
111
111
  import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "./commands/ResumeContactRecordingCommand";
112
112
  import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "./commands/SearchAvailablePhoneNumbersCommand";
113
+ import { SearchQueuesCommandInput, SearchQueuesCommandOutput } from "./commands/SearchQueuesCommand";
114
+ import { SearchRoutingProfilesCommandInput, SearchRoutingProfilesCommandOutput } from "./commands/SearchRoutingProfilesCommand";
113
115
  import { SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput } from "./commands/SearchSecurityProfilesCommand";
114
116
  import { SearchUsersCommandInput, SearchUsersCommandOutput } from "./commands/SearchUsersCommand";
115
117
  import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "./commands/SearchVocabulariesCommand";
@@ -158,8 +160,8 @@ import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput
158
160
  import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "./commands/UpdateUserPhoneConfigCommand";
159
161
  import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "./commands/UpdateUserRoutingProfileCommand";
160
162
  import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
161
- export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | ClaimPhoneNumberCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateVocabularyCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeVocabularyCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | GetTaskTemplateCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchSecurityProfilesCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdatePhoneNumberCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
162
- export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | ClaimPhoneNumberCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateVocabularyCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeVocabularyCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | GetTaskTemplateCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchSecurityProfilesCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
163
+ export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | ClaimPhoneNumberCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateVocabularyCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeVocabularyCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | GetTaskTemplateCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchQueuesCommandInput | SearchRoutingProfilesCommandInput | SearchSecurityProfilesCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdatePhoneNumberCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
164
+ export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | ClaimPhoneNumberCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateVocabularyCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeVocabularyCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | GetTaskTemplateCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchQueuesCommandOutput | SearchRoutingProfilesCommandOutput | SearchSecurityProfilesCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
163
165
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
164
166
  /**
165
167
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -12,6 +12,8 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
12
12
  * <important>
13
13
  * <p>Contact information remains available in Amazon Connect for 24 months, and then it is
14
14
  * deleted.</p>
15
+ * <p>Only data from November 12, 2021, and later is returned by this
16
+ * API.</p>
15
17
  * </important>
16
18
  * @example
17
19
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,8 +7,8 @@ export interface DisassociatePhoneNumberContactFlowCommandInput extends Disassoc
7
7
  export interface DisassociatePhoneNumberContactFlowCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Removes the flow association from a phone number claimed to your Amazon Connect instance, if
11
- * a flow association exists.</p>
10
+ * <p>Removes the flow association from a phone number claimed to your Amazon Connect instance, if a flow
11
+ * association exists.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -9,7 +9,8 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
9
9
  /**
10
10
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
11
  * <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently
12
- * associated with the instance. </p>
12
+ * associated with the instance. Use this API to returns both Amazon Lex V1 and V2
13
+ * bots.</p>
13
14
  * @example
14
15
  * Use a bare-bones client and the command you need to make an API call.
15
16
  * ```javascript
@@ -10,8 +10,8 @@ export interface ListContactFlowsCommandOutput extends ListContactFlowsResponse,
10
10
  * <p>Provides information about the flows for the specified Amazon Connect instance.</p>
11
11
  * <p>You can also create and update flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
12
12
  * Flow language</a>.</p>
13
- * <p>For more information about flows, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html">Flows</a> in the
14
- * <i>Amazon Connect Administrator Guide</i>.</p>
13
+ * <p>For more information about flows, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html">Flows</a> in the <i>Amazon Connect
14
+ * Administrator Guide</i>.</p>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
17
17
  * ```javascript
@@ -8,8 +8,9 @@ export interface ListLexBotsCommandOutput extends ListLexBotsResponse, __Metadat
8
8
  }
9
9
  /**
10
10
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
- * <p>Returns a paginated list of all the Amazon Lex bots currently associated with the
12
- * instance.</p>
11
+ * <p>Returns a paginated list of all the Amazon Lex V1 bots currently associated with the instance. To
12
+ * return both Amazon Lex V1 and V2 bots, use the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_ListBots.html">ListBots</a> API.
13
+ * </p>
13
14
  * @example
14
15
  * Use a bare-bones client and the command you need to make an API call.
15
16
  * ```javascript
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { SearchQueuesRequest, SearchQueuesResponse } from "../models/models_1";
5
+ export interface SearchQueuesCommandInput extends SearchQueuesRequest {
6
+ }
7
+ export interface SearchQueuesCommandOutput extends SearchQueuesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
+ * <p>Searches queues in an Amazon Connect instance, with optional filtering.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { ConnectClient, SearchQueuesCommand } from "@aws-sdk/client-connect"; // ES Modules import
16
+ * // const { ConnectClient, SearchQueuesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
17
+ * const client = new ConnectClient(config);
18
+ * const command = new SearchQueuesCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link SearchQueuesCommandInput} for command's `input` shape.
23
+ * @see {@link SearchQueuesCommandOutput} for command's `response` shape.
24
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class SearchQueuesCommand extends $Command<SearchQueuesCommandInput, SearchQueuesCommandOutput, ConnectClientResolvedConfig> {
28
+ readonly input: SearchQueuesCommandInput;
29
+ constructor(input: SearchQueuesCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchQueuesCommandInput, SearchQueuesCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { SearchRoutingProfilesRequest, SearchRoutingProfilesResponse } from "../models/models_1";
5
+ export interface SearchRoutingProfilesCommandInput extends SearchRoutingProfilesRequest {
6
+ }
7
+ export interface SearchRoutingProfilesCommandOutput extends SearchRoutingProfilesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
+ * <p>Searches routing profiles in an Amazon Connect instance, with optional filtering.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { ConnectClient, SearchRoutingProfilesCommand } from "@aws-sdk/client-connect"; // ES Modules import
16
+ * // const { ConnectClient, SearchRoutingProfilesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
17
+ * const client = new ConnectClient(config);
18
+ * const command = new SearchRoutingProfilesCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link SearchRoutingProfilesCommandInput} for command's `input` shape.
23
+ * @see {@link SearchRoutingProfilesCommandOutput} for command's `response` shape.
24
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class SearchRoutingProfilesCommand extends $Command<SearchRoutingProfilesCommandInput, SearchRoutingProfilesCommandOutput, ConnectClientResolvedConfig> {
28
+ readonly input: SearchRoutingProfilesCommandInput;
29
+ constructor(input: SearchRoutingProfilesCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchRoutingProfilesCommandInput, SearchRoutingProfilesCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -7,8 +7,8 @@ export interface StartChatContactCommandInput extends StartChatContactRequest {
7
7
  export interface StartChatContactCommandOutput extends StartChatContactResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Initiates a flow to start a new chat for the customer. Response of this API provides
11
- * a token required to obtain credentials from the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a> API in the Amazon Connect Participant Service.</p>
10
+ * <p>Initiates a flow to start a new chat for the customer. Response of this API provides a token
11
+ * required to obtain credentials from the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a> API in the Amazon Connect Participant Service.</p>
12
12
  *
13
13
  * <p>When a new chat contact is successfully created, clients must subscribe to the participant’s
14
14
  * connection for the created chat within 5 minutes. This is achieved by invoking <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a> with WEBSOCKET and CONNECTION_CREDENTIALS. </p>
@@ -7,12 +7,12 @@ export interface StartOutboundVoiceContactCommandInput extends StartOutboundVoic
7
7
  export interface StartOutboundVoiceContactCommandOutput extends StartOutboundVoiceContactResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Places an outbound call to a contact, and then initiates the flow. It performs the
11
- * actions in the flow that's specified (in <code>ContactFlowId</code>).</p>
10
+ * <p>Places an outbound call to a contact, and then initiates the flow. It performs the actions
11
+ * in the flow that's specified (in <code>ContactFlowId</code>).</p>
12
12
  *
13
13
  * <p>Agents do not initiate the outbound API, which means that they do not dial the contact. If
14
- * the flow places an outbound call to a contact, and then puts the contact in queue, the
15
- * call is then routed to the agent, like any other inbound case.</p>
14
+ * the flow places an outbound call to a contact, and then puts the contact in queue, the call is
15
+ * then routed to the agent, like any other inbound case.</p>
16
16
  *
17
17
  * <p>There is a 60-second dialing timeout for this operation. If the call is not connected after
18
18
  * 60 seconds, it fails.</p>
@@ -24,8 +24,7 @@ export interface StartOutboundVoiceContactCommandOutput extends StartOutboundVoi
24
24
  * <note>
25
25
  * <p>Campaign calls are not allowed by default. Before you can make a call with
26
26
  * <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase
27
- * request to the quota <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#outbound-communications-quotas">Amazon Connect campaigns</a>.
28
- * </p>
27
+ * request to the quota <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#outbound-communications-quotas">Amazon Connect campaigns</a>. </p>
29
28
  * </note>
30
29
  * @example
31
30
  * Use a bare-bones client and the command you need to make an API call.
@@ -8,8 +8,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
10
  * <p>Adds the specified tags to the specified resource.</p>
11
- * <p>Some of the supported resource types are agents, routing profiles, queues, quick connects, contact
12
- * flows, agent statuses, hours of operation, phone numbers, security profiles, and task
11
+ * <p>Some of the supported resource types are agents, routing profiles, queues, quick connects,
12
+ * contact flows, agent statuses, hours of operation, phone numbers, security profiles, and task
13
13
  * templates. For a complete list, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/tagging.html">Tagging resources in Amazon Connect</a>.</p>
14
14
  * <p>For sample policies that use tags, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html">Amazon Connect Identity-Based
15
15
  * Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
@@ -8,8 +8,8 @@ export interface TransferContactCommandOutput extends TransferContactResponse, _
8
8
  }
9
9
  /**
10
10
  * <p>Transfers contacts from one agent or queue to another agent or queue at any point after a
11
- * contact is created. You can transfer a contact to another queue by providing the flow
12
- * which orchestrates the contact to the destination queue. This gives you more control over contact
11
+ * contact is created. You can transfer a contact to another queue by providing the flow which
12
+ * orchestrates the contact to the destination queue. This gives you more control over contact
13
13
  * handling and helps you adhere to the service level agreement (SLA) guaranteed to your
14
14
  * customers.</p>
15
15
  * <p>Note the following requirements:</p>
@@ -21,8 +21,8 @@ export interface TransferContactCommandOutput extends TransferContactResponse, _
21
21
  * <p>Do not use both <code>QueueId</code> and <code>UserId</code> in the same call.</p>
22
22
  * </li>
23
23
  * <li>
24
- * <p>The following flow types are supported: Inbound flow, Transfer to agent
25
- * flow, and Transfer to queue flow.</p>
24
+ * <p>The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer
25
+ * to queue flow.</p>
26
26
  * </li>
27
27
  * <li>
28
28
  * <p>The <code>TransferContact</code> API can be called only on active contacts.</p>
@@ -17,7 +17,8 @@ export interface UpdateContactAttributesCommandOutput extends UpdateContactAttri
17
17
  * from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls
18
18
  * for additional analysis, such as legal review or to identify abusive callers.</p>
19
19
  * <p>Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For
20
- * information about contact record retention and the maximum size of the contact record attributes section, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits">Feature
20
+ * information about contact record retention and the maximum size of the contact record attributes
21
+ * section, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits">Feature
21
22
  * specifications</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
22
23
  * @example
23
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -102,6 +102,8 @@ export * from "./PutUserStatusCommand";
102
102
  export * from "./ReleasePhoneNumberCommand";
103
103
  export * from "./ResumeContactRecordingCommand";
104
104
  export * from "./SearchAvailablePhoneNumbersCommand";
105
+ export * from "./SearchQueuesCommand";
106
+ export * from "./SearchRoutingProfilesCommand";
105
107
  export * from "./SearchSecurityProfilesCommand";
106
108
  export * from "./SearchUsersCommand";
107
109
  export * from "./SearchVocabulariesCommand";
@@ -742,8 +742,7 @@ export interface CreateContactFlowRequest {
742
742
  */
743
743
  Name: string | undefined;
744
744
  /**
745
- * <p>The type of the flow. For descriptions of the available types, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types">Choose a flow type</a> in the <i>Amazon Connect Administrator
746
- * Guide</i>.</p>
745
+ * <p>The type of the flow. For descriptions of the available types, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types">Choose a flow type</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
747
746
  */
748
747
  Type: ContactFlowType | string | undefined;
749
748
  /**
@@ -981,7 +980,8 @@ export interface CreateIntegrationAssociationRequest {
981
980
  /**
982
981
  * <p>The Amazon Resource Name (ARN) of the integration.</p>
983
982
  * <note>
984
- * <p>When integrating with Amazon Pinpoint, the Amazon Connect and Amazon Pinpoint instances must be in the same account.</p>
983
+ * <p>When integrating with Amazon Pinpoint, the Amazon Connect and Amazon Pinpoint
984
+ * instances must be in the same account.</p>
985
985
  * </note>
986
986
  */
987
987
  IntegrationArn: string | undefined;
@@ -1083,8 +1083,8 @@ export interface PhoneNumberQuickConnectConfig {
1083
1083
  PhoneNumber: string | undefined;
1084
1084
  }
1085
1085
  /**
1086
- * <p>Contains information about a queue for a quick connect. The flow must be of type
1087
- * Transfer to Queue.</p>
1086
+ * <p>Contains information about a queue for a quick connect. The flow must be of type Transfer to
1087
+ * Queue.</p>
1088
1088
  */
1089
1089
  export interface QueueQuickConnectConfig {
1090
1090
  /**
@@ -1238,7 +1238,8 @@ export interface CreateSecurityProfileRequest {
1238
1238
  */
1239
1239
  Description?: string;
1240
1240
  /**
1241
- * <p>Permissions assigned to the security profile.</p>
1241
+ * <p>Permissions assigned to the security profile. For a list of valid permissions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html">List of security
1242
+ * profile permissions</a>. </p>
1242
1243
  */
1243
1244
  Permissions?: string[];
1244
1245
  /**
@@ -2006,8 +2007,7 @@ export interface ContactFlow {
2006
2007
  */
2007
2008
  Name?: string;
2008
2009
  /**
2009
- * <p>The type of the flow. For descriptions of the available types, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types">Choose a flow type</a> in the <i>Amazon Connect Administrator
2010
- * Guide</i>.</p>
2010
+ * <p>The type of the flow. For descriptions of the available types, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types">Choose a flow type</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
2011
2011
  */
2012
2012
  Type?: ContactFlowType | string;
2013
2013
  /**
@@ -2745,6 +2745,14 @@ export interface RoutingProfile {
2745
2745
  * <p>The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
2746
2746
  */
2747
2747
  Tags?: Record<string, string>;
2748
+ /**
2749
+ * <p>The number of associated queues in routing profile.</p>
2750
+ */
2751
+ NumberOfAssociatedQueues?: number;
2752
+ /**
2753
+ * <p>The number of associated users in routing profile.</p>
2754
+ */
2755
+ NumberOfAssociatedUsers?: number;
2748
2756
  }
2749
2757
  export interface DescribeRoutingProfileResponse {
2750
2758
  /**
@@ -3430,8 +3438,8 @@ export interface GetCurrentMetricDataResponse {
3430
3438
  DataSnapshotTime?: Date;
3431
3439
  }
3432
3440
  /**
3433
- * <p>Filters user data based on the contact information that is associated to
3434
- * the users. It contains a list of <a href="https://docs.aws.amazon.com/connect/latest/adminguide/about-contact-states.html">contact states</a>.</p>
3441
+ * <p>Filters user data based on the contact information that is associated to the users. It
3442
+ * contains a list of <a href="https://docs.aws.amazon.com/connect/latest/adminguide/about-contact-states.html">contact states</a>.</p>
3435
3443
  */
3436
3444
  export interface ContactFilter {
3437
3445
  /**
@@ -3448,8 +3456,8 @@ export interface UserDataFilters {
3448
3456
  */
3449
3457
  Queues?: string[];
3450
3458
  /**
3451
- * <p>A filter for the user data based on the contact information that is associated to the user. It
3452
- * contains a list of contact states. </p>
3459
+ * <p>A filter for the user data based on the contact information that is associated to the user.
3460
+ * It contains a list of contact states. </p>
3453
3461
  */
3454
3462
  ContactFilter?: ContactFilter;
3455
3463
  }
@@ -3459,8 +3467,9 @@ export interface GetCurrentUserDataRequest {
3459
3467
  */
3460
3468
  InstanceId: string | undefined;
3461
3469
  /**
3462
- * <p>Filters up to 100 <code>Queues</code>, or up to 9 <code>ContactStates</code>. The user data is retrieved only for those users who are associated with
3463
- * the queues and have contacts that are in the specified <code>ContactState</code>. </p>
3470
+ * <p>Filters up to 100 <code>Queues</code>, or up to 9 <code>ContactStates</code>. The user data
3471
+ * is retrieved only for those users who are associated with the queues and have contacts that are
3472
+ * in the specified <code>ContactState</code>. </p>
3464
3473
  */
3465
3474
  Filters: UserDataFilters | undefined;
3466
3475
  /**
@@ -3566,12 +3575,13 @@ export interface UserData {
3566
3575
  AvailableSlotsByChannel?: Record<string, number>;
3567
3576
  /**
3568
3577
  * <p>A map of maximum slots by channel. The key is a channel name. The value is an integer: the
3569
- * maximum number of slots. This is calculated from <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_MediaConcurrency.html">MediaConcurrency</a> of the RoutingProfile assigned to the agent. </p>
3578
+ * maximum number of slots. This is calculated from <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_MediaConcurrency.html">MediaConcurrency</a> of the
3579
+ * RoutingProfile assigned to the agent. </p>
3570
3580
  */
3571
3581
  MaxSlotsByChannel?: Record<string, number>;
3572
3582
  /**
3573
3583
  * <p> A map of active slots by channel. The key is a channel name. The value is an integer: the
3574
- * number of active slots. </p>
3584
+ * number of active slots. </p>
3575
3585
  */
3576
3586
  ActiveSlotsByChannel?: Record<string, number>;
3577
3587
  /**