@aws-sdk/client-connect 3.989.0 → 3.990.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 (64) hide show
  1. package/README.md +56 -0
  2. package/dist-cjs/index.js +149 -0
  3. package/dist-cjs/schemas/schemas_0.js +222 -36
  4. package/dist-es/Connect.js +16 -0
  5. package/dist-es/commands/CreateNotificationCommand.js +16 -0
  6. package/dist-es/commands/DeleteNotificationCommand.js +16 -0
  7. package/dist-es/commands/DescribeNotificationCommand.js +16 -0
  8. package/dist-es/commands/ListNotificationsCommand.js +16 -0
  9. package/dist-es/commands/ListUserNotificationsCommand.js +16 -0
  10. package/dist-es/commands/SearchNotificationsCommand.js +16 -0
  11. package/dist-es/commands/UpdateNotificationContentCommand.js +16 -0
  12. package/dist-es/commands/UpdateUserNotificationStatusCommand.js +16 -0
  13. package/dist-es/commands/index.js +8 -0
  14. package/dist-es/models/enums.js +32 -0
  15. package/dist-es/schemas/schemas_0.js +194 -9
  16. package/dist-types/Connect.d.ts +56 -0
  17. package/dist-types/ConnectClient.d.ts +10 -2
  18. package/dist-types/commands/CreateNotificationCommand.d.ts +109 -0
  19. package/dist-types/commands/DeleteNotificationCommand.d.ts +91 -0
  20. package/dist-types/commands/DescribeNotificationCommand.d.ts +110 -0
  21. package/dist-types/commands/GetTrafficDistributionCommand.d.ts +2 -1
  22. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +1 -1
  23. package/dist-types/commands/ImportWorkspaceMediaCommand.d.ts +1 -1
  24. package/dist-types/commands/ListNotificationsCommand.d.ts +114 -0
  25. package/dist-types/commands/ListUserNotificationsCommand.d.ts +110 -0
  26. package/dist-types/commands/SearchNotificationsCommand.d.ts +165 -0
  27. package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +1 -2
  28. package/dist-types/commands/SearchUsersCommand.d.ts +1 -2
  29. package/dist-types/commands/SearchViewsCommand.d.ts +1 -2
  30. package/dist-types/commands/SearchVocabulariesCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateNotificationContentCommand.d.ts +94 -0
  32. package/dist-types/commands/UpdateUserNotificationStatusCommand.d.ts +95 -0
  33. package/dist-types/commands/index.d.ts +8 -0
  34. package/dist-types/models/enums.d.ts +72 -0
  35. package/dist-types/models/models_0.d.ts +64 -48
  36. package/dist-types/models/models_1.d.ts +151 -140
  37. package/dist-types/models/models_2.d.ts +402 -469
  38. package/dist-types/models/models_3.d.ts +545 -4
  39. package/dist-types/schemas/schemas_0.d.ts +29 -0
  40. package/dist-types/ts3.4/Connect.d.ts +136 -0
  41. package/dist-types/ts3.4/ConnectClient.d.ts +48 -0
  42. package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/DescribeNotificationCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/GetTrafficDistributionCommand.d.ts +2 -4
  46. package/dist-types/ts3.4/commands/ImportPhoneNumberCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ImportWorkspaceMediaCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/ListUserNotificationsCommand.d.ts +51 -0
  50. package/dist-types/ts3.4/commands/SearchNotificationsCommand.d.ts +49 -0
  51. package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +4 -2
  52. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +1 -2
  53. package/dist-types/ts3.4/commands/SearchViewsCommand.d.ts +1 -2
  54. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/UpdateNotificationContentCommand.d.ts +51 -0
  56. package/dist-types/ts3.4/commands/UpdateUserNotificationStatusCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  58. package/dist-types/ts3.4/models/enums.d.ts +41 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +16 -11
  60. package/dist-types/ts3.4/models/models_1.d.ts +40 -34
  61. package/dist-types/ts3.4/models/models_2.d.ts +90 -98
  62. package/dist-types/ts3.4/models/models_3.d.ts +126 -7
  63. package/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
  64. package/package.json +6 -6
@@ -44,6 +44,7 @@ export * from "./CreateHoursOfOperationCommand";
44
44
  export * from "./CreateHoursOfOperationOverrideCommand";
45
45
  export * from "./CreateInstanceCommand";
