@aws-sdk/client-connect 3.703.0 → 3.711.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 (120) hide show
  1. package/README.md +74 -2
  2. package/dist-cjs/index.js +583 -109
  3. package/dist-es/Connect.js +18 -0
  4. package/dist-es/commands/CreateContactCommand.js +1 -1
  5. package/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +22 -0
  6. package/dist-es/commands/CreatePushNotificationRegistrationCommand.js +22 -0
  7. package/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +22 -0
  8. package/dist-es/commands/DeletePushNotificationRegistrationCommand.js +22 -0
  9. package/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +22 -0
  10. package/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +22 -0
  11. package/dist-es/commands/ListHoursOfOperationOverridesCommand.js +22 -0
  12. package/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +22 -0
  13. package/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +22 -0
  14. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +1 -1
  15. package/dist-es/commands/UpdateViewContentCommand.js +1 -1
  16. package/dist-es/commands/UpdateViewMetadataCommand.js +1 -1
  17. package/dist-es/commands/index.js +9 -0
  18. package/dist-es/models/models_0.js +14 -0
  19. package/dist-es/models/models_1.js +0 -33
  20. package/dist-es/models/models_2.js +53 -45
  21. package/dist-es/models/models_3.js +32 -0
  22. package/dist-es/pagination/ListHoursOfOperationOverridesPaginator.js +4 -0
  23. package/dist-es/pagination/SearchHoursOfOperationOverridesPaginator.js +4 -0
  24. package/dist-es/pagination/index.js +2 -0
  25. package/dist-es/protocols/Aws_restJson1.js +280 -1
  26. package/dist-types/Connect.d.ts +65 -2
  27. package/dist-types/ConnectClient.d.ts +13 -4
  28. package/dist-types/commands/CreateContactCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +111 -0
  31. package/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +101 -0
  32. package/dist-types/commands/CreateQueueCommand.d.ts +1 -2
  33. package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +87 -0
  34. package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +86 -0
  35. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteViewCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteViewVersionCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -2
  43. package/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +109 -0
  44. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -2
  45. package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +106 -0
  46. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +2 -3
  47. package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +115 -0
  48. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -2
  49. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +4 -0
  50. package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +168 -0
  51. package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +2 -2
  52. package/dist-types/commands/StartOutboundChatContactCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +109 -0
  54. package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateViewContentCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateViewMetadataCommand.d.ts +1 -1
  67. package/dist-types/commands/index.d.ts +9 -0
  68. package/dist-types/index.d.ts +2 -2
  69. package/dist-types/models/models_0.d.ts +250 -154
  70. package/dist-types/models/models_1.d.ts +384 -496
  71. package/dist-types/models/models_2.d.ts +3508 -3653
  72. package/dist-types/models/models_3.d.ts +791 -7
  73. package/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +7 -0
  74. package/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +7 -0
  75. package/dist-types/pagination/index.d.ts +2 -0
  76. package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
  77. package/dist-types/ts3.4/Connect.d.ts +165 -0
  78. package/dist-types/ts3.4/ConnectClient.d.ts +54 -0
  79. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +51 -0
  82. package/dist-types/ts3.4/commands/CreatePushNotificationRegistrationCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +47 -0
  84. package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +4 -2
  93. package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +51 -0
  96. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -2
  97. package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +49 -0
  98. package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +47 -0
  99. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +2 -4
  100. package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +64 -37
  113. package/dist-types/ts3.4/models/models_1.d.ts +87 -142
  114. package/dist-types/ts3.4/models/models_2.d.ts +185 -212
  115. package/dist-types/ts3.4/models/models_3.d.ts +218 -5
  116. package/dist-types/ts3.4/pagination/ListHoursOfOperationOverridesPaginator.d.ts +11 -0
  117. package/dist-types/ts3.4/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  119. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
  120. package/package.json +35 -35
