@aws-sdk/client-connect 3.575.0 → 3.577.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 (47) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +167 -11
  3. package/dist-es/Connect.js +4 -0
  4. package/dist-es/commands/ReplicateInstanceCommand.js +1 -1
  5. package/dist-es/commands/SearchContactFlowModulesCommand.js +24 -0
  6. package/dist-es/commands/SearchContactFlowsCommand.js +24 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/models/models_0.js +4 -0
  9. package/dist-es/models/models_1.js +0 -4
  10. package/dist-es/models/models_2.js +9 -5
  11. package/dist-es/pagination/SearchContactFlowModulesPaginator.js +4 -0
  12. package/dist-es/pagination/SearchContactFlowsPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +2 -0
  14. package/dist-es/protocols/Aws_restJson1.js +98 -0
  15. package/dist-types/Connect.d.ts +14 -0
  16. package/dist-types/ConnectClient.d.ts +4 -2
  17. package/dist-types/commands/CreateContactFlowCommand.d.ts +1 -0
  18. package/dist-types/commands/DescribeContactFlowCommand.d.ts +10 -0
  19. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +4 -0
  20. package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -0
  21. package/dist-types/commands/ReplicateInstanceCommand.d.ts +1 -2
  22. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +135 -0
  23. package/dist-types/commands/SearchContactFlowsCommand.d.ts +143 -0
  24. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +4 -0
  25. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -0
  26. package/dist-types/commands/index.d.ts +2 -0
  27. package/dist-types/models/models_0.d.ts +27 -52
  28. package/dist-types/models/models_1.d.ts +131 -97
  29. package/dist-types/models/models_2.d.ts +352 -92
  30. package/dist-types/pagination/SearchContactFlowModulesPaginator.d.ts +7 -0
  31. package/dist-types/pagination/SearchContactFlowsPaginator.d.ts +7 -0
  32. package/dist-types/pagination/index.d.ts +2 -0
  33. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  34. package/dist-types/ts3.4/Connect.d.ts +34 -0
  35. package/dist-types/ts3.4/ConnectClient.d.ts +12 -0
  36. package/dist-types/ts3.4/commands/ReplicateInstanceCommand.d.ts +4 -2
  37. package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +39 -0
  38. package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +39 -0
  39. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  40. package/dist-types/ts3.4/models/models_0.d.ts +8 -11
  41. package/dist-types/ts3.4/models/models_1.d.ts +14 -10
  42. package/dist-types/ts3.4/models/models_2.d.ts +78 -22
  43. package/dist-types/ts3.4/pagination/SearchContactFlowModulesPaginator.d.ts +11 -0
  44. package/dist-types/ts3.4/pagination/SearchContactFlowsPaginator.d.ts +11 -0
  45. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  46. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  47. package/package.json +14 -14
@@ -179,6 +179,8 @@ import { ReplicateInstanceCommandInput, ReplicateInstanceCommandOutput } from ".
179
179
  import { ResumeContactCommandInput, ResumeContactCommandOutput } from "./commands/ResumeContactCommand";
180
180
  import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "./commands/ResumeContactRecordingCommand";
181
181
  import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "./commands/SearchAvailablePhoneNumbersCommand";
182
+ import { SearchContactFlowModulesCommandInput, SearchContactFlowModulesCommandOutput } from "./commands/SearchContactFlowModulesCommand";
183
+ import { SearchContactFlowsCommandInput, SearchContactFlowsCommandOutput } from "./commands/SearchContactFlowsCommand";
182
184
  import { SearchContactsCommandInput, SearchContactsCommandOutput } from "./commands/SearchContactsCommand";
183
185
  import { SearchHoursOfOperationsCommandInput, SearchHoursOfOperationsCommandOutput } from "./commands/SearchHoursOfOperationsCommand";
184
186
  import { SearchPredefinedAttributesCommandInput, SearchPredefinedAttributesCommandOutput } from "./commands/SearchPredefinedAttributesCommand";
@@ -261,11 +263,11 @@ export { __Client };
261
263
  /**
262
264
  * @public
263
265
  */
