@aws-sdk/client-connect 3.72.0 → 3.74.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 (85) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/Connect.js +120 -0
  3. package/dist-cjs/commands/AssociatePhoneNumberContactFlowCommand.js +36 -0
  4. package/dist-cjs/commands/ClaimPhoneNumberCommand.js +36 -0
  5. package/dist-cjs/commands/DescribePhoneNumberCommand.js +36 -0
  6. package/dist-cjs/commands/DisassociatePhoneNumberContactFlowCommand.js +36 -0
  7. package/dist-cjs/commands/ListPhoneNumbersV2Command.js +36 -0
  8. package/dist-cjs/commands/ReleasePhoneNumberCommand.js +36 -0
  9. package/dist-cjs/commands/SearchAvailablePhoneNumbersCommand.js +37 -0
  10. package/dist-cjs/commands/SearchVocabulariesCommand.js +3 -3
  11. package/dist-cjs/commands/StartChatContactCommand.js +3 -3
  12. package/dist-cjs/commands/StartContactRecordingCommand.js +3 -3
  13. package/dist-cjs/commands/StartContactStreamingCommand.js +3 -3
  14. package/dist-cjs/commands/UpdatePhoneNumberCommand.js +36 -0
  15. package/dist-cjs/commands/index.js +8 -0
  16. package/dist-cjs/models/models_0.js +795 -803
  17. package/dist-cjs/models/models_1.js +118 -2
  18. package/dist-cjs/pagination/ListPhoneNumbersV2Paginator.js +35 -0
  19. package/dist-cjs/pagination/SearchAvailablePhoneNumbersPaginator.js +35 -0
  20. package/dist-cjs/pagination/index.js +2 -0
  21. package/dist-cjs/protocols/Aws_restJson1.js +744 -12
  22. package/dist-es/Connect.js +120 -0
  23. package/dist-es/commands/AssociatePhoneNumberContactFlowCommand.js +39 -0
  24. package/dist-es/commands/ClaimPhoneNumberCommand.js +39 -0
  25. package/dist-es/commands/DescribePhoneNumberCommand.js +39 -0
  26. package/dist-es/commands/DisassociatePhoneNumberContactFlowCommand.js +39 -0
  27. package/dist-es/commands/ListPhoneNumbersV2Command.js +39 -0
  28. package/dist-es/commands/ReleasePhoneNumberCommand.js +39 -0
  29. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +40 -0
  30. package/dist-es/commands/SearchVocabulariesCommand.js +1 -1
  31. package/dist-es/commands/StartChatContactCommand.js +1 -1
  32. package/dist-es/commands/StartContactRecordingCommand.js +1 -1
  33. package/dist-es/commands/StartContactStreamingCommand.js +1 -1
  34. package/dist-es/commands/UpdatePhoneNumberCommand.js +39 -0
  35. package/dist-es/commands/index.js +8 -0
  36. package/dist-es/models/models_0.js +320 -329
  37. package/dist-es/models/models_1.js +83 -0
  38. package/dist-es/pagination/ListPhoneNumbersV2Paginator.js +74 -0
  39. package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +74 -0
  40. package/dist-es/pagination/index.js +2 -0
  41. package/dist-es/protocols/Aws_restJson1.js +960 -36
  42. package/dist-types/Connect.d.ts +59 -1
  43. package/dist-types/ConnectClient.d.ts +10 -2
  44. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +35 -0
  45. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +35 -0
  46. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +35 -0
  47. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +35 -0
  48. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +37 -0
  49. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +35 -0
  50. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +36 -0
  51. package/dist-types/commands/SearchVocabulariesCommand.d.ts +1 -1
  52. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  53. package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
  54. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +35 -0
  57. package/dist-types/commands/index.d.ts +8 -0
  58. package/dist-types/models/models_0.d.ts +778 -763
  59. package/dist-types/models/models_1.d.ts +377 -1
  60. package/dist-types/pagination/ListPhoneNumbersV2Paginator.d.ts +4 -0
  61. package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
  62. package/dist-types/pagination/index.d.ts +2 -0
  63. package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
  64. package/dist-types/ts3.4/Connect.d.ts +40 -0
  65. package/dist-types/ts3.4/ConnectClient.d.ts +10 -2
  66. package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +18 -0
  73. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +767 -749
  80. package/dist-types/ts3.4/models/models_1.d.ts +212 -1
  81. package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
  83. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  84. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  85. package/package.json +4 -4
@@ -7,9 +7,11 @@ tslib_1.__exportStar(require("./AssociateDefaultVocabularyCommand"), exports);
7
7
  tslib_1.__exportStar(require("./AssociateInstanceStorageConfigCommand"), exports);
8
8
  tslib_1.__exportStar(require("./AssociateLambdaFunctionCommand"), exports);
9
9
  tslib_1.__exportStar(require("./AssociateLexBotCommand"), exports);
