@aws-sdk/client-connect 3.876.0 → 3.879.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.
package/dist-cjs/index.js CHANGED
@@ -2120,6 +2120,7 @@ var Unit = {
2120
2120
  SECONDS: "SECONDS"
2121
2121
  };
2122
2122
  var Grouping = {
2123
+ AGENT_STATUS: "AGENT_STATUS",
2123
2124
  CHANNEL: "CHANNEL",
2124
2125
  QUEUE: "QUEUE",
2125
2126
  ROUTING_PROFILE: "ROUTING_PROFILE",
@@ -2538,10 +2539,6 @@ var ConditionalOperationFailedException = class _ConditionalOperationFailedExcep
2538
2539
  this.Message = opts.Message;
2539
2540
  }
2540
2541
  };
2541
- var TimerEligibleParticipantRoles = {
2542
- AGENT: "AGENT",
2543
- CUSTOMER: "CUSTOMER"
2544
- };
2545
2542
  var ViewSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2546
2543
  ...obj,
2547
2544
  ...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING }
@@ -2730,6 +2727,10 @@ var UpdateParticipantAuthenticationRequestFilterSensitiveLog = /* @__PURE__ */ _
2730
2727
 
2731
2728
  // src/models/models_3.ts
2732
2729
 
2730
+ var TimerEligibleParticipantRoles = {
2731
+ AGENT: "AGENT",
2732
+ CUSTOMER: "CUSTOMER"
2733
+ };
2733
2734
  var ParticipantTimerType = {
2734
2735
  DISCONNECT_NONCUSTOMER: "DISCONNECT_NONCUSTOMER",
2735
2736
  IDLE: "IDLE"
@@ -18770,7 +18771,6 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
18770
18771
  MeetingFeatureStatus,
18771
18772
  ContactNotFoundException,
18772
18773
  ConditionalOperationFailedException,
18773
- TimerEligibleParticipantRoles,
18774
18774
  ViewSummaryFilterSensitiveLog,
18775
18775
  ListViewsResponseFilterSensitiveLog,
18776
18776
  ViewVersionSummaryFilterSensitiveLog,
@@ -18806,6 +18806,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
18806
18806
  StartWebRTCContactResponseFilterSensitiveLog,
18807
18807
  UpdateEmailAddressMetadataRequestFilterSensitiveLog,
18808
18808
  UpdateParticipantAuthenticationRequestFilterSensitiveLog,
18809
+ TimerEligibleParticipantRoles,
18809
18810
  ParticipantTimerType,
18810
18811
  ParticipantTimerAction,
18811
18812
  ParticipantTimerValue,
@@ -413,6 +413,7 @@ export const Unit = {
413
413
  SECONDS: "SECONDS",
414
414
  };
415
415
  export const Grouping = {
416
+ AGENT_STATUS: "AGENT_STATUS",
416
417
  CHANNEL: "CHANNEL",
417
418
  QUEUE: "QUEUE",
418
419
  ROUTING_PROFILE: "ROUTING_PROFILE",
@@ -240,10 +240,6 @@ export class ConditionalOperationFailedException extends __BaseException {
240
240
  this.Message = opts.Message;
241
241
  }
242
242
  }
243
- export const TimerEligibleParticipantRoles = {
244
- AGENT: "AGENT",
245
- CUSTOMER: "CUSTOMER",
246
- };
247
243
  export const ViewSummaryFilterSensitiveLog = (obj) => ({
248
244
  ...obj,
249
245
  ...(obj.Name && { Name: SENSITIVE_STRING }),
@@ -1,6 +1,10 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { UserIdentityInfoFilterSensitiveLog, ViewFilterSensitiveLog, ViewInputContentFilterSensitiveLog, } from "./models_0";
3
3
  import { EmailAddressInfoFilterSensitiveLog, InboundAdditionalRecipientsFilterSensitiveLog, InboundEmailContentFilterSensitiveLog, } from "./models_2";
4
+ export const TimerEligibleParticipantRoles = {
5
+ AGENT: "AGENT",
6
+ CUSTOMER: "CUSTOMER",
7
+ };
4
8
  export const ParticipantTimerType = {
5
9
  DISCONNECT_NONCUSTOMER: "DISCONNECT_NONCUSTOMER",
6
10
  IDLE: "IDLE",
@@ -27,9 +27,9 @@ declare const CreateParticipantCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Adds a new participant into an on-going chat contact or webRTC call. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-customize-flow.html">Customize chat
31
- * flow experiences by integrating custom participants</a>
32
- * or <a href="https://docs.aws.amazon.com/connect/latest/adminguide/enable-multiuser-inapp.html">Enable multi-user web, in-app, and video calling</a>.</p>
30
+ * <p>Adds a new participant into an on-going chat contact or webRTC call. For more information,
31
+ * see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-customize-flow.html">Customize chat flow experiences by integrating custom participants</a> or <a href="https://docs.aws.amazon.com/connect/latest/adminguide/enable-multiuser-inapp.html">Enable
32
+ * multi-user web, in-app, and video calling</a>.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { DeletePredefinedAttributeRequest } from "../models/models_0";
4
+ import { DeletePredefinedAttributeRequest } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -28,7 +28,7 @@ declare const DescribeAuthenticationProfileCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>This API is in preview release for Amazon Connect and is subject to change. To
31
- * request access to this API, contact Amazon Web ServicesSupport.</p>
31
+ * request access to this API, contact Amazon Web Services Support.</p>
32
32
  * <p>Describes the target authentication profile.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -31,19 +31,23 @@ declare const GetCurrentMetricDataCommand_base: {
31
31
  * <p>For a description of each metric, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html">Metrics definitions</a> in the
32
32
  * <i>Amazon Connect Administrator Guide</i>.</p>
33
33
  * <note>
34
- * <p>When you make a successful API request, you can expect the following metric values in the response:</p>
34
+ * <p>When you make a successful API request, you can expect the following metric values in the
35
+ * response:</p>
35
36
  * <ol>
36
37
  * <li>
37
38
  * <p>
38
- * <b>Metric value is null</b>: The calculation cannot be performed due to divide by zero or insufficient data</p>
39
+ * <b>Metric value is null</b>: The calculation cannot be
40
+ * performed due to divide by zero or insufficient data</p>
39
41
  * </li>
40
42
  * <li>
41
43
  * <p>
42
- * <b>Metric value is a number (including 0) of defined type</b>: The number provided is the calculation result</p>
44
+ * <b>Metric value is a number (including 0) of defined type</b>:
45
+ * The number provided is the calculation result</p>
43
46
  * </li>
44
47
  * <li>
45
48
  * <p>
46
- * <b>MetricResult list is empty</b>: The request cannot find any data in the system</p>
49
+ * <b>MetricResult list is empty</b>: The request cannot find any
50
+ * data in the system</p>
47
51
  * </li>
48
52
  * </ol>
49
53
  * <p>The following guidelines can help you work with the API:</p>
@@ -85,9 +89,12 @@ declare const GetCurrentMetricDataCommand_base: {
85
89
  * RoutingStepExpressions: [ // RoutingExpressions
86
90
  * "STRING_VALUE",
87
91
  * ],
92
+ * AgentStatuses: [ // AgentStatuses
93
+ * "STRING_VALUE",
94
+ * ],
88
95
  * },
89
96
  * Groupings: [ // Groupings
90
- * "QUEUE" || "CHANNEL" || "ROUTING_PROFILE" || "ROUTING_STEP_EXPRESSION",
97
+ * "QUEUE" || "CHANNEL" || "ROUTING_PROFILE" || "ROUTING_STEP_EXPRESSION" || "AGENT_STATUS",
91
98
  * ],
92
99
  * CurrentMetrics: [ // CurrentMetrics // required
93
100
  * { // CurrentMetric
@@ -121,6 +128,10 @@ declare const GetCurrentMetricDataCommand_base: {
121
128
  * // Arn: "STRING_VALUE",
122
129
  * // },
123
130
  * // RoutingStepExpression: "STRING_VALUE",
131
+ * // AgentStatus: { // AgentStatusIdentifier
132
+ * // Arn: "STRING_VALUE",
133
+ * // Id: "STRING_VALUE",
134
+ * // },
124
135
  * // },
125
136
  * // Collections: [ // CurrentMetricDataCollections
126
137
  * // { // CurrentMetricData
@@ -62,9 +62,12 @@ declare const GetMetricDataCommand_base: {
62
62
  * RoutingStepExpressions: [ // RoutingExpressions
63
63
  * "STRING_VALUE",
64
64
  * ],
65
+ * AgentStatuses: [ // AgentStatuses
66
+ * "STRING_VALUE",
67
+ * ],
65
68
  * },
66
69
  * Groupings: [ // Groupings
67
- * "QUEUE" || "CHANNEL" || "ROUTING_PROFILE" || "ROUTING_STEP_EXPRESSION",
70
+ * "QUEUE" || "CHANNEL" || "ROUTING_PROFILE" || "ROUTING_STEP_EXPRESSION" || "AGENT_STATUS",
68
71
  * ],
69
72
  * HistoricalMetrics: [ // HistoricalMetrics // required
70
73
  * { // HistoricalMetric
@@ -97,6 +100,10 @@ declare const GetMetricDataCommand_base: {
97
100
  * // Arn: "STRING_VALUE",
98
101
  * // },
99
102
  * // RoutingStepExpression: "STRING_VALUE",
103
+ * // AgentStatus: { // AgentStatusIdentifier
104
+ * // Arn: "STRING_VALUE",
105
+ * // Id: "STRING_VALUE",
106
+ * // },
100
107
  * // },
101
108
  * // Collections: [ // HistoricalMetricDataCollections
102
109
  * // { // HistoricalMetricData
@@ -38,19 +38,23 @@ declare const GetMetricDataV2Command_base: {
38
38
  * <code>GetMetricDataV2</code> and <code>GetMetricData</code>, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html">Metrics definitions</a> in the
39
39
  * <i>Amazon Connect Administrator Guide</i>.</p>
40
40
  * <note>
41
- * <p>When you make a successful API request, you can expect the following metric values in the response:</p>
41
+ * <p>When you make a successful API request, you can expect the following metric values in the
42
+ * response:</p>
42
43
  * <ol>
43
44
  * <li>
44
45
  * <p>
45
- * <b>Metric value is null</b>: The calculation cannot be performed due to divide by zero or insufficient data</p>
46
+ * <b>Metric value is null</b>: The calculation cannot be
47
+ * performed due to divide by zero or insufficient data</p>
46
48
  * </li>
47
49
  * <li>
48
50
  * <p>
49
- * <b>Metric value is a number (including 0) of defined type</b>: The number provided is the calculation result</p>
51
+ * <b>Metric value is a number (including 0) of defined type</b>:
52
+ * The number provided is the calculation result</p>
50
53
  * </li>
51
54
  * <li>
52
55
  * <p>
53
- * <b>MetricResult list is empty</b>: The request cannot find any data in the system</p>
56
+ * <b>MetricResult list is empty</b>: The request cannot find any
57
+ * data in the system</p>
54
58
  * </li>
55
59
  * </ol>
56
60
  * <p>The following guidelines can help you work with the API:</p>
@@ -44,7 +44,7 @@ declare const ImportPhoneNumberCommand_base: {
44
44
  * <p>For example, if you already have 99 claimed or imported numbers and a service level quota of
45
45
  * 99 phone numbers, and in any 180 day period you release 99, claim 99, and then release 99, you
46
46
  * will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers
47
- * until you open an Amazon Web ServicesSupport ticket. </p>
47
+ * until you open an Amazon Web Services Support ticket. </p>
48
48
  * @example
49
49
  * Use a bare-bones client and the command you need to make an API call.
50
50
  * ```javascript
@@ -28,7 +28,7 @@ declare const ListAuthenticationProfilesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>This API is in preview release for Amazon Connect and is subject to change. To
31
- * request access to this API, contact Amazon Web ServicesSupport.</p>
31
+ * request access to this API, contact Amazon Web Services Support.</p>
32
32
  * <p>Provides summary information about the authentication profiles in a specified Amazon Connect instance.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -34,7 +34,7 @@ declare const ReleasePhoneNumberCommand_base: {
34
34
  * Amazon Connect admin website.</p>
35
35
  * <p>After releasing a phone number, the phone number enters into a cooldown period for up to
36
36
  * 180 days. It cannot be searched for or claimed again until the period has ended. If you
37
- * accidentally release a phone number, contact Amazon Web ServicesSupport.</p>
37
+ * accidentally release a phone number, contact Amazon Web Services Support.</p>
38
38
  * </important>
39
39
  * <p>If you plan to claim and release numbers frequently,
40
40
  * contact us for a service quota exception. Otherwise, it is possible you will be blocked from
@@ -46,7 +46,7 @@ declare const StartChatContactCommand_base: {
46
46
  * </ul>
47
47
  * <p>If you use the <code>ChatDurationInMinutes</code> parameter and receive a 400 error, your
48
48
  * account may not support the ability to configure custom chat durations. For more information,
49
- * contact Amazon Web ServicesSupport. </p>
49
+ * contact Amazon Web Services Support. </p>
50
50
  * <p>For more information about chat, see the following topics in the <i>Amazon Connect
51
51
  * Administrator Guide</i>: </p>
52
52
  * <ul>
@@ -28,7 +28,7 @@ declare const UpdateAuthenticationProfileCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>This API is in preview release for Amazon Connect and is subject to change. To
31
- * request access to this API, contact Amazon Web ServicesSupport.</p>
31
+ * request access to this API, contact Amazon Web Services Support.</p>
32
32
  * <p>Updates the selected authentication profile.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -718,6 +718,22 @@ export interface AgentStatus {
718
718
  */
719
719
  LastModifiedRegion?: string | undefined;
720
720
  }
721
+ /**
722
+ * <p>Information about the agent status assigned to the user.</p>
723
+ * @public
724
+ */
725
+ export interface AgentStatusIdentifier {
726
+ /**
727
+ * <p>The Amazon Resource Name (ARN) of the agent status.</p>
728
+ * @public
729
+ */
730
+ Arn?: string | undefined;
731
+ /**
732
+ * <p>The identifier of the agent status.</p>
733
+ * @public
734
+ */
735
+ Id?: string | undefined;
736
+ }
721
737
  /**
722
738
  * <p>Information about the agent's status.</p>
723
739
  * @public
@@ -3815,9 +3831,9 @@ export interface CreateParticipantRequest {
3815
3831
  */
3816
3832
  InstanceId: string | undefined;
3817
3833
  /**
3818
- * <p>The identifier of the contact in this instance of Amazon Connect. Supports contacts in the CHAT channel and VOICE (WebRTC) channels.
3819
- * For WebRTC calls, this should be the initial contact ID that was generated when
3820
- * the contact was first created (from the StartWebRTCContact API) in the VOICE channel</p>
3834
+ * <p>The identifier of the contact in this instance of Amazon Connect. Supports contacts in the CHAT channel and VOICE (WebRTC) channels. For WebRTC
3835
+ * calls, this should be the initial contact ID that was generated when the contact was first
3836
+ * created (from the StartWebRTCContact API) in the VOICE channel</p>
3821
3837
  * @public
3822
3838
  */
3823
3839
  ContactId: string | undefined;
@@ -3832,8 +3848,8 @@ export interface CreateParticipantRequest {
3832
3848
  /**
3833
3849
  * <p>Information identifying the participant.</p>
3834
3850
  * <important>
3835
- * <p>The only valid value for <code>ParticipantRole</code> is <code>CUSTOM_BOT</code>
3836
- * for chat contact and <code>CUSTOMER</code> for voice contact.</p>
3851
+ * <p>The only valid value for <code>ParticipantRole</code> is <code>CUSTOM_BOT</code> for chat
3852
+ * contact and <code>CUSTOMER</code> for voice contact.</p>
3837
3853
  * </important>
3838
3854
  * @public
3839
3855
  */
@@ -6385,22 +6401,6 @@ export interface DeleteIntegrationAssociationRequest {
6385
6401
  */
6386
6402
  IntegrationAssociationId: string | undefined;
6387
6403
  }
6388
- /**
6389
- * @public
6390
- */
6391
- export interface DeletePredefinedAttributeRequest {
6392
- /**
6393
- * <p> The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource
6394
- * Name (ARN) of the instance.</p>
6395
- * @public
6396
- */
6397
- InstanceId: string | undefined;
6398
- /**
6399
- * <p> The name of the predefined attribute.</p>
6400
- * @public
6401
- */
6402
- Name: string | undefined;
6403
- }
6404
6404
  /**
6405
6405
  * @internal
6406
6406
  */
@@ -1,6 +1,22 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
3
- import { AgentAvailabilityTimer, AgentConfig, AgentContactReference, AgentQualityMetrics, AgentsCriteria, AgentStatus, AgentStatusReference, AgentStatusSummary, AgentStatusType, AnalyticsDataAssociationResult, AudioQualityMetricsInfo, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactState, CreatedByInfo, DeviceInfo, DirectoryType, Distribution, EndpointType, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowAssociationSummary, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InstanceStorageConfig, InstanceStorageResourceType, IntegrationType, LexBot, LexV2Bot, ListFlowAssociationResourceType, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, OverrideTimeSlice, ParticipantCapabilities, PredefinedAttributeValues, QueueReference, QuickConnectConfig, ReferenceStatus, ReferenceType, RoutingProfileQueueReference, RuleAction, RulePublishStatus, RuleTriggerEventSource, SourceType, StorageType, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UserIdentityInfo, UserPhoneConfig, View, VocabularyLanguageCode, VocabularyState } from "./models_0";
3
+ import { AgentAvailabilityTimer, AgentConfig, AgentContactReference, AgentQualityMetrics, AgentsCriteria, AgentStatus, AgentStatusIdentifier, AgentStatusReference, AgentStatusSummary, AgentStatusType, AnalyticsDataAssociationResult, AudioQualityMetricsInfo, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactState, CreatedByInfo, DeviceInfo, DirectoryType, Distribution, EndpointType, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowAssociationSummary, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InstanceStorageConfig, InstanceStorageResourceType, IntegrationType, LexBot, LexV2Bot, ListFlowAssociationResourceType, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, OverrideTimeSlice, ParticipantCapabilities, PredefinedAttributeValues, QueueReference, QuickConnectConfig, ReferenceStatus, ReferenceType, RoutingProfileQueueReference, RuleAction, RulePublishStatus, RuleTriggerEventSource, StorageType, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UserIdentityInfo, UserPhoneConfig, View, VocabularyLanguageCode, VocabularyState } from "./models_0";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DeletePredefinedAttributeRequest {
8
+ /**
9
+ * <p> The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource
10
+ * Name (ARN) of the instance.</p>
11
+ * @public
12
+ */
13
+ InstanceId: string | undefined;
14
+ /**
15
+ * <p> The name of the predefined attribute.</p>
16
+ * @public
17
+ */
18
+ Name: string | undefined;
19
+ }
4
20
  /**
5
21
  * @public
6
22
  */
@@ -329,7 +345,7 @@ export interface DescribeAuthenticationProfileRequest {
329
345
  }
330
346
  /**
331
347
  * <p>This API is in preview release for Amazon Connect and is subject to change. To
332
- * request access to this API, contact Amazon Web ServicesSupport.</p>
348
+ * request access to this API, contact Amazon Web Services Support.</p>
333
349
  * <p>Information about an authentication profile. An authentication profile is a resource that
334
350
  * stores the authentication settings for users in your contact center. You use authentication
335
351
  * profiles to set up IP address range restrictions and session timeouts. For more information, see
@@ -4204,12 +4220,18 @@ export interface Filters {
4204
4220
  * @public
4205
4221
  */
4206
4222
  RoutingStepExpressions?: string[] | undefined;
4223
+ /**
4224
+ * <p>A list of up to 50 agent status IDs or ARNs.</p>
4225
+ * @public
4226
+ */
4227
+ AgentStatuses?: string[] | undefined;
4207
4228
  }
4208
4229
  /**
4209
4230
  * @public
4210
4231
  * @enum
4211
4232
  */
4212
4233
  export declare const Grouping: {
4234
+ readonly AGENT_STATUS: "AGENT_STATUS";
4213
4235
  readonly CHANNEL: "CHANNEL";
4214
4236
  readonly QUEUE: "QUEUE";
4215
4237
  readonly ROUTING_PROFILE: "ROUTING_PROFILE";
@@ -4273,10 +4295,15 @@ export interface GetCurrentMetricDataRequest {
4273
4295
  * <li>
4274
4296
  * <p>RoutingStepExpressions: 50</p>
4275
4297
  * </li>
4298
+ * <li>
4299
+ * <p>AgentStatuses: 50</p>
4300
+ * </li>
4276
4301
  * </ul>
4277
4302
  * <p>Metric data is retrieved only for the resources associated with the queues or routing
4278
4303
  * profiles, and by any channels included in the filter. (You cannot filter by both queue AND
4279
4304
  * routing profile.) You can include both resource IDs and resource ARNs in the same request.</p>
4305
+ * <p>When using <code>AgentStatuses</code> as filter make sure Queues is added as primary
4306
+ * filter.</p>
4280
4307
  * <p>When using the <code>RoutingStepExpression</code> filter, you need to pass exactly one
4281
4308
  * <code>QueueId</code>. The filter is also case sensitive so when using the
4282
4309
  * <code>RoutingStepExpression</code> filter, grouping by <code>ROUTING_STEP_EXPRESSION</code> is
@@ -4286,25 +4313,30 @@ export interface GetCurrentMetricDataRequest {
4286
4313
  */
4287
4314
  Filters: Filters | undefined;
4288
4315
  /**
4289
- * <p>The grouping applied to the metrics returned. For example, when grouped by
4290
- * <code>QUEUE</code>, the metrics returned apply to each queue rather than aggregated for all
4291
- * queues. </p>
4316
+ * <p>Defines the level of aggregation for metrics data by a dimension(s). Its similar to sorting
4317
+ * items into buckets based on a common characteristic, then counting or calculating something for
4318
+ * each bucket. For example, when grouped by <code>QUEUE</code>, the metrics returned apply to each
4319
+ * queue rather than aggregated for all queues. </p>
4320
+ * <p>The grouping list is an ordered list, with the first item in the list defined as the primary
4321
+ * grouping. If no grouping is included in the request, the aggregation happens at the
4322
+ * instance-level.</p>
4292
4323
  * <ul>
4293
4324
  * <li>
4294
4325
  * <p>If you group by <code>CHANNEL</code>, you should include a Channels filter.
4295
4326
  * VOICE, CHAT, and TASK channels are supported.</p>
4296
4327
  * </li>
4297
4328
  * <li>
4329
+ * <p>If you group by <code>AGENT_STATUS</code>, you must include the <code>QUEUE</code> as the
4330
+ * primary grouping and use queue filter. When you group by <code>AGENT_STATUS</code>, the only
4331
+ * metric available is the <code>AGENTS_ONLINE</code> metric.</p>
4332
+ * </li>
4333
+ * <li>
4298
4334
  * <p>If you group by <code>ROUTING_PROFILE</code>, you must include either a queue or routing
4299
4335
  * profile filter. In addition, a routing profile filter is required for metrics
4300
4336
  * <code>CONTACTS_SCHEDULED</code>, <code>CONTACTS_IN_QUEUE</code>, and <code>
4301
4337
  * OLDEST_CONTACT_AGE</code>.</p>
4302
4338
  * </li>
4303
4339
  * <li>
4304
- * <p>If no <code>Grouping</code> is included in the request, a summary of metrics is
4305
- * returned.</p>
4306
- * </li>
4307
- * <li>
4308
4340
  * <p>When using the <code>RoutingStepExpression</code> filter, group by
4309
4341
  * <code>ROUTING_STEP_EXPRESSION</code> is required.</p>
4310
4342
  * </li>
@@ -4500,6 +4532,11 @@ export interface Dimensions {
4500
4532
  * @public
4501
4533
  */
4502
4534
  RoutingStepExpression?: string | undefined;
4535
+ /**
4536
+ * <p>Information about the agent status assigned to the user.</p>
4537
+ * @public
4538
+ */
4539
+ AgentStatus?: AgentStatusIdentifier | undefined;
4503
4540
  }
4504
4541
  /**
4505
4542
  * <p>Contains information about a set of real-time metrics.</p>
@@ -7882,7 +7919,7 @@ export interface ListAuthenticationProfilesRequest {
7882
7919
  }
7883
7920
  /**
7884
7921
  * <p>This API is in preview release for Amazon Connect and is subject to change. To
7885
- * request access to this API, contact Amazon Web ServicesSupport.</p>
7922
+ * request access to this API, contact Amazon Web Services Support.</p>
7886
7923
  * <p>A summary of a given authentication profile.</p>
7887
7924
  * @public
7888
7925
  */
@@ -9239,52 +9276,6 @@ export interface ListIntegrationAssociationsRequest {
9239
9276
  */
9240
9277
  IntegrationArn?: string | undefined;
9241
9278
  }
9242
- /**
9243
- * <p>Contains summary information about the associated AppIntegrations.</p>
9244
- * @public
9245
- */
9246
- export interface IntegrationAssociationSummary {
9247
- /**
9248
- * <p>The identifier for the AppIntegration association.</p>
9249
- * @public
9250
- */
9251
- IntegrationAssociationId?: string | undefined;
9252
- /**
9253
- * <p>The Amazon Resource Name (ARN) for the AppIntegration association.</p>
9254
- * @public
9255
- */
9256
- IntegrationAssociationArn?: string | undefined;
9257
- /**
9258
- * <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>
9259
- * @public
9260
- */
9261
- InstanceId?: string | undefined;
9262
- /**
9263
- * <p>The integration type.</p>
9264
- * @public
9265
- */
9266
- IntegrationType?: IntegrationType | undefined;
9267
- /**
9268
- * <p>The Amazon Resource Name (ARN) for the AppIntegration.</p>
9269
- * @public
9270
- */
9271
- IntegrationArn?: string | undefined;
9272
- /**
9273
- * <p>The URL for the external application.</p>
9274
- * @public
9275
- */
9276
- SourceApplicationUrl?: string | undefined;
9277
- /**
9278
- * <p>The user-provided, friendly name for the external application.</p>
9279
- * @public
9280
- */
9281
- SourceApplicationName?: string | undefined;
9282
- /**
9283
- * <p>The name of the source.</p>
9284
- * @public
9285
- */
9286
- SourceType?: SourceType | undefined;
9287
- }
9288
9279
  /**
9289
9280
  * @internal
9290
9281
  */
@@ -1,7 +1,53 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
3
- import { ActionSummary, AgentHierarchyGroups, AgentStatus, AgentStatusState, AllowedCapabilities, Application, Channel, ContactInitiationMethod, ControlPlaneAttributeFilter, CreatedByInfo, EventSourceName, FileStatusType, FileUseCaseType, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InstanceStorageConfig, InstanceStorageResourceType, LexBot, MonitorCapability, ParticipantRole, QuickConnectType, Reference, RehydrationType, RulePublishStatus, StringComparisonType, StringCondition, TagCondition, TaskTemplateStatus, UseCaseType, UserPhoneConfig, UserProficiency, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState } from "./models_0";
4
- import { ContactFlow, ContactFlowModule, ContactFlowModuleState, ContactFlowState, EvaluationAnswerData, EvaluationNote, HierarchyGroup, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationOverride, InstanceAttributeType, IntegrationAssociationSummary, PhoneNumberCountryCode, PhoneNumberType, PredefinedAttribute, Prompt, Queue, QuickConnect, RoutingProfile, SortOrder, TrafficDistributionGroupStatus } from "./models_1";
3
+ import { ActionSummary, AgentHierarchyGroups, AgentStatus, AgentStatusState, AllowedCapabilities, Application, Channel, ContactInitiationMethod, ControlPlaneAttributeFilter, CreatedByInfo, EventSourceName, FileStatusType, FileUseCaseType, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InstanceStorageConfig, InstanceStorageResourceType, IntegrationType, LexBot, MonitorCapability, ParticipantRole, QuickConnectType, Reference, RehydrationType, RulePublishStatus, SourceType, StringComparisonType, StringCondition, TagCondition, TaskTemplateStatus, UseCaseType, UserPhoneConfig, UserProficiency, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState } from "./models_0";
4
+ import { ContactFlow, ContactFlowModule, ContactFlowModuleState, ContactFlowState, EvaluationAnswerData, EvaluationNote, HierarchyGroup, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationOverride, InstanceAttributeType, PhoneNumberCountryCode, PhoneNumberType, PredefinedAttribute, Prompt, Queue, QuickConnect, RoutingProfile, SortOrder, TrafficDistributionGroupStatus } from "./models_1";
5
+ /**
6
+ * <p>Contains summary information about the associated AppIntegrations.</p>
7
+ * @public
8
+ */
9
+ export interface IntegrationAssociationSummary {
10
+ /**
11
+ * <p>The identifier for the AppIntegration association.</p>
12
+ * @public
13
+ */
14
+ IntegrationAssociationId?: string | undefined;
15
+ /**
16
+ * <p>The Amazon Resource Name (ARN) for the AppIntegration association.</p>
17
+ * @public
18
+ */
19
+ IntegrationAssociationArn?: string | undefined;
20
+ /**
21
+ * <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>
22
+ * @public
23
+ */
24
+ InstanceId?: string | undefined;
25
+ /**
26
+ * <p>The integration type.</p>
27
+ * @public
28
+ */
29
+ IntegrationType?: IntegrationType | undefined;
30
+ /**
31
+ * <p>The Amazon Resource Name (ARN) for the AppIntegration.</p>
32
+ * @public
33
+ */
34
+ IntegrationArn?: string | undefined;
35
+ /**
36
+ * <p>The URL for the external application.</p>
37
+ * @public
38
+ */
39
+ SourceApplicationUrl?: string | undefined;
40
+ /**
41
+ * <p>The user-provided, friendly name for the external application.</p>
42
+ * @public
43
+ */
44
+ SourceApplicationName?: string | undefined;
45
+ /**
46
+ * <p>The name of the source.</p>
47
+ * @public
48
+ */
49
+ SourceType?: SourceType | undefined;
50
+ }
5
51
  /**
6
52
  * @public
7
53
  */
@@ -6651,7 +6697,7 @@ export interface UpdateInstanceAttributeRequest {
6651
6697
  * <p>The type of attribute.</p>
6652
6698
  * <note>
6653
6699
  * <p>Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature,
6654
- * contact Amazon Web ServicesSupport for allowlisting.</p>
6700
+ * contact Amazon Web Services Support for allowlisting.</p>
6655
6701
  * </note>
6656
6702
  * @public
6657
6703
  */
@@ -6744,18 +6790,6 @@ export interface UpdateParticipantAuthenticationRequest {
6744
6790
  */
6745
6791
  export interface UpdateParticipantAuthenticationResponse {
6746
6792
  }
6747
- /**
6748
- * @public
6749
- * @enum
6750
- */
6751
- export declare const TimerEligibleParticipantRoles: {
6752
- readonly AGENT: "AGENT";
6753
- readonly CUSTOMER: "CUSTOMER";
6754
- };
6755
- /**
6756
- * @public
6757
- */
6758
- export type TimerEligibleParticipantRoles = (typeof TimerEligibleParticipantRoles)[keyof typeof TimerEligibleParticipantRoles];
6759
6793
  /**
6760
6794
  * @internal
6761
6795
  */
@@ -1,6 +1,18 @@
1
1
  import { AdditionalEmailRecipients, AgentAvailabilityTimer, AgentConfig, AgentInfo, AgentStatusSearchFilter, Application, Campaign, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, Endpoint, EvaluationFormQuestion, EvaluationFormScoringStrategy, InitiateAs, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, PredefinedAttributeValues, QuickConnectConfig, Reference, RoutingProfileQueueConfig, RuleAction, RulePublishStatus, StringCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UserIdentityInfo, UserInfo, UserPhoneConfig, UserProficiency, View, ViewInputContent, ViewStatus } from "./models_0";
2
2
  import { AnsweringMachineDetectionStatus, AttributeCondition, ChatMetrics, ContactDetails, ContactEvaluation, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, Customer, CustomerVoiceActivity, DisconnectDetails, EndpointInfo, Evaluation, EvaluationFormVersionStatus, Expiry, QualityMetrics, QueueInfo, QueueStatus, RecordingInfo, RoutingCriteriaStepStatus, SignInConfig, TelephonyConfig, WisdomInfo } from "./models_1";
3
- import { ChatMessage, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, DateCondition, EmailAddressInfo, EmailAddressSearchFilter, EmailAttachment, HierarchyGroupCondition, HoursOfOperationSearchFilter, InboundAdditionalRecipients, InboundEmailContent, ListCondition, ParticipantDetails, PersistentChat, PromptSearchFilter, QueueInfoInput, QueueSearchFilter, QuickConnectSearchFilter, RoutingCriteriaInputStepExpiry, RoutingProfileSearchFilter, SearchableQueueType, SecurityProfilesSearchFilter, TimerEligibleParticipantRoles, UserHierarchyGroupSearchFilter, UserSearchFilter } from "./models_2";
3
+ import { ChatMessage, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, DateCondition, EmailAddressInfo, EmailAddressSearchFilter, EmailAttachment, HierarchyGroupCondition, HoursOfOperationSearchFilter, InboundAdditionalRecipients, InboundEmailContent, ListCondition, ParticipantDetails, PersistentChat, PromptSearchFilter, QueueInfoInput, QueueSearchFilter, QuickConnectSearchFilter, RoutingCriteriaInputStepExpiry, RoutingProfileSearchFilter, SearchableQueueType, SecurityProfilesSearchFilter, UserHierarchyGroupSearchFilter, UserSearchFilter } from "./models_2";
4
+ /**
5
+ * @public
6
+ * @enum
7
+ */
8
+ export declare const TimerEligibleParticipantRoles: {
9
+ readonly AGENT: "AGENT";
10
+ readonly CUSTOMER: "CUSTOMER";
11
+ };
12
+ /**
13
+ * @public
14
+ */
15
+ export type TimerEligibleParticipantRoles = (typeof TimerEligibleParticipantRoles)[keyof typeof TimerEligibleParticipantRoles];
4
16
  /**
5
17
  * @public
6
18
  * @enum
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ConnectClient";
8
- import { DeletePredefinedAttributeRequest } from "../models/models_0";
8
+ import { DeletePredefinedAttributeRequest } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DeletePredefinedAttributeCommandInput
@@ -239,6 +239,10 @@ export interface AgentStatus {
239
239
  LastModifiedTime?: Date | undefined;
240
240
  LastModifiedRegion?: string | undefined;
241
241
  }
242
+ export interface AgentStatusIdentifier {
243
+ Arn?: string | undefined;
244
+ Id?: string | undefined;
245
+ }
242
246
  export interface AgentStatusReference {
243
247
  StatusStartTimestamp?: Date | undefined;
244
248
  StatusArn?: string | undefined;
@@ -1901,10 +1905,6 @@ export interface DeleteIntegrationAssociationRequest {
1901
1905
  InstanceId: string | undefined;
1902
1906
  IntegrationAssociationId: string | undefined;
1903
1907
  }
1904
- export interface DeletePredefinedAttributeRequest {
1905
- InstanceId: string | undefined;
1906
- Name: string | undefined;
1907
- }
1908
1908
  export declare const CreateEmailAddressRequestFilterSensitiveLog: (
1909
1909
  obj: CreateEmailAddressRequest
1910
1910
  ) => any;
@@ -7,6 +7,7 @@ import {
7
7
  AgentQualityMetrics,
8
8
  AgentsCriteria,
9
9
  AgentStatus,
10
+ AgentStatusIdentifier,
10
11
  AgentStatusReference,
11
12
  AgentStatusSummary,
12
13
  AgentStatusType,
@@ -48,7 +49,6 @@ import {
48
49
  RuleAction,
49
50
  RulePublishStatus,
50
51
  RuleTriggerEventSource,
51
- SourceType,
52
52
  StorageType,
53
53
  TaskTemplateConstraints,
54
54
  TaskTemplateDefaults,
@@ -60,6 +60,10 @@ import {
60
60
  VocabularyLanguageCode,
61
61
  VocabularyState,
62
62
  } from "./models_0";
63
+ export interface DeletePredefinedAttributeRequest {
64
+ InstanceId: string | undefined;
65
+ Name: string | undefined;
66
+ }
63
67
  export interface DeletePromptRequest {
64
68
  InstanceId: string | undefined;
65
69
  PromptId: string | undefined;
@@ -1334,8 +1338,10 @@ export interface Filters {
1334
1338
  Channels?: Channel[] | undefined;
1335
1339
  RoutingProfiles?: string[] | undefined;
1336
1340
  RoutingStepExpressions?: string[] | undefined;
1341
+ AgentStatuses?: string[] | undefined;
1337
1342
  }
1338
1343
  export declare const Grouping: {
1344
+ readonly AGENT_STATUS: "AGENT_STATUS";
1339
1345
  readonly CHANNEL: "CHANNEL";
1340
1346
  readonly QUEUE: "QUEUE";
1341
1347
  readonly ROUTING_PROFILE: "ROUTING_PROFILE";
@@ -1373,6 +1379,7 @@ export interface Dimensions {
1373
1379
  Channel?: Channel | undefined;
1374
1380
  RoutingProfile?: RoutingProfileReference | undefined;
1375
1381
  RoutingStepExpression?: string | undefined;
1382
+ AgentStatus?: AgentStatusIdentifier | undefined;
1376
1383
  }
1377
1384
  export interface CurrentMetricResult {
1378
1385
  Dimensions?: Dimensions | undefined;
@@ -2128,16 +2135,6 @@ export interface ListIntegrationAssociationsRequest {
2128
2135
  MaxResults?: number | undefined;
2129
2136
  IntegrationArn?: string | undefined;
2130
2137
  }
2131
- export interface IntegrationAssociationSummary {
2132
- IntegrationAssociationId?: string | undefined;
2133
- IntegrationAssociationArn?: string | undefined;
2134
- InstanceId?: string | undefined;
2135
- IntegrationType?: IntegrationType | undefined;
2136
- IntegrationArn?: string | undefined;
2137
- SourceApplicationUrl?: string | undefined;
2138
- SourceApplicationName?: string | undefined;
2139
- SourceType?: SourceType | undefined;
2140
- }
2141
2138
  export declare const DescribeEmailAddressResponseFilterSensitiveLog: (
2142
2139
  obj: DescribeEmailAddressResponse
2143
2140
  ) => any;
@@ -18,6 +18,7 @@ import {
18
18
  HoursOfOperationOverrideConfig,
19
19
  InstanceStorageConfig,
20
20
  InstanceStorageResourceType,
21
+ IntegrationType,
21
22
  LexBot,
22
23
  MonitorCapability,
23
24
  ParticipantRole,
@@ -25,6 +26,7 @@ import {
25
26
  Reference,
26
27
  RehydrationType,
27
28
  RulePublishStatus,
29
+ SourceType,
28
30
  StringComparisonType,
29
31
  StringCondition,
30
32
  TagCondition,
@@ -49,7 +51,6 @@ import {
49
51
  HoursOfOperation,
50
52
  HoursOfOperationOverride,
51
53
  InstanceAttributeType,
52
- IntegrationAssociationSummary,
53
54
  PhoneNumberCountryCode,
54
55
  PhoneNumberType,
55
56
  PredefinedAttribute,
@@ -60,6 +61,16 @@ import {
60
61
  SortOrder,
61
62
  TrafficDistributionGroupStatus,
62
63
  } from "./models_1";
64
+ export interface IntegrationAssociationSummary {
65
+ IntegrationAssociationId?: string | undefined;
66
+ IntegrationAssociationArn?: string | undefined;
67
+ InstanceId?: string | undefined;
68
+ IntegrationType?: IntegrationType | undefined;
69
+ IntegrationArn?: string | undefined;
70
+ SourceApplicationUrl?: string | undefined;
71
+ SourceApplicationName?: string | undefined;
72
+ SourceType?: SourceType | undefined;
73
+ }
63
74
  export interface ListIntegrationAssociationsResponse {
64
75
  IntegrationAssociationSummaryList?:
65
76
  | IntegrationAssociationSummary[]
@@ -1732,12 +1743,6 @@ export interface UpdateParticipantAuthenticationRequest {
1732
1743
  ErrorDescription?: string | undefined;
1733
1744
  }
1734
1745
  export interface UpdateParticipantAuthenticationResponse {}
1735
- export declare const TimerEligibleParticipantRoles: {
1736
- readonly AGENT: "AGENT";
1737
- readonly CUSTOMER: "CUSTOMER";
1738
- };
1739
- export type TimerEligibleParticipantRoles =
1740
- (typeof TimerEligibleParticipantRoles)[keyof typeof TimerEligibleParticipantRoles];
1741
1746
  export declare const ViewSummaryFilterSensitiveLog: (obj: ViewSummary) => any;
1742
1747
  export declare const ListViewsResponseFilterSensitiveLog: (
1743
1748
  obj: ListViewsResponse
@@ -84,10 +84,15 @@ import {
84
84
  RoutingProfileSearchFilter,
85
85
  SearchableQueueType,
86
86
  SecurityProfilesSearchFilter,
87
- TimerEligibleParticipantRoles,
88
87
  UserHierarchyGroupSearchFilter,
89
88
  UserSearchFilter,
90
89
  } from "./models_2";
90
+ export declare const TimerEligibleParticipantRoles: {
91
+ readonly AGENT: "AGENT";
92
+ readonly CUSTOMER: "CUSTOMER";
93
+ };
94
+ export type TimerEligibleParticipantRoles =
95
+ (typeof TimerEligibleParticipantRoles)[keyof typeof TimerEligibleParticipantRoles];
91
96
  export declare const ParticipantTimerType: {
92
97
  readonly DISCONNECT_NONCUSTOMER: "DISCONNECT_NONCUSTOMER";
93
98
  readonly IDLE: "IDLE";
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.876.0",
4
+ "version": "3.879.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",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.876.0",
24
- "@aws-sdk/credential-provider-node": "3.876.0",
23
+ "@aws-sdk/core": "3.879.0",
24
+ "@aws-sdk/credential-provider-node": "3.879.0",
25
25
  "@aws-sdk/middleware-host-header": "3.873.0",
26
26
  "@aws-sdk/middleware-logger": "3.876.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.873.0",
28
- "@aws-sdk/middleware-user-agent": "3.876.0",
28
+ "@aws-sdk/middleware-user-agent": "3.879.0",
29
29
  "@aws-sdk/region-config-resolver": "3.873.0",
30
30
  "@aws-sdk/types": "3.862.0",
31
- "@aws-sdk/util-endpoints": "3.873.0",
31
+ "@aws-sdk/util-endpoints": "3.879.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.873.0",
33
- "@aws-sdk/util-user-agent-node": "3.876.0",
33
+ "@aws-sdk/util-user-agent-node": "3.879.0",
34
34
  "@smithy/config-resolver": "^4.1.5",
35
- "@smithy/core": "^3.8.0",
35
+ "@smithy/core": "^3.9.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.1",
37
37
  "@smithy/hash-node": "^4.0.5",
38
38
  "@smithy/invalid-dependency": "^4.0.5",
39
39
  "@smithy/middleware-content-length": "^4.0.5",
40
- "@smithy/middleware-endpoint": "^4.1.18",
41
- "@smithy/middleware-retry": "^4.1.19",
40
+ "@smithy/middleware-endpoint": "^4.1.19",
41
+ "@smithy/middleware-retry": "^4.1.20",
42
42
  "@smithy/middleware-serde": "^4.0.9",
43
43
  "@smithy/middleware-stack": "^4.0.5",
44
44
  "@smithy/node-config-provider": "^4.1.4",
45
45
  "@smithy/node-http-handler": "^4.1.1",
46
46
  "@smithy/protocol-http": "^5.1.3",
47
- "@smithy/smithy-client": "^4.4.10",
47
+ "@smithy/smithy-client": "^4.5.0",
48
48
  "@smithy/types": "^4.3.2",
49
49
  "@smithy/url-parser": "^4.0.5",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.26",
54
- "@smithy/util-defaults-mode-node": "^4.0.26",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.27",
54
+ "@smithy/util-defaults-mode-node": "^4.0.27",
55
55
  "@smithy/util-endpoints": "^3.0.7",
56
56
  "@smithy/util-middleware": "^4.0.5",
57
57
  "@smithy/util-retry": "^4.0.7",