@aws-sdk/client-connect 3.325.0 → 3.326.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/ActivateEvaluationFormCommand.d.ts +8 -0
- package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +4 -0
- package/dist-types/commands/AssociateBotCommand.d.ts +4 -0
- package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +4 -0
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +6 -0
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +4 -0
- package/dist-types/commands/AssociateLexBotCommand.d.ts +4 -0
- package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +4 -0
- package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +4 -0
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +4 -0
- package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +6 -0
- package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +7 -0
- package/dist-types/commands/CreateAgentStatusCommand.d.ts +7 -0
- package/dist-types/commands/CreateContactFlowCommand.d.ts +7 -0
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +7 -0
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +7 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +7 -0
- package/dist-types/commands/CreateInstanceCommand.d.ts +7 -0
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +7 -0
- package/dist-types/commands/CreateParticipantCommand.d.ts +10 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +7 -0
- package/dist-types/commands/CreateQuickConnectCommand.d.ts +7 -0
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +7 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +7 -0
- package/dist-types/commands/CreateSecurityProfileCommand.d.ts +7 -0
- package/dist-types/commands/CreateTaskTemplateCommand.d.ts +7 -0
- package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +7 -0
- package/dist-types/commands/CreateUseCaseCommand.d.ts +7 -0
- package/dist-types/commands/CreateUserCommand.d.ts +7 -0
- package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +7 -0
- package/dist-types/commands/CreateVocabularyCommand.d.ts +8 -0
- package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +8 -0
- package/dist-types/commands/DeleteContactEvaluationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContactFlowCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEvaluationFormCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteQuickConnectCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +8 -0
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +17 -0
- package/dist-types/commands/DescribeContactCommand.d.ts +31 -0
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +183 -0
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +17 -0
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +146 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +28 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +9 -0
- package/dist-types/commands/DescribeInstanceCommand.d.ts +19 -0
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +31 -0
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +21 -0
- package/dist-types/commands/DescribeQueueCommand.d.ts +22 -0
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +28 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +27 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +56 -0
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +21 -0
- package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +32 -0
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +41 -0
- package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +32 -0
- package/dist-types/commands/DescribeVocabularyCommand.d.ts +18 -0
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateBotCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +4 -0
- package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +4 -0
- package/dist-types/commands/DismissUserContactCommand.d.ts +4 -0
- package/dist-types/commands/GetContactAttributesCommand.d.ts +8 -0
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +32 -0
- package/dist-types/commands/GetCurrentUserDataCommand.d.ts +70 -0
- package/dist-types/commands/GetFederationTokenCommand.d.ts +14 -0
- package/dist-types/commands/GetMetricDataCommand.d.ts +35 -0
- package/dist-types/commands/GetMetricDataV2Command.d.ts +35 -0
- package/dist-types/commands/GetTaskTemplateCommand.d.ts +62 -0
- package/dist-types/commands/GetTrafficDistributionCommand.d.ts +15 -0
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +14 -0
- package/dist-types/commands/ListApprovedOriginsCommand.d.ts +9 -0
- package/dist-types/commands/ListBotsCommand.d.ts +17 -0
- package/dist-types/commands/ListContactEvaluationsCommand.d.ts +23 -0
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +14 -0
- package/dist-types/commands/ListContactFlowsCommand.d.ts +15 -0
- package/dist-types/commands/ListContactReferencesCommand.d.ts +35 -0
- package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +14 -0
- package/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +19 -0
- package/dist-types/commands/ListEvaluationFormsCommand.d.ts +21 -0
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +13 -0
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +12 -0
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +34 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +19 -0
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +18 -0
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +9 -0
- package/dist-types/commands/ListLexBotsCommand.d.ts +12 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +15 -0
- package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +16 -0
- package/dist-types/commands/ListPromptsCommand.d.ts +13 -0
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +14 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +14 -0
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +14 -0
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +16 -0
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +13 -0
- package/dist-types/commands/ListRulesCommand.d.ts +22 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +13 -0
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +9 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/ListTaskTemplatesCommand.d.ts +17 -0
- package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +15 -0
- package/dist-types/commands/ListUseCasesCommand.d.ts +13 -0
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +13 -0
- package/dist-types/commands/ListUsersCommand.d.ts +13 -0
- package/dist-types/commands/MonitorContactCommand.d.ts +7 -0
- package/dist-types/commands/PutUserStatusCommand.d.ts +4 -0
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +4 -0
- package/dist-types/commands/ReplicateInstanceCommand.d.ts +7 -0
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +4 -0
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +13 -0
- package/dist-types/commands/SearchQueuesCommand.d.ts +26 -0
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +31 -0
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +19 -0
- package/dist-types/commands/SearchUsersCommand.d.ts +33 -0
- package/dist-types/commands/SearchVocabulariesCommand.d.ts +17 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +9 -0
- package/dist-types/commands/StartContactEvaluationCommand.d.ts +7 -0
- package/dist-types/commands/StartContactRecordingCommand.d.ts +4 -0
- package/dist-types/commands/StartContactStreamingCommand.d.ts +6 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +6 -0
- package/dist-types/commands/StartTaskContactCommand.d.ts +6 -0
- package/dist-types/commands/StopContactCommand.d.ts +4 -0
- package/dist-types/commands/StopContactRecordingCommand.d.ts +4 -0
- package/dist-types/commands/StopContactStreamingCommand.d.ts +4 -0
- package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +7 -0
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/TransferContactCommand.d.ts +7 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +7 -0
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +8 -0
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +7 -0
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +59 -0
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +4 -0
- package/package.json +3 -3
|
@@ -34,6 +34,12 @@ export interface ActivateEvaluationFormCommandOutput extends ActivateEvaluationF
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ActivateEvaluationFormCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ActivateEvaluationFormResponse
|
|
38
|
+
* // EvaluationFormId: "STRING_VALUE", // required
|
|
39
|
+
* // EvaluationFormArn: "STRING_VALUE", // required
|
|
40
|
+
* // EvaluationFormVersion: Number("int"), // required
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
37
43
|
* ```
|
|
38
44
|
*
|
|
39
45
|
* @param ActivateEvaluationFormCommandInput - {@link ActivateEvaluationFormCommandInput}
|
|
@@ -57,6 +63,8 @@ export interface ActivateEvaluationFormCommandOutput extends ActivateEvaluationF
|
|
|
57
63
|
* @throws {@link ThrottlingException} (client fault)
|
|
58
64
|
* <p>The throttling limit has been exceeded.</p>
|
|
59
65
|
*
|
|
66
|
+
* @throws {@link ConnectServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
60
68
|
*
|
|
61
69
|
*/
|
|
62
70
|
export declare class ActivateEvaluationFormCommand extends $Command<ActivateEvaluationFormCommandInput, ActivateEvaluationFormCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface AssociateApprovedOriginCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new AssociateApprovedOriginCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param AssociateApprovedOriginCommandInput - {@link AssociateApprovedOriginCommandInput}
|
|
@@ -62,6 +64,8 @@ export interface AssociateApprovedOriginCommandOutput extends __MetadataBearer {
|
|
|
62
64
|
* @throws {@link ThrottlingException} (client fault)
|
|
63
65
|
* <p>The throttling limit has been exceeded.</p>
|
|
64
66
|
*
|
|
67
|
+
* @throws {@link ConnectServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
65
69
|
*
|
|
66
70
|
*/
|
|
67
71
|
export declare class AssociateApprovedOriginCommand extends $Command<AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -40,6 +40,8 @@ export interface AssociateBotCommandOutput extends __MetadataBearer {
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new AssociateBotCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // {};
|
|
44
|
+
*
|
|
43
45
|
* ```
|
|
44
46
|
*
|
|
45
47
|
* @param AssociateBotCommandInput - {@link AssociateBotCommandInput}
|
|
@@ -69,6 +71,8 @@ export interface AssociateBotCommandOutput extends __MetadataBearer {
|
|
|
69
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
72
|
* <p>The throttling limit has been exceeded.</p>
|
|
71
73
|
*
|
|
74
|
+
* @throws {@link ConnectServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
72
76
|
*
|
|
73
77
|
*/
|
|
74
78
|
export declare class AssociateBotCommand extends $Command<AssociateBotCommandInput, AssociateBotCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface AssociateDefaultVocabularyCommandOutput extends AssociateDefaul
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new AssociateDefaultVocabularyCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param AssociateDefaultVocabularyCommandInput - {@link AssociateDefaultVocabularyCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface AssociateDefaultVocabularyCommandOutput extends AssociateDefaul
|
|
|
57
59
|
* @throws {@link ThrottlingException} (client fault)
|
|
58
60
|
* <p>The throttling limit has been exceeded.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link ConnectServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class AssociateDefaultVocabularyCommand extends $Command<AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -64,6 +64,10 @@ export interface AssociateInstanceStorageConfigCommandOutput extends AssociateIn
|
|
|
64
64
|
* };
|
|
65
65
|
* const command = new AssociateInstanceStorageConfigCommand(input);
|
|
66
66
|
* const response = await client.send(command);
|
|
67
|
+
* // { // AssociateInstanceStorageConfigResponse
|
|
68
|
+
* // AssociationId: "STRING_VALUE",
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
67
71
|
* ```
|
|
68
72
|
*
|
|
69
73
|
* @param AssociateInstanceStorageConfigCommandInput - {@link AssociateInstanceStorageConfigCommandInput}
|
|
@@ -90,6 +94,8 @@ export interface AssociateInstanceStorageConfigCommandOutput extends AssociateIn
|
|
|
90
94
|
* @throws {@link ThrottlingException} (client fault)
|
|
91
95
|
* <p>The throttling limit has been exceeded.</p>
|
|
92
96
|
*
|
|
97
|
+
* @throws {@link ConnectServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
93
99
|
*
|
|
94
100
|
*/
|
|
95
101
|
export declare class AssociateInstanceStorageConfigCommand extends $Command<AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface AssociateLambdaFunctionCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new AssociateLambdaFunctionCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param AssociateLambdaFunctionCommandInput - {@link AssociateLambdaFunctionCommandInput}
|
|
@@ -63,6 +65,8 @@ export interface AssociateLambdaFunctionCommandOutput extends __MetadataBearer {
|
|
|
63
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
64
66
|
* <p>The throttling limit has been exceeded.</p>
|
|
65
67
|
*
|
|
68
|
+
* @throws {@link ConnectServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
66
70
|
*
|
|
67
71
|
*/
|
|
68
72
|
export declare class AssociateLambdaFunctionCommand extends $Command<AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -37,6 +37,8 @@ export interface AssociateLexBotCommandOutput extends __MetadataBearer {
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new AssociateLexBotCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param AssociateLexBotCommandInput - {@link AssociateLexBotCommandInput}
|
|
@@ -66,6 +68,8 @@ export interface AssociateLexBotCommandOutput extends __MetadataBearer {
|
|
|
66
68
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
69
|
* <p>The throttling limit has been exceeded.</p>
|
|
68
70
|
*
|
|
71
|
+
* @throws {@link ConnectServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
69
73
|
*
|
|
70
74
|
*/
|
|
71
75
|
export declare class AssociateLexBotCommand extends $Command<AssociateLexBotCommandInput, AssociateLexBotCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -44,6 +44,8 @@ export interface AssociatePhoneNumberContactFlowCommandOutput extends __Metadata
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new AssociatePhoneNumberContactFlowCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
47
49
|
* ```
|
|
48
50
|
*
|
|
49
51
|
* @param AssociatePhoneNumberContactFlowCommandInput - {@link AssociatePhoneNumberContactFlowCommandInput}
|
|
@@ -67,6 +69,8 @@ export interface AssociatePhoneNumberContactFlowCommandOutput extends __Metadata
|
|
|
67
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
68
70
|
* <p>The throttling limit has been exceeded.</p>
|
|
69
71
|
*
|
|
72
|
+
* @throws {@link ConnectServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
70
74
|
*
|
|
71
75
|
*/
|
|
72
76
|
export declare class AssociatePhoneNumberContactFlowCommand extends $Command<AssociatePhoneNumberContactFlowCommandInput, AssociatePhoneNumberContactFlowCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface AssociateQueueQuickConnectsCommandOutput extends __MetadataBear
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new AssociateQueueQuickConnectsCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param AssociateQueueQuickConnectsCommandInput - {@link AssociateQueueQuickConnectsCommandInput}
|
|
@@ -62,6 +64,8 @@ export interface AssociateQueueQuickConnectsCommandOutput extends __MetadataBear
|
|
|
62
64
|
* @throws {@link ThrottlingException} (client fault)
|
|
63
65
|
* <p>The throttling limit has been exceeded.</p>
|
|
64
66
|
*
|
|
67
|
+
* @throws {@link ConnectServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
65
69
|
*
|
|
66
70
|
*/
|
|
67
71
|
export declare class AssociateQueueQuickConnectsCommand extends $Command<AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -42,6 +42,8 @@ export interface AssociateRoutingProfileQueuesCommandOutput extends __MetadataBe
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new AssociateRoutingProfileQueuesCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
45
47
|
* ```
|
|
46
48
|
*
|
|
47
49
|
* @param AssociateRoutingProfileQueuesCommandInput - {@link AssociateRoutingProfileQueuesCommandInput}
|
|
@@ -65,6 +67,8 @@ export interface AssociateRoutingProfileQueuesCommandOutput extends __MetadataBe
|
|
|
65
67
|
* @throws {@link ThrottlingException} (client fault)
|
|
66
68
|
* <p>The throttling limit has been exceeded.</p>
|
|
67
69
|
*
|
|
70
|
+
* @throws {@link ConnectServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
68
72
|
*
|
|
69
73
|
*/
|
|
70
74
|
export declare class AssociateRoutingProfileQueuesCommand extends $Command<AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface AssociateSecurityKeyCommandOutput extends AssociateSecurityKeyR
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new AssociateSecurityKeyCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // AssociateSecurityKeyResponse
|
|
37
|
+
* // AssociationId: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param AssociateSecurityKeyCommandInput - {@link AssociateSecurityKeyCommandInput}
|
|
@@ -62,6 +66,8 @@ export interface AssociateSecurityKeyCommandOutput extends AssociateSecurityKeyR
|
|
|
62
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
63
67
|
* <p>The throttling limit has been exceeded.</p>
|
|
64
68
|
*
|
|
69
|
+
* @throws {@link ConnectServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
65
71
|
*
|
|
66
72
|
*/
|
|
67
73
|
export declare class AssociateSecurityKeyCommand extends $Command<AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -47,6 +47,11 @@ export interface ClaimPhoneNumberCommandOutput extends ClaimPhoneNumberResponse,
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new ClaimPhoneNumberCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // ClaimPhoneNumberResponse
|
|
51
|
+
* // PhoneNumberId: "STRING_VALUE",
|
|
52
|
+
* // PhoneNumberArn: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
50
55
|
* ```
|
|
51
56
|
*
|
|
52
57
|
* @param ClaimPhoneNumberCommandInput - {@link ClaimPhoneNumberCommandInput}
|
|
@@ -73,6 +78,8 @@ export interface ClaimPhoneNumberCommandOutput extends ClaimPhoneNumberResponse,
|
|
|
73
78
|
* @throws {@link ThrottlingException} (client fault)
|
|
74
79
|
* <p>The throttling limit has been exceeded.</p>
|
|
75
80
|
*
|
|
81
|
+
* @throws {@link ConnectServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
76
83
|
*
|
|
77
84
|
*/
|
|
78
85
|
export declare class ClaimPhoneNumberCommand extends $Command<ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -39,6 +39,11 @@ export interface CreateAgentStatusCommandOutput extends CreateAgentStatusRespons
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new CreateAgentStatusCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // CreateAgentStatusResponse
|
|
43
|
+
* // AgentStatusARN: "STRING_VALUE",
|
|
44
|
+
* // AgentStatusId: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
42
47
|
* ```
|
|
43
48
|
*
|
|
44
49
|
* @param CreateAgentStatusCommandInput - {@link CreateAgentStatusCommandInput}
|
|
@@ -68,6 +73,8 @@ export interface CreateAgentStatusCommandOutput extends CreateAgentStatusRespons
|
|
|
68
73
|
* @throws {@link ThrottlingException} (client fault)
|
|
69
74
|
* <p>The throttling limit has been exceeded.</p>
|
|
70
75
|
*
|
|
76
|
+
* @throws {@link ConnectServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
71
78
|
*
|
|
72
79
|
*/
|
|
73
80
|
export declare class CreateAgentStatusCommand extends $Command<CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -40,6 +40,11 @@ export interface CreateContactFlowCommandOutput extends CreateContactFlowRespons
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new CreateContactFlowCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // CreateContactFlowResponse
|
|
44
|
+
* // ContactFlowId: "STRING_VALUE",
|
|
45
|
+
* // ContactFlowArn: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
43
48
|
* ```
|
|
44
49
|
*
|
|
45
50
|
* @param CreateContactFlowCommandInput - {@link CreateContactFlowCommandInput}
|
|
@@ -72,6 +77,8 @@ export interface CreateContactFlowCommandOutput extends CreateContactFlowRespons
|
|
|
72
77
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
78
|
* <p>The throttling limit has been exceeded.</p>
|
|
74
79
|
*
|
|
80
|
+
* @throws {@link ConnectServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
75
82
|
*
|
|
76
83
|
*/
|
|
77
84
|
export declare class CreateContactFlowCommand extends $Command<CreateContactFlowCommandInput, CreateContactFlowCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -38,6 +38,11 @@ export interface CreateContactFlowModuleCommandOutput extends CreateContactFlowM
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new CreateContactFlowModuleCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // CreateContactFlowModuleResponse
|
|
42
|
+
* // Id: "STRING_VALUE",
|
|
43
|
+
* // Arn: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
41
46
|
* ```
|
|
42
47
|
*
|
|
43
48
|
* @param CreateContactFlowModuleCommandInput - {@link CreateContactFlowModuleCommandInput}
|
|
@@ -76,6 +81,8 @@ export interface CreateContactFlowModuleCommandOutput extends CreateContactFlowM
|
|
|
76
81
|
* @throws {@link ThrottlingException} (client fault)
|
|
77
82
|
* <p>The throttling limit has been exceeded.</p>
|
|
78
83
|
*
|
|
84
|
+
* @throws {@link ConnectServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
79
86
|
*
|
|
80
87
|
*/
|
|
81
88
|
export declare class CreateContactFlowModuleCommand extends $Command<CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -163,6 +163,11 @@ export interface CreateEvaluationFormCommandOutput extends CreateEvaluationFormR
|
|
|
163
163
|
* };
|
|
164
164
|
* const command = new CreateEvaluationFormCommand(input);
|
|
165
165
|
* const response = await client.send(command);
|
|
166
|
+
* // { // CreateEvaluationFormResponse
|
|
167
|
+
* // EvaluationFormId: "STRING_VALUE", // required
|
|
168
|
+
* // EvaluationFormArn: "STRING_VALUE", // required
|
|
169
|
+
* // };
|
|
170
|
+
*
|
|
166
171
|
* ```
|
|
167
172
|
*
|
|
168
173
|
* @param CreateEvaluationFormCommandInput - {@link CreateEvaluationFormCommandInput}
|
|
@@ -189,6 +194,8 @@ export interface CreateEvaluationFormCommandOutput extends CreateEvaluationFormR
|
|
|
189
194
|
* @throws {@link ThrottlingException} (client fault)
|
|
190
195
|
* <p>The throttling limit has been exceeded.</p>
|
|
191
196
|
*
|
|
197
|
+
* @throws {@link ConnectServiceException}
|
|
198
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
192
199
|
*
|
|
193
200
|
*/
|
|
194
201
|
export declare class CreateEvaluationFormCommand extends $Command<CreateEvaluationFormCommandInput, CreateEvaluationFormCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -51,6 +51,11 @@ export interface CreateHoursOfOperationCommandOutput extends CreateHoursOfOperat
|
|
|
51
51
|
* };
|
|
52
52
|
* const command = new CreateHoursOfOperationCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
54
|
+
* // { // CreateHoursOfOperationResponse
|
|
55
|
+
* // HoursOfOperationId: "STRING_VALUE",
|
|
56
|
+
* // HoursOfOperationArn: "STRING_VALUE",
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
54
59
|
* ```
|
|
55
60
|
*
|
|
56
61
|
* @param CreateHoursOfOperationCommandInput - {@link CreateHoursOfOperationCommandInput}
|
|
@@ -80,6 +85,8 @@ export interface CreateHoursOfOperationCommandOutput extends CreateHoursOfOperat
|
|
|
80
85
|
* @throws {@link ThrottlingException} (client fault)
|
|
81
86
|
* <p>The throttling limit has been exceeded.</p>
|
|
82
87
|
*
|
|
88
|
+
* @throws {@link ConnectServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
83
90
|
*
|
|
84
91
|
*/
|
|
85
92
|
export declare class CreateHoursOfOperationCommand extends $Command<CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -42,6 +42,11 @@ export interface CreateInstanceCommandOutput extends CreateInstanceResponse, __M
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new CreateInstanceCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // CreateInstanceResponse
|
|
46
|
+
* // Id: "STRING_VALUE",
|
|
47
|
+
* // Arn: "STRING_VALUE",
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
45
50
|
* ```
|
|
46
51
|
*
|
|
47
52
|
* @param CreateInstanceCommandInput - {@link CreateInstanceCommandInput}
|
|
@@ -65,6 +70,8 @@ export interface CreateInstanceCommandOutput extends CreateInstanceResponse, __M
|
|
|
65
70
|
* @throws {@link ThrottlingException} (client fault)
|
|
66
71
|
* <p>The throttling limit has been exceeded.</p>
|
|
67
72
|
*
|
|
73
|
+
* @throws {@link ConnectServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
68
75
|
*
|
|
69
76
|
*/
|
|
70
77
|
export declare class CreateInstanceCommand extends $Command<CreateInstanceCommandInput, CreateInstanceCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -40,6 +40,11 @@ export interface CreateIntegrationAssociationCommandOutput extends CreateIntegra
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new CreateIntegrationAssociationCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // CreateIntegrationAssociationResponse
|
|
44
|
+
* // IntegrationAssociationId: "STRING_VALUE",
|
|
45
|
+
* // IntegrationAssociationArn: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
43
48
|
* ```
|
|
44
49
|
*
|
|
45
50
|
* @param CreateIntegrationAssociationCommandInput - {@link CreateIntegrationAssociationCommandInput}
|
|
@@ -63,6 +68,8 @@ export interface CreateIntegrationAssociationCommandOutput extends CreateIntegra
|
|
|
63
68
|
* @throws {@link ThrottlingException} (client fault)
|
|
64
69
|
* <p>The throttling limit has been exceeded.</p>
|
|
65
70
|
*
|
|
71
|
+
* @throws {@link ConnectServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
66
73
|
*
|
|
67
74
|
*/
|
|
68
75
|
export declare class CreateIntegrationAssociationCommand extends $Command<CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -38,6 +38,14 @@ export interface CreateParticipantCommandOutput extends CreateParticipantRespons
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new CreateParticipantCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // CreateParticipantResponse
|
|
42
|
+
* // ParticipantCredentials: { // ParticipantTokenCredentials
|
|
43
|
+
* // ParticipantToken: "STRING_VALUE",
|
|
44
|
+
* // Expiry: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // ParticipantId: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
41
49
|
* ```
|
|
42
50
|
*
|
|
43
51
|
* @param CreateParticipantCommandInput - {@link CreateParticipantCommandInput}
|
|
@@ -64,6 +72,8 @@ export interface CreateParticipantCommandOutput extends CreateParticipantRespons
|
|
|
64
72
|
* @throws {@link ThrottlingException} (client fault)
|
|
65
73
|
* <p>The throttling limit has been exceeded.</p>
|
|
66
74
|
*
|
|
75
|
+
* @throws {@link ConnectServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
67
77
|
*
|
|
68
78
|
*/
|
|
69
79
|
export declare class CreateParticipantCommand extends $Command<CreateParticipantCommandInput, CreateParticipantCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -58,6 +58,11 @@ export interface CreateQueueCommandOutput extends CreateQueueResponse, __Metadat
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new CreateQueueCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // { // CreateQueueResponse
|
|
62
|
+
* // QueueArn: "STRING_VALUE",
|
|
63
|
+
* // QueueId: "STRING_VALUE",
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
61
66
|
* ```
|
|
62
67
|
*
|
|
63
68
|
* @param CreateQueueCommandInput - {@link CreateQueueCommandInput}
|
|
@@ -87,6 +92,8 @@ export interface CreateQueueCommandOutput extends CreateQueueResponse, __Metadat
|
|
|
87
92
|
* @throws {@link ThrottlingException} (client fault)
|
|
88
93
|
* <p>The throttling limit has been exceeded.</p>
|
|
89
94
|
*
|
|
95
|
+
* @throws {@link ConnectServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
90
97
|
*
|
|
91
98
|
*/
|
|
92
99
|
export declare class CreateQueueCommand extends $Command<CreateQueueCommandInput, CreateQueueCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -50,6 +50,11 @@ export interface CreateQuickConnectCommandOutput extends CreateQuickConnectRespo
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new CreateQuickConnectCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // { // CreateQuickConnectResponse
|
|
54
|
+
* // QuickConnectARN: "STRING_VALUE",
|
|
55
|
+
* // QuickConnectId: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
53
58
|
* ```
|
|
54
59
|
*
|
|
55
60
|
* @param CreateQuickConnectCommandInput - {@link CreateQuickConnectCommandInput}
|
|
@@ -79,6 +84,8 @@ export interface CreateQuickConnectCommandOutput extends CreateQuickConnectRespo
|
|
|
79
84
|
* @throws {@link ThrottlingException} (client fault)
|
|
80
85
|
* <p>The throttling limit has been exceeded.</p>
|
|
81
86
|
*
|
|
87
|
+
* @throws {@link ConnectServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
82
89
|
*
|
|
83
90
|
*/
|
|
84
91
|
export declare class CreateQuickConnectCommand extends $Command<CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -56,6 +56,11 @@ export interface CreateRoutingProfileCommandOutput extends CreateRoutingProfileR
|
|
|
56
56
|
* };
|
|
57
57
|
* const command = new CreateRoutingProfileCommand(input);
|
|
58
58
|
* const response = await client.send(command);
|
|
59
|
+
* // { // CreateRoutingProfileResponse
|
|
60
|
+
* // RoutingProfileArn: "STRING_VALUE",
|
|
61
|
+
* // RoutingProfileId: "STRING_VALUE",
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
59
64
|
* ```
|
|
60
65
|
*
|
|
61
66
|
* @param CreateRoutingProfileCommandInput - {@link CreateRoutingProfileCommandInput}
|
|
@@ -85,6 +90,8 @@ export interface CreateRoutingProfileCommandOutput extends CreateRoutingProfileR
|
|
|
85
90
|
* @throws {@link ThrottlingException} (client fault)
|
|
86
91
|
* <p>The throttling limit has been exceeded.</p>
|
|
87
92
|
*
|
|
93
|
+
* @throws {@link ConnectServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
88
95
|
*
|
|
89
96
|
*/
|
|
90
97
|
export declare class CreateRoutingProfileCommand extends $Command<CreateRoutingProfileCommandInput, CreateRoutingProfileCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -75,6 +75,11 @@ export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataB
|
|
|
75
75
|
* };
|
|
76
76
|
* const command = new CreateRuleCommand(input);
|
|
77
77
|
* const response = await client.send(command);
|
|
78
|
+
* // { // CreateRuleResponse
|
|
79
|
+
* // RuleArn: "STRING_VALUE", // required
|
|
80
|
+
* // RuleId: "STRING_VALUE", // required
|
|
81
|
+
* // };
|
|
82
|
+
*
|
|
78
83
|
* ```
|
|
79
84
|
*
|
|
80
85
|
* @param CreateRuleCommandInput - {@link CreateRuleCommandInput}
|
|
@@ -104,6 +109,8 @@ export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataB
|
|
|
104
109
|
* @throws {@link ThrottlingException} (client fault)
|
|
105
110
|
* <p>The throttling limit has been exceeded.</p>
|
|
106
111
|
*
|
|
112
|
+
* @throws {@link ConnectServiceException}
|
|
113
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
107
114
|
*
|
|
108
115
|
*/
|
|
109
116
|
export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -46,6 +46,11 @@ export interface CreateSecurityProfileCommandOutput extends CreateSecurityProfil
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CreateSecurityProfileCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateSecurityProfileResponse
|
|
50
|
+
* // SecurityProfileId: "STRING_VALUE",
|
|
51
|
+
* // SecurityProfileArn: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
49
54
|
* ```
|
|
50
55
|
*
|
|
51
56
|
* @param CreateSecurityProfileCommandInput - {@link CreateSecurityProfileCommandInput}
|
|
@@ -75,6 +80,8 @@ export interface CreateSecurityProfileCommandOutput extends CreateSecurityProfil
|
|
|
75
80
|
* @throws {@link ThrottlingException} (client fault)
|
|
76
81
|
* <p>The throttling limit has been exceeded.</p>
|
|
77
82
|
*
|
|
83
|
+
* @throws {@link ConnectServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
78
85
|
*
|
|
79
86
|
*/
|
|
80
87
|
export declare class CreateSecurityProfileCommand extends $Command<CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -81,6 +81,11 @@ export interface CreateTaskTemplateCommandOutput extends CreateTaskTemplateRespo
|
|
|
81
81
|
* };
|
|
82
82
|
* const command = new CreateTaskTemplateCommand(input);
|
|
83
83
|
* const response = await client.send(command);
|
|
84
|
+
* // { // CreateTaskTemplateResponse
|
|
85
|
+
* // Id: "STRING_VALUE", // required
|
|
86
|
+
* // Arn: "STRING_VALUE", // required
|
|
87
|
+
* // };
|
|
88
|
+
*
|
|
84
89
|
* ```
|
|
85
90
|
*
|
|
86
91
|
* @param CreateTaskTemplateCommandInput - {@link CreateTaskTemplateCommandInput}
|
|
@@ -107,6 +112,8 @@ export interface CreateTaskTemplateCommandOutput extends CreateTaskTemplateRespo
|
|
|
107
112
|
* @throws {@link ThrottlingException} (client fault)
|
|
108
113
|
* <p>The throttling limit has been exceeded.</p>
|
|
109
114
|
*
|
|
115
|
+
* @throws {@link ConnectServiceException}
|
|
116
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
110
117
|
*
|
|
111
118
|
*/
|
|
112
119
|
export declare class CreateTaskTemplateCommand extends $Command<CreateTaskTemplateCommandInput, CreateTaskTemplateCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -39,6 +39,11 @@ export interface CreateTrafficDistributionGroupCommandOutput extends CreateTraff
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new CreateTrafficDistributionGroupCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // CreateTrafficDistributionGroupResponse
|
|
43
|
+
* // Id: "STRING_VALUE",
|
|
44
|
+
* // Arn: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
42
47
|
* ```
|
|
43
48
|
*
|
|
44
49
|
* @param CreateTrafficDistributionGroupCommandInput - {@link CreateTrafficDistributionGroupCommandInput}
|
|
@@ -71,6 +76,8 @@ export interface CreateTrafficDistributionGroupCommandOutput extends CreateTraff
|
|
|
71
76
|
* @throws {@link ThrottlingException} (client fault)
|
|
72
77
|
* <p>The throttling limit has been exceeded.</p>
|
|
73
78
|
*
|
|
79
|
+
* @throws {@link ConnectServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
74
81
|
*
|
|
75
82
|
*/
|
|
76
83
|
export declare class CreateTrafficDistributionGroupCommand extends $Command<CreateTrafficDistributionGroupCommandInput, CreateTrafficDistributionGroupCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -36,6 +36,11 @@ export interface CreateUseCaseCommandOutput extends CreateUseCaseResponse, __Met
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new CreateUseCaseCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // CreateUseCaseResponse
|
|
40
|
+
* // UseCaseId: "STRING_VALUE",
|
|
41
|
+
* // UseCaseArn: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
39
44
|
* ```
|
|
40
45
|
*
|
|
41
46
|
* @param CreateUseCaseCommandInput - {@link CreateUseCaseCommandInput}
|
|
@@ -59,6 +64,8 @@ export interface CreateUseCaseCommandOutput extends CreateUseCaseResponse, __Met
|
|
|
59
64
|
* @throws {@link ThrottlingException} (client fault)
|
|
60
65
|
* <p>The throttling limit has been exceeded.</p>
|
|
61
66
|
*
|
|
67
|
+
* @throws {@link ConnectServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
62
69
|
*
|
|
63
70
|
*/
|
|
64
71
|
export declare class CreateUseCaseCommand extends $Command<CreateUseCaseCommandInput, CreateUseCaseCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -58,6 +58,11 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new CreateUserCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // { // CreateUserResponse
|
|
62
|
+
* // UserId: "STRING_VALUE",
|
|
63
|
+
* // UserArn: "STRING_VALUE",
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
61
66
|
* ```
|
|
62
67
|
*
|
|
63
68
|
* @param CreateUserCommandInput - {@link CreateUserCommandInput}
|
|
@@ -87,6 +92,8 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
|
|
|
87
92
|
* @throws {@link ThrottlingException} (client fault)
|
|
88
93
|
* <p>The throttling limit has been exceeded.</p>
|
|
89
94
|
*
|
|
95
|
+
* @throws {@link ConnectServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
90
97
|
*
|
|
91
98
|
*/
|
|
92
99
|
export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -36,6 +36,11 @@ export interface CreateUserHierarchyGroupCommandOutput extends CreateUserHierarc
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new CreateUserHierarchyGroupCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // CreateUserHierarchyGroupResponse
|
|
40
|
+
* // HierarchyGroupId: "STRING_VALUE",
|
|
41
|
+
* // HierarchyGroupArn: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
39
44
|
* ```
|
|
40
45
|
*
|
|
41
46
|
* @param CreateUserHierarchyGroupCommandInput - {@link CreateUserHierarchyGroupCommandInput}
|
|
@@ -65,6 +70,8 @@ export interface CreateUserHierarchyGroupCommandOutput extends CreateUserHierarc
|
|
|
65
70
|
* @throws {@link ThrottlingException} (client fault)
|
|
66
71
|
* <p>The throttling limit has been exceeded.</p>
|
|
67
72
|
*
|
|
73
|
+
* @throws {@link ConnectServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
68
75
|
*
|
|
69
76
|
*/
|
|
70
77
|
export declare class CreateUserHierarchyGroupCommand extends $Command<CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -40,6 +40,12 @@ export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse,
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new CreateVocabularyCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // CreateVocabularyResponse
|
|
44
|
+
* // VocabularyArn: "STRING_VALUE", // required
|
|
45
|
+
* // VocabularyId: "STRING_VALUE", // required
|
|
46
|
+
* // State: "CREATION_IN_PROGRESS" || "ACTIVE" || "CREATION_FAILED" || "DELETE_IN_PROGRESS", // required
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
43
49
|
* ```
|
|
44
50
|
*
|
|
45
51
|
* @param CreateVocabularyCommandInput - {@link CreateVocabularyCommandInput}
|
|
@@ -69,6 +75,8 @@ export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse,
|
|
|
69
75
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
76
|
* <p>The throttling limit has been exceeded.</p>
|
|
71
77
|
*
|
|
78
|
+
* @throws {@link ConnectServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
72
80
|
*
|
|
73
81
|
*/
|
|
74
82
|
export declare class CreateVocabularyCommand extends $Command<CreateVocabularyCommandInput, CreateVocabularyCommandOutput, ConnectClientResolvedConfig> {
|