@aws-sdk/client-connect 3.288.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
|
@@ -34,6 +34,16 @@ export interface SuspendContactRecordingCommandOutput extends SuspendContactReco
|
|
|
34
34
|
* @see {@link SuspendContactRecordingCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
36
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 ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The specified resource was not found.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
37
47
|
*/
|
|
38
48
|
export declare class SuspendContactRecordingCommand extends $Command<SuspendContactRecordingCommandInput, SuspendContactRecordingCommandOutput, ConnectClientResolvedConfig> {
|
|
39
49
|
readonly input: SuspendContactRecordingCommandInput;
|
|
@@ -35,6 +35,22 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
* @see {@link TagResourceCommandOutput} 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 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
|
+
*
|
|
38
54
|
*/
|
|
39
55
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ConnectClientResolvedConfig> {
|
|
40
56
|
readonly input: TagResourceCommandInput;
|
|
@@ -52,6 +52,28 @@ export interface TransferContactCommandOutput extends TransferContactResponse, _
|
|
|
52
52
|
* @see {@link TransferContactCommandOutput} for command's `response` shape.
|
|
53
53
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
54
54
|
*
|
|
55
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
56
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link IdempotencyException} (client fault)
|
|
59
|
+
* <p>An entity with the same name already exists.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
62
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
65
|
+
* <p>The request is not valid.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
|
+
* <p>The specified resource was not found.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
71
|
+
* <p>The service quota has been exceeded.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
74
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
75
|
+
*
|
|
76
|
+
*
|
|
55
77
|
*/
|
|
56
78
|
export declare class TransferContactCommand extends $Command<TransferContactCommandInput, TransferContactCommandOutput, ConnectClientResolvedConfig> {
|
|
57
79
|
readonly input: TransferContactCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} 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 UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectClientResolvedConfig> {
|
|
34
50
|
readonly input: UntagResourceCommandInput;
|
|
@@ -30,6 +30,28 @@ export interface UpdateAgentStatusCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link UpdateAgentStatusCommandOutput} 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 UpdateAgentStatusCommand extends $Command<UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput, ConnectClientResolvedConfig> {
|
|
35
57
|
readonly input: UpdateAgentStatusCommandInput;
|
|
@@ -42,6 +42,19 @@ export interface UpdateContactAttributesCommandOutput extends UpdateContactAttri
|
|
|
42
42
|
* @see {@link UpdateContactAttributesCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
46
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
49
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
52
|
+
* <p>The request is not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
55
|
+
* <p>The specified resource was not found.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
45
58
|
*/
|
|
46
59
|
export declare class UpdateContactAttributesCommand extends $Command<UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput, ConnectClientResolvedConfig> {
|
|
47
60
|
readonly input: UpdateContactAttributesCommandInput;
|
|
@@ -35,6 +35,22 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met
|
|
|
35
35
|
* @see {@link UpdateContactCommandOutput} 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 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
|
+
*
|
|
38
54
|
*/
|
|
39
55
|
export declare class UpdateContactCommand extends $Command<UpdateContactCommandInput, UpdateContactCommandOutput, ConnectClientResolvedConfig> {
|
|
40
56
|
readonly input: UpdateContactCommandInput;
|
|
@@ -31,6 +31,25 @@ export interface UpdateContactFlowContentCommandOutput extends UpdateContactFlow
|
|
|
31
31
|
* @see {@link UpdateContactFlowContentCommandOutput} 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 InvalidContactFlowException} (client fault)
|
|
38
|
+
* <p>The flow is not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
41
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
44
|
+
* <p>The request is not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The specified resource was not found.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
34
53
|
*/
|
|
35
54
|
export declare class UpdateContactFlowContentCommand extends $Command<UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput, ConnectClientResolvedConfig> {
|
|
36
55
|
readonly input: UpdateContactFlowContentCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateContactFlowMetadataCommandOutput extends UpdateContactFlo
|
|
|
29
29
|
* @see {@link UpdateContactFlowMetadataCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The specified resource was not found.</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 UpdateContactFlowMetadataCommand extends $Command<UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommandOutput, ConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateContactFlowMetadataCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateContactFlowModuleContentCommandOutput extends UpdateConta
|
|
|
29
29
|
* @see {@link UpdateContactFlowModuleContentCommandOutput} 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 InternalServiceException} (server fault)
|
|
36
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidContactFlowModuleException} (client fault)
|
|
39
|
+
* <p>The problems with the module. Please fix before trying again.</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 ThrottlingException} (client fault)
|
|
48
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateContactFlowModuleContentCommand extends $Command<UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput, ConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateContactFlowModuleContentCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface UpdateContactFlowModuleMetadataCommandOutput extends UpdateCont
|
|
|
29
29
|
* @see {@link UpdateContactFlowModuleMetadataCommandOutput} 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 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 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 UpdateContactFlowModuleMetadataCommand extends $Command<UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput, ConnectClientResolvedConfig> {
|
|
34
56
|
readonly input: UpdateContactFlowModuleMetadataCommandInput;
|
|
@@ -31,6 +31,25 @@ export interface UpdateContactFlowNameCommandOutput extends UpdateContactFlowNam
|
|
|
31
31
|
* @see {@link UpdateContactFlowNameCommandOutput} 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 InvalidParameterException} (client fault)
|
|
41
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
44
|
+
* <p>The request is not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The specified resource was not found.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
34
53
|
*/
|
|
35
54
|
export declare class UpdateContactFlowNameCommand extends $Command<UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput, ConnectClientResolvedConfig> {
|
|
36
55
|
readonly input: UpdateContactFlowNameCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateContactScheduleCommandOutput extends UpdateContactSchedul
|
|
|
29
29
|
* @see {@link UpdateContactScheduleCommandOutput} 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 LimitExceededException} (client fault)
|
|
42
|
+
* <p>The allowed limit for the resource has been exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The specified resource was not found.</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 UpdateContactScheduleCommand extends $Command<UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput, ConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateContactScheduleCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface UpdateHoursOfOperationCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link UpdateHoursOfOperationCommandOutput} 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 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 UpdateHoursOfOperationCommand extends $Command<UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
|
|
35
54
|
readonly input: UpdateHoursOfOperationCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface UpdateInstanceAttributeCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link UpdateInstanceAttributeCommandOutput} 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 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 UpdateInstanceAttributeCommand extends $Command<UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput, ConnectClientResolvedConfig> {
|
|
35
51
|
readonly input: UpdateInstanceAttributeCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface UpdateInstanceStorageConfigCommandOutput extends __MetadataBear
|
|
|
30
30
|
* @see {@link UpdateInstanceStorageConfigCommandOutput} 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 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 UpdateInstanceStorageConfigCommand extends $Command<UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
|
|
35
51
|
readonly input: UpdateInstanceStorageConfigCommandInput;
|
|
@@ -46,6 +46,25 @@ export interface UpdateParticipantRoleConfigCommandOutput extends UpdateParticip
|
|
|
46
46
|
* @see {@link UpdateParticipantRoleConfigCommandOutput} for command's `response` shape.
|
|
47
47
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
48
48
|
*
|
|
49
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
50
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
53
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
56
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
59
|
+
* <p>The request is not valid.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
+
* <p>The specified resource was not found.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
65
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
49
68
|
*/
|
|
50
69
|
export declare class UpdateParticipantRoleConfigCommand extends $Command<UpdateParticipantRoleConfigCommandInput, UpdateParticipantRoleConfigCommandOutput, ConnectClientResolvedConfig> {
|
|
51
70
|
readonly input: UpdateParticipantRoleConfigCommandInput;
|
|
@@ -35,6 +35,28 @@ export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberRespons
|
|
|
35
35
|
* @see {@link UpdatePhoneNumberCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
39
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link IdempotencyException} (client fault)
|
|
42
|
+
* <p>An entity with the same name already exists.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
45
|
+
* <p>Request processing failed because of an error or failure with the service.</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 ResourceInUseException} (client fault)
|
|
51
|
+
* <p>That resource is already in use. Please try another.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
|
+
* <p>The specified resource was not found.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
57
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
38
60
|
*/
|
|
39
61
|
export declare class UpdatePhoneNumberCommand extends $Command<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput, ConnectClientResolvedConfig> {
|
|
40
62
|
readonly input: UpdatePhoneNumberCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface UpdateQueueHoursOfOperationCommandOutput extends __MetadataBear
|
|
|
30
30
|
* @see {@link UpdateQueueHoursOfOperationCommandOutput} 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 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 UpdateQueueHoursOfOperationCommand extends $Command<UpdateQueueHoursOfOperationCommandInput, UpdateQueueHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
|
|
35
51
|
readonly input: UpdateQueueHoursOfOperationCommandInput;
|
|
@@ -31,6 +31,22 @@ export interface UpdateQueueMaxContactsCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* @see {@link UpdateQueueMaxContactsCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The specified resource was not found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
34
50
|
*/
|
|
35
51
|
export declare class UpdateQueueMaxContactsCommand extends $Command<UpdateQueueMaxContactsCommandInput, UpdateQueueMaxContactsCommandOutput, ConnectClientResolvedConfig> {
|
|
36
52
|
readonly input: UpdateQueueMaxContactsCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface UpdateQueueNameCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link UpdateQueueNameCommandOutput} 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 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 UpdateQueueNameCommand extends $Command<UpdateQueueNameCommandInput, UpdateQueueNameCommandOutput, ConnectClientResolvedConfig> {
|
|
35
54
|
readonly input: UpdateQueueNameCommandInput;
|
|
@@ -42,6 +42,22 @@ export interface UpdateQueueOutboundCallerConfigCommandOutput extends __Metadata
|
|
|
42
42
|
* @see {@link UpdateQueueOutboundCallerConfigCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
46
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
49
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
52
|
+
* <p>The request is 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
|
+
*
|
|
45
61
|
*/
|
|
46
62
|
export declare class UpdateQueueOutboundCallerConfigCommand extends $Command<UpdateQueueOutboundCallerConfigCommandInput, UpdateQueueOutboundCallerConfigCommandOutput, ConnectClientResolvedConfig> {
|
|
47
63
|
readonly input: UpdateQueueOutboundCallerConfigCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface UpdateQueueStatusCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link UpdateQueueStatusCommandOutput} 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 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 UpdateQueueStatusCommand extends $Command<UpdateQueueStatusCommandInput, UpdateQueueStatusCommandOutput, ConnectClientResolvedConfig> {
|
|
35
51
|
readonly input: UpdateQueueStatusCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UpdateQuickConnectConfigCommandOutput extends __MetadataBearer
|
|
|
29
29
|
* @see {@link UpdateQuickConnectConfigCommandOutput} 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 UpdateQuickConnectConfigCommand extends $Command<UpdateQuickConnectConfigCommandInput, UpdateQuickConnectConfigCommandOutput, ConnectClientResolvedConfig> {
|
|
34
50
|
readonly input: UpdateQuickConnectConfigCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UpdateQuickConnectNameCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link UpdateQuickConnectNameCommandOutput} 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 UpdateQuickConnectNameCommand extends $Command<UpdateQuickConnectNameCommandInput, UpdateQuickConnectNameCommandOutput, ConnectClientResolvedConfig> {
|
|
34
50
|
readonly input: UpdateQuickConnectNameCommandInput;
|