@aws-sdk/client-connect 3.39.0 → 3.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -0
- package/README.md +2 -4
- package/dist-cjs/Connect.js +285 -0
- package/dist-cjs/commands/CreateContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/CreateSecurityProfileCommand.js +36 -0
- package/dist-cjs/commands/DeleteContactFlowCommand.js +36 -0
- package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/DeleteSecurityProfileCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactCommand.js +36 -0
- package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +36 -0
- package/dist-cjs/commands/DescribeSecurityProfileCommand.js +36 -0
- package/dist-cjs/commands/ListContactFlowModulesCommand.js +36 -0
- package/dist-cjs/commands/ListContactReferencesCommand.js +36 -0
- package/dist-cjs/commands/ListSecurityProfilePermissionsCommand.js +36 -0
- package/dist-cjs/commands/StartContactStreamingCommand.js +36 -0
- package/dist-cjs/commands/StopContactStreamingCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactAttributesCommand.js +3 -3
- package/dist-cjs/commands/UpdateContactCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowContentCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +36 -0
- package/dist-cjs/commands/UpdateContactFlowNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateContactScheduleCommand.js +36 -0
- package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +2 -2
- package/dist-cjs/commands/UpdateSecurityProfileCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserHierarchyCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js +2 -2
- package/dist-cjs/commands/index.js +19 -0
- package/dist-cjs/endpoints.js +74 -5
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +293 -206
- package/dist-cjs/models/models_1.js +243 -0
- package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +35 -0
- package/dist-cjs/pagination/ListContactReferencesPaginator.js +34 -0
- package/dist-cjs/pagination/ListSecurityProfilePermissionsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +3268 -730
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/Connect.js +285 -0
- package/dist-es/commands/CreateContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/CreateSecurityProfileCommand.js +39 -0
- package/dist-es/commands/DeleteContactFlowCommand.js +39 -0
- package/dist-es/commands/DeleteContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/DeleteSecurityProfileCommand.js +39 -0
- package/dist-es/commands/DescribeContactCommand.js +39 -0
- package/dist-es/commands/DescribeContactFlowModuleCommand.js +39 -0
- package/dist-es/commands/DescribeSecurityProfileCommand.js +39 -0
- package/dist-es/commands/ListContactFlowModulesCommand.js +39 -0
- package/dist-es/commands/ListContactReferencesCommand.js +39 -0
- package/dist-es/commands/ListSecurityProfilePermissionsCommand.js +39 -0
- package/dist-es/commands/StartContactStreamingCommand.js +39 -0
- package/dist-es/commands/StopContactStreamingCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateAgentStatusCommand.js +1 -1
- package/dist-es/commands/UpdateContactAttributesCommand.js +1 -1
- package/dist-es/commands/UpdateContactCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowContentCommand.js +1 -1
- package/dist-es/commands/UpdateContactFlowMetadataCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +39 -0
- package/dist-es/commands/UpdateContactFlowNameCommand.js +1 -1
- package/dist-es/commands/UpdateContactScheduleCommand.js +39 -0
- package/dist-es/commands/UpdateHoursOfOperationCommand.js +1 -1
- package/dist-es/commands/UpdateInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +1 -1
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js +1 -1
- package/dist-es/commands/UpdateQueueNameCommand.js +1 -1
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQueueStatusCommand.js +1 -1
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js +1 -1
- package/dist-es/commands/UpdateQuickConnectNameCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js +1 -1
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +1 -1
- package/dist-es/commands/UpdateSecurityProfileCommand.js +39 -0
- package/dist-es/commands/UpdateUserHierarchyCommand.js +1 -1
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +1 -1
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +1 -1
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
- package/dist-es/commands/UpdateUserPhoneConfigCommand.js +1 -1
- package/dist-es/commands/UpdateUserRoutingProfileCommand.js +1 -1
- package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +1 -1
- package/dist-es/commands/index.js +19 -0
- package/dist-es/endpoints.js +74 -5
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +211 -136
- package/dist-es/models/models_1.js +161 -0
- package/dist-es/pagination/ListContactFlowModulesPaginator.js +74 -0
- package/dist-es/pagination/ListContactReferencesPaginator.js +73 -0
- package/dist-es/pagination/ListSecurityProfilePermissionsPaginator.js +74 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +3135 -302
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Connect.d.ts +166 -9
- package/dist-types/ConnectClient.d.ts +32 -7
- package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +1 -1
- package/dist-types/commands/AssociateBotCommand.d.ts +1 -1
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +1 -1
- package/dist-types/commands/AssociateLexBotCommand.d.ts +1 -1
- package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactFlowCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +3 -2
- package/dist-types/commands/CreateInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
- package/dist-types/commands/CreateQuickConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityProfileCommand.d.ts +36 -0
- package/dist-types/commands/CreateUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContactFlowCommand.d.ts +35 -0
- package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +3 -2
- package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQuickConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +36 -0
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +40 -0
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +3 -2
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQueueCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +36 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateBotCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +1 -1
- package/dist-types/commands/GetContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/GetFederationTokenCommand.d.ts +1 -1
- package/dist-types/commands/GetMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +1 -1
- package/dist-types/commands/ListApprovedOriginsCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +35 -0
- package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactReferencesCommand.d.ts +37 -0
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +1 -1
- package/dist-types/commands/ListLexBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -1
- package/dist-types/commands/ListPromptsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +36 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListUseCasesCommand.d.ts +1 -1
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StartContactStreamingCommand.d.ts +37 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StopContactStreamingCommand.d.ts +37 -0
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactCommand.d.ts +41 -0
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +35 -0
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +35 -0
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +4 -3
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +36 -0
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +19 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +932 -754
- package/dist-types/models/models_1.d.ts +831 -0
- package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListContactReferencesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSecurityProfilePermissionsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +57 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/Connect.d.ts +95 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +25 -2
- package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +19 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +541 -415
- package/dist-types/ts3.4/models/models_1.d.ts +491 -0
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +57 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -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 { DeleteSecurityProfileRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteSecurityProfileCommandInput extends DeleteSecurityProfileRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteSecurityProfileCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>Deletes a security profile.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { ConnectClient, DeleteSecurityProfileCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
16
|
+
* // const { ConnectClient, DeleteSecurityProfileCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
17
|
+
* const client = new ConnectClient(config);
|
|
18
|
+
* const command = new DeleteSecurityProfileCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DeleteSecurityProfileCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DeleteSecurityProfileCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class DeleteSecurityProfileCommand extends $Command<DeleteSecurityProfileCommandInput, DeleteSecurityProfileCommandOutput, ConnectClientResolvedConfig> {
|
|
28
|
+
readonly input: DeleteSecurityProfileCommandInput;
|
|
29
|
+
constructor(input: DeleteSecurityProfileCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSecurityProfileCommandInput, DeleteSecurityProfileCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -20,7 +20,7 @@ export interface DeleteUseCaseCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteUseCaseCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteUseCaseCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteUseCaseCommand extends $Command<DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteUserCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteUserCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteUserHierarchyGroupCommandOutput extends __MetadataBearer
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteUserHierarchyGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteUserHierarchyGroupCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteUserHierarchyGroupCommand extends $Command<DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeAgentStatusCommandOutput extends DescribeAgentStatusRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeAgentStatusCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeAgentStatusCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeAgentStatusCommand extends $Command<DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { DescribeContactRequest, DescribeContactResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeContactCommandInput extends DescribeContactRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeContactCommandOutput extends DescribeContactResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>Describes the specified contact. </p>
|
|
12
|
+
* <important>
|
|
13
|
+
* <p>Contact information remains available in Amazon Connect for 24 months, and then it is
|
|
14
|
+
* deleted.</p>
|
|
15
|
+
* </important>
|
|
16
|
+
* @example
|
|
17
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
+
* ```javascript
|
|
19
|
+
* import { ConnectClient, DescribeContactCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
20
|
+
* // const { ConnectClient, DescribeContactCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
21
|
+
* const client = new ConnectClient(config);
|
|
22
|
+
* const command = new DescribeContactCommand(input);
|
|
23
|
+
* const response = await client.send(command);
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @see {@link DescribeContactCommandInput} for command's `input` shape.
|
|
27
|
+
* @see {@link DescribeContactCommandOutput} for command's `response` shape.
|
|
28
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
export declare class DescribeContactCommand extends $Command<DescribeContactCommandInput, DescribeContactCommandOutput, ConnectClientResolvedConfig> {
|
|
32
|
+
readonly input: DescribeContactCommandInput;
|
|
33
|
+
constructor(input: DescribeContactCommandInput);
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContactCommandInput, DescribeContactCommandOutput>;
|
|
38
|
+
private serialize;
|
|
39
|
+
private deserialize;
|
|
40
|
+
}
|
|
@@ -22,7 +22,7 @@ export interface DescribeContactFlowCommandOutput extends DescribeContactFlowRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeContactFlowCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeContactFlowCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeContactFlowCommand extends $Command<DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -0,0 +1,35 @@
|
|
|
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 { DescribeContactFlowModuleRequest, DescribeContactFlowModuleResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeContactFlowModuleCommandInput extends DescribeContactFlowModuleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeContactFlowModuleCommandOutput extends DescribeContactFlowModuleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Describes the specified contact flow module.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ConnectClient, DescribeContactFlowModuleCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
15
|
+
* // const { ConnectClient, DescribeContactFlowModuleCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
16
|
+
* const client = new ConnectClient(config);
|
|
17
|
+
* const command = new DescribeContactFlowModuleCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeContactFlowModuleCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeContactFlowModuleCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeContactFlowModuleCommand extends $Command<DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeContactFlowModuleCommandInput;
|
|
28
|
+
constructor(input: DescribeContactFlowModuleCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -7,7 +7,8 @@ export interface DescribeHoursOfOperationCommandInput extends DescribeHoursOfOpe
|
|
|
7
7
|
export interface DescribeHoursOfOperationCommandOutput extends DescribeHoursOfOperationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>Describes the hours of operation.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -20,7 +21,7 @@ export interface DescribeHoursOfOperationCommandOutput extends DescribeHoursOfOp
|
|
|
20
21
|
*
|
|
21
22
|
* @see {@link DescribeHoursOfOperationCommandInput} for command's `input` shape.
|
|
22
23
|
* @see {@link DescribeHoursOfOperationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
24
25
|
*
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeHoursOfOperationCommand extends $Command<DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeInstanceAttributeCommandOutput extends DescribeInstance
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeInstanceAttributeCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeInstanceAttributeCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeInstanceAttributeCommand extends $Command<DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse,
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DescribeInstanceCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DescribeInstanceCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DescribeInstanceCommand extends $Command<DescribeInstanceCommandInput, DescribeInstanceCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeInstanceStorageConfigCommandOutput extends DescribeInst
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeInstanceStorageConfigCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeInstanceStorageConfigCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeInstanceStorageConfigCommand extends $Command<DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeQueueCommandOutput extends DescribeQueueResponse, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeQueueCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeQueueCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeQueueCommand extends $Command<DescribeQueueCommandInput, DescribeQueueCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeQuickConnectCommandOutput extends DescribeQuickConnectR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeQuickConnectCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeQuickConnectCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeQuickConnectCommand extends $Command<DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeRoutingProfileCommandOutput extends DescribeRoutingProf
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeRoutingProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeRoutingProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeRoutingProfileCommand extends $Command<DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -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 { DescribeSecurityProfileRequest, DescribeSecurityProfileResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeSecurityProfileCommandInput extends DescribeSecurityProfileRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeSecurityProfileCommandOutput extends DescribeSecurityProfileResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>Gets basic information about the security profle.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { ConnectClient, DescribeSecurityProfileCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
16
|
+
* // const { ConnectClient, DescribeSecurityProfileCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
17
|
+
* const client = new ConnectClient(config);
|
|
18
|
+
* const command = new DescribeSecurityProfileCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DescribeSecurityProfileCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DescribeSecurityProfileCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class DescribeSecurityProfileCommand extends $Command<DescribeSecurityProfileCommandInput, DescribeSecurityProfileCommandOutput, ConnectClientResolvedConfig> {
|
|
28
|
+
readonly input: DescribeSecurityProfileCommandInput;
|
|
29
|
+
constructor(input: DescribeSecurityProfileCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSecurityProfileCommandInput, DescribeSecurityProfileCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -22,7 +22,7 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeUserCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeUserCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeUserHierarchyGroupCommandOutput extends DescribeUserHie
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeUserHierarchyGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeUserHierarchyGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeUserHierarchyGroupCommand extends $Command<DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeUserHierarchyStructureCommandOutput extends DescribeUse
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeUserHierarchyStructureCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeUserHierarchyStructureCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeUserHierarchyStructureCommand extends $Command<DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DisassociateApprovedOriginCommandOutput extends __MetadataBeare
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DisassociateApprovedOriginCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DisassociateApprovedOriginCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DisassociateApprovedOriginCommand extends $Command<DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DisassociateBotCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DisassociateBotCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DisassociateBotCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DisassociateBotCommand extends $Command<DisassociateBotCommandInput, DisassociateBotCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DisassociateInstanceStorageConfigCommandOutput extends __Metada
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DisassociateInstanceStorageConfigCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DisassociateInstanceStorageConfigCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DisassociateInstanceStorageConfigCommand extends $Command<DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DisassociateLambdaFunctionCommandOutput extends __MetadataBeare
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DisassociateLambdaFunctionCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DisassociateLambdaFunctionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DisassociateLambdaFunctionCommand extends $Command<DisassociateLambdaFunctionCommandInput, DisassociateLambdaFunctionCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DisassociateLexBotCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DisassociateLexBotCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DisassociateLexBotCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DisassociateLexBotCommand extends $Command<DisassociateLexBotCommandInput, DisassociateLexBotCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DisassociateQueueQuickConnectsCommandOutput extends __MetadataB
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DisassociateQueueQuickConnectsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DisassociateQueueQuickConnectsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DisassociateQueueQuickConnectsCommand extends $Command<DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConnectsCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateRoutingProfileQueuesCommandOutput extends __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateRoutingProfileQueuesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateRoutingProfileQueuesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateRoutingProfileQueuesCommand extends $Command<DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DisassociateSecurityKeyCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DisassociateSecurityKeyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DisassociateSecurityKeyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DisassociateSecurityKeyCommand extends $Command<DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetContactAttributesCommandOutput extends GetContactAttributesR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetContactAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetContactAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetContactAttributesCommand extends $Command<GetContactAttributesCommandInput, GetContactAttributesCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetCurrentMetricDataCommandOutput extends GetCurrentMetricDataR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetCurrentMetricDataCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetCurrentMetricDataCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetCurrentMetricDataCommand extends $Command<GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetFederationTokenCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetFederationTokenCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetFederationTokenCommand extends $Command<GetFederationTokenCommandInput, GetFederationTokenCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetMetricDataCommandOutput extends GetMetricDataResponse, __Met
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetMetricDataCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetMetricDataCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetMetricDataCommand extends $Command<GetMetricDataCommandInput, GetMetricDataCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListAgentStatusesCommandOutput extends ListAgentStatusResponse,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListAgentStatusesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListAgentStatusesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListAgentStatusesCommand extends $Command<ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListApprovedOriginsCommandOutput extends ListApprovedOriginsRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListApprovedOriginsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListApprovedOriginsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListApprovedOriginsCommand extends $Command<ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListBotsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListBotsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListBotsCommand extends $Command<ListBotsCommandInput, ListBotsCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -0,0 +1,35 @@
|
|
|
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 { ListContactFlowModulesRequest, ListContactFlowModulesResponse } from "../models/models_0";
|
|
5
|
+
export interface ListContactFlowModulesCommandInput extends ListContactFlowModulesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListContactFlowModulesCommandOutput extends ListContactFlowModulesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Provides information about the contact flow modules for the specified Amazon Connect instance.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ConnectClient, ListContactFlowModulesCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
15
|
+
* // const { ConnectClient, ListContactFlowModulesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
16
|
+
* const client = new ConnectClient(config);
|
|
17
|
+
* const command = new ListContactFlowModulesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListContactFlowModulesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListContactFlowModulesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListContactFlowModulesCommand extends $Command<ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput, ConnectClientResolvedConfig> {
|
|
27
|
+
readonly input: ListContactFlowModulesCommandInput;
|
|
28
|
+
constructor(input: ListContactFlowModulesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -24,7 +24,7 @@ export interface ListContactFlowsCommandOutput extends ListContactFlowsResponse,
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListContactFlowsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListContactFlowsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListContactFlowsCommand extends $Command<ListContactFlowsCommandInput, ListContactFlowsCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -0,0 +1,37 @@
|
|
|
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 { ListContactReferencesRequest, ListContactReferencesResponse } from "../models/models_0";
|
|
5
|
+
export interface ListContactReferencesCommandInput extends ListContactReferencesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListContactReferencesCommandOutput extends ListContactReferencesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>For the specified <code>referenceTypes</code>, returns a list of references associated with
|
|
12
|
+
* the contact. </p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { ConnectClient, ListContactReferencesCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
17
|
+
* // const { ConnectClient, ListContactReferencesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
18
|
+
* const client = new ConnectClient(config);
|
|
19
|
+
* const command = new ListContactReferencesCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link ListContactReferencesCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link ListContactReferencesCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class ListContactReferencesCommand extends $Command<ListContactReferencesCommandInput, ListContactReferencesCommandOutput, ConnectClientResolvedConfig> {
|
|
29
|
+
readonly input: ListContactReferencesCommandInput;
|
|
30
|
+
constructor(input: ListContactReferencesCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContactReferencesCommandInput, ListContactReferencesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -22,7 +22,7 @@ export interface ListHoursOfOperationsCommandOutput extends ListHoursOfOperation
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListHoursOfOperationsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListHoursOfOperationsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListHoursOfOperationsCommand extends $Command<ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListInstanceAttributesCommandOutput extends ListInstanceAttribu
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListInstanceAttributesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListInstanceAttributesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListInstanceAttributesCommand extends $Command<ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListInstanceStorageConfigsCommandOutput extends ListInstanceSto
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListInstanceStorageConfigsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListInstanceStorageConfigsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListInstanceStorageConfigsCommand extends $Command<ListInstanceStorageConfigsCommandInput, ListInstanceStorageConfigsCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListInstancesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListInstancesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListInstancesCommand extends $Command<ListInstancesCommandInput, ListInstancesCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListIntegrationAssociationsCommandOutput extends ListIntegratio
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListIntegrationAssociationsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListIntegrationAssociationsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListIntegrationAssociationsCommand extends $Command<ListIntegrationAssociationsCommandInput, ListIntegrationAssociationsCommandOutput, ConnectClientResolvedConfig> {
|