264
- export type ServiceInputTypes = ActivateEvaluationFormCommandInput | AssociateAnalyticsDataSetCommandInput | AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateFlowCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | AssociateTrafficDistributionGroupUserCommandInput | AssociateUserProficienciesCommandInput | BatchAssociateAnalyticsDataSetCommandInput | BatchDisassociateAnalyticsDataSetCommandInput | BatchGetAttachedFileMetadataCommandInput | BatchGetFlowAssociationCommandInput | BatchPutContactCommandInput | ClaimPhoneNumberCommandInput | CompleteAttachedFileUploadCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateEvaluationFormCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateParticipantCommandInput | CreatePersistentContactAssociationCommandInput | CreatePredefinedAttributeCommandInput | CreatePromptCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateRuleCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateTrafficDistributionGroupCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateViewCommandInput | CreateViewVersionCommandInput | CreateVocabularyCommandInput | DeactivateEvaluationFormCommandInput | DeleteAttachedFileCommandInput | DeleteContactEvaluationCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteEvaluationFormCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeletePredefinedAttributeCommandInput | DeletePromptCommandInput | DeleteQueueCommandInput | DeleteQuickConnectCommandInput | DeleteRoutingProfileCommandInput | DeleteRuleCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteTrafficDistributionGroupCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteViewCommandInput | DeleteViewVersionCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactEvaluationCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeEvaluationFormCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribePredefinedAttributeCommandInput | DescribePromptCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeRuleCommandInput | DescribeSecurityProfileCommandInput | DescribeTrafficDistributionGroupCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeViewCommandInput | DescribeVocabularyCommandInput | DisassociateAnalyticsDataSetCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateFlowCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | DisassociateTrafficDistributionGroupUserCommandInput | DisassociateUserProficienciesCommandInput | DismissUserContactCommandInput | GetAttachedFileCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetFederationTokenCommandInput | GetFlowAssociationCommandInput | GetMetricDataCommandInput | GetMetricDataV2CommandInput | GetPromptFileCommandInput | GetTaskTemplateCommandInput | GetTrafficDistributionCommandInput | ImportPhoneNumberCommandInput | ListAgentStatusesCommandInput | ListAnalyticsDataAssociationsCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactEvaluationsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListEvaluationFormVersionsCommandInput | ListEvaluationFormsCommandInput | ListFlowAssociationsCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPredefinedAttributesCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRealtimeContactAnalysisSegmentsV2CommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListRulesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfileApplicationsCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListTrafficDistributionGroupUsersCommandInput | ListTrafficDistributionGroupsCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUserProficienciesCommandInput | ListUsersCommandInput | ListViewVersionsCommandInput | ListViewsCommandInput | MonitorContactCommandInput | PauseContactCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ReplicateInstanceCommandInput | ResumeContactCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchContactsCommandInput | SearchHoursOfOperationsCommandInput | SearchPredefinedAttributesCommandInput | SearchPromptsCommandInput | SearchQueuesCommandInput | SearchQuickConnectsCommandInput | SearchResourceTagsCommandInput | SearchRoutingProfilesCommandInput | SearchSecurityProfilesCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | SendChatIntegrationEventCommandInput | StartAttachedFileUploadCommandInput | StartChatContactCommandInput | StartContactEvaluationCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StartWebRTCContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SubmitContactEvaluationCommandInput | SuspendContactRecordingCommandInput | TagContactCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactEvaluationCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactRoutingDataCommandInput | UpdateContactScheduleCommandInput | UpdateEvaluationFormCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateParticipantRoleConfigCommandInput | UpdatePhoneNumberCommandInput | UpdatePhoneNumberMetadataCommandInput | UpdatePredefinedAttributeCommandInput | UpdatePromptCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileAgentAvailabilityTimerCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateRuleCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateTrafficDistributionCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserProficienciesCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput | UpdateViewContentCommandInput | UpdateViewMetadataCommandInput;
266
+ export type ServiceInputTypes = ActivateEvaluationFormCommandInput | AssociateAnalyticsDataSetCommandInput | AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateFlowCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | AssociateTrafficDistributionGroupUserCommandInput | AssociateUserProficienciesCommandInput | BatchAssociateAnalyticsDataSetCommandInput | BatchDisassociateAnalyticsDataSetCommandInput | BatchGetAttachedFileMetadataCommandInput | BatchGetFlowAssociationCommandInput | BatchPutContactCommandInput | ClaimPhoneNumberCommandInput | CompleteAttachedFileUploadCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateEvaluationFormCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateParticipantCommandInput | CreatePersistentContactAssociationCommandInput | CreatePredefinedAttributeCommandInput | CreatePromptCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateRuleCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateTrafficDistributionGroupCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateViewCommandInput | CreateViewVersionCommandInput | CreateVocabularyCommandInput | DeactivateEvaluationFormCommandInput | DeleteAttachedFileCommandInput | DeleteContactEvaluationCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteEvaluationFormCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeletePredefinedAttributeCommandInput | DeletePromptCommandInput | DeleteQueueCommandInput | DeleteQuickConnectCommandInput | DeleteRoutingProfileCommandInput | DeleteRuleCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteTrafficDistributionGroupCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteViewCommandInput | DeleteViewVersionCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactEvaluationCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeEvaluationFormCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribePredefinedAttributeCommandInput | DescribePromptCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeRuleCommandInput | DescribeSecurityProfileCommandInput | DescribeTrafficDistributionGroupCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeViewCommandInput | DescribeVocabularyCommandInput | DisassociateAnalyticsDataSetCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateFlowCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | DisassociateTrafficDistributionGroupUserCommandInput | DisassociateUserProficienciesCommandInput | DismissUserContactCommandInput | GetAttachedFileCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetFederationTokenCommandInput | GetFlowAssociationCommandInput | GetMetricDataCommandInput | GetMetricDataV2CommandInput | GetPromptFileCommandInput | GetTaskTemplateCommandInput | GetTrafficDistributionCommandInput | ImportPhoneNumberCommandInput | ListAgentStatusesCommandInput | ListAnalyticsDataAssociationsCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactEvaluationsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListEvaluationFormVersionsCommandInput | ListEvaluationFormsCommandInput | ListFlowAssociationsCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPredefinedAttributesCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRealtimeContactAnalysisSegmentsV2CommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListRulesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfileApplicationsCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListTrafficDistributionGroupUsersCommandInput | ListTrafficDistributionGroupsCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUserProficienciesCommandInput | ListUsersCommandInput | ListViewVersionsCommandInput | ListViewsCommandInput | MonitorContactCommandInput | PauseContactCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ReplicateInstanceCommandInput | ResumeContactCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchContactFlowModulesCommandInput | SearchContactFlowsCommandInput | SearchContactsCommandInput | SearchHoursOfOperationsCommandInput | SearchPredefinedAttributesCommandInput | SearchPromptsCommandInput | SearchQueuesCommandInput | SearchQuickConnectsCommandInput | SearchResourceTagsCommandInput | SearchRoutingProfilesCommandInput | SearchSecurityProfilesCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | SendChatIntegrationEventCommandInput | StartAttachedFileUploadCommandInput | StartChatContactCommandInput | StartContactEvaluationCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StartWebRTCContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SubmitContactEvaluationCommandInput | SuspendContactRecordingCommandInput | TagContactCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactEvaluationCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactRoutingDataCommandInput | UpdateContactScheduleCommandInput | UpdateEvaluationFormCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateParticipantRoleConfigCommandInput | UpdatePhoneNumberCommandInput | UpdatePhoneNumberMetadataCommandInput | UpdatePredefinedAttributeCommandInput | UpdatePromptCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileAgentAvailabilityTimerCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateRuleCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateTrafficDistributionCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserProficienciesCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput | UpdateViewContentCommandInput | UpdateViewMetadataCommandInput;
265
267
  /**
266
268
  * @public
267
269
  */