10
+ tslib_1.__exportStar(require("./AssociatePhoneNumberContactFlowCommand"), exports);
10
11
  tslib_1.__exportStar(require("./AssociateQueueQuickConnectsCommand"), exports);
11
12
  tslib_1.__exportStar(require("./AssociateRoutingProfileQueuesCommand"), exports);
12
13
  tslib_1.__exportStar(require("./AssociateSecurityKeyCommand"), exports);
14
+ tslib_1.__exportStar(require("./ClaimPhoneNumberCommand"), exports);
13
15
  tslib_1.__exportStar(require("./CreateAgentStatusCommand"), exports);
14
16
  tslib_1.__exportStar(require("./CreateContactFlowCommand"), exports);
15
17
  tslib_1.__exportStar(require("./CreateContactFlowModuleCommand"), exports);
@@ -43,6 +45,7 @@ tslib_1.__exportStar(require("./DescribeHoursOfOperationCommand"), exports);
43
45
  tslib_1.__exportStar(require("./DescribeInstanceAttributeCommand"), exports);
44
46
  tslib_1.__exportStar(require("./DescribeInstanceCommand"), exports);
45
47
  tslib_1.__exportStar(require("./DescribeInstanceStorageConfigCommand"), exports);
48
+ tslib_1.__exportStar(require("./DescribePhoneNumberCommand"), exports);
46
49
  tslib_1.__exportStar(require("./DescribeQueueCommand"), exports);
47
50
  tslib_1.__exportStar(require("./DescribeQuickConnectCommand"), exports);
48
51
  tslib_1.__exportStar(require("./DescribeRoutingProfileCommand"), exports);
@@ -56,6 +59,7 @@ tslib_1.__exportStar(require("./DisassociateBotCommand"), exports);
56
59
  tslib_1.__exportStar(require("./DisassociateInstanceStorageConfigCommand"), exports);
57
60
  tslib_1.__exportStar(require("./DisassociateLambdaFunctionCommand"), exports);
58
61
  tslib_1.__exportStar(require("./DisassociateLexBotCommand"), exports);
62
+ tslib_1.__exportStar(require("./DisassociatePhoneNumberContactFlowCommand"), exports);
59
63
  tslib_1.__exportStar(require("./DisassociateQueueQuickConnectsCommand"), exports);
60
64
  tslib_1.__exportStar(require("./DisassociateRoutingProfileQueuesCommand"), exports);
61
65
  tslib_1.__exportStar(require("./DisassociateSecurityKeyCommand"), exports);
@@ -78,6 +82,7 @@ tslib_1.__exportStar(require("./ListIntegrationAssociationsCommand"), exports);
78
82
  tslib_1.__exportStar(require("./ListLambdaFunctionsCommand"), exports);
79
83
  tslib_1.__exportStar(require("./ListLexBotsCommand"), exports);
80
84
  tslib_1.__exportStar(require("./ListPhoneNumbersCommand"), exports);
85
+ tslib_1.__exportStar(require("./ListPhoneNumbersV2Command"), exports);
81
86
  tslib_1.__exportStar(require("./ListPromptsCommand"), exports);
82
87
  tslib_1.__exportStar(require("./ListQueueQuickConnectsCommand"), exports);
83
88
  tslib_1.__exportStar(require("./ListQueuesCommand"), exports);
@@ -91,7 +96,9 @@ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
91
96
  tslib_1.__exportStar(require("./ListUseCasesCommand"), exports);
92
97
  tslib_1.__exportStar(require("./ListUserHierarchyGroupsCommand"), exports);
93
98
  tslib_1.__exportStar(require("./ListUsersCommand"), exports);
99
+ tslib_1.__exportStar(require("./ReleasePhoneNumberCommand"), exports);
94
100
  tslib_1.__exportStar(require("./ResumeContactRecordingCommand"), exports);
101
+ tslib_1.__exportStar(require("./SearchAvailablePhoneNumbersCommand"), exports);
95
102
  tslib_1.__exportStar(require("./SearchVocabulariesCommand"), exports);
96
103
  tslib_1.__exportStar(require("./StartChatContactCommand"), exports);
97
104
  tslib_1.__exportStar(require("./StartContactRecordingCommand"), exports);
@@ -116,6 +123,7 @@ tslib_1.__exportStar(require("./UpdateContactScheduleCommand"), exports);
116
123
  tslib_1.__exportStar(require("./UpdateHoursOfOperationCommand"), exports);
117
124
  tslib_1.__exportStar(require("./UpdateInstanceAttributeCommand"), exports);
118
125
  tslib_1.__exportStar(require("./UpdateInstanceStorageConfigCommand"), exports);
126
+ tslib_1.__exportStar(require("./UpdatePhoneNumberCommand"), exports);
119
127
  tslib_1.__exportStar(require("./UpdateQueueHoursOfOperationCommand"), exports);
120
128
  tslib_1.__exportStar(require("./UpdateQueueMaxContactsCommand"), exports);
121
129
  tslib_1.__exportStar(require("./UpdateQueueNameCommand"), exports);