@aws-sdk/client-connect 3.1075.0 → 3.1077.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 (74) hide show
  1. package/README.md +14 -0
  2. package/dist-cjs/index.js +13382 -15
  3. package/dist-es/Connect.js +4 -0
  4. package/dist-es/commands/CreateAttachedFileCommand.js +16 -0
  5. package/dist-es/commands/StartContactConversationalAnalyticsJobCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/enums.js +25 -0
  8. package/dist-es/runtimeConfig.browser.js +0 -2
  9. package/dist-es/runtimeConfig.js +1 -2
  10. package/dist-es/runtimeConfig.native.js +0 -2
  11. package/dist-es/runtimeConfig.shared.js +2 -0
  12. package/dist-es/schemas/schemas_0.js +128 -50
  13. package/dist-types/Connect.d.ts +14 -0
  14. package/dist-types/ConnectClient.d.ts +4 -2
  15. package/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateAttachedFileCommand.d.ts +115 -0
  17. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
  18. package/dist-types/commands/GetAttachedFileCommand.d.ts +1 -1
  19. package/dist-types/commands/GetMetricDataCommand.d.ts +2 -1
  20. package/dist-types/commands/SearchEmailAddressesCommand.d.ts +1 -2
  21. package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -1
  22. package/dist-types/commands/StartChatContactCommand.d.ts +2 -1
  23. package/dist-types/commands/StartContactConversationalAnalyticsJobCommand.d.ts +135 -0
  24. package/dist-types/commands/StartEmailContactCommand.d.ts +2 -1
  25. package/dist-types/commands/StartOutboundChatContactCommand.d.ts +2 -1
  26. package/dist-types/commands/StartTaskContactCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateContactCommand.d.ts +2 -1
  28. package/dist-types/commands/index.d.ts +2 -0
  29. package/dist-types/models/enums.d.ts +65 -0
  30. package/dist-types/models/models_0.d.ts +75 -94
  31. package/dist-types/models/models_1.d.ts +95 -33
  32. package/dist-types/models/models_2.d.ts +34 -60
  33. package/dist-types/models/models_3.d.ts +218 -728
  34. package/dist-types/models/models_4.d.ts +728 -3
  35. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  36. package/dist-types/runtimeConfig.d.ts +2 -2
  37. package/dist-types/runtimeConfig.native.d.ts +2 -2
  38. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  39. package/dist-types/schemas/schemas_0.d.ts +12 -0
  40. package/dist-types/ts3.4/Connect.d.ts +40 -0
  41. package/dist-types/ts3.4/ConnectClient.d.ts +12 -0
  42. package/dist-types/ts3.4/commands/CreateAttachedFileCommand.d.ts +53 -0
  43. package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +2 -4
  45. package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +4 -2
  46. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/StartContactConversationalAnalyticsJobCommand.d.ts +53 -0
  48. package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +2 -4
  49. package/dist-types/ts3.4/commands/StartOutboundChatContactCommand.d.ts +2 -4
  50. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +2 -4
  52. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  53. package/dist-types/ts3.4/models/enums.d.ts +30 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +14 -21
  55. package/dist-types/ts3.4/models/models_1.d.ts +22 -9
  56. package/dist-types/ts3.4/models/models_2.d.ts +9 -15
  57. package/dist-types/ts3.4/models/models_3.d.ts +56 -145
  58. package/dist-types/ts3.4/models/models_4.d.ts +155 -3
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  63. package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
  64. package/package.json +8 -10
  65. package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
  66. package/dist-cjs/endpoint/bdd.js +0 -49
  67. package/dist-cjs/endpoint/endpointResolver.js +0 -14
  68. package/dist-cjs/models/ConnectServiceException.js +0 -8
  69. package/dist-cjs/models/errors.js +0 -403
  70. package/dist-cjs/runtimeConfig.browser.js +0 -32
  71. package/dist-cjs/runtimeConfig.js +0 -45
  72. package/dist-cjs/runtimeConfig.native.js +0 -12
  73. package/dist-cjs/runtimeConfig.shared.js +0 -38
  74. package/dist-cjs/schemas/schemas_0.js +0 -12323
@@ -397,6 +397,7 @@ export declare const FileUseCaseType: {
397
397
  readonly EMAIL_MESSAGE_PLAIN_TEXT: "EMAIL_MESSAGE_PLAIN_TEXT";
398
398
  readonly EMAIL_MESSAGE_PLAIN_TEXT_REDACTED: "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED";
399
399
  readonly EMAIL_MESSAGE_REDACTED: "EMAIL_MESSAGE_REDACTED";
400
+ readonly VOICE_RECORDING: "VOICE_RECORDING";
400
401
  };