46
46
  export * from "./CreateIntegrationAssociationCommand";
47
+ export * from "./CreateNotificationCommand";
47
48
  export * from "./CreateParticipantCommand";
48
49
  export * from "./CreatePersistentContactAssociationCommand";
49
50
  export * from "./CreatePredefinedAttributeCommand";
@@ -81,6 +82,7 @@ export * from "./DeleteHoursOfOperationCommand";
81
82
  export * from "./DeleteHoursOfOperationOverrideCommand";
82
83
  export * from "./DeleteInstanceCommand";
83
84
  export * from "./DeleteIntegrationAssociationCommand";
85
+ export * from "./DeleteNotificationCommand";
84
86
  export * from "./DeletePredefinedAttributeCommand";
85
87
  export * from "./DeletePromptCommand";
86
88
  export * from "./DeletePushNotificationRegistrationCommand";
@@ -117,6 +119,7 @@ export * from "./DescribeHoursOfOperationOverrideCommand";
117
119
  export * from "./DescribeInstanceAttributeCommand";
118
120
  export * from "./DescribeInstanceCommand";
119
121
  export * from "./DescribeInstanceStorageConfigCommand";
122
+ export * from "./DescribeNotificationCommand";
120
123
  export * from "./DescribePhoneNumberCommand";
121
124
  export * from "./DescribePredefinedAttributeCommand";
122
125
  export * from "./DescribePromptCommand";
@@ -200,6 +203,7 @@ export * from "./ListInstancesCommand";
200
203
  export * from "./ListIntegrationAssociationsCommand";
201
204
  export * from "./ListLambdaFunctionsCommand";
202
205
  export * from "./ListLexBotsCommand";
206
+ export * from "./ListNotificationsCommand";
203
207
  export * from "./ListPhoneNumbersCommand";
204
208
  export * from "./ListPhoneNumbersV2Command";
205
209
  export * from "./ListPredefinedAttributesCommand";
@@ -226,6 +230,7 @@ export * from "./ListTrafficDistributionGroupUsersCommand";
226
230
  export * from "./ListTrafficDistributionGroupsCommand";
227
231
  export * from "./ListUseCasesCommand";
228
232
  export * from "./ListUserHierarchyGroupsCommand";
233
+ export * from "./ListUserNotificationsCommand";
229
234
  export * from "./ListUserProficienciesCommand";
230
235
  export * from "./ListUsersCommand";
231
236
  export * from "./ListViewVersionsCommand";
@@ -251,6 +256,7 @@ export * from "./SearchEmailAddressesCommand";
251
256
  export * from "./SearchEvaluationFormsCommand";
252
257
  export * from "./SearchHoursOfOperationOverridesCommand";
253
258
  export * from "./SearchHoursOfOperationsCommand";
259
+ export * from "./SearchNotificationsCommand";
254
260
  export * from "./SearchPredefinedAttributesCommand";
255
261
  export * from "./SearchPromptsCommand";
256
262
  export * from "./SearchQueuesCommand";
@@ -315,6 +321,7 @@ export * from "./UpdateHoursOfOperationCommand";
315
321
  export * from "./UpdateHoursOfOperationOverrideCommand";
316
322
  export * from "./UpdateInstanceAttributeCommand";
317
323
  export * from "./UpdateInstanceStorageConfigCommand";
324
+ export * from "./UpdateNotificationContentCommand";
318
325
  export * from "./UpdateParticipantAuthenticationCommand";
319
326
  export * from "./UpdateParticipantRoleConfigCommand";
320
327
  export * from "./UpdatePhoneNumberCommand";
@@ -344,6 +351,7 @@ export * from "./UpdateUserHierarchyCommand";
344
351
  export * from "./UpdateUserHierarchyGroupNameCommand";
345
352
  export * from "./UpdateUserHierarchyStructureCommand";
346
353
  export * from "./UpdateUserIdentityInfoCommand";
354
+ export * from "./UpdateUserNotificationStatusCommand";
347
355
  export * from "./UpdateUserPhoneConfigCommand";
348
356
  export * from "./UpdateUserProficienciesCommand";
349
357
  export * from "./UpdateUserRoutingProfileCommand";
