@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
|
@@ -31,6 +31,31 @@ export interface CreateTrafficDistributionGroupCommandOutput extends CreateTraff
|
|
|
31
31
|
* @see {@link CreateTrafficDistributionGroupCommandOutput} 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 ResourceNotReadyException} (client fault)
|
|
50
|
+
* <p>The resource is not ready.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
53
|
+
* <p>The service quota has been exceeded.</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 CreateTrafficDistributionGroupCommand extends $Command<CreateTrafficDistributionGroupCommandInput, CreateTrafficDistributionGroupCommandOutput, ConnectClientResolvedConfig> {
|
|
36
61
|
readonly input: CreateTrafficDistributionGroupCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface CreateUseCaseCommandOutput extends CreateUseCaseResponse, __Met
|
|
|
29
29
|
* @see {@link CreateUseCaseCommandOutput} 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 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 CreateUseCaseCommand extends $Command<CreateUseCaseCommandInput, CreateUseCaseCommandOutput, ConnectClientResolvedConfig> {
|
|
34
50
|
readonly input: CreateUseCaseCommandInput;
|
|
@@ -32,6 +32,28 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
|
|
|
32
32
|
* @see {@link CreateUserCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
34
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 LimitExceededException} (client fault)
|
|
48
|
+
* <p>The allowed limit for the resource has been exceeded.</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
|
+
*
|
|
35
57
|
*/
|
|
36
58
|
export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, ConnectClientResolvedConfig> {
|
|
37
59
|
readonly input: CreateUserCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface CreateUserHierarchyGroupCommandOutput extends CreateUserHierarc
|
|
|
29
29
|
* @see {@link CreateUserHierarchyGroupCommandOutput} 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 CreateUserHierarchyGroupCommand extends $Command<CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput, ConnectClientResolvedConfig> {
|
|
34
56
|
readonly input: CreateUserHierarchyGroupCommandInput;
|
|
@@ -31,6 +31,28 @@ export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse,
|
|
|
31
31
|
* @see {@link CreateVocabularyCommandOutput} 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 CreateVocabularyCommand extends $Command<CreateVocabularyCommandInput, CreateVocabularyCommandOutput, ConnectClientResolvedConfig> {
|
|
36
58
|
readonly input: CreateVocabularyCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeleteContactFlowCommandOutput extends DeleteContactFlowRespons
|
|
|
29
29
|
* @see {@link DeleteContactFlowCommandOutput} 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 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 DeleteContactFlowCommand extends $Command<DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput, ConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: DeleteContactFlowCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeleteContactFlowModuleCommandOutput extends DeleteContactFlowM
|
|
|
29
29
|
* @see {@link DeleteContactFlowModuleCommandOutput} 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 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 DeleteContactFlowModuleCommand extends $Command<DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: DeleteContactFlowModuleCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface DeleteHoursOfOperationCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link DeleteHoursOfOperationCommandOutput} 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 DeleteHoursOfOperationCommand extends $Command<DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
|
|
35
51
|
readonly input: DeleteHoursOfOperationCommandInput;
|
|
@@ -33,6 +33,16 @@ export interface DeleteInstanceCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* @see {@link DeleteInstanceCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
35
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
|
+
*
|
|
36
46
|
*/
|
|
37
47
|
export declare class DeleteInstanceCommand extends $Command<DeleteInstanceCommandInput, DeleteInstanceCommandOutput, ConnectClientResolvedConfig> {
|
|
38
48
|
readonly input: DeleteInstanceCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface DeleteIntegrationAssociationCommandOutput extends __MetadataBea
|
|
|
30
30
|
* @see {@link DeleteIntegrationAssociationCommandOutput} 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 InvalidRequestException} (client fault)
|
|
37
|
+
* <p>The request is not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource was not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class DeleteIntegrationAssociationCommand extends $Command<DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput, ConnectClientResolvedConfig> {
|
|
35
48
|
readonly input: DeleteIntegrationAssociationCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteQuickConnectCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteQuickConnectCommandOutput} 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 DeleteQuickConnectCommand extends $Command<DeleteQuickConnectCommandInput, DeleteQuickConnectCommandOutput, ConnectClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteQuickConnectCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteRuleCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteRuleCommandOutput} 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 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 DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, ConnectClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteRuleCommandInput;
|
|
@@ -30,6 +30,28 @@ export interface DeleteSecurityProfileCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link DeleteSecurityProfileCommandOutput} 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 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 ResourceInUseException} (client fault)
|
|
46
|
+
* <p>That resource is already in use. Please try another.</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 DeleteSecurityProfileCommand extends $Command<DeleteSecurityProfileCommandInput, DeleteSecurityProfileCommandOutput, ConnectClientResolvedConfig> {
|
|
35
57
|
readonly input: DeleteSecurityProfileCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteTaskTemplateCommandOutput extends DeleteTaskTemplateRespo
|
|
|
29
29
|
* @see {@link DeleteTaskTemplateCommandOutput} 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 DeleteTaskTemplateCommand extends $Command<DeleteTaskTemplateCommandInput, DeleteTaskTemplateCommandOutput, ConnectClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteTaskTemplateCommandInput;
|
|
@@ -32,6 +32,22 @@ export interface DeleteTrafficDistributionGroupCommandOutput extends DeleteTraff
|
|
|
32
32
|
* @see {@link DeleteTrafficDistributionGroupCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You do not have sufficient permissions to perform this action.</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 InvalidRequestException} (client fault)
|
|
42
|
+
* <p>The request is not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
45
|
+
* <p>That resource is already in use. Please try another.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
35
51
|
*/
|
|
36
52
|
export declare class DeleteTrafficDistributionGroupCommand extends $Command<DeleteTrafficDistributionGroupCommandInput, DeleteTrafficDistributionGroupCommandOutput, ConnectClientResolvedConfig> {
|
|
37
53
|
readonly input: DeleteTrafficDistributionGroupCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeleteUseCaseCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteUseCaseCommandOutput} 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 InvalidRequestException} (client fault)
|
|
36
|
+
* <p>The request is not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The specified resource was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DeleteUseCaseCommand extends $Command<DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput, ConnectClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteUseCaseCommandInput;
|
|
@@ -33,6 +33,22 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* @see {@link DeleteUserCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
35
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
|
+
*
|
|
36
52
|
*/
|
|
37
53
|
export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, ConnectClientResolvedConfig> {
|
|
38
54
|
readonly input: DeleteUserCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface DeleteUserHierarchyGroupCommandOutput extends __MetadataBearer
|
|
|
30
30
|
* @see {@link DeleteUserHierarchyGroupCommandOutput} 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 ResourceInUseException} (client fault)
|
|
43
|
+
* <p>That resource is already in use. Please try another.</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 DeleteUserHierarchyGroupCommand extends $Command<DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput, ConnectClientResolvedConfig> {
|
|
35
54
|
readonly input: DeleteUserHierarchyGroupCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeleteVocabularyCommandOutput extends DeleteVocabularyResponse,
|
|
|
29
29
|
* @see {@link DeleteVocabularyCommandOutput} 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 InvalidRequestException} (client fault)
|
|
39
|
+
* <p>The request is not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
42
|
+
* <p>That resource is already in use. Please try another.</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 DeleteVocabularyCommand extends $Command<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput, ConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: DeleteVocabularyCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface DescribeAgentStatusCommandOutput extends DescribeAgentStatusRes
|
|
|
30
30
|
* @see {@link DescribeAgentStatusCommandOutput} 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 DescribeAgentStatusCommand extends $Command<DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput, ConnectClientResolvedConfig> {
|
|
35
51
|
readonly input: DescribeAgentStatusCommandInput;
|
|
@@ -36,6 +36,22 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
|
|
|
36
36
|
* @see {@link DescribeContactCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
40
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
43
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
46
|
+
* <p>The request is not valid.</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
|
+
*
|
|
39
55
|
*/
|
|
40
56
|
export declare class DescribeContactCommand extends $Command<DescribeContactCommandInput, DescribeContactCommandOutput, ConnectClientResolvedConfig> {
|
|
41
57
|
readonly input: DescribeContactCommandInput;
|
|
@@ -31,6 +31,25 @@ export interface DescribeContactFlowCommandOutput extends DescribeContactFlowRes
|
|
|
31
31
|
* @see {@link DescribeContactFlowCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ContactFlowNotPublishedException} (client fault)
|
|
35
|
+
* <p>The flow has not been published.</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 DescribeContactFlowCommand extends $Command<DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput, ConnectClientResolvedConfig> {
|
|
36
55
|
readonly input: DescribeContactFlowCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeContactFlowModuleCommandOutput extends DescribeContactF
|
|
|
29
29
|
* @see {@link DescribeContactFlowModuleCommandOutput} 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 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 DescribeContactFlowModuleCommand extends $Command<DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeContactFlowModuleCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface DescribeHoursOfOperationCommandOutput extends DescribeHoursOfOp
|
|
|
30
30
|
* @see {@link DescribeHoursOfOperationCommandOutput} 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 DescribeHoursOfOperationCommand extends $Command<DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
|
|
35
51
|
readonly input: DescribeHoursOfOperationCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface DescribeInstanceAttributeCommandOutput extends DescribeInstance
|
|
|
30
30
|
* @see {@link DescribeInstanceAttributeCommandOutput} 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 DescribeInstanceAttributeCommand extends $Command<DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput, ConnectClientResolvedConfig> {
|
|
35
51
|
readonly input: DescribeInstanceAttributeCommandInput;
|
|
@@ -34,6 +34,16 @@ export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse,
|
|
|
34
34
|
* @see {@link DescribeInstanceCommandOutput} 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 DescribeInstanceCommand extends $Command<DescribeInstanceCommandInput, DescribeInstanceCommandOutput, ConnectClientResolvedConfig> {
|
|
39
49
|
readonly input: DescribeInstanceCommandInput;
|