@aws-sdk/client-connect 3.296.0 → 3.297.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 (218) hide show
  1. package/dist-types/Connect.d.ts +171 -0
  2. package/dist-types/ConnectClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateBotCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +16 -0
  7. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +16 -0
  8. package/dist-types/commands/AssociateLexBotCommand.d.ts +16 -0
  9. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +16 -0
  10. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +16 -0
  11. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +16 -0
  12. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +16 -0
  13. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateAgentStatusCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateContactFlowCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateInstanceCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateQueueCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateQuickConnectCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateRuleCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +16 -0
  26. package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +16 -0
  27. package/dist-types/commands/CreateUseCaseCommand.d.ts +16 -0
  28. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  29. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +16 -0
  30. package/dist-types/commands/CreateVocabularyCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteContactFlowCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +16 -0
  33. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +16 -0
  34. package/dist-types/commands/DeleteInstanceCommand.d.ts +16 -0
  35. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +16 -0
  36. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +16 -0
  37. package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
  38. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +16 -0
  39. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +16 -0
  40. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +16 -0
  41. package/dist-types/commands/DeleteUseCaseCommand.d.ts +16 -0
  42. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  43. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +16 -0
  44. package/dist-types/commands/DeleteVocabularyCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +16 -0
  46. package/dist-types/commands/DescribeContactCommand.d.ts +16 -0
  47. package/dist-types/commands/DescribeContactFlowCommand.d.ts +16 -0
  48. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +16 -0
  50. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +16 -0
  51. package/dist-types/commands/DescribeInstanceCommand.d.ts +16 -0
  52. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +16 -0
  53. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +16 -0
  54. package/dist-types/commands/DescribeQueueCommand.d.ts +16 -0
  55. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +16 -0
  56. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +16 -0
  57. package/dist-types/commands/DescribeRuleCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +16 -0
  59. package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
  61. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +16 -0
  62. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +16 -0
  63. package/dist-types/commands/DescribeVocabularyCommand.d.ts +16 -0
  64. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +16 -0
  65. package/dist-types/commands/DisassociateBotCommand.d.ts +16 -0
  66. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +16 -0
  67. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +16 -0
  68. package/dist-types/commands/DisassociateLexBotCommand.d.ts +16 -0
  69. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +16 -0
  70. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +16 -0
  71. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +16 -0
  72. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +16 -0
  73. package/dist-types/commands/DismissUserContactCommand.d.ts +16 -0
  74. package/dist-types/commands/GetContactAttributesCommand.d.ts +16 -0
  75. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +16 -0
  76. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +16 -0
  77. package/dist-types/commands/GetFederationTokenCommand.d.ts +16 -0
  78. package/dist-types/commands/GetMetricDataCommand.d.ts +16 -0
  79. package/dist-types/commands/GetMetricDataV2Command.d.ts +16 -0
  80. package/dist-types/commands/GetTaskTemplateCommand.d.ts +16 -0
  81. package/dist-types/commands/GetTrafficDistributionCommand.d.ts +16 -0
  82. package/dist-types/commands/ListAgentStatusesCommand.d.ts +16 -0
  83. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +16 -0
  84. package/dist-types/commands/ListBotsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +16 -0
  86. package/dist-types/commands/ListContactFlowsCommand.d.ts +16 -0
  87. package/dist-types/commands/ListContactReferencesCommand.d.ts +16 -0
  88. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +16 -0
  89. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +16 -0
  90. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +16 -0
  91. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +16 -0
  92. package/dist-types/commands/ListInstancesCommand.d.ts +16 -0
  93. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +16 -0
  94. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +16 -0
  95. package/dist-types/commands/ListLexBotsCommand.d.ts +16 -0
  96. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +16 -0
  97. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +16 -0
  98. package/dist-types/commands/ListPromptsCommand.d.ts +16 -0
  99. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +16 -0
  100. package/dist-types/commands/ListQueuesCommand.d.ts +16 -0
  101. package/dist-types/commands/ListQuickConnectsCommand.d.ts +16 -0
  102. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +16 -0
  103. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +16 -0
  104. package/dist-types/commands/ListRulesCommand.d.ts +16 -0
  105. package/dist-types/commands/ListSecurityKeysCommand.d.ts +16 -0
  106. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +16 -0
  107. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +16 -0
  108. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  109. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +16 -0
  110. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +16 -0
  111. package/dist-types/commands/ListUseCasesCommand.d.ts +16 -0
  112. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +16 -0
  113. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  114. package/dist-types/commands/MonitorContactCommand.d.ts +16 -0
  115. package/dist-types/commands/PutUserStatusCommand.d.ts +16 -0
  116. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +16 -0
  117. package/dist-types/commands/ReplicateInstanceCommand.d.ts +16 -0
  118. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +16 -0
  119. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +16 -0
  120. package/dist-types/commands/SearchQueuesCommand.d.ts +16 -0
  121. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +16 -0
  122. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +16 -0
  123. package/dist-types/commands/SearchUsersCommand.d.ts +16 -0
  124. package/dist-types/commands/SearchVocabulariesCommand.d.ts +16 -0
  125. package/dist-types/commands/StartChatContactCommand.d.ts +16 -0
  126. package/dist-types/commands/StartContactRecordingCommand.d.ts +16 -0
  127. package/dist-types/commands/StartContactStreamingCommand.d.ts +16 -0
  128. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +16 -0
  129. package/dist-types/commands/StartTaskContactCommand.d.ts +16 -0
  130. package/dist-types/commands/StopContactCommand.d.ts +16 -0
  131. package/dist-types/commands/StopContactRecordingCommand.d.ts +16 -0
  132. package/dist-types/commands/StopContactStreamingCommand.d.ts +16 -0
  133. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +16 -0
  134. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  135. package/dist-types/commands/TransferContactCommand.d.ts +16 -0
  136. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  137. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +16 -0
  138. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +16 -0
  139. package/dist-types/commands/UpdateContactCommand.d.ts +16 -0
  140. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +16 -0
  141. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +16 -0
  142. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +16 -0
  143. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +16 -0
  144. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +16 -0
  145. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +16 -0
  146. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +16 -0
  147. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +16 -0
  148. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +16 -0
  149. package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +16 -0
  150. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +16 -0
  151. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +16 -0
  152. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +16 -0
  153. package/dist-types/commands/UpdateQueueNameCommand.d.ts +16 -0
  154. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +16 -0
  155. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +16 -0
  156. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +16 -0
  157. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +16 -0
  158. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +16 -0
  159. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +16 -0
  160. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +16 -0
  161. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +16 -0
  162. package/dist-types/commands/UpdateRuleCommand.d.ts +16 -0
  163. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +16 -0
  164. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +16 -0
  165. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +16 -0
  166. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +16 -0
  167. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +16 -0
  168. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +16 -0
  169. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +16 -0
  170. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +16 -0
  171. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +16 -0
  172. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +16 -0
  173. package/dist-types/models/ConnectServiceException.d.ts +2 -0
  174. package/dist-types/models/models_0.d.ts +706 -34
  175. package/dist-types/models/models_1.d.ts +549 -3
  176. package/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +3 -0
  177. package/dist-types/pagination/GetCurrentUserDataPaginator.d.ts +3 -0
  178. package/dist-types/pagination/GetMetricDataPaginator.d.ts +3 -0
  179. package/dist-types/pagination/GetMetricDataV2Paginator.d.ts +3 -0
  180. package/dist-types/pagination/Interfaces.d.ts +3 -0
  181. package/dist-types/pagination/ListAgentStatusesPaginator.d.ts +3 -0
  182. package/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +3 -0
  183. package/dist-types/pagination/ListBotsPaginator.d.ts +3 -0
  184. package/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +3 -0
  185. package/dist-types/pagination/ListContactFlowsPaginator.d.ts +3 -0
  186. package/dist-types/pagination/ListContactReferencesPaginator.d.ts +3 -0
  187. package/dist-types/pagination/ListDefaultVocabulariesPaginator.d.ts +3 -0
  188. package/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +3 -0
  189. package/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +3 -0
  190. package/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +3 -0
  191. package/dist-types/pagination/ListInstancesPaginator.d.ts +3 -0
  192. package/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +3 -0
  193. package/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +3 -0
  194. package/dist-types/pagination/ListLexBotsPaginator.d.ts +3 -0
  195. package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +3 -0
  196. package/dist-types/pagination/ListPhoneNumbersV2Paginator.d.ts +3 -0
  197. package/dist-types/pagination/ListPromptsPaginator.d.ts +3 -0
  198. package/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +3 -0
  199. package/dist-types/pagination/ListQueuesPaginator.d.ts +3 -0
  200. package/dist-types/pagination/ListQuickConnectsPaginator.d.ts +3 -0
  201. package/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +3 -0
  202. package/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +3 -0
  203. package/dist-types/pagination/ListRulesPaginator.d.ts +3 -0
  204. package/dist-types/pagination/ListSecurityKeysPaginator.d.ts +3 -0
  205. package/dist-types/pagination/ListSecurityProfilePermissionsPaginator.d.ts +3 -0
  206. package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +3 -0
  207. package/dist-types/pagination/ListTaskTemplatesPaginator.d.ts +3 -0
  208. package/dist-types/pagination/ListTrafficDistributionGroupsPaginator.d.ts +3 -0
  209. package/dist-types/pagination/ListUseCasesPaginator.d.ts +3 -0
  210. package/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +3 -0
  211. package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
  212. package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +3 -0
  213. package/dist-types/pagination/SearchQueuesPaginator.d.ts +3 -0
  214. package/dist-types/pagination/SearchRoutingProfilesPaginator.d.ts +3 -0
  215. package/dist-types/pagination/SearchSecurityProfilesPaginator.d.ts +3 -0
  216. package/dist-types/pagination/SearchUsersPaginator.d.ts +3 -0
  217. package/dist-types/pagination/SearchVocabulariesPaginator.d.ts +3 -0
  218. package/package.json +3 -3
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "../commands/GetCurrentMetricDataCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetCurrentMetricData(config: ConnectPaginationConfiguration, input: GetCurrentMetricDataCommandInput, ...additionalArguments: any): Paginator<GetCurrentMetricDataCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput } from "../commands/GetCurrentUserDataCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetCurrentUserData(config: ConnectPaginationConfiguration, input: GetCurrentUserDataCommandInput, ...additionalArguments: any): Paginator<GetCurrentUserDataCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../commands/GetMetricDataCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetMetricData(config: ConnectPaginationConfiguration, input: GetMetricDataCommandInput, ...additionalArguments: any): Paginator<GetMetricDataCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetMetricDataV2CommandInput, GetMetricDataV2CommandOutput } from "../commands/GetMetricDataV2Command";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetMetricDataV2(config: ConnectPaginationConfiguration, input: GetMetricDataV2CommandInput, ...additionalArguments: any): Paginator<GetMetricDataV2CommandOutput>;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { ConnectClient } from "../ConnectClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface ConnectPaginationConfiguration extends PaginationConfiguration {
4
7
  client: ConnectClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "../commands/ListAgentStatusesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAgentStatuses(config: ConnectPaginationConfiguration, input: ListAgentStatusesCommandInput, ...additionalArguments: any): Paginator<ListAgentStatusesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "../commands/ListApprovedOriginsCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListApprovedOrigins(config: ConnectPaginationConfiguration, input: ListApprovedOriginsCommandInput, ...additionalArguments: any): Paginator<ListApprovedOriginsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListBots(config: ConnectPaginationConfiguration, input: ListBotsCommandInput, ...additionalArguments: any): Paginator<ListBotsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "../commands/ListContactFlowModulesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListContactFlowModules(config: ConnectPaginationConfiguration, input: ListContactFlowModulesCommandInput, ...additionalArguments: any): Paginator<ListContactFlowModulesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "../commands/ListContactFlowsCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListContactFlows(config: ConnectPaginationConfiguration, input: ListContactFlowsCommandInput, ...additionalArguments: any): Paginator<ListContactFlowsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "../commands/ListContactReferencesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListContactReferences(config: ConnectPaginationConfiguration, input: ListContactReferencesCommandInput, ...additionalArguments: any): Paginator<ListContactReferencesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListDefaultVocabulariesCommandInput, ListDefaultVocabulariesCommandOutput } from "../commands/ListDefaultVocabulariesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListDefaultVocabularies(config: ConnectPaginationConfiguration, input: ListDefaultVocabulariesCommandInput, ...additionalArguments: any): Paginator<ListDefaultVocabulariesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "../commands/ListHoursOfOperationsCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListHoursOfOperations(config: ConnectPaginationConfiguration, input: ListHoursOfOperationsCommandInput, ...additionalArguments: any): Paginator<ListHoursOfOperationsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "../commands/ListInstanceAttributesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListInstanceAttributes(config: ConnectPaginationConfiguration, input: ListInstanceAttributesCommandInput, ...additionalArguments: any): Paginator<ListInstanceAttributesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListInstanceStorageConfigsCommandInput, ListInstanceStorageConfigsCommandOutput } from "../commands/ListInstanceStorageConfigsCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListInstanceStorageConfigs(config: ConnectPaginationConfiguration, input: ListInstanceStorageConfigsCommandInput, ...additionalArguments: any): Paginator<ListInstanceStorageConfigsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListInstances(config: ConnectPaginationConfiguration, input: ListInstancesCommandInput, ...additionalArguments: any): Paginator<ListInstancesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListIntegrationAssociationsCommandInput, ListIntegrationAssociationsCommandOutput } from "../commands/ListIntegrationAssociationsCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListIntegrationAssociations(config: ConnectPaginationConfiguration, input: ListIntegrationAssociationsCommandInput, ...additionalArguments: any): Paginator<ListIntegrationAssociationsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListLambdaFunctionsCommandInput, ListLambdaFunctionsCommandOutput } from "../commands/ListLambdaFunctionsCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListLambdaFunctions(config: ConnectPaginationConfiguration, input: ListLambdaFunctionsCommandInput, ...additionalArguments: any): Paginator<ListLambdaFunctionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListLexBotsCommandInput, ListLexBotsCommandOutput } from "../commands/ListLexBotsCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListLexBots(config: ConnectPaginationConfiguration, input: ListLexBotsCommandInput, ...additionalArguments: any): Paginator<ListLexBotsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "../commands/ListPhoneNumbersCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListPhoneNumbers(config: ConnectPaginationConfiguration, input: ListPhoneNumbersCommandInput, ...additionalArguments: any): Paginator<ListPhoneNumbersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListPhoneNumbersV2CommandInput, ListPhoneNumbersV2CommandOutput } from "../commands/ListPhoneNumbersV2Command";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListPhoneNumbersV2(config: ConnectPaginationConfiguration, input: ListPhoneNumbersV2CommandInput, ...additionalArguments: any): Paginator<ListPhoneNumbersV2CommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListPromptsCommandInput, ListPromptsCommandOutput } from "../commands/ListPromptsCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListPrompts(config: ConnectPaginationConfiguration, input: ListPromptsCommandInput, ...additionalArguments: any): Paginator<ListPromptsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput } from "../commands/ListQueueQuickConnectsCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListQueueQuickConnects(config: ConnectPaginationConfiguration, input: ListQueueQuickConnectsCommandInput, ...additionalArguments: any): Paginator<ListQueueQuickConnectsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListQueues(config: ConnectPaginationConfiguration, input: ListQueuesCommandInput, ...additionalArguments: any): Paginator<ListQueuesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListQuickConnectsCommandInput, ListQuickConnectsCommandOutput } from "../commands/ListQuickConnectsCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListQuickConnects(config: ConnectPaginationConfiguration, input: ListQuickConnectsCommandInput, ...additionalArguments: any): Paginator<ListQuickConnectsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRoutingProfileQueuesCommandInput, ListRoutingProfileQueuesCommandOutput } from "../commands/ListRoutingProfileQueuesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRoutingProfileQueues(config: ConnectPaginationConfiguration, input: ListRoutingProfileQueuesCommandInput, ...additionalArguments: any): Paginator<ListRoutingProfileQueuesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } from "../commands/ListRoutingProfilesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRoutingProfiles(config: ConnectPaginationConfiguration, input: ListRoutingProfilesCommandInput, ...additionalArguments: any): Paginator<ListRoutingProfilesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRules(config: ConnectPaginationConfiguration, input: ListRulesCommandInput, ...additionalArguments: any): Paginator<ListRulesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListSecurityKeysCommandInput, ListSecurityKeysCommandOutput } from "../commands/ListSecurityKeysCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListSecurityKeys(config: ConnectPaginationConfiguration, input: ListSecurityKeysCommandInput, ...additionalArguments: any): Paginator<ListSecurityKeysCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListSecurityProfilePermissionsCommandInput, ListSecurityProfilePermissionsCommandOutput } from "../commands/ListSecurityProfilePermissionsCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListSecurityProfilePermissions(config: ConnectPaginationConfiguration, input: ListSecurityProfilePermissionsCommandInput, ...additionalArguments: any): Paginator<ListSecurityProfilePermissionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "../commands/ListSecurityProfilesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListSecurityProfiles(config: ConnectPaginationConfiguration, input: ListSecurityProfilesCommandInput, ...additionalArguments: any): Paginator<ListSecurityProfilesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListTaskTemplatesCommandInput, ListTaskTemplatesCommandOutput } from "../commands/ListTaskTemplatesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListTaskTemplates(config: ConnectPaginationConfiguration, input: ListTaskTemplatesCommandInput, ...additionalArguments: any): Paginator<ListTaskTemplatesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListTrafficDistributionGroupsCommandInput, ListTrafficDistributionGroupsCommandOutput } from "../commands/ListTrafficDistributionGroupsCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListTrafficDistributionGroups(config: ConnectPaginationConfiguration, input: ListTrafficDistributionGroupsCommandInput, ...additionalArguments: any): Paginator<ListTrafficDistributionGroupsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "../commands/ListUseCasesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListUseCases(config: ConnectPaginationConfiguration, input: ListUseCasesCommandInput, ...additionalArguments: any): Paginator<ListUseCasesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "../commands/ListUserHierarchyGroupsCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListUserHierarchyGroups(config: ConnectPaginationConfiguration, input: ListUserHierarchyGroupsCommandInput, ...additionalArguments: any): Paginator<ListUserHierarchyGroupsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListUsers(config: ConnectPaginationConfiguration, input: ListUsersCommandInput, ...additionalArguments: any): Paginator<ListUsersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "../commands/SearchAvailablePhoneNumbersCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateSearchAvailablePhoneNumbers(config: ConnectPaginationConfiguration, input: SearchAvailablePhoneNumbersCommandInput, ...additionalArguments: any): Paginator<SearchAvailablePhoneNumbersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { SearchQueuesCommandInput, SearchQueuesCommandOutput } from "../commands/SearchQueuesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateSearchQueues(config: ConnectPaginationConfiguration, input: SearchQueuesCommandInput, ...additionalArguments: any): Paginator<SearchQueuesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { SearchRoutingProfilesCommandInput, SearchRoutingProfilesCommandOutput } from "../commands/SearchRoutingProfilesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateSearchRoutingProfiles(config: ConnectPaginationConfiguration, input: SearchRoutingProfilesCommandInput, ...additionalArguments: any): Paginator<SearchRoutingProfilesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput } from "../commands/SearchSecurityProfilesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateSearchSecurityProfiles(config: ConnectPaginationConfiguration, input: SearchSecurityProfilesCommandInput, ...additionalArguments: any): Paginator<SearchSecurityProfilesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { SearchUsersCommandInput, SearchUsersCommandOutput } from "../commands/SearchUsersCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateSearchUsers(config: ConnectPaginationConfiguration, input: SearchUsersCommandInput, ...additionalArguments: any): Paginator<SearchUsersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "../commands/SearchVocabulariesCommand";
3
3
  import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateSearchVocabularies(config: ConnectPaginationConfiguration, input: SearchVocabulariesCommandInput, ...additionalArguments: any): Paginator<SearchVocabulariesCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connect",
3
3
  "description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.297.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
24
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
27
  "@aws-sdk/hash-node": "3.296.0",
28
28
  "@aws-sdk/invalid-dependency": "3.296.0",