@@ -899,6 +899,39 @@ export declare const SourceType: {
899
899
  * @public
900
900
  */
901
901
  export type SourceType = (typeof SourceType)[keyof typeof SourceType];
902
+ /**
903
+ * @public
904
+ * @enum
905
+ */
906
+ export declare const LocaleCode: {
907
+ readonly DeDE: "de_DE";
908
+ readonly EnUS: "en_US";
909
+ readonly EsES: "es_ES";
910
+ readonly FrFR: "fr_FR";
911
+ readonly IdID: "id_ID";
912
+ readonly ItIT: "it_IT";
913
+ readonly JaJP: "ja_JP";
914
+ readonly KoKR: "ko_KR";
915
+ readonly PtBR: "pt_BR";
916
+ readonly ZhCN: "zh_CN";
917
+ readonly ZhTW: "zh_TW";
918
+ };
919
+ /**
920
+ * @public
921
+ */
922
+ export type LocaleCode = (typeof LocaleCode)[keyof typeof LocaleCode];
923
+ /**
924
+ * @public
925
+ * @enum
926
+ */
927
+ export declare const ConfigurableNotificationPriority: {
928
+ readonly High: "HIGH";
929
+ readonly Low: "LOW";
930
+ };
931
+ /**
932
+ * @public
933
+ */
934
+ export type ConfigurableNotificationPriority = (typeof ConfigurableNotificationPriority)[keyof typeof ConfigurableNotificationPriority];
902
935
  /**
903
936
  * @public
904
937
  * @enum
@@ -1555,6 +1588,19 @@ export declare const InstanceAttributeType: {
1555
1588
  * @public
1556
1589
  */
1557
1590
  export type InstanceAttributeType = (typeof InstanceAttributeType)[keyof typeof InstanceAttributeType];
1591
+ /**
1592
+ * @public
1593
+ * @enum
1594
+ */
1595
+ export declare const NotificationPriority: {
1596
+ readonly High: "HIGH";
1597
+ readonly Low: "LOW";
1598
+ readonly Urgent: "URGENT";
1599
+ };
1600
+ /**
1601
+ * @public
1602
+ */
1603
+ export type NotificationPriority = (typeof NotificationPriority)[keyof typeof NotificationPriority];
1558
1604
  /**
1559
1605
  * @public
1560
1606
  * @enum
@@ -2208,6 +2254,32 @@ export declare const ExecutionRecordStatus: {
2208
2254
  * @public
2209
2255
  */
2210
2256
  export type ExecutionRecordStatus = (typeof ExecutionRecordStatus)[keyof typeof ExecutionRecordStatus];
2257
+ /**
2258
+ * @public
2259
+ * @enum
2260
+ */
2261
+ export declare const NotificationStatus: {
2262
+ readonly Hidden: "HIDDEN";
2263
+ readonly Read: "READ";
2264
+ readonly Unread: "UNREAD";
2265
+ };
2266
+ /**
2267
+ * @public
2268
+ */
2269
+ export type NotificationStatus = (typeof NotificationStatus)[keyof typeof NotificationStatus];
2270
+ /**
2271
+ * @public
2272
+ * @enum
2273
+ */
2274
+ export declare const NotificationSource: {
2275
+ readonly Customer: "CUSTOMER";
2276
+ readonly Rules: "RULES";
2277
+ readonly System: "SYSTEM";
2278
+ };
2279
+ /**
2280
+ * @public
2281
+ */
2282
+ export type NotificationSource = (typeof NotificationSource)[keyof typeof NotificationSource];
2211
2283
  /**
2212
2284
  * @public
2213
2285
  * @enum
@@ -1,4 +1,4 @@
1
- import { AccessType, ActionType, AgentAvailabilityTimer, AgentStatusState, AgentStatusType, AiUseCase, AllowedUserAction, ApplicationType, AttachedFileInvalidRequestExceptionReason, AttachedFileServiceQuotaExceededExceptionReason, BehaviorType, Channel, 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, MultiSelectQuestionRuleCategoryAutomationCondition, NotificationContentType, NotificationDeliveryType, NumericQuestionPropertyAutomationLabel, OutboundStrategyType, OverrideDays, OverrideType, ParticipantRole, ParticipantState, PhoneType, PropertyValidationExceptionReason, QuickConnectType, RecurrenceFrequency, ReferenceStatus, ReferenceType, RehydrationType, RulePublishStatus, ScreenShareCapability, SingleSelectQuestionRuleCategoryAutomationCondition, SlaAssignmentType, SlaType, SourceType, StorageType, StringComparisonType, TaskTemplateFieldType, TaskTemplateStatus, TestCaseEntryPointType, TestCaseStatus, UseCaseType, VideoCapability, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState, VoiceEnhancementMode } from "./enums";
1
+ import { 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, PhoneType, PropertyValidationExceptionReason, QuickConnectType, RecurrenceFrequency, ReferenceStatus, ReferenceType, RehydrationType, RulePublishStatus, ScreenShareCapability, SingleSelectQuestionRuleCategoryAutomationCondition, SlaAssignmentType, SlaType, SourceType, StorageType, StringComparisonType, TaskTemplateFieldType, TaskTemplateStatus, TestCaseEntryPointType, TestCaseStatus, UseCaseType, VideoCapability, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState, VoiceEnhancementMode } from "./enums";
2
2
  /**
3
3
  * <p>Information about an action.</p>
4
4
  * @public
@@ -4502,6 +4502,69 @@ export interface CreateIntegrationAssociationResponse {
4502
4502
  */
4503
4503
  IntegrationAssociationArn?: string | undefined;
4504
4504
  }
