@aws-sdk/client-connect 3.289.0 → 3.290.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/AssociateApprovedOriginCommand.d.ts +22 -0
- package/dist-types/commands/AssociateBotCommand.d.ts +22 -0
- package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +16 -0
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +19 -0
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +22 -0
- package/dist-types/commands/AssociateLexBotCommand.d.ts +22 -0
- package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +16 -0
- package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +19 -0
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +16 -0
- package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +22 -0
- package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +19 -0
- package/dist-types/commands/CreateAgentStatusCommand.d.ts +22 -0
- package/dist-types/commands/CreateContactFlowCommand.d.ts +25 -0
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +31 -0
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +22 -0
- package/dist-types/commands/CreateInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +22 -0
- package/dist-types/commands/CreateQuickConnectCommand.d.ts +22 -0
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +22 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +22 -0
- package/dist-types/commands/CreateSecurityProfileCommand.d.ts +22 -0
- package/dist-types/commands/CreateTaskTemplateCommand.d.ts +19 -0
- package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +25 -0
- package/dist-types/commands/CreateUseCaseCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserCommand.d.ts +22 -0
- package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +22 -0
- package/dist-types/commands/CreateVocabularyCommand.d.ts +22 -0
- package/dist-types/commands/DeleteContactFlowCommand.d.ts +19 -0
- package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +19 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +10 -0
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +13 -0
- package/dist-types/commands/DeleteQuickConnectCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +22 -0
- package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +13 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +19 -0
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +19 -0
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeContactCommand.d.ts +16 -0
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +19 -0
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +19 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceCommand.d.ts +10 -0
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +16 -0
- package/dist-types/commands/DescribeQueueCommand.d.ts +16 -0
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVocabularyCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateBotCommand.d.ts +13 -0
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +16 -0
- package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +16 -0
- package/dist-types/commands/DismissUserContactCommand.d.ts +19 -0
- package/dist-types/commands/GetContactAttributesCommand.d.ts +10 -0
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +16 -0
- package/dist-types/commands/GetCurrentUserDataCommand.d.ts +16 -0
- package/dist-types/commands/GetFederationTokenCommand.d.ts +19 -0
- package/dist-types/commands/GetMetricDataCommand.d.ts +16 -0
- package/dist-types/commands/GetMetricDataV2Command.d.ts +16 -0
- package/dist-types/commands/GetTaskTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetTrafficDistributionCommand.d.ts +16 -0
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +16 -0
- package/dist-types/commands/ListApprovedOriginsCommand.d.ts +16 -0
- package/dist-types/commands/ListBotsCommand.d.ts +13 -0
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +19 -0
- package/dist-types/commands/ListContactFlowsCommand.d.ts +16 -0
- package/dist-types/commands/ListContactReferencesCommand.d.ts +16 -0
- package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +13 -0
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +7 -0
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +13 -0
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +16 -0
- package/dist-types/commands/ListLexBotsCommand.d.ts +16 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +16 -0
- package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +16 -0
- package/dist-types/commands/ListPromptsCommand.d.ts +16 -0
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +16 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +16 -0
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +16 -0
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +16 -0
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +16 -0
- package/dist-types/commands/ListRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +16 -0
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTaskTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +13 -0
- package/dist-types/commands/ListUseCasesCommand.d.ts +13 -0
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListUsersCommand.d.ts +16 -0
- package/dist-types/commands/MonitorContactCommand.d.ts +22 -0
- package/dist-types/commands/PutUserStatusCommand.d.ts +19 -0
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +22 -0
- package/dist-types/commands/ReplicateInstanceCommand.d.ts +25 -0
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +10 -0
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +13 -0
- package/dist-types/commands/SearchQueuesCommand.d.ts +16 -0
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +16 -0
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +16 -0
- package/dist-types/commands/SearchUsersCommand.d.ts +16 -0
- package/dist-types/commands/SearchVocabulariesCommand.d.ts +13 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +16 -0
- package/dist-types/commands/StartContactRecordingCommand.d.ts +13 -0
- package/dist-types/commands/StartContactStreamingCommand.d.ts +16 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +22 -0
- package/dist-types/commands/StartTaskContactCommand.d.ts +19 -0
- package/dist-types/commands/StopContactCommand.d.ts +17 -0
- package/dist-types/commands/StopContactRecordingCommand.d.ts +10 -0
- package/dist-types/commands/StopContactStreamingCommand.d.ts +13 -0
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +10 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/TransferContactCommand.d.ts +22 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +22 -0
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +13 -0
- package/dist-types/commands/UpdateContactCommand.d.ts +16 -0
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +19 -0
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +19 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +19 -0
- package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +22 -0
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +19 -0
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +19 -0
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +19 -0
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +19 -0
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +22 -0
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +19 -0
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +19 -0
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +19 -0
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +19 -0
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +19 -0
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +19 -0
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +19 -0
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +16 -0
- package/package.json +29 -29
|
@@ -30,6 +30,28 @@ export interface AssociateApprovedOriginCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link AssociateApprovedOriginCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
34
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
37
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
40
|
+
* <p>The request is not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
43
|
+
* <p>A resource already has that name.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The specified resource was not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
49
|
+
* <p>The service quota has been exceeded.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
33
55
|
*/
|
|
34
56
|
export declare class AssociateApprovedOriginCommand extends $Command<AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput, ConnectClientResolvedConfig> {
|
|
35
57
|
readonly input: AssociateApprovedOriginCommandInput;
|
|
@@ -31,6 +31,28 @@ export interface AssociateBotCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* @see {@link AssociateBotCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
35
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
38
|
+
* <p>The request is not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
41
|
+
* <p>The allowed limit for the resource has been exceeded.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
44
|
+
* <p>A resource already has that name.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The specified resource was not found.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
50
|
+
* <p>The service quota has been exceeded.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
34
56
|
*/
|
|
35
57
|
export declare class AssociateBotCommand extends $Command<AssociateBotCommandInput, AssociateBotCommandOutput, ConnectClientResolvedConfig> {
|
|
36
58
|
readonly input: AssociateBotCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface AssociateDefaultVocabularyCommandOutput extends AssociateDefaul
|
|
|
30
30
|
* @see {@link AssociateDefaultVocabularyCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
37
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
40
|
+
* <p>The request is not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource was not found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class AssociateDefaultVocabularyCommand extends $Command<AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput, ConnectClientResolvedConfig> {
|
|
35
51
|
readonly input: AssociateDefaultVocabularyCommandInput;
|
|
@@ -35,6 +35,25 @@ export interface AssociateInstanceStorageConfigCommandOutput extends AssociateIn
|
|
|
35
35
|
* @see {@link AssociateInstanceStorageConfigCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
42
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
45
|
+
* <p>The request is not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
48
|
+
* <p>A resource already has that name.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>The specified resource was not found.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
54
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
38
57
|
*/
|
|
39
58
|
export declare class AssociateInstanceStorageConfigCommand extends $Command<AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
|
|
40
59
|
readonly input: AssociateInstanceStorageConfigCommandInput;
|
|
@@ -31,6 +31,28 @@ export interface AssociateLambdaFunctionCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* @see {@link AssociateLambdaFunctionCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
35
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
38
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
41
|
+
* <p>The request is not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
44
|
+
* <p>A resource already has that name.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The specified resource was not found.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
50
|
+
* <p>The service quota has been exceeded.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
34
56
|
*/
|
|
35
57
|
export declare class AssociateLambdaFunctionCommand extends $Command<AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput, ConnectClientResolvedConfig> {
|
|
36
58
|
readonly input: AssociateLambdaFunctionCommandInput;
|
|
@@ -31,6 +31,28 @@ export interface AssociateLexBotCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* @see {@link AssociateLexBotCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
35
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
38
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
41
|
+
* <p>The request is not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
44
|
+
* <p>A resource already has that name.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The specified resource was not found.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
50
|
+
* <p>The service quota has been exceeded.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
34
56
|
*/
|
|
35
57
|
export declare class AssociateLexBotCommand extends $Command<AssociateLexBotCommandInput, AssociateLexBotCommandOutput, ConnectClientResolvedConfig> {
|
|
36
58
|
readonly input: AssociateLexBotCommandInput;
|
|
@@ -40,6 +40,22 @@ export interface AssociatePhoneNumberContactFlowCommandOutput extends __Metadata
|
|
|
40
40
|
* @see {@link AssociatePhoneNumberContactFlowCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
44
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
47
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
50
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>The specified resource was not found.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
56
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
43
59
|
*/
|
|
44
60
|
export declare class AssociatePhoneNumberContactFlowCommand extends $Command<AssociatePhoneNumberContactFlowCommandInput, AssociatePhoneNumberContactFlowCommandOutput, ConnectClientResolvedConfig> {
|
|
45
61
|
readonly input: AssociatePhoneNumberContactFlowCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface AssociateQueueQuickConnectsCommandOutput extends __MetadataBear
|
|
|
30
30
|
* @see {@link AssociateQueueQuickConnectsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
34
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
37
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
40
|
+
* <p>The request is not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>The allowed limit for the resource has been exceeded.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The specified resource was not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class AssociateQueueQuickConnectsCommand extends $Command<AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput, ConnectClientResolvedConfig> {
|
|
35
54
|
readonly input: AssociateQueueQuickConnectsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface AssociateRoutingProfileQueuesCommandOutput extends __MetadataBe
|
|
|
29
29
|
* @see {@link AssociateRoutingProfileQueuesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
33
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
36
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
39
|
+
* <p>The request is not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified resource was not found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class AssociateRoutingProfileQueuesCommand extends $Command<AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig> {
|
|
34
50
|
readonly input: AssociateRoutingProfileQueuesCommandInput;
|
|
@@ -30,6 +30,28 @@ export interface AssociateSecurityKeyCommandOutput extends AssociateSecurityKeyR
|
|
|
30
30
|
* @see {@link AssociateSecurityKeyCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
34
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
37
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
40
|
+
* <p>The request is not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
43
|
+
* <p>A resource already has that name.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The specified resource was not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
49
|
+
* <p>The service quota has been exceeded.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
33
55
|
*/
|
|
34
56
|
export declare class AssociateSecurityKeyCommand extends $Command<AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput, ConnectClientResolvedConfig> {
|
|
35
57
|
readonly input: AssociateSecurityKeyCommandInput;
|
|
@@ -39,6 +39,25 @@ export interface ClaimPhoneNumberCommandOutput extends ClaimPhoneNumberResponse,
|
|
|
39
39
|
* @see {@link ClaimPhoneNumberCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
43
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link IdempotencyException} (client fault)
|
|
46
|
+
* <p>An entity with the same name already exists.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
49
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
52
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
55
|
+
* <p>The specified resource was not found.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
42
61
|
*/
|
|
43
62
|
export declare class ClaimPhoneNumberCommand extends $Command<ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput, ConnectClientResolvedConfig> {
|
|
44
63
|
readonly input: ClaimPhoneNumberCommandInput;
|
|
@@ -30,6 +30,28 @@ export interface CreateAgentStatusCommandOutput extends CreateAgentStatusRespons
|
|
|
30
30
|
* @see {@link CreateAgentStatusCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
34
|
+
* <p>A resource with the specified name already exists.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
37
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
43
|
+
* <p>The request is not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>The allowed limit for the resource has been exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The specified resource was not found.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
33
55
|
*/
|
|
34
56
|
export declare class CreateAgentStatusCommand extends $Command<CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput, ConnectClientResolvedConfig> {
|
|
35
57
|
readonly input: CreateAgentStatusCommandInput;
|
|
@@ -31,6 +31,31 @@ export interface CreateContactFlowCommandOutput extends CreateContactFlowRespons
|
|
|
31
31
|
* @see {@link CreateContactFlowCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
35
|
+
* <p>A resource with the specified name already exists.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
38
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidContactFlowException} (client fault)
|
|
41
|
+
* <p>The flow is not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
44
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
47
|
+
* <p>The request is not valid.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
50
|
+
* <p>The allowed limit for the resource has been exceeded.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>The specified resource was not found.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
56
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
34
59
|
*/
|
|
35
60
|
export declare class CreateContactFlowCommand extends $Command<CreateContactFlowCommandInput, CreateContactFlowCommandOutput, ConnectClientResolvedConfig> {
|
|
36
61
|
readonly input: CreateContactFlowCommandInput;
|
|
@@ -29,6 +29,37 @@ export interface CreateContactFlowModuleCommandOutput extends CreateContactFlowM
|
|
|
29
29
|
* @see {@link CreateContactFlowModuleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
36
|
+
* <p>A resource with the specified name already exists.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link IdempotencyException} (client fault)
|
|
39
|
+
* <p>An entity with the same name already exists.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidContactFlowModuleException} (client fault)
|
|
45
|
+
* <p>The problems with the module. Please fix before trying again.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
48
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
51
|
+
* <p>The request is not valid.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
54
|
+
* <p>The allowed limit for the resource has been exceeded.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
|
+
* <p>The specified resource was not found.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
60
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
32
63
|
*/
|
|
33
64
|
export declare class CreateContactFlowModuleCommand extends $Command<CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
|
|
34
65
|
readonly input: CreateContactFlowModuleCommandInput;
|
|
@@ -30,6 +30,28 @@ export interface CreateHoursOfOperationCommandOutput extends CreateHoursOfOperat
|
|
|
30
30
|
* @see {@link CreateHoursOfOperationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
34
|
+
* <p>A resource with the specified name already exists.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
37
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
43
|
+
* <p>The request is not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>The allowed limit for the resource has been exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The specified resource was not found.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
33
55
|
*/
|
|
34
56
|
export declare class CreateHoursOfOperationCommand extends $Command<CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
|
|
35
57
|
readonly input: CreateHoursOfOperationCommandInput;
|
|
@@ -35,6 +35,22 @@ export interface CreateInstanceCommandOutput extends CreateInstanceResponse, __M
|
|
|
35
35
|
* @see {@link CreateInstanceCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
42
|
+
* <p>The request is not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The specified resource was not found.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
48
|
+
* <p>The service quota has been exceeded.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
38
54
|
*/
|
|
39
55
|
export declare class CreateInstanceCommand extends $Command<CreateInstanceCommandInput, CreateInstanceCommandOutput, ConnectClientResolvedConfig> {
|
|
40
56
|
readonly input: CreateInstanceCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface CreateIntegrationAssociationCommandOutput extends CreateIntegra
|
|
|
30
30
|
* @see {@link CreateIntegrationAssociationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
34
|
+
* <p>A resource with the specified name already exists.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
37
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
40
|
+
* <p>The request is not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource was not found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class CreateIntegrationAssociationCommand extends $Command<CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput, ConnectClientResolvedConfig> {
|
|
35
51
|
readonly input: CreateIntegrationAssociationCommandInput;
|
|
@@ -41,6 +41,28 @@ export interface CreateQueueCommandOutput extends CreateQueueResponse, __Metadat
|
|
|
41
41
|
* @see {@link CreateQueueCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
45
|
+
* <p>A resource with the specified name already exists.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
48
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
51
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
54
|
+
* <p>The request is not valid.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
57
|
+
* <p>The allowed limit for the resource has been exceeded.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
60
|
+
* <p>The specified resource was not found.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
63
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
44
66
|
*/
|
|
45
67
|
export declare class CreateQueueCommand extends $Command<CreateQueueCommandInput, CreateQueueCommandOutput, ConnectClientResolvedConfig> {
|
|
46
68
|
readonly input: CreateQueueCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface CreateQuickConnectCommandOutput extends CreateQuickConnectRespo
|
|
|
29
29
|
* @see {@link CreateQuickConnectCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
33
|
+
* <p>A resource with the specified name already exists.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
42
|
+
* <p>The request is not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>The allowed limit for the resource has been exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The specified resource was not found.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class CreateQuickConnectCommand extends $Command<CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput, ConnectClientResolvedConfig> {
|
|
34
56
|
readonly input: CreateQuickConnectCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface CreateRoutingProfileCommandOutput extends CreateRoutingProfileR
|
|
|
29
29
|
* @see {@link CreateRoutingProfileCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
33
|
+
* <p>A resource with the specified name already exists.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
42
|
+
* <p>The request is not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>The allowed limit for the resource has been exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The specified resource was not found.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class CreateRoutingProfileCommand extends $Command<CreateRoutingProfileCommandInput, CreateRoutingProfileCommandOutput, ConnectClientResolvedConfig> {
|
|
34
56
|
readonly input: CreateRoutingProfileCommandInput;
|
|
@@ -31,6 +31,28 @@ export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataB
|
|
|
31
31
|
* @see {@link CreateRuleCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
38
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
41
|
+
* <p>The request is not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
44
|
+
* <p>A resource already has that name.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The specified resource was not found.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
50
|
+
* <p>The service quota has been exceeded.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
34
56
|
*/
|
|
35
57
|
export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, ConnectClientResolvedConfig> {
|
|
36
58
|
readonly input: CreateRuleCommandInput;
|
|
@@ -30,6 +30,28 @@ export interface CreateSecurityProfileCommandOutput extends CreateSecurityProfil
|
|
|
30
30
|
* @see {@link CreateSecurityProfileCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
34
|
+
* <p>A resource with the specified name already exists.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
37
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
43
|
+
* <p>The request is not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>The allowed limit for the resource has been exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The specified resource was not found.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
33
55
|
*/
|
|
34
56
|
export declare class CreateSecurityProfileCommand extends $Command<CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput, ConnectClientResolvedConfig> {
|
|
35
57
|
readonly input: CreateSecurityProfileCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateTaskTemplateCommandOutput extends CreateTaskTemplateRespo
|
|
|
29
29
|
* @see {@link CreateTaskTemplateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
33
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
36
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link PropertyValidationException} (client fault)
|
|
39
|
+
* <p>The property is not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified resource was not found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
45
|
+
* <p>The service quota has been exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreateTaskTemplateCommand extends $Command<CreateTaskTemplateCommandInput, CreateTaskTemplateCommandOutput, ConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateTaskTemplateCommandInput;
|