@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.
Files changed (171) hide show
  1. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +22 -0
  2. package/dist-types/commands/AssociateBotCommand.d.ts +22 -0
  3. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +19 -0
  5. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +22 -0
  6. package/dist-types/commands/AssociateLexBotCommand.d.ts +22 -0
  7. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +16 -0
  8. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +19 -0
  9. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +16 -0
  10. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +22 -0
  11. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +19 -0
  12. package/dist-types/commands/CreateAgentStatusCommand.d.ts +22 -0
  13. package/dist-types/commands/CreateContactFlowCommand.d.ts +25 -0
  14. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +31 -0
  15. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +22 -0
  16. package/dist-types/commands/CreateInstanceCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateQueueCommand.d.ts +22 -0
  19. package/dist-types/commands/CreateQuickConnectCommand.d.ts +22 -0
  20. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +22 -0
  21. package/dist-types/commands/CreateRuleCommand.d.ts +22 -0
  22. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +22 -0
  23. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +19 -0
  24. package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +25 -0
  25. package/dist-types/commands/CreateUseCaseCommand.d.ts +16 -0
  26. package/dist-types/commands/CreateUserCommand.d.ts +22 -0
  27. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +22 -0
  28. package/dist-types/commands/CreateVocabularyCommand.d.ts +22 -0
  29. package/dist-types/commands/DeleteContactFlowCommand.d.ts +19 -0
  30. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +19 -0
  31. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteInstanceCommand.d.ts +10 -0
  33. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +13 -0
  34. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +16 -0
  35. package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
  36. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +22 -0
  37. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +16 -0
  38. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +16 -0
  39. package/dist-types/commands/DeleteUseCaseCommand.d.ts +13 -0
  40. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  41. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +19 -0
  42. package/dist-types/commands/DeleteVocabularyCommand.d.ts +19 -0
  43. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeContactCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeContactFlowCommand.d.ts +19 -0
  46. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +19 -0
  47. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +16 -0
  48. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeInstanceCommand.d.ts +10 -0
  50. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +16 -0
  51. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +16 -0
  52. package/dist-types/commands/DescribeQueueCommand.d.ts +16 -0
  53. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +16 -0
  54. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +16 -0
  55. package/dist-types/commands/DescribeRuleCommand.d.ts +16 -0
  56. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +16 -0
  57. package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
  59. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +16 -0
  61. package/dist-types/commands/DescribeVocabularyCommand.d.ts +16 -0
  62. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +16 -0
  63. package/dist-types/commands/DisassociateBotCommand.d.ts +13 -0
  64. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +16 -0
  65. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +16 -0
  66. package/dist-types/commands/DisassociateLexBotCommand.d.ts +16 -0
  67. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +16 -0
  68. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +16 -0
  69. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +16 -0
  70. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +16 -0
  71. package/dist-types/commands/DismissUserContactCommand.d.ts +19 -0
  72. package/dist-types/commands/GetContactAttributesCommand.d.ts +10 -0
  73. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +16 -0
  74. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +16 -0
  75. package/dist-types/commands/GetFederationTokenCommand.d.ts +19 -0
  76. package/dist-types/commands/GetMetricDataCommand.d.ts +16 -0
  77. package/dist-types/commands/GetMetricDataV2Command.d.ts +16 -0
  78. package/dist-types/commands/GetTaskTemplateCommand.d.ts +16 -0
  79. package/dist-types/commands/GetTrafficDistributionCommand.d.ts +16 -0
  80. package/dist-types/commands/ListAgentStatusesCommand.d.ts +16 -0
  81. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +16 -0
  82. package/dist-types/commands/ListBotsCommand.d.ts +13 -0
  83. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +19 -0
  84. package/dist-types/commands/ListContactFlowsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListContactReferencesCommand.d.ts +16 -0
  86. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +13 -0
  87. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +16 -0
  88. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +16 -0
  89. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +16 -0
  90. package/dist-types/commands/ListInstancesCommand.d.ts +7 -0
  91. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +13 -0
  92. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +16 -0
  93. package/dist-types/commands/ListLexBotsCommand.d.ts +16 -0
  94. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +16 -0
  95. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +16 -0
  96. package/dist-types/commands/ListPromptsCommand.d.ts +16 -0
  97. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +16 -0
  98. package/dist-types/commands/ListQueuesCommand.d.ts +16 -0
  99. package/dist-types/commands/ListQuickConnectsCommand.d.ts +16 -0
  100. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +16 -0
  101. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +16 -0
  102. package/dist-types/commands/ListRulesCommand.d.ts +16 -0
  103. package/dist-types/commands/ListSecurityKeysCommand.d.ts +16 -0
  104. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +16 -0
  105. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +16 -0
  106. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  107. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +16 -0
  108. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +13 -0
  109. package/dist-types/commands/ListUseCasesCommand.d.ts +13 -0
  110. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +16 -0
  111. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  112. package/dist-types/commands/MonitorContactCommand.d.ts +22 -0
  113. package/dist-types/commands/PutUserStatusCommand.d.ts +19 -0
  114. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +22 -0
  115. package/dist-types/commands/ReplicateInstanceCommand.d.ts +25 -0
  116. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +10 -0
  117. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +13 -0
  118. package/dist-types/commands/SearchQueuesCommand.d.ts +16 -0
  119. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +16 -0
  120. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +16 -0
  121. package/dist-types/commands/SearchUsersCommand.d.ts +16 -0
  122. package/dist-types/commands/SearchVocabulariesCommand.d.ts +13 -0
  123. package/dist-types/commands/StartChatContactCommand.d.ts +16 -0
  124. package/dist-types/commands/StartContactRecordingCommand.d.ts +13 -0
  125. package/dist-types/commands/StartContactStreamingCommand.d.ts +16 -0
  126. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +22 -0
  127. package/dist-types/commands/StartTaskContactCommand.d.ts +19 -0
  128. package/dist-types/commands/StopContactCommand.d.ts +17 -0
  129. package/dist-types/commands/StopContactRecordingCommand.d.ts +10 -0
  130. package/dist-types/commands/StopContactStreamingCommand.d.ts +13 -0
  131. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +10 -0
  132. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  133. package/dist-types/commands/TransferContactCommand.d.ts +22 -0
  134. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  135. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +22 -0
  136. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +13 -0
  137. package/dist-types/commands/UpdateContactCommand.d.ts +16 -0
  138. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +19 -0
  139. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +19 -0
  140. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +19 -0
  141. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +22 -0
  142. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +19 -0
  143. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +19 -0
  144. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +19 -0
  145. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +16 -0
  146. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +16 -0
  147. package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +19 -0
  148. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +22 -0
  149. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +16 -0
  150. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +16 -0
  151. package/dist-types/commands/UpdateQueueNameCommand.d.ts +19 -0
  152. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +16 -0
  153. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +16 -0
  154. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +16 -0
  155. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +16 -0
  156. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +16 -0
  157. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +16 -0
  158. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +19 -0
  159. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +16 -0
  160. package/dist-types/commands/UpdateRuleCommand.d.ts +19 -0
  161. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +16 -0
  162. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +19 -0
  163. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +19 -0
  164. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +16 -0
  165. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +19 -0
  166. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +19 -0
  167. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +16 -0
  168. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +16 -0
  169. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +16 -0
  170. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +16 -0
  171. package/package.json +29 -29