4505
+ /**
4506
+ * @public
4507
+ */
4508
+ export interface CreateNotificationRequest {
4509
+ /**
4510
+ * <p>The identifier of the Amazon Connect 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>
4511
+ * @public
4512
+ */
4513
+ InstanceId: string | undefined;
4514
+ /**
4515
+ * <p>The timestamp when the notification should expire and no longer be displayed to users. If not specified, defaults to one week from creation.</p>
4516
+ * @public
4517
+ */
4518
+ ExpiresAt?: Date | undefined;
4519
+ /**
4520
+ * <p>A list of Amazon Resource Names (ARNs) identifying the recipients of the notification. Can include user ARNs or instance ARNs to target all users in an instance. Maximum of 200 recipients.</p>
4521
+ * @public
4522
+ */
4523
+ Recipients: string[] | undefined;
4524
+ /**
4525
+ * <p>The priority level of the notification. Valid values are HIGH and LOW. High priority notifications are displayed above low priority notifications.</p>
4526
+ * @public
4527
+ */
4528
+ Priority?: ConfigurableNotificationPriority | undefined;
4529
+ /**
4530
+ * <p>The localized content of the notification. A map where keys are locale codes and values are the notification text in that locale. Content supports markdown formatting and embedded links. Maximum 250 characters per locale.</p>
4531
+ * @public
4532
+ */
4533
+ Content: Partial<Record<LocaleCode, string>> | undefined;
4534
+ /**
4535
+ * <p>The tags used to organize, track, or control access for this resource. For example, <code>\{ "Tags": \{"key1":"value1", "key2":"value2"\} \}</code>.</p>
4536
+ * @public
4537
+ */
4538
+ Tags?: Record<string, string> | undefined;
4539
+ /**
4540
+ * <p>The unique identifier for a notification.</p>
4541
+ * @public
4542
+ */
4543
+ PredefinedNotificationId?: string | undefined;
4544
+ /**
4545
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
4546
+ * request. If not provided, the Amazon Web Services
4547
+ * SDK populates this field. For more information about idempotency, see
4548
+ * <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
4549
+ * @public
4550
+ */
4551
+ ClientToken?: string | undefined;
4552
+ }
4553
+ /**
4554
+ * @public
4555
+ */
4556
+ export interface CreateNotificationResponse {
4557
+ /**
4558
+ * <p>The unique identifier assigned to the created notification.</p>
4559
+ * @public
4560
+ */
4561
+ NotificationId: string | undefined;
4562
+ /**
4563
+ * <p>The Amazon Resource Name (ARN) of the created notification.</p>
4564
+ * @public
4565
+ */
4566
+ NotificationArn: string | undefined;
4567
+ }
4505
4568
  /**
4506
4569
  * <p>The details to add for the participant.</p>
4507
4570
  * @public
@@ -6954,50 +7017,3 @@ export interface PaletteNavigation {
6954
7017
  */
6955
7018
  InvertActionsColors?: boolean | undefined;
6956
7019
  }