401
402
  /**
402
403
  * @public
@@ -2612,6 +2613,70 @@ export declare const ResponseMode: {
2612
2613
  * @public
2613
2614
  */
2614
2615
  export type ResponseMode = (typeof ResponseMode)[keyof typeof ResponseMode];
2616
+ /**
2617
+ * @public
2618
+ * @enum
2619
+ */
2620
+ export declare const Behavior: {
2621
+ readonly Disable: "Disable";
2622
+ readonly Enable: "Enable";
2623
+ };
2624
+ /**
2625
+ * @public
2626
+ */
2627
+ export type Behavior = (typeof Behavior)[keyof typeof Behavior];
2628
+ /**
2629
+ * @public
2630
+ * @enum
2631
+ */
2632
+ export declare const MaskMode: {
2633
+ readonly EntityType: "EntityType";
2634
+ readonly PII: "PII";
2635
+ };
2636
+ /**
2637
+ * @public
2638
+ */
2639
+ export type MaskMode = (typeof MaskMode)[keyof typeof MaskMode];
2640
+ /**
2641
+ * @public
2642
+ * @enum
2643
+ */
2644
+ export declare const Policy: {
2645
+ readonly None: "None";
2646
+ readonly RedactedAndOriginal: "RedactedAndOriginal";
2647
+ readonly RedactedOnly: "RedactedOnly";
2648
+ };
2649
+ /**
2650
+ * @public
2651
+ */
2652
+ export type Policy = (typeof Policy)[keyof typeof Policy];
2653
+ /**
2654
+ * @public
2655
+ * @enum
2656
+ */
2657
+ export declare const SummaryMode: {
2658
+ readonly AutomatedInteraction: "AutomatedInteraction";
2659
+ readonly ContactChain: "ContactChain";
2660
+ readonly PostContact: "PostContact";
2661
+ };
2662
+ /**
2663
+ * @public
2664
+ */
2665
+ export type SummaryMode = (typeof SummaryMode)[keyof typeof SummaryMode];
2666
+ /**
2667
+ * @public
2668
+ * @enum
2669
+ */
2670
+ export declare const AnalyticsMode: {
2671
+ readonly AutomatedInteraction: "AutomatedInteraction";
2672
+ readonly ContactLens: "ContactLens";
2673
+ readonly PostContact: "PostContact";
2674
+ readonly RealTime: "RealTime";
2675
+ };
2676
+ /**
2677
+ * @public
2678
+ */
2679
+ export type AnalyticsMode = (typeof AnalyticsMode)[keyof typeof AnalyticsMode];
2615
2680
  /**
2616
2681
  * @public
2617
2682
  * @enum
@@ -1,4 +1,4 @@
1
- import type { AccessType, ActionType, AgentAvailabilityTimer, AgentStatusState, AgentStatusType, AiUseCase, AllowedUserAction, ApplicationType, AttachedFileInvalidRequestExceptionReason, AttachedFileServiceQuotaExceededExceptionReason, BehaviorType, Channel, ConfigurableNotificationPriority, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactState, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DeviceType, DirectoryType, EncryptionType, EndpointType, EntityType, EvaluationFormItemEnablementSourceType, EvaluationFormItemEnablementSourceValueType, EvaluationFormItemSourceValuesComparator, EvaluationFormLanguageCode, EvaluationFormMultiSelectQuestionDisplayMode, EvaluationFormQuestionAutomationAnswerSourceType, EvaluationFormScoringMode, EvaluationFormScoringStatus, EvaluationFormSingleSelectQuestionDisplayMode, EvaluationReviewNotificationRecipientType, EventSourceName, FailureReasonCode, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowModuleType, HoursOfOperationDays, InstanceStorageResourceType, IntegrationType, ListFlowAssociationResourceType, LocaleCode, MultiSelectQuestionRuleCategoryAutomationCondition, NotificationContentType, NotificationDeliveryType, NumericQuestionPropertyAutomationLabel, OutboundStrategyType, OverrideDays, OverrideType, ParticipantRole, ParticipantState, PerformanceCategoryName, PhoneType, PropertyValidationExceptionReason, QuickConnectType, RecurrenceFrequency, ReferenceStatus, ReferenceType, RehydrationType, RulePublishStatus, ScreenShareCapability, SingleSelectQuestionRuleCategoryAutomationCondition, SlaAssignmentType, SlaType, SourceType, StorageType, StringComparisonType, TaskTemplateFieldType, TaskTemplateStatus, TestCaseEntryPointType, TestCaseStatus, UseCaseType, VideoCapability, ViewStatus, ViewType, VocabularyLanguageCode, VoiceEnhancementMode } from "./enums";
1
+ import type { AccessType, ActionType, AgentAvailabilityTimer, AgentStatusState, AgentStatusType, AiUseCase, AllowedUserAction, ApplicationType, AttachedFileInvalidRequestExceptionReason, AttachedFileServiceQuotaExceededExceptionReason, BehaviorType, Channel, ConfigurableNotificationPriority, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactState, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DeviceType, DirectoryType, EncryptionType, EndpointType, EntityType, EvaluationFormItemEnablementSourceType, EvaluationFormItemEnablementSourceValueType, EvaluationFormItemSourceValuesComparator, EvaluationFormLanguageCode, EvaluationFormMultiSelectQuestionDisplayMode, EvaluationFormQuestionAutomationAnswerSourceType, EvaluationFormScoringMode, EvaluationFormScoringStatus, EvaluationFormSingleSelectQuestionDisplayMode, EvaluationReviewNotificationRecipientType, EventSourceName, FailureReasonCode, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowModuleType, HoursOfOperationDays, InstanceStorageResourceType, IntegrationType, ListFlowAssociationResourceType, LocaleCode, MultiSelectQuestionRuleCategoryAutomationCondition, NotificationContentType, NotificationDeliveryType, NumericQuestionPropertyAutomationLabel, OutboundStrategyType, OverrideDays, OverrideType, ParticipantRole, ParticipantState, PerformanceCategoryName, PhoneType, PropertyValidationExceptionReason, QuickConnectType, RecurrenceFrequency, ReferenceStatus, ReferenceType, RehydrationType, RulePublishStatus, ScreenShareCapability, SingleSelectQuestionRuleCategoryAutomationCondition, SlaAssignmentType, SlaType, SourceType, StorageType, StringComparisonType, TaskTemplateFieldType, TaskTemplateStatus, TestCaseEntryPointType, TestCaseStatus, UseCaseType, VideoCapability, ViewStatus, VocabularyLanguageCode, VoiceEnhancementMode } from "./enums";
2
2
  /**
3
3
  * <p>Information about an action.</p>
4
4
  * @public
@@ -2944,6 +2944,80 @@ export interface CreateAgentStatusResponse {
2944
2944
  */
