@aws-sdk/client-connect 3.799.0 → 3.801.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 (47) hide show
  1. package/dist-cjs/index.js +102 -3
  2. package/dist-es/models/models_0.js +6 -0
  3. package/dist-es/models/models_1.js +20 -0
  4. package/dist-es/protocols/Aws_restJson1.js +67 -0
  5. package/dist-types/commands/CreateContactCommand.d.ts +3 -2
  6. package/dist-types/commands/DeletePromptCommand.d.ts +1 -1
  7. package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +1 -2
  8. package/dist-types/commands/DescribeContactCommand.d.ts +46 -2
  9. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +2 -2
  10. package/dist-types/commands/GetMetricDataCommand.d.ts +2 -2
  11. package/dist-types/commands/GetMetricDataV2Command.d.ts +2 -2
  12. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +2 -1
  13. package/dist-types/commands/ListPredefinedAttributesCommand.d.ts +1 -1
  14. package/dist-types/commands/ListPromptsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +1 -2
  16. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +3 -5
  17. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +2 -1
  18. package/dist-types/commands/UpdatePhoneNumberMetadataCommand.d.ts +1 -1
  19. package/dist-types/commands/UpdatePredefinedAttributeCommand.d.ts +1 -1
  20. package/dist-types/commands/UpdatePromptCommand.d.ts +1 -1
  21. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  22. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  23. package/dist-types/commands/UpdateQueueNameCommand.d.ts +1 -1
  24. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
  25. package/dist-types/models/models_0.d.ts +68 -37
  26. package/dist-types/models/models_1.d.ts +426 -360
  27. package/dist-types/models/models_2.d.ts +225 -192
  28. package/dist-types/models/models_3.d.ts +225 -7
  29. package/dist-types/ts3.4/commands/DeletePromptCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +4 -2
  31. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/ListPredefinedAttributesCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +4 -2
  35. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/UpdatePhoneNumberMetadataCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/UpdatePredefinedAttributeCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/UpdatePromptCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +18 -9
  44. package/dist-types/ts3.4/models/models_1.d.ts +62 -51
  45. package/dist-types/ts3.4/models/models_2.d.ts +51 -48
  46. package/dist-types/ts3.4/models/models_3.d.ts +56 -0
  47. package/package.json +1 -1
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { DeletePromptRequest } from "../models/models_0";
8
+ import { DeletePromptRequest } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DeletePromptCommandInput extends DeletePromptRequest {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { DeletePushNotificationRegistrationRequest } from "../models/models_0";
9
- import { DeletePushNotificationRegistrationResponse } from "../models/models_1";
8
+ import {
9
+ DeletePushNotificationRegistrationRequest,
10
+ DeletePushNotificationRegistrationResponse,
11
+ } from "../models/models_1";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DeletePushNotificationRegistrationCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- ListPhoneNumbersV2Request,
10
- ListPhoneNumbersV2Response,
11
- } from "../models/models_1";
8
+ import { ListPhoneNumbersV2Request } from "../models/models_1";
9
+ import { ListPhoneNumbersV2Response } from "../models/models_2";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ListPhoneNumbersV2CommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListPredefinedAttributesRequest,
10
10
  ListPredefinedAttributesResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListPredefinedAttributesCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { ListPromptsRequest, ListPromptsResponse } from "../models/models_1";