6957
- /**
6958
- * <p>Contains primary color configuration for a workspace theme.</p>
6959
- * @public
6960
- */
6961
- export interface PalettePrimary {
6962
- /**
6963
- * <p>The default primary color used throughout the workspace.</p>
6964
- * @public
6965
- */
6966
- Default?: string | undefined;
6967
- /**
6968
- * <p>The primary color used for active states.</p>
6969
- * @public
6970
- */
6971
- Active?: string | undefined;
6972
- /**
6973
- * <p>The text color that contrasts with the primary color for readability.</p>
6974
- * @public
6975
- */
6976
- ContrastText?: string | undefined;
6977
- }
6978
- /**
6979
- * <p>Contains color palette configuration for different areas of a workspace.</p>
6980
- * @public
6981
- */
6982
- export interface WorkspaceThemePalette {
6983
- /**
6984
- * <p>The color configuration for the header area.</p>
6985
- * @public
6986
- */
6987
- Header?: PaletteHeader | undefined;
6988
- /**
6989
- * <p>The color configuration for the navigation area.</p>
6990
- * @public
6991
- */
6992
- Navigation?: PaletteNavigation | undefined;
6993
- /**
6994
- * <p>The color configuration for the canvas area.</p>
6995
- * @public
6996
- */
6997
- Canvas?: PaletteCanvas | undefined;
6998
- /**
6999
- * <p>The primary color configuration used throughout the workspace.</p>
7000
- * @public
7001
- */
7002
- Primary?: PalettePrimary | undefined;
7003
- }
@@ -1,5 +1,52 @@
1
- import { AgentAvailabilityTimer, AutoEvaluationStatus, Channel, Comparison, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactMetricName, ContactParticipantRole, ContactState, CurrentMetricName, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DirectoryType, EndpointType, EntityType, EvaluationQuestionAnswerAnalysisType, EvaluationStatus, EvaluationSuggestedAnswerStatus, EvaluationTranscriptType, EvaluationType, FileStatusType, FileUseCaseType, FilterV2StringConditionComparisonOperator, FlowAssociationResourceType, Grouping, HistoricalMetricName, InstanceAttributeType, InstanceReplicationStatus, InstanceStatus, InstanceStorageResourceType, IntervalPeriod, MediaStreamType, MediaType, NextContactType, OperationalStatus, OverrideType, ParticipantType, PhoneNumberCountryCode, PhoneNumberType, PhoneNumberWorkflowStatus, QuestionRuleCategoryAutomationCondition, QueueStatus, QuickConnectType, RecordingStatus, RulePublishStatus, SortOrder, Statistic, Status, StorageType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TrafficDistributionGroupStatus, Unit, Visibility, VocabularyLanguageCode, VocabularyState, WorkspaceFontFamily } from "./enums";
2
- import { type AgentConfig, type AgentQualityMetrics, type AgentsCriteria, type AgentStatus, type AgentStatusIdentifier, type AgentStatusReference, type AudioQualityMetricsInfo, type CreatedByInfo, type DataTableLockVersion, type DeviceInfo, type ExternalInvocationConfiguration, type GranularAccessControlConfiguration, type InstanceStorageConfig, type LexBot, type LexV2Bot, type OutboundCallerConfig, type OutboundEmailConfig, type OverrideTimeSlice, type ParticipantCapabilities, type PredefinedAttributeValues, type QueueReference, type QuickConnectConfig, type RecurrenceConfig, type RuleTriggerEventSource, type TaskTemplateConstraints, type TaskTemplateDefaults, type TestCaseEntryPoint, type UserIdentityInfo, type UserPhoneConfig, type Validation, type View, type WorkspaceThemeImages, type WorkspaceThemePalette, AfterContactWorkConfigPerChannel, AgentContactReference, AiAgentInfo, AliasConfiguration, AutoAcceptConfig, Distribution, FailedBatchAssociationSummary, HoursOfOperationConfig, HoursOfOperationOverrideConfig, MediaConcurrency, PersistentConnectionConfig, PhoneNumberConfig, PrimaryValue, RoutingProfileQueueReference, RuleAction, SecurityProfileItem, SuccessfulBatchAssociationSummary, TaskTemplateField, VoiceEnhancementConfig } from "./models_0";
1
+ import { AgentAvailabilityTimer, AutoEvaluationStatus, Channel, Comparison, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactMetricName, ContactParticipantRole, ContactState, CurrentMetricName, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DirectoryType, EndpointType, EntityType, EvaluationQuestionAnswerAnalysisType, EvaluationStatus, EvaluationSuggestedAnswerStatus, EvaluationTranscriptType, EvaluationType, FileStatusType, FileUseCaseType, FilterV2StringConditionComparisonOperator, FlowAssociationResourceType, Grouping, HistoricalMetricName, InstanceAttributeType, InstanceReplicationStatus, InstanceStatus, InstanceStorageResourceType, IntervalPeriod, LocaleCode, MediaStreamType, MediaType, NextContactType, NotificationPriority, OperationalStatus, OverrideType, ParticipantType, PhoneNumberCountryCode, PhoneNumberType, PhoneNumberWorkflowStatus, QuestionRuleCategoryAutomationCondition, QueueStatus, QuickConnectType, RecordingStatus, RulePublishStatus, SortOrder, Statistic, Status, StorageType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TrafficDistributionGroupStatus, Unit, Visibility, VocabularyLanguageCode, VocabularyState, WorkspaceFontFamily } from "./enums";
2
+ import { type AgentQualityMetrics, type AgentsCriteria, type AgentStatus, type AgentStatusIdentifier, type AgentStatusReference, type AudioQualityMetricsInfo, type CreatedByInfo, type DataTableLockVersion, type DeviceInfo, type ExternalInvocationConfiguration, type GranularAccessControlConfiguration, type InstanceStorageConfig, type LexBot, type LexV2Bot, type OutboundCallerConfig, type OutboundEmailConfig, type OverrideTimeSlice, type PaletteCanvas, type PaletteHeader, type PaletteNavigation, type ParticipantCapabilities, type PredefinedAttributeValues, type QueueReference, type QuickConnectConfig, type RecurrenceConfig, type RuleTriggerEventSource, type TaskTemplateConstraints, type TaskTemplateDefaults, type TestCaseEntryPoint, type UserIdentityInfo, type UserPhoneConfig, type Validation, type View, type WorkspaceThemeImages, AfterContactWorkConfigPerChannel, AgentContactReference, AiAgentInfo, AliasConfiguration, AutoAcceptConfig, FailedBatchAssociationSummary, HoursOfOperationConfig, HoursOfOperationOverrideConfig, MediaConcurrency, PersistentConnectionConfig, PhoneNumberConfig, PrimaryValue, RoutingProfileQueueReference, RuleAction, SecurityProfileItem, SuccessfulBatchAssociationSummary, TaskTemplateField, VoiceEnhancementConfig } from "./models_0";
3
+ /**
4
+ * <p>Contains primary color configuration for a workspace theme.</p>
5
+ * @public
6
+ */
7
+ export interface PalettePrimary {
8
+ /**
9
+ * <p>The default primary color used throughout the workspace.</p>
10
+ * @public
11
+ */
12
+ Default?: string | undefined;
13
+ /**
14
+ * <p>The primary color used for active states.</p>
15
+ * @public
16
+ */
17
+ Active?: string | undefined;
18
+ /**
19
+ * <p>The text color that contrasts with the primary color for readability.</p>
20
+ * @public
21
+ */
22
+ ContrastText?: string | undefined;
23
+ }
24
+ /**
25
+ * <p>Contains color palette configuration for different areas of a workspace.</p>
26
+ * @public
27
+ */
28
+ export interface WorkspaceThemePalette {
29
+ /**
30
+ * <p>The color configuration for the header area.</p>
31
+ * @public
32
+ */
33
+ Header?: PaletteHeader | undefined;
34
+ /**
35
+ * <p>The color configuration for the navigation area.</p>
36
+ * @public
37
+ */
38
+ Navigation?: PaletteNavigation | undefined;
39
+ /**
40
+ * <p>The color configuration for the canvas area.</p>
41
+ * @public
42
+ */
43
+ Canvas?: PaletteCanvas | undefined;
44
+ /**
45
+ * <p>The primary color configuration used throughout the workspace.</p>
46
+ * @public
47
+ */
48
+ Primary?: PalettePrimary | undefined;
49
+ }
3
50
  /**
4
51
  * <p>Contains font family configuration for workspace themes.</p>
5
52
  * @public
@@ -514,6 +561,27 @@ export interface DeleteIntegrationAssociationRequest {
514
561
  */
