@aws-sdk/client-connect 3.606.0 → 3.608.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 (51) hide show
  1. package/README.md +38 -0
  2. package/dist-cjs/index.js +184 -5
  3. package/dist-es/Connect.js +6 -0
  4. package/dist-es/commands/DescribeAuthenticationProfileCommand.js +24 -0
  5. package/dist-es/commands/ListAuthenticationProfilesCommand.js +24 -0
  6. package/dist-es/commands/UpdateAuthenticationProfileCommand.js +24 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +0 -4
  9. package/dist-es/models/models_1.js +4 -0
  10. package/dist-es/pagination/ListAuthenticationProfilesPaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/protocols/Aws_restJson1.js +116 -0
  13. package/dist-types/Connect.d.ts +36 -1
  14. package/dist-types/ConnectClient.d.ts +20 -3
  15. package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +95 -0
  16. package/dist-types/commands/DescribeContactCommand.d.ts +14 -0
  17. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +16 -0
  18. package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +89 -0
  19. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +1 -1
  20. package/dist-types/commands/ListUserProficienciesCommand.d.ts +1 -1
  21. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  22. package/dist-types/commands/ListViewsCommand.d.ts +1 -2
  23. package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -2
  24. package/dist-types/commands/StartChatContactCommand.d.ts +14 -2
  25. package/dist-types/commands/StartContactStreamingCommand.d.ts +14 -0
  26. package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +85 -0
  27. package/dist-types/commands/index.d.ts +3 -0
  28. package/dist-types/index.d.ts +15 -1
  29. package/dist-types/models/models_0.d.ts +152 -141
  30. package/dist-types/models/models_1.d.ts +268 -228
  31. package/dist-types/models/models_2.d.ts +255 -13
  32. package/dist-types/pagination/ListAuthenticationProfilesPaginator.d.ts +7 -0
  33. package/dist-types/pagination/index.d.ts +1 -0
  34. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  35. package/dist-types/ts3.4/Connect.d.ts +51 -0
  36. package/dist-types/ts3.4/ConnectClient.d.ts +18 -0
  37. package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +40 -0
  38. package/dist-types/ts3.4/commands/ListAuthenticationProfilesCommand.d.ts +40 -0
  39. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ListUserProficienciesCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +1 -2
  43. package/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +36 -0
  44. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  45. package/dist-types/ts3.4/models/models_0.d.ts +28 -32
  46. package/dist-types/ts3.4/models/models_1.d.ts +50 -47
  47. package/dist-types/ts3.4/models/models_2.d.ts +55 -2
  48. package/dist-types/ts3.4/pagination/ListAuthenticationProfilesPaginator.d.ts +11 -0
  49. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  50. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  51. package/package.json +1 -1