2945
2945
  AgentStatusId?: string | undefined;
2946
2946
  }
2947
+ /**
2948
+ * @public
2949
+ */
2950
+ export interface CreateAttachedFileRequest {
2951
+ /**
2952
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
2953
+ * request. If not provided, the Amazon Web Services
2954
+ * SDK populates this field. For more information about idempotency, see
2955
+ * <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
2956
+ * @public
2957
+ */
2958
+ ClientToken?: string | undefined;
2959
+ /**
2960
+ * <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
2961
+ * @public
2962
+ */
2963
+ InstanceId: string | undefined;
2964
+ /**
2965
+ * <p>The use case for the file.</p>
2966
+ * <important>
2967
+ * <p>Only <code>VOICE_RECORDING</code> is supported.</p>
2968
+ * </important>
2969
+ * @public
2970
+ */
2971
+ FileUseCaseType: FileUseCaseType | undefined;
2972
+ /**
2973
+ * <p>The S3 URI of the file to be attached. Only S3 source URIs are supported.</p>
2974
+ * @public
2975
+ */
2976
+ FileSourceUri: string | undefined;
2977
+ /**
2978
+ * <p>The ARN of the completed voice contact to attach the file to. Only voice contacts with Telephony subtype are
2979
+ * supported.</p>
2980
+ * <note>
2981
+ * <p>This value must be a valid ARN.</p>
2982
+ * </note>
2983
+ * @public
2984
+ */
2985
+ AssociatedResourceArn: string | undefined;
2986
+ /**
2987
+ * <p>The tags used to organize, track, or control access for this resource. For example, <code>\{ "Tags":
2988
+ * \{"key1":"value1", "key2":"value2"\} \}</code>.</p>
2989
+ * @public
2990
+ */
2991
+ Tags?: Record<string, string> | undefined;
2992
+ }
2993
+ /**
2994
+ * Response from CreateAttachedFile API.
2995
+ * @public
2996
+ */
2997
+ export interface CreateAttachedFileResponse {
2998
+ /**
2999
+ * <p>The unique identifier of the attached file resource (ARN).</p>
3000
+ * @public
3001
+ */
3002
+ FileArn?: string | undefined;
3003
+ /**
3004
+ * <p>The unique identifier of the attached file resource.</p>
3005
+ * @public
3006
+ */
3007
+ FileId?: string | undefined;
3008
+ /**
3009
+ * <p>The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format:
3010
+ * <code>yyyy-MM-ddThh:mm:ss.SSSZ</code>. For example, <code>2024-05-03T02:41:28.172Z</code>.</p>
3011
+ * @public
3012
+ */
3013
+ CreationTime?: string | undefined;
3014
+ /**
3015
+ * <p>The current status of the attached file. Valid values: <code>PROCESSING</code> | <code>APPROVED</code> |
3016
+ * <code>REJECTED</code> | <code>FAILED</code>.</p>
3017
+ * @public
3018
+ */
3019
+ FileStatus?: FileStatusType | undefined;
3020
+ }
2947
3021
  /**
2948
3022
  * <p>Well-formed data on a contact, used by agents to complete a contact request. You can have up to 4,096 UTF-8
2949
3023
  * bytes across all references for a contact.</p>
@@ -6932,96 +7006,3 @@ export interface CreateViewRequest {
6932
7006
  */
