@aws-sdk/client-connect 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ConnectServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +247 -6
- package/dist-cjs/models/models_1.js +31 -2
- package/dist-cjs/protocols/Aws_restJson1.js +1432 -5764
- package/dist-es/index.js +1 -0
- package/dist-es/models/ConnectServiceException.js +12 -0
- package/dist-es/models/models_0.js +225 -1
- package/dist-es/models/models_1.js +28 -1
- package/dist-es/protocols/Aws_restJson1.js +3180 -6324
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ConnectServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +121 -52
- package/dist-types/models/models_1.d.ts +16 -7
- package/dist-types/ts3.4/Connect.d.ts +675 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +207 -0
- package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.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/DeleteHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +17 -0
- 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 +17 -0
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +134 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/ConnectServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3745 -0
- package/dist-types/ts3.4/models/models_1.d.ts +679 -0
- package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDefaultVocabulariesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchVocabulariesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +31 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +404 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-connect
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-connect
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-connect
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConnectServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./Connect"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./ConnectClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
|
+
var ConnectServiceException_1 = require("./models/ConnectServiceException");
|
|
11
|
+
Object.defineProperty(exports, "ConnectServiceException", { enumerable: true, get: function () { return ConnectServiceException_1.ConnectServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConnectServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class ConnectServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, ConnectServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.ConnectServiceException = ConnectServiceException;
|
|
@@ -1,12 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.StartContactStreamingResponse = exports.StartContactStreamingRequest = exports.ChatStreamingConfiguration = exports.StartContactRecordingResponse = exports.StartContactRecordingRequest = exports.VoiceRecordingConfiguration = exports.VoiceRecordingTrack = exports.StartChatContactResponse = exports.StartChatContactRequest = exports.ParticipantDetails = exports.ChatMessage = exports.SearchVocabulariesResponse = exports.VocabularySummary = exports.SearchVocabulariesRequest = exports.ResumeContactRecordingResponse = exports.ResumeContactRecordingRequest = exports.ListUsersResponse = exports.UserSummary = exports.ListUsersRequest = exports.ListUserHierarchyGroupsResponse = exports.ListUserHierarchyGroupsRequest = exports.ListUseCasesResponse = exports.UseCase = exports.ListUseCasesRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListSecurityProfilesResponse = exports.SecurityProfileSummary = exports.ListSecurityProfilesRequest = exports.ListSecurityProfilePermissionsResponse = exports.ListSecurityProfilePermissionsRequest = exports.ListSecurityKeysResponse = exports.SecurityKey = void 0;
|
|
3
|
+
exports.CreateContactFlowModuleRequest = exports.InvalidContactFlowException = exports.ProblemDetail = exports.CreateContactFlowResponse = exports.CreateContactFlowRequest = exports.ContactFlowType = exports.DuplicateResourceException = exports.CreateAgentStatusResponse = exports.CreateAgentStatusRequest = exports.AssociateSecurityKeyResponse = exports.AssociateSecurityKeyRequest = exports.AssociateRoutingProfileQueuesRequest = exports.RoutingProfileQueueConfig = exports.RoutingProfileQueueReference = exports.Channel = exports.AssociateQueueQuickConnectsRequest = exports.AssociateLexBotRequest = exports.AssociateLambdaFunctionRequest = exports.AssociateInstanceStorageConfigResponse = exports.AssociateInstanceStorageConfigRequest = exports.InstanceStorageConfig = exports.StorageType = exports.S3Config = exports.KinesisVideoStreamConfig = exports.EncryptionConfig = exports.EncryptionType = exports.KinesisStreamConfig = exports.KinesisFirehoseConfig = exports.InstanceStorageResourceType = exports.AssociateDefaultVocabularyResponse = exports.AssociateDefaultVocabularyRequest = exports.VocabularyLanguageCode = exports.LimitExceededException = exports.AssociateBotRequest = exports.LexV2Bot = exports.LexBot = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.ResourceConflictException = exports.InvalidRequestException = exports.InvalidParameterException = exports.InternalServiceException = exports.AssociateApprovedOriginRequest = exports.AgentStatusSummary = exports.AgentStatus = exports.AgentStatusType = exports.AgentStatusState = exports.AgentInfo = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.DeleteQuickConnectRequest = exports.DeleteIntegrationAssociationRequest = exports.DeleteInstanceRequest = exports.DeleteHoursOfOperationRequest = exports.DeleteContactFlowModuleResponse = exports.DeleteContactFlowModuleRequest = exports.DeleteContactFlowRequest = exports.CreateVocabularyResponse = exports.VocabularyState = exports.CreateVocabularyRequest = exports.CreateUserHierarchyGroupResponse = exports.CreateUserHierarchyGroupRequest = exports.CreateUserResponse = exports.CreateUserRequest = exports.UserPhoneConfig = exports.PhoneType = exports.UserIdentityInfo = exports.CreateUseCaseResponse = exports.CreateUseCaseRequest = exports.UseCaseType = exports.CreateSecurityProfileResponse = exports.CreateSecurityProfileRequest = exports.CreateRoutingProfileResponse = exports.CreateRoutingProfileRequest = exports.MediaConcurrency = exports.CreateQuickConnectResponse = exports.CreateQuickConnectRequest = exports.QuickConnectConfig = exports.UserQuickConnectConfig = exports.QuickConnectType = exports.QueueQuickConnectConfig = exports.PhoneNumberQuickConnectConfig = exports.CreateQueueResponse = exports.CreateQueueRequest = exports.OutboundCallerConfig = exports.CreateIntegrationAssociationResponse = exports.CreateIntegrationAssociationRequest = exports.SourceType = exports.IntegrationType = exports.CreateInstanceResponse = exports.CreateInstanceRequest = exports.DirectoryType = exports.CreateHoursOfOperationResponse = exports.CreateHoursOfOperationRequest = exports.HoursOfOperationConfig = exports.HoursOfOperationTimeSlice = exports.HoursOfOperationDays = exports.InvalidContactFlowModuleException = exports.IdempotencyException = exports.CreateContactFlowModuleResponse = void 0;
|
|
5
|
+
exports.DescribeSecurityProfileRequest = exports.DescribeRoutingProfileResponse = exports.RoutingProfile = exports.DescribeRoutingProfileRequest = exports.DescribeQuickConnectResponse = exports.QuickConnect = exports.DescribeQuickConnectRequest = exports.DescribeQueueResponse = exports.Queue = exports.QueueStatus = exports.DescribeQueueRequest = exports.DescribeInstanceStorageConfigResponse = exports.DescribeInstanceStorageConfigRequest = exports.DescribeInstanceAttributeResponse = exports.Attribute = exports.DescribeInstanceAttributeRequest = exports.InstanceAttributeType = exports.DescribeInstanceResponse = exports.Instance = exports.InstanceStatusReason = exports.InstanceStatus = exports.DescribeInstanceRequest = exports.DescribeHoursOfOperationResponse = exports.HoursOfOperation = exports.DescribeHoursOfOperationRequest = exports.DescribeContactFlowModuleResponse = exports.ContactFlowModule = exports.ContactFlowModuleStatus = exports.ContactFlowModuleState = exports.DescribeContactFlowModuleRequest = exports.DescribeContactFlowResponse = exports.ContactFlow = exports.ContactFlowState = exports.DescribeContactFlowRequest = exports.ContactFlowNotPublishedException = exports.DescribeContactResponse = exports.Contact = exports.QueueInfo = exports.ContactInitiationMethod = exports.DescribeContactRequest = exports.DescribeAgentStatusResponse = exports.DescribeAgentStatusRequest = exports.DeleteVocabularyResponse = exports.DeleteVocabularyRequest = exports.DeleteUserHierarchyGroupRequest = exports.DeleteUserRequest = exports.DeleteUseCaseRequest = exports.ResourceInUseException = exports.ResourceType = exports.DeleteSecurityProfileRequest = void 0;
|
|
6
|
+
exports.HistoricalMetricResult = exports.HistoricalMetricData = exports.GetMetricDataRequest = exports.HistoricalMetric = exports.Threshold = exports.Comparison = exports.Statistic = exports.HistoricalMetricName = exports.UserNotFoundException = exports.GetFederationTokenResponse = exports.Credentials = exports.GetFederationTokenRequest = exports.GetCurrentMetricDataResponse = exports.CurrentMetricResult = exports.Dimensions = exports.QueueReference = exports.CurrentMetricData = exports.GetCurrentMetricDataRequest = exports.Grouping = exports.Filters = exports.CurrentMetric = exports.Unit = exports.CurrentMetricName = exports.GetContactAttributesResponse = exports.GetContactAttributesRequest = exports.DisassociateSecurityKeyRequest = exports.DisassociateRoutingProfileQueuesRequest = exports.DisassociateQueueQuickConnectsRequest = exports.DisassociateLexBotRequest = exports.DisassociateLambdaFunctionRequest = exports.DisassociateInstanceStorageConfigRequest = exports.DisassociateBotRequest = exports.DisassociateApprovedOriginRequest = exports.DescribeVocabularyResponse = exports.Vocabulary = exports.DescribeVocabularyRequest = exports.DescribeUserHierarchyStructureResponse = exports.HierarchyStructure = exports.HierarchyLevel = exports.DescribeUserHierarchyStructureRequest = exports.DescribeUserHierarchyGroupResponse = exports.HierarchyGroup = exports.HierarchyPath = exports.HierarchyGroupSummary = exports.DescribeUserHierarchyGroupRequest = exports.DescribeUserResponse = exports.User = exports.DescribeUserRequest = exports.DescribeSecurityProfileResponse = exports.SecurityProfile = void 0;
|
|
7
|
+
exports.ListPromptsResponse = exports.PromptSummary = exports.ListPromptsRequest = exports.ListPhoneNumbersResponse = exports.PhoneNumberSummary = exports.ListPhoneNumbersRequest = exports.PhoneNumberType = exports.PhoneNumberCountryCode = exports.ListLexBotsResponse = exports.ListLexBotsRequest = exports.ListLambdaFunctionsResponse = exports.ListLambdaFunctionsRequest = exports.ListIntegrationAssociationsResponse = exports.IntegrationAssociationSummary = exports.ListIntegrationAssociationsRequest = exports.ListInstanceStorageConfigsResponse = exports.ListInstanceStorageConfigsRequest = exports.ListInstancesResponse = exports.InstanceSummary = exports.ListInstancesRequest = exports.ListInstanceAttributesResponse = exports.ListInstanceAttributesRequest = exports.ListHoursOfOperationsResponse = exports.HoursOfOperationSummary = exports.ListHoursOfOperationsRequest = exports.ListDefaultVocabulariesResponse = exports.DefaultVocabulary = exports.ListDefaultVocabulariesRequest = exports.ListContactReferencesResponse = exports.ReferenceSummary = exports.UrlReference = exports.AttachmentReference = exports.ReferenceStatus = exports.ListContactReferencesRequest = exports.ReferenceType = exports.ListContactFlowsResponse = exports.ContactFlowSummary = exports.ListContactFlowsRequest = exports.ListContactFlowModulesResponse = exports.ContactFlowModuleSummary = exports.ListContactFlowModulesRequest = exports.ListBotsResponse = exports.LexBotConfig = exports.ListBotsRequest = exports.LexVersion = exports.ListApprovedOriginsResponse = exports.ListApprovedOriginsRequest = exports.ListAgentStatusResponse = exports.ListAgentStatusRequest = exports.GetMetricDataResponse = void 0;
|
|
8
|
+
exports.DestinationNotAllowedException = exports.StartContactStreamingResponse = exports.StartContactStreamingRequest = exports.ChatStreamingConfiguration = exports.StartContactRecordingResponse = exports.StartContactRecordingRequest = exports.VoiceRecordingConfiguration = exports.VoiceRecordingTrack = exports.StartChatContactResponse = exports.StartChatContactRequest = exports.ParticipantDetails = exports.ChatMessage = exports.SearchVocabulariesResponse = exports.VocabularySummary = exports.SearchVocabulariesRequest = exports.ResumeContactRecordingResponse = exports.ResumeContactRecordingRequest = exports.ListUsersResponse = exports.UserSummary = exports.ListUsersRequest = exports.ListUserHierarchyGroupsResponse = exports.ListUserHierarchyGroupsRequest = exports.ListUseCasesResponse = exports.UseCase = exports.ListUseCasesRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListSecurityProfilesResponse = exports.SecurityProfileSummary = exports.ListSecurityProfilesRequest = exports.ListSecurityProfilePermissionsResponse = exports.ListSecurityProfilePermissionsRequest = exports.ListSecurityKeysResponse = exports.SecurityKey = exports.ListSecurityKeysRequest = exports.ListRoutingProfilesResponse = exports.RoutingProfileSummary = exports.ListRoutingProfilesRequest = exports.ListRoutingProfileQueuesResponse = exports.RoutingProfileQueueConfigSummary = exports.ListRoutingProfileQueuesRequest = exports.ListQuickConnectsResponse = exports.ListQuickConnectsRequest = exports.ListQueuesResponse = exports.QueueSummary = exports.ListQueuesRequest = exports.QueueType = exports.ListQueueQuickConnectsResponse = exports.QuickConnectSummary = exports.ListQueueQuickConnectsRequest = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
|
+
const ConnectServiceException_1 = require("./ConnectServiceException");
|
|
11
|
+
class AccessDeniedException extends ConnectServiceException_1.ConnectServiceException {
|
|
12
|
+
constructor(opts) {
|
|
13
|
+
super({
|
|
14
|
+
name: "AccessDeniedException",
|
|
15
|
+
$fault: "client",
|
|
16
|
+
...opts,
|
|
17
|
+
});
|
|
18
|
+
this.name = "AccessDeniedException";
|
|
19
|
+
this.$fault = "client";
|
|
20
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
21
|
+
this.Message = opts.Message;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
10
25
|
var AgentInfo;
|
|
11
26
|
(function (AgentInfo) {
|
|
12
27
|
AgentInfo.filterSensitiveLog = (obj) => ({
|
|
@@ -42,6 +57,104 @@ var AssociateApprovedOriginRequest;
|
|
|
42
57
|
...obj,
|
|
43
58
|
});
|
|
44
59
|
})(AssociateApprovedOriginRequest = exports.AssociateApprovedOriginRequest || (exports.AssociateApprovedOriginRequest = {}));
|
|
60
|
+
class InternalServiceException extends ConnectServiceException_1.ConnectServiceException {
|
|
61
|
+
constructor(opts) {
|
|
62
|
+
super({
|
|
63
|
+
name: "InternalServiceException",
|
|
64
|
+
$fault: "server",
|
|
65
|
+
...opts,
|
|
66
|
+
});
|
|
67
|
+
this.name = "InternalServiceException";
|
|
68
|
+
this.$fault = "server";
|
|
69
|
+
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
70
|
+
this.Message = opts.Message;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
exports.InternalServiceException = InternalServiceException;
|
|
74
|
+
class InvalidParameterException extends ConnectServiceException_1.ConnectServiceException {
|
|
75
|
+
constructor(opts) {
|
|
76
|
+
super({
|
|
77
|
+
name: "InvalidParameterException",
|
|
78
|
+
$fault: "client",
|
|
79
|
+
...opts,
|
|
80
|
+
});
|
|
81
|
+
this.name = "InvalidParameterException";
|
|
82
|
+
this.$fault = "client";
|
|
83
|
+
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
84
|
+
this.Message = opts.Message;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
88
|
+
class InvalidRequestException extends ConnectServiceException_1.ConnectServiceException {
|
|
89
|
+
constructor(opts) {
|
|
90
|
+
super({
|
|
91
|
+
name: "InvalidRequestException",
|
|
92
|
+
$fault: "client",
|
|
93
|
+
...opts,
|
|
94
|
+
});
|
|
95
|
+
this.name = "InvalidRequestException";
|
|
96
|
+
this.$fault = "client";
|
|
97
|
+
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
98
|
+
this.Message = opts.Message;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
exports.InvalidRequestException = InvalidRequestException;
|
|
102
|
+
class ResourceConflictException extends ConnectServiceException_1.ConnectServiceException {
|
|
103
|
+
constructor(opts) {
|
|
104
|
+
super({
|
|
105
|
+
name: "ResourceConflictException",
|
|
106
|
+
$fault: "client",
|
|
107
|
+
...opts,
|
|
108
|
+
});
|
|
109
|
+
this.name = "ResourceConflictException";
|
|
110
|
+
this.$fault = "client";
|
|
111
|
+
Object.setPrototypeOf(this, ResourceConflictException.prototype);
|
|
112
|
+
this.Message = opts.Message;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
exports.ResourceConflictException = ResourceConflictException;
|
|
116
|
+
class ResourceNotFoundException extends ConnectServiceException_1.ConnectServiceException {
|
|
117
|
+
constructor(opts) {
|
|
118
|
+
super({
|
|
119
|
+
name: "ResourceNotFoundException",
|
|
120
|
+
$fault: "client",
|
|
121
|
+
...opts,
|
|
122
|
+
});
|
|
123
|
+
this.name = "ResourceNotFoundException";
|
|
124
|
+
this.$fault = "client";
|
|
125
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
126
|
+
this.Message = opts.Message;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
130
|
+
class ServiceQuotaExceededException extends ConnectServiceException_1.ConnectServiceException {
|
|
131
|
+
constructor(opts) {
|
|
132
|
+
super({
|
|
133
|
+
name: "ServiceQuotaExceededException",
|
|
134
|
+
$fault: "client",
|
|
135
|
+
...opts,
|
|
136
|
+
});
|
|
137
|
+
this.name = "ServiceQuotaExceededException";
|
|
138
|
+
this.$fault = "client";
|
|
139
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
140
|
+
this.Message = opts.Message;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
144
|
+
class ThrottlingException extends ConnectServiceException_1.ConnectServiceException {
|
|
145
|
+
constructor(opts) {
|
|
146
|
+
super({
|
|
147
|
+
name: "ThrottlingException",
|
|
148
|
+
$fault: "client",
|
|
149
|
+
...opts,
|
|
150
|
+
});
|
|
151
|
+
this.name = "ThrottlingException";
|
|
152
|
+
this.$fault = "client";
|
|
153
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
154
|
+
this.Message = opts.Message;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
exports.ThrottlingException = ThrottlingException;
|
|
45
158
|
var LexBot;
|
|
46
159
|
(function (LexBot) {
|
|
47
160
|
LexBot.filterSensitiveLog = (obj) => ({
|
|
@@ -60,6 +173,20 @@ var AssociateBotRequest;
|
|
|
60
173
|
...obj,
|
|
61
174
|
});
|
|
62
175
|
})(AssociateBotRequest = exports.AssociateBotRequest || (exports.AssociateBotRequest = {}));
|
|
176
|
+
class LimitExceededException extends ConnectServiceException_1.ConnectServiceException {
|
|
177
|
+
constructor(opts) {
|
|
178
|
+
super({
|
|
179
|
+
name: "LimitExceededException",
|
|
180
|
+
$fault: "client",
|
|
181
|
+
...opts,
|
|
182
|
+
});
|
|
183
|
+
this.name = "LimitExceededException";
|
|
184
|
+
this.$fault = "client";
|
|
185
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
186
|
+
this.Message = opts.Message;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
exports.LimitExceededException = LimitExceededException;
|
|
63
190
|
var VocabularyLanguageCode;
|
|
64
191
|
(function (VocabularyLanguageCode) {
|
|
65
192
|
VocabularyLanguageCode["AR_AE"] = "ar-AE";
|
|
@@ -230,6 +357,20 @@ var CreateAgentStatusResponse;
|
|
|
230
357
|
...obj,
|
|
231
358
|
});
|
|
232
359
|
})(CreateAgentStatusResponse = exports.CreateAgentStatusResponse || (exports.CreateAgentStatusResponse = {}));
|
|
360
|
+
class DuplicateResourceException extends ConnectServiceException_1.ConnectServiceException {
|
|
361
|
+
constructor(opts) {
|
|
362
|
+
super({
|
|
363
|
+
name: "DuplicateResourceException",
|
|
364
|
+
$fault: "client",
|
|
365
|
+
...opts,
|
|
366
|
+
});
|
|
367
|
+
this.name = "DuplicateResourceException";
|
|
368
|
+
this.$fault = "client";
|
|
369
|
+
Object.setPrototypeOf(this, DuplicateResourceException.prototype);
|
|
370
|
+
this.Message = opts.Message;
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
exports.DuplicateResourceException = DuplicateResourceException;
|
|
233
374
|
var ContactFlowType;
|
|
234
375
|
(function (ContactFlowType) {
|
|
235
376
|
ContactFlowType["AGENT_HOLD"] = "AGENT_HOLD";
|
|
@@ -260,6 +401,20 @@ var ProblemDetail;
|
|
|
260
401
|
...obj,
|
|
261
402
|
});
|
|
262
403
|
})(ProblemDetail = exports.ProblemDetail || (exports.ProblemDetail = {}));
|
|
404
|
+
class InvalidContactFlowException extends ConnectServiceException_1.ConnectServiceException {
|
|
405
|
+
constructor(opts) {
|
|
406
|
+
super({
|
|
407
|
+
name: "InvalidContactFlowException",
|
|
408
|
+
$fault: "client",
|
|
409
|
+
...opts,
|
|
410
|
+
});
|
|
411
|
+
this.name = "InvalidContactFlowException";
|
|
412
|
+
this.$fault = "client";
|
|
413
|
+
Object.setPrototypeOf(this, InvalidContactFlowException.prototype);
|
|
414
|
+
this.problems = opts.problems;
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
exports.InvalidContactFlowException = InvalidContactFlowException;
|
|
263
418
|
var CreateContactFlowModuleRequest;
|
|
264
419
|
(function (CreateContactFlowModuleRequest) {
|
|
265
420
|
CreateContactFlowModuleRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -272,6 +427,34 @@ var CreateContactFlowModuleResponse;
|
|
|
272
427
|
...obj,
|
|
273
428
|
});
|
|
274
429
|
})(CreateContactFlowModuleResponse = exports.CreateContactFlowModuleResponse || (exports.CreateContactFlowModuleResponse = {}));
|
|
430
|
+
class IdempotencyException extends ConnectServiceException_1.ConnectServiceException {
|
|
431
|
+
constructor(opts) {
|
|
432
|
+
super({
|
|
433
|
+
name: "IdempotencyException",
|
|
434
|
+
$fault: "client",
|
|
435
|
+
...opts,
|
|
436
|
+
});
|
|
437
|
+
this.name = "IdempotencyException";
|
|
438
|
+
this.$fault = "client";
|
|
439
|
+
Object.setPrototypeOf(this, IdempotencyException.prototype);
|
|
440
|
+
this.Message = opts.Message;
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
exports.IdempotencyException = IdempotencyException;
|
|
444
|
+
class InvalidContactFlowModuleException extends ConnectServiceException_1.ConnectServiceException {
|
|
445
|
+
constructor(opts) {
|
|
446
|
+
super({
|
|
447
|
+
name: "InvalidContactFlowModuleException",
|
|
448
|
+
$fault: "client",
|
|
449
|
+
...opts,
|
|
450
|
+
});
|
|
451
|
+
this.name = "InvalidContactFlowModuleException";
|
|
452
|
+
this.$fault = "client";
|
|
453
|
+
Object.setPrototypeOf(this, InvalidContactFlowModuleException.prototype);
|
|
454
|
+
this.Problems = opts.Problems;
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
exports.InvalidContactFlowModuleException = InvalidContactFlowModuleException;
|
|
275
458
|
var HoursOfOperationDays;
|
|
276
459
|
(function (HoursOfOperationDays) {
|
|
277
460
|
HoursOfOperationDays["FRIDAY"] = "FRIDAY";
|
|
@@ -575,6 +758,22 @@ var ResourceType;
|
|
|
575
758
|
ResourceType["PARTICIPANT"] = "PARTICIPANT";
|
|
576
759
|
ResourceType["USER"] = "USER";
|
|
577
760
|
})(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
|
|
761
|
+
class ResourceInUseException extends ConnectServiceException_1.ConnectServiceException {
|
|
762
|
+
constructor(opts) {
|
|
763
|
+
super({
|
|
764
|
+
name: "ResourceInUseException",
|
|
765
|
+
$fault: "client",
|
|
766
|
+
...opts,
|
|
767
|
+
});
|
|
768
|
+
this.name = "ResourceInUseException";
|
|
769
|
+
this.$fault = "client";
|
|
770
|
+
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
771
|
+
this.Message = opts.Message;
|
|
772
|
+
this.ResourceType = opts.ResourceType;
|
|
773
|
+
this.ResourceId = opts.ResourceId;
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
exports.ResourceInUseException = ResourceInUseException;
|
|
578
777
|
var DeleteUseCaseRequest;
|
|
579
778
|
(function (DeleteUseCaseRequest) {
|
|
580
779
|
DeleteUseCaseRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -650,6 +849,20 @@ var DescribeContactResponse;
|
|
|
650
849
|
...obj,
|
|
651
850
|
});
|
|
652
851
|
})(DescribeContactResponse = exports.DescribeContactResponse || (exports.DescribeContactResponse = {}));
|
|
852
|
+
class ContactFlowNotPublishedException extends ConnectServiceException_1.ConnectServiceException {
|
|
853
|
+
constructor(opts) {
|
|
854
|
+
super({
|
|
855
|
+
name: "ContactFlowNotPublishedException",
|
|
856
|
+
$fault: "client",
|
|
857
|
+
...opts,
|
|
858
|
+
});
|
|
859
|
+
this.name = "ContactFlowNotPublishedException";
|
|
860
|
+
this.$fault = "client";
|
|
861
|
+
Object.setPrototypeOf(this, ContactFlowNotPublishedException.prototype);
|
|
862
|
+
this.Message = opts.Message;
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
exports.ContactFlowNotPublishedException = ContactFlowNotPublishedException;
|
|
653
866
|
var DescribeContactFlowRequest;
|
|
654
867
|
(function (DescribeContactFlowRequest) {
|
|
655
868
|
DescribeContactFlowRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1114,6 +1327,20 @@ var GetFederationTokenResponse;
|
|
|
1114
1327
|
...(obj.Credentials && { Credentials: Credentials.filterSensitiveLog(obj.Credentials) }),
|
|
1115
1328
|
});
|
|
1116
1329
|
})(GetFederationTokenResponse = exports.GetFederationTokenResponse || (exports.GetFederationTokenResponse = {}));
|
|
1330
|
+
class UserNotFoundException extends ConnectServiceException_1.ConnectServiceException {
|
|
1331
|
+
constructor(opts) {
|
|
1332
|
+
super({
|
|
1333
|
+
name: "UserNotFoundException",
|
|
1334
|
+
$fault: "client",
|
|
1335
|
+
...opts,
|
|
1336
|
+
});
|
|
1337
|
+
this.name = "UserNotFoundException";
|
|
1338
|
+
this.$fault = "client";
|
|
1339
|
+
Object.setPrototypeOf(this, UserNotFoundException.prototype);
|
|
1340
|
+
this.Message = opts.Message;
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
exports.UserNotFoundException = UserNotFoundException;
|
|
1117
1344
|
var HistoricalMetricName;
|
|
1118
1345
|
(function (HistoricalMetricName) {
|
|
1119
1346
|
HistoricalMetricName["ABANDON_TIME"] = "ABANDON_TIME";
|
|
@@ -2024,3 +2251,17 @@ var StartContactStreamingResponse;
|
|
|
2024
2251
|
...obj,
|
|
2025
2252
|
});
|
|
2026
2253
|
})(StartContactStreamingResponse = exports.StartContactStreamingResponse || (exports.StartContactStreamingResponse = {}));
|
|
2254
|
+
class DestinationNotAllowedException extends ConnectServiceException_1.ConnectServiceException {
|
|
2255
|
+
constructor(opts) {
|
|
2256
|
+
super({
|
|
2257
|
+
name: "DestinationNotAllowedException",
|
|
2258
|
+
$fault: "client",
|
|
2259
|
+
...opts,
|
|
2260
|
+
});
|
|
2261
|
+
this.name = "DestinationNotAllowedException";
|
|
2262
|
+
this.$fault = "client";
|
|
2263
|
+
Object.setPrototypeOf(this, DestinationNotAllowedException.prototype);
|
|
2264
|
+
this.Message = opts.Message;
|
|
2265
|
+
}
|
|
2266
|
+
}
|
|
2267
|
+
exports.DestinationNotAllowedException = DestinationNotAllowedException;
|
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdateUserSecurityProfilesRequest = exports.UpdateUserRoutingProfileRequest = exports.UpdateUserPhoneConfigRequest = exports.UpdateUserIdentityInfoRequest = exports.UpdateUserHierarchyStructureRequest = void 0;
|
|
3
|
+
exports.UpdateUserHierarchyGroupNameRequest = exports.UpdateUserHierarchyRequest = exports.UpdateSecurityProfileRequest = exports.UpdateRoutingProfileQueuesRequest = exports.UpdateRoutingProfileNameRequest = exports.UpdateRoutingProfileDefaultOutboundQueueRequest = exports.UpdateRoutingProfileConcurrencyRequest = exports.UpdateQuickConnectNameRequest = exports.UpdateQuickConnectConfigRequest = exports.UpdateQueueStatusRequest = exports.UpdateQueueOutboundCallerConfigRequest = exports.UpdateQueueNameRequest = exports.UpdateQueueMaxContactsRequest = exports.UpdateQueueHoursOfOperationRequest = exports.UpdateInstanceStorageConfigRequest = exports.UpdateInstanceAttributeRequest = exports.UpdateHoursOfOperationRequest = exports.UpdateContactScheduleResponse = exports.UpdateContactScheduleRequest = exports.UpdateContactFlowNameRequest = exports.UpdateContactFlowModuleMetadataResponse = exports.UpdateContactFlowModuleMetadataRequest = exports.UpdateContactFlowModuleContentResponse = exports.UpdateContactFlowModuleContentRequest = exports.UpdateContactFlowMetadataRequest = exports.UpdateContactFlowContentRequest = exports.UpdateContactAttributesResponse = exports.UpdateContactAttributesRequest = exports.UpdateContactResponse = exports.UpdateContactRequest = exports.UpdateAgentStatusRequest = exports.UntagResourceRequest = exports.TagResourceRequest = exports.SuspendContactRecordingResponse = exports.SuspendContactRecordingRequest = exports.StopContactStreamingResponse = exports.StopContactStreamingRequest = exports.StopContactRecordingResponse = exports.StopContactRecordingRequest = exports.StopContactResponse = exports.StopContactRequest = exports.ContactNotFoundException = exports.StartTaskContactResponse = exports.StartTaskContactRequest = exports.Reference = exports.StartOutboundVoiceContactResponse = exports.StartOutboundVoiceContactRequest = exports.TrafficType = exports.AnswerMachineDetectionConfig = exports.OutboundContactNotPermittedException = void 0;
|
|
4
|
+
exports.UpdateUserSecurityProfilesRequest = exports.UpdateUserRoutingProfileRequest = exports.UpdateUserPhoneConfigRequest = exports.UpdateUserIdentityInfoRequest = exports.UpdateUserHierarchyStructureRequest = exports.HierarchyStructureUpdate = exports.HierarchyLevelUpdate = void 0;
|
|
5
|
+
const ConnectServiceException_1 = require("./ConnectServiceException");
|
|
6
|
+
class OutboundContactNotPermittedException extends ConnectServiceException_1.ConnectServiceException {
|
|
7
|
+
constructor(opts) {
|
|
8
|
+
super({
|
|
9
|
+
name: "OutboundContactNotPermittedException",
|
|
10
|
+
$fault: "client",
|
|
11
|
+
...opts,
|
|
12
|
+
});
|
|
13
|
+
this.name = "OutboundContactNotPermittedException";
|
|
14
|
+
this.$fault = "client";
|
|
15
|
+
Object.setPrototypeOf(this, OutboundContactNotPermittedException.prototype);
|
|
16
|
+
this.Message = opts.Message;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.OutboundContactNotPermittedException = OutboundContactNotPermittedException;
|
|
5
20
|
var AnswerMachineDetectionConfig;
|
|
6
21
|
(function (AnswerMachineDetectionConfig) {
|
|
7
22
|
AnswerMachineDetectionConfig.filterSensitiveLog = (obj) => ({
|
|
@@ -43,6 +58,20 @@ var StartTaskContactResponse;
|
|
|
43
58
|
...obj,
|
|
44
59
|
});
|
|
45
60
|
})(StartTaskContactResponse = exports.StartTaskContactResponse || (exports.StartTaskContactResponse = {}));
|
|
61
|
+
class ContactNotFoundException extends ConnectServiceException_1.ConnectServiceException {
|
|
62
|
+
constructor(opts) {
|
|
63
|
+
super({
|
|
64
|
+
name: "ContactNotFoundException",
|
|
65
|
+
$fault: "client",
|
|
66
|
+
...opts,
|
|
67
|
+
});
|
|
68
|
+
this.name = "ContactNotFoundException";
|
|
69
|
+
this.$fault = "client";
|
|
70
|
+
Object.setPrototypeOf(this, ContactNotFoundException.prototype);
|
|
71
|
+
this.Message = opts.Message;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
exports.ContactNotFoundException = ContactNotFoundException;
|
|
46
75
|
var StopContactRequest;
|
|
47
76
|
(function (StopContactRequest) {
|
|
48
77
|
StopContactRequest.filterSensitiveLog = (obj) => ({
|