@@ -27,6 +27,7 @@ import {
27
27
  FlowAssociationResourceType,
28
28
  FlowAssociationSummary,
29
29
  HoursOfOperationConfig,
30
+ HoursOfOperationOverrideConfig,
30
31
  InstanceStorageConfig,
31
32
  InstanceStorageResourceType,
32
33
  IntegrationType,
@@ -36,8 +37,8 @@ import {
36
37
  MediaConcurrency,
37
38
  OutboundCallerConfig,
38
39
  OutboundEmailConfig,
40
+ OverrideTimeSlice,
39
41
  ParticipantCapabilities,
40
- ParticipantRole,
41
42
  PredefinedAttributeValues,
42
43
  QueueReference,
43
44
  QuickConnectConfig,
@@ -59,6 +60,43 @@ import {
59
60
  VocabularyLanguageCode,
60
61
  VocabularyState,
61
62
  } from "./models_0";
63
+ export interface DeleteTaskTemplateRequest {
64
+ InstanceId: string | undefined;
65
+ TaskTemplateId: string | undefined;
66
+ }
67
+ export interface DeleteTaskTemplateResponse {}
68
+ export interface DeleteTrafficDistributionGroupRequest {
69
+ TrafficDistributionGroupId: string | undefined;
70
+ }
71
+ export interface DeleteTrafficDistributionGroupResponse {}
72
+ export interface DeleteUseCaseRequest {
73
+ InstanceId: string | undefined;
74
+ IntegrationAssociationId: string | undefined;
75
+ UseCaseId: string | undefined;
76
+ }
77
+ export interface DeleteUserRequest {
78
+ InstanceId: string | undefined;
79
+ UserId: string | undefined;
80
+ }
81
+ export interface DeleteUserHierarchyGroupRequest {
82
+ HierarchyGroupId: string | undefined;
83
+ InstanceId: string | undefined;
84
+ }
85
+ export interface DeleteViewRequest {
86
+ InstanceId: string | undefined;
87
+ ViewId: string | undefined;
88
+ }
89
+ export interface DeleteViewResponse {}
90
+ export interface DeleteViewVersionRequest {
91
+ InstanceId: string | undefined;
92
+ ViewId: string | undefined;
93
+ ViewVersion: number | undefined;
94
+ }
95
+ export interface DeleteViewVersionResponse {}
96
+ export interface DeleteVocabularyRequest {
97
+ InstanceId: string | undefined;
98
+ VocabularyId: string | undefined;
99
+ }
62
100
  export interface DeleteVocabularyResponse {
63
101
  VocabularyArn: string | undefined;
64
102
  VocabularyId: string | undefined;
@@ -356,6 +394,24 @@ export interface HoursOfOperation {
356
394
  export interface DescribeHoursOfOperationResponse {
357
395
  HoursOfOperation?: HoursOfOperation | undefined;
358
396
  }
397
+ export interface DescribeHoursOfOperationOverrideRequest {
398
+ InstanceId: string | undefined;
399
+ HoursOfOperationId: string | undefined;
400
+ HoursOfOperationOverrideId: string | undefined;
401
+ }
402
+ export interface HoursOfOperationOverride {
403
+ HoursOfOperationOverrideId?: string | undefined;
404
+ HoursOfOperationId?: string | undefined;
405
+ HoursOfOperationArn?: string | undefined;
406
+ Name?: string | undefined;
407
+ Description?: string | undefined;
408
+ Config?: HoursOfOperationOverrideConfig[] | undefined;
409
+ EffectiveFrom?: string | undefined;
410
+ EffectiveTill?: string | undefined;
411
+ }
412
+ export interface DescribeHoursOfOperationOverrideResponse {
413
+ HoursOfOperationOverride?: HoursOfOperationOverride | undefined;
414
+ }
359
415
  export interface DescribeInstanceRequest {
360
416
  InstanceId: string | undefined;
361
417
  }
@@ -1215,6 +1271,24 @@ export interface GetCurrentUserDataResponse {
1215
1271
  UserDataList?: UserData[] | undefined;
1216
1272
  ApproximateTotalCount?: number | undefined;
1217
1273
  }
1274
+ export interface GetEffectiveHoursOfOperationsRequest {
1275
+ InstanceId: string | undefined;
1276
+ HoursOfOperationId: string | undefined;
1277
+ FromDate: string | undefined;
1278
+ ToDate: string | undefined;
1279
+ }
1280
+ export interface OperationalHour {
1281
+ Start?: OverrideTimeSlice | undefined;
1282
+ End?: OverrideTimeSlice | undefined;
1283
+ }
1284
+ export interface EffectiveHoursOfOperations {
1285
+ Date?: string | undefined;
1286
+ OperationalHours?: OperationalHour[] | undefined;
1287
+ }
1288
+ export interface GetEffectiveHoursOfOperationsResponse {
1289
+ EffectiveHoursOfOperationList?: EffectiveHoursOfOperations[] | undefined;
1290
+ TimeZone?: string | undefined;
1291
+ }
1218
1292
  export interface GetFederationTokenRequest {
1219
1293
  InstanceId: string | undefined;
1220
1294
  }
@@ -1807,6 +1881,18 @@ export interface ListFlowAssociationsResponse {
1807
1881
  FlowAssociationSummaryList?: FlowAssociationSummary[] | undefined;
1808
1882
  NextToken?: string | undefined;
1809
1883
  }
1884
+ export interface ListHoursOfOperationOverridesRequest {
1885
+ InstanceId: string | undefined;
1886
+ HoursOfOperationId: string | undefined;
1887
+ NextToken?: string | undefined;
1888
+ MaxResults?: number | undefined;
1889
+ }
1890
+ export interface ListHoursOfOperationOverridesResponse {
1891
+ NextToken?: string | undefined;
1892
+ HoursOfOperationOverrideList?: HoursOfOperationOverride[] | undefined;
1893
+ LastModifiedRegion?: string | undefined;
1894
+ LastModifiedTime?: Date | undefined;
1895
+ }
1810
1896
  export interface ListHoursOfOperationsRequest {
1811
1897
  InstanceId: string | undefined;
1812
1898
  NextToken?: string | undefined;
@@ -2044,147 +2130,6 @@ export declare const RealTimeContactAnalysisSegmentType: {
2044
2130
  };
2045
2131
  export type RealTimeContactAnalysisSegmentType =
2046
2132
  (typeof RealTimeContactAnalysisSegmentType)[keyof typeof RealTimeContactAnalysisSegmentType];
2047
- export interface ListRealtimeContactAnalysisSegmentsV2Request {
2048
- InstanceId: string | undefined;
2049
- ContactId: string | undefined;
2050
- MaxResults?: number | undefined;
2051
- NextToken?: string | undefined;
2052
- OutputType: RealTimeContactAnalysisOutputType | undefined;
2053
- SegmentTypes: RealTimeContactAnalysisSegmentType[] | undefined;
2054
- }
2055
- export declare const RealTimeContactAnalysisSupportedChannel: {
2056
- readonly CHAT: "CHAT";
2057
- readonly VOICE: "VOICE";
2058
- };
2059
- export type RealTimeContactAnalysisSupportedChannel =
2060
- (typeof RealTimeContactAnalysisSupportedChannel)[keyof typeof RealTimeContactAnalysisSupportedChannel];
2061
- export declare const ArtifactStatus: {
2062
- readonly APPROVED: "APPROVED";
2063
- readonly IN_PROGRESS: "IN_PROGRESS";
2064
- readonly REJECTED: "REJECTED";
2065
- };
2066
- export type ArtifactStatus =
2067
- (typeof ArtifactStatus)[keyof typeof ArtifactStatus];
2068
- export interface RealTimeContactAnalysisAttachment {
2069
- AttachmentName: string | undefined;
2070
- ContentType?: string | undefined;
2071
- AttachmentId: string | undefined;
2072
- Status?: ArtifactStatus | undefined;
2073
- }
2074
- export type RealTimeContactAnalysisTimeData =
2075
- | RealTimeContactAnalysisTimeData.AbsoluteTimeMember
2076
- | RealTimeContactAnalysisTimeData.$UnknownMember;
2077
- export declare namespace RealTimeContactAnalysisTimeData {
2078
- interface AbsoluteTimeMember {
2079
- AbsoluteTime: Date;
2080
- $unknown?: never;
2081
- }
2082
- interface $UnknownMember {
2083
- AbsoluteTime?: never;
2084
- $unknown: [string, any];
2085
- }
2086
- interface Visitor<T> {
2087
- AbsoluteTime: (value: Date) => T;
2088
- _: (name: string, value: any) => T;
2089
- }
2090
- const visit: <T>(
2091
- value: RealTimeContactAnalysisTimeData,
2092
- visitor: Visitor<T>
2093
- ) => T;
2094
- }
2095
- export interface RealTimeContactAnalysisSegmentAttachments {
2096
- Id: string | undefined;
2097
- ParticipantId: string | undefined;
2098
- ParticipantRole: ParticipantRole | undefined;
2099
- DisplayName?: string | undefined;
2100
- Attachments: RealTimeContactAnalysisAttachment[] | undefined;
2101
- Time: RealTimeContactAnalysisTimeData | undefined;
2102
- }
2103
- export interface RealTimeContactAnalysisCharacterInterval {
2104
- BeginOffsetChar: number | undefined;
2105
- EndOffsetChar: number | undefined;
2106
- }
2107
- export interface RealTimeContactAnalysisTranscriptItemWithCharacterOffsets {
2108
- Id: string | undefined;
2109
- CharacterOffsets?: RealTimeContactAnalysisCharacterInterval | undefined;
2110
- }
2111
- export interface RealTimeContactAnalysisPointOfInterest {
2112
- TranscriptItems?:
2113
- | RealTimeContactAnalysisTranscriptItemWithCharacterOffsets[]
2114
- | undefined;
2115
- }
2116
- export interface RealTimeContactAnalysisCategoryDetails {
2117
- PointsOfInterest: RealTimeContactAnalysisPointOfInterest[] | undefined;
2118
- }
2119
- export interface RealTimeContactAnalysisSegmentCategories {
2120
- MatchedDetails:
2121
- | Record<string, RealTimeContactAnalysisCategoryDetails>
2122
- | undefined;
2123
- }
2124
- export interface RealTimeContactAnalysisSegmentEvent {
2125
- Id: string | undefined;
2126
- ParticipantId?: string | undefined;
2127
- ParticipantRole?: ParticipantRole | undefined;
2128
- DisplayName?: string | undefined;
2129
- EventType: string | undefined;
2130
- Time: RealTimeContactAnalysisTimeData | undefined;
2131
- }
2132
- export interface RealTimeContactAnalysisTranscriptItemWithContent {
2133
- Content?: string | undefined;
2134
- Id: string | undefined;
2135
- CharacterOffsets?: RealTimeContactAnalysisCharacterInterval | undefined;
2136
- }
2137
- export interface RealTimeContactAnalysisIssueDetected {
2138
- TranscriptItems:
2139
- | RealTimeContactAnalysisTranscriptItemWithContent[]
2140
- | undefined;
2141
- }
2142
- export interface RealTimeContactAnalysisSegmentIssues {
2143
- IssuesDetected: RealTimeContactAnalysisIssueDetected[] | undefined;
2144
- }
2145
- export declare const RealTimeContactAnalysisPostContactSummaryFailureCode: {
2146
- readonly FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES";
2147
- readonly INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT";
2148
- readonly INTERNAL_ERROR: "INTERNAL_ERROR";
2149
- readonly INVALID_ANALYSIS_CONFIGURATION: "INVALID_ANALYSIS_CONFIGURATION";
2150
- readonly QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
2151
- };
2152
- export type RealTimeContactAnalysisPostContactSummaryFailureCode =
2153
- (typeof RealTimeContactAnalysisPostContactSummaryFailureCode)[keyof typeof RealTimeContactAnalysisPostContactSummaryFailureCode];
2154
- export declare const RealTimeContactAnalysisPostContactSummaryStatus: {
2155
- readonly COMPLETED: "COMPLETED";
2156
- readonly FAILED: "FAILED";
2157
- };
2158
- export type RealTimeContactAnalysisPostContactSummaryStatus =
2159
- (typeof RealTimeContactAnalysisPostContactSummaryStatus)[keyof typeof RealTimeContactAnalysisPostContactSummaryStatus];
2160
- export interface RealTimeContactAnalysisSegmentPostContactSummary {
2161
- Content?: string | undefined;
2162
- Status: RealTimeContactAnalysisPostContactSummaryStatus | undefined;
2163
- FailureCode?:
2164
- | RealTimeContactAnalysisPostContactSummaryFailureCode
2165
- | undefined;
2166
- }
2167
- export interface RealTimeContactAnalysisTranscriptItemRedaction {
2168
- CharacterOffsets?: RealTimeContactAnalysisCharacterInterval[] | undefined;
2169
- }
2170
- export declare const RealTimeContactAnalysisSentimentLabel: {
2171
- readonly NEGATIVE: "NEGATIVE";
2172
- readonly NEUTRAL: "NEUTRAL";
2173
- readonly POSITIVE: "POSITIVE";
2174
- };
2175
- export type RealTimeContactAnalysisSentimentLabel =
2176
- (typeof RealTimeContactAnalysisSentimentLabel)[keyof typeof RealTimeContactAnalysisSentimentLabel];
2177
- export interface RealTimeContactAnalysisSegmentTranscript {
2178
- Id: string | undefined;
2179
- ParticipantId: string | undefined;
2180
- ParticipantRole: ParticipantRole | undefined;
2181
- DisplayName?: string | undefined;
2182
- Content: string | undefined;
2183
- ContentType?: string | undefined;
2184
- Time: RealTimeContactAnalysisTimeData | undefined;
2185
- Redaction?: RealTimeContactAnalysisTranscriptItemRedaction | undefined;
2186
- Sentiment?: RealTimeContactAnalysisSentimentLabel | undefined;
2187
- }
2188
2133
  export declare const DescribeEmailAddressResponseFilterSensitiveLog: (
2189
2134
  obj: DescribeEmailAddressResponse
2190
2135
  ) => any;