6933
7007
  Tags?: Record<string, string> | undefined;
6934
7008
  }
6935
- /**
6936
- * <p>View content containing all content necessary to render a view except for runtime input data.</p>
6937
- * @public
6938
- */
6939
- export interface ViewContent {
6940
- /**
6941
- * <p>The data schema matching data that the view template must be provided to render.</p>
6942
- * @public
6943
- */
6944
- InputSchema?: string | undefined;
6945
- /**
6946
- * <p>The view template representing the structure of the view.</p>
6947
- * @public
6948
- */
6949
- Template?: string | undefined;
6950
- /**
6951
- * <p>A list of possible actions from the view.</p>
6952
- * @public
6953
- */
6954
- Actions?: string[] | undefined;
6955
- }
6956
- /**
6957
- * <p>A view resource object. Contains metadata and content necessary to render the view.</p>
6958
- * @public
6959
- */
6960
- export interface View {
6961
- /**
6962
- * <p>The identifier of the view.</p>
6963
- * @public
6964
- */
6965
- Id?: string | undefined;
6966
- /**
6967
- * <p>The Amazon Resource Name (ARN) of the view.</p>
6968
- * @public
6969
- */
6970
- Arn?: string | undefined;
6971
- /**
6972
- * <p>The name of the view.</p>
6973
- * @public
6974
- */
6975
- Name?: string | undefined;
6976
- /**
6977
- * <p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The <code>PUBLISHED</code>
6978
- * status will initiate validation on the content.</p>
6979
- * @public
6980
- */
6981
- Status?: ViewStatus | undefined;
6982
- /**
6983
- * <p>The type of the view - <code>CUSTOMER_MANAGED</code>.</p>
6984
- * @public
6985
- */
6986
- Type?: ViewType | undefined;
6987
- /**
6988
- * <p>The description of the view.</p>
6989
- * @public
6990
- */
6991
- Description?: string | undefined;
6992
- /**
6993
- * <p>Current version of the view.</p>
6994
- * @public
6995
- */
6996
- Version?: number | undefined;
6997
- /**
6998
- * <p>The description of the version.</p>
6999
- * @public
7000
- */
7001
- VersionDescription?: string | undefined;
7002
- /**
7003
- * <p>View content containing all content necessary to render a view except for runtime input data.</p>
7004
- * @public
7005
- */
7006
- Content?: ViewContent | undefined;
7007
- /**
7008
- * <p>The tags associated with the view resource (not specific to view version).</p>
7009
- * @public
7010
- */
7011
- Tags?: Record<string, string> | undefined;
7012
- /**
7013
- * <p>The timestamp of when the view was created.</p>
7014
- * @public
7015
- */
7016
- CreatedTime?: Date | undefined;
7017
- /**
7018
- * <p>Latest timestamp of the <code>UpdateViewContent</code> or <code>CreateViewVersion</code> operations.</p>
7019
- * @public
7020
- */
7021
- LastModifiedTime?: Date | undefined;
7022
- /**
7023
- * <p>Indicates the checksum value of the latest published view content.</p>
7024
- * @public
7025
- */
7026
- ViewContentSha256?: string | undefined;
7027
- }
@@ -1,5 +1,98 @@
1
- import type { AgentAvailabilityTimer, AttachmentScope, AutoEvaluationStatus, Channel, Comparison, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactMetricName, ContactParticipantRole, ContactState, CurrentMetricName, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DirectoryType, EndpointType, EntityType, EvaluationFormValidationFindingSeverity, EvaluationFormValidationStatus, EvaluationQuestionAnswerAnalysisType, EvaluationStatus, EvaluationSuggestedAnswerStatus, EvaluationTranscriptType, EvaluationType, FileStatusType, FileUseCaseType, FilterV2StringConditionComparisonOperator, FlowAssociationResourceType, Grouping, HistoricalMetricName, InstanceAttributeType, InstanceReplicationStatus, InstanceStatus, InstanceStorageResourceType, LocaleCode, MediaStreamType, MediaType, NextContactType, NotificationPriority, OperationalStatus, OverrideType, ParticipantType, PerformanceCategoryName, PhoneNumberCountryCode, PhoneNumberType, PhoneNumberWorkflowStatus, QuestionRuleCategoryAutomationCondition, QueueStatus, QuickConnectType, RecordingStatus, RulePublishStatus, SortOrder, Statistic, Status, StorageType, TestCaseStatus, TrafficDistributionGroupStatus, Unit, Visibility, VocabularyLanguageCode, VocabularyState, WorkspaceFontFamily } from "./enums";
2
- import type { AfterContactWorkConfigPerChannel, AgentContactReference, AgentQualityMetrics, AgentsCriteria, AgentStatus, AgentStatusIdentifier, AgentStatusReference, AiAgentInfo, AliasConfiguration, AllowedExtension, AudioQualityMetricsInfo, AutoAcceptConfig, CreatedByInfo, DataTableLockVersion, DeviceInfo, ExternalInvocationConfiguration, FailedBatchAssociationSummary, GranularAccessControlConfiguration, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InstanceStorageConfig, LexBot, LexV2Bot, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, OverrideTimeSlice, ParticipantCapabilities, PersistentConnectionConfig, PhoneNumberConfig, PredefinedAttributeValues, PrimaryValue, QueueReference, QuickConnectConfig, RecurrenceConfig, RoutingProfileQueueReference, RuleAction, RuleTriggerEventSource, SecurityProfileItem, SuccessfulBatchAssociationSummary, TestCaseEntryPoint, UserIdentityInfo, UserPhoneConfig, Validation, View, VoiceEnhancementConfig } from "./models_0";
1
+ import type { AgentAvailabilityTimer, AttachmentScope, AutoEvaluationStatus, Channel, Comparison, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactMetricName, ContactParticipantRole, ContactState, CurrentMetricName, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DirectoryType, EndpointType, EntityType, EvaluationFormValidationFindingSeverity, EvaluationFormValidationStatus, EvaluationQuestionAnswerAnalysisType, EvaluationStatus, EvaluationSuggestedAnswerStatus, EvaluationTranscriptType, EvaluationType, FileStatusType, FileUseCaseType, FlowAssociationResourceType, Grouping, HistoricalMetricName, InstanceAttributeType, InstanceReplicationStatus, InstanceStatus, InstanceStorageResourceType, LocaleCode, MediaStreamType, MediaType, NextContactType, NotificationPriority, OperationalStatus, OverrideType, ParticipantType, PerformanceCategoryName, PhoneNumberCountryCode, PhoneNumberType, PhoneNumberWorkflowStatus, QuestionRuleCategoryAutomationCondition, QueueStatus, QuickConnectType, RecordingStatus, RulePublishStatus, SortOrder, Statistic, Status, StorageType, TestCaseStatus, TrafficDistributionGroupStatus, Unit, ViewStatus, ViewType, Visibility, VocabularyLanguageCode, VocabularyState, WorkspaceFontFamily } from "./enums";
2
+ import type { AfterContactWorkConfigPerChannel, AgentContactReference, AgentQualityMetrics, AgentsCriteria, AgentStatus, AgentStatusIdentifier, AgentStatusReference, AiAgentInfo, AliasConfiguration, AllowedExtension, AudioQualityMetricsInfo, AutoAcceptConfig, CreatedByInfo, DataTableLockVersion, DeviceInfo, ExternalInvocationConfiguration, FailedBatchAssociationSummary, GranularAccessControlConfiguration, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InstanceStorageConfig, LexBot, LexV2Bot, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, OverrideTimeSlice, ParticipantCapabilities, PersistentConnectionConfig, PhoneNumberConfig, PredefinedAttributeValues, PrimaryValue, QueueReference, QuickConnectConfig, RecurrenceConfig, RoutingProfileQueueReference, RuleAction, RuleTriggerEventSource, SecurityProfileItem, SuccessfulBatchAssociationSummary, TestCaseEntryPoint, UserIdentityInfo, UserPhoneConfig, Validation, VoiceEnhancementConfig } from "./models_0";
3
+ /**
4
+ * <p>View content containing all content necessary to render a view except for runtime input data.</p>
5
+ * @public
6
+ */
7
+ export interface ViewContent {
8
+ /**
9
+ * <p>The data schema matching data that the view template must be provided to render.</p>
10
+ * @public
11
+ */
12
+ InputSchema?: string | undefined;
13
+ /**
14
+ * <p>The view template representing the structure of the view.</p>
15
+ * @public
16
+ */
17
+ Template?: string | undefined;
18
+ /**
19
+ * <p>A list of possible actions from the view.</p>
20
+ * @public
21
+ */
22
+ Actions?: string[] | undefined;
23
+ }
24
+ /**
25
+ * <p>A view resource object. Contains metadata and content necessary to render the view.</p>
26
+ * @public
27
+ */
28
+ export interface View {
29
+ /**
30
+ * <p>The identifier of the view.</p>
31
+ * @public
32
+ */
33
+ Id?: string | undefined;
34
+ /**
35
+ * <p>The Amazon Resource Name (ARN) of the view.</p>
36
+ * @public
37
+ */
38
+ Arn?: string | undefined;
39
+ /**
40
+ * <p>The name of the view.</p>
41
+ * @public
42
+ */
43
+ Name?: string | undefined;
44
+ /**
45
+ * <p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The <code>PUBLISHED</code>
46
+ * status will initiate validation on the content.</p>
47
+ * @public
48
+ */
49
+ Status?: ViewStatus | undefined;
50
+ /**
51
+ * <p>The type of the view - <code>CUSTOMER_MANAGED</code>.</p>
52
+ * @public
53
+ */
54
+ Type?: ViewType | undefined;
55
+ /**
56
+ * <p>The description of the view.</p>
57
+ * @public
58
+ */
59
+ Description?: string | undefined;
60
+ /**
61
+ * <p>Current version of the view.</p>
62
+ * @public
63
+ */
64
+ Version?: number | undefined;
65
+ /**
66
+ * <p>The description of the version.</p>
67
+ * @public
68
+ */
69
+ VersionDescription?: string | undefined;
70
+ /**
71
+ * <p>View content containing all content necessary to render a view except for runtime input data.</p>
72
+ * @public
73
+ */
74
+ Content?: ViewContent | undefined;
75
+ /**
76
+ * <p>The tags associated with the view resource (not specific to view version).</p>
77
+ * @public
78
+ */
79
+ Tags?: Record<string, string> | undefined;
80
+ /**
81
+ * <p>The timestamp of when the view was created.</p>
82
+ * @public
83
+ */
84
+ CreatedTime?: Date | undefined;
85
+ /**
86
+ * <p>Latest timestamp of the <code>UpdateViewContent</code> or <code>CreateViewVersion</code> operations.</p>
87
+ * @public
88
+ */
89
+ LastModifiedTime?: Date | undefined;
90
+ /**
91
+ * <p>Indicates the checksum value of the latest published view content.</p>
92
+ * @public
93
+ */
94
+ ViewContentSha256?: string | undefined;
95
+ }
3
96
  /**
4
97
  * @public
5
98
  */
