@aws-sdk/client-connect 3.1086.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 (447) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +86 -5
  3. package/dist-es/Connect.js +4 -0
  4. package/dist-es/commands/SearchRulesCommand.js +4 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +3 -0
  7. package/dist-es/pagination/SearchRulesPaginator.js +4 -0
  8. package/dist-es/pagination/index.js +1 -0
  9. package/dist-es/schemas/schemas_0.js +65 -4
  10. package/dist-types/Connect.d.ts +14 -0
  11. package/dist-types/ConnectClient.d.ts +3 -2
  12. package/dist-types/commands/AssociateHoursOfOperationsCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeRuleCommand.d.ts +3 -0
  14. package/dist-types/commands/DisassociateHoursOfOperationsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListChildHoursOfOperationsCommand.d.ts +1 -1
  16. package/dist-types/commands/ListRulesCommand.d.ts +3 -0
  17. package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
  18. package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
  19. package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
  20. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
  21. package/dist-types/commands/SearchNotificationsCommand.d.ts +2 -1
  22. package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
  23. package/dist-types/commands/SearchRulesCommand.d.ts +210 -0
  24. package/dist-types/commands/index.d.ts +1 -0
  25. package/dist-types/models/enums.d.ts +11 -0
  26. package/dist-types/models/models_0.d.ts +2 -2
  27. package/dist-types/models/models_1.d.ts +8 -2
  28. package/dist-types/models/models_2.d.ts +34 -20
  29. package/dist-types/models/models_3.d.ts +166 -184
  30. package/dist-types/models/models_4.d.ts +213 -1
  31. package/dist-types/pagination/SearchRulesPaginator.d.ts +7 -0
  32. package/dist-types/pagination/index.d.ts +1 -0
  33. package/dist-types/schemas/schemas_0.d.ts +8 -0
  34. package/dist-types/ts3.4/Connect.d.ts +1262 -1397
  35. package/dist-types/ts3.4/ConnectClient.d.ts +39 -109
  36. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  37. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  38. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  39. package/dist-types/ts3.4/commands/ActivateEvaluationFormCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/AssociateAnalyticsDataSetCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +2 -2
  43. package/dist-types/ts3.4/commands/AssociateContactWithUserCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/AssociateEmailAddressAliasCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/commands/AssociateFlowCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/AssociateHoursOfOperationsCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +2 -2
  51. package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/AssociateQueueEmailAddressesCommand.d.ts +4 -6
  53. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/AssociateSecurityProfilesCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/AssociateTrafficDistributionGroupUserCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/AssociateUserProficienciesCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/AssociateWorkspaceCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/BatchCreateDataTableValueCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/BatchDeleteDataTableValueCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/BatchDescribeDataTableValueCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/BatchGetAttachedFileMetadataCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/BatchGetFlowAssociationCommand.d.ts +4 -6
  67. package/dist-types/ts3.4/commands/BatchPutContactCommand.d.ts +4 -9
  68. package/dist-types/ts3.4/commands/BatchUpdateDataTableValueCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +4 -9
  70. package/dist-types/ts3.4/commands/CompleteAttachedFileUploadCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/CreateAttachedFileCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/CreateAuthCodeCommand.d.ts +4 -9
  74. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +4 -6
  77. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +4 -6
  78. package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/commands/CreateContactFlowVersionCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/CreateDataTableAttributeCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/CreateDataTableCommand.d.ts +4 -9
  82. package/dist-types/ts3.4/commands/CreateEmailAddressCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +4 -6
  84. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +5 -10
  85. package/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +4 -9
  87. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +5 -10
  89. package/dist-types/ts3.4/commands/CreateParticipantCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/commands/CreatePersistentContactAssociationCommand.d.ts +4 -6
  91. package/dist-types/ts3.4/commands/CreatePredefinedAttributeCommand.d.ts +4 -6
  92. package/dist-types/ts3.4/commands/CreatePromptCommand.d.ts +3 -5
  93. package/dist-types/ts3.4/commands/CreatePushNotificationRegistrationCommand.d.ts +4 -6
  94. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +3 -5
  95. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +5 -10
  96. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +5 -10
  97. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +3 -5
  98. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +5 -10
  99. package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +5 -10
  100. package/dist-types/ts3.4/commands/CreateTestCaseCommand.d.ts +4 -9
  101. package/dist-types/ts3.4/commands/CreateTrafficDistributionGroupCommand.d.ts +4 -6
  102. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +4 -9
  103. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
  104. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +4 -6
  105. package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +3 -5
  106. package/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +5 -10
  107. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +4 -9
  108. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +4 -9
  109. package/dist-types/ts3.4/commands/CreateWorkspacePageCommand.d.ts +5 -10
  110. package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +4 -6
  111. package/dist-types/ts3.4/commands/DeleteAttachedFileCommand.d.ts +5 -10
  112. package/dist-types/ts3.4/commands/DeleteContactDataCommand.d.ts +5 -10
  113. package/dist-types/ts3.4/commands/DeleteContactEvaluationCommand.d.ts +4 -6
  114. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +5 -10
  115. package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +4 -6
  116. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +4 -6
  117. package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +4 -6
  118. package/dist-types/ts3.4/commands/DeleteContactFlowVersionCommand.d.ts +4 -6
  119. package/dist-types/ts3.4/commands/DeleteDataTableAttributeCommand.d.ts +4 -6
  120. package/dist-types/ts3.4/commands/DeleteDataTableCommand.d.ts +4 -9
  121. package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +5 -10
  122. package/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +3 -4
  123. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +3 -4
  124. package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +4 -6
  125. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +2 -2
  126. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +4 -6
  127. package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +5 -10
  128. package/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +4 -6
  129. package/dist-types/ts3.4/commands/DeletePromptCommand.d.ts +2 -2
  130. package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +4 -6
  131. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +2 -2
  132. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +3 -4
  133. package/dist-types/ts3.4/commands/DeleteRoutingProfileCommand.d.ts +3 -4
  134. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -2
  135. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +3 -4
  136. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +4 -9
  137. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +5 -10
  138. package/dist-types/ts3.4/commands/DeleteTestCaseCommand.d.ts +4 -9
  139. package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +4 -6
  140. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +2 -2
  141. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -2
  142. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +4 -6
  143. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +3 -5
  144. package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +5 -10
  145. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +4 -9
  146. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +4 -9
  147. package/dist-types/ts3.4/commands/DeleteWorkspaceMediaCommand.d.ts +5 -10
  148. package/dist-types/ts3.4/commands/DeleteWorkspacePageCommand.d.ts +5 -10
  149. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +5 -10
  150. package/dist-types/ts3.4/commands/DescribeAttachedFilesConfigurationCommand.d.ts +4 -6
  151. package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +4 -6
  152. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +3 -5
  153. package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +4 -6
  154. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +5 -10
  155. package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +4 -6
  156. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +4 -6
  157. package/dist-types/ts3.4/commands/DescribeDataTableAttributeCommand.d.ts +4 -6
  158. package/dist-types/ts3.4/commands/DescribeDataTableCommand.d.ts +5 -10
  159. package/dist-types/ts3.4/commands/DescribeEmailAddressCommand.d.ts +5 -10
  160. package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +4 -6
  161. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +4 -6
  162. package/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +4 -6
  163. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +4 -6
  164. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +4 -9
  165. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +4 -6
  166. package/dist-types/ts3.4/commands/DescribeNotificationCommand.d.ts +5 -10
  167. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +5 -10
  168. package/dist-types/ts3.4/commands/DescribePredefinedAttributeCommand.d.ts +4 -6
  169. package/dist-types/ts3.4/commands/DescribePromptCommand.d.ts +4 -9
  170. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +4 -9
  171. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +5 -10
  172. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +5 -10
  173. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +3 -5
  174. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +4 -6
  175. package/dist-types/ts3.4/commands/DescribeTestCaseCommand.d.ts +4 -9
  176. package/dist-types/ts3.4/commands/DescribeTrafficDistributionGroupCommand.d.ts +4 -6
  177. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +3 -5
  178. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +4 -6
  179. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +4 -6
  180. package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +3 -5
  181. package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +5 -10
  182. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +5 -10
  183. package/dist-types/ts3.4/commands/DisassociateAnalyticsDataSetCommand.d.ts +4 -6
  184. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +4 -6
  185. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +2 -2
  186. package/dist-types/ts3.4/commands/DisassociateEmailAddressAliasCommand.d.ts +4 -6
  187. package/dist-types/ts3.4/commands/DisassociateFlowCommand.d.ts +4 -9
  188. package/dist-types/ts3.4/commands/DisassociateHoursOfOperationsCommand.d.ts +4 -6
  189. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +4 -6
  190. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +4 -6
  191. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +3 -4
  192. package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +4 -6
  193. package/dist-types/ts3.4/commands/DisassociateQueueEmailAddressesCommand.d.ts +4 -6
  194. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +4 -6
  195. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +4 -6
  196. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +4 -6
  197. package/dist-types/ts3.4/commands/DisassociateSecurityProfilesCommand.d.ts +4 -6
  198. package/dist-types/ts3.4/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +4 -6
  199. package/dist-types/ts3.4/commands/DisassociateUserProficienciesCommand.d.ts +4 -6
  200. package/dist-types/ts3.4/commands/DisassociateWorkspaceCommand.d.ts +5 -10
  201. package/dist-types/ts3.4/commands/DismissUserContactCommand.d.ts +5 -10
  202. package/dist-types/ts3.4/commands/EvaluateDataTableValuesCommand.d.ts +4 -6
  203. package/dist-types/ts3.4/commands/GetAttachedFileCommand.d.ts +4 -9
  204. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +5 -10
  205. package/dist-types/ts3.4/commands/GetContactMetricsCommand.d.ts +5 -10
  206. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +5 -10
  207. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +5 -10
  208. package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +4 -6
  209. package/dist-types/ts3.4/commands/GetEvaluationFormValidationCommand.d.ts +4 -6
  210. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +5 -10
  211. package/dist-types/ts3.4/commands/GetFlowAssociationCommand.d.ts +5 -10
  212. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +4 -9
  213. package/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +4 -9
  214. package/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts +4 -9
  215. package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +4 -9
  216. package/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +4 -6
  217. package/dist-types/ts3.4/commands/GetTrafficDistributionCommand.d.ts +5 -10
  218. package/dist-types/ts3.4/commands/ImportPhoneNumberCommand.d.ts +5 -10
  219. package/dist-types/ts3.4/commands/ImportWorkspaceMediaCommand.d.ts +5 -10
  220. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +4 -9
  221. package/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +4 -6
  222. package/dist-types/ts3.4/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +4 -6
  223. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +5 -10
  224. package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +5 -10
  225. package/dist-types/ts3.4/commands/ListAttachedFilesConfigurationsCommand.d.ts +4 -6
  226. package/dist-types/ts3.4/commands/ListAuthenticationProfilesCommand.d.ts +4 -6
  227. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +7 -5
  228. package/dist-types/ts3.4/commands/ListChildHoursOfOperationsCommand.d.ts +4 -6
  229. package/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +5 -10
  230. package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +4 -6
  231. package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +4 -6
  232. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +5 -10
  233. package/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +4 -6
  234. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +4 -9
  235. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +5 -10
  236. package/dist-types/ts3.4/commands/ListDataTableAttributesCommand.d.ts +4 -6
  237. package/dist-types/ts3.4/commands/ListDataTablePrimaryValuesCommand.d.ts +4 -6
  238. package/dist-types/ts3.4/commands/ListDataTableValuesCommand.d.ts +5 -10
  239. package/dist-types/ts3.4/commands/ListDataTablesCommand.d.ts +4 -9
  240. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +4 -6
  241. package/dist-types/ts3.4/commands/ListEntitySecurityProfilesCommand.d.ts +4 -6
  242. package/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +4 -6
  243. package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +5 -10
  244. package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +5 -10
  245. package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +4 -6
  246. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +5 -10
  247. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +5 -10
  248. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +4 -6
  249. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +3 -8
  250. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +4 -6
  251. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +5 -10
  252. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +3 -5
  253. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +5 -10
  254. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +4 -9
  255. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +4 -9
  256. package/dist-types/ts3.4/commands/ListPredefinedAttributesCommand.d.ts +4 -6
  257. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +3 -5
  258. package/dist-types/ts3.4/commands/ListQueueEmailAddressesCommand.d.ts +4 -6
  259. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +5 -10
  260. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +3 -5
  261. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +5 -10
  262. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +4 -6
  263. package/dist-types/ts3.4/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +4 -6
  264. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +4 -6
  265. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +5 -10
  266. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +7 -5
  267. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +4 -9
  268. package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +4 -6
  269. package/dist-types/ts3.4/commands/ListSecurityProfileFlowModulesCommand.d.ts +4 -6
  270. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +4 -6
  271. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +5 -10
  272. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  273. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +5 -10
  274. package/dist-types/ts3.4/commands/ListTestCaseExecutionRecordsCommand.d.ts +4 -6
  275. package/dist-types/ts3.4/commands/ListTestCaseExecutionsCommand.d.ts +5 -10
  276. package/dist-types/ts3.4/commands/ListTestCasesCommand.d.ts +4 -9
  277. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -6
  278. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +3 -5
  279. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +3 -5
  280. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +4 -6
  281. package/dist-types/ts3.4/commands/ListUserNotificationsCommand.d.ts +5 -10
  282. package/dist-types/ts3.4/commands/ListUserProficienciesCommand.d.ts +5 -10
  283. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
  284. package/dist-types/ts3.4/commands/ListViewVersionsCommand.d.ts +4 -9
  285. package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +7 -5
  286. package/dist-types/ts3.4/commands/ListWorkspaceMediaCommand.d.ts +5 -10
  287. package/dist-types/ts3.4/commands/ListWorkspacePagesCommand.d.ts +5 -10
  288. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +4 -9
  289. package/dist-types/ts3.4/commands/MonitorContactCommand.d.ts +4 -9
  290. package/dist-types/ts3.4/commands/PauseContactCommand.d.ts +3 -5
  291. package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +4 -9
  292. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +3 -4
  293. package/dist-types/ts3.4/commands/ReplicateInstanceCommand.d.ts +5 -10
  294. package/dist-types/ts3.4/commands/ResumeContactCommand.d.ts +4 -9
  295. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +5 -10
  296. package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +4 -6
  297. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +4 -6
  298. package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +4 -6
  299. package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +4 -6
  300. package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +4 -6
  301. package/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +3 -5
  302. package/dist-types/ts3.4/commands/SearchDataTablesCommand.d.ts +4 -9
  303. package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +6 -10
  304. package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +6 -10
  305. package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +6 -10
  306. package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +6 -10
  307. package/dist-types/ts3.4/commands/SearchNotificationsCommand.d.ts +6 -10
  308. package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +6 -10
  309. package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +3 -5
  310. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +3 -5
  311. package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -6
  312. package/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +5 -10
  313. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +4 -6
  314. package/dist-types/ts3.4/commands/SearchRulesCommand.d.ts +39 -0
  315. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +4 -6
  316. package/dist-types/ts3.4/commands/SearchTestCasesCommand.d.ts +3 -5
  317. package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +4 -6
  318. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +3 -5
  319. package/dist-types/ts3.4/commands/SearchViewsCommand.d.ts +3 -5
  320. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +5 -10
  321. package/dist-types/ts3.4/commands/SearchWorkspaceAssociationsCommand.d.ts +4 -6
  322. package/dist-types/ts3.4/commands/SearchWorkspacesCommand.d.ts +3 -5
  323. package/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +4 -6
  324. package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +5 -10
  325. package/dist-types/ts3.4/commands/SendOutboundWebNotificationCommand.d.ts +4 -6
  326. package/dist-types/ts3.4/commands/StartAttachedFileUploadCommand.d.ts +4 -6
  327. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +3 -5
  328. package/dist-types/ts3.4/commands/StartContactConversationalAnalyticsJobCommand.d.ts +4 -6
  329. package/dist-types/ts3.4/commands/StartContactEvaluationCommand.d.ts +5 -10
  330. package/dist-types/ts3.4/commands/StartContactMediaProcessingCommand.d.ts +3 -5
  331. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +5 -10
  332. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +5 -10
  333. package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +4 -6
  334. package/dist-types/ts3.4/commands/StartEvaluationFormValidationCommand.d.ts +4 -6
  335. package/dist-types/ts3.4/commands/StartOutboundChatContactCommand.d.ts +4 -6
  336. package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +4 -6
  337. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +4 -6
  338. package/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +5 -10
  339. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +3 -5
  340. package/dist-types/ts3.4/commands/StartTestCaseExecutionCommand.d.ts +5 -10
  341. package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +5 -10
  342. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +3 -5
  343. package/dist-types/ts3.4/commands/StopContactMediaProcessingCommand.d.ts +3 -5
  344. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +5 -10
  345. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +5 -10
  346. package/dist-types/ts3.4/commands/StopTestCaseExecutionCommand.d.ts +5 -10
  347. package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +4 -6
  348. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +4 -6
  349. package/dist-types/ts3.4/commands/TagContactCommand.d.ts +3 -5
  350. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  351. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +4 -9
  352. package/dist-types/ts3.4/commands/UntagContactCommand.d.ts +3 -5
  353. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  354. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +3 -4
  355. package/dist-types/ts3.4/commands/UpdateAttachedFilesConfigurationCommand.d.ts +4 -6
  356. package/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +4 -6
  357. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +4 -6
  358. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +3 -5
  359. package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +4 -6
  360. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +4 -6
  361. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +4 -6
  362. package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +4 -6
  363. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -6
  364. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +4 -6
  365. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +5 -10
  366. package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +4 -6
  367. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +5 -10
  368. package/dist-types/ts3.4/commands/UpdateDataTableAttributeCommand.d.ts +4 -6
  369. package/dist-types/ts3.4/commands/UpdateDataTableMetadataCommand.d.ts +4 -6
  370. package/dist-types/ts3.4/commands/UpdateDataTablePrimaryValuesCommand.d.ts +4 -6
  371. package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +4 -6
  372. package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +4 -6
  373. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +3 -4
  374. package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +4 -6
  375. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +4 -6
  376. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +4 -6
  377. package/dist-types/ts3.4/commands/UpdateNotificationContentCommand.d.ts +4 -6
  378. package/dist-types/ts3.4/commands/UpdateParticipantAuthenticationCommand.d.ts +4 -6
  379. package/dist-types/ts3.4/commands/UpdateParticipantRoleConfigCommand.d.ts +4 -6
  380. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +5 -10
  381. package/dist-types/ts3.4/commands/UpdatePhoneNumberMetadataCommand.d.ts +4 -6
  382. package/dist-types/ts3.4/commands/UpdatePredefinedAttributeCommand.d.ts +4 -6
  383. package/dist-types/ts3.4/commands/UpdatePromptCommand.d.ts +3 -5
  384. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +4 -6
  385. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +3 -4
  386. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +2 -2
  387. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +4 -6
  388. package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +4 -6
  389. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +3 -4
  390. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +4 -6
  391. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +3 -4
  392. package/dist-types/ts3.4/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +4 -6
  393. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +4 -6
  394. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +4 -6
  395. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +4 -6
  396. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +4 -6
  397. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +2 -2
  398. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +3 -4
  399. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +5 -10
  400. package/dist-types/ts3.4/commands/UpdateTestCaseCommand.d.ts +4 -9
  401. package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +4 -6
  402. package/dist-types/ts3.4/commands/UpdateUserConfigCommand.d.ts +2 -2
  403. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +3 -4
  404. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +4 -6
  405. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +4 -6
  406. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +3 -4
  407. package/dist-types/ts3.4/commands/UpdateUserNotificationStatusCommand.d.ts +4 -6
  408. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +3 -4
  409. package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +4 -6
  410. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +4 -6
  411. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +4 -6
  412. package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +5 -10
  413. package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +5 -10
  414. package/dist-types/ts3.4/commands/UpdateWorkspaceMetadataCommand.d.ts +4 -6
  415. package/dist-types/ts3.4/commands/UpdateWorkspacePageCommand.d.ts +5 -10
  416. package/dist-types/ts3.4/commands/UpdateWorkspaceThemeCommand.d.ts +5 -10
  417. package/dist-types/ts3.4/commands/UpdateWorkspaceVisibilityCommand.d.ts +4 -6
  418. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  419. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  420. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  421. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  422. package/dist-types/ts3.4/models/enums.d.ts +70 -132
  423. package/dist-types/ts3.4/models/errors.d.ts +28 -96
  424. package/dist-types/ts3.4/models/models_0.d.ts +8 -20
  425. package/dist-types/ts3.4/models/models_1.d.ts +4 -6
  426. package/dist-types/ts3.4/models/models_2.d.ts +15 -39
  427. package/dist-types/ts3.4/models/models_3.d.ts +38 -44
  428. package/dist-types/ts3.4/models/models_4.d.ts +66 -18
  429. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  430. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +1 -4
  431. package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +1 -4
  432. package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +1 -4
  433. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +1 -4
  434. package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +1 -4
  435. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
  436. package/dist-types/ts3.4/pagination/ListViewsPaginator.d.ts +1 -4
  437. package/dist-types/ts3.4/pagination/SearchRulesPaginator.d.ts +8 -0
  438. package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +1 -4
  439. package/dist-types/ts3.4/pagination/SearchViewsPaginator.d.ts +1 -4
  440. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  441. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  442. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  443. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  444. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  445. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  446. package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
  447. package/package.json +39 -39
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListLambdaFunctionsRequest,
4
- ListLambdaFunctionsResponse,
5
- } from "../models/models_2";
2
+ import { ListLambdaFunctionsRequest, ListLambdaFunctionsResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
- export interface ListLambdaFunctionsCommandInput
8
- extends ListLambdaFunctionsRequest {}
4
+ export interface ListLambdaFunctionsCommandInput extends ListLambdaFunctionsRequest {}
9
5
  export interface ListLambdaFunctionsCommandOutput
10
- extends ListLambdaFunctionsResponse,
11
- __MetadataBearer {}
6
+ extends ListLambdaFunctionsResponse, __MetadataBearer {}
12
7
  declare const ListLambdaFunctionsCommand_base: {
13
8
  new (
14
- input: ListLambdaFunctionsCommandInput
9
+ input: ListLambdaFunctionsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListLambdaFunctionsCommandInput,
17
12
  ListLambdaFunctionsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListLambdaFunctionsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListLambdaFunctionsCommandInput
18
+ input: ListLambdaFunctionsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListLambdaFunctionsCommandInput,
26
21
  ListLambdaFunctionsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListLexBotsRequest, ListLexBotsResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface ListLexBotsCommandInput extends ListLexBotsRequest {}
5
- export interface ListLexBotsCommandOutput
6
- extends ListLexBotsResponse,
7
- __MetadataBearer {}
5
+ export interface ListLexBotsCommandOutput extends ListLexBotsResponse, __MetadataBearer {}
8
6
  declare const ListLexBotsCommand_base: {
9
7
  new (
10
- input: ListLexBotsCommandInput
8
+ input: ListLexBotsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListLexBotsCommandInput,
13
11
  ListLexBotsCommandOutput,
@@ -16,7 +14,7 @@ declare const ListLexBotsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListLexBotsCommandInput
17
+ input: ListLexBotsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListLexBotsCommandInput,
22
20
  ListLexBotsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListNotificationsRequest,
4
- ListNotificationsResponse,
5
- } from "../models/models_2";
2
+ import { ListNotificationsRequest, ListNotificationsResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
- export interface ListNotificationsCommandInput
8
- extends ListNotificationsRequest {}
4
+ export interface ListNotificationsCommandInput extends ListNotificationsRequest {}
9
5
  export interface ListNotificationsCommandOutput
10
- extends ListNotificationsResponse,
11
- __MetadataBearer {}
6
+ extends ListNotificationsResponse, __MetadataBearer {}
12
7
  declare const ListNotificationsCommand_base: {
13
8
  new (
14
- input: ListNotificationsCommandInput
9
+ input: ListNotificationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListNotificationsCommandInput,
17
12
  ListNotificationsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListNotificationsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListNotificationsCommandInput
18
+ input: ListNotificationsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListNotificationsCommandInput,
26
21
  ListNotificationsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListPhoneNumbersRequest,
4
- ListPhoneNumbersResponse,
5
- } from "../models/models_2";
2
+ import { ListPhoneNumbersRequest, ListPhoneNumbersResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
4
  export interface ListPhoneNumbersCommandInput extends ListPhoneNumbersRequest {}
8
- export interface ListPhoneNumbersCommandOutput
9
- extends ListPhoneNumbersResponse,
10
- __MetadataBearer {}
5
+ export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse, __MetadataBearer {}
11
6
  declare const ListPhoneNumbersCommand_base: {
12
7
  new (
13
- input: ListPhoneNumbersCommandInput
8
+ input: ListPhoneNumbersCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListPhoneNumbersCommandInput,
16
11
  ListPhoneNumbersCommandOutput,
@@ -19,7 +14,7 @@ declare const ListPhoneNumbersCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListPhoneNumbersCommandInput
17
+ input: ListPhoneNumbersCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListPhoneNumbersCommandInput,
25
20
  ListPhoneNumbersCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListPhoneNumbersV2Request,
4
- ListPhoneNumbersV2Response,
5
- } from "../models/models_2";
2
+ import { ListPhoneNumbersV2Request, ListPhoneNumbersV2Response } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
- export interface ListPhoneNumbersV2CommandInput
8
- extends ListPhoneNumbersV2Request {}
4
+ export interface ListPhoneNumbersV2CommandInput extends ListPhoneNumbersV2Request {}
9
5
  export interface ListPhoneNumbersV2CommandOutput
10
- extends ListPhoneNumbersV2Response,
11
- __MetadataBearer {}
6
+ extends ListPhoneNumbersV2Response, __MetadataBearer {}
12
7
  declare const ListPhoneNumbersV2Command_base: {
13
8
  new (
14
- input: ListPhoneNumbersV2CommandInput
9
+ input: ListPhoneNumbersV2CommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListPhoneNumbersV2CommandInput,
17
12
  ListPhoneNumbersV2CommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListPredefinedAttributesResponse,
5
5
  } from "../models/models_2";
6
6
  export { __MetadataBearer };
7
- export interface ListPredefinedAttributesCommandInput
8
- extends ListPredefinedAttributesRequest {}
7
+ export interface ListPredefinedAttributesCommandInput extends ListPredefinedAttributesRequest {}
9
8
  export interface ListPredefinedAttributesCommandOutput
10
- extends ListPredefinedAttributesResponse,
11
- __MetadataBearer {}
9
+ extends ListPredefinedAttributesResponse, __MetadataBearer {}
12
10
  declare const ListPredefinedAttributesCommand_base: {
13
11
  new (
14
- input: ListPredefinedAttributesCommandInput
12
+ input: ListPredefinedAttributesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListPredefinedAttributesCommandInput,
17
15
  ListPredefinedAttributesCommandOutput,
@@ -20,7 +18,7 @@ declare const ListPredefinedAttributesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListPredefinedAttributesCommandInput
21
+ input: ListPredefinedAttributesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListPredefinedAttributesCommandInput,
26
24
  ListPredefinedAttributesCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListPromptsRequest, ListPromptsResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface ListPromptsCommandInput extends ListPromptsRequest {}
5
- export interface ListPromptsCommandOutput
6
- extends ListPromptsResponse,
7
- __MetadataBearer {}
5
+ export interface ListPromptsCommandOutput extends ListPromptsResponse, __MetadataBearer {}
8
6
  declare const ListPromptsCommand_base: {
9
7
  new (
10
- input: ListPromptsCommandInput
8
+ input: ListPromptsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListPromptsCommandInput,
13
11
  ListPromptsCommandOutput,
@@ -16,7 +14,7 @@ declare const ListPromptsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListPromptsCommandInput
17
+ input: ListPromptsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListPromptsCommandInput,
22
20
  ListPromptsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListQueueEmailAddressesResponse,
5
5
  } from "../models/models_2";
6
6
  export { __MetadataBearer };
7
- export interface ListQueueEmailAddressesCommandInput
8
- extends ListQueueEmailAddressesRequest {}
7
+ export interface ListQueueEmailAddressesCommandInput extends ListQueueEmailAddressesRequest {}
9
8
  export interface ListQueueEmailAddressesCommandOutput
10
- extends ListQueueEmailAddressesResponse,
11
- __MetadataBearer {}
9
+ extends ListQueueEmailAddressesResponse, __MetadataBearer {}
12
10
  declare const ListQueueEmailAddressesCommand_base: {
13
11
  new (
14
- input: ListQueueEmailAddressesCommandInput
12
+ input: ListQueueEmailAddressesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListQueueEmailAddressesCommandInput,
17
15
  ListQueueEmailAddressesCommandOutput,
@@ -20,7 +18,7 @@ declare const ListQueueEmailAddressesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListQueueEmailAddressesCommandInput
21
+ input: ListQueueEmailAddressesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListQueueEmailAddressesCommandInput,
26
24
  ListQueueEmailAddressesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListQueueQuickConnectsRequest,
4
- ListQueueQuickConnectsResponse,
5
- } from "../models/models_2";
2
+ import { ListQueueQuickConnectsRequest, ListQueueQuickConnectsResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
- export interface ListQueueQuickConnectsCommandInput
8
- extends ListQueueQuickConnectsRequest {}
4
+ export interface ListQueueQuickConnectsCommandInput extends ListQueueQuickConnectsRequest {}
9
5
  export interface ListQueueQuickConnectsCommandOutput
10
- extends ListQueueQuickConnectsResponse,
11
- __MetadataBearer {}
6
+ extends ListQueueQuickConnectsResponse, __MetadataBearer {}
12
7
  declare const ListQueueQuickConnectsCommand_base: {
13
8
  new (
14
- input: ListQueueQuickConnectsCommandInput
9
+ input: ListQueueQuickConnectsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListQueueQuickConnectsCommandInput,
17
12
  ListQueueQuickConnectsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListQueueQuickConnectsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListQueueQuickConnectsCommandInput
18
+ input: ListQueueQuickConnectsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListQueueQuickConnectsCommandInput,
26
21
  ListQueueQuickConnectsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListQueuesRequest, ListQueuesResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface ListQueuesCommandInput extends ListQueuesRequest {}
5
- export interface ListQueuesCommandOutput
6
- extends ListQueuesResponse,
7
- __MetadataBearer {}
5
+ export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataBearer {}
8
6
  declare const ListQueuesCommand_base: {
9
7
  new (
10
- input: ListQueuesCommandInput
8
+ input: ListQueuesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListQueuesCommandInput,
13
11
  ListQueuesCommandOutput,
@@ -16,7 +14,7 @@ declare const ListQueuesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListQueuesCommandInput
17
+ input: ListQueuesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListQueuesCommandInput,
22
20
  ListQueuesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListQuickConnectsRequest,
4
- ListQuickConnectsResponse,
5
- } from "../models/models_2";
2
+ import { ListQuickConnectsRequest, ListQuickConnectsResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
- export interface ListQuickConnectsCommandInput
8
- extends ListQuickConnectsRequest {}
4
+ export interface ListQuickConnectsCommandInput extends ListQuickConnectsRequest {}
9
5
  export interface ListQuickConnectsCommandOutput
10
- extends ListQuickConnectsResponse,
11
- __MetadataBearer {}
6
+ extends ListQuickConnectsResponse, __MetadataBearer {}
12
7
  declare const ListQuickConnectsCommand_base: {
13
8
  new (
14
- input: ListQuickConnectsCommandInput
9
+ input: ListQuickConnectsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListQuickConnectsCommandInput,
17
12
  ListQuickConnectsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListQuickConnectsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListQuickConnectsCommandInput
18
+ input: ListQuickConnectsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListQuickConnectsCommandInput,
26
21
  ListQuickConnectsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListRealtimeContactAnalysisSegmentsV2Response,
5
5
  } from "../models/models_2";
6
6
  export { __MetadataBearer };
7
- export interface ListRealtimeContactAnalysisSegmentsV2CommandInput
8
- extends ListRealtimeContactAnalysisSegmentsV2Request {}
7
+ export interface ListRealtimeContactAnalysisSegmentsV2CommandInput extends ListRealtimeContactAnalysisSegmentsV2Request {}
9
8
  export interface ListRealtimeContactAnalysisSegmentsV2CommandOutput
10
- extends ListRealtimeContactAnalysisSegmentsV2Response,
11
- __MetadataBearer {}
9
+ extends ListRealtimeContactAnalysisSegmentsV2Response, __MetadataBearer {}
12
10
  declare const ListRealtimeContactAnalysisSegmentsV2Command_base: {
13
11
  new (
14
- input: ListRealtimeContactAnalysisSegmentsV2CommandInput
12
+ input: ListRealtimeContactAnalysisSegmentsV2CommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListRealtimeContactAnalysisSegmentsV2CommandInput,
17
15
  ListRealtimeContactAnalysisSegmentsV2CommandOutput,
@@ -20,7 +18,7 @@ declare const ListRealtimeContactAnalysisSegmentsV2Command_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListRealtimeContactAnalysisSegmentsV2CommandInput
21
+ input: ListRealtimeContactAnalysisSegmentsV2CommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListRealtimeContactAnalysisSegmentsV2CommandInput,
26
24
  ListRealtimeContactAnalysisSegmentsV2CommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListRoutingProfileManualAssignmentQueuesResponse,
5
5
  } from "../models/models_2";
6
6
  export { __MetadataBearer };
7
- export interface ListRoutingProfileManualAssignmentQueuesCommandInput
8
- extends ListRoutingProfileManualAssignmentQueuesRequest {}
7
+ export interface ListRoutingProfileManualAssignmentQueuesCommandInput extends ListRoutingProfileManualAssignmentQueuesRequest {}
9
8
  export interface ListRoutingProfileManualAssignmentQueuesCommandOutput
10
- extends ListRoutingProfileManualAssignmentQueuesResponse,
11
- __MetadataBearer {}
9
+ extends ListRoutingProfileManualAssignmentQueuesResponse, __MetadataBearer {}
12
10
  declare const ListRoutingProfileManualAssignmentQueuesCommand_base: {
13
11
  new (
14
- input: ListRoutingProfileManualAssignmentQueuesCommandInput
12
+ input: ListRoutingProfileManualAssignmentQueuesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListRoutingProfileManualAssignmentQueuesCommandInput,
17
15
  ListRoutingProfileManualAssignmentQueuesCommandOutput,
@@ -20,7 +18,7 @@ declare const ListRoutingProfileManualAssignmentQueuesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListRoutingProfileManualAssignmentQueuesCommandInput
21
+ input: ListRoutingProfileManualAssignmentQueuesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListRoutingProfileManualAssignmentQueuesCommandInput,
26
24
  ListRoutingProfileManualAssignmentQueuesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListRoutingProfileQueuesResponse,
5
5
  } from "../models/models_2";
6
6
  export { __MetadataBearer };
7
- export interface ListRoutingProfileQueuesCommandInput
8
- extends ListRoutingProfileQueuesRequest {}
7
+ export interface ListRoutingProfileQueuesCommandInput extends ListRoutingProfileQueuesRequest {}
9
8
  export interface ListRoutingProfileQueuesCommandOutput
10
- extends ListRoutingProfileQueuesResponse,
11
- __MetadataBearer {}
9
+ extends ListRoutingProfileQueuesResponse, __MetadataBearer {}
12
10
  declare const ListRoutingProfileQueuesCommand_base: {
13
11
  new (
14
- input: ListRoutingProfileQueuesCommandInput
12
+ input: ListRoutingProfileQueuesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListRoutingProfileQueuesCommandInput,
17
15
  ListRoutingProfileQueuesCommandOutput,
@@ -20,7 +18,7 @@ declare const ListRoutingProfileQueuesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListRoutingProfileQueuesCommandInput
21
+ input: ListRoutingProfileQueuesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListRoutingProfileQueuesCommandInput,
26
24
  ListRoutingProfileQueuesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListRoutingProfilesRequest,
4
- ListRoutingProfilesResponse,
5
- } from "../models/models_2";
2
+ import { ListRoutingProfilesRequest, ListRoutingProfilesResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
- export interface ListRoutingProfilesCommandInput
8
- extends ListRoutingProfilesRequest {}
4
+ export interface ListRoutingProfilesCommandInput extends ListRoutingProfilesRequest {}
9
5
  export interface ListRoutingProfilesCommandOutput
10
- extends ListRoutingProfilesResponse,
11
- __MetadataBearer {}
6
+ extends ListRoutingProfilesResponse, __MetadataBearer {}
12
7
  declare const ListRoutingProfilesCommand_base: {
13
8
  new (
14
- input: ListRoutingProfilesCommandInput
9
+ input: ListRoutingProfilesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListRoutingProfilesCommandInput,
17
12
  ListRoutingProfilesCommandOutput,
@@ -20,7 +15,7 @@ declare const ListRoutingProfilesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListRoutingProfilesCommandInput
18
+ input: ListRoutingProfilesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListRoutingProfilesCommandInput,
26
21
  ListRoutingProfilesCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListRulesRequest, ListRulesResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface ListRulesCommandInput extends ListRulesRequest {}
5
- export interface ListRulesCommandOutput
6
- extends ListRulesResponse,
7
- __MetadataBearer {}
5
+ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBearer {}
8
6
  declare const ListRulesCommand_base: {
9
- new (input: ListRulesCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: ListRulesCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  ListRulesCommandInput,
11
11
  ListRulesCommandOutput,
12
12
  import("..").ConnectClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: ListRulesCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: ListRulesCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  ListRulesCommandInput,
18
20
  ListRulesCommandOutput,
19
21
  import("..").ConnectClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListSecurityKeysRequest,
4
- ListSecurityKeysResponse,
5
- } from "../models/models_2";
2
+ import { ListSecurityKeysRequest, ListSecurityKeysResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
4
  export interface ListSecurityKeysCommandInput extends ListSecurityKeysRequest {}
8
- export interface ListSecurityKeysCommandOutput
9
- extends ListSecurityKeysResponse,
10
- __MetadataBearer {}
5
+ export interface ListSecurityKeysCommandOutput extends ListSecurityKeysResponse, __MetadataBearer {}
11
6
  declare const ListSecurityKeysCommand_base: {
12
7
  new (
13
- input: ListSecurityKeysCommandInput
8
+ input: ListSecurityKeysCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListSecurityKeysCommandInput,
16
11
  ListSecurityKeysCommandOutput,
@@ -19,7 +14,7 @@ declare const ListSecurityKeysCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListSecurityKeysCommandInput
17
+ input: ListSecurityKeysCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListSecurityKeysCommandInput,
25
20
  ListSecurityKeysCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListSecurityProfileApplicationsResponse,
5
5
  } from "../models/models_2";
6
6
  export { __MetadataBearer };
7
- export interface ListSecurityProfileApplicationsCommandInput
8
- extends ListSecurityProfileApplicationsRequest {}
7
+ export interface ListSecurityProfileApplicationsCommandInput extends ListSecurityProfileApplicationsRequest {}
9
8
  export interface ListSecurityProfileApplicationsCommandOutput
10
- extends ListSecurityProfileApplicationsResponse,
11
- __MetadataBearer {}
9
+ extends ListSecurityProfileApplicationsResponse, __MetadataBearer {}
12
10
  declare const ListSecurityProfileApplicationsCommand_base: {
13
11
  new (
14
- input: ListSecurityProfileApplicationsCommandInput
12
+ input: ListSecurityProfileApplicationsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListSecurityProfileApplicationsCommandInput,
17
15
  ListSecurityProfileApplicationsCommandOutput,
@@ -20,7 +18,7 @@ declare const ListSecurityProfileApplicationsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListSecurityProfileApplicationsCommandInput
21
+ input: ListSecurityProfileApplicationsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListSecurityProfileApplicationsCommandInput,
26
24
  ListSecurityProfileApplicationsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListSecurityProfileFlowModulesResponse,
5
5
  } from "../models/models_2";
6
6
  export { __MetadataBearer };
7
- export interface ListSecurityProfileFlowModulesCommandInput
8
- extends ListSecurityProfileFlowModulesRequest {}
7
+ export interface ListSecurityProfileFlowModulesCommandInput extends ListSecurityProfileFlowModulesRequest {}
9
8
  export interface ListSecurityProfileFlowModulesCommandOutput
10
- extends ListSecurityProfileFlowModulesResponse,
11
- __MetadataBearer {}
9
+ extends ListSecurityProfileFlowModulesResponse, __MetadataBearer {}
12
10
  declare const ListSecurityProfileFlowModulesCommand_base: {
13
11
  new (
14
- input: ListSecurityProfileFlowModulesCommandInput
12
+ input: ListSecurityProfileFlowModulesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListSecurityProfileFlowModulesCommandInput,
17
15
  ListSecurityProfileFlowModulesCommandOutput,
@@ -20,7 +18,7 @@ declare const ListSecurityProfileFlowModulesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListSecurityProfileFlowModulesCommandInput
21
+ input: ListSecurityProfileFlowModulesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListSecurityProfileFlowModulesCommandInput,
26
24
  ListSecurityProfileFlowModulesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListSecurityProfilePermissionsResponse,
5
5
  } from "../models/models_2";
6
6
  export { __MetadataBearer };
7
- export interface ListSecurityProfilePermissionsCommandInput
8
- extends ListSecurityProfilePermissionsRequest {}
7
+ export interface ListSecurityProfilePermissionsCommandInput extends ListSecurityProfilePermissionsRequest {}
9
8
  export interface ListSecurityProfilePermissionsCommandOutput
10
- extends ListSecurityProfilePermissionsResponse,
11
- __MetadataBearer {}
9
+ extends ListSecurityProfilePermissionsResponse, __MetadataBearer {}
12
10
  declare const ListSecurityProfilePermissionsCommand_base: {
13
11
  new (
14
- input: ListSecurityProfilePermissionsCommandInput
12
+ input: ListSecurityProfilePermissionsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListSecurityProfilePermissionsCommandInput,
17
15
  ListSecurityProfilePermissionsCommandOutput,
@@ -20,7 +18,7 @@ declare const ListSecurityProfilePermissionsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListSecurityProfilePermissionsCommandInput
21
+ input: ListSecurityProfilePermissionsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListSecurityProfilePermissionsCommandInput,
26
24
  ListSecurityProfilePermissionsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListSecurityProfilesRequest,
4
- ListSecurityProfilesResponse,
5
- } from "../models/models_2";
2
+ import { ListSecurityProfilesRequest, ListSecurityProfilesResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
- export interface ListSecurityProfilesCommandInput
8
- extends ListSecurityProfilesRequest {}
4
+ export interface ListSecurityProfilesCommandInput extends ListSecurityProfilesRequest {}
9
5
  export interface ListSecurityProfilesCommandOutput
10
- extends ListSecurityProfilesResponse,
11
- __MetadataBearer {}
6
+ extends ListSecurityProfilesResponse, __MetadataBearer {}
12
7
  declare const ListSecurityProfilesCommand_base: {
13
8
  new (
14
- input: ListSecurityProfilesCommandInput
9
+ input: ListSecurityProfilesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListSecurityProfilesCommandInput,
17
12
  ListSecurityProfilesCommandOutput,
@@ -20,7 +15,7 @@ declare const ListSecurityProfilesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListSecurityProfilesCommandInput
18
+ input: ListSecurityProfilesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListSecurityProfilesCommandInput,
26
21
  ListSecurityProfilesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_2";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,