@aws-sdk/client-connect 3.1087.0 → 3.1088.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 (412) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Connect.d.ts +1246 -1405
  3. package/dist-types/ts3.4/ConnectClient.d.ts +37 -113
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/ActivateEvaluationFormCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AssociateAnalyticsDataSetCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +2 -2
  11. package/dist-types/ts3.4/commands/AssociateContactWithUserCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/AssociateEmailAddressAliasCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/AssociateFlowCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/AssociateHoursOfOperationsCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +2 -2
  19. package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/AssociateQueueEmailAddressesCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/AssociateSecurityProfilesCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/AssociateTrafficDistributionGroupUserCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/AssociateUserProficienciesCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/AssociateWorkspaceCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/BatchCreateDataTableValueCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/BatchDeleteDataTableValueCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/BatchDescribeDataTableValueCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/BatchGetAttachedFileMetadataCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/BatchGetFlowAssociationCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/BatchPutContactCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/BatchUpdateDataTableValueCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/CompleteAttachedFileUploadCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/CreateAttachedFileCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/CreateAuthCodeCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/CreateContactFlowVersionCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/CreateDataTableAttributeCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/CreateDataTableCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/CreateEmailAddressCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/CreateParticipantCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/CreatePersistentContactAssociationCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/CreatePredefinedAttributeCommand.d.ts +4 -6
  60. package/dist-types/ts3.4/commands/CreatePromptCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/CreatePushNotificationRegistrationCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/CreateTestCaseCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/CreateTrafficDistributionGroupCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +4 -9
  71. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
  72. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +4 -6
  73. package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +3 -5
  74. package/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +5 -10
  75. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +4 -9
  77. package/dist-types/ts3.4/commands/CreateWorkspacePageCommand.d.ts +5 -10
  78. package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/commands/DeleteAttachedFileCommand.d.ts +5 -10
  80. package/dist-types/ts3.4/commands/DeleteContactDataCommand.d.ts +5 -10
  81. package/dist-types/ts3.4/commands/DeleteContactEvaluationCommand.d.ts +4 -6
  82. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +4 -6
  84. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/DeleteContactFlowVersionCommand.d.ts +4 -6
  87. package/dist-types/ts3.4/commands/DeleteDataTableAttributeCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/DeleteDataTableCommand.d.ts +4 -9
  89. package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +3 -4
  91. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +3 -4
  92. package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +4 -6
  93. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +2 -2
  94. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +4 -6
  95. package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +5 -10
  96. package/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +4 -6
  97. package/dist-types/ts3.4/commands/DeletePromptCommand.d.ts +2 -2
  98. package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +4 -6
  99. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +2 -2
  100. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +3 -4
  101. package/dist-types/ts3.4/commands/DeleteRoutingProfileCommand.d.ts +3 -4
  102. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -2
  103. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +3 -4
  104. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +4 -9
  105. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +5 -10
  106. package/dist-types/ts3.4/commands/DeleteTestCaseCommand.d.ts +4 -9
  107. package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +4 -6
  108. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +2 -2
  109. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -2
  110. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +4 -6
  111. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +3 -5
  112. package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +5 -10
  113. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +4 -9
  114. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +4 -9
  115. package/dist-types/ts3.4/commands/DeleteWorkspaceMediaCommand.d.ts +5 -10
  116. package/dist-types/ts3.4/commands/DeleteWorkspacePageCommand.d.ts +5 -10
  117. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +5 -10
  118. package/dist-types/ts3.4/commands/DescribeAttachedFilesConfigurationCommand.d.ts +4 -6
  119. package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +4 -6
  120. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +3 -5
  121. package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +4 -6
  122. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +5 -10
  123. package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +4 -6
  124. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +4 -6
  125. package/dist-types/ts3.4/commands/DescribeDataTableAttributeCommand.d.ts +4 -6
  126. package/dist-types/ts3.4/commands/DescribeDataTableCommand.d.ts +5 -10
  127. package/dist-types/ts3.4/commands/DescribeEmailAddressCommand.d.ts +5 -10
  128. package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +4 -6
  129. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +4 -6
  130. package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +4 -6
  131. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +4 -6
  132. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +4 -9
  133. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +4 -6
  134. package/dist-types/ts3.4/commands/DescribeNotificationCommand.d.ts +5 -10
  135. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +5 -10
  136. package/dist-types/ts3.4/commands/DescribePredefinedAttributeCommand.d.ts +4 -6
  137. package/dist-types/ts3.4/commands/DescribePromptCommand.d.ts +4 -9
  138. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +4 -9
  139. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +5 -10
  140. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +5 -10
  141. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +3 -5
  142. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +4 -6
  143. package/dist-types/ts3.4/commands/DescribeTestCaseCommand.d.ts +4 -9
  144. package/dist-types/ts3.4/commands/DescribeTrafficDistributionGroupCommand.d.ts +4 -6
  145. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +3 -5
  146. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +4 -6
  147. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +4 -6
  148. package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +3 -5
  149. package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +5 -10
  150. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +5 -10
  151. package/dist-types/ts3.4/commands/DisassociateAnalyticsDataSetCommand.d.ts +4 -6
  152. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +4 -6
  153. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +2 -2
  154. package/dist-types/ts3.4/commands/DisassociateEmailAddressAliasCommand.d.ts +4 -6
  155. package/dist-types/ts3.4/commands/DisassociateFlowCommand.d.ts +4 -9
  156. package/dist-types/ts3.4/commands/DisassociateHoursOfOperationsCommand.d.ts +4 -6
  157. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +4 -6
  158. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +4 -6
  159. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +3 -4
  160. package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +4 -6
  161. package/dist-types/ts3.4/commands/DisassociateQueueEmailAddressesCommand.d.ts +4 -6
  162. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +4 -6
  163. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +4 -6
  164. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +4 -6
  165. package/dist-types/ts3.4/commands/DisassociateSecurityProfilesCommand.d.ts +4 -6
  166. package/dist-types/ts3.4/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +4 -6
  167. package/dist-types/ts3.4/commands/DisassociateUserProficienciesCommand.d.ts +4 -6
  168. package/dist-types/ts3.4/commands/DisassociateWorkspaceCommand.d.ts +5 -10
  169. package/dist-types/ts3.4/commands/DismissUserContactCommand.d.ts +5 -10
  170. package/dist-types/ts3.4/commands/EvaluateDataTableValuesCommand.d.ts +4 -6
  171. package/dist-types/ts3.4/commands/GetAttachedFileCommand.d.ts +4 -9
  172. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +5 -10
  173. package/dist-types/ts3.4/commands/GetContactMetricsCommand.d.ts +5 -10
  174. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +5 -10
  175. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +5 -10
  176. package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +4 -6
  177. package/dist-types/ts3.4/commands/GetEvaluationFormValidationCommand.d.ts +4 -6
  178. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +5 -10
  179. package/dist-types/ts3.4/commands/GetFlowAssociationCommand.d.ts +5 -10
  180. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +4 -9
  181. package/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +4 -9
  182. package/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts +4 -9
  183. package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +4 -9
  184. package/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +4 -6
  185. package/dist-types/ts3.4/commands/GetTrafficDistributionCommand.d.ts +5 -10
  186. package/dist-types/ts3.4/commands/ImportPhoneNumberCommand.d.ts +5 -10
  187. package/dist-types/ts3.4/commands/ImportWorkspaceMediaCommand.d.ts +5 -10
  188. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +4 -9
  189. package/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +4 -6
  190. package/dist-types/ts3.4/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +4 -6
  191. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +5 -10
  192. package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +5 -10
  193. package/dist-types/ts3.4/commands/ListAttachedFilesConfigurationsCommand.d.ts +4 -6
  194. package/dist-types/ts3.4/commands/ListAuthenticationProfilesCommand.d.ts +4 -6
  195. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +7 -5
  196. package/dist-types/ts3.4/commands/ListChildHoursOfOperationsCommand.d.ts +4 -6
  197. package/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +5 -10
  198. package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +4 -6
  199. package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +4 -6
  200. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +5 -10
  201. package/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +4 -6
  202. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +4 -9
  203. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +5 -10
  204. package/dist-types/ts3.4/commands/ListDataTableAttributesCommand.d.ts +4 -6
  205. package/dist-types/ts3.4/commands/ListDataTablePrimaryValuesCommand.d.ts +4 -6
  206. package/dist-types/ts3.4/commands/ListDataTableValuesCommand.d.ts +5 -10
  207. package/dist-types/ts3.4/commands/ListDataTablesCommand.d.ts +4 -9
  208. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +4 -6
  209. package/dist-types/ts3.4/commands/ListEntitySecurityProfilesCommand.d.ts +4 -6
  210. package/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +4 -6
  211. package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +5 -10
  212. package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +5 -10
  213. package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +4 -6
  214. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +5 -10
  215. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +5 -10
  216. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +4 -6
  217. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +3 -8
  218. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +4 -6
  219. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +5 -10
  220. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +3 -5
  221. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +5 -10
  222. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +4 -9
  223. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +4 -9
  224. package/dist-types/ts3.4/commands/ListPredefinedAttributesCommand.d.ts +4 -6
  225. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +3 -5
  226. package/dist-types/ts3.4/commands/ListQueueEmailAddressesCommand.d.ts +4 -6
  227. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +5 -10
  228. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +3 -5
  229. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +5 -10
  230. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -6
  231. package/dist-types/ts3.4/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +4 -6
  232. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +4 -6
  233. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +5 -10
  234. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +7 -5
  235. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +4 -9
  236. package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +4 -6
  237. package/dist-types/ts3.4/commands/ListSecurityProfileFlowModulesCommand.d.ts +4 -6
  238. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +4 -6
  239. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +5 -10
  240. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  241. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +5 -10
  242. package/dist-types/ts3.4/commands/ListTestCaseExecutionRecordsCommand.d.ts +4 -6
  243. package/dist-types/ts3.4/commands/ListTestCaseExecutionsCommand.d.ts +5 -10
  244. package/dist-types/ts3.4/commands/ListTestCasesCommand.d.ts +4 -9
  245. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -6
  246. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +3 -5
  247. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +3 -5
  248. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +4 -6
  249. package/dist-types/ts3.4/commands/ListUserNotificationsCommand.d.ts +5 -10
  250. package/dist-types/ts3.4/commands/ListUserProficienciesCommand.d.ts +5 -10
  251. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
  252. package/dist-types/ts3.4/commands/ListViewVersionsCommand.d.ts +4 -9
  253. package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +7 -5
  254. package/dist-types/ts3.4/commands/ListWorkspaceMediaCommand.d.ts +5 -10
  255. package/dist-types/ts3.4/commands/ListWorkspacePagesCommand.d.ts +5 -10
  256. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +4 -9
  257. package/dist-types/ts3.4/commands/MonitorContactCommand.d.ts +4 -9
  258. package/dist-types/ts3.4/commands/PauseContactCommand.d.ts +3 -5
  259. package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +4 -9
  260. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +3 -4
  261. package/dist-types/ts3.4/commands/ReplicateInstanceCommand.d.ts +5 -10
  262. package/dist-types/ts3.4/commands/ResumeContactCommand.d.ts +4 -9
  263. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +5 -10
  264. package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +4 -6
  265. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +4 -6
  266. package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +4 -6
  267. package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +4 -6
  268. package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +4 -6
  269. package/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +3 -5
  270. package/dist-types/ts3.4/commands/SearchDataTablesCommand.d.ts +4 -9
  271. package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +4 -6
  272. package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +4 -6
  273. package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +4 -6
  274. package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +4 -6
  275. package/dist-types/ts3.4/commands/SearchNotificationsCommand.d.ts +4 -6
  276. package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +4 -6
  277. package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +3 -5
  278. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +3 -5
  279. package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -6
  280. package/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +5 -10
  281. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +4 -6
  282. package/dist-types/ts3.4/commands/SearchRulesCommand.d.ts +3 -5
  283. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +4 -6
  284. package/dist-types/ts3.4/commands/SearchTestCasesCommand.d.ts +3 -5
  285. package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +4 -6
  286. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +3 -5
  287. package/dist-types/ts3.4/commands/SearchViewsCommand.d.ts +3 -5
  288. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +5 -10
  289. package/dist-types/ts3.4/commands/SearchWorkspaceAssociationsCommand.d.ts +4 -6
  290. package/dist-types/ts3.4/commands/SearchWorkspacesCommand.d.ts +3 -5
  291. package/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +4 -6
  292. package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +5 -10
  293. package/dist-types/ts3.4/commands/SendOutboundWebNotificationCommand.d.ts +4 -6
  294. package/dist-types/ts3.4/commands/StartAttachedFileUploadCommand.d.ts +4 -6
  295. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +3 -5
  296. package/dist-types/ts3.4/commands/StartContactConversationalAnalyticsJobCommand.d.ts +4 -6
  297. package/dist-types/ts3.4/commands/StartContactEvaluationCommand.d.ts +5 -10
  298. package/dist-types/ts3.4/commands/StartContactMediaProcessingCommand.d.ts +3 -5
  299. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +5 -10
  300. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +5 -10
  301. package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +4 -6
  302. package/dist-types/ts3.4/commands/StartEvaluationFormValidationCommand.d.ts +4 -6
  303. package/dist-types/ts3.4/commands/StartOutboundChatContactCommand.d.ts +4 -6
  304. package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +4 -6
  305. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +4 -6
  306. package/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +5 -10
  307. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +3 -5
  308. package/dist-types/ts3.4/commands/StartTestCaseExecutionCommand.d.ts +5 -10
  309. package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +5 -10
  310. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +3 -5
  311. package/dist-types/ts3.4/commands/StopContactMediaProcessingCommand.d.ts +3 -5
  312. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +5 -10
  313. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +5 -10
  314. package/dist-types/ts3.4/commands/StopTestCaseExecutionCommand.d.ts +5 -10
  315. package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +4 -6
  316. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +4 -6
  317. package/dist-types/ts3.4/commands/TagContactCommand.d.ts +3 -5
  318. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  319. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +4 -9
  320. package/dist-types/ts3.4/commands/UntagContactCommand.d.ts +3 -5
  321. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  322. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +3 -4
  323. package/dist-types/ts3.4/commands/UpdateAttachedFilesConfigurationCommand.d.ts +4 -6
  324. package/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +4 -6
  325. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +4 -6
  326. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +3 -5
  327. package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +4 -6
  328. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +4 -6
  329. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +4 -6
  330. package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +4 -6
  331. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -6
  332. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +4 -6
  333. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +5 -10
  334. package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +4 -6
  335. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +5 -10
  336. package/dist-types/ts3.4/commands/UpdateDataTableAttributeCommand.d.ts +4 -6
  337. package/dist-types/ts3.4/commands/UpdateDataTableMetadataCommand.d.ts +4 -6
  338. package/dist-types/ts3.4/commands/UpdateDataTablePrimaryValuesCommand.d.ts +4 -6
  339. package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +4 -6
  340. package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +4 -6
  341. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +3 -4
  342. package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +4 -6
  343. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +4 -6
  344. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +4 -6
  345. package/dist-types/ts3.4/commands/UpdateNotificationContentCommand.d.ts +4 -6
  346. package/dist-types/ts3.4/commands/UpdateParticipantAuthenticationCommand.d.ts +4 -6
  347. package/dist-types/ts3.4/commands/UpdateParticipantRoleConfigCommand.d.ts +4 -6
  348. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +5 -10
  349. package/dist-types/ts3.4/commands/UpdatePhoneNumberMetadataCommand.d.ts +4 -6
  350. package/dist-types/ts3.4/commands/UpdatePredefinedAttributeCommand.d.ts +4 -6
  351. package/dist-types/ts3.4/commands/UpdatePromptCommand.d.ts +3 -5
  352. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +4 -6
  353. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +3 -4
  354. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +2 -2
  355. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +4 -6
  356. package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +4 -6
  357. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +3 -4
  358. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +4 -6
  359. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +3 -4
  360. package/dist-types/ts3.4/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +4 -6
  361. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +4 -6
  362. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +4 -6
  363. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +4 -6
  364. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +4 -6
  365. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +2 -2
  366. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +3 -4
  367. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +5 -10
  368. package/dist-types/ts3.4/commands/UpdateTestCaseCommand.d.ts +4 -9
  369. package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +4 -6
  370. package/dist-types/ts3.4/commands/UpdateUserConfigCommand.d.ts +2 -2
  371. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +3 -4
  372. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +4 -6
  373. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +4 -6
  374. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +3 -4
  375. package/dist-types/ts3.4/commands/UpdateUserNotificationStatusCommand.d.ts +4 -6
  376. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +3 -4
  377. package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +4 -6
  378. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +4 -6
  379. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +4 -6
  380. package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +5 -10
  381. package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +5 -10
  382. package/dist-types/ts3.4/commands/UpdateWorkspaceMetadataCommand.d.ts +4 -6
  383. package/dist-types/ts3.4/commands/UpdateWorkspacePageCommand.d.ts +5 -10
  384. package/dist-types/ts3.4/commands/UpdateWorkspaceThemeCommand.d.ts +5 -10
  385. package/dist-types/ts3.4/commands/UpdateWorkspaceVisibilityCommand.d.ts +4 -6
  386. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  387. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  388. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  389. package/dist-types/ts3.4/models/enums.d.ts +67 -134
  390. package/dist-types/ts3.4/models/errors.d.ts +28 -96
  391. package/dist-types/ts3.4/models/models_0.d.ts +8 -20
  392. package/dist-types/ts3.4/models/models_1.d.ts +2 -6
  393. package/dist-types/ts3.4/models/models_2.d.ts +13 -39
  394. package/dist-types/ts3.4/models/models_3.d.ts +1 -3
  395. package/dist-types/ts3.4/models/models_4.d.ts +6 -18
  396. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  397. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +1 -4
  398. package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +1 -4
  399. package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +1 -4
  400. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +1 -4
  401. package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +1 -4
  402. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
  403. package/dist-types/ts3.4/pagination/ListViewsPaginator.d.ts +1 -4
  404. package/dist-types/ts3.4/pagination/SearchRulesPaginator.d.ts +1 -4
  405. package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +1 -4
  406. package/dist-types/ts3.4/pagination/SearchViewsPaginator.d.ts +1 -4
  407. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  408. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  409. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  410. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  411. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  412. package/package.json +38 -38