@@ -7549,34 +7642,3 @@ export interface HistoricalMetricResult {
7549
7642
  */
7550
7643
  Collections?: HistoricalMetricData[] | undefined;
7551
7644
  }
7552
- /**
7553
- * @public
7554
- */
7555
- export interface GetMetricDataResponse {
7556
- /**
7557
- * <p>If there are additional results, this is the token for the next set of results.</p>
7558
- * <p>The token expires after 5 minutes from the time it is created. Subsequent requests that use
7559
- * the token must use the same request parameters as the request that generated the token.</p>
7560
- * @public
7561
- */
7562
- NextToken?: string | undefined;
7563
- /**
7564
- * <p>Information about the historical metrics.</p>
7565
- * <p>If no grouping is specified, a summary of metric data is returned.</p>
7566
- * @public
7567
- */
7568
- MetricResults?: HistoricalMetricResult[] | undefined;
7569
- }
7570
- /**
7571
- * <p> System defined filtering condition. For example, the NOT_EXISTS StringCondition returns documents where the
7572
- * field specified by FilterKey does not exist in the document.</p>
7573
- * <p>When the NOT_EXISTS StringCondition is added to a FilterV2 object, FilterValues must be null or empty. </p>
7574
- * @public
7575
- */
7576
- export interface FilterV2StringCondition {
7577
- /**
7578
- * <p> The string condition. </p>
7579
- * @public
7580
- */
7581
- Comparison?: FilterV2StringConditionComparisonOperator | undefined;
7582
- }
@@ -1,6 +1,37 @@
1
- import type { AgentStatusType, AiUseCase, ArtifactStatus, AttachmentScope, AutoEvaluationStatus, BooleanComparisonType, Channel, ContactEvaluationAttributeComparisonType, ContactEvaluationAttributeKey, ContactFlowModuleState, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactParticipantRole, ContactRecordingType, DataTableAttributeValueType, DateTimeComparisonType, DecimalComparisonType, DirectoryType, EntityType, EvaluationFormVersionStatus, EvaluationStatus, EvaluationType, EventSourceName, ExecutionRecordStatus, InstanceStatus, InstanceStorageResourceType, IntegrationType, IntervalPeriod, LexVersion, ListFlowAssociationResourceType, LocaleCode, MediaType, MonitorCapability, NotificationPriority, NotificationSource, NotificationStatus, NumberComparisonType, ParticipantRole, PerformanceCategoryName, PhoneNumberCountryCode, PhoneNumberType, QueueType, QuickConnectType, RealTimeContactAnalysisOutputType, RealTimeContactAnalysisPostContactSummaryFailureCode, RealTimeContactAnalysisPostContactSummaryStatus, RealTimeContactAnalysisSegmentType, RealTimeContactAnalysisSentimentLabel, RealTimeContactAnalysisStatus, RealTimeContactAnalysisSupportedChannel, ReferenceStatus, ReferenceType, RulePublishStatus, SearchContactsMatchType, SearchContactsTimeRangeConditionType, SearchContactsTimeRangeType, SortableFieldName, SortOrder, SourceType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TrafficDistributionGroupStatus, UseCaseType, ViewStatus, ViewType, VocabularyLanguageCode } from "./enums";
2
- import type { ActionSummary, AgentConfig, AgentHierarchyGroups, AgentStatus, AgentStatusSummary, AiAgentsCriteria, AliasConfiguration, AnalyticsDataAssociationResult, Application, ControlPlaneAttributeFilter, DataTableLockVersion, Distribution, FlowAssociationSummary, FlowModule, InstanceStorageConfig, LexBot, LexV2Bot, PrimaryValueResponse, SecurityProfileItem, TagCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, UserProficiency } from "./models_0";
3
- import type { Attribute, ContactFlow, ContactFlowModule, DataTable, DataTableAttribute, EvaluationContactParticipant, EvaluationScore, ExtensionConfiguration, FilterV2StringCondition, HierarchyGroupSummary, HoursOfOperationOverride, HoursOfOperationsIdentifier, Notification } from "./models_1";
1
+ import type { AgentStatusType, AiUseCase, ArtifactStatus, AttachmentScope, AutoEvaluationStatus, BooleanComparisonType, Channel, ContactEvaluationAttributeComparisonType, ContactEvaluationAttributeKey, ContactFlowModuleState, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactParticipantRole, ContactRecordingType, DataTableAttributeValueType, DateTimeComparisonType, DecimalComparisonType, DirectoryType, EntityType, EvaluationFormVersionStatus, EvaluationStatus, EvaluationType, EventSourceName, ExecutionRecordStatus, FilterV2StringConditionComparisonOperator, InstanceStatus, InstanceStorageResourceType, IntegrationType, IntervalPeriod, LexVersion, ListFlowAssociationResourceType, LocaleCode, MediaType, MonitorCapability, NotificationPriority, NotificationSource, NotificationStatus, NumberComparisonType, ParticipantRole, PerformanceCategoryName, PhoneNumberCountryCode, PhoneNumberType, QueueType, QuickConnectType, RealTimeContactAnalysisOutputType, RealTimeContactAnalysisPostContactSummaryFailureCode, RealTimeContactAnalysisPostContactSummaryStatus, RealTimeContactAnalysisSegmentType, RealTimeContactAnalysisSentimentLabel, RealTimeContactAnalysisStatus, RealTimeContactAnalysisSupportedChannel, ReferenceStatus, ReferenceType, RulePublishStatus, SearchContactsMatchType, SearchContactsTimeRangeConditionType, SearchContactsTimeRangeType, SortableFieldName, SortOrder, SourceType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TrafficDistributionGroupStatus, UseCaseType, ViewStatus, ViewType, VocabularyLanguageCode } from "./enums";
2
+ import type { ActionSummary, AgentConfig, AgentHierarchyGroups, AgentStatus, AgentStatusSummary, AiAgentsCriteria, AnalyticsDataAssociationResult, Application, ControlPlaneAttributeFilter, DataTableLockVersion, Distribution, FlowAssociationSummary, FlowModule, InstanceStorageConfig, LexBot, LexV2Bot, PrimaryValueResponse, SecurityProfileItem, TagCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, UserProficiency } from "./models_0";
3
+ import type { Attribute, ContactFlow, ContactFlowModule, DataTable, DataTableAttribute, EvaluationContactParticipant, EvaluationScore, ExtensionConfiguration, HierarchyGroupSummary, HistoricalMetricResult, HoursOfOperationOverride, HoursOfOperationsIdentifier, Notification } from "./models_1";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface GetMetricDataResponse {
8
+ /**
9
+ * <p>If there are additional results, this is the token for the next set of results.</p>
10
+ * <p>The token expires after 5 minutes from the time it is created. Subsequent requests that use
11
+ * the token must use the same request parameters as the request that generated the token.</p>
12
+ * @public
13
+ */
14
+ NextToken?: string | undefined;
15
+ /**
16
+ * <p>Information about the historical metrics.</p>
17
+ * <p>If no grouping is specified, a summary of metric data is returned.</p>
18
+ * @public
19
+ */
20
+ MetricResults?: HistoricalMetricResult[] | undefined;
21
+ }
22
+ /**
23
+ * <p> System defined filtering condition. For example, the NOT_EXISTS StringCondition returns documents where the
24
+ * field specified by FilterKey does not exist in the document.</p>
25
+ * <p>When the NOT_EXISTS StringCondition is added to a FilterV2 object, FilterValues must be null or empty. </p>
26
+ * @public
27
+ */
28
+ export interface FilterV2StringCondition {
29
+ /**
30
+ * <p> The string condition. </p>
31
+ * @public
32
+ */
33
+ Comparison?: FilterV2StringConditionComparisonOperator | undefined;
34
+ }
4
35
  /**
5
36
  * <p>Contains the filter to apply when retrieving metrics with the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricDataV2.html">GetMetricDataV2</a> API.</p>
6
37
  * @public
@@ -9183,60 +9214,3 @@ export interface EmailAddressSearchFilter {
9183
9214
  */
