@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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/Connect.js +120 -0
- package/dist-cjs/commands/AssociatePhoneNumberContactFlowCommand.js +36 -0
- package/dist-cjs/commands/ClaimPhoneNumberCommand.js +36 -0
- package/dist-cjs/commands/DescribePhoneNumberCommand.js +36 -0
- package/dist-cjs/commands/DisassociatePhoneNumberContactFlowCommand.js +36 -0
- package/dist-cjs/commands/ListPhoneNumbersV2Command.js +36 -0
- package/dist-cjs/commands/ReleasePhoneNumberCommand.js +36 -0
- package/dist-cjs/commands/SearchAvailablePhoneNumbersCommand.js +37 -0
- package/dist-cjs/commands/SearchVocabulariesCommand.js +3 -3
- package/dist-cjs/commands/StartChatContactCommand.js +3 -3
- package/dist-cjs/commands/StartContactRecordingCommand.js +3 -3
- package/dist-cjs/commands/StartContactStreamingCommand.js +3 -3
- package/dist-cjs/commands/UpdatePhoneNumberCommand.js +36 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_0.js +795 -803
- package/dist-cjs/models/models_1.js +118 -2
- package/dist-cjs/pagination/ListPhoneNumbersV2Paginator.js +35 -0
- package/dist-cjs/pagination/SearchAvailablePhoneNumbersPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +744 -12
- package/dist-es/Connect.js +120 -0
- package/dist-es/commands/AssociatePhoneNumberContactFlowCommand.js +39 -0
- package/dist-es/commands/ClaimPhoneNumberCommand.js +39 -0
- package/dist-es/commands/DescribePhoneNumberCommand.js +39 -0
- package/dist-es/commands/DisassociatePhoneNumberContactFlowCommand.js +39 -0
- package/dist-es/commands/ListPhoneNumbersV2Command.js +39 -0
- package/dist-es/commands/ReleasePhoneNumberCommand.js +39 -0
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +40 -0
- package/dist-es/commands/SearchVocabulariesCommand.js +1 -1
- package/dist-es/commands/StartChatContactCommand.js +1 -1
- package/dist-es/commands/StartContactRecordingCommand.js +1 -1
- package/dist-es/commands/StartContactStreamingCommand.js +1 -1
- package/dist-es/commands/UpdatePhoneNumberCommand.js +39 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +320 -329
- package/dist-es/models/models_1.js +83 -0
- package/dist-es/pagination/ListPhoneNumbersV2Paginator.js +74 -0
- package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +74 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +960 -36
- package/dist-types/Connect.d.ts +59 -1
- package/dist-types/ConnectClient.d.ts +10 -2
- package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +35 -0
- package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +35 -0
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +35 -0
- package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +35 -0
- package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +37 -0
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +35 -0
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +36 -0
- package/dist-types/commands/SearchVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +778 -763
- package/dist-types/models/models_1.d.ts +377 -1
- package/dist-types/pagination/ListPhoneNumbersV2Paginator.d.ts +4 -0
- package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
- package/dist-types/ts3.4/Connect.d.ts +40 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +10 -2
- package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +767 -749
- package/dist-types/ts3.4/models/models_1.d.ts +212 -1
- package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- 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);
|