268
- export type ServiceOutputTypes = ActivateEvaluationFormCommandOutput | AssociateAnalyticsDataSetCommandOutput | AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateFlowCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | AssociateTrafficDistributionGroupUserCommandOutput | AssociateUserProficienciesCommandOutput | BatchAssociateAnalyticsDataSetCommandOutput | BatchDisassociateAnalyticsDataSetCommandOutput | BatchGetAttachedFileMetadataCommandOutput | BatchGetFlowAssociationCommandOutput | BatchPutContactCommandOutput | ClaimPhoneNumberCommandOutput | CompleteAttachedFileUploadCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateEvaluationFormCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateParticipantCommandOutput | CreatePersistentContactAssociationCommandOutput | CreatePredefinedAttributeCommandOutput | CreatePromptCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateRuleCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateTrafficDistributionGroupCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateViewCommandOutput | CreateViewVersionCommandOutput | CreateVocabularyCommandOutput | DeactivateEvaluationFormCommandOutput | DeleteAttachedFileCommandOutput | DeleteContactEvaluationCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteEvaluationFormCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeletePredefinedAttributeCommandOutput | DeletePromptCommandOutput | DeleteQueueCommandOutput | DeleteQuickConnectCommandOutput | DeleteRoutingProfileCommandOutput | DeleteRuleCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteTrafficDistributionGroupCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteViewCommandOutput | DeleteViewVersionCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactEvaluationCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeEvaluationFormCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribePredefinedAttributeCommandOutput | DescribePromptCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeRuleCommandOutput | DescribeSecurityProfileCommandOutput | DescribeTrafficDistributionGroupCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeViewCommandOutput | DescribeVocabularyCommandOutput | DisassociateAnalyticsDataSetCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateFlowCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | DisassociateTrafficDistributionGroupUserCommandOutput | DisassociateUserProficienciesCommandOutput | DismissUserContactCommandOutput | GetAttachedFileCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetFederationTokenCommandOutput | GetFlowAssociationCommandOutput | GetMetricDataCommandOutput | GetMetricDataV2CommandOutput | GetPromptFileCommandOutput | GetTaskTemplateCommandOutput | GetTrafficDistributionCommandOutput | ImportPhoneNumberCommandOutput | ListAgentStatusesCommandOutput | ListAnalyticsDataAssociationsCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactEvaluationsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListEvaluationFormVersionsCommandOutput | ListEvaluationFormsCommandOutput | ListFlowAssociationsCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPredefinedAttributesCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRealtimeContactAnalysisSegmentsV2CommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListRulesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfileApplicationsCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListTrafficDistributionGroupUsersCommandOutput | ListTrafficDistributionGroupsCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUserProficienciesCommandOutput | ListUsersCommandOutput | ListViewVersionsCommandOutput | ListViewsCommandOutput | MonitorContactCommandOutput | PauseContactCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ReplicateInstanceCommandOutput | ResumeContactCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchContactsCommandOutput | SearchHoursOfOperationsCommandOutput | SearchPredefinedAttributesCommandOutput | SearchPromptsCommandOutput | SearchQueuesCommandOutput | SearchQuickConnectsCommandOutput | SearchResourceTagsCommandOutput | SearchRoutingProfilesCommandOutput | SearchSecurityProfilesCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | SendChatIntegrationEventCommandOutput | StartAttachedFileUploadCommandOutput | StartChatContactCommandOutput | StartContactEvaluationCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StartWebRTCContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SubmitContactEvaluationCommandOutput | SuspendContactRecordingCommandOutput | TagContactCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactEvaluationCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactRoutingDataCommandOutput | UpdateContactScheduleCommandOutput | UpdateEvaluationFormCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateParticipantRoleConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePhoneNumberMetadataCommandOutput | UpdatePredefinedAttributeCommandOutput | UpdatePromptCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileAgentAvailabilityTimerCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateRuleCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateTrafficDistributionCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserProficienciesCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput | UpdateViewContentCommandOutput | UpdateViewMetadataCommandOutput;
270
+ export type ServiceOutputTypes = ActivateEvaluationFormCommandOutput | AssociateAnalyticsDataSetCommandOutput | AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateFlowCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | AssociateTrafficDistributionGroupUserCommandOutput | AssociateUserProficienciesCommandOutput | BatchAssociateAnalyticsDataSetCommandOutput | BatchDisassociateAnalyticsDataSetCommandOutput | BatchGetAttachedFileMetadataCommandOutput | BatchGetFlowAssociationCommandOutput | BatchPutContactCommandOutput | ClaimPhoneNumberCommandOutput | CompleteAttachedFileUploadCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateEvaluationFormCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateParticipantCommandOutput | CreatePersistentContactAssociationCommandOutput | CreatePredefinedAttributeCommandOutput | CreatePromptCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateRuleCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateTrafficDistributionGroupCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateViewCommandOutput | CreateViewVersionCommandOutput | CreateVocabularyCommandOutput | DeactivateEvaluationFormCommandOutput | DeleteAttachedFileCommandOutput | DeleteContactEvaluationCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteEvaluationFormCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeletePredefinedAttributeCommandOutput | DeletePromptCommandOutput | DeleteQueueCommandOutput | DeleteQuickConnectCommandOutput | DeleteRoutingProfileCommandOutput | DeleteRuleCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteTrafficDistributionGroupCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteViewCommandOutput | DeleteViewVersionCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactEvaluationCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeEvaluationFormCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribePredefinedAttributeCommandOutput | DescribePromptCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeRuleCommandOutput | DescribeSecurityProfileCommandOutput | DescribeTrafficDistributionGroupCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeViewCommandOutput | DescribeVocabularyCommandOutput | DisassociateAnalyticsDataSetCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateFlowCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | DisassociateTrafficDistributionGroupUserCommandOutput | DisassociateUserProficienciesCommandOutput | DismissUserContactCommandOutput | GetAttachedFileCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetFederationTokenCommandOutput | GetFlowAssociationCommandOutput | GetMetricDataCommandOutput | GetMetricDataV2CommandOutput | GetPromptFileCommandOutput | GetTaskTemplateCommandOutput | GetTrafficDistributionCommandOutput | ImportPhoneNumberCommandOutput | ListAgentStatusesCommandOutput | ListAnalyticsDataAssociationsCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactEvaluationsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListEvaluationFormVersionsCommandOutput | ListEvaluationFormsCommandOutput | ListFlowAssociationsCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPredefinedAttributesCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRealtimeContactAnalysisSegmentsV2CommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListRulesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfileApplicationsCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListTrafficDistributionGroupUsersCommandOutput | ListTrafficDistributionGroupsCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUserProficienciesCommandOutput | ListUsersCommandOutput | ListViewVersionsCommandOutput | ListViewsCommandOutput | MonitorContactCommandOutput | PauseContactCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ReplicateInstanceCommandOutput | ResumeContactCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchContactFlowModulesCommandOutput | SearchContactFlowsCommandOutput | SearchContactsCommandOutput | SearchHoursOfOperationsCommandOutput | SearchPredefinedAttributesCommandOutput | SearchPromptsCommandOutput | SearchQueuesCommandOutput | SearchQuickConnectsCommandOutput | SearchResourceTagsCommandOutput | SearchRoutingProfilesCommandOutput | SearchSecurityProfilesCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | SendChatIntegrationEventCommandOutput | StartAttachedFileUploadCommandOutput | StartChatContactCommandOutput | StartContactEvaluationCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StartWebRTCContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SubmitContactEvaluationCommandOutput | SuspendContactRecordingCommandOutput | TagContactCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactEvaluationCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactRoutingDataCommandOutput | UpdateContactScheduleCommandOutput | UpdateEvaluationFormCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateParticipantRoleConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePhoneNumberMetadataCommandOutput | UpdatePredefinedAttributeCommandOutput | UpdatePromptCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileAgentAvailabilityTimerCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateRuleCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateTrafficDistributionCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserProficienciesCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput | UpdateViewContentCommandOutput | UpdateViewMetadataCommandOutput;
269
271
  /**
270
272
  * @public
271
273
  */