@@ -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 { ListUserProficienciesRequest, ListUserProficienciesResponse } from "../models/models_1";
4
+ import { ListUserProficienciesRequest, ListUserProficienciesResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -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 { ListUsersRequest, ListUsersResponse } from "../models/models_1";
4
+ import { ListUsersRequest, ListUsersResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,8 +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 { ListViewsRequest } from "../models/models_1";
5
- import { ListViewsResponse } from "../models/models_2";
4
+ import { ListViewsRequest, ListViewsResponse } from "../models/models_2";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -29,8 +29,7 @@ declare const StartAttachedFileUploadCommand_base: {
29
29
  /**
30
30
  * <p>Provides a pre-signed Amazon S3 URL in response for uploading your content.</p>
31
31
  * <important>
32
- * <p>You may only use this API to upload attachments to a <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_CreateCase.html">Connect
33
- * Case</a>.</p>
32
+ * <p>You may only use this API to upload attachments to an <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_CreateCase.html">Amazon Connect Case</a>.</p>
34
33
  * </important>
35
34
  * @example
36
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -46,8 +46,20 @@ declare const StartChatContactCommand_base: {
46
46
  * <p>If you use the <code>ChatDurationInMinutes</code> parameter and receive a 400 error, your
47
47
  * account may not support the ability to configure custom chat durations. For more information,
48
48
  * contact Amazon Web Services Support. </p>
49
- * <p>For more information about chat, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat.html">Chat</a> in the <i>Amazon Connect
50
- * Administrator Guide</i>.</p>
49
+ * <p>For more information about chat, see the following topics in the <i>Amazon Connect
50
+ * Administrator Guide</i>: </p>
51
+ * <ul>
52
+ * <li>
53
+ * <p>
54
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/web-and-mobile-chat.html">Concepts: Web and mobile messaging capabilities in Amazon Connect</a>
55
+ * </p>
56
+ * </li>
57
+ * <li>
58
+ * <p>
59
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Amazon Connect Chat security best practices</a>
60
+ * </p>
61
+ * </li>
62
+ * </ul>
51
63
  * @example
52
64
  * Use a bare-bones client and the command you need to make an API call.
53
65
  * ```javascript
@@ -30,6 +30,20 @@ declare const StartContactStreamingCommand_base: {
30
30
  * <p> Initiates real-time message streaming for a new chat contact.</p>
31
31
  * <p> For more information about message streaming, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-message-streaming.html">Enable real-time chat message
32
32
  * streaming</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
33
+ * <p>For more information about chat, see the following topics in the <i>Amazon Connect
34
+ * Administrator Guide</i>: </p>
35
+ * <ul>
36
+ * <li>
37
+ * <p>
38
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/web-and-mobile-chat.html">Concepts: Web and mobile messaging capabilities in Amazon Connect</a>
39
+ * </p>
40
+ * </li>
41
+ * <li>
42
+ * <p>
43
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat">Amazon Connect Chat security best practices</a>
44
+ * </p>
45
+ * </li>
46
+ * </ul>
33
47
  * @example
34
48
  * Use a bare-bones client and the command you need to make an API call.
35
49
  * ```javascript
@@ -0,0 +1,85 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { UpdateAuthenticationProfileRequest } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateAuthenticationProfileCommand}.
14
+ */
15
+ export interface UpdateAuthenticationProfileCommandInput extends UpdateAuthenticationProfileRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateAuthenticationProfileCommand}.
21
+ */
22
+ export interface UpdateAuthenticationProfileCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const UpdateAuthenticationProfileCommand_base: {
25
+ new (input: UpdateAuthenticationProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAuthenticationProfileCommandInput, UpdateAuthenticationProfileCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: UpdateAuthenticationProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAuthenticationProfileCommandInput, UpdateAuthenticationProfileCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
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 Services Support.</p>
32
+ * <p>Updates the selected authentication profile.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { ConnectClient, UpdateAuthenticationProfileCommand } from "@aws-sdk/client-connect"; // ES Modules import
37
+ * // const { ConnectClient, UpdateAuthenticationProfileCommand } = require("@aws-sdk/client-connect"); // CommonJS import
38
+ * const client = new ConnectClient(config);
39
+ * const input = { // UpdateAuthenticationProfileRequest
40
+ * AuthenticationProfileId: "STRING_VALUE", // required
41
+ * InstanceId: "STRING_VALUE", // required
42
+ * Name: "STRING_VALUE",
43
+ * Description: "STRING_VALUE",
44
+ * AllowedIps: [ // IpCidrList
45
+ * "STRING_VALUE",
46
+ * ],
47
+ * BlockedIps: [
48
+ * "STRING_VALUE",
49
+ * ],
50
+ * PeriodicSessionDuration: Number("int"),
51
+ * };
52
+ * const command = new UpdateAuthenticationProfileCommand(input);
53
+ * const response = await client.send(command);
54
+ * // {};
55
+ *
56
+ * ```
57
+ *
58
+ * @param UpdateAuthenticationProfileCommandInput - {@link UpdateAuthenticationProfileCommandInput}
59
+ * @returns {@link UpdateAuthenticationProfileCommandOutput}
60
+ * @see {@link UpdateAuthenticationProfileCommandInput} for command's `input` shape.
61
+ * @see {@link UpdateAuthenticationProfileCommandOutput} for command's `response` shape.
62
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
63
+ *
64
+ * @throws {@link InternalServiceException} (server fault)
65
+ * <p>Request processing failed because of an error or failure with the service.</p>
66
+ *
67
+ * @throws {@link InvalidParameterException} (client fault)
68
+ * <p>One or more of the specified parameters are not valid.</p>
69
+ *
70
+ * @throws {@link InvalidRequestException} (client fault)
71
+ * <p>The request is not valid.</p>
72
+ *
73
+ * @throws {@link ResourceNotFoundException} (client fault)
74
+ * <p>The specified resource was not found.</p>
75
+ *
76
+ * @throws {@link ThrottlingException} (client fault)
77
+ * <p>The throttling limit has been exceeded.</p>
78
+ *
79
+ * @throws {@link ConnectServiceException}
80
+ * <p>Base exception class for all service exceptions from Connect service.</p>
81
+ *
82
+ * @public
83
+ */
84
+ export declare class UpdateAuthenticationProfileCommand extends UpdateAuthenticationProfileCommand_base {
85
+ }
@@ -69,6 +69,7 @@ export * from "./DeleteViewCommand";
69
69
  export * from "./DeleteViewVersionCommand";
70
70
  export * from "./DeleteVocabularyCommand";
71
71
  export * from "./DescribeAgentStatusCommand";
72
+ export * from "./DescribeAuthenticationProfileCommand";
72
73
  export * from "./DescribeContactCommand";
73
74
  export * from "./DescribeContactEvaluationCommand";
74
75
  export * from "./DescribeContactFlowCommand";
@@ -121,6 +122,7 @@ export * from "./ImportPhoneNumberCommand";
121
122
  export * from "./ListAgentStatusesCommand";
122
123
  export * from "./ListAnalyticsDataAssociationsCommand";
123
124
  export * from "./ListApprovedOriginsCommand";
125
+ export * from "./ListAuthenticationProfilesCommand";
124
126
  export * from "./ListBotsCommand";
125
127
  export * from "./ListContactEvaluationsCommand";
126
128
  export * from "./ListContactFlowModulesCommand";
@@ -203,6 +205,7 @@ export * from "./TransferContactCommand";
203
205
  export * from "./UntagContactCommand";
204
206
  export * from "./UntagResourceCommand";
205
207
  export * from "./UpdateAgentStatusCommand";
208
+ export * from "./UpdateAuthenticationProfileCommand";
206
209
  export * from "./UpdateContactAttributesCommand";
207
210
  export * from "./UpdateContactCommand";
208
211
  export * from "./UpdateContactEvaluationCommand";
@@ -1,5 +1,19 @@
1
1
  /**
2
- * <p>Amazon Connect is a cloud-based contact center solution that you use to set up and
2
+ * <ul>
3
+ * <li>
4
+ * <p>
5
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Service.html">Amazon Connect
6
+ * actions</a>
7
+ * </p>
8
+ * </li>
9
+ * <li>
10
+ * <p>
11
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Service.html">Amazon Connect
12
+ * data types</a>
13
+ * </p>
14
+ * </li>
15
+ * </ul>
16
+ * <p>Amazon Connect is a cloud-based contact center solution that you use to set up and
3
17
  * manage a customer contact center and provide reliable customer engagement at any scale.</p>
4
18
  * <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize
5
19
  * contact routing. You can also resolve customer issues more efficiently by getting customers in
@@ -327,7 +327,7 @@ export interface AgentHierarchyGroup {
327
327
  /**
328
328
  * <p>A structure that defines search criteria for contacts using agent hierarchy group levels.
329
329
  * For more information about agent hierarchies, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/agent-hierarchy.html">Set Up Agent Hierarchies</a> in the
330
- * <i>Amazon Connect Administrator Guide</i>.</p>
330
+ * <i>Amazon Connect Administrator Guide</i>.</p>
331
331
  * @public
332
332
  */
333
333
  export interface AgentHierarchyGroups {
@@ -403,7 +403,8 @@ export interface DeviceInfo {
403
403
  OperatingSystem?: string;
404
404
  }
405
405
  /**
406
- * <p>Information about the agent hierarchy. Hierarchies can be configured with up to five levels.</p>
406
+ * <p>Information about the agent hierarchy. Hierarchies can be configured with up to five
407
+ * levels.</p>
407
408
  * @public
408
409
  */
409
410
  export interface HierarchyGroups {
@@ -481,8 +482,10 @@ export interface AudioQualityMetricsInfo {
481
482
  */
482
483
  QualityScore?: number;
483
484
  /**
484
- * <p>List of potential issues causing degradation of quality on a media connection. If the service did not detect any potential quality issues the list is empty.</p>
485
- * <p>Valid values: <code>HighPacketLoss</code> | <code>HighRoundTripTime</code> | <code>HighJitterBuffer</code>
485
+ * <p>List of potential issues causing degradation of quality on a media connection. If the
486
+ * service did not detect any potential quality issues the list is empty.</p>
487
+ * <p>Valid values: <code>HighPacketLoss</code> | <code>HighRoundTripTime</code> |
488
+ * <code>HighJitterBuffer</code>
486
489
  * </p>
487
490
  * @public
488
491
  */
@@ -499,6 +502,19 @@ export interface AgentQualityMetrics {
499
502
  */
500
503
  Audio?: AudioQualityMetricsInfo;
501
504
  }
505
+ /**
506
+ * <p>Can be used to define a list of preferred agents to target the contact within the queue.
507
+ * Note that agents must have the queue in their routing profile in order to be offered the
508
+ * contact.</p>
509
+ * @public
510
+ */
511
+ export interface AgentsCriteria {
512
+ /**
513
+ * <p>An object to specify a list of agents, by Agent ID.</p>
514
+ * @public
515
+ */
516
+ AgentIds?: string[];
517
+ }
502
518
  /**
503
519
  * @public
504
520
  * @enum
@@ -2048,7 +2064,7 @@ export interface ClaimPhoneNumberResponse {
2048
2064
  */
2049
2065
  export interface CompleteAttachedFileUploadRequest {
2050
2066
  /**
2051
- * <p>The unique identifier of the Connect instance.</p>
2067
+ * <p>The unique identifier of the Amazon Connect instance.</p>
2052
2068
  * @public
2053
2069
  */
2054
2070
  InstanceId: string | undefined;
@@ -3725,7 +3741,7 @@ export interface FieldValueUnion {
3725
3741
  */
3726
3742
  BooleanValue?: boolean;
3727
3743
  /**
3728
- * <p>a Double number value type.</p>
3744
+ * <p>A Double number value type.</p>
3729
3745
  * @public
3730
3746
  */
3731
3747
  DoubleValue?: number;
@@ -5691,6 +5707,116 @@ export interface DescribeAgentStatusResponse {
5691
5707
  */
5692
5708
  AgentStatus?: AgentStatus;
5693
5709
  }
5710
+ /**
5711
+ * @public
5712
+ */
5713
+ export interface DescribeAuthenticationProfileRequest {
5714
+ /**
5715
+ * <p>A unique identifier for the authentication profile. </p>
5716
+ * @public
5717
+ */
5718
+ AuthenticationProfileId: string | undefined;
5719
+ /**
5720
+ * <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>
5721
+ * @public
5722
+ */
5723
+ InstanceId: string | undefined;
5724
+ }
5725
+ /**
5726
+ * <p>This API is in preview release for Amazon Connect and is subject to change. To
5727
+ * request access to this API, contact Amazon Web Services Support.</p>
5728
+ * <p>Information about an authentication profile. An authentication profile is a resource that
5729
+ * stores the authentication settings for users in your contact center. You use authentication
5730
+ * profiles to set up IP address range restrictions and session timeouts. For more information, see
5731
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html">Set IP address restrictions or session timeouts</a>.
5732
+ * </p>
5733
+ * @public
5734
+ */
5735
+ export interface AuthenticationProfile {
5736
+ /**
5737
+ * <p>A unique identifier for the authentication profile. </p>
5738
+ * @public
5739
+ */
5740
+ Id?: string;
5741
+ /**
5742
+ * <p>The Amazon Resource Name (ARN) for the authentication profile.</p>
5743
+ * @public
5744
+ */
5745
+ Arn?: string;
5746
+ /**
5747
+ * <p>The name for the authentication profile.</p>
5748
+ * @public
5749
+ */
5750
+ Name?: string;
5751
+ /**
5752
+ * <p>The description for the authentication profile.</p>
5753
+ * @public
5754
+ */
5755
+ Description?: string;
5756
+ /**
5757
+ * <p>A list of IP address range strings that are allowed to access the Amazon Connect
5758
+ * instance. For more information about how to configure IP addresses, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-ip-based-ac">Configure
5759
+ * IP address based access control</a> in the <i>Amazon Connect Administrator
5760
+ * Guide</i>.</p>
5761
+ * @public
5762
+ */
5763
+ AllowedIps?: string[];
5764
+ /**
5765
+ * <p>A list of IP address range strings that are blocked from accessing the Amazon Connect
5766
+ * instance. For more information about how to configure IP addresses, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-ip-based-ac">Configure
5767
+ * IP address based access control</a> in the <i>Amazon Connect Administrator
5768
+ * Guide</i>.</p>
5769
+ * @public
5770
+ */
5771
+ BlockedIps?: string[];
5772
+ /**
5773
+ * <p>Shows whether the authentication profile is the default authentication profile for the
5774
+ * Amazon Connect instance. The default authentication profile applies to all agents in an
5775
+ * Amazon Connect instance, unless overridden by another authentication profile.</p>
5776
+ * @public
5777
+ */
5778
+ IsDefault?: boolean;
5779
+ /**
5780
+ * <p>The timestamp when the authentication profile was created.</p>
5781
+ * @public
5782
+ */
5783
+ CreatedTime?: Date;
5784
+ /**
5785
+ * <p>The timestamp when the authentication profile was last modified.</p>
5786
+ * @public
5787
+ */
5788
+ LastModifiedTime?: Date;
5789
+ /**
5790
+ * <p>The Amazon Web Services Region where the authentication profile was last modified.</p>
5791
+ * @public
5792
+ */
5793
+ LastModifiedRegion?: string;
5794
+ /**
5795
+ * <p>The short lived session duration configuration for users logged in to Amazon Connect, in
5796
+ * minutes. This value determines the maximum possible time before an agent is authenticated. For
5797
+ * more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts">Configure the session duration</a> in the <i>Amazon Connect Administrator
5798
+ * Guide</i>.</p>
5799
+ * @public
5800
+ */
5801
+ PeriodicSessionDuration?: number;
5802
+ /**
5803
+ * <p>The long lived session duration for users logged in to Amazon Connect, in minutes. After
5804
+ * this time period, users must log in again. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts">Configure the session duration</a> in the <i>Amazon Connect Administrator
5805
+ * Guide</i>.</p>
5806
+ * @public
5807
+ */
5808
+ MaxSessionDuration?: number;
5809
+ }
5810
+ /**
5811
+ * @public
5812
+ */
5813
+ export interface DescribeAuthenticationProfileResponse {
5814
+ /**
5815
+ * <p>The authentication profile object being described.</p>
5816
+ * @public
5817
+ */
5818
+ AuthenticationProfile?: AuthenticationProfile;
5819
+ }
5694
5820
  /**
5695
5821
  * @public
5696
5822
  */
@@ -5753,7 +5879,8 @@ export interface Customer {
5753
5879
  */
5754
5880
  export interface CustomerVoiceActivity {
5755
5881
  /**
5756
- * <p>Timestamp that measures the beginning of the customer greeting from an outbound voice call.</p>
5882
+ * <p>Timestamp that measures the beginning of the customer greeting from an outbound voice
5883
+ * call.</p>
5757
5884
  * @public
5758
5885
  */
5759
5886
  GreetingStartTimestamp?: Date;
@@ -5769,7 +5896,8 @@ export interface CustomerVoiceActivity {
5769
5896
  */
5770
5897
  export interface DisconnectDetails {
5771
5898
  /**
5772
- * <p>Indicates the potential disconnection issues for a call. This field is not populated if the service does not detect potential issues.</p>
5899
+ * <p>Indicates the potential disconnection issues for a call. This field is not populated if the
5900
+ * service does not detect potential issues.</p>
5773
5901
  * @public
5774
5902
  */
5775
5903
  PotentialDisconnectIssue?: string;
@@ -5833,6 +5961,17 @@ export interface Expiry {
5833
5961
  */
5834
5962
  ExpiryTimestamp?: Date;
5835
5963
  }
5964
+ /**
5965
+ * <p>An object to define <code>AgentsCriteria</code>.</p>
5966
+ * @public
5967
+ */
5968
+ export interface MatchCriteria {
5969
+ /**
5970
+ * <p>An object to define <code>AgentIds</code>.</p>
5971
+ * @public
5972
+ */
5973
+ AgentsCriteria?: AgentsCriteria;
5974
+ }
5836
5975
  /**
5837
5976
  * <p>An object to specify the predefined attribute condition.</p>
5838
5977
  * @public
@@ -5853,6 +5992,11 @@ export interface AttributeCondition {
5853
5992
  * @public
5854
5993
  */
5855
5994
  ProficiencyLevel?: number;
5995
+ /**
5996
+ * <p>An object to define <code>AgentsCriteria</code>.</p>
5997
+ * @public
5998
+ */
5999
+ MatchCriteria?: MatchCriteria;
5856
6000
  /**
5857
6001
  * <p>The operator of the condition.</p>
5858
6002
  * @public
@@ -5984,139 +6128,6 @@ export interface EvaluationAnswerOutput {
5984
6128
  */
5985
6129
  SystemSuggestedValue?: EvaluationAnswerData;
5986
6130
  }
5987
- /**
5988
- * <p>Information about scores of a contact evaluation item (section or question).</p>
5989
- * @public
5990
- */
5991
- export interface EvaluationScore {
5992
- /**
5993
- * <p>The score percentage for an item in a contact evaluation.</p>
5994
- * @public
5995
- */
5996
- Percentage?: number;
5997
- /**
5998
- * <p>The flag to mark the item as not applicable for scoring.</p>
5999
- * @public
6000
- */
6001
- NotApplicable?: boolean;
6002
- /**
6003
- * <p>The flag that marks the item as automatic fail. If the item or a child item gets an
6004
- * automatic fail answer, this flag will be true.</p>
6005
- * @public
6006
- */
6007
- AutomaticFail?: boolean;
6008
- }
6009
- /**
6010
- * <p>Metadata information about a contact evaluation.</p>
6011
- * @public
6012
- */
6013
- export interface EvaluationMetadata {
6014
- /**
6015
- * <p>The identifier of the contact in this instance of Amazon Connect. </p>
6016
- * @public
6017
- */
6018
- ContactId: string | undefined;
6019
- /**
6020
- * <p>The Amazon Resource Name (ARN) of the user who last updated the evaluation.</p>
6021
- * @public
6022
- */
6023
- EvaluatorArn: string | undefined;
6024
- /**
6025
- * <p>The identifier of the agent who performed the contact.</p>
6026
- * @public
6027
- */
6028
- ContactAgentId?: string;
6029
- /**
6030
- * <p>The overall score of the contact evaluation.</p>
6031
- * @public
6032
- */
6033
- Score?: EvaluationScore;
6034
- }
6035
- /**
6036
- * <p>Information about notes for a contact evaluation.</p>
6037
- * @public
6038
- */
6039
- export interface EvaluationNote {
6040
- /**
6041
- * <p>The note for an item (section or question) in a contact evaluation.</p>
6042
- * <note>
6043
- * <p>Even though a note in an evaluation can have up to 3072 chars, there is also a limit on the
6044
- * total number of chars for all the notes in the evaluation combined. Assuming there are N
6045
- * questions in the evaluation being submitted, then the max char limit for all notes combined is N
6046
- * x 1024.</p>
6047
- * </note>
6048
- * @public
6049
- */
6050
- Value?: string;
6051
- }
6052
- /**
6053
- * @public
6054
- * @enum
6055
- */
6056
- export declare const EvaluationStatus: {
6057
- readonly DRAFT: "DRAFT";
6058
- readonly SUBMITTED: "SUBMITTED";
6059
- };
6060
- /**
6061
- * @public
6062
- */
6063
- export type EvaluationStatus = (typeof EvaluationStatus)[keyof typeof EvaluationStatus];
6064
- /**
6065
- * <p>Information about a contact evaluation.</p>
6066
- * @public
6067
- */
6068
- export interface Evaluation {
6069
- /**
6070
- * <p>A unique identifier for the contact evaluation.</p>
6071
- * @public
6072
- */
6073
- EvaluationId: string | undefined;
6074
- /**
6075
- * <p>The Amazon Resource Name (ARN) for the contact evaluation resource.</p>
6076
- * @public
6077
- */
6078
- EvaluationArn: string | undefined;
6079
- /**
6080
- * <p>Metadata about the contact evaluation.</p>
6081
- * @public
6082
- */
6083
- Metadata: EvaluationMetadata | undefined;
6084
- /**
6085
- * <p>A map of question identifiers to answer value.</p>
6086
- * @public
6087
- */
6088
- Answers: Record<string, EvaluationAnswerOutput> | undefined;
6089
- /**
6090
- * <p>A map of question identifiers to note value.</p>
6091
- * @public
6092
- */
6093
- Notes: Record<string, EvaluationNote> | undefined;
6094
- /**
6095
- * <p>The status of the contact evaluation.</p>
6096
- * @public
6097
- */
6098
- Status: EvaluationStatus | undefined;
6099
- /**
6100
- * <p>A map of item (section or question) identifiers to score value.</p>
6101
- * @public
6102
- */
6103
- Scores?: Record<string, EvaluationScore>;
6104
- /**
6105
- * <p>The timestamp for when the evaluation was created.</p>
6106
- * @public
6107
- */
6108
- CreatedTime: Date | undefined;
6109
- /**
6110
- * <p>The timestamp for when the evaluation was last updated.</p>
6111
- * @public
6112
- */
6113
- LastModifiedTime: Date | undefined;
6114
- /**
6115
- * <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
6116
- * @public
6117
- */
6118
- Tags?: Record<string, string>;
6119
- }
6120
6131
  /**
6121
6132
  * @internal
6122
6133
  */