@aws-sdk/client-connect 3.484.0 → 3.487.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/dist-cjs/commands/CreateUserCommand.js +2 -1
  2. package/dist-cjs/commands/DescribeContactCommand.js +2 -1
  3. package/dist-cjs/commands/DescribeUserCommand.js +2 -1
  4. package/dist-cjs/commands/SearchUsersCommand.js +2 -1
  5. package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +2 -1
  6. package/dist-cjs/commands/StartTaskContactCommand.js +2 -1
  7. package/dist-cjs/commands/StartWebRTCContactCommand.js +1 -1
  8. package/dist-cjs/commands/UpdateContactCommand.js +2 -1
  9. package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +2 -1
  10. package/dist-cjs/models/models_0.js +26 -1
  11. package/dist-cjs/models/models_1.js +12 -2
  12. package/dist-cjs/models/models_2.js +45 -1
  13. package/dist-es/commands/CreateUserCommand.js +2 -1
  14. package/dist-es/commands/DescribeContactCommand.js +2 -1
  15. package/dist-es/commands/DescribeUserCommand.js +2 -1
  16. package/dist-es/commands/SearchUsersCommand.js +2 -1
  17. package/dist-es/commands/StartOutboundVoiceContactCommand.js +2 -1
  18. package/dist-es/commands/StartTaskContactCommand.js +2 -1
  19. package/dist-es/commands/StartWebRTCContactCommand.js +2 -2
  20. package/dist-es/commands/UpdateContactCommand.js +2 -1
  21. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +2 -1
  22. package/dist-es/models/models_0.js +21 -0
  23. package/dist-es/models/models_1.js +10 -2
  24. package/dist-es/models/models_2.js +37 -1
  25. package/dist-types/models/models_0.d.ts +19 -1
  26. package/dist-types/models/models_1.d.ts +46 -22
  27. package/dist-types/models/models_2.d.ts +52 -12
  28. package/dist-types/ts3.4/models/models_0.d.ts +10 -0
  29. package/dist-types/ts3.4/models/models_1.d.ts +4 -0
  30. package/dist-types/ts3.4/models/models_2.d.ts +24 -0
  31. package/package.json +34 -34
@@ -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(void 0, void 0)
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, 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, 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, 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(void 0, void 0)
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(void 0, void 0)
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(void 0, models_2_1.StartWebRTCContactResponseFilterSensitiveLog)
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(void 0, void 0)
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(void 0, void 0)
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: (0, exports.CredentialsFilterSensitiveLog)(obj.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(void 0, void 0)
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, 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, 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, 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(void 0, void 0)
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(void 0, void 0)
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(void 0, StartWebRTCContactResponseFilterSensitiveLog)
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(void 0, void 0)
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(void 0, void 0)
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: CredentialsFilterSensitiveLog(obj.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) }),
@@ -309,7 +309,9 @@ export interface AgentContactReference {
309
309
  }
310
310
  /**
311
311
  * @public
312
- * <p>A structure that defines agent hierarchy group levels which can be used to filter search results. Important: Agent hierarchy group level information in search result is a snapshot, it does not represent current agent hierarchy who handled the contact.</p>
312
+ * <p>A structure that defines search criteria for contacts using agent hierarchy group levels.
313
+ * For more information about agent hierarchies, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/agent-hierarchy.html">Set Up Agent Hierarchies</a> in the
314
+ * <i>Amazon Connect Administrator Guide</i>.</p>
313
315
  */
