@aws-sdk/client-connect 3.485.0 → 3.489.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/dist-cjs/commands/CreateUserCommand.js +2 -1
- package/dist-cjs/commands/DescribeContactCommand.js +2 -1
- package/dist-cjs/commands/DescribeUserCommand.js +2 -1
- package/dist-cjs/commands/SearchUsersCommand.js +2 -1
- package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +2 -1
- package/dist-cjs/commands/StartTaskContactCommand.js +2 -1
- package/dist-cjs/commands/StartWebRTCContactCommand.js +1 -1
- package/dist-cjs/commands/UpdateContactCommand.js +2 -1
- package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +2 -1
- package/dist-cjs/models/models_0.js +26 -1
- package/dist-cjs/models/models_1.js +12 -2
- package/dist-cjs/models/models_2.js +45 -1
- package/dist-es/commands/CreateUserCommand.js +2 -1
- package/dist-es/commands/DescribeContactCommand.js +2 -1
- package/dist-es/commands/DescribeUserCommand.js +2 -1
- package/dist-es/commands/SearchUsersCommand.js +2 -1
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +2 -1
- package/dist-es/commands/StartTaskContactCommand.js +2 -1
- package/dist-es/commands/StartWebRTCContactCommand.js +2 -2
- package/dist-es/commands/UpdateContactCommand.js +2 -1
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +2 -1
- package/dist-es/models/models_0.js +21 -0
- package/dist-es/models/models_1.js +10 -2
- package/dist-es/models/models_2.js +37 -1
- package/dist-types/models/models_0.d.ts +16 -0
- package/dist-types/models/models_1.d.ts +8 -0
- package/dist-types/models/models_2.d.ts +32 -0
- package/dist-types/ts3.4/models/models_0.d.ts +10 -0
- package/dist-types/ts3.4/models/models_1.d.ts +4 -0
- package/dist-types/ts3.4/models/models_2.d.ts +24 -0
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class CreateUserCommand extends smithy_client_1.Command
|
|
11
12
|
.classBuilder()
|
|
@@ -20,7 +21,7 @@ class CreateUserCommand extends smithy_client_1.Command
|
|
|
20
21
|
})
|
|
21
22
|
.s("AmazonConnectService", "CreateUser", {})
|
|
22
23
|
.n("ConnectClient", "CreateUserCommand")
|
|
23
|
-
.f(
|
|
24
|
+
.f(models_0_1.CreateUserRequestFilterSensitiveLog, void 0)
|
|
24
25
|
.ser(Aws_restJson1_1.se_CreateUserCommand)
|
|
25
26
|
.de(Aws_restJson1_1.de_CreateUserCommand)
|
|
26
27
|
.build() {
|
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DescribeContactCommand extends smithy_client_1.Command
|
|
11
12
|
.classBuilder()
|
|
@@ -20,7 +21,7 @@ class DescribeContactCommand extends smithy_client_1.Command
|
|
|
20
21
|
})
|
|
21
22
|
.s("AmazonConnectService", "DescribeContact", {})
|
|
22
23
|
.n("ConnectClient", "DescribeContactCommand")
|
|
23
|
-
.f(void 0,
|
|
24
|
+
.f(void 0, models_0_1.DescribeContactResponseFilterSensitiveLog)
|
|
24
25
|
.ser(Aws_restJson1_1.se_DescribeContactCommand)
|
|
25
26
|
.de(Aws_restJson1_1.de_DescribeContactCommand)
|
|
26
27
|
.build() {
|
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const models_1_1 = require("../models/models_1");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DescribeUserCommand extends smithy_client_1.Command
|
|
11
12
|
.classBuilder()
|
|
@@ -20,7 +21,7 @@ class DescribeUserCommand extends smithy_client_1.Command
|
|
|
20
21
|
})
|
|
21
22
|
.s("AmazonConnectService", "DescribeUser", {})
|
|
22
23
|
.n("ConnectClient", "DescribeUserCommand")
|
|
23
|
-
.f(void 0,
|
|
24
|
+
.f(void 0, models_1_1.DescribeUserResponseFilterSensitiveLog)
|
|
24
25
|
.ser(Aws_restJson1_1.se_DescribeUserCommand)
|
|
25
26
|
.de(Aws_restJson1_1.de_DescribeUserCommand)
|
|
26
27
|
.build() {
|
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const models_2_1 = require("../models/models_2");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class SearchUsersCommand extends smithy_client_1.Command
|
|
11
12
|
.classBuilder()
|
|
@@ -20,7 +21,7 @@ class SearchUsersCommand extends smithy_client_1.Command
|
|
|
20
21
|
})
|
|
21
22
|
.s("AmazonConnectService", "SearchUsers", {})
|
|
22
23
|
.n("ConnectClient", "SearchUsersCommand")
|
|
23
|
-
.f(void 0,
|
|
24
|
+
.f(void 0, models_2_1.SearchUsersResponseFilterSensitiveLog)
|
|
24
25
|
.ser(Aws_restJson1_1.se_SearchUsersCommand)
|
|
25
26
|
.de(Aws_restJson1_1.de_SearchUsersCommand)
|
|
26
27
|
.build() {
|
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const models_2_1 = require("../models/models_2");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class StartOutboundVoiceContactCommand extends smithy_client_1.Command
|
|
11
12
|
.classBuilder()
|
|
@@ -20,7 +21,7 @@ class StartOutboundVoiceContactCommand extends smithy_client_1.Command
|
|
|
20
21
|
})
|
|
21
22
|
.s("AmazonConnectService", "StartOutboundVoiceContact", {})
|
|
22
23
|
.n("ConnectClient", "StartOutboundVoiceContactCommand")
|
|
23
|
-
.f(
|
|
24
|
+
.f(models_2_1.StartOutboundVoiceContactRequestFilterSensitiveLog, void 0)
|
|
24
25
|
.ser(Aws_restJson1_1.se_StartOutboundVoiceContactCommand)
|
|
25
26
|
.de(Aws_restJson1_1.de_StartOutboundVoiceContactCommand)
|
|
26
27
|
.build() {
|
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const models_2_1 = require("../models/models_2");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class StartTaskContactCommand extends smithy_client_1.Command
|
|
11
12
|
.classBuilder()
|
|
@@ -20,7 +21,7 @@ class StartTaskContactCommand extends smithy_client_1.Command
|
|
|
20
21
|
})
|
|
21
22
|
.s("AmazonConnectService", "StartTaskContact", {})
|
|
22
23
|
.n("ConnectClient", "StartTaskContactCommand")
|
|
23
|
-
.f(
|
|
24
|
+
.f(models_2_1.StartTaskContactRequestFilterSensitiveLog, void 0)
|
|
24
25
|
.ser(Aws_restJson1_1.se_StartTaskContactCommand)
|
|
25
26
|
.de(Aws_restJson1_1.de_StartTaskContactCommand)
|
|
26
27
|
.build() {
|
|
@@ -21,7 +21,7 @@ class StartWebRTCContactCommand extends smithy_client_1.Command
|
|
|
21
21
|
})
|
|
22
22
|
.s("AmazonConnectService", "StartWebRTCContact", {})
|
|
23
23
|
.n("ConnectClient", "StartWebRTCContactCommand")
|
|
24
|
-
.f(
|
|
24
|
+
.f(models_2_1.StartWebRTCContactRequestFilterSensitiveLog, models_2_1.StartWebRTCContactResponseFilterSensitiveLog)
|
|
25
25
|
.ser(Aws_restJson1_1.se_StartWebRTCContactCommand)
|
|
26
26
|
.de(Aws_restJson1_1.de_StartWebRTCContactCommand)
|
|
27
27
|
.build() {
|
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const models_2_1 = require("../models/models_2");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class UpdateContactCommand extends smithy_client_1.Command
|
|
11
12
|
.classBuilder()
|
|
@@ -20,7 +21,7 @@ class UpdateContactCommand extends smithy_client_1.Command
|
|
|
20
21
|
})
|
|
21
22
|
.s("AmazonConnectService", "UpdateContact", {})
|
|
22
23
|
.n("ConnectClient", "UpdateContactCommand")
|
|
23
|
-
.f(
|
|
24
|
+
.f(models_2_1.UpdateContactRequestFilterSensitiveLog, void 0)
|
|
24
25
|
.ser(Aws_restJson1_1.se_UpdateContactCommand)
|
|
25
26
|
.de(Aws_restJson1_1.de_UpdateContactCommand)
|
|
26
27
|
.build() {
|
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const models_2_1 = require("../models/models_2");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class UpdateUserIdentityInfoCommand extends smithy_client_1.Command
|
|
11
12
|
.classBuilder()
|
|
@@ -20,7 +21,7 @@ class UpdateUserIdentityInfoCommand extends smithy_client_1.Command
|
|
|
20
21
|
})
|
|
21
22
|
.s("AmazonConnectService", "UpdateUserIdentityInfo", {})
|
|
22
23
|
.n("ConnectClient", "UpdateUserIdentityInfoCommand")
|
|
23
|
-
.f(
|
|
24
|
+
.f(models_2_1.UpdateUserIdentityInfoRequestFilterSensitiveLog, void 0)
|
|
24
25
|
.ser(Aws_restJson1_1.se_UpdateUserIdentityInfoCommand)
|
|
25
26
|
.de(Aws_restJson1_1.de_UpdateUserIdentityInfoCommand)
|
|
26
27
|
.build() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.NotificationContentType = exports.BehaviorType = exports.QuickConnectType = exports.PredefinedAttributeValues = exports.RehydrationType = exports.ParticipantRole = exports.SourceType = exports.IntegrationType = exports.DirectoryType = exports.HoursOfOperationDays = exports.EvaluationFormScoringStatus = exports.EvaluationFormScoringMode = exports.EvaluationFormQuestionTypeProperties = exports.EvaluationFormSingleSelectQuestionDisplayMode = exports.EvaluationFormSingleSelectQuestionAutomationOption = exports.SingleSelectQuestionRuleCategoryAutomationCondition = exports.EvaluationFormNumericQuestionAutomation = exports.NumericQuestionPropertyAutomationLabel = exports.EvaluationFormQuestionType = exports.InvalidContactFlowModuleException = exports.InvalidContactFlowException = exports.ContactFlowType = exports.DuplicateResourceException = exports.IdempotencyException = exports.FailureReasonCode = exports.EndpointType = exports.ListFlowAssociationResourceType = exports.StorageType = exports.EncryptionType = exports.InstanceStorageResourceType = exports.FlowAssociationResourceType = exports.VocabularyLanguageCode = exports.LimitExceededException = exports.ServiceQuotaExceededException = exports.InvalidRequestException = exports.MonitorCapability = exports.VideoCapability = exports.AgentStatusType = exports.AgentStatusState = exports.ContactInitiationMethod = exports.Channel = exports.ContactState = exports.AgentAvailabilityTimer = exports.ThrottlingException = exports.ResourceNotFoundException = exports.ResourceConflictException = exports.InvalidParameterException = exports.InternalServiceException = exports.ActionType = exports.AccessDeniedException = void 0;
|
|
4
|
-
exports.DescribeInstanceResponseFilterSensitiveLog = exports.InstanceFilterSensitiveLog = exports.CreateViewVersionResponseFilterSensitiveLog = exports.CreateViewResponseFilterSensitiveLog = exports.ViewFilterSensitiveLog = exports.ViewContentFilterSensitiveLog = exports.CreateViewRequestFilterSensitiveLog = exports.ViewInputContentFilterSensitiveLog = exports.CreateInstanceRequestFilterSensitiveLog = exports.PhoneNumberCountryCode = exports.InstanceAttributeType = exports.InstanceStatus = exports.EvaluationFormVersionStatus = exports.ContactFlowModuleStatus = exports.ContactFlowModuleState = exports.ContactFlowState = exports.ContactFlowNotPublishedException = exports.EvaluationStatus = exports.EvaluationAnswerData = exports.VocabularyState = exports.TooManyRequestsException = exports.ResourceInUseException = exports.ResourceType = exports.ViewType = exports.ViewStatus = exports.PhoneType = exports.UseCaseType = exports.ResourceNotReadyException = exports.PropertyValidationException = exports.PropertyValidationExceptionReason = exports.TaskTemplateStatus = exports.TaskTemplateFieldType = exports.EventSourceName = exports.RulePublishStatus = exports.ReferenceType = exports.NotificationDeliveryType = void 0;
|
|
4
|
+
exports.DescribeInstanceResponseFilterSensitiveLog = exports.InstanceFilterSensitiveLog = exports.DescribeContactResponseFilterSensitiveLog = exports.ContactFilterSensitiveLog = exports.CreateViewVersionResponseFilterSensitiveLog = exports.CreateViewResponseFilterSensitiveLog = exports.ViewFilterSensitiveLog = exports.ViewContentFilterSensitiveLog = exports.CreateViewRequestFilterSensitiveLog = exports.ViewInputContentFilterSensitiveLog = exports.CreateUserRequestFilterSensitiveLog = exports.UserIdentityInfoFilterSensitiveLog = exports.CreateInstanceRequestFilterSensitiveLog = exports.PhoneNumberCountryCode = exports.InstanceAttributeType = exports.InstanceStatus = exports.EvaluationFormVersionStatus = exports.ContactFlowModuleStatus = exports.ContactFlowModuleState = exports.ContactFlowState = exports.ContactFlowNotPublishedException = exports.EvaluationStatus = exports.EvaluationAnswerData = exports.VocabularyState = exports.TooManyRequestsException = exports.ResourceInUseException = exports.ResourceType = exports.ViewType = exports.ViewStatus = exports.PhoneType = exports.UseCaseType = exports.ResourceNotReadyException = exports.PropertyValidationException = exports.PropertyValidationExceptionReason = exports.TaskTemplateStatus = exports.TaskTemplateFieldType = exports.EventSourceName = exports.RulePublishStatus = exports.ReferenceType = exports.NotificationDeliveryType = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
const ConnectServiceException_1 = require("./ConnectServiceException");
|
|
7
7
|
class AccessDeniedException extends ConnectServiceException_1.ConnectServiceException {
|
|
@@ -891,6 +891,20 @@ const CreateInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
|
891
891
|
...(obj.InstanceAlias && { InstanceAlias: smithy_client_1.SENSITIVE_STRING }),
|
|
892
892
|
});
|
|
893
893
|
exports.CreateInstanceRequestFilterSensitiveLog = CreateInstanceRequestFilterSensitiveLog;
|
|
894
|
+
const UserIdentityInfoFilterSensitiveLog = (obj) => ({
|
|
895
|
+
...obj,
|
|
896
|
+
...(obj.FirstName && { FirstName: smithy_client_1.SENSITIVE_STRING }),
|
|
897
|
+
...(obj.LastName && { LastName: smithy_client_1.SENSITIVE_STRING }),
|
|
898
|
+
...(obj.Email && { Email: smithy_client_1.SENSITIVE_STRING }),
|
|
899
|
+
...(obj.SecondaryEmail && { SecondaryEmail: smithy_client_1.SENSITIVE_STRING }),
|
|
900
|
+
});
|
|
901
|
+
exports.UserIdentityInfoFilterSensitiveLog = UserIdentityInfoFilterSensitiveLog;
|
|
902
|
+
const CreateUserRequestFilterSensitiveLog = (obj) => ({
|
|
903
|
+
...obj,
|
|
904
|
+
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
905
|
+
...(obj.IdentityInfo && { IdentityInfo: (0, exports.UserIdentityInfoFilterSensitiveLog)(obj.IdentityInfo) }),
|
|
906
|
+
});
|
|
907
|
+
exports.CreateUserRequestFilterSensitiveLog = CreateUserRequestFilterSensitiveLog;
|
|
894
908
|
const ViewInputContentFilterSensitiveLog = (obj) => ({
|
|
895
909
|
...obj,
|
|
896
910
|
...(obj.Actions && { Actions: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -924,6 +938,17 @@ const CreateViewVersionResponseFilterSensitiveLog = (obj) => ({
|
|
|
924
938
|
...(obj.View && { View: (0, exports.ViewFilterSensitiveLog)(obj.View) }),
|
|
925
939
|
});
|
|
926
940
|
exports.CreateViewVersionResponseFilterSensitiveLog = CreateViewVersionResponseFilterSensitiveLog;
|
|
941
|
+
const ContactFilterSensitiveLog = (obj) => ({
|
|
942
|
+
...obj,
|
|
943
|
+
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
944
|
+
...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
|
|
945
|
+
});
|
|
946
|
+
exports.ContactFilterSensitiveLog = ContactFilterSensitiveLog;
|
|
947
|
+
const DescribeContactResponseFilterSensitiveLog = (obj) => ({
|
|
948
|
+
...obj,
|
|
949
|
+
...(obj.Contact && { Contact: (0, exports.ContactFilterSensitiveLog)(obj.Contact) }),
|
|
950
|
+
});
|
|
951
|
+
exports.DescribeContactResponseFilterSensitiveLog = DescribeContactResponseFilterSensitiveLog;
|
|
927
952
|
const InstanceFilterSensitiveLog = (obj) => ({
|
|
928
953
|
...obj,
|
|
929
954
|
...(obj.InstanceAlias && { InstanceAlias: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SearchCriteriaFilterSensitiveLog = exports.SearchableContactAttributesFilterSensitiveLog = exports.SearchableContactAttributesCriteriaFilterSensitiveLog = exports.ContactAnalysisFilterSensitiveLog = exports.TranscriptFilterSensitiveLog = exports.TranscriptCriteriaFilterSensitiveLog = exports.ReplicateInstanceRequestFilterSensitiveLog = exports.ListViewVersionsResponseFilterSensitiveLog = exports.ViewVersionSummaryFilterSensitiveLog = exports.ListViewsResponseFilterSensitiveLog = exports.ViewSummaryFilterSensitiveLog = exports.ListInstancesResponseFilterSensitiveLog = exports.InstanceSummaryFilterSensitiveLog = exports.GetFederationTokenResponseFilterSensitiveLog = exports.CredentialsFilterSensitiveLog = exports.DescribeViewResponseFilterSensitiveLog = exports.SortableFieldName = exports.SearchContactsMatchType = exports.ConflictException = exports.OutputTypeNotFoundException = exports.RealTimeContactAnalysisStatus = exports.RealtimeContactAnalysisSegment = exports.RealTimeContactAnalysisSentimentLabel = exports.RealTimeContactAnalysisTimeData = exports.ArtifactStatus = exports.RealTimeContactAnalysisSupportedChannel = exports.RealTimeContactAnalysisSegmentType = exports.RealTimeContactAnalysisOutputType = exports.QueueType = exports.ReferenceSummary = exports.ReferenceStatus = exports.LexVersion = exports.IntervalPeriod = exports.Comparison = exports.Statistic = exports.HistoricalMetricName = exports.UserNotFoundException = exports.SortOrder = exports.Grouping = exports.Unit = exports.CurrentMetricName = exports.TrafficDistributionGroupStatus = exports.QueueStatus = exports.PhoneNumberType = exports.PhoneNumberWorkflowStatus = void 0;
|
|
3
|
+
exports.SearchCriteriaFilterSensitiveLog = exports.SearchableContactAttributesFilterSensitiveLog = exports.SearchableContactAttributesCriteriaFilterSensitiveLog = exports.ContactAnalysisFilterSensitiveLog = exports.TranscriptFilterSensitiveLog = exports.TranscriptCriteriaFilterSensitiveLog = exports.ReplicateInstanceRequestFilterSensitiveLog = exports.ListViewVersionsResponseFilterSensitiveLog = exports.ViewVersionSummaryFilterSensitiveLog = exports.ListViewsResponseFilterSensitiveLog = exports.ViewSummaryFilterSensitiveLog = exports.ListInstancesResponseFilterSensitiveLog = exports.InstanceSummaryFilterSensitiveLog = exports.GetFederationTokenResponseFilterSensitiveLog = exports.CredentialsFilterSensitiveLog = exports.DescribeViewResponseFilterSensitiveLog = exports.DescribeUserResponseFilterSensitiveLog = exports.UserFilterSensitiveLog = exports.SortableFieldName = exports.SearchContactsMatchType = exports.ConflictException = exports.OutputTypeNotFoundException = exports.RealTimeContactAnalysisStatus = exports.RealtimeContactAnalysisSegment = exports.RealTimeContactAnalysisSentimentLabel = exports.RealTimeContactAnalysisTimeData = exports.ArtifactStatus = exports.RealTimeContactAnalysisSupportedChannel = exports.RealTimeContactAnalysisSegmentType = exports.RealTimeContactAnalysisOutputType = exports.QueueType = exports.ReferenceSummary = exports.ReferenceStatus = exports.LexVersion = exports.IntervalPeriod = exports.Comparison = exports.Statistic = exports.HistoricalMetricName = exports.UserNotFoundException = exports.SortOrder = exports.Grouping = exports.Unit = exports.CurrentMetricName = exports.TrafficDistributionGroupStatus = exports.QueueStatus = exports.PhoneNumberType = exports.PhoneNumberWorkflowStatus = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const ConnectServiceException_1 = require("./ConnectServiceException");
|
|
6
6
|
const models_0_1 = require("./models_0");
|
|
@@ -241,6 +241,16 @@ exports.SortableFieldName = {
|
|
|
241
241
|
INITIATION_TIMESTAMP: "INITIATION_TIMESTAMP",
|
|
242
242
|
SCHEDULED_TIMESTAMP: "SCHEDULED_TIMESTAMP",
|
|
243
243
|
};
|
|
244
|
+
const UserFilterSensitiveLog = (obj) => ({
|
|
245
|
+
...obj,
|
|
246
|
+
...(obj.IdentityInfo && { IdentityInfo: (0, models_0_1.UserIdentityInfoFilterSensitiveLog)(obj.IdentityInfo) }),
|
|
247
|
+
});
|
|
248
|
+
exports.UserFilterSensitiveLog = UserFilterSensitiveLog;
|
|
249
|
+
const DescribeUserResponseFilterSensitiveLog = (obj) => ({
|
|
250
|
+
...obj,
|
|
251
|
+
...(obj.User && { User: (0, exports.UserFilterSensitiveLog)(obj.User) }),
|
|
252
|
+
});
|
|
253
|
+
exports.DescribeUserResponseFilterSensitiveLog = DescribeUserResponseFilterSensitiveLog;
|
|
244
254
|
const DescribeViewResponseFilterSensitiveLog = (obj) => ({
|
|
245
255
|
...obj,
|
|
246
256
|
...(obj.View && { View: (0, models_0_1.ViewFilterSensitiveLog)(obj.View) }),
|
|
@@ -254,7 +264,7 @@ const CredentialsFilterSensitiveLog = (obj) => ({
|
|
|
254
264
|
exports.CredentialsFilterSensitiveLog = CredentialsFilterSensitiveLog;
|
|
255
265
|
const GetFederationTokenResponseFilterSensitiveLog = (obj) => ({
|
|
256
266
|
...obj,
|
|
257
|
-
...(obj.Credentials && { Credentials:
|
|
267
|
+
...(obj.Credentials && { Credentials: smithy_client_1.SENSITIVE_STRING }),
|
|
258
268
|
});
|
|
259
269
|
exports.GetFederationTokenResponseFilterSensitiveLog = GetFederationTokenResponseFilterSensitiveLog;
|
|
260
270
|
const InstanceSummaryFilterSensitiveLog = (obj) => ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateViewMetadataRequestFilterSensitiveLog = exports.UpdateViewContentResponseFilterSensitiveLog = exports.UpdateViewContentRequestFilterSensitiveLog = exports.StartWebRTCContactResponseFilterSensitiveLog = exports.ConnectionDataFilterSensitiveLog = exports.AttendeeFilterSensitiveLog = exports.SearchContactsRequestFilterSensitiveLog = exports.EvaluationFormItem = exports.UpdateParticipantRoleConfigChannelInfo = exports.ParticipantTimerValue = exports.ParticipantTimerAction = exports.ParticipantTimerType = exports.TimerEligibleParticipantRoles = exports.ContactNotFoundException = exports.MeetingFeatureStatus = exports.TrafficType = exports.OutboundContactNotPermittedException = exports.DestinationNotAllowedException = exports.VoiceRecordingTrack = exports.ChatEventType = exports.HierarchyGroupMatchType = exports.MaximumResultReturnedException = exports.SearchableQueueType = exports.StringComparisonType = exports.SearchContactsTimeRangeType = void 0;
|
|
3
|
+
exports.UpdateViewMetadataRequestFilterSensitiveLog = exports.UpdateViewContentResponseFilterSensitiveLog = exports.UpdateViewContentRequestFilterSensitiveLog = exports.UpdateUserIdentityInfoRequestFilterSensitiveLog = exports.UpdateContactRequestFilterSensitiveLog = exports.StartWebRTCContactResponseFilterSensitiveLog = exports.ConnectionDataFilterSensitiveLog = exports.AttendeeFilterSensitiveLog = exports.StartWebRTCContactRequestFilterSensitiveLog = exports.StartTaskContactRequestFilterSensitiveLog = exports.StartOutboundVoiceContactRequestFilterSensitiveLog = exports.SearchUsersResponseFilterSensitiveLog = exports.UserSearchSummaryFilterSensitiveLog = exports.UserIdentityInfoLiteFilterSensitiveLog = exports.SearchContactsRequestFilterSensitiveLog = exports.EvaluationFormItem = exports.UpdateParticipantRoleConfigChannelInfo = exports.ParticipantTimerValue = exports.ParticipantTimerAction = exports.ParticipantTimerType = exports.TimerEligibleParticipantRoles = exports.ContactNotFoundException = exports.MeetingFeatureStatus = exports.TrafficType = exports.OutboundContactNotPermittedException = exports.DestinationNotAllowedException = exports.VoiceRecordingTrack = exports.ChatEventType = exports.HierarchyGroupMatchType = exports.MaximumResultReturnedException = exports.SearchableQueueType = exports.StringComparisonType = exports.SearchContactsTimeRangeType = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const ConnectServiceException_1 = require("./ConnectServiceException");
|
|
6
6
|
const models_0_1 = require("./models_0");
|
|
@@ -141,6 +141,39 @@ const SearchContactsRequestFilterSensitiveLog = (obj) => ({
|
|
|
141
141
|
...(obj.SearchCriteria && { SearchCriteria: (0, models_1_1.SearchCriteriaFilterSensitiveLog)(obj.SearchCriteria) }),
|
|
142
142
|
});
|
|
143
143
|
exports.SearchContactsRequestFilterSensitiveLog = SearchContactsRequestFilterSensitiveLog;
|
|
144
|
+
const UserIdentityInfoLiteFilterSensitiveLog = (obj) => ({
|
|
145
|
+
...obj,
|
|
146
|
+
...(obj.FirstName && { FirstName: smithy_client_1.SENSITIVE_STRING }),
|
|
147
|
+
...(obj.LastName && { LastName: smithy_client_1.SENSITIVE_STRING }),
|
|
148
|
+
});
|
|
149
|
+
exports.UserIdentityInfoLiteFilterSensitiveLog = UserIdentityInfoLiteFilterSensitiveLog;
|
|
150
|
+
const UserSearchSummaryFilterSensitiveLog = (obj) => ({
|
|
151
|
+
...obj,
|
|
152
|
+
...(obj.IdentityInfo && { IdentityInfo: (0, exports.UserIdentityInfoLiteFilterSensitiveLog)(obj.IdentityInfo) }),
|
|
153
|
+
});
|
|
154
|
+
exports.UserSearchSummaryFilterSensitiveLog = UserSearchSummaryFilterSensitiveLog;
|
|
155
|
+
const SearchUsersResponseFilterSensitiveLog = (obj) => ({
|
|
156
|
+
...obj,
|
|
157
|
+
...(obj.Users && { Users: obj.Users.map((item) => (0, exports.UserSearchSummaryFilterSensitiveLog)(item)) }),
|
|
158
|
+
});
|
|
159
|
+
exports.SearchUsersResponseFilterSensitiveLog = SearchUsersResponseFilterSensitiveLog;
|
|
160
|
+
const StartOutboundVoiceContactRequestFilterSensitiveLog = (obj) => ({
|
|
161
|
+
...obj,
|
|
162
|
+
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
163
|
+
...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
|
|
164
|
+
});
|
|
165
|
+
exports.StartOutboundVoiceContactRequestFilterSensitiveLog = StartOutboundVoiceContactRequestFilterSensitiveLog;
|
|
166
|
+
const StartTaskContactRequestFilterSensitiveLog = (obj) => ({
|
|
167
|
+
...obj,
|
|
168
|
+
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
169
|
+
...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
|
|
170
|
+
});
|
|
171
|
+
exports.StartTaskContactRequestFilterSensitiveLog = StartTaskContactRequestFilterSensitiveLog;
|
|
172
|
+
const StartWebRTCContactRequestFilterSensitiveLog = (obj) => ({
|
|
173
|
+
...obj,
|
|
174
|
+
...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
|
|
175
|
+
});
|
|
176
|
+
exports.StartWebRTCContactRequestFilterSensitiveLog = StartWebRTCContactRequestFilterSensitiveLog;
|
|
144
177
|
const AttendeeFilterSensitiveLog = (obj) => ({
|
|
145
178
|
...obj,
|
|
146
179
|
...(obj.JoinToken && { JoinToken: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -156,6 +189,17 @@ const StartWebRTCContactResponseFilterSensitiveLog = (obj) => ({
|
|
|
156
189
|
...(obj.ConnectionData && { ConnectionData: (0, exports.ConnectionDataFilterSensitiveLog)(obj.ConnectionData) }),
|
|
157
190
|
});
|
|
158
191
|
exports.StartWebRTCContactResponseFilterSensitiveLog = StartWebRTCContactResponseFilterSensitiveLog;
|
|
192
|
+
const UpdateContactRequestFilterSensitiveLog = (obj) => ({
|
|
193
|
+
...obj,
|
|
194
|
+
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
195
|
+
...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
|
|
196
|
+
});
|
|
197
|
+
exports.UpdateContactRequestFilterSensitiveLog = UpdateContactRequestFilterSensitiveLog;
|
|
198
|
+
const UpdateUserIdentityInfoRequestFilterSensitiveLog = (obj) => ({
|
|
199
|
+
...obj,
|
|
200
|
+
...(obj.IdentityInfo && { IdentityInfo: (0, models_0_1.UserIdentityInfoFilterSensitiveLog)(obj.IdentityInfo) }),
|
|
201
|
+
});
|
|
202
|
+
exports.UpdateUserIdentityInfoRequestFilterSensitiveLog = UpdateUserIdentityInfoRequestFilterSensitiveLog;
|
|
159
203
|
const UpdateViewContentRequestFilterSensitiveLog = (obj) => ({
|
|
160
204
|
...obj,
|
|
161
205
|
...(obj.Content && { Content: (0, models_0_1.ViewInputContentFilterSensitiveLog)(obj.Content) }),
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateUserRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class CreateUserCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class CreateUserCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AmazonConnectService", "CreateUser", {})
|
|
19
20
|
.n("ConnectClient", "CreateUserCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(CreateUserRequestFilterSensitiveLog, void 0)
|
|
21
22
|
.ser(se_CreateUserCommand)
|
|
22
23
|
.de(de_CreateUserCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { DescribeContactResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_DescribeContactCommand, se_DescribeContactCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class DescribeContactCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class DescribeContactCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AmazonConnectService", "DescribeContact", {})
|
|
19
20
|
.n("ConnectClient", "DescribeContactCommand")
|
|
20
|
-
.f(void 0,
|
|
21
|
+
.f(void 0, DescribeContactResponseFilterSensitiveLog)
|
|
21
22
|
.ser(se_DescribeContactCommand)
|
|
22
23
|
.de(de_DescribeContactCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { DescribeUserResponseFilterSensitiveLog } from "../models/models_1";
|
|
5
6
|
import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class DescribeUserCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class DescribeUserCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AmazonConnectService", "DescribeUser", {})
|
|
19
20
|
.n("ConnectClient", "DescribeUserCommand")
|
|
20
|
-
.f(void 0,
|
|
21
|
+
.f(void 0, DescribeUserResponseFilterSensitiveLog)
|
|
21
22
|
.ser(se_DescribeUserCommand)
|
|
22
23
|
.de(de_DescribeUserCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { SearchUsersResponseFilterSensitiveLog } from "../models/models_2";
|
|
5
6
|
import { de_SearchUsersCommand, se_SearchUsersCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class SearchUsersCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class SearchUsersCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AmazonConnectService", "SearchUsers", {})
|
|
19
20
|
.n("ConnectClient", "SearchUsersCommand")
|
|
20
|
-
.f(void 0,
|
|
21
|
+
.f(void 0, SearchUsersResponseFilterSensitiveLog)
|
|
21
22
|
.ser(se_SearchUsersCommand)
|
|
22
23
|
.de(de_SearchUsersCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { StartOutboundVoiceContactRequestFilterSensitiveLog, } from "../models/models_2";
|
|
5
6
|
import { de_StartOutboundVoiceContactCommand, se_StartOutboundVoiceContactCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class StartOutboundVoiceContactCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class StartOutboundVoiceContactCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AmazonConnectService", "StartOutboundVoiceContact", {})
|
|
19
20
|
.n("ConnectClient", "StartOutboundVoiceContactCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(StartOutboundVoiceContactRequestFilterSensitiveLog, void 0)
|
|
21
22
|
.ser(se_StartOutboundVoiceContactCommand)
|
|
22
23
|
.de(de_StartOutboundVoiceContactCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { StartTaskContactRequestFilterSensitiveLog, } from "../models/models_2";
|
|
5
6
|
import { de_StartTaskContactCommand, se_StartTaskContactCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class StartTaskContactCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class StartTaskContactCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AmazonConnectService", "StartTaskContact", {})
|
|
19
20
|
.n("ConnectClient", "StartTaskContactCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(StartTaskContactRequestFilterSensitiveLog, void 0)
|
|
21
22
|
.ser(se_StartTaskContactCommand)
|
|
22
23
|
.de(de_StartTaskContactCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { StartWebRTCContactResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
|
+
import { StartWebRTCContactRequestFilterSensitiveLog, StartWebRTCContactResponseFilterSensitiveLog, } from "../models/models_2";
|
|
6
6
|
import { de_StartWebRTCContactCommand, se_StartWebRTCContactCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartWebRTCContactCommand extends $Command
|
|
@@ -18,7 +18,7 @@ export class StartWebRTCContactCommand extends $Command
|
|
|
18
18
|
})
|
|
19
19
|
.s("AmazonConnectService", "StartWebRTCContact", {})
|
|
20
20
|
.n("ConnectClient", "StartWebRTCContactCommand")
|
|
21
|
-
.f(
|
|
21
|
+
.f(StartWebRTCContactRequestFilterSensitiveLog, StartWebRTCContactResponseFilterSensitiveLog)
|
|
22
22
|
.ser(se_StartWebRTCContactCommand)
|
|
23
23
|
.de(de_StartWebRTCContactCommand)
|
|
24
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { UpdateContactRequestFilterSensitiveLog, } from "../models/models_2";
|
|
5
6
|
import { de_UpdateContactCommand, se_UpdateContactCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class UpdateContactCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class UpdateContactCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AmazonConnectService", "UpdateContact", {})
|
|
19
20
|
.n("ConnectClient", "UpdateContactCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(UpdateContactRequestFilterSensitiveLog, void 0)
|
|
21
22
|
.ser(se_UpdateContactCommand)
|
|
22
23
|
.de(de_UpdateContactCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { UpdateUserIdentityInfoRequestFilterSensitiveLog } from "../models/models_2";
|
|
5
6
|
import { de_UpdateUserIdentityInfoCommand, se_UpdateUserIdentityInfoCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class UpdateUserIdentityInfoCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class UpdateUserIdentityInfoCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AmazonConnectService", "UpdateUserIdentityInfo", {})
|
|
19
20
|
.n("ConnectClient", "UpdateUserIdentityInfoCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(UpdateUserIdentityInfoRequestFilterSensitiveLog, void 0)
|
|
21
22
|
.ser(se_UpdateUserIdentityInfoCommand)
|
|
22
23
|
.de(de_UpdateUserIdentityInfoCommand)
|
|
23
24
|
.build() {
|
|
@@ -868,6 +868,18 @@ export const CreateInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
|
868
868
|
...obj,
|
|
869
869
|
...(obj.InstanceAlias && { InstanceAlias: SENSITIVE_STRING }),
|
|
870
870
|
});
|
|
871
|
+
export const UserIdentityInfoFilterSensitiveLog = (obj) => ({
|
|
872
|
+
...obj,
|
|
873
|
+
...(obj.FirstName && { FirstName: SENSITIVE_STRING }),
|
|
874
|
+
...(obj.LastName && { LastName: SENSITIVE_STRING }),
|
|
875
|
+
...(obj.Email && { Email: SENSITIVE_STRING }),
|
|
876
|
+
...(obj.SecondaryEmail && { SecondaryEmail: SENSITIVE_STRING }),
|
|
877
|
+
});
|
|
878
|
+
export const CreateUserRequestFilterSensitiveLog = (obj) => ({
|
|
879
|
+
...obj,
|
|
880
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
881
|
+
...(obj.IdentityInfo && { IdentityInfo: UserIdentityInfoFilterSensitiveLog(obj.IdentityInfo) }),
|
|
882
|
+
});
|
|
871
883
|
export const ViewInputContentFilterSensitiveLog = (obj) => ({
|
|
872
884
|
...obj,
|
|
873
885
|
...(obj.Actions && { Actions: SENSITIVE_STRING }),
|
|
@@ -895,6 +907,15 @@ export const CreateViewVersionResponseFilterSensitiveLog = (obj) => ({
|
|
|
895
907
|
...obj,
|
|
896
908
|
...(obj.View && { View: ViewFilterSensitiveLog(obj.View) }),
|
|
897
909
|
});
|
|
910
|
+
export const ContactFilterSensitiveLog = (obj) => ({
|
|
911
|
+
...obj,
|
|
912
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
913
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
914
|
+
});
|
|
915
|
+
export const DescribeContactResponseFilterSensitiveLog = (obj) => ({
|
|
916
|
+
...obj,
|
|
917
|
+
...(obj.Contact && { Contact: ContactFilterSensitiveLog(obj.Contact) }),
|
|
918
|
+
});
|
|
898
919
|
export const InstanceFilterSensitiveLog = (obj) => ({
|
|
899
920
|
...obj,
|
|
900
921
|
...(obj.InstanceAlias && { InstanceAlias: SENSITIVE_STRING }),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
|
-
import { ViewFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
import { UserIdentityInfoFilterSensitiveLog, ViewFilterSensitiveLog, } from "./models_0";
|
|
4
4
|
export const PhoneNumberWorkflowStatus = {
|
|
5
5
|
Claimed: "CLAIMED",
|
|
6
6
|
Failed: "FAILED",
|
|
@@ -235,6 +235,14 @@ export const SortableFieldName = {
|
|
|
235
235
|
INITIATION_TIMESTAMP: "INITIATION_TIMESTAMP",
|
|
236
236
|
SCHEDULED_TIMESTAMP: "SCHEDULED_TIMESTAMP",
|
|
237
237
|
};
|
|
238
|
+
export const UserFilterSensitiveLog = (obj) => ({
|
|
239
|
+
...obj,
|
|
240
|
+
...(obj.IdentityInfo && { IdentityInfo: UserIdentityInfoFilterSensitiveLog(obj.IdentityInfo) }),
|
|
241
|
+
});
|
|
242
|
+
export const DescribeUserResponseFilterSensitiveLog = (obj) => ({
|
|
243
|
+
...obj,
|
|
244
|
+
...(obj.User && { User: UserFilterSensitiveLog(obj.User) }),
|
|
245
|
+
});
|
|
238
246
|
export const DescribeViewResponseFilterSensitiveLog = (obj) => ({
|
|
239
247
|
...obj,
|
|
240
248
|
...(obj.View && { View: ViewFilterSensitiveLog(obj.View) }),
|
|
@@ -246,7 +254,7 @@ export const CredentialsFilterSensitiveLog = (obj) => ({
|
|
|
246
254
|
});
|
|
247
255
|
export const GetFederationTokenResponseFilterSensitiveLog = (obj) => ({
|
|
248
256
|
...obj,
|
|
249
|
-
...(obj.Credentials && { Credentials:
|
|
257
|
+
...(obj.Credentials && { Credentials: SENSITIVE_STRING }),
|
|
250
258
|
});
|
|
251
259
|
export const InstanceSummaryFilterSensitiveLog = (obj) => ({
|
|
252
260
|
...obj,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
|
-
import { ViewFilterSensitiveLog, ViewInputContentFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
import { UserIdentityInfoFilterSensitiveLog, ViewFilterSensitiveLog, ViewInputContentFilterSensitiveLog, } from "./models_0";
|
|
4
4
|
import { SearchCriteriaFilterSensitiveLog, } from "./models_1";
|
|
5
5
|
export const SearchContactsTimeRangeType = {
|
|
6
6
|
CONNECTED_TO_AGENT_TIMESTAMP: "CONNECTED_TO_AGENT_TIMESTAMP",
|
|
@@ -133,6 +133,33 @@ export const SearchContactsRequestFilterSensitiveLog = (obj) => ({
|
|
|
133
133
|
...obj,
|
|
134
134
|
...(obj.SearchCriteria && { SearchCriteria: SearchCriteriaFilterSensitiveLog(obj.SearchCriteria) }),
|
|
135
135
|
});
|
|
136
|
+
export const UserIdentityInfoLiteFilterSensitiveLog = (obj) => ({
|
|
137
|
+
...obj,
|
|
138
|
+
...(obj.FirstName && { FirstName: SENSITIVE_STRING }),
|
|
139
|
+
...(obj.LastName && { LastName: SENSITIVE_STRING }),
|
|
140
|
+
});
|
|
141
|
+
export const UserSearchSummaryFilterSensitiveLog = (obj) => ({
|
|
142
|
+
...obj,
|
|
143
|
+
...(obj.IdentityInfo && { IdentityInfo: UserIdentityInfoLiteFilterSensitiveLog(obj.IdentityInfo) }),
|
|
144
|
+
});
|
|
145
|
+
export const SearchUsersResponseFilterSensitiveLog = (obj) => ({
|
|
146
|
+
...obj,
|
|
147
|
+
...(obj.Users && { Users: obj.Users.map((item) => UserSearchSummaryFilterSensitiveLog(item)) }),
|
|
148
|
+
});
|
|
149
|
+
export const StartOutboundVoiceContactRequestFilterSensitiveLog = (obj) => ({
|
|
150
|
+
...obj,
|
|
151
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
152
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
153
|
+
});
|
|
154
|
+
export const StartTaskContactRequestFilterSensitiveLog = (obj) => ({
|
|
155
|
+
...obj,
|
|
156
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
157
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
158
|
+
});
|
|
159
|
+
export const StartWebRTCContactRequestFilterSensitiveLog = (obj) => ({
|
|
160
|
+
...obj,
|
|
161
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
162
|
+
});
|
|
136
163
|
export const AttendeeFilterSensitiveLog = (obj) => ({
|
|
137
164
|
...obj,
|
|
138
165
|
...(obj.JoinToken && { JoinToken: SENSITIVE_STRING }),
|
|
@@ -145,6 +172,15 @@ export const StartWebRTCContactResponseFilterSensitiveLog = (obj) => ({
|
|
|
145
172
|
...obj,
|
|
146
173
|
...(obj.ConnectionData && { ConnectionData: ConnectionDataFilterSensitiveLog(obj.ConnectionData) }),
|
|
147
174
|
});
|
|
175
|
+
export const UpdateContactRequestFilterSensitiveLog = (obj) => ({
|
|
176
|
+
...obj,
|
|
177
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
178
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
179
|
+
});
|
|
180
|
+
export const UpdateUserIdentityInfoRequestFilterSensitiveLog = (obj) => ({
|
|
181
|
+
...obj,
|
|
182
|
+
...(obj.IdentityInfo && { IdentityInfo: UserIdentityInfoFilterSensitiveLog(obj.IdentityInfo) }),
|
|
183
|
+
});
|
|
148
184
|
export const UpdateViewContentRequestFilterSensitiveLog = (obj) => ({
|
|
149
185
|
...obj,
|
|
150
186
|
...(obj.Content && { Content: ViewInputContentFilterSensitiveLog(obj.Content) }),
|
|
@@ -6357,6 +6357,14 @@ export type PhoneNumberCountryCode = (typeof PhoneNumberCountryCode)[keyof typeo
|
|
|
6357
6357
|
* @internal
|
|
6358
6358
|
*/
|
|
6359
6359
|
export declare const CreateInstanceRequestFilterSensitiveLog: (obj: CreateInstanceRequest) => any;
|
|
6360
|
+
/**
|
|
6361
|
+
* @internal
|
|
6362
|
+
*/
|
|
6363
|
+
export declare const UserIdentityInfoFilterSensitiveLog: (obj: UserIdentityInfo) => any;
|
|
6364
|
+
/**
|
|
6365
|
+
* @internal
|
|
6366
|
+
*/
|
|
6367
|
+
export declare const CreateUserRequestFilterSensitiveLog: (obj: CreateUserRequest) => any;
|
|
6360
6368
|
/**
|
|
6361
6369
|
* @internal
|
|
6362
6370
|
*/
|
|
@@ -6381,6 +6389,14 @@ export declare const CreateViewResponseFilterSensitiveLog: (obj: CreateViewRespo
|
|
|
6381
6389
|
* @internal
|
|
6382
6390
|
*/
|
|
6383
6391
|
export declare const CreateViewVersionResponseFilterSensitiveLog: (obj: CreateViewVersionResponse) => any;
|
|
6392
|
+
/**
|
|
6393
|
+
* @internal
|
|
6394
|
+
*/
|
|
6395
|
+
export declare const ContactFilterSensitiveLog: (obj: Contact) => any;
|
|
6396
|
+
/**
|
|
6397
|
+
* @internal
|
|
6398
|
+
*/
|
|
6399
|
+
export declare const DescribeContactResponseFilterSensitiveLog: (obj: DescribeContactResponse) => any;
|
|
6384
6400
|
/**
|
|
6385
6401
|
* @internal
|
|
6386
6402
|
*/
|
|
@@ -7994,6 +7994,14 @@ export interface Sort {
|
|
|
7994
7994
|
*/
|
|
7995
7995
|
Order: SortOrder | undefined;
|
|
7996
7996
|
}
|
|
7997
|
+
/**
|
|
7998
|
+
* @internal
|
|
7999
|
+
*/
|
|
8000
|
+
export declare const UserFilterSensitiveLog: (obj: User) => any;
|
|
8001
|
+
/**
|
|
8002
|
+
* @internal
|
|
8003
|
+
*/
|
|
8004
|
+
export declare const DescribeUserResponseFilterSensitiveLog: (obj: DescribeUserResponse) => any;
|
|
7997
8005
|
/**
|
|
7998
8006
|
* @internal
|
|
7999
8007
|
*/
|
|
@@ -4661,6 +4661,30 @@ export interface SearchUsersRequest {
|
|
|
4661
4661
|
* @internal
|
|
4662
4662
|
*/
|
|
4663
4663
|
export declare const SearchContactsRequestFilterSensitiveLog: (obj: SearchContactsRequest) => any;
|
|
4664
|
+
/**
|
|
4665
|
+
* @internal
|
|
4666
|
+
*/
|
|
4667
|
+
export declare const UserIdentityInfoLiteFilterSensitiveLog: (obj: UserIdentityInfoLite) => any;
|
|
4668
|
+
/**
|
|
4669
|
+
* @internal
|
|
4670
|
+
*/
|
|
4671
|
+
export declare const UserSearchSummaryFilterSensitiveLog: (obj: UserSearchSummary) => any;
|
|
4672
|
+
/**
|
|
4673
|
+
* @internal
|
|
4674
|
+
*/
|
|
4675
|
+
export declare const SearchUsersResponseFilterSensitiveLog: (obj: SearchUsersResponse) => any;
|
|
4676
|
+
/**
|
|
4677
|
+
* @internal
|
|
4678
|
+
*/
|
|
4679
|
+
export declare const StartOutboundVoiceContactRequestFilterSensitiveLog: (obj: StartOutboundVoiceContactRequest) => any;
|
|
4680
|
+
/**
|
|
4681
|
+
* @internal
|
|
4682
|
+
*/
|
|
4683
|
+
export declare const StartTaskContactRequestFilterSensitiveLog: (obj: StartTaskContactRequest) => any;
|
|
4684
|
+
/**
|
|
4685
|
+
* @internal
|
|
4686
|
+
*/
|
|
4687
|
+
export declare const StartWebRTCContactRequestFilterSensitiveLog: (obj: StartWebRTCContactRequest) => any;
|
|
4664
4688
|
/**
|
|
4665
4689
|
* @internal
|
|
4666
4690
|
*/
|
|
@@ -4673,6 +4697,14 @@ export declare const ConnectionDataFilterSensitiveLog: (obj: ConnectionData) =>
|
|
|
4673
4697
|
* @internal
|
|
4674
4698
|
*/
|
|
4675
4699
|
export declare const StartWebRTCContactResponseFilterSensitiveLog: (obj: StartWebRTCContactResponse) => any;
|
|
4700
|
+
/**
|
|
4701
|
+
* @internal
|
|
4702
|
+
*/
|
|
4703
|
+
export declare const UpdateContactRequestFilterSensitiveLog: (obj: UpdateContactRequest) => any;
|
|
4704
|
+
/**
|
|
4705
|
+
* @internal
|
|
4706
|
+
*/
|
|
4707
|
+
export declare const UpdateUserIdentityInfoRequestFilterSensitiveLog: (obj: UpdateUserIdentityInfoRequest) => any;
|
|
4676
4708
|
/**
|
|
4677
4709
|
* @internal
|
|
4678
4710
|
*/
|
|
@@ -2053,6 +2053,12 @@ export type PhoneNumberCountryCode =
|
|
|
2053
2053
|
export declare const CreateInstanceRequestFilterSensitiveLog: (
|
|
2054
2054
|
obj: CreateInstanceRequest
|
|
2055
2055
|
) => any;
|
|
2056
|
+
export declare const UserIdentityInfoFilterSensitiveLog: (
|
|
2057
|
+
obj: UserIdentityInfo
|
|
2058
|
+
) => any;
|
|
2059
|
+
export declare const CreateUserRequestFilterSensitiveLog: (
|
|
2060
|
+
obj: CreateUserRequest
|
|
2061
|
+
) => any;
|
|
2056
2062
|
export declare const ViewInputContentFilterSensitiveLog: (
|
|
2057
2063
|
obj: ViewInputContent
|
|
2058
2064
|
) => any;
|
|
@@ -2067,6 +2073,10 @@ export declare const CreateViewResponseFilterSensitiveLog: (
|
|
|
2067
2073
|
export declare const CreateViewVersionResponseFilterSensitiveLog: (
|
|
2068
2074
|
obj: CreateViewVersionResponse
|
|
2069
2075
|
) => any;
|
|
2076
|
+
export declare const ContactFilterSensitiveLog: (obj: Contact) => any;
|
|
2077
|
+
export declare const DescribeContactResponseFilterSensitiveLog: (
|
|
2078
|
+
obj: DescribeContactResponse
|
|
2079
|
+
) => any;
|
|
2070
2080
|
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
2071
2081
|
export declare const DescribeInstanceResponseFilterSensitiveLog: (
|
|
2072
2082
|
obj: DescribeInstanceResponse
|
|
@@ -1902,6 +1902,10 @@ export interface Sort {
|
|
|
1902
1902
|
FieldName: SortableFieldName | undefined;
|
|
1903
1903
|
Order: SortOrder | undefined;
|
|
1904
1904
|
}
|
|
1905
|
+
export declare const UserFilterSensitiveLog: (obj: User) => any;
|
|
1906
|
+
export declare const DescribeUserResponseFilterSensitiveLog: (
|
|
1907
|
+
obj: DescribeUserResponse
|
|
1908
|
+
) => any;
|
|
1905
1909
|
export declare const DescribeViewResponseFilterSensitiveLog: (
|
|
1906
1910
|
obj: DescribeViewResponse
|
|
1907
1911
|
) => any;
|
|
@@ -1147,6 +1147,24 @@ export interface SearchUsersRequest {
|
|
|
1147
1147
|
export declare const SearchContactsRequestFilterSensitiveLog: (
|
|
1148
1148
|
obj: SearchContactsRequest
|
|
1149
1149
|
) => any;
|
|
1150
|
+
export declare const UserIdentityInfoLiteFilterSensitiveLog: (
|
|
1151
|
+
obj: UserIdentityInfoLite
|
|
1152
|
+
) => any;
|
|
1153
|
+
export declare const UserSearchSummaryFilterSensitiveLog: (
|
|
1154
|
+
obj: UserSearchSummary
|
|
1155
|
+
) => any;
|
|
1156
|
+
export declare const SearchUsersResponseFilterSensitiveLog: (
|
|
1157
|
+
obj: SearchUsersResponse
|
|
1158
|
+
) => any;
|
|
1159
|
+
export declare const StartOutboundVoiceContactRequestFilterSensitiveLog: (
|
|
1160
|
+
obj: StartOutboundVoiceContactRequest
|
|
1161
|
+
) => any;
|
|
1162
|
+
export declare const StartTaskContactRequestFilterSensitiveLog: (
|
|
1163
|
+
obj: StartTaskContactRequest
|
|
1164
|
+
) => any;
|
|
1165
|
+
export declare const StartWebRTCContactRequestFilterSensitiveLog: (
|
|
1166
|
+
obj: StartWebRTCContactRequest
|
|
1167
|
+
) => any;
|
|
1150
1168
|
export declare const AttendeeFilterSensitiveLog: (obj: Attendee) => any;
|
|
1151
1169
|
export declare const ConnectionDataFilterSensitiveLog: (
|
|
1152
1170
|
obj: ConnectionData
|
|
@@ -1154,6 +1172,12 @@ export declare const ConnectionDataFilterSensitiveLog: (
|
|
|
1154
1172
|
export declare const StartWebRTCContactResponseFilterSensitiveLog: (
|
|
1155
1173
|
obj: StartWebRTCContactResponse
|
|
1156
1174
|
) => any;
|
|
1175
|
+
export declare const UpdateContactRequestFilterSensitiveLog: (
|
|
1176
|
+
obj: UpdateContactRequest
|
|
1177
|
+
) => any;
|
|
1178
|
+
export declare const UpdateUserIdentityInfoRequestFilterSensitiveLog: (
|
|
1179
|
+
obj: UpdateUserIdentityInfoRequest
|
|
1180
|
+
) => any;
|
|
1157
1181
|
export declare const UpdateViewContentRequestFilterSensitiveLog: (
|
|
1158
1182
|
obj: UpdateViewContentRequest
|
|
1159
1183
|
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.489.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.489.0",
|
|
24
24
|
"@aws-sdk/core": "3.485.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.489.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.489.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.489.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.489.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.489.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.489.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.489.0",
|
|
32
|
+
"@aws-sdk/types": "3.489.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.489.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.489.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.489.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.23",
|
|
37
37
|
"@smithy/core": "^1.2.2",
|
|
38
38
|
"@smithy/fetch-http-handler": "^2.3.2",
|