@@ -41,6 +41,7 @@ declare const CreateContactFlowCommand_base: {
41
41
  * Type: "CONTACT_FLOW" || "CUSTOMER_QUEUE" || "CUSTOMER_HOLD" || "CUSTOMER_WHISPER" || "AGENT_HOLD" || "AGENT_WHISPER" || "OUTBOUND_WHISPER" || "AGENT_TRANSFER" || "QUEUE_TRANSFER", // required
42
42
  * Description: "STRING_VALUE",
43
43
  * Content: "STRING_VALUE", // required
44
+ * Status: "PUBLISHED" || "SAVED",
44
45
  * Tags: { // TagMap
45
46
  * "<keys>": "STRING_VALUE",
46
47
  * },
@@ -29,6 +29,15 @@ declare const DescribeContactFlowCommand_base: {
29
29
  * <p>Describes the specified flow.</p>
30
30
  * <p>You can also create and update flows using the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html">Amazon Connect
31
31
  * Flow language</a>.</p>
32
+ * <p>Use the <code>$SAVED</code> alias in the request to describe the <code>SAVED</code> content
33
+ * of a Flow. For example, <code>arn:aws:.../contact-flow/\{id\}:$SAVED</code>. Once a contact flow is
34
+ * published, <code>$SAVED</code> needs to be supplied to view saved content that has not been
35
+ * published.</p>
36
+ * <p>In the response, <b>Status</b> indicates the flow status as either
37
+ * <code>SAVED</code> or <code>PUBLISHED</code>. The <code>PUBLISHED</code> status will initiate
38
+ * validation on the content. <code>SAVED</code> does not initiate validation of the content.
39
+ * <code>SAVED</code> | <code>PUBLISHED</code>
40
+ * </p>
32
41
  * @example
33
42
  * Use a bare-bones client and the command you need to make an API call.
34
43
  * ```javascript
@@ -48,6 +57,7 @@ declare const DescribeContactFlowCommand_base: {
48
57
  * // Name: "STRING_VALUE",
49
58
  * // Type: "CONTACT_FLOW" || "CUSTOMER_QUEUE" || "CUSTOMER_HOLD" || "CUSTOMER_WHISPER" || "AGENT_HOLD" || "AGENT_WHISPER" || "OUTBOUND_WHISPER" || "AGENT_TRANSFER" || "QUEUE_TRANSFER",
50
59
  * // State: "ACTIVE" || "ARCHIVED",
60
+ * // Status: "PUBLISHED" || "SAVED",
51
61
  * // Description: "STRING_VALUE",
52
62
  * // Content: "STRING_VALUE",
53
63
  * // Tags: { // TagMap
@@ -27,6 +27,10 @@ declare const DescribeContactFlowModuleCommand_base: {
27
27
  };
28
28
  /**
29
29
  * <p>Describes the specified flow module.</p>
30
+ * <p>Use the <code>$SAVED</code> alias in the request to describe the <code>SAVED</code> content
31
+ * of a Flow. For example, <code>arn:aws:.../contact-flow/\{id\}:$SAVED</code>. Once a contact flow is
32
+ * published, <code>$SAVED</code> needs to be supplied to view saved content that has not been
33
+ * published.</p>
30
34
  * @example
31
35
  * Use a bare-bones client and the command you need to make an API call.
32
36
  * ```javascript
@@ -55,6 +55,7 @@ declare const ListContactFlowsCommand_base: {
55
55
  * // Name: "STRING_VALUE",
56
56
  * // ContactFlowType: "CONTACT_FLOW" || "CUSTOMER_QUEUE" || "CUSTOMER_HOLD" || "CUSTOMER_WHISPER" || "AGENT_HOLD" || "AGENT_WHISPER" || "OUTBOUND_WHISPER" || "AGENT_TRANSFER" || "QUEUE_TRANSFER",
57
57
  * // ContactFlowState: "ACTIVE" || "ARCHIVED",
58
+ * // ContactFlowStatus: "PUBLISHED" || "SAVED",
58
59
  * // },
59
60
  * // ],
60
61
  * // NextToken: "STRING_VALUE",
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ReplicateInstanceRequest } from "../models/models_1";
5
- import { ReplicateInstanceResponse } from "../models/models_2";
4
+ import { ReplicateInstanceRequest, ReplicateInstanceResponse } from "../models/models_2";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -0,0 +1,135 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { SearchContactFlowModulesRequest, SearchContactFlowModulesResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link SearchContactFlowModulesCommand}.
13
+ */
14
+ export interface SearchContactFlowModulesCommandInput extends SearchContactFlowModulesRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link SearchContactFlowModulesCommand}.
20
+ */
21
+ export interface SearchContactFlowModulesCommandOutput extends SearchContactFlowModulesResponse, __MetadataBearer {
22
+ }
23
+ declare const SearchContactFlowModulesCommand_base: {
24
+ new (input: SearchContactFlowModulesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchContactFlowModulesCommandInput, SearchContactFlowModulesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchContactFlowModulesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchContactFlowModulesCommandInput, SearchContactFlowModulesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * <p>Searches the flow modules in an Amazon Connect instance, with optional filtering.</p>
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { ConnectClient, SearchContactFlowModulesCommand } from "@aws-sdk/client-connect"; // ES Modules import
34
+ * // const { ConnectClient, SearchContactFlowModulesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
35
+ * const client = new ConnectClient(config);
36
+ * const input = { // SearchContactFlowModulesRequest
37
+ * InstanceId: "STRING_VALUE", // required
38
+ * NextToken: "STRING_VALUE",
39
+ * MaxResults: Number("int"),
40
+ * SearchFilter: { // ContactFlowModuleSearchFilter
41
+ * TagFilter: { // ControlPlaneTagFilter
42
+ * OrConditions: [ // TagOrConditionList
43
+ * [ // TagAndConditionList
44
+ * { // TagCondition
45
+ * TagKey: "STRING_VALUE",
46
+ * TagValue: "STRING_VALUE",
47
+ * },
48
+ * ],
49
+ * ],
50
+ * AndConditions: [
51
+ * {
52
+ * TagKey: "STRING_VALUE",
53
+ * TagValue: "STRING_VALUE",
54
+ * },
55
+ * ],
56
+ * TagCondition: "<TagCondition>",
57
+ * },
58
+ * },
59
+ * SearchCriteria: { // ContactFlowModuleSearchCriteria
60
+ * OrConditions: [ // ContactFlowModuleSearchConditionList
61
+ * {
62
+ * OrConditions: [
63
+ * "<ContactFlowModuleSearchCriteria>",
64
+ * ],
65
+ * AndConditions: [
66
+ * "<ContactFlowModuleSearchCriteria>",
67
+ * ],
68
+ * StringCondition: { // StringCondition
69
+ * FieldName: "STRING_VALUE",
70
+ * Value: "STRING_VALUE",
71
+ * ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
72
+ * },
73
+ * },
74
+ * ],
75
+ * AndConditions: [
76
+ * "<ContactFlowModuleSearchCriteria>",
77
+ * ],
78
+ * StringCondition: {
79
+ * FieldName: "STRING_VALUE",
80
+ * Value: "STRING_VALUE",
81
+ * ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
82
+ * },
83
+ * },
84
+ * };
85
+ * const command = new SearchContactFlowModulesCommand(input);
86
+ * const response = await client.send(command);
87
+ * // { // SearchContactFlowModulesResponse
88
+ * // ContactFlowModules: [ // ContactFlowModuleSearchSummaryList
89
+ * // { // ContactFlowModule
90
+ * // Arn: "STRING_VALUE",
91
+ * // Id: "STRING_VALUE",
92
+ * // Name: "STRING_VALUE",
93
+ * // Content: "STRING_VALUE",
94
+ * // Description: "STRING_VALUE",
95
+ * // State: "ACTIVE" || "ARCHIVED",
96
+ * // Status: "PUBLISHED" || "SAVED",
97
+ * // Tags: { // TagMap
98
+ * // "<keys>": "STRING_VALUE",
99
+ * // },
100
+ * // },
101
+ * // ],
102
+ * // NextToken: "STRING_VALUE",
103
+ * // ApproximateTotalCount: Number("long"),
104
+ * // };
105
+ *
106
+ * ```
107
+ *
108
+ * @param SearchContactFlowModulesCommandInput - {@link SearchContactFlowModulesCommandInput}
109
+ * @returns {@link SearchContactFlowModulesCommandOutput}
110
+ * @see {@link SearchContactFlowModulesCommandInput} for command's `input` shape.
111
+ * @see {@link SearchContactFlowModulesCommandOutput} for command's `response` shape.
112
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
113
+ *
114
+ * @throws {@link InternalServiceException} (server fault)
115
+ * <p>Request processing failed because of an error or failure with the service.</p>
116
+ *
117
+ * @throws {@link InvalidParameterException} (client fault)
118
+ * <p>One or more of the specified parameters are not valid.</p>
119
+ *
120
+ * @throws {@link InvalidRequestException} (client fault)
121
+ * <p>The request is not valid.</p>
122
+ *
123
+ * @throws {@link ResourceNotFoundException} (client fault)
124
+ * <p>The specified resource was not found.</p>
125
+ *
126
+ * @throws {@link ThrottlingException} (client fault)
127
+ * <p>The throttling limit has been exceeded.</p>
128
+ *
129
+ * @throws {@link ConnectServiceException}
130
+ * <p>Base exception class for all service exceptions from Connect service.</p>
131
+ *
132
+ * @public
133
+ */
134
+ export declare class SearchContactFlowModulesCommand extends SearchContactFlowModulesCommand_base {
135
+ }
@@ -0,0 +1,143 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { SearchContactFlowsRequest, SearchContactFlowsResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link SearchContactFlowsCommand}.
13
+ */
14
+ export interface SearchContactFlowsCommandInput extends SearchContactFlowsRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link SearchContactFlowsCommand}.
20
+ */
21
+ export interface SearchContactFlowsCommandOutput extends SearchContactFlowsResponse, __MetadataBearer {
22
+ }
23
+ declare const SearchContactFlowsCommand_base: {
24
+ new (input: SearchContactFlowsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchContactFlowsCommandInput, SearchContactFlowsCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchContactFlowsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchContactFlowsCommandInput, SearchContactFlowsCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * <p>Searches the contact flows in an Amazon Connect instance, with optional
30
+ * filtering.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ConnectClient, SearchContactFlowsCommand } from "@aws-sdk/client-connect"; // ES Modules import
35
+ * // const { ConnectClient, SearchContactFlowsCommand } = require("@aws-sdk/client-connect"); // CommonJS import
36
+ * const client = new ConnectClient(config);
37
+ * const input = { // SearchContactFlowsRequest
38
+ * InstanceId: "STRING_VALUE", // required
39
+ * NextToken: "STRING_VALUE",
40
+ * MaxResults: Number("int"),
41
+ * SearchFilter: { // ContactFlowSearchFilter
42
+ * TagFilter: { // ControlPlaneTagFilter
43
+ * OrConditions: [ // TagOrConditionList
44
+ * [ // TagAndConditionList
45
+ * { // TagCondition
46
+ * TagKey: "STRING_VALUE",
47
+ * TagValue: "STRING_VALUE",
48
+ * },
49
+ * ],
50
+ * ],
51
+ * AndConditions: [
52
+ * {
53
+ * TagKey: "STRING_VALUE",
54
+ * TagValue: "STRING_VALUE",
55
+ * },
56
+ * ],
57
+ * TagCondition: "<TagCondition>",
58
+ * },
59
+ * },
60
+ * SearchCriteria: { // ContactFlowSearchCriteria
61
+ * OrConditions: [ // ContactFlowSearchConditionList
62
+ * {
63
+ * OrConditions: [
64
+ * "<ContactFlowSearchCriteria>",
65
+ * ],
66
+ * AndConditions: [
67
+ * "<ContactFlowSearchCriteria>",
68
+ * ],
69
+ * StringCondition: { // StringCondition
70
+ * FieldName: "STRING_VALUE",
71
+ * Value: "STRING_VALUE",
72
+ * ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
73
+ * },
74
+ * TypeCondition: "CONTACT_FLOW" || "CUSTOMER_QUEUE" || "CUSTOMER_HOLD" || "CUSTOMER_WHISPER" || "AGENT_HOLD" || "AGENT_WHISPER" || "OUTBOUND_WHISPER" || "AGENT_TRANSFER" || "QUEUE_TRANSFER",
75
+ * StateCondition: "ACTIVE" || "ARCHIVED",
76
+ * StatusCondition: "PUBLISHED" || "SAVED",
77
+ * },
78
+ * ],
79
+ * AndConditions: [
80
+ * "<ContactFlowSearchCriteria>",
81
+ * ],
82
+ * StringCondition: {
83
+ * FieldName: "STRING_VALUE",
84
+ * Value: "STRING_VALUE",
85
+ * ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
86
+ * },
87
+ * TypeCondition: "CONTACT_FLOW" || "CUSTOMER_QUEUE" || "CUSTOMER_HOLD" || "CUSTOMER_WHISPER" || "AGENT_HOLD" || "AGENT_WHISPER" || "OUTBOUND_WHISPER" || "AGENT_TRANSFER" || "QUEUE_TRANSFER",
88
+ * StateCondition: "ACTIVE" || "ARCHIVED",
89
+ * StatusCondition: "PUBLISHED" || "SAVED",
90
+ * },
91
+ * };
92
+ * const command = new SearchContactFlowsCommand(input);
93
+ * const response = await client.send(command);
94
+ * // { // SearchContactFlowsResponse
95
+ * // ContactFlows: [ // ContactFlowSearchSummaryList
96
+ * // { // ContactFlow
97
+ * // Arn: "STRING_VALUE",
98
+ * // Id: "STRING_VALUE",
99
+ * // Name: "STRING_VALUE",
100
+ * // Type: "CONTACT_FLOW" || "CUSTOMER_QUEUE" || "CUSTOMER_HOLD" || "CUSTOMER_WHISPER" || "AGENT_HOLD" || "AGENT_WHISPER" || "OUTBOUND_WHISPER" || "AGENT_TRANSFER" || "QUEUE_TRANSFER",
101
+ * // State: "ACTIVE" || "ARCHIVED",
102
+ * // Status: "PUBLISHED" || "SAVED",
103
+ * // Description: "STRING_VALUE",
104
+ * // Content: "STRING_VALUE",
105
+ * // Tags: { // TagMap
106
+ * // "<keys>": "STRING_VALUE",
107
+ * // },
108
+ * // },
109
+ * // ],
110
+ * // NextToken: "STRING_VALUE",
111
+ * // ApproximateTotalCount: Number("long"),
112
+ * // };
113
+ *
114
+ * ```
115
+ *
116
+ * @param SearchContactFlowsCommandInput - {@link SearchContactFlowsCommandInput}
117
+ * @returns {@link SearchContactFlowsCommandOutput}
118
+ * @see {@link SearchContactFlowsCommandInput} for command's `input` shape.
119
+ * @see {@link SearchContactFlowsCommandOutput} for command's `response` shape.
120
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
121
+ *
122
+ * @throws {@link InternalServiceException} (server fault)
123
+ * <p>Request processing failed because of an error or failure with the service.</p>
124
+ *
125
+ * @throws {@link InvalidParameterException} (client fault)
126
+ * <p>One or more of the specified parameters are not valid.</p>
127
+ *
128
+ * @throws {@link InvalidRequestException} (client fault)
129
+ * <p>The request is not valid.</p>
130
+ *
131
+ * @throws {@link ResourceNotFoundException} (client fault)
132
+ * <p>The specified resource was not found.</p>
133
+ *
134
+ * @throws {@link ThrottlingException} (client fault)
135
+ * <p>The throttling limit has been exceeded.</p>
136
+ *
137
+ * @throws {@link ConnectServiceException}
138
+ * <p>Base exception class for all service exceptions from Connect service.</p>
139
+ *
140
+ * @public
141
+ */
142
+ export declare class SearchContactFlowsCommand extends SearchContactFlowsCommand_base {
143
+ }
@@ -29,6 +29,10 @@ declare const UpdateContactFlowContentCommand_base: {
29
29
  * <p>Updates the specified flow.</p>
30
30
  * <p>You can also create and update flows using the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html">Amazon Connect
31
31
  * Flow language</a>.</p>
32
+ * <p>Use the <code>$SAVED</code> alias in the request to describe the <code>SAVED</code> content
33
+ * of a Flow. For example, <code>arn:aws:.../contact-flow/\{id\}:$SAVED</code>. Once a contact flow is
34
+ * published, <code>$SAVED</code> needs to be supplied to view saved content that has not been
35
+ * published.</p>
32
36
  * @example
33
37
  * Use a bare-bones client and the command you need to make an API call.
34
38
  * ```javascript
@@ -27,6 +27,10 @@ declare const UpdateContactFlowModuleContentCommand_base: {
27
27
  };
28
28
  /**
29
29
  * <p>Updates specified flow module for the specified Amazon Connect instance. </p>
30
+ * <p>Use the <code>$SAVED</code> alias in the request to describe the <code>SAVED</code> content
31
+ * of a Flow. For example, <code>arn:aws:.../contact-flow/\{id\}:$SAVED</code>. Once a contact flow is
32
+ * published, <code>$SAVED</code> needs to be supplied to view saved content that has not been
33
+ * published.</p>
30
34
  * @example
31
35
  * Use a bare-bones client and the command you need to make an API call.
32
36
  * ```javascript
@@ -170,6 +170,8 @@ export * from "./ReplicateInstanceCommand";
170
170
  export * from "./ResumeContactCommand";
171
171
  export * from "./ResumeContactRecordingCommand";
172
172
  export * from "./SearchAvailablePhoneNumbersCommand";
173
+ export * from "./SearchContactFlowModulesCommand";
174
+ export * from "./SearchContactFlowsCommand";
173
175
  export * from "./SearchContactsCommand";
174
176
  export * from "./SearchHoursOfOperationsCommand";
175
177
  export * from "./SearchPredefinedAttributesCommand";
@@ -1459,7 +1459,8 @@ export interface BatchGetAttachedFileMetadataRequest {
1459
1459
  AssociatedResourceArn: string | undefined;
1460
1460
  }
1461
1461
  /**
1462
- * <p>Error describing a failure to retrieve attached file metadata through BatchGetAttachedFileMetadata action.</p>
1462
+ * <p>Error describing a failure to retrieve attached file metadata through
1463
+ * BatchGetAttachedFileMetadata action.</p>
1463
1464
  * @public
1464
1465
  */
1465
1466
  export interface AttachedFileError {
@@ -2027,6 +2028,18 @@ export declare class DuplicateResourceException extends __BaseException {
2027
2028
  */
2028
2029
  constructor(opts: __ExceptionOptionType<DuplicateResourceException, __BaseException>);
2029
2030
  }
2031
+ /**
2032
+ * @public
2033
+ * @enum
2034
+ */
2035
+ export declare const ContactFlowStatus: {
2036
+ readonly PUBLISHED: "PUBLISHED";
2037
+ readonly SAVED: "SAVED";
2038
+ };
2039
+ /**
2040
+ * @public
2041
+ */
2042
+ export type ContactFlowStatus = (typeof ContactFlowStatus)[keyof typeof ContactFlowStatus];
2030
2043
  /**
2031
2044
  * @public
2032
2045
  * @enum
@@ -2078,6 +2091,14 @@ export interface CreateContactFlowRequest {
2078
2091
  * @public
2079
2092
  */
2080
2093
  Content: string | undefined;
2094
+ /**
2095
+ * <p>Indicates the flow status as either <code>SAVED</code> or <code>PUBLISHED</code>. The
2096
+ * <code>PUBLISHED</code> status will initiate validation on the content. the <code>SAVED</code>
2097
+ * status does not initiate validation of the content. <code>SAVED</code> |
2098
+ * <code>PUBLISHED</code>.</p>
2099
+ * @public
2100
+ */
2101
+ Status?: ContactFlowStatus;
2081
2102
  /**
2082
2103
  * <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
2083
2104
  * @public
@@ -6041,6 +6062,11 @@ export interface ContactFlow {
6041
6062
  * @public
6042
6063
  */
6043
6064
  State?: ContactFlowState;
6065
+ /**
6066
+ * <p>The status of the contact flow.</p>
6067
+ * @public
6068
+ */
6069
+ Status?: ContactFlowStatus;
6044
6070
  /**
6045
6071
  * <p>The description of the flow.</p>
6046
6072
  * @public
@@ -6212,57 +6238,6 @@ export interface DescribeHoursOfOperationRequest {
6212
6238
  */
6213
6239
  HoursOfOperationId: string | undefined;
6214
6240
  }
6215
- /**
6216
- * <p>Information about of the hours of operation.</p>
6217
- * @public
6218
- */
6219
- export interface HoursOfOperation {
6220
- /**
6221
- * <p>The identifier for the hours of operation.</p>
6222
- * @public
6223
- */
6224
- HoursOfOperationId?: string;
6225
- /**
6226
- * <p>The Amazon Resource Name (ARN) for the hours of operation.</p>
6227
- * @public
6228
- */
6229
- HoursOfOperationArn?: string;
6230
- /**
6231
- * <p>The name for the hours of operation.</p>
6232
- * @public
6233
- */
6234
- Name?: string;
6235
- /**
6236
- * <p>The description for the hours of operation.</p>
6237
- * @public
6238
- */
6239
- Description?: string;
6240
- /**
6241
- * <p>The time zone for the hours of operation.</p>
6242
- * @public
6243
- */
6244
- TimeZone?: string;
6245
- /**
6246
- * <p>Configuration information for the hours of operation.</p>
6247
- * @public
6248
- */
6249
- Config?: HoursOfOperationConfig[];
6250
- /**
6251
- * <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
6252
- * @public
6253
- */
6254
- Tags?: Record<string, string>;
6255
- /**
6256
- * <p>The timestamp when this resource was last modified.</p>
6257
- * @public
6258
- */
6259
- LastModifiedTime?: Date;
6260
- /**
6261
- * <p>The Amazon Web Services Region where this resource was last modified.</p>
6262
- * @public
6263
- */
6264
- LastModifiedRegion?: string;
6265
- }
6266
6241
  /**
6267
6242
  * @internal
6268
6243
  */