@aws-sdk/client-connect 3.161.0 → 3.164.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/CHANGELOG.md +27 -0
- package/dist-cjs/Connect.js +30 -0
- package/dist-cjs/commands/SearchQueuesCommand.js +36 -0
- package/dist-cjs/commands/SearchRoutingProfilesCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_1.js +39 -3
- package/dist-cjs/pagination/SearchQueuesPaginator.js +36 -0
- package/dist-cjs/pagination/SearchRoutingProfilesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +246 -5
- package/dist-es/Connect.js +30 -0
- package/dist-es/commands/SearchQueuesCommand.js +39 -0
- package/dist-es/commands/SearchRoutingProfilesCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_1.js +12 -0
- package/dist-es/pagination/SearchQueuesPaginator.js +75 -0
- package/dist-es/pagination/SearchRoutingProfilesPaginator.js +75 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +278 -0
- package/dist-types/Connect.d.ts +42 -22
- package/dist-types/ConnectClient.d.ts +4 -2
- package/dist-types/commands/DescribeContactCommand.d.ts +2 -0
- package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +2 -2
- package/dist-types/commands/ListBotsCommand.d.ts +2 -1
- package/dist-types/commands/ListContactFlowsCommand.d.ts +2 -2
- package/dist-types/commands/ListLexBotsCommand.d.ts +3 -2
- package/dist-types/commands/SearchQueuesCommand.d.ts +36 -0
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +36 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +2 -2
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +5 -6
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/TransferContactCommand.d.ts +4 -4
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +26 -16
- package/dist-types/models/models_1.d.ts +225 -22
- package/dist-types/pagination/SearchQueuesPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchRoutingProfilesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/Connect.d.ts +10 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/models/models_1.d.ts +90 -1
- package/dist-types/ts3.4/pagination/SearchQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchRoutingProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +26 -26
|
@@ -12,6 +12,8 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
|
|
|
12
12
|
* <important>
|
|
13
13
|
* <p>Contact information remains available in Amazon Connect for 24 months, and then it is
|
|
14
14
|
* deleted.</p>
|
|
15
|
+
* <p>Only data from November 12, 2021, and later is returned by this
|
|
16
|
+
* API.</p>
|
|
15
17
|
* </important>
|
|
16
18
|
* @example
|
|
17
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -7,8 +7,8 @@ export interface DisassociatePhoneNumberContactFlowCommandInput extends Disassoc
|
|
|
7
7
|
export interface DisassociatePhoneNumberContactFlowCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Removes the flow association from a phone number claimed to your Amazon Connect instance, if
|
|
11
|
-
*
|
|
10
|
+
* <p>Removes the flow association from a phone number claimed to your Amazon Connect instance, if a flow
|
|
11
|
+
* association exists.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -9,7 +9,8 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
11
|
* <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently
|
|
12
|
-
* associated with the instance.
|
|
12
|
+
* associated with the instance. Use this API to returns both Amazon Lex V1 and V2
|
|
13
|
+
* bots.</p>
|
|
13
14
|
* @example
|
|
14
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
16
|
* ```javascript
|
|
@@ -10,8 +10,8 @@ export interface ListContactFlowsCommandOutput extends ListContactFlowsResponse,
|
|
|
10
10
|
* <p>Provides information about the flows for the specified Amazon Connect instance.</p>
|
|
11
11
|
* <p>You can also create and update flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
|
|
12
12
|
* Flow language</a>.</p>
|
|
13
|
-
* <p>For more information about flows, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html">Flows</a> in the
|
|
14
|
-
*
|
|
13
|
+
* <p>For more information about flows, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html">Flows</a> in the <i>Amazon Connect
|
|
14
|
+
* Administrator Guide</i>.</p>
|
|
15
15
|
* @example
|
|
16
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
17
17
|
* ```javascript
|
|
@@ -8,8 +8,9 @@ export interface ListLexBotsCommandOutput extends ListLexBotsResponse, __Metadat
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
-
* <p>Returns a paginated list of all the Amazon Lex bots currently associated with the
|
|
12
|
-
*
|
|
11
|
+
* <p>Returns a paginated list of all the Amazon Lex V1 bots currently associated with the instance. To
|
|
12
|
+
* return both Amazon Lex V1 and V2 bots, use the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_ListBots.html">ListBots</a> API.
|
|
13
|
+
* </p>
|
|
13
14
|
* @example
|
|
14
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
16
|
* ```javascript
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { SearchQueuesRequest, SearchQueuesResponse } from "../models/models_1";
|
|
5
|
+
export interface SearchQueuesCommandInput extends SearchQueuesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface SearchQueuesCommandOutput extends SearchQueuesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>Searches queues in an Amazon Connect instance, with optional filtering.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { ConnectClient, SearchQueuesCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
16
|
+
* // const { ConnectClient, SearchQueuesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
17
|
+
* const client = new ConnectClient(config);
|
|
18
|
+
* const command = new SearchQueuesCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link SearchQueuesCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link SearchQueuesCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class SearchQueuesCommand extends $Command<SearchQueuesCommandInput, SearchQueuesCommandOutput, ConnectClientResolvedConfig> {
|
|
28
|
+
readonly input: SearchQueuesCommandInput;
|
|
29
|
+
constructor(input: SearchQueuesCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchQueuesCommandInput, SearchQueuesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { SearchRoutingProfilesRequest, SearchRoutingProfilesResponse } from "../models/models_1";
|
|
5
|
+
export interface SearchRoutingProfilesCommandInput extends SearchRoutingProfilesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface SearchRoutingProfilesCommandOutput extends SearchRoutingProfilesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
11
|
+
* <p>Searches routing profiles in an Amazon Connect instance, with optional filtering.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { ConnectClient, SearchRoutingProfilesCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
16
|
+
* // const { ConnectClient, SearchRoutingProfilesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
17
|
+
* const client = new ConnectClient(config);
|
|
18
|
+
* const command = new SearchRoutingProfilesCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link SearchRoutingProfilesCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link SearchRoutingProfilesCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class SearchRoutingProfilesCommand extends $Command<SearchRoutingProfilesCommandInput, SearchRoutingProfilesCommandOutput, ConnectClientResolvedConfig> {
|
|
28
|
+
readonly input: SearchRoutingProfilesCommandInput;
|
|
29
|
+
constructor(input: SearchRoutingProfilesCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchRoutingProfilesCommandInput, SearchRoutingProfilesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -7,8 +7,8 @@ export interface StartChatContactCommandInput extends StartChatContactRequest {
|
|
|
7
7
|
export interface StartChatContactCommandOutput extends StartChatContactResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Initiates a flow to start a new chat for the customer. Response of this API provides
|
|
11
|
-
*
|
|
10
|
+
* <p>Initiates a flow to start a new chat for the customer. Response of this API provides a token
|
|
11
|
+
* required to obtain credentials from the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a> API in the Amazon Connect Participant Service.</p>
|
|
12
12
|
*
|
|
13
13
|
* <p>When a new chat contact is successfully created, clients must subscribe to the participant’s
|
|
14
14
|
* connection for the created chat within 5 minutes. This is achieved by invoking <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a> with WEBSOCKET and CONNECTION_CREDENTIALS. </p>
|
|
@@ -7,12 +7,12 @@ export interface StartOutboundVoiceContactCommandInput extends StartOutboundVoic
|
|
|
7
7
|
export interface StartOutboundVoiceContactCommandOutput extends StartOutboundVoiceContactResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Places an outbound call to a contact, and then initiates the flow. It performs the
|
|
11
|
-
*
|
|
10
|
+
* <p>Places an outbound call to a contact, and then initiates the flow. It performs the actions
|
|
11
|
+
* in the flow that's specified (in <code>ContactFlowId</code>).</p>
|
|
12
12
|
*
|
|
13
13
|
* <p>Agents do not initiate the outbound API, which means that they do not dial the contact. If
|
|
14
|
-
* the flow places an outbound call to a contact, and then puts the contact in queue, the
|
|
15
|
-
*
|
|
14
|
+
* the flow places an outbound call to a contact, and then puts the contact in queue, the call is
|
|
15
|
+
* then routed to the agent, like any other inbound case.</p>
|
|
16
16
|
*
|
|
17
17
|
* <p>There is a 60-second dialing timeout for this operation. If the call is not connected after
|
|
18
18
|
* 60 seconds, it fails.</p>
|
|
@@ -24,8 +24,7 @@ export interface StartOutboundVoiceContactCommandOutput extends StartOutboundVoi
|
|
|
24
24
|
* <note>
|
|
25
25
|
* <p>Campaign calls are not allowed by default. Before you can make a call with
|
|
26
26
|
* <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase
|
|
27
|
-
* request to the quota <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#outbound-communications-quotas">Amazon Connect campaigns</a>.
|
|
28
|
-
* </p>
|
|
27
|
+
* request to the quota <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#outbound-communications-quotas">Amazon Connect campaigns</a>. </p>
|
|
29
28
|
* </note>
|
|
30
29
|
* @example
|
|
31
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,8 +8,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Adds the specified tags to the specified resource.</p>
|
|
11
|
-
* <p>Some of the supported resource types are agents, routing profiles, queues, quick connects,
|
|
12
|
-
* flows, agent statuses, hours of operation, phone numbers, security profiles, and task
|
|
11
|
+
* <p>Some of the supported resource types are agents, routing profiles, queues, quick connects,
|
|
12
|
+
* contact flows, agent statuses, hours of operation, phone numbers, security profiles, and task
|
|
13
13
|
* templates. For a complete list, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/tagging.html">Tagging resources in Amazon Connect</a>.</p>
|
|
14
14
|
* <p>For sample policies that use tags, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html">Amazon Connect Identity-Based
|
|
15
15
|
* Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
@@ -8,8 +8,8 @@ export interface TransferContactCommandOutput extends TransferContactResponse, _
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Transfers contacts from one agent or queue to another agent or queue at any point after a
|
|
11
|
-
* contact is created. You can transfer a contact to another queue by providing the flow
|
|
12
|
-
*
|
|
11
|
+
* contact is created. You can transfer a contact to another queue by providing the flow which
|
|
12
|
+
* orchestrates the contact to the destination queue. This gives you more control over contact
|
|
13
13
|
* handling and helps you adhere to the service level agreement (SLA) guaranteed to your
|
|
14
14
|
* customers.</p>
|
|
15
15
|
* <p>Note the following requirements:</p>
|
|
@@ -21,8 +21,8 @@ export interface TransferContactCommandOutput extends TransferContactResponse, _
|
|
|
21
21
|
* <p>Do not use both <code>QueueId</code> and <code>UserId</code> in the same call.</p>
|
|
22
22
|
* </li>
|
|
23
23
|
* <li>
|
|
24
|
-
* <p>The following flow types are supported: Inbound flow, Transfer to agent
|
|
25
|
-
*
|
|
24
|
+
* <p>The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer
|
|
25
|
+
* to queue flow.</p>
|
|
26
26
|
* </li>
|
|
27
27
|
* <li>
|
|
28
28
|
* <p>The <code>TransferContact</code> API can be called only on active contacts.</p>
|
|
@@ -17,7 +17,8 @@ export interface UpdateContactAttributesCommandOutput extends UpdateContactAttri
|
|
|
17
17
|
* from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls
|
|
18
18
|
* for additional analysis, such as legal review or to identify abusive callers.</p>
|
|
19
19
|
* <p>Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For
|
|
20
|
-
* information about contact record retention and the maximum size of the contact record attributes
|
|
20
|
+
* information about contact record retention and the maximum size of the contact record attributes
|
|
21
|
+
* section, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits">Feature
|
|
21
22
|
* specifications</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
|
|
22
23
|
* @example
|
|
23
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -102,6 +102,8 @@ export * from "./PutUserStatusCommand";
|
|
|
102
102
|
export * from "./ReleasePhoneNumberCommand";
|
|
103
103
|
export * from "./ResumeContactRecordingCommand";
|
|
104
104
|
export * from "./SearchAvailablePhoneNumbersCommand";
|
|
105
|
+
export * from "./SearchQueuesCommand";
|
|
106
|
+
export * from "./SearchRoutingProfilesCommand";
|
|
105
107
|
export * from "./SearchSecurityProfilesCommand";
|
|
106
108
|
export * from "./SearchUsersCommand";
|
|
107
109
|
export * from "./SearchVocabulariesCommand";
|
|
@@ -742,8 +742,7 @@ export interface CreateContactFlowRequest {
|
|
|
742
742
|
*/
|
|
743
743
|
Name: string | undefined;
|
|
744
744
|
/**
|
|
745
|
-
* <p>The type of the flow. For descriptions of the available types, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types">Choose a flow type</a> in the <i>Amazon Connect Administrator
|
|
746
|
-
* Guide</i>.</p>
|
|
745
|
+
* <p>The type of the flow. For descriptions of the available types, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types">Choose a flow type</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
747
746
|
*/
|
|
748
747
|
Type: ContactFlowType | string | undefined;
|
|
749
748
|
/**
|
|
@@ -981,7 +980,8 @@ export interface CreateIntegrationAssociationRequest {
|
|
|
981
980
|
/**
|
|
982
981
|
* <p>The Amazon Resource Name (ARN) of the integration.</p>
|
|
983
982
|
* <note>
|
|
984
|
-
* <p>When integrating with Amazon Pinpoint, the Amazon Connect and Amazon Pinpoint
|
|
983
|
+
* <p>When integrating with Amazon Pinpoint, the Amazon Connect and Amazon Pinpoint
|
|
984
|
+
* instances must be in the same account.</p>
|
|
985
985
|
* </note>
|
|
986
986
|
*/
|
|
987
987
|
IntegrationArn: string | undefined;
|
|
@@ -1083,8 +1083,8 @@ export interface PhoneNumberQuickConnectConfig {
|
|
|
1083
1083
|
PhoneNumber: string | undefined;
|
|
1084
1084
|
}
|
|
1085
1085
|
/**
|
|
1086
|
-
* <p>Contains information about a queue for a quick connect. The flow must be of type
|
|
1087
|
-
*
|
|
1086
|
+
* <p>Contains information about a queue for a quick connect. The flow must be of type Transfer to
|
|
1087
|
+
* Queue.</p>
|
|
1088
1088
|
*/
|
|
1089
1089
|
export interface QueueQuickConnectConfig {
|
|
1090
1090
|
/**
|
|
@@ -1238,7 +1238,8 @@ export interface CreateSecurityProfileRequest {
|
|
|
1238
1238
|
*/
|
|
1239
1239
|
Description?: string;
|
|
1240
1240
|
/**
|
|
1241
|
-
* <p>Permissions assigned to the security profile
|
|
1241
|
+
* <p>Permissions assigned to the security profile. For a list of valid permissions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html">List of security
|
|
1242
|
+
* profile permissions</a>. </p>
|
|
1242
1243
|
*/
|
|
1243
1244
|
Permissions?: string[];
|
|
1244
1245
|
/**
|
|
@@ -2006,8 +2007,7 @@ export interface ContactFlow {
|
|
|
2006
2007
|
*/
|
|
2007
2008
|
Name?: string;
|
|
2008
2009
|
/**
|
|
2009
|
-
* <p>The type of the flow. For descriptions of the available types, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types">Choose a flow type</a> in the <i>Amazon Connect Administrator
|
|
2010
|
-
* Guide</i>.</p>
|
|
2010
|
+
* <p>The type of the flow. For descriptions of the available types, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types">Choose a flow type</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
2011
2011
|
*/
|
|
2012
2012
|
Type?: ContactFlowType | string;
|
|
2013
2013
|
/**
|
|
@@ -2745,6 +2745,14 @@ export interface RoutingProfile {
|
|
|
2745
2745
|
* <p>The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
|
|
2746
2746
|
*/
|
|
2747
2747
|
Tags?: Record<string, string>;
|
|
2748
|
+
/**
|
|
2749
|
+
* <p>The number of associated queues in routing profile.</p>
|
|
2750
|
+
*/
|
|
2751
|
+
NumberOfAssociatedQueues?: number;
|
|
2752
|
+
/**
|
|
2753
|
+
* <p>The number of associated users in routing profile.</p>
|
|
2754
|
+
*/
|
|
2755
|
+
NumberOfAssociatedUsers?: number;
|
|
2748
2756
|
}
|
|
2749
2757
|
export interface DescribeRoutingProfileResponse {
|
|
2750
2758
|
/**
|
|
@@ -3430,8 +3438,8 @@ export interface GetCurrentMetricDataResponse {
|
|
|
3430
3438
|
DataSnapshotTime?: Date;
|
|
3431
3439
|
}
|
|
3432
3440
|
/**
|
|
3433
|
-
* <p>Filters user data based on the contact information that is associated to
|
|
3434
|
-
*
|
|
3441
|
+
* <p>Filters user data based on the contact information that is associated to the users. It
|
|
3442
|
+
* contains a list of <a href="https://docs.aws.amazon.com/connect/latest/adminguide/about-contact-states.html">contact states</a>.</p>
|
|
3435
3443
|
*/
|
|
3436
3444
|
export interface ContactFilter {
|
|
3437
3445
|
/**
|
|
@@ -3448,8 +3456,8 @@ export interface UserDataFilters {
|
|
|
3448
3456
|
*/
|
|
3449
3457
|
Queues?: string[];
|
|
3450
3458
|
/**
|
|
3451
|
-
* <p>A filter for the user data based on the contact information that is associated to the user.
|
|
3452
|
-
* contains a list of contact states. </p>
|
|
3459
|
+
* <p>A filter for the user data based on the contact information that is associated to the user.
|
|
3460
|
+
* It contains a list of contact states. </p>
|
|
3453
3461
|
*/
|
|
3454
3462
|
ContactFilter?: ContactFilter;
|
|
3455
3463
|
}
|
|
@@ -3459,8 +3467,9 @@ export interface GetCurrentUserDataRequest {
|
|
|
3459
3467
|
*/
|
|
3460
3468
|
InstanceId: string | undefined;
|
|
3461
3469
|
/**
|
|
3462
|
-
* <p>Filters up to 100 <code>Queues</code>, or up to 9 <code>ContactStates</code>. The user data
|
|
3463
|
-
* the queues and have contacts that are
|
|
3470
|
+
* <p>Filters up to 100 <code>Queues</code>, or up to 9 <code>ContactStates</code>. The user data
|
|
3471
|
+
* is retrieved only for those users who are associated with the queues and have contacts that are
|
|
3472
|
+
* in the specified <code>ContactState</code>. </p>
|
|
3464
3473
|
*/
|
|
3465
3474
|
Filters: UserDataFilters | undefined;
|
|
3466
3475
|
/**
|
|
@@ -3566,12 +3575,13 @@ export interface UserData {
|
|
|
3566
3575
|
AvailableSlotsByChannel?: Record<string, number>;
|
|
3567
3576
|
/**
|
|
3568
3577
|
* <p>A map of maximum slots by channel. The key is a channel name. The value is an integer: the
|
|
3569
|
-
* maximum number of slots. This is calculated from <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_MediaConcurrency.html">MediaConcurrency</a> of the
|
|
3578
|
+
* maximum number of slots. This is calculated from <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_MediaConcurrency.html">MediaConcurrency</a> of the
|
|
3579
|
+
* RoutingProfile assigned to the agent. </p>
|
|
3570
3580
|
*/
|
|
3571
3581
|
MaxSlotsByChannel?: Record<string, number>;
|
|
3572
3582
|
/**
|
|
3573
3583
|
* <p> A map of active slots by channel. The key is a channel name. The value is an integer: the
|
|
3574
|
-
* number of active slots.
|
|
3584
|
+
* number of active slots. </p>
|
|
3575
3585
|
*/
|
|
3576
3586
|
ActiveSlotsByChannel?: Record<string, number>;
|
|
3577
3587
|
/**
|