314
316
  export interface AgentHierarchyGroups {
315
317
  /**
@@ -6355,6 +6357,14 @@ export type PhoneNumberCountryCode = (typeof PhoneNumberCountryCode)[keyof typeo
6355
6357
  * @internal
6356
6358
  */
6357
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;
6358
6368
  /**
6359
6369
  * @internal
6360
6370
  */
@@ -6379,6 +6389,14 @@ export declare const CreateViewResponseFilterSensitiveLog: (obj: CreateViewRespo
6379
6389
  * @internal
6380
6390
  */
6381
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;
6382
6400
  /**
6383
6401
  * @internal
6384
6402
  */
@@ -7827,7 +7827,8 @@ export declare const SearchContactsMatchType: {
7827
7827
  export type SearchContactsMatchType = (typeof SearchContactsMatchType)[keyof typeof SearchContactsMatchType];
7828
7828
  /**
7829
7829
  * @public
7830
- * <p>The transcript criteria used to search</p>
7830
+ * <p>A structure that defines search criteria base on words or phrases, participants in the
7831
+ * Contact Lens conversational analytics transcript.</p>
7831
7832
  */
7832
7833
  export interface TranscriptCriteria {
7833
7834
  /**
@@ -7842,107 +7843,122 @@ export interface TranscriptCriteria {
7842
7843
  SearchText: string[] | undefined;
7843
7844
  /**
7844
7845
  * @public
7845
- * <p>The match type of search texts in a transcript criteria.</p>
7846
+ * <p>The match type combining search criteria using multiple search texts in a transcript
7847
+ * criteria.</p>
7846
7848
  */
7847
7849
  MatchType: SearchContactsMatchType | undefined;
7848
7850
  }
7849
7851
  /**
7850
7852
  * @public
7851
- * <p>The transcript object used to search results.</p>
7853
+ * <p>A structure that defines search criteria and matching logic to search for contacts by
7854
+ * matching text with transcripts analyzed by Amazon Connect Contact Lens.</p>
7852
7855
  */
7853
7856
  export interface Transcript {
7854
7857
  /**
7855
7858
  * @public
7856
- * <p>The array of transcript search criteria</p>
7859
+ * <p>The list of search criteria based on Contact Lens conversational analytics
7860
+ * transcript.</p>
7857
7861
  */
7858
7862
  Criteria: TranscriptCriteria[] | undefined;
7859
7863
  /**
7860
7864
  * @public
7861
- * <p>The match type of multiple transcript criteira</p>
7865
+ * <p>The match type combining search criteria using multiple transcript criteria.</p>
7862
7866
  */
7863
7867
  MatchType?: SearchContactsMatchType;
7864
7868
  }
7865
7869
  /**
7866
7870
  * @public
7867
- * <p>A structure that defines filters can be used to search within outputs analyzed by Amazon Connect Contact Lens in a contact.</p>
7871
+ * <p>A structure that defines search criteria for contacts using analysis outputs from Amazon
7872
+ * Connect Contact Lens.</p>
7868
7873
  */
7869
7874
  export interface ContactAnalysis {
7870
7875
  /**
7871
7876
  * @public
7872
- * <p>A structure that defines filters can be used to search with text within an Amazon Connect Contact Lens analyzed transcript.</p>
7877
+ * <p>Search criteria based on transcript analyzed by Amazon Connect Contact Lens.</p>
7873
7878
  */
7874
7879
  Transcript?: Transcript;
7875
7880
  }
7876
7881
  /**
7877
7882
  * @public
7878
- * <p>The criteria of searchable contact attributes.</p>
7883
+ * <p>The search criteria based on user-defned contact attribute key and values to search
7884
+ * on.</p>
7879
7885
  */
7880
7886
  export interface SearchableContactAttributesCriteria {
7881
7887
  /**
7882
7888
  * @public
7883
- * <p>The searchable contact attribute key</p>
7889
+ * <p>The key containing a searchable user-defined contact attribute.</p>
7884
7890
  */
7885
7891
  Key: string | undefined;
7886
7892
  /**
7887
7893
  * @public
7888
- * <p>The array of contact attribute values used to filter search results.</p>
7894
+ * <p>The list of values to search for within a user-defined contact attribute.</p>
7889
7895
  */
7890
7896
  Values: string[] | undefined;
7891
7897
  }
7892
7898
  /**
7893
7899
  * @public
7894
- * <p>A structure that defines searchable contact attributes which can be used to filter search results. </p>
7900
+ * <p>A structure that defines search criteria based on user-defined contact attributes that are
7901
+ * configured for contact search.</p>
7895
7902
  */
7896
7903
  export interface SearchableContactAttributes {
7897
7904
  /**
7898
7905
  * @public
7899
- * <p>The array of searhale contact attribute criteria</p>
7906
+ * <p>The list of criteria based on user-defined contact attributes that are configured for
7907
+ * contact search.</p>
7900
7908
  */
7901
7909
  Criteria: SearchableContactAttributesCriteria[] | undefined;
7902
7910
  /**
7903
7911
  * @public
7904
- * <p>The match type of multiple searchable contact attributes criteria.</p>
7912
+ * <p>The match type combining search criteria using multiple searchable contact
7913
+ * attributes.</p>
7905
7914
  */
7906
7915
  MatchType?: SearchContactsMatchType;
7907
7916
  }
7908
7917
  /**
7909
7918
  * @public
7910
- * <p>A structure of search criteria to be used to return contacts</p>
7919
+ * <p>A structure of search criteria to be used to return contacts.</p>
7911
7920
  */
7912
7921
  export interface SearchCriteria {
7913
7922
  /**
7914
7923
  * @public
7915
- * <p>The array of agent ids</p>
7924
+ * <p>The identifiers of agents who handled the contacts.</p>
7916
7925
  */
7917
7926
  AgentIds?: string[];
7918
7927
  /**
7919
7928
  * @public
7920
- * <p>The agent hierarchy groups</p>
7929
+ * <p>The agent hierarchy groups of the agent at the time of handling the contact.</p>
7921
7930
  */
7922
7931
  AgentHierarchyGroups?: AgentHierarchyGroups;
7923
7932
  /**
7924
7933
  * @public
7925
- * <p>The array of channels</p>
7934
+ * <p>The list of channels associated with contacts.</p>
7926
7935
  */
7927
7936
  Channels?: Channel[];
7928
7937
  /**
7929
7938
  * @public
7930
- * <p>The ContactAnalysis object used in search criteria</p>
7939
+ * <p>Search criteria based on analysis outputs from Amazon Connect Contact Lens.</p>
7931
7940
  */
7932
7941
  ContactAnalysis?: ContactAnalysis;
7933
7942
  /**
7934
7943
  * @public
7935
- * <p>The array of initiaton methods</p>
7944
+ * <p>The list of initiation methods associated with contacts.</p>
7936
7945
  */
7937
7946
  InitiationMethods?: ContactInitiationMethod[];
7938
7947
  /**
7939
7948
  * @public
7940
- * <p>The array of queue ids.</p>
7949
+ * <p>The list of queue IDs associated with contacts.</p>
7941
7950
  */
7942
7951
  QueueIds?: string[];
7943
7952
  /**
7944
7953
  * @public
7945
- * <p>The SearchableContactAttributes object used in search criteria</p>
7954
+ * <p>The search criteria based on user-defined contact attributes that have been configured for
7955
+ * contact search. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/search-custom-attributes.html">Search by customer contact
7956
+ * attributes</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
7957
+ * <important>
7958
+ * <p>To use <code>SearchableContactAttributes</code> in a search request, the
7959
+ * <code>GetContactAttributes</code> action is required to perform an API request. For more
7960
+ * information, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html#amazonconnect-actions-as-permissions">https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html#amazonconnect-actions-as-permissions</a>Actions defined by Amazon Connect.</p>
7961
+ * </important>
7946
7962
  */
7947
7963
  SearchableContactAttributes?: SearchableContactAttributes;
7948
7964
  }
@@ -7964,7 +7980,7 @@ export declare const SortableFieldName: {
7964
7980
  export type SortableFieldName = (typeof SortableFieldName)[keyof typeof SortableFieldName];
7965
7981
  /**
7966
7982
  * @public
7967
- * <p>A structure that defines the sort by and a sort order</p>
7983
+ * <p>A structure that defineds the field name to sort by and a sort order.</p>
7968
7984
  */
7969
7985
  export interface Sort {
7970
7986
  /**
@@ -7978,6 +7994,14 @@ export interface Sort {
7978
7994
  */
7979
7995
  Order: SortOrder | undefined;
7980
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;
7981
8005
  /**
7982
8006
  * @internal
7983
8007
  */
@@ -18,12 +18,12 @@ export declare const SearchContactsTimeRangeType: {
18
18
  export type SearchContactsTimeRangeType = (typeof SearchContactsTimeRangeType)[keyof typeof SearchContactsTimeRangeType];
19
19
  /**
20
20
  * @public
21
- * <p>A structure of time range that you want to search results</p>
21
+ * <p>A structure of time range that you want to search results.</p>
22
22
  */
23
23
  export interface SearchContactsTimeRange {
24
24
  /**
25
25
  * @public
26
- * <p>The type of timestamp to search</p>
26
+ * <p>The type of timestamp to search.</p>
27
27
  */
28
28
  Type: SearchContactsTimeRangeType | undefined;
29
29
  /**
@@ -43,12 +43,13 @@ export interface SearchContactsTimeRange {
43
43
  export interface SearchContactsRequest {
44
44
  /**
45
45
  * @public
46
- * <p>The identifier of Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance</p>
46
+ * <p>The identifier of Amazon Connect instance. You can find the instance ID in the Amazon
47
+ * Resource Name (ARN) of the instance.</p>
47
48
  */
48
49
  InstanceId: string | undefined;
49
50
  /**
50
51
  * @public
51
- * <p>Time range that you want to search results</p>
52
+ * <p>Time range that you want to search results.</p>
52
53
  */
53
54
  TimeRange: SearchContactsTimeRange | undefined;
54
55
  /**
@@ -63,12 +64,13 @@ export interface SearchContactsRequest {
63
64
  MaxResults?: number;
64
65
  /**
65
66
  * @public
66
- * <p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>
67
+ * <p>The token for the next set of results. Use the value returned in the previous response in
68
+ * the next request to retrieve the next set of results.</p>
67
69
  */
68
70
  NextToken?: string;
69
71
  /**
70
72
  * @public
71
- * <p>Specifies a field to sort by and a sort order</p>
73
+ * <p>Specifies a field to sort by and a sort order.</p>
72
74
  */
73
75
  Sort?: Sort;
74
76
  }
@@ -111,7 +113,7 @@ export interface ContactSearchSummaryQueueInfo {
111
113
  export interface ContactSearchSummary {
112
114
  /**
113
115
  * @public
114
- * <p>The Amazon Resource Name (ARN) of the contact</p>
116
+ * <p>The Amazon Resource Name (ARN) of the contact.</p>
115
117
  */
116
118
  Arn?: string;
117
119
  /**
@@ -151,7 +153,13 @@ export interface ContactSearchSummary {
151
153
  AgentInfo?: ContactSearchSummaryAgentInfo;
152
154
  /**
153
155
  * @public
154
- * <p>The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived. For EXTERNAL_OUTBOUND, this is when the agent started dialing the external participant. For MONITOR, this is when the supervisor started listening to a contact.</p>
156
+ * <p>The date and time this contact was initiated, in UTC time. For <code>INBOUND</code>, this is
157
+ * when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For
158
+ * <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code>
159
+ * and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For API, this is when
160
+ * the request arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent started dialing
161
+ * the external participant. For <code>MONITOR</code>, this is when the supervisor started listening
162
+ * to a contact.</p>
155
163
  */
156
164
  InitiationTimestamp?: Date;
157
165
  /**
@@ -4341,10 +4349,10 @@ export interface UserSearchCriteria {
4341
4349
  /**
4342
4350
  * @public
4343
4351
  * <p>A leaf node condition which can be used to specify a string condition.</p>
4344
- * <note>
4345
- * <p>The currently supported values for <code>FieldName</code> are <code>name</code>,
4346
- * <code>description</code>, and <code>resourceID</code>.</p>
4347
- * </note>
4352
+ * <p>The currently supported values for <code>FieldName</code> are <code>username</code>,
4353
+ * <code>firstname</code>, <code>lastname</code>, <code>resourceId</code>,
4354
+ * <code>routingProfileId</code>, <code>securityProfileId</code>, <code>agentGroupId</code>, and
4355
+ * <code>agentGroupPathIds</code>.</p>
4348
4356
  */
4349
4357
  StringCondition?: StringCondition;
4350
4358
  /**
@@ -4653,6 +4661,30 @@ export interface SearchUsersRequest {
4653
4661
  * @internal
4654
4662
  */
4655
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;
4656
4688
  /**
4657
4689
  * @internal
4658
4690
  */
@@ -4665,6 +4697,14 @@ export declare const ConnectionDataFilterSensitiveLog: (obj: ConnectionData) =>
4665
4697
  * @internal
4666
4698
  */
4667
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;
4668
4708
  /**
4669
4709
  * @internal
4670
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.484.0",
4
+ "version": "3.487.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,42 +20,42 @@
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.484.0",
24
- "@aws-sdk/core": "3.481.0",
25
- "@aws-sdk/credential-provider-node": "3.484.0",
26
- "@aws-sdk/middleware-host-header": "3.468.0",
27
- "@aws-sdk/middleware-logger": "3.468.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.468.0",
29
- "@aws-sdk/middleware-signing": "3.468.0",
30
- "@aws-sdk/middleware-user-agent": "3.478.0",
31
- "@aws-sdk/region-config-resolver": "3.484.0",
32
- "@aws-sdk/types": "3.468.0",
33
- "@aws-sdk/util-endpoints": "3.478.0",
34
- "@aws-sdk/util-user-agent-browser": "3.468.0",
35
- "@aws-sdk/util-user-agent-node": "3.470.0",
36
- "@smithy/config-resolver": "^2.0.22",
37
- "@smithy/core": "^1.2.1",
38
- "@smithy/fetch-http-handler": "^2.3.1",
39
- "@smithy/hash-node": "^2.0.17",
40
- "@smithy/invalid-dependency": "^2.0.15",
41
- "@smithy/middleware-content-length": "^2.0.17",
42
- "@smithy/middleware-endpoint": "^2.2.3",
43
- "@smithy/middleware-retry": "^2.0.25",
44
- "@smithy/middleware-serde": "^2.0.15",
45
- "@smithy/middleware-stack": "^2.0.9",
46
- "@smithy/node-config-provider": "^2.1.8",
47
- "@smithy/node-http-handler": "^2.2.1",
48
- "@smithy/protocol-http": "^3.0.11",
49
- "@smithy/smithy-client": "^2.2.0",
50
- "@smithy/types": "^2.7.0",
51
- "@smithy/url-parser": "^2.0.15",
23
+ "@aws-sdk/client-sts": "3.485.0",
24
+ "@aws-sdk/core": "3.485.0",
25
+ "@aws-sdk/credential-provider-node": "3.485.0",
26
+ "@aws-sdk/middleware-host-header": "3.485.0",
27
+ "@aws-sdk/middleware-logger": "3.485.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.485.0",
29
+ "@aws-sdk/middleware-signing": "3.485.0",
30
+ "@aws-sdk/middleware-user-agent": "3.485.0",
31
+ "@aws-sdk/region-config-resolver": "3.485.0",
32
+ "@aws-sdk/types": "3.485.0",
33
+ "@aws-sdk/util-endpoints": "3.485.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.485.0",
35
+ "@aws-sdk/util-user-agent-node": "3.485.0",
36
+ "@smithy/config-resolver": "^2.0.23",
37
+ "@smithy/core": "^1.2.2",
38
+ "@smithy/fetch-http-handler": "^2.3.2",
39
+ "@smithy/hash-node": "^2.0.18",
40
+ "@smithy/invalid-dependency": "^2.0.16",
41
+ "@smithy/middleware-content-length": "^2.0.18",
42
+ "@smithy/middleware-endpoint": "^2.3.0",
43
+ "@smithy/middleware-retry": "^2.0.26",
44
+ "@smithy/middleware-serde": "^2.0.16",
45
+ "@smithy/middleware-stack": "^2.0.10",
46
+ "@smithy/node-config-provider": "^2.1.9",
47
+ "@smithy/node-http-handler": "^2.2.2",
48
+ "@smithy/protocol-http": "^3.0.12",
49
+ "@smithy/smithy-client": "^2.2.1",
50
+ "@smithy/types": "^2.8.0",
51
+ "@smithy/url-parser": "^2.0.16",
52
52
  "@smithy/util-base64": "^2.0.1",
53
53
  "@smithy/util-body-length-browser": "^2.0.1",
54
54
  "@smithy/util-body-length-node": "^2.1.0",
55
- "@smithy/util-defaults-mode-browser": "^2.0.23",
56
- "@smithy/util-defaults-mode-node": "^2.0.31",
57
- "@smithy/util-endpoints": "^1.0.7",
58
- "@smithy/util-retry": "^2.0.8",
55
+ "@smithy/util-defaults-mode-browser": "^2.0.24",
56
+ "@smithy/util-defaults-mode-node": "^2.0.32",
57
+ "@smithy/util-endpoints": "^1.0.8",
58
+ "@smithy/util-retry": "^2.0.9",
59
59
  "@smithy/util-utf8": "^2.0.2",
60
60
  "tslib": "^2.5.0",
61
61
  "uuid": "^8.3.2"