@aws-sdk/client-connect 3.696.0 → 3.701.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/README.md +88 -0
- package/dist-cjs/index.js +1021 -119
- package/dist-es/Connect.js +22 -0
- package/dist-es/commands/CreateContactCommand.js +23 -0
- package/dist-es/commands/CreateEmailAddressCommand.js +23 -0
- package/dist-es/commands/DeleteEmailAddressCommand.js +22 -0
- package/dist-es/commands/DescribeContactCommand.js +1 -1
- package/dist-es/commands/DescribeEmailAddressCommand.js +23 -0
- package/dist-es/commands/ListAssociatedContactsCommand.js +22 -0
- package/dist-es/commands/SearchEmailAddressesCommand.js +23 -0
- package/dist-es/commands/SendOutboundEmailCommand.js +23 -0
- package/dist-es/commands/StartEmailContactCommand.js +23 -0
- package/dist-es/commands/StartOutboundEmailContactCommand.js +23 -0
- package/dist-es/commands/StartTaskContactCommand.js +1 -1
- package/dist-es/commands/UpdateContactCommand.js +1 -1
- package/dist-es/commands/UpdateEmailAddressMetadataCommand.js +23 -0
- package/dist-es/commands/UpdateQueueOutboundEmailConfigCommand.js +22 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +67 -24
- package/dist-es/models/models_1.js +24 -40
- package/dist-es/models/models_2.js +142 -19
- package/dist-es/models/models_3.js +33 -0
- package/dist-es/protocols/Aws_restJson1.js +470 -10
- package/dist-types/Connect.d.ts +77 -0
- package/dist-types/ConnectClient.d.ts +13 -2
- package/dist-types/commands/AssociateFlowCommand.d.ts +1 -1
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +2 -2
- package/dist-types/commands/BatchPutContactCommand.d.ts +2 -2
- package/dist-types/commands/CreateContactCommand.d.ts +139 -0
- package/dist-types/commands/CreateEmailAddressCommand.d.ts +111 -0
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueCommand.d.ts +3 -0
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +2 -2
- package/dist-types/commands/CreateRuleCommand.d.ts +5 -2
- package/dist-types/commands/CreateTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEmailAddressCommand.d.ts +91 -0
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +39 -4
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +1 -2
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEmailAddressCommand.d.ts +99 -0
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQueueCommand.d.ts +3 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuleCommand.d.ts +5 -2
- package/dist-types/commands/DisassociateFlowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/GetAttachedFileCommand.d.ts +1 -1
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +2 -2
- package/dist-types/commands/GetCurrentUserDataCommand.d.ts +2 -2
- package/dist-types/commands/GetFlowAssociationCommand.d.ts +2 -2
- package/dist-types/commands/GetMetricDataCommand.d.ts +2 -2
- package/dist-types/commands/GetTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/ListAssociatedContactsCommand.d.ts +103 -0
- package/dist-types/commands/ListContactReferencesCommand.d.ts +7 -2
- package/dist-types/commands/ListFlowAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +3 -2
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -2
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +3 -4
- package/dist-types/commands/SearchContactsCommand.d.ts +20 -4
- package/dist-types/commands/SearchEmailAddressesCommand.d.ts +146 -0
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
- package/dist-types/commands/SearchQueuesCommand.d.ts +5 -1
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -2
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/commands/SendOutboundEmailCommand.d.ts +135 -0
- package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +4 -2
- package/dist-types/commands/StartChatContactCommand.d.ts +12 -1
- package/dist-types/commands/StartEmailContactCommand.d.ts +162 -0
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +14 -3
- package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +129 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +5 -2
- package/dist-types/commands/StartTaskContactCommand.d.ts +22 -3
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +5 -2
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactCommand.d.ts +22 -3
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +98 -0
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +94 -0
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +5 -2
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +4 -2
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +317 -321
- package/dist-types/models/models_1.d.ts +567 -624
- package/dist-types/models/models_2.d.ts +3704 -3854
- package/dist-types/models/models_3.d.ts +1650 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/Connect.d.ts +187 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/StartOutboundChatContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +122 -90
- package/dist-types/ts3.4/models/models_1.d.ts +155 -213
- package/dist-types/ts3.4/models/models_2.d.ts +436 -296
- package/dist-types/ts3.4/models/models_3.d.ts +363 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +4 -4
|
@@ -58,8 +58,11 @@ declare const StartWebRTCContactCommand_base: {
|
|
|
58
58
|
* RelatedContactId: "STRING_VALUE",
|
|
59
59
|
* References: { // ContactReferences
|
|
60
60
|
* "<keys>": { // Reference
|
|
61
|
-
* Value: "STRING_VALUE",
|
|
62
|
-
* Type: "URL" || "ATTACHMENT" || "NUMBER" || "STRING" || "DATE" || "EMAIL", // required
|
|
61
|
+
* Value: "STRING_VALUE",
|
|
62
|
+
* Type: "URL" || "ATTACHMENT" || "CONTACT_ANALYSIS" || "NUMBER" || "STRING" || "DATE" || "EMAIL" || "EMAIL_MESSAGE", // required
|
|
63
|
+
* Status: "AVAILABLE" || "DELETED" || "APPROVED" || "REJECTED" || "PROCESSING" || "FAILED",
|
|
64
|
+
* Arn: "STRING_VALUE",
|
|
65
|
+
* StatusReason: "STRING_VALUE",
|
|
63
66
|
* },
|
|
64
67
|
* },
|
|
65
68
|
* Description: "STRING_VALUE",
|
|
@@ -29,8 +29,8 @@ declare const TagResourceCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Adds the specified tags to the specified resource.</p>
|
|
31
31
|
* <p>Some of the supported resource types are agents, routing profiles, queues, quick connects,
|
|
32
|
-
*
|
|
33
|
-
*
|
|
32
|
+
* flows, agent statuses, hours of operation, phone numbers, security profiles, and task templates.
|
|
33
|
+
* For a complete list, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/tagging.html">Tagging resources in Amazon Connect</a>.</p>
|
|
34
34
|
* <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
|
|
35
35
|
* Identity-Based Policy Examples</a> in the <i>Amazon Connect Administrator
|
|
36
36
|
* Guide</i>.</p>
|
|
@@ -1,7 +1,8 @@
|
|
|
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 {
|
|
4
|
+
import { UpdateContactResponse } from "../models/models_2";
|
|
5
|
+
import { UpdateContactRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -47,8 +48,26 @@ declare const UpdateContactCommand_base: {
|
|
|
47
48
|
* Description: "STRING_VALUE",
|
|
48
49
|
* References: { // ContactReferences
|
|
49
50
|
* "<keys>": { // Reference
|
|
50
|
-
* Value: "STRING_VALUE",
|
|
51
|
-
* Type: "URL" || "ATTACHMENT" || "NUMBER" || "STRING" || "DATE" || "EMAIL", // required
|
|
51
|
+
* Value: "STRING_VALUE",
|
|
52
|
+
* Type: "URL" || "ATTACHMENT" || "CONTACT_ANALYSIS" || "NUMBER" || "STRING" || "DATE" || "EMAIL" || "EMAIL_MESSAGE", // required
|
|
53
|
+
* Status: "AVAILABLE" || "DELETED" || "APPROVED" || "REJECTED" || "PROCESSING" || "FAILED",
|
|
54
|
+
* Arn: "STRING_VALUE",
|
|
55
|
+
* StatusReason: "STRING_VALUE",
|
|
56
|
+
* },
|
|
57
|
+
* },
|
|
58
|
+
* SegmentAttributes: { // SegmentAttributes
|
|
59
|
+
* "<keys>": { // SegmentAttributeValue
|
|
60
|
+
* ValueString: "STRING_VALUE",
|
|
61
|
+
* ValueMap: { // SegmentAttributeValueMap
|
|
62
|
+
* "<keys>": {
|
|
63
|
+
* ValueString: "STRING_VALUE",
|
|
64
|
+
* ValueMap: {
|
|
65
|
+
* "<keys>": "<SegmentAttributeValue>",
|
|
66
|
+
* },
|
|
67
|
+
* ValueInteger: Number("int"),
|
|
68
|
+
* },
|
|
69
|
+
* },
|
|
70
|
+
* ValueInteger: Number("int"),
|
|
52
71
|
* },
|
|
53
72
|
* },
|
|
54
73
|
* };
|
|
@@ -31,7 +31,7 @@ declare const UpdateContactFlowContentCommand_base: {
|
|
|
31
31
|
* <p>You can also create and update flows using the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html">Amazon Connect
|
|
32
32
|
* Flow language</a>.</p>
|
|
33
33
|
* <p>Use the <code>$SAVED</code> alias in the request to describe the <code>SAVED</code> content
|
|
34
|
-
* of a Flow. For example, <code>arn:aws:.../contact-flow/\{id\}:$SAVED</code>.
|
|
34
|
+
* of a Flow. For example, <code>arn:aws:.../contact-flow/\{id\}:$SAVED</code>. After a flow is
|
|
35
35
|
* published, <code>$SAVED</code> needs to be supplied to view saved content that has not been
|
|
36
36
|
* published.</p>
|
|
37
37
|
* @example
|
|
@@ -29,7 +29,7 @@ declare const UpdateContactFlowModuleContentCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Updates specified flow module for the specified Amazon Connect instance. </p>
|
|
31
31
|
* <p>Use the <code>$SAVED</code> alias in the request to describe the <code>SAVED</code> content
|
|
32
|
-
* of a Flow. For example, <code>arn:aws:.../contact-flow/\{id\}:$SAVED</code>.
|
|
32
|
+
* of a Flow. For example, <code>arn:aws:.../contact-flow/\{id\}:$SAVED</code>. After a flow is
|
|
33
33
|
* published, <code>$SAVED</code> needs to be supplied to view saved content that has not been
|
|
34
34
|
* published.</p>
|
|
35
35
|
* @example
|
|
@@ -1,7 +1,8 @@
|
|
|
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 {
|
|
4
|
+
import { UpdateContactRoutingDataResponse } from "../models/models_2";
|
|
5
|
+
import { UpdateContactRoutingDataRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -0,0 +1,98 @@
|
|
|
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 { UpdateEmailAddressMetadataRequest, UpdateEmailAddressMetadataResponse } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateEmailAddressMetadataCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateEmailAddressMetadataCommandInput extends UpdateEmailAddressMetadataRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateEmailAddressMetadataCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateEmailAddressMetadataCommandOutput extends UpdateEmailAddressMetadataResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateEmailAddressMetadataCommand_base: {
|
|
25
|
+
new (input: UpdateEmailAddressMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEmailAddressMetadataCommandInput, UpdateEmailAddressMetadataCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: UpdateEmailAddressMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEmailAddressMetadataCommandInput, UpdateEmailAddressMetadataCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates an email address metadata. For more information about email addresses, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-email-address1.html">Create email
|
|
31
|
+
* addresses</a> in the Amazon Connect Administrator Guide.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { ConnectClient, UpdateEmailAddressMetadataCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
36
|
+
* // const { ConnectClient, UpdateEmailAddressMetadataCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
37
|
+
* const client = new ConnectClient(config);
|
|
38
|
+
* const input = { // UpdateEmailAddressMetadataRequest
|
|
39
|
+
* InstanceId: "STRING_VALUE", // required
|
|
40
|
+
* EmailAddressId: "STRING_VALUE", // required
|
|
41
|
+
* Description: "STRING_VALUE",
|
|
42
|
+
* DisplayName: "STRING_VALUE",
|
|
43
|
+
* ClientToken: "STRING_VALUE",
|
|
44
|
+
* };
|
|
45
|
+
* const command = new UpdateEmailAddressMetadataCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // UpdateEmailAddressMetadataResponse
|
|
48
|
+
* // EmailAddressId: "STRING_VALUE",
|
|
49
|
+
* // EmailAddressArn: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param UpdateEmailAddressMetadataCommandInput - {@link UpdateEmailAddressMetadataCommandInput}
|
|
55
|
+
* @returns {@link UpdateEmailAddressMetadataCommandOutput}
|
|
56
|
+
* @see {@link UpdateEmailAddressMetadataCommandInput} for command's `input` shape.
|
|
57
|
+
* @see {@link UpdateEmailAddressMetadataCommandOutput} for command's `response` shape.
|
|
58
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
61
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link IdempotencyException} (client fault)
|
|
64
|
+
* <p>An entity with the same name already exists.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
67
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
70
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
73
|
+
* <p>The request is not valid.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
76
|
+
* <p>The specified resource was not found.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
79
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ConnectServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
83
|
+
*
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
export declare class UpdateEmailAddressMetadataCommand extends UpdateEmailAddressMetadataCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: UpdateEmailAddressMetadataRequest;
|
|
91
|
+
output: UpdateEmailAddressMetadataResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: UpdateEmailAddressMetadataCommandInput;
|
|
95
|
+
output: UpdateEmailAddressMetadataCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
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 {
|
|
4
|
+
import { UpdateEvaluationFormResponse } from "../models/models_2";
|
|
5
|
+
import { UpdateEvaluationFormRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -38,7 +38,7 @@ declare const UpdateInstanceStorageConfigCommand_base: {
|
|
|
38
38
|
* const input = { // UpdateInstanceStorageConfigRequest
|
|
39
39
|
* InstanceId: "STRING_VALUE", // required
|
|
40
40
|
* AssociationId: "STRING_VALUE", // required
|
|
41
|
-
* ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS" || "SCREEN_RECORDINGS" || "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" || "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS", // required
|
|
41
|
+
* ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS" || "SCREEN_RECORDINGS" || "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" || "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS" || "EMAIL_MESSAGES", // required
|
|
42
42
|
* StorageConfig: { // InstanceStorageConfig
|
|
43
43
|
* AssociationId: "STRING_VALUE",
|
|
44
44
|
* StorageType: "S3" || "KINESIS_VIDEO_STREAM" || "KINESIS_STREAM" || "KINESIS_FIREHOSE", // required
|
|
@@ -0,0 +1,94 @@
|
|
|
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 { UpdateQueueOutboundEmailConfigRequest } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateQueueOutboundEmailConfigCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateQueueOutboundEmailConfigCommandInput extends UpdateQueueOutboundEmailConfigRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateQueueOutboundEmailConfigCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateQueueOutboundEmailConfigCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateQueueOutboundEmailConfigCommand_base: {
|
|
25
|
+
new (input: UpdateQueueOutboundEmailConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQueueOutboundEmailConfigCommandInput, UpdateQueueOutboundEmailConfigCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: UpdateQueueOutboundEmailConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQueueOutboundEmailConfigCommandInput, UpdateQueueOutboundEmailConfigCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates the outbound email address Id for a specified queue.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ConnectClient, UpdateQueueOutboundEmailConfigCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
35
|
+
* // const { ConnectClient, UpdateQueueOutboundEmailConfigCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
36
|
+
* const client = new ConnectClient(config);
|
|
37
|
+
* const input = { // UpdateQueueOutboundEmailConfigRequest
|
|
38
|
+
* InstanceId: "STRING_VALUE", // required
|
|
39
|
+
* QueueId: "STRING_VALUE", // required
|
|
40
|
+
* OutboundEmailConfig: { // OutboundEmailConfig
|
|
41
|
+
* OutboundEmailAddressId: "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* };
|
|
44
|
+
* const command = new UpdateQueueOutboundEmailConfigCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // {};
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param UpdateQueueOutboundEmailConfigCommandInput - {@link UpdateQueueOutboundEmailConfigCommandInput}
|
|
51
|
+
* @returns {@link UpdateQueueOutboundEmailConfigCommandOutput}
|
|
52
|
+
* @see {@link UpdateQueueOutboundEmailConfigCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link UpdateQueueOutboundEmailConfigCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ConditionalOperationFailedException} (client fault)
|
|
60
|
+
* <p>A conditional check failed.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
63
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
66
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
69
|
+
* <p>The request is not valid.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
|
+
* <p>The specified resource was not found.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ConnectServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
79
|
+
*
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export declare class UpdateQueueOutboundEmailConfigCommand extends UpdateQueueOutboundEmailConfigCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: UpdateQueueOutboundEmailConfigRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: UpdateQueueOutboundEmailConfigCommandInput;
|
|
91
|
+
output: UpdateQueueOutboundEmailConfigCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
}
|
|
@@ -40,7 +40,7 @@ declare const UpdateRoutingProfileConcurrencyCommand_base: {
|
|
|
40
40
|
* RoutingProfileId: "STRING_VALUE", // required
|
|
41
41
|
* MediaConcurrencies: [ // MediaConcurrencies // required
|
|
42
42
|
* { // MediaConcurrency
|
|
43
|
-
* Channel: "VOICE" || "CHAT" || "TASK", // required
|
|
43
|
+
* Channel: "VOICE" || "CHAT" || "TASK" || "EMAIL", // required
|
|
44
44
|
* Concurrency: Number("int"), // required
|
|
45
45
|
* CrossChannelBehavior: { // CrossChannelBehavior
|
|
46
46
|
* BehaviorType: "ROUTE_CURRENT_CHANNEL_ONLY" || "ROUTE_ANY_CHANNEL", // required
|
|
@@ -41,7 +41,7 @@ declare const UpdateRoutingProfileQueuesCommand_base: {
|
|
|
41
41
|
* { // RoutingProfileQueueConfig
|
|
42
42
|
* QueueReference: { // RoutingProfileQueueReference
|
|
43
43
|
* QueueId: "STRING_VALUE", // required
|
|
44
|
-
* Channel: "VOICE" || "CHAT" || "TASK", // required
|
|
44
|
+
* Channel: "VOICE" || "CHAT" || "TASK" || "EMAIL", // required
|
|
45
45
|
* },
|
|
46
46
|
* Priority: Number("int"), // required
|
|
47
47
|
* Delay: Number("int"), // required
|
|
@@ -50,8 +50,11 @@ declare const UpdateRuleCommand_base: {
|
|
|
50
50
|
* ContactFlowId: "STRING_VALUE", // required
|
|
51
51
|
* References: { // ContactReferences
|
|
52
52
|
* "<keys>": { // Reference
|
|
53
|
-
* Value: "STRING_VALUE",
|
|
54
|
-
* Type: "URL" || "ATTACHMENT" || "NUMBER" || "STRING" || "DATE" || "EMAIL", // required
|
|
53
|
+
* Value: "STRING_VALUE",
|
|
54
|
+
* Type: "URL" || "ATTACHMENT" || "CONTACT_ANALYSIS" || "NUMBER" || "STRING" || "DATE" || "EMAIL" || "EMAIL_MESSAGE", // required
|
|
55
|
+
* Status: "AVAILABLE" || "DELETED" || "APPROVED" || "REJECTED" || "PROCESSING" || "FAILED",
|
|
56
|
+
* Arn: "STRING_VALUE",
|
|
57
|
+
* StatusReason: "STRING_VALUE",
|
|
55
58
|
* },
|
|
56
59
|
* },
|
|
57
60
|
* },
|
|
@@ -42,6 +42,7 @@ declare const UpdateTaskTemplateCommand_base: {
|
|
|
42
42
|
* Name: "STRING_VALUE",
|
|
43
43
|
* Description: "STRING_VALUE",
|
|
44
44
|
* ContactFlowId: "STRING_VALUE",
|
|
45
|
+
* SelfAssignFlowId: "STRING_VALUE",
|
|
45
46
|
* Constraints: { // TaskTemplateConstraints
|
|
46
47
|
* RequiredFields: [ // RequiredTaskTemplateFields
|
|
47
48
|
* { // RequiredFieldInfo
|
|
@@ -82,7 +83,7 @@ declare const UpdateTaskTemplateCommand_base: {
|
|
|
82
83
|
* Name: "STRING_VALUE",
|
|
83
84
|
* },
|
|
84
85
|
* Description: "STRING_VALUE",
|
|
85
|
-
* Type: "NAME" || "DESCRIPTION" || "SCHEDULED_TIME" || "QUICK_CONNECT" || "URL" || "NUMBER" || "TEXT" || "TEXT_AREA" || "DATE_TIME" || "BOOLEAN" || "SINGLE_SELECT" || "EMAIL",
|
|
86
|
+
* Type: "NAME" || "DESCRIPTION" || "SCHEDULED_TIME" || "QUICK_CONNECT" || "URL" || "NUMBER" || "TEXT" || "TEXT_AREA" || "DATE_TIME" || "BOOLEAN" || "SINGLE_SELECT" || "EMAIL" || "SELF_ASSIGN" || "EXPIRY_DURATION",
|
|
86
87
|
* SingleSelectOptions: [ // SingleSelectOptions
|
|
87
88
|
* "STRING_VALUE",
|
|
88
89
|
* ],
|
|
@@ -98,6 +99,7 @@ declare const UpdateTaskTemplateCommand_base: {
|
|
|
98
99
|
* // Name: "STRING_VALUE",
|
|
99
100
|
* // Description: "STRING_VALUE",
|
|
100
101
|
* // ContactFlowId: "STRING_VALUE",
|
|
102
|
+
* // SelfAssignFlowId: "STRING_VALUE",
|
|
101
103
|
* // Constraints: { // TaskTemplateConstraints
|
|
102
104
|
* // RequiredFields: [ // RequiredTaskTemplateFields
|
|
103
105
|
* // { // RequiredFieldInfo
|
|
@@ -137,7 +139,7 @@ declare const UpdateTaskTemplateCommand_base: {
|
|
|
137
139
|
* // Name: "STRING_VALUE",
|
|
138
140
|
* // },
|
|
139
141
|
* // Description: "STRING_VALUE",
|
|
140
|
-
* // Type: "NAME" || "DESCRIPTION" || "SCHEDULED_TIME" || "QUICK_CONNECT" || "URL" || "NUMBER" || "TEXT" || "TEXT_AREA" || "DATE_TIME" || "BOOLEAN" || "SINGLE_SELECT" || "EMAIL",
|
|
142
|
+
* // Type: "NAME" || "DESCRIPTION" || "SCHEDULED_TIME" || "QUICK_CONNECT" || "URL" || "NUMBER" || "TEXT" || "TEXT_AREA" || "DATE_TIME" || "BOOLEAN" || "SINGLE_SELECT" || "EMAIL" || "SELF_ASSIGN" || "EXPIRY_DURATION",
|
|
141
143
|
* // SingleSelectOptions: [ // SingleSelectOptions
|
|
142
144
|
* // "STRING_VALUE",
|
|
143
145
|
* // ],
|
|
@@ -21,9 +21,11 @@ export * from "./BatchPutContactCommand";
|
|
|
21
21
|
export * from "./ClaimPhoneNumberCommand";
|
|
22
22
|
export * from "./CompleteAttachedFileUploadCommand";
|
|
23
23
|
export * from "./CreateAgentStatusCommand";
|
|
24
|
+
export * from "./CreateContactCommand";
|
|
24
25
|
export * from "./CreateContactFlowCommand";
|
|
25
26
|
export * from "./CreateContactFlowModuleCommand";
|
|
26
27
|
export * from "./CreateContactFlowVersionCommand";
|
|
28
|
+
export * from "./CreateEmailAddressCommand";
|
|
27
29
|
export * from "./CreateEvaluationFormCommand";
|
|
28
30
|
export * from "./CreateHoursOfOperationCommand";
|
|
29
31
|
export * from "./CreateInstanceCommand";
|
|
@@ -50,6 +52,7 @@ export * from "./DeleteAttachedFileCommand";
|
|
|
50
52
|
export * from "./DeleteContactEvaluationCommand";
|
|
51
53
|
export * from "./DeleteContactFlowCommand";
|
|
52
54
|
export * from "./DeleteContactFlowModuleCommand";
|
|
55
|
+
export * from "./DeleteEmailAddressCommand";
|
|
53
56
|
export * from "./DeleteEvaluationFormCommand";
|
|
54
57
|
export * from "./DeleteHoursOfOperationCommand";
|
|
55
58
|
export * from "./DeleteInstanceCommand";
|
|
@@ -75,6 +78,7 @@ export * from "./DescribeContactCommand";
|
|
|
75
78
|
export * from "./DescribeContactEvaluationCommand";
|
|
76
79
|
export * from "./DescribeContactFlowCommand";
|
|
77
80
|
export * from "./DescribeContactFlowModuleCommand";
|
|
81
|
+
export * from "./DescribeEmailAddressCommand";
|
|
78
82
|
export * from "./DescribeEvaluationFormCommand";
|
|
79
83
|
export * from "./DescribeHoursOfOperationCommand";
|
|
80
84
|
export * from "./DescribeInstanceAttributeCommand";
|
|
@@ -123,6 +127,7 @@ export * from "./ImportPhoneNumberCommand";
|
|
|
123
127
|
export * from "./ListAgentStatusesCommand";
|
|
124
128
|
export * from "./ListAnalyticsDataAssociationsCommand";
|
|
125
129
|
export * from "./ListApprovedOriginsCommand";
|
|
130
|
+
export * from "./ListAssociatedContactsCommand";
|
|
126
131
|
export * from "./ListAuthenticationProfilesCommand";
|
|
127
132
|
export * from "./ListBotsCommand";
|
|
128
133
|
export * from "./ListContactEvaluationsCommand";
|
|
@@ -178,6 +183,7 @@ export * from "./SearchAvailablePhoneNumbersCommand";
|
|
|
178
183
|
export * from "./SearchContactFlowModulesCommand";
|
|
179
184
|
export * from "./SearchContactFlowsCommand";
|
|
180
185
|
export * from "./SearchContactsCommand";
|
|
186
|
+
export * from "./SearchEmailAddressesCommand";
|
|
181
187
|
export * from "./SearchHoursOfOperationsCommand";
|
|
182
188
|
export * from "./SearchPredefinedAttributesCommand";
|
|
183
189
|
export * from "./SearchPromptsCommand";
|
|
@@ -190,12 +196,15 @@ export * from "./SearchUserHierarchyGroupsCommand";
|
|
|
190
196
|
export * from "./SearchUsersCommand";
|
|
191
197
|
export * from "./SearchVocabulariesCommand";
|
|
192
198
|
export * from "./SendChatIntegrationEventCommand";
|
|
199
|
+
export * from "./SendOutboundEmailCommand";
|
|
193
200
|
export * from "./StartAttachedFileUploadCommand";
|
|
194
201
|
export * from "./StartChatContactCommand";
|
|
195
202
|
export * from "./StartContactEvaluationCommand";
|
|
196
203
|
export * from "./StartContactRecordingCommand";
|
|
197
204
|
export * from "./StartContactStreamingCommand";
|
|
205
|
+
export * from "./StartEmailContactCommand";
|
|
198
206
|
export * from "./StartOutboundChatContactCommand";
|
|
207
|
+
export * from "./StartOutboundEmailContactCommand";
|
|
199
208
|
export * from "./StartOutboundVoiceContactCommand";
|
|
200
209
|
export * from "./StartScreenSharingCommand";
|
|
201
210
|
export * from "./StartTaskContactCommand";
|
|
@@ -222,6 +231,7 @@ export * from "./UpdateContactFlowModuleMetadataCommand";
|
|
|
222
231
|
export * from "./UpdateContactFlowNameCommand";
|
|
223
232
|
export * from "./UpdateContactRoutingDataCommand";
|
|
224
233
|
export * from "./UpdateContactScheduleCommand";
|
|
234
|
+
export * from "./UpdateEmailAddressMetadataCommand";
|
|
225
235
|
export * from "./UpdateEvaluationFormCommand";
|
|
226
236
|
export * from "./UpdateHoursOfOperationCommand";
|
|
227
237
|
export * from "./UpdateInstanceAttributeCommand";
|
|
@@ -235,6 +245,7 @@ export * from "./UpdateQueueHoursOfOperationCommand";
|
|
|
235
245
|
export * from "./UpdateQueueMaxContactsCommand";
|
|
236
246
|
export * from "./UpdateQueueNameCommand";
|
|
237
247
|
export * from "./UpdateQueueOutboundCallerConfigCommand";
|
|
248
|
+
export * from "./UpdateQueueOutboundEmailConfigCommand";
|
|
238
249
|
export * from "./UpdateQueueStatusCommand";
|
|
239
250
|
export * from "./UpdateQuickConnectConfigCommand";
|
|
240
251
|
export * from "./UpdateQuickConnectNameCommand";
|