@@ -4,14 +4,12 @@ import {
4
4
  DisassociateEmailAddressAliasResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface DisassociateEmailAddressAliasCommandInput
8
- extends DisassociateEmailAddressAliasRequest {}
7
+ export interface DisassociateEmailAddressAliasCommandInput extends DisassociateEmailAddressAliasRequest {}
9
8
  export interface DisassociateEmailAddressAliasCommandOutput
10
- extends DisassociateEmailAddressAliasResponse,
11
- __MetadataBearer {}
9
+ extends DisassociateEmailAddressAliasResponse, __MetadataBearer {}
12
10
  declare const DisassociateEmailAddressAliasCommand_base: {
13
11
  new (
14
- input: DisassociateEmailAddressAliasCommandInput
12
+ input: DisassociateEmailAddressAliasCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DisassociateEmailAddressAliasCommandInput,
17
15
  DisassociateEmailAddressAliasCommandOutput,
@@ -20,7 +18,7 @@ declare const DisassociateEmailAddressAliasCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DisassociateEmailAddressAliasCommandInput
21
+ input: DisassociateEmailAddressAliasCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DisassociateEmailAddressAliasCommandInput,
26
24
  DisassociateEmailAddressAliasCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DisassociateFlowRequest,
4
- DisassociateFlowResponse,
5
- } from "../models/models_1";
2
+ import { DisassociateFlowRequest, DisassociateFlowResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
4
  export interface DisassociateFlowCommandInput extends DisassociateFlowRequest {}
8
- export interface DisassociateFlowCommandOutput
9
- extends DisassociateFlowResponse,
10
- __MetadataBearer {}
5
+ export interface DisassociateFlowCommandOutput extends DisassociateFlowResponse, __MetadataBearer {}
11
6
  declare const DisassociateFlowCommand_base: {
12
7
  new (
13
- input: DisassociateFlowCommandInput
8
+ input: DisassociateFlowCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DisassociateFlowCommandInput,
16
11
  DisassociateFlowCommandOutput,
@@ -19,7 +14,7 @@ declare const DisassociateFlowCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DisassociateFlowCommandInput
17
+ input: DisassociateFlowCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DisassociateFlowCommandInput,
25
20
  DisassociateFlowCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociateHoursOfOperationsRequest } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
- export interface DisassociateHoursOfOperationsCommandInput
5
- extends DisassociateHoursOfOperationsRequest {}
6
- export interface DisassociateHoursOfOperationsCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DisassociateHoursOfOperationsCommandInput extends DisassociateHoursOfOperationsRequest {}
5
+ export interface DisassociateHoursOfOperationsCommandOutput extends __MetadataBearer {}
8
6
  declare const DisassociateHoursOfOperationsCommand_base: {
9
7
  new (
10
- input: DisassociateHoursOfOperationsCommandInput
8
+ input: DisassociateHoursOfOperationsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DisassociateHoursOfOperationsCommandInput,
13
11
  DisassociateHoursOfOperationsCommandOutput,
@@ -16,7 +14,7 @@ declare const DisassociateHoursOfOperationsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DisassociateHoursOfOperationsCommandInput
17
+ input: DisassociateHoursOfOperationsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DisassociateHoursOfOperationsCommandInput,
22
20
  DisassociateHoursOfOperationsCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociateInstanceStorageConfigRequest } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
- export interface DisassociateInstanceStorageConfigCommandInput
5
- extends DisassociateInstanceStorageConfigRequest {}
6
- export interface DisassociateInstanceStorageConfigCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DisassociateInstanceStorageConfigCommandInput extends DisassociateInstanceStorageConfigRequest {}
5
+ export interface DisassociateInstanceStorageConfigCommandOutput extends __MetadataBearer {}
8
6
  declare const DisassociateInstanceStorageConfigCommand_base: {
9
7
  new (
10
- input: DisassociateInstanceStorageConfigCommandInput
8
+ input: DisassociateInstanceStorageConfigCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DisassociateInstanceStorageConfigCommandInput,
13
11
  DisassociateInstanceStorageConfigCommandOutput,
@@ -16,7 +14,7 @@ declare const DisassociateInstanceStorageConfigCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DisassociateInstanceStorageConfigCommandInput
17
+ input: DisassociateInstanceStorageConfigCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DisassociateInstanceStorageConfigCommandInput,
22
20
  DisassociateInstanceStorageConfigCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociateLambdaFunctionRequest } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
- export interface DisassociateLambdaFunctionCommandInput
5
- extends DisassociateLambdaFunctionRequest {}
6
- export interface DisassociateLambdaFunctionCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DisassociateLambdaFunctionCommandInput extends DisassociateLambdaFunctionRequest {}
5
+ export interface DisassociateLambdaFunctionCommandOutput extends __MetadataBearer {}
8
6
  declare const DisassociateLambdaFunctionCommand_base: {
9
7
  new (
10
- input: DisassociateLambdaFunctionCommandInput
8
+ input: DisassociateLambdaFunctionCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DisassociateLambdaFunctionCommandInput,
13
11
  DisassociateLambdaFunctionCommandOutput,
@@ -16,7 +14,7 @@ declare const DisassociateLambdaFunctionCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DisassociateLambdaFunctionCommandInput
17
+ input: DisassociateLambdaFunctionCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DisassociateLambdaFunctionCommandInput,
22
20
  DisassociateLambdaFunctionCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociateLexBotRequest } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
- export interface DisassociateLexBotCommandInput
5
- extends DisassociateLexBotRequest {}
4
+ export interface DisassociateLexBotCommandInput extends DisassociateLexBotRequest {}
6
5
  export interface DisassociateLexBotCommandOutput extends __MetadataBearer {}
7
6
  declare const DisassociateLexBotCommand_base: {
8
7
  new (
9
- input: DisassociateLexBotCommandInput
8
+ input: DisassociateLexBotCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DisassociateLexBotCommandInput,
12
11
  DisassociateLexBotCommandOutput,
@@ -15,7 +14,7 @@ declare const DisassociateLexBotCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DisassociateLexBotCommandInput
17
+ input: DisassociateLexBotCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DisassociateLexBotCommandInput,
21
20
  DisassociateLexBotCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociatePhoneNumberContactFlowRequest } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
- export interface DisassociatePhoneNumberContactFlowCommandInput
5
- extends DisassociatePhoneNumberContactFlowRequest {}
6
- export interface DisassociatePhoneNumberContactFlowCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DisassociatePhoneNumberContactFlowCommandInput extends DisassociatePhoneNumberContactFlowRequest {}
5
+ export interface DisassociatePhoneNumberContactFlowCommandOutput extends __MetadataBearer {}
8
6
  declare const DisassociatePhoneNumberContactFlowCommand_base: {
9
7
  new (
10
- input: DisassociatePhoneNumberContactFlowCommandInput
8
+ input: DisassociatePhoneNumberContactFlowCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DisassociatePhoneNumberContactFlowCommandInput,
13
11
  DisassociatePhoneNumberContactFlowCommandOutput,
@@ -16,7 +14,7 @@ declare const DisassociatePhoneNumberContactFlowCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DisassociatePhoneNumberContactFlowCommandInput
17
+ input: DisassociatePhoneNumberContactFlowCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DisassociatePhoneNumberContactFlowCommandInput,
22
20
  DisassociatePhoneNumberContactFlowCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociateQueueEmailAddressesRequest } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
- export interface DisassociateQueueEmailAddressesCommandInput
5
- extends DisassociateQueueEmailAddressesRequest {}
6
- export interface DisassociateQueueEmailAddressesCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DisassociateQueueEmailAddressesCommandInput extends DisassociateQueueEmailAddressesRequest {}
5
+ export interface DisassociateQueueEmailAddressesCommandOutput extends __MetadataBearer {}
8
6
  declare const DisassociateQueueEmailAddressesCommand_base: {
9
7
  new (
10
- input: DisassociateQueueEmailAddressesCommandInput
8
+ input: DisassociateQueueEmailAddressesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DisassociateQueueEmailAddressesCommandInput,
13
11
  DisassociateQueueEmailAddressesCommandOutput,
@@ -16,7 +14,7 @@ declare const DisassociateQueueEmailAddressesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DisassociateQueueEmailAddressesCommandInput
17
+ input: DisassociateQueueEmailAddressesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DisassociateQueueEmailAddressesCommandInput,
22
20
  DisassociateQueueEmailAddressesCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociateQueueQuickConnectsRequest } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
- export interface DisassociateQueueQuickConnectsCommandInput
5
- extends DisassociateQueueQuickConnectsRequest {}
6
- export interface DisassociateQueueQuickConnectsCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DisassociateQueueQuickConnectsCommandInput extends DisassociateQueueQuickConnectsRequest {}
5
+ export interface DisassociateQueueQuickConnectsCommandOutput extends __MetadataBearer {}
8
6
  declare const DisassociateQueueQuickConnectsCommand_base: {
9
7
  new (
10
- input: DisassociateQueueQuickConnectsCommandInput
8
+ input: DisassociateQueueQuickConnectsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DisassociateQueueQuickConnectsCommandInput,
13
11
  DisassociateQueueQuickConnectsCommandOutput,
@@ -16,7 +14,7 @@ declare const DisassociateQueueQuickConnectsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DisassociateQueueQuickConnectsCommandInput
17
+ input: DisassociateQueueQuickConnectsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DisassociateQueueQuickConnectsCommandInput,
22
20
  DisassociateQueueQuickConnectsCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociateRoutingProfileQueuesRequest } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
- export interface DisassociateRoutingProfileQueuesCommandInput
5
- extends DisassociateRoutingProfileQueuesRequest {}
6
- export interface DisassociateRoutingProfileQueuesCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DisassociateRoutingProfileQueuesCommandInput extends DisassociateRoutingProfileQueuesRequest {}
5
+ export interface DisassociateRoutingProfileQueuesCommandOutput extends __MetadataBearer {}
8
6
  declare const DisassociateRoutingProfileQueuesCommand_base: {
9
7
  new (
10
- input: DisassociateRoutingProfileQueuesCommandInput
8
+ input: DisassociateRoutingProfileQueuesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DisassociateRoutingProfileQueuesCommandInput,
13
11
  DisassociateRoutingProfileQueuesCommandOutput,
@@ -16,7 +14,7 @@ declare const DisassociateRoutingProfileQueuesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DisassociateRoutingProfileQueuesCommandInput
17
+ input: DisassociateRoutingProfileQueuesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DisassociateRoutingProfileQueuesCommandInput,
22
20
  DisassociateRoutingProfileQueuesCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociateSecurityKeyRequest } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
- export interface DisassociateSecurityKeyCommandInput
5
- extends DisassociateSecurityKeyRequest {}
6
- export interface DisassociateSecurityKeyCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DisassociateSecurityKeyCommandInput extends DisassociateSecurityKeyRequest {}
5
+ export interface DisassociateSecurityKeyCommandOutput extends __MetadataBearer {}
8
6
  declare const DisassociateSecurityKeyCommand_base: {
9
7
  new (
10
- input: DisassociateSecurityKeyCommandInput
8
+ input: DisassociateSecurityKeyCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DisassociateSecurityKeyCommandInput,
13
11
  DisassociateSecurityKeyCommandOutput,
@@ -16,7 +14,7 @@ declare const DisassociateSecurityKeyCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DisassociateSecurityKeyCommandInput
17
+ input: DisassociateSecurityKeyCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DisassociateSecurityKeyCommandInput,
22
20
  DisassociateSecurityKeyCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociateSecurityProfilesRequest } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
- export interface DisassociateSecurityProfilesCommandInput
5
- extends DisassociateSecurityProfilesRequest {}
6
- export interface DisassociateSecurityProfilesCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DisassociateSecurityProfilesCommandInput extends DisassociateSecurityProfilesRequest {}
5
+ export interface DisassociateSecurityProfilesCommandOutput extends __MetadataBearer {}
8
6
  declare const DisassociateSecurityProfilesCommand_base: {
9
7
  new (
10
- input: DisassociateSecurityProfilesCommandInput
8
+ input: DisassociateSecurityProfilesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DisassociateSecurityProfilesCommandInput,
13
11
  DisassociateSecurityProfilesCommandOutput,
@@ -16,7 +14,7 @@ declare const DisassociateSecurityProfilesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DisassociateSecurityProfilesCommandInput
17
+ input: DisassociateSecurityProfilesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DisassociateSecurityProfilesCommandInput,
22
20
  DisassociateSecurityProfilesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DisassociateTrafficDistributionGroupUserResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface DisassociateTrafficDistributionGroupUserCommandInput
8
- extends DisassociateTrafficDistributionGroupUserRequest {}
7
+ export interface DisassociateTrafficDistributionGroupUserCommandInput extends DisassociateTrafficDistributionGroupUserRequest {}
9
8
  export interface DisassociateTrafficDistributionGroupUserCommandOutput
10
- extends DisassociateTrafficDistributionGroupUserResponse,
11
- __MetadataBearer {}
9
+ extends DisassociateTrafficDistributionGroupUserResponse, __MetadataBearer {}
12
10
  declare const DisassociateTrafficDistributionGroupUserCommand_base: {
13
11
  new (
14
- input: DisassociateTrafficDistributionGroupUserCommandInput
12
+ input: DisassociateTrafficDistributionGroupUserCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DisassociateTrafficDistributionGroupUserCommandInput,
17
15
  DisassociateTrafficDistributionGroupUserCommandOutput,
@@ -20,7 +18,7 @@ declare const DisassociateTrafficDistributionGroupUserCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DisassociateTrafficDistributionGroupUserCommandInput
21
+ input: DisassociateTrafficDistributionGroupUserCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DisassociateTrafficDistributionGroupUserCommandInput,
26
24
  DisassociateTrafficDistributionGroupUserCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociateUserProficienciesRequest } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
- export interface DisassociateUserProficienciesCommandInput
5
- extends DisassociateUserProficienciesRequest {}
6
- export interface DisassociateUserProficienciesCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DisassociateUserProficienciesCommandInput extends DisassociateUserProficienciesRequest {}
5
+ export interface DisassociateUserProficienciesCommandOutput extends __MetadataBearer {}
8
6
  declare const DisassociateUserProficienciesCommand_base: {
9
7
  new (
10
- input: DisassociateUserProficienciesCommandInput
8
+ input: DisassociateUserProficienciesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DisassociateUserProficienciesCommandInput,
13
11
  DisassociateUserProficienciesCommandOutput,
@@ -16,7 +14,7 @@ declare const DisassociateUserProficienciesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DisassociateUserProficienciesCommandInput
17
+ input: DisassociateUserProficienciesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DisassociateUserProficienciesCommandInput,
22
20
  DisassociateUserProficienciesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DisassociateWorkspaceRequest,
4
- DisassociateWorkspaceResponse,
5
- } from "../models/models_1";
2
+ import { DisassociateWorkspaceRequest, DisassociateWorkspaceResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface DisassociateWorkspaceCommandInput
8
- extends DisassociateWorkspaceRequest {}
4
+ export interface DisassociateWorkspaceCommandInput extends DisassociateWorkspaceRequest {}
9
5
  export interface DisassociateWorkspaceCommandOutput
10
- extends DisassociateWorkspaceResponse,
11
- __MetadataBearer {}
6
+ extends DisassociateWorkspaceResponse, __MetadataBearer {}
12
7
  declare const DisassociateWorkspaceCommand_base: {
13
8
  new (
14
- input: DisassociateWorkspaceCommandInput
9
+ input: DisassociateWorkspaceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DisassociateWorkspaceCommandInput,
17
12
  DisassociateWorkspaceCommandOutput,
@@ -20,7 +15,7 @@ declare const DisassociateWorkspaceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DisassociateWorkspaceCommandInput
18
+ input: DisassociateWorkspaceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DisassociateWorkspaceCommandInput,
26
21
  DisassociateWorkspaceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DismissUserContactRequest,
4
- DismissUserContactResponse,
5
- } from "../models/models_1";
2
+ import { DismissUserContactRequest, DismissUserContactResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface DismissUserContactCommandInput
8
- extends DismissUserContactRequest {}
4
+ export interface DismissUserContactCommandInput extends DismissUserContactRequest {}
9
5
  export interface DismissUserContactCommandOutput
10
- extends DismissUserContactResponse,
11
- __MetadataBearer {}
6
+ extends DismissUserContactResponse, __MetadataBearer {}
12
7
  declare const DismissUserContactCommand_base: {
13
8
  new (
14
- input: DismissUserContactCommandInput
9
+ input: DismissUserContactCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DismissUserContactCommandInput,
17
12
  DismissUserContactCommandOutput,
@@ -20,7 +15,7 @@ declare const DismissUserContactCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DismissUserContactCommandInput
18
+ input: DismissUserContactCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DismissUserContactCommandInput,
26
21
  DismissUserContactCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  EvaluateDataTableValuesResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface EvaluateDataTableValuesCommandInput
8
- extends EvaluateDataTableValuesRequest {}
7
+ export interface EvaluateDataTableValuesCommandInput extends EvaluateDataTableValuesRequest {}
9
8
  export interface EvaluateDataTableValuesCommandOutput
10
- extends EvaluateDataTableValuesResponse,
11
- __MetadataBearer {}
9
+ extends EvaluateDataTableValuesResponse, __MetadataBearer {}
12
10
  declare const EvaluateDataTableValuesCommand_base: {
13
11
  new (
14
- input: EvaluateDataTableValuesCommandInput
12
+ input: EvaluateDataTableValuesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  EvaluateDataTableValuesCommandInput,
17
15
  EvaluateDataTableValuesCommandOutput,
@@ -20,7 +18,7 @@ declare const EvaluateDataTableValuesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: EvaluateDataTableValuesCommandInput
21
+ input: EvaluateDataTableValuesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  EvaluateDataTableValuesCommandInput,
26
24
  EvaluateDataTableValuesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetAttachedFileRequest,
4
- GetAttachedFileResponse,
5
- } from "../models/models_1";
2
+ import { GetAttachedFileRequest, GetAttachedFileResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
4
  export interface GetAttachedFileCommandInput extends GetAttachedFileRequest {}
8
- export interface GetAttachedFileCommandOutput
9
- extends GetAttachedFileResponse,
10
- __MetadataBearer {}
5
+ export interface GetAttachedFileCommandOutput extends GetAttachedFileResponse, __MetadataBearer {}
11
6
  declare const GetAttachedFileCommand_base: {
12
7
  new (
13
- input: GetAttachedFileCommandInput
8
+ input: GetAttachedFileCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetAttachedFileCommandInput,
16
11
  GetAttachedFileCommandOutput,
@@ -19,7 +14,7 @@ declare const GetAttachedFileCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetAttachedFileCommandInput
17
+ input: GetAttachedFileCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetAttachedFileCommandInput,
25
20
  GetAttachedFileCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetContactAttributesRequest,
4
- GetContactAttributesResponse,
5
- } from "../models/models_1";
2
+ import { GetContactAttributesRequest, GetContactAttributesResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface GetContactAttributesCommandInput
8
- extends GetContactAttributesRequest {}
4
+ export interface GetContactAttributesCommandInput extends GetContactAttributesRequest {}
9
5
  export interface GetContactAttributesCommandOutput
10
- extends GetContactAttributesResponse,
11
- __MetadataBearer {}
6
+ extends GetContactAttributesResponse, __MetadataBearer {}
12
7
  declare const GetContactAttributesCommand_base: {
13
8
  new (
14
- input: GetContactAttributesCommandInput
9
+ input: GetContactAttributesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetContactAttributesCommandInput,
17
12
  GetContactAttributesCommandOutput,
@@ -20,7 +15,7 @@ declare const GetContactAttributesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetContactAttributesCommandInput
18
+ input: GetContactAttributesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetContactAttributesCommandInput,
26
21
  GetContactAttributesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetContactMetricsRequest,
4
- GetContactMetricsResponse,
5
- } from "../models/models_1";
2
+ import { GetContactMetricsRequest, GetContactMetricsResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface GetContactMetricsCommandInput
8
- extends GetContactMetricsRequest {}
4
+ export interface GetContactMetricsCommandInput extends GetContactMetricsRequest {}
9
5
  export interface GetContactMetricsCommandOutput
10
- extends GetContactMetricsResponse,
11
- __MetadataBearer {}
6
+ extends GetContactMetricsResponse, __MetadataBearer {}
12
7
  declare const GetContactMetricsCommand_base: {
13
8
  new (
14
- input: GetContactMetricsCommandInput
9
+ input: GetContactMetricsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetContactMetricsCommandInput,
17
12
  GetContactMetricsCommandOutput,
@@ -20,7 +15,7 @@ declare const GetContactMetricsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetContactMetricsCommandInput
18
+ input: GetContactMetricsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetContactMetricsCommandInput,
26
21
  GetContactMetricsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetCurrentMetricDataRequest,
4
- GetCurrentMetricDataResponse,
5
- } from "../models/models_1";
2
+ import { GetCurrentMetricDataRequest, GetCurrentMetricDataResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface GetCurrentMetricDataCommandInput
8
- extends GetCurrentMetricDataRequest {}
4
+ export interface GetCurrentMetricDataCommandInput extends GetCurrentMetricDataRequest {}
9
5
  export interface GetCurrentMetricDataCommandOutput
10
- extends GetCurrentMetricDataResponse,
11
- __MetadataBearer {}
6
+ extends GetCurrentMetricDataResponse, __MetadataBearer {}
12
7
  declare const GetCurrentMetricDataCommand_base: {
13
8
  new (
14
- input: GetCurrentMetricDataCommandInput
9
+ input: GetCurrentMetricDataCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetCurrentMetricDataCommandInput,
17
12
  GetCurrentMetricDataCommandOutput,
@@ -20,7 +15,7 @@ declare const GetCurrentMetricDataCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetCurrentMetricDataCommandInput
18
+ input: GetCurrentMetricDataCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetCurrentMetricDataCommandInput,
26
21
  GetCurrentMetricDataCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetCurrentUserDataRequest,
4
- GetCurrentUserDataResponse,
5
- } from "../models/models_1";
2
+ import { GetCurrentUserDataRequest, GetCurrentUserDataResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface GetCurrentUserDataCommandInput
8
- extends GetCurrentUserDataRequest {}
4
+ export interface GetCurrentUserDataCommandInput extends GetCurrentUserDataRequest {}
9
5
  export interface GetCurrentUserDataCommandOutput
10
- extends GetCurrentUserDataResponse,
11
- __MetadataBearer {}
6
+ extends GetCurrentUserDataResponse, __MetadataBearer {}
12
7
  declare const GetCurrentUserDataCommand_base: {
13
8
  new (
14
- input: GetCurrentUserDataCommandInput
9
+ input: GetCurrentUserDataCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetCurrentUserDataCommandInput,
17
12
  GetCurrentUserDataCommandOutput,
@@ -20,7 +15,7 @@ declare const GetCurrentUserDataCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetCurrentUserDataCommandInput
18
+ input: GetCurrentUserDataCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetCurrentUserDataCommandInput,
26
21
  GetCurrentUserDataCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetEffectiveHoursOfOperationsResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface GetEffectiveHoursOfOperationsCommandInput
8
- extends GetEffectiveHoursOfOperationsRequest {}
7
+ export interface GetEffectiveHoursOfOperationsCommandInput extends GetEffectiveHoursOfOperationsRequest {}
9
8
  export interface GetEffectiveHoursOfOperationsCommandOutput
10
- extends GetEffectiveHoursOfOperationsResponse,
11
- __MetadataBearer {}
9
+ extends GetEffectiveHoursOfOperationsResponse, __MetadataBearer {}
12
10
  declare const GetEffectiveHoursOfOperationsCommand_base: {
13
11
  new (
14
- input: GetEffectiveHoursOfOperationsCommandInput
12
+ input: GetEffectiveHoursOfOperationsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetEffectiveHoursOfOperationsCommandInput,
17
15
  GetEffectiveHoursOfOperationsCommandOutput,
@@ -20,7 +18,7 @@ declare const GetEffectiveHoursOfOperationsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetEffectiveHoursOfOperationsCommandInput
21
+ input: GetEffectiveHoursOfOperationsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetEffectiveHoursOfOperationsCommandInput,
26
24
  GetEffectiveHoursOfOperationsCommandOutput,