8
+ import { ListPromptsRequest, ListPromptsResponse } from "../models/models_2";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListPromptsCommandInput extends ListPromptsRequest {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { ListQueueQuickConnectsRequest } from "../models/models_1";
9
- import { ListQueueQuickConnectsResponse } from "../models/models_2";
8
+ import {
9
+ ListQueueQuickConnectsRequest,
10
+ ListQueueQuickConnectsResponse,
11
+ } from "../models/models_2";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface ListQueueQuickConnectsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import {
9
- UpdatePhoneNumberRequest,
10
- UpdatePhoneNumberResponse,
11
- } from "../models/models_2";
8
+ import { UpdatePhoneNumberRequest } from "../models/models_2";
9
+ import { UpdatePhoneNumberResponse } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface UpdatePhoneNumberCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdatePhoneNumberMetadataRequest } from "../models/models_2";
8
+ import { UpdatePhoneNumberMetadataRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdatePhoneNumberMetadataCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdatePredefinedAttributeRequest } from "../models/models_2";
8
+ import { UpdatePredefinedAttributeRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdatePredefinedAttributeCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdatePromptRequest, UpdatePromptResponse } from "../models/models_2";
8
+ import { UpdatePromptRequest, UpdatePromptResponse } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdatePromptCommandInput extends UpdatePromptRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateQueueHoursOfOperationRequest } from "../models/models_2";
8
+ import { UpdateQueueHoursOfOperationRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateQueueHoursOfOperationCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateQueueMaxContactsRequest } from "../models/models_2";
8
+ import { UpdateQueueMaxContactsRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateQueueMaxContactsCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateQueueNameRequest } from "../models/models_2";
8
+ import { UpdateQueueNameRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateQueueNameCommandInput extends UpdateQueueNameRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { UpdateQueueOutboundCallerConfigRequest } from "../models/models_2";
8
+ import { UpdateQueueOutboundCallerConfigRequest } from "../models/models_3";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateQueueOutboundCallerConfigCommandInput
@@ -178,6 +178,19 @@ export interface HierarchyGroups {
178
178
  Level4?: AgentHierarchyGroup | undefined;
179
179
  Level5?: AgentHierarchyGroup | undefined;
180
180
  }
181
+ export declare const ParticipantState: {
182
+ readonly CONNECTED: "CONNECTED";
183
+ readonly DISCONNECTED: "DISCONNECTED";
184
+ readonly INITIAL: "INITIAL";
185
+ readonly MISSED: "MISSED";
186
+ };
187
+ export type ParticipantState =
188
+ (typeof ParticipantState)[keyof typeof ParticipantState];
189
+ export interface StateTransition {
190
+ State?: ParticipantState | undefined;
191
+ StateStartTimestamp?: Date | undefined;
192
+ StateEndTimestamp?: Date | undefined;
193
+ }
181
194
  export interface AgentInfo {
182
195
  Id?: string | undefined;
183
196
  ConnectedToAgentTimestamp?: Date | undefined;
@@ -185,6 +198,11 @@ export interface AgentInfo {
185
198
  HierarchyGroups?: HierarchyGroups | undefined;
186
199
  DeviceInfo?: DeviceInfo | undefined;
187
200
  Capabilities?: ParticipantCapabilities | undefined;
201
+ AfterContactWorkDuration?: number | undefined;
202
+ AfterContactWorkStartTimestamp?: Date | undefined;
203
+ AfterContactWorkEndTimestamp?: Date | undefined;
204
+ AgentInitiatedHoldDuration?: number | undefined;
205
+ StateTransitions?: StateTransition[] | undefined;
188
206
  }
189
207
  export interface AudioQualityMetricsInfo {
190
208
  QualityScore?: number | undefined;
@@ -1885,15 +1903,6 @@ export interface DeletePredefinedAttributeRequest {
1885
1903
  InstanceId: string | undefined;
1886
1904
  Name: string | undefined;
1887
1905
  }
1888
- export interface DeletePromptRequest {
1889
- InstanceId: string | undefined;
1890
- PromptId: string | undefined;
1891
- }
1892
- export interface DeletePushNotificationRegistrationRequest {
1893
- InstanceId: string | undefined;
1894
- RegistrationId: string | undefined;
1895
- ContactId: string | undefined;
1896
- }
1897
1906
  export declare const CreateEmailAddressRequestFilterSensitiveLog: (
1898
1907
  obj: CreateEmailAddressRequest
1899
1908
  ) => any;
@@ -49,6 +49,7 @@ import {
49
49
  RulePublishStatus,
50
50
  RuleTriggerEventSource,
51
51
  SourceType,
52
+ StorageType,
52
53
  TaskTemplateConstraints,
53
54
  TaskTemplateDefaults,
54
55
  TaskTemplateField,
@@ -59,6 +60,15 @@ import {
59
60
  VocabularyLanguageCode,
60
61
  VocabularyState,
61
62
  } from "./models_0";
63
+ export interface DeletePromptRequest {
64
+ InstanceId: string | undefined;
65
+ PromptId: string | undefined;
66
+ }
67
+ export interface DeletePushNotificationRegistrationRequest {
68
+ InstanceId: string | undefined;
69
+ RegistrationId: string | undefined;
70
+ ContactId: string | undefined;
71
+ }
62
72
  export interface DeletePushNotificationRegistrationResponse {}
63
73
  export interface DeleteQueueRequest {
64
74
  InstanceId: string | undefined;
@@ -172,6 +182,25 @@ export declare const AnsweringMachineDetectionStatus: {
172
182
  };
173
183
  export type AnsweringMachineDetectionStatus =
174
184
  (typeof AnsweringMachineDetectionStatus)[keyof typeof AnsweringMachineDetectionStatus];
185
+ export interface ContactDetails {
186
+ Name?: string | undefined;
187
+ Description?: string | undefined;
188
+ }
189
+ export declare const Status: {
190
+ readonly COMPLETE: "COMPLETE";
191
+ readonly DELETED: "DELETED";
192
+ readonly IN_PROGRESS: "IN_PROGRESS";
193
+ };
194
+ export type Status = (typeof Status)[keyof typeof Status];
195
+ export interface ContactEvaluation {
196
+ FormId?: string | undefined;
197
+ EvaluationArn?: string | undefined;
198
+ Status?: Status | undefined;
199
+ StartTimestamp?: Date | undefined;
200
+ EndTimestamp?: Date | undefined;
201
+ DeleteTimestamp?: Date | undefined;
202
+ ExportLocation?: string | undefined;
203
+ }
175
204
  export interface Customer {
176
205
  DeviceInfo?: DeviceInfo | undefined;
177
206
  Capabilities?: ParticipantCapabilities | undefined;
@@ -199,6 +228,39 @@ export interface QueueInfo {
199
228
  Id?: string | undefined;
200
229
  EnqueueTimestamp?: Date | undefined;
201
230
  }
231
+ export declare const MediaStreamType: {
232
+ readonly AUDIO: "AUDIO";
233
+ readonly VIDEO: "VIDEO";
234
+ };
235
+ export type MediaStreamType =
236
+ (typeof MediaStreamType)[keyof typeof MediaStreamType];
237
+ export declare const ParticipantType: {
238
+ readonly AGENT: "AGENT";
239
+ readonly ALL: "ALL";
240
+ readonly CUSTOMER: "CUSTOMER";
241
+ readonly MANAGER: "MANAGER";
242
+ readonly THIRDPARTY: "THIRDPARTY";
243
+ };
244
+ export type ParticipantType =
245
+ (typeof ParticipantType)[keyof typeof ParticipantType];
246
+ export declare const RecordingStatus: {
247
+ readonly AVAILABLE: "AVAILABLE";
248
+ readonly DELETED: "DELETED";
249
+ };
250
+ export type RecordingStatus =
251
+ (typeof RecordingStatus)[keyof typeof RecordingStatus];
252
+ export interface RecordingInfo {
253
+ StorageType?: StorageType | undefined;
254
+ Location?: string | undefined;
255
+ MediaStreamType?: MediaStreamType | undefined;
256
+ ParticipantType?: ParticipantType | undefined;
257
+ FragmentStartNumber?: string | undefined;
258
+ FragmentStopNumber?: string | undefined;
259
+ StartTimestamp?: Date | undefined;
260
+ StopTimestamp?: Date | undefined;
261
+ Status?: RecordingStatus | undefined;
262
+ DeletionReason?: string | undefined;
263
+ }
202
264
  export interface Expiry {
203
265
  DurationInSeconds?: number | undefined;
204
266
  ExpiryTimestamp?: Date | undefined;
@@ -2061,57 +2123,6 @@ export interface ListPhoneNumbersV2Request {
2061
2123
  PhoneNumberTypes?: PhoneNumberType[] | undefined;
2062
2124
  PhoneNumberPrefix?: string | undefined;
2063
2125
  }
2064
- export interface ListPhoneNumbersSummary {
2065
- PhoneNumberId?: string | undefined;
2066
- PhoneNumberArn?: string | undefined;
2067
- PhoneNumber?: string | undefined;
2068
- PhoneNumberCountryCode?: PhoneNumberCountryCode | undefined;
2069
- PhoneNumberType?: PhoneNumberType | undefined;
2070
- TargetArn?: string | undefined;
2071
- InstanceId?: string | undefined;
2072
- PhoneNumberDescription?: string | undefined;
2073
- SourcePhoneNumberArn?: string | undefined;
2074
- }
2075
- export interface ListPhoneNumbersV2Response {
2076
- NextToken?: string | undefined;
2077
- ListPhoneNumbersSummaryList?: ListPhoneNumbersSummary[] | undefined;
2078
- }
2079
- export interface ListPredefinedAttributesRequest {
2080
- InstanceId: string | undefined;
2081
- NextToken?: string | undefined;
2082
- MaxResults?: number | undefined;
2083
- }
2084
- export interface PredefinedAttributeSummary {
2085
- Name?: string | undefined;
2086
- LastModifiedTime?: Date | undefined;
2087
- LastModifiedRegion?: string | undefined;
2088
- }
2089
- export interface ListPredefinedAttributesResponse {
2090
- NextToken?: string | undefined;
2091
- PredefinedAttributeSummaryList?: PredefinedAttributeSummary[] | undefined;
2092
- }
2093
- export interface ListPromptsRequest {
2094
- InstanceId: string | undefined;
2095
- NextToken?: string | undefined;
2096
- MaxResults?: number | undefined;
2097
- }
2098
- export interface PromptSummary {
2099
- Id?: string | undefined;
2100
- Arn?: string | undefined;
2101
- Name?: string | undefined;
2102
- LastModifiedTime?: Date | undefined;
2103
- LastModifiedRegion?: string | undefined;
2104
- }
2105
- export interface ListPromptsResponse {
2106
- PromptSummaryList?: PromptSummary[] | undefined;
2107
- NextToken?: string | undefined;
2108
- }
2109
- export interface ListQueueQuickConnectsRequest {
2110
- InstanceId: string | undefined;
2111
- QueueId: string | undefined;
2112
- NextToken?: string | undefined;
2113
- MaxResults?: number | undefined;
2114
- }
2115
2126
  export declare const DescribeEmailAddressResponseFilterSensitiveLog: (
2116
2127
  obj: DescribeEmailAddressResponse
2117
2128
  ) => any;
@@ -19,9 +19,7 @@ import {
19
19
  InstanceStorageConfig,
20
20
  InstanceStorageResourceType,
21
21
  MonitorCapability,
22
- OutboundCallerConfig,
23
22
  ParticipantRole,
24
- PredefinedAttributeValues,
25
23
  QuickConnectType,
26
24
  Reference,
27
25
  RehydrationType,
@@ -60,6 +58,57 @@ import {
60
58
  SortOrder,
61
59
  TrafficDistributionGroupStatus,
62
60
  } from "./models_1";
61
+ export interface ListPhoneNumbersSummary {
62
+ PhoneNumberId?: string | undefined;
63
+ PhoneNumberArn?: string | undefined;
64
+ PhoneNumber?: string | undefined;
65
+ PhoneNumberCountryCode?: PhoneNumberCountryCode | undefined;
66
+ PhoneNumberType?: PhoneNumberType | undefined;
67
+ TargetArn?: string | undefined;
68
+ InstanceId?: string | undefined;
69
+ PhoneNumberDescription?: string | undefined;
70
+ SourcePhoneNumberArn?: string | undefined;
71
+ }
72
+ export interface ListPhoneNumbersV2Response {
73
+ NextToken?: string | undefined;
74
+ ListPhoneNumbersSummaryList?: ListPhoneNumbersSummary[] | undefined;
75
+ }
76
+ export interface ListPredefinedAttributesRequest {
77
+ InstanceId: string | undefined;
78
+ NextToken?: string | undefined;
79
+ MaxResults?: number | undefined;
80
+ }
81
+ export interface PredefinedAttributeSummary {
82
+ Name?: string | undefined;
83
+ LastModifiedTime?: Date | undefined;
84
+ LastModifiedRegion?: string | undefined;
85
+ }
86
+ export interface ListPredefinedAttributesResponse {
87
+ NextToken?: string | undefined;
88
+ PredefinedAttributeSummaryList?: PredefinedAttributeSummary[] | undefined;
89
+ }
90
+ export interface ListPromptsRequest {
91
+ InstanceId: string | undefined;
92
+ NextToken?: string | undefined;
93
+ MaxResults?: number | undefined;
94
+ }
95
+ export interface PromptSummary {
96
+ Id?: string | undefined;
97
+ Arn?: string | undefined;
98
+ Name?: string | undefined;
99
+ LastModifiedTime?: Date | undefined;
100
+ LastModifiedRegion?: string | undefined;
101
+ }
102
+ export interface ListPromptsResponse {
103
+ PromptSummaryList?: PromptSummary[] | undefined;
104
+ NextToken?: string | undefined;
105
+ }
106
+ export interface ListQueueQuickConnectsRequest {
107
+ InstanceId: string | undefined;
108
+ QueueId: string | undefined;
109
+ NextToken?: string | undefined;
110
+ MaxResults?: number | undefined;
111
+ }
63
112
  export interface QuickConnectSummary {
64
113
  Id?: string | undefined;
65
114
  Arn?: string | undefined;
@@ -1715,52 +1764,6 @@ export interface UpdatePhoneNumberRequest {
1715
1764
  InstanceId?: string | undefined;
1716
1765
  ClientToken?: string | undefined;
1717
1766
  }
1718
- export interface UpdatePhoneNumberResponse {
1719
- PhoneNumberId?: string | undefined;
1720
- PhoneNumberArn?: string | undefined;
1721
- }
1722
- export interface UpdatePhoneNumberMetadataRequest {
1723
- PhoneNumberId: string | undefined;
1724
- PhoneNumberDescription?: string | undefined;
1725
- ClientToken?: string | undefined;
1726
- }
1727
- export interface UpdatePredefinedAttributeRequest {
1728
- InstanceId: string | undefined;
1729
- Name: string | undefined;
1730
- Values?: PredefinedAttributeValues | undefined;
1731
- }
1732
- export interface UpdatePromptRequest {
1733
- InstanceId: string | undefined;
1734
- PromptId: string | undefined;
1735
- Name?: string | undefined;
1736
- Description?: string | undefined;
1737
- S3Uri?: string | undefined;
1738
- }
1739
- export interface UpdatePromptResponse {
1740
- PromptARN?: string | undefined;
1741
- PromptId?: string | undefined;
1742
- }
1743
- export interface UpdateQueueHoursOfOperationRequest {
1744
- InstanceId: string | undefined;
1745
- QueueId: string | undefined;
1746
- HoursOfOperationId: string | undefined;
1747
- }
1748
- export interface UpdateQueueMaxContactsRequest {
1749
- InstanceId: string | undefined;
1750
- QueueId: string | undefined;
1751
- MaxContacts?: number | undefined;
1752
- }
1753
- export interface UpdateQueueNameRequest {
1754
- InstanceId: string | undefined;
1755
- QueueId: string | undefined;
1756
- Name?: string | undefined;
1757
- Description?: string | undefined;
1758
- }
1759
- export interface UpdateQueueOutboundCallerConfigRequest {
1760
- InstanceId: string | undefined;
1761
- QueueId: string | undefined;
1762
- OutboundCallerConfig: OutboundCallerConfig | undefined;
1763
- }
1764
1767
  export declare const ViewSummaryFilterSensitiveLog: (obj: ViewSummary) => any;
1765
1768
  export declare const ListViewsResponseFilterSensitiveLog: (
1766
1769
  obj: ListViewsResponse
@@ -15,7 +15,9 @@ import {
15
15
  EvaluationFormScoringStrategy,
16
16
  InitiateAs,
17
17
  MediaConcurrency,
18
+ OutboundCallerConfig,
18
19
  OutboundEmailConfig,
20
+ PredefinedAttributeValues,
19
21
  QuickConnectConfig,
20
22
  Reference,
21
23
  RoutingProfileQueueConfig,
@@ -37,6 +39,8 @@ import {
37
39
  import {
38
40
  AnsweringMachineDetectionStatus,
39
41
  AttributeCondition,
42
+ ContactDetails,
43
+ ContactEvaluation,
40
44
  ContactFlowModuleState,
41
45
  ContactFlowModuleStatus,
42
46
  ContactFlowState,
@@ -50,6 +54,7 @@ import {
50
54
  QualityMetrics,
51
55
  QueueInfo,
52
56
  QueueStatus,
57
+ RecordingInfo,
53
58
  RoutingCriteriaStepStatus,
54
59
  SignInConfig,
55
60
  TelephonyConfig,
@@ -81,6 +86,52 @@ import {
81
86
  UserHierarchyGroupSearchFilter,
82
87
  UserSearchFilter,
83
88
  } from "./models_2";
89
+ export interface UpdatePhoneNumberResponse {
90
+ PhoneNumberId?: string | undefined;
91
+ PhoneNumberArn?: string | undefined;
92
+ }
93
+ export interface UpdatePhoneNumberMetadataRequest {
94
+ PhoneNumberId: string | undefined;
95
+ PhoneNumberDescription?: string | undefined;
96
+ ClientToken?: string | undefined;
97
+ }
98
+ export interface UpdatePredefinedAttributeRequest {
99
+ InstanceId: string | undefined;
100
+ Name: string | undefined;
101
+ Values?: PredefinedAttributeValues | undefined;
102
+ }
103
+ export interface UpdatePromptRequest {
104
+ InstanceId: string | undefined;
105
+ PromptId: string | undefined;
106
+ Name?: string | undefined;
107
+ Description?: string | undefined;
108
+ S3Uri?: string | undefined;
109
+ }
110
+ export interface UpdatePromptResponse {
111
+ PromptARN?: string | undefined;
112
+ PromptId?: string | undefined;
113
+ }
114
+ export interface UpdateQueueHoursOfOperationRequest {
115
+ InstanceId: string | undefined;
116
+ QueueId: string | undefined;
117
+ HoursOfOperationId: string | undefined;
118
+ }
119
+ export interface UpdateQueueMaxContactsRequest {
120
+ InstanceId: string | undefined;
121
+ QueueId: string | undefined;
122
+ MaxContacts?: number | undefined;
123
+ }
124
+ export interface UpdateQueueNameRequest {
125
+ InstanceId: string | undefined;
126
+ QueueId: string | undefined;
127
+ Name?: string | undefined;
128
+ Description?: string | undefined;
129
+ }
130
+ export interface UpdateQueueOutboundCallerConfigRequest {
131
+ InstanceId: string | undefined;
132
+ QueueId: string | undefined;
133
+ OutboundCallerConfig: OutboundCallerConfig | undefined;
134
+ }
84
135
  export interface UpdateQueueOutboundEmailConfigRequest {
85
136
  InstanceId: string | undefined;
86
137
  QueueId: string | undefined;
@@ -667,6 +718,11 @@ export interface Contact {
667
718
  DisconnectDetails?: DisconnectDetails | undefined;
668
719
  AdditionalEmailRecipients?: AdditionalEmailRecipients | undefined;
669
720
  SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
721
+ Recordings?: RecordingInfo[] | undefined;
722
+ DisconnectReason?: string | undefined;
723
+ ContactEvaluations?: Record<string, ContactEvaluation> | undefined;
724
+ ContactDetails?: ContactDetails | undefined;
725
+ Attributes?: Record<string, string> | undefined;
670
726
  }
671
727
  export interface DescribeContactResponse {
672
728
  Contact?: Contact | undefined;
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.799.0",
4
+ "version": "3.801.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-connect",