9184
9215
  TagFilter?: ControlPlaneTagFilter | undefined;
9185
9216
  }
9186
- /**
9187
- * <p>Contains information about an email address for a contact center.</p>
9188
- * @public
9189
- */
9190
- export interface EmailAddressMetadata {
9191
- /**
9192
- * <p>The identifier of the email address.</p>
9193
- * @public
9194
- */
9195
- EmailAddressId?: string | undefined;
9196
- /**
9197
- * <p>The Amazon Resource Name (ARN) of the email address.</p>
9198
- * @public
9199
- */
9200
- EmailAddressArn?: string | undefined;
9201
- /**
9202
- * <p>The email address, including the domain.</p>
9203
- * @public
9204
- */
9205
- EmailAddress?: string | undefined;
9206
- /**
9207
- * <p>The description of the email address.</p>
9208
- * @public
9209
- */
9210
- Description?: string | undefined;
9211
- /**
9212
- * <p>The display name of email address.</p>
9213
- * @public
9214
- */
9215
- DisplayName?: string | undefined;
9216
- /**
9217
- * <p>A list of alias configurations for this email address, showing which email addresses forward to this primary
9218
- * address. Each configuration contains the email address ID of an alias that forwards emails to this address.</p>
9219
- * @public
9220
- */
9221
- AliasConfigurations?: AliasConfiguration[] | undefined;
9222
- }
9223
- /**
9224
- * @public
9225
- */
9226
- export interface SearchEmailAddressesResponse {
9227
- /**
9228
- * <p>If there are additional results, this is the token for the next set of results.</p>
9229
- * @public
9230
- */
9231
- NextToken?: string | undefined;
9232
- /**
9233
- * <p>List of email addresses matching SearchFilter and SearchCriteria </p>
9234
- * @public
9235
- */
9236
- EmailAddresses?: EmailAddressMetadata[] | undefined;
9237
- /**
9238
- * <p>The total number of email addresses which matched your search query.</p>
9239
- * @public
9240
- */
9241
- ApproximateTotalCount?: number | undefined;
9242
- }