515
562
  IntegrationAssociationId: string | undefined;
516
563
  }
564
+ /**
565
+ * @public
566
+ */
567
+ export interface DeleteNotificationRequest {
568
+ /**
569
+ * <p>The identifier of the Amazon Connect 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>
570
+ * @public
571
+ */
572
+ InstanceId: string | undefined;
573
+ /**
574
+ * <p>The unique identifier for the notification to delete.</p>
575
+ * @public
576
+ */
577
+ NotificationId: string | undefined;
578
+ }
579
+ /**
580
+ * <p>The response from deleting a notification.</p>
581
+ * @public
582
+ */
583
+ export interface DeleteNotificationResponse {
584
+ }
517
585
  /**
518
586
  * @public
519
587
  */
@@ -3200,6 +3268,87 @@ export interface DescribeInstanceStorageConfigResponse {
3200
3268
  */
3201
3269
  StorageConfig?: InstanceStorageConfig | undefined;
3202
3270
  }
3271
+ /**
3272
+ * @public
3273
+ */
3274
+ export interface DescribeNotificationRequest {
3275
+ /**
3276
+ * <p>The identifier of the Amazon Connect 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>
3277
+ * @public
3278
+ */
3279
+ InstanceId: string | undefined;
3280
+ /**
3281
+ * <p>The unique identifier for the notification.</p>
3282
+ * @public
3283
+ */
3284
+ NotificationId: string | undefined;
3285
+ }
3286
+ /**
3287
+ * <p>Contains information about a notification, including its content, priority, recipients, and metadata.</p>
3288
+ * @public
3289
+ */
3290
+ export interface Notification {
3291
+ /**
3292
+ * <p>The localized content of the notification. A map where keys are locale codes and values are the notification text in that locale.</p>
3293
+ * @public
3294
+ */
3295
+ Content?: Partial<Record<LocaleCode, string>> | undefined;
3296
+ /**
3297
+ * <p>The unique identifier for the notification.</p>
3298
+ * @public
3299
+ */
3300
+ Id: string | undefined;
3301
+ /**
3302
+ * <p>The Amazon Resource Name (ARN) of the notification.</p>
3303
+ * @public
3304
+ */
3305
+ Arn: string | undefined;
3306
+ /**
3307
+ * <p>The priority level of the notification. Valid values are URGENT, HIGH, and LOW.</p>
3308
+ * @public
3309
+ */
3310
+ Priority?: NotificationPriority | undefined;
3311
+ /**
3312
+ * <p>A list of Amazon Resource Names (ARNs) identifying the recipients of the notification. Maximum of 200 recipients.</p>
3313
+ * @public
3314
+ */
3315
+ Recipients?: string[] | undefined;
3316
+ /**
3317
+ * <p>The timestamp when the notification was last modified.</p>
3318
+ * @public
3319
+ */
3320
+ LastModifiedTime: Date | undefined;
3321
+ /**
3322
+ * <p>The timestamp when the notification was created.</p>
3323
+ * @public
3324
+ */
3325
+ CreatedAt?: Date | undefined;
3326
+ /**
3327
+ * <p>The timestamp when the notification expires and is no longer displayed to users.</p>
3328
+ * @public
3329
+ */
3330
+ ExpiresAt?: Date | undefined;
3331
+ /**
3332
+ * <p>The AWS Region where the notification was last modified.</p>
3333
+ * @public
3334
+ */
3335
+ LastModifiedRegion?: string | undefined;
3336
+ /**
3337
+ * <p>The tags used to organize, track, or control access for this resource. For example, <code>\{ "Tags": \{"key1":"value1", "key2":"value2"\} \}</code>.</p>
3338
+ * @public
3339
+ */
3340
+ Tags?: Record<string, string> | undefined;
3341
+ }
3342
+ /**
3343
+ * @public
3344
+ */
3345
+ export interface DescribeNotificationResponse {
3346
+ /**
3347
+ * <p>The complete notification information including content, priority, recipients, and metadata.</p>
3348
+ * @public
3349
+ */
3350
+ Notification: Notification | undefined;
3351
+ }
3203
3352
  /**
3204
3353
  * @public
3205
3354
  */
@@ -9046,141 +9195,3 @@ export interface SignInDistribution {
9046
9195
  */
9047
9196
  Enabled: boolean | undefined;
9048
9197
  }
9049
- /**
9050
- * <p>The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both
9051
- * the instance and its replica(s).</p>
9052
- * @public
9053
- */
9054
- export interface SignInConfig {
9055
- /**
9056
- * <p>Information about traffic distributions.</p>
9057
- * @public
9058
- */
9059
- Distributions: SignInDistribution[] | undefined;
9060
- }
9061
- /**
9062
- * <p>The distribution of traffic between the instance and its replicas.</p>
9063
- * @public
9064
- */
9065
- export interface TelephonyConfig {
9066
- /**
9067
- * <p>Information about traffic distributions.</p>
9068
- * @public
9069
- */
9070
- Distributions: Distribution[] | undefined;
9071
- }
9072
- /**
9073
- * @public
9074
- */
9075
- export interface GetTrafficDistributionResponse {
9076
- /**
9077
- * <p>The distribution of traffic between the instance and its replicas.</p>
9078
- * @public
9079
- */
9080
- TelephonyConfig?: TelephonyConfig | undefined;
9081
- /**
9082
- * <p>The identifier of the traffic distribution group.
9083
- * This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created.
9084
- * The ARN must be provided if the call is from the replicated Region.</p>
9085
- * @public
9086
- */
9087
- Id?: string | undefined;
9088
- /**
9089
- * <p>The Amazon Resource Name (ARN) of the traffic distribution group.</p>
9090
- * @public
9091
- */
9092
- Arn?: string | undefined;
9093
- /**
9094
- * <p>The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both
9095
- * the instance and its replica(s).</p>
9096
- * @public
9097
- */
9098
- SignInConfig?: SignInConfig | undefined;
9099
- /**
9100
- * <p>The distribution of agents between the instance and its replica(s).</p>
9101
- * @public
9102
- */
9103
- AgentConfig?: AgentConfig | undefined;
9104
- }
9105
- /**
9106
- * @public
9107
- */
9108
- export interface ImportPhoneNumberRequest {
9109
- /**
9110
- * <p>The identifier of the Amazon Connect 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>
9111
- * @public
9112
- */
9113
- InstanceId: string | undefined;
9114
- /**
9115
- * <p>The claimed phone number ARN being imported from the external service, such as Amazon Web Services End User
9116
- * Messaging. If it is from Amazon Web Services End User Messaging, it looks like the ARN of the phone number to import
9117
- * from Amazon Web Services End User Messaging.</p>
9118
- * @public
9119
- */
9120
- SourcePhoneNumberArn: string | undefined;
9121
- /**
9122
- * <p>The description of the phone number.</p>
9123
- * @public
9124
- */
9125
- PhoneNumberDescription?: string | undefined;
9126
- /**
9127
- * <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
9128
- * @public
9129
- */
9130
- Tags?: Record<string, string> | undefined;
9131
- /**
9132
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
9133
- * request. If not provided, the Amazon Web Services
9134
- * SDK populates this field. For more information about idempotency, see
9135
- * <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
9136
- * @public
9137
- */
9138
- ClientToken?: string | undefined;
9139
- }
9140
- /**
9141
- * @public
9142
- */
9143
- export interface ImportPhoneNumberResponse {
9144
- /**
9145
- * <p>A unique identifier for the phone number.</p>
9146
- * @public
9147
- */
9148
- PhoneNumberId?: string | undefined;
9149
- /**
9150
- * <p>The Amazon Resource Name (ARN) of the phone number.</p>
9151
- * @public
9152
- */
9153
- PhoneNumberArn?: string | undefined;
9154
- }
9155
- /**
9156
- * @public
9157
- */
9158
- export interface ImportWorkspaceMediaRequest {
9159
- /**
9160
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
9161
- * the Amazon Resource Name (ARN) of the instance.</p>
9162
- * @public
9163
- */
9164
- InstanceId: string | undefined;
9165
- /**
9166
- * <p>The identifier of the workspace.</p>
9167
- * @public
9168
- */
9169
- WorkspaceId: string | undefined;
9170
- /**
9171
- * <p>The type of media. Valid values are: <code>IMAGE_LOGO_FAVICON</code> and
9172
- * <code>IMAGE_LOGO_HORIZONTAL</code>.</p>
9173
- * @public
9174
- */
9175
- MediaType: MediaType | undefined;
9176
- /**
9177
- * <p>The media source. Can be an S3 presigned URL or a base64-encoded string.</p>
9178
- * @public
9179
- */
9180
- MediaSource: string | undefined;
9181
- }
9182
- /**
9183
- * @public
9184
- */
9185
- export interface ImportWorkspaceMediaResponse {
9186
- }