@@ -31,6 +31,22 @@ export interface DescribeInstanceStorageConfigCommandOutput extends DescribeInst
31
31
  * @see {@link DescribeInstanceStorageConfigCommandOutput} 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 DescribeInstanceStorageConfigCommand extends $Command<DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
36
52
  readonly input: DescribeInstanceStorageConfigCommandInput;
@@ -40,6 +40,22 @@ export interface DescribePhoneNumberCommandOutput extends DescribePhoneNumberRes
40
40
  * @see {@link DescribePhoneNumberCommandOutput} for command's `response` shape.
41
41
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
42
42
  *
43
+ * @throws {@link AccessDeniedException} (client fault)
44
+ * <p>You do not have sufficient permissions to perform this action.</p>
45
+ *
46
+ * @throws {@link InternalServiceException} (server fault)
47
+ * <p>Request processing failed because of an error or failure with the service.</p>
48
+ *
49
+ * @throws {@link InvalidParameterException} (client fault)
50
+ * <p>One or more of the specified parameters are not valid.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>The specified resource was not found.</p>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>The throttling limit has been exceeded.</p>
57
+ *
58
+ *
43
59
  */
44
60
  export declare class DescribePhoneNumberCommand extends $Command<DescribePhoneNumberCommandInput, DescribePhoneNumberCommandOutput, ConnectClientResolvedConfig> {
45
61
  readonly input: DescribePhoneNumberCommandInput;
@@ -30,6 +30,22 @@ export interface DescribeQueueCommandOutput extends DescribeQueueResponse, __Met
30
30
  * @see {@link DescribeQueueCommandOutput} 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 DescribeQueueCommand extends $Command<DescribeQueueCommandInput, DescribeQueueCommandOutput, ConnectClientResolvedConfig> {
35
51
  readonly input: DescribeQueueCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeQuickConnectCommandOutput extends DescribeQuickConnectR
29
29
  * @see {@link DescribeQuickConnectCommandOutput} 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 DescribeQuickConnectCommand extends $Command<DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput, ConnectClientResolvedConfig> {
34
50
  readonly input: DescribeQuickConnectCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeRoutingProfileCommandOutput extends DescribeRoutingProf
29
29
  * @see {@link DescribeRoutingProfileCommandOutput} 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 DescribeRoutingProfileCommand extends $Command<DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput, ConnectClientResolvedConfig> {
34
50
  readonly input: DescribeRoutingProfileCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __Metad
29
29
  * @see {@link DescribeRuleCommandOutput} 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 DescribeRuleCommand extends $Command<DescribeRuleCommandInput, DescribeRuleCommandOutput, ConnectClientResolvedConfig> {
34
50
  readonly input: DescribeRuleCommandInput;
@@ -30,6 +30,22 @@ export interface DescribeSecurityProfileCommandOutput extends DescribeSecurityPr
30
30
  * @see {@link DescribeSecurityProfileCommandOutput} 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 DescribeSecurityProfileCommand extends $Command<DescribeSecurityProfileCommandInput, DescribeSecurityProfileCommandOutput, ConnectClientResolvedConfig> {
35
51
  readonly input: DescribeSecurityProfileCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeTrafficDistributionGroupCommandOutput extends DescribeT
29
29
  * @see {@link DescribeTrafficDistributionGroupCommandOutput} 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 DescribeTrafficDistributionGroupCommand extends $Command<DescribeTrafficDistributionGroupCommandInput, DescribeTrafficDistributionGroupCommandOutput, ConnectClientResolvedConfig> {
34
50
  readonly input: DescribeTrafficDistributionGroupCommandInput;
@@ -30,6 +30,22 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
30
30
  * @see {@link DescribeUserCommandOutput} 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 DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, ConnectClientResolvedConfig> {
35
51
  readonly input: DescribeUserCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeUserHierarchyGroupCommandOutput extends DescribeUserHie
29
29
  * @see {@link DescribeUserHierarchyGroupCommandOutput} 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 DescribeUserHierarchyGroupCommand extends $Command<DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupCommandOutput, ConnectClientResolvedConfig> {
34
50
  readonly input: DescribeUserHierarchyGroupCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeUserHierarchyStructureCommandOutput extends DescribeUse
29
29
  * @see {@link DescribeUserHierarchyStructureCommandOutput} 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 DescribeUserHierarchyStructureCommand extends $Command<DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput, ConnectClientResolvedConfig> {
34
50
  readonly input: DescribeUserHierarchyStructureCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeVocabularyCommandOutput extends DescribeVocabularyRespo
29
29
  * @see {@link DescribeVocabularyCommandOutput} 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 DescribeVocabularyCommand extends $Command<DescribeVocabularyCommandInput, DescribeVocabularyCommandOutput, ConnectClientResolvedConfig> {
34
50
  readonly input: DescribeVocabularyCommandInput;
@@ -30,6 +30,22 @@ export interface DisassociateApprovedOriginCommandOutput extends __MetadataBeare
30
30
  * @see {@link DisassociateApprovedOriginCommandOutput} 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 DisassociateApprovedOriginCommand extends $Command<DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput, ConnectClientResolvedConfig> {
35
51
  readonly input: DisassociateApprovedOriginCommandInput;
@@ -31,6 +31,19 @@ export interface DisassociateBotCommandOutput extends __MetadataBearer {
31
31
  * @see {@link DisassociateBotCommandOutput} for command's `response` shape.
32
32
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServiceException} (server fault)
35
+ * <p>Request processing failed because of an error or failure with the service.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request is not valid.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The specified resource was not found.</p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>The throttling limit has been exceeded.</p>
45
+ *
46
+ *
34
47
  */
35
48
  export declare class DisassociateBotCommand extends $Command<DisassociateBotCommandInput, DisassociateBotCommandOutput, ConnectClientResolvedConfig> {
36
49
  readonly input: DisassociateBotCommandInput;
@@ -31,6 +31,22 @@ export interface DisassociateInstanceStorageConfigCommandOutput extends __Metada
31
31
  * @see {@link DisassociateInstanceStorageConfigCommandOutput} 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 DisassociateInstanceStorageConfigCommand extends $Command<DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
36
52
  readonly input: DisassociateInstanceStorageConfigCommandInput;
@@ -31,6 +31,22 @@ export interface DisassociateLambdaFunctionCommandOutput extends __MetadataBeare
31
31
  * @see {@link DisassociateLambdaFunctionCommandOutput} 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 DisassociateLambdaFunctionCommand extends $Command<DisassociateLambdaFunctionCommandInput, DisassociateLambdaFunctionCommandOutput, ConnectClientResolvedConfig> {
36
52
  readonly input: DisassociateLambdaFunctionCommandInput;
@@ -31,6 +31,22 @@ export interface DisassociateLexBotCommandOutput extends __MetadataBearer {
31
31
  * @see {@link DisassociateLexBotCommandOutput} 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 DisassociateLexBotCommand extends $Command<DisassociateLexBotCommandInput, DisassociateLexBotCommandOutput, ConnectClientResolvedConfig> {
36
52
  readonly input: DisassociateLexBotCommandInput;
@@ -39,6 +39,22 @@ export interface DisassociatePhoneNumberContactFlowCommandOutput extends __Metad
39
39
  * @see {@link DisassociatePhoneNumberContactFlowCommandOutput} for command's `response` shape.
40
40
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
41
41
  *
42
+ * @throws {@link AccessDeniedException} (client fault)
43
+ * <p>You do not have sufficient permissions to perform this action.</p>
44
+ *
45
+ * @throws {@link 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 ResourceNotFoundException} (client fault)
52
+ * <p>The specified resource was not found.</p>
53
+ *
54
+ * @throws {@link ThrottlingException} (client fault)
55
+ * <p>The throttling limit has been exceeded.</p>
56
+ *
57
+ *
42
58
  */
43
59
  export declare class DisassociatePhoneNumberContactFlowCommand extends $Command<DisassociatePhoneNumberContactFlowCommandInput, DisassociatePhoneNumberContactFlowCommandOutput, ConnectClientResolvedConfig> {
44
60
  readonly input: DisassociatePhoneNumberContactFlowCommandInput;
@@ -30,6 +30,22 @@ export interface DisassociateQueueQuickConnectsCommandOutput extends __MetadataB
30
30
  * @see {@link DisassociateQueueQuickConnectsCommandOutput} 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 DisassociateQueueQuickConnectsCommand extends $Command<DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConnectsCommandOutput, ConnectClientResolvedConfig> {
35
51
  readonly input: DisassociateQueueQuickConnectsCommandInput;
@@ -29,6 +29,22 @@ export interface DisassociateRoutingProfileQueuesCommandOutput extends __Metadat
29
29
  * @see {@link DisassociateRoutingProfileQueuesCommandOutput} 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 DisassociateRoutingProfileQueuesCommand extends $Command<DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig> {
34
50
  readonly input: DisassociateRoutingProfileQueuesCommandInput;
@@ -30,6 +30,22 @@ export interface DisassociateSecurityKeyCommandOutput extends __MetadataBearer {
30
30
  * @see {@link DisassociateSecurityKeyCommandOutput} 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 DisassociateSecurityKeyCommand extends $Command<DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput, ConnectClientResolvedConfig> {
35
51
  readonly input: DisassociateSecurityKeyCommandInput;
@@ -33,6 +33,25 @@ export interface DismissUserContactCommandOutput extends DismissUserContactRespo
33
33
  * @see {@link DismissUserContactCommandOutput} for command's `response` shape.
34
34
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient permissions to perform this action.</p>
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
+ *
36
55
  */
37
56
  export declare class DismissUserContactCommand extends $Command<DismissUserContactCommandInput, DismissUserContactCommandOutput, ConnectClientResolvedConfig> {
38
57
  readonly input: DismissUserContactCommandInput;
@@ -29,6 +29,16 @@ export interface GetContactAttributesCommandOutput extends GetContactAttributesR
29
29
  * @see {@link GetContactAttributesCommandOutput} 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
+ *
32
42
  */
33
43
  export declare class GetContactAttributesCommand extends $Command<GetContactAttributesCommandInput, GetContactAttributesCommandOutput, ConnectClientResolvedConfig> {
34
44
  readonly input: GetContactAttributesCommandInput;
@@ -31,6 +31,22 @@ export interface GetCurrentMetricDataCommandOutput extends GetCurrentMetricDataR
31
31
  * @see {@link GetCurrentMetricDataCommandOutput} 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 GetCurrentMetricDataCommand extends $Command<GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput, ConnectClientResolvedConfig> {
36
52
  readonly input: GetCurrentMetricDataCommandInput;
@@ -29,6 +29,22 @@ export interface GetCurrentUserDataCommandOutput extends GetCurrentUserDataRespo
29
29
  * @see {@link GetCurrentUserDataCommandOutput} 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 GetCurrentUserDataCommand extends $Command<GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput, ConnectClientResolvedConfig> {
34
50
  readonly input: GetCurrentUserDataCommandInput;
@@ -37,6 +37,25 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
37
37
  * @see {@link GetFederationTokenCommandOutput} for command's `response` shape.
38
38
  * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
39
39
  *
40
+ * @throws {@link DuplicateResourceException} (client fault)
41
+ * <p>A resource with the specified name already exists.</p>
42
+ *
43
+ * @throws {@link InternalServiceException} (server fault)
44
+ * <p>Request processing failed because of an error or failure with the service.</p>
45
+ *
46
+ * @throws {@link InvalidParameterException} (client fault)
47
+ * <p>One or more of the specified parameters are not valid.</p>
48
+ *
49
+ * @throws {@link InvalidRequestException} (client fault)
50
+ * <p>The request is not valid.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>The specified resource was not found.</p>
54
+ *
55
+ * @throws {@link UserNotFoundException} (client fault)
56
+ * <p>No user with the specified credentials was found in the Amazon Connect instance.</p>
57
+ *
58
+ *
40
59
  */
41
60
  export declare class GetFederationTokenCommand extends $Command<GetFederationTokenCommandInput, GetFederationTokenCommandOutput, ConnectClientResolvedConfig> {
42
61
  readonly input: GetFederationTokenCommandInput;
@@ -31,6 +31,22 @@ export interface GetMetricDataCommandOutput extends GetMetricDataResponse, __Met
31
31
  * @see {@link GetMetricDataCommandOutput} 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 GetMetricDataCommand extends $Command<GetMetricDataCommandInput, GetMetricDataCommandOutput, ConnectClientResolvedConfig> {
36
52
  readonly input: GetMetricDataCommandInput;