@aws-sdk/client-connect 3.1000.0 → 3.1002.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/README.md +21 -0
- package/dist-cjs/index.js +42 -0
- package/dist-cjs/schemas/schemas_0.js +97 -37
- package/dist-es/Connect.js +6 -0
- package/dist-es/commands/AssociateQueueEmailAddressesCommand.js +16 -0
- package/dist-es/commands/DisassociateQueueEmailAddressesCommand.js +16 -0
- package/dist-es/commands/ListQueueEmailAddressesCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +66 -6
- package/dist-types/Connect.d.ts +21 -0
- package/dist-types/ConnectClient.d.ts +5 -2
- package/dist-types/commands/AssociateQueueEmailAddressesCommand.d.ts +120 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +5 -0
- package/dist-types/commands/DisassociateQueueEmailAddressesCommand.d.ts +109 -0
- package/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +2 -1
- package/dist-types/commands/GetTrafficDistributionCommand.d.ts +1 -2
- package/dist-types/commands/ListQueueEmailAddressesCommand.d.ts +121 -0
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +1 -2
- package/dist-types/commands/SearchTestCasesCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +44 -67
- package/dist-types/models/models_1.d.ts +97 -55
- package/dist-types/models/models_2.d.ts +126 -128
- package/dist-types/models/models_3.d.ts +129 -2
- package/dist-types/schemas/schemas_0.d.ts +9 -0
- package/dist-types/ts3.4/Connect.d.ts +51 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateQueueEmailAddressesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DisassociateQueueEmailAddressesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTrafficDistributionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListQueueEmailAddressesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchTestCasesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +10 -15
- package/dist-types/ts3.4/models/models_1.d.ts +21 -16
- package/dist-types/ts3.4/models/models_2.d.ts +31 -29
- package/dist-types/ts3.4/models/models_3.d.ts +28 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -312,6 +312,13 @@ AssociatePhoneNumberContactFlow
|
|
|
312
312
|
</details>
|
|
313
313
|
<details>
|
|
314
314
|
<summary>
|
|
315
|
+
AssociateQueueEmailAddresses
|
|
316
|
+
</summary>
|
|
317
|
+
|
|
318
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/AssociateQueueEmailAddressesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/AssociateQueueEmailAddressesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/AssociateQueueEmailAddressesCommandOutput/)
|
|
319
|
+
</details>
|
|
320
|
+
<details>
|
|
321
|
+
<summary>
|
|
315
322
|
AssociateQueueQuickConnects
|
|
316
323
|
</summary>
|
|
317
324
|
|
|
@@ -1257,6 +1264,13 @@ DisassociatePhoneNumberContactFlow
|
|
|
1257
1264
|
</details>
|
|
1258
1265
|
<details>
|
|
1259
1266
|
<summary>
|
|
1267
|
+
DisassociateQueueEmailAddresses
|
|
1268
|
+
</summary>
|
|
1269
|
+
|
|
1270
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DisassociateQueueEmailAddressesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DisassociateQueueEmailAddressesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DisassociateQueueEmailAddressesCommandOutput/)
|
|
1271
|
+
</details>
|
|
1272
|
+
<details>
|
|
1273
|
+
<summary>
|
|
1260
1274
|
DisassociateQueueQuickConnects
|
|
1261
1275
|
</summary>
|
|
1262
1276
|
|
|
@@ -1691,6 +1705,13 @@ ListPrompts
|
|
|
1691
1705
|
</details>
|
|
1692
1706
|
<details>
|
|
1693
1707
|
<summary>
|
|
1708
|
+
ListQueueEmailAddresses
|
|
1709
|
+
</summary>
|
|
1710
|
+
|
|
1711
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListQueueEmailAddressesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListQueueEmailAddressesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListQueueEmailAddressesCommandOutput/)
|
|
1712
|
+
</details>
|
|
1713
|
+
<details>
|
|
1714
|
+
<summary>
|
|
1694
1715
|
ListQueueQuickConnects
|
|
1695
1716
|
</summary>
|
|
1696
1717
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -269,6 +269,18 @@ class AssociatePhoneNumberContactFlowCommand extends smithyClient.Command
|
|
|
269
269
|
.build() {
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
+
class AssociateQueueEmailAddressesCommand extends smithyClient.Command
|
|
273
|
+
.classBuilder()
|
|
274
|
+
.ep(commonParams)
|
|
275
|
+
.m(function (Command, cs, config, o) {
|
|
276
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
277
|
+
})
|
|
278
|
+
.s("AmazonConnectService", "AssociateQueueEmailAddresses", {})
|
|
279
|
+
.n("ConnectClient", "AssociateQueueEmailAddressesCommand")
|
|
280
|
+
.sc(schemas_0.AssociateQueueEmailAddresses$)
|
|
281
|
+
.build() {
|
|
282
|
+
}
|
|
283
|
+
|
|
272
284
|
class AssociateQueueQuickConnectsCommand extends smithyClient.Command
|
|
273
285
|
.classBuilder()
|
|
274
286
|
.ep(commonParams)
|
|
@@ -1889,6 +1901,18 @@ class DisassociatePhoneNumberContactFlowCommand extends smithyClient.Command
|
|
|
1889
1901
|
.build() {
|
|
1890
1902
|
}
|
|
1891
1903
|
|
|
1904
|
+
class DisassociateQueueEmailAddressesCommand extends smithyClient.Command
|
|
1905
|
+
.classBuilder()
|
|
1906
|
+
.ep(commonParams)
|
|
1907
|
+
.m(function (Command, cs, config, o) {
|
|
1908
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1909
|
+
})
|
|
1910
|
+
.s("AmazonConnectService", "DisassociateQueueEmailAddresses", {})
|
|
1911
|
+
.n("ConnectClient", "DisassociateQueueEmailAddressesCommand")
|
|
1912
|
+
.sc(schemas_0.DisassociateQueueEmailAddresses$)
|
|
1913
|
+
.build() {
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1892
1916
|
class DisassociateQueueQuickConnectsCommand extends smithyClient.Command
|
|
1893
1917
|
.classBuilder()
|
|
1894
1918
|
.ep(commonParams)
|
|
@@ -2633,6 +2657,18 @@ class ListPromptsCommand extends smithyClient.Command
|
|
|
2633
2657
|
.build() {
|
|
2634
2658
|
}
|
|
2635
2659
|
|
|
2660
|
+
class ListQueueEmailAddressesCommand extends smithyClient.Command
|
|
2661
|
+
.classBuilder()
|
|
2662
|
+
.ep(commonParams)
|
|
2663
|
+
.m(function (Command, cs, config, o) {
|
|
2664
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2665
|
+
})
|
|
2666
|
+
.s("AmazonConnectService", "ListQueueEmailAddresses", {})
|
|
2667
|
+
.n("ConnectClient", "ListQueueEmailAddressesCommand")
|
|
2668
|
+
.sc(schemas_0.ListQueueEmailAddresses$)
|
|
2669
|
+
.build() {
|
|
2670
|
+
}
|
|
2671
|
+
|
|
2636
2672
|
class ListQueueQuickConnectsCommand extends smithyClient.Command
|
|
2637
2673
|
.classBuilder()
|
|
2638
2674
|
.ep(commonParams)
|
|
@@ -4665,6 +4701,7 @@ const commands = {
|
|
|
4665
4701
|
AssociateLambdaFunctionCommand,
|
|
4666
4702
|
AssociateLexBotCommand,
|
|
4667
4703
|
AssociatePhoneNumberContactFlowCommand,
|
|
4704
|
+
AssociateQueueEmailAddressesCommand,
|
|
4668
4705
|
AssociateQueueQuickConnectsCommand,
|
|
4669
4706
|
AssociateRoutingProfileQueuesCommand,
|
|
4670
4707
|
AssociateSecurityKeyCommand,
|
|
@@ -4800,6 +4837,7 @@ const commands = {
|
|
|
4800
4837
|
DisassociateLambdaFunctionCommand,
|
|
4801
4838
|
DisassociateLexBotCommand,
|
|
4802
4839
|
DisassociatePhoneNumberContactFlowCommand,
|
|
4840
|
+
DisassociateQueueEmailAddressesCommand,
|
|
4803
4841
|
DisassociateQueueQuickConnectsCommand,
|
|
4804
4842
|
DisassociateRoutingProfileQueuesCommand,
|
|
4805
4843
|
DisassociateSecurityKeyCommand,
|
|
@@ -4862,6 +4900,7 @@ const commands = {
|
|
|
4862
4900
|
ListPhoneNumbersV2Command,
|
|
4863
4901
|
ListPredefinedAttributesCommand,
|
|
4864
4902
|
ListPromptsCommand,
|
|
4903
|
+
ListQueueEmailAddressesCommand,
|
|
4865
4904
|
ListQueueQuickConnectsCommand,
|
|
4866
4905
|
ListQueuesCommand,
|
|
4867
4906
|
ListQuickConnectsCommand,
|
|
@@ -6399,6 +6438,7 @@ exports.AssociateInstanceStorageConfigCommand = AssociateInstanceStorageConfigCo
|
|
|
6399
6438
|
exports.AssociateLambdaFunctionCommand = AssociateLambdaFunctionCommand;
|
|
6400
6439
|
exports.AssociateLexBotCommand = AssociateLexBotCommand;
|
|
6401
6440
|
exports.AssociatePhoneNumberContactFlowCommand = AssociatePhoneNumberContactFlowCommand;
|
|
6441
|
+
exports.AssociateQueueEmailAddressesCommand = AssociateQueueEmailAddressesCommand;
|
|
6402
6442
|
exports.AssociateQueueQuickConnectsCommand = AssociateQueueQuickConnectsCommand;
|
|
6403
6443
|
exports.AssociateRoutingProfileQueuesCommand = AssociateRoutingProfileQueuesCommand;
|
|
6404
6444
|
exports.AssociateSecurityKeyCommand = AssociateSecurityKeyCommand;
|
|
@@ -6566,6 +6606,7 @@ exports.DisassociateInstanceStorageConfigCommand = DisassociateInstanceStorageCo
|
|
|
6566
6606
|
exports.DisassociateLambdaFunctionCommand = DisassociateLambdaFunctionCommand;
|
|
6567
6607
|
exports.DisassociateLexBotCommand = DisassociateLexBotCommand;
|
|
6568
6608
|
exports.DisassociatePhoneNumberContactFlowCommand = DisassociatePhoneNumberContactFlowCommand;
|
|
6609
|
+
exports.DisassociateQueueEmailAddressesCommand = DisassociateQueueEmailAddressesCommand;
|
|
6569
6610
|
exports.DisassociateQueueQuickConnectsCommand = DisassociateQueueQuickConnectsCommand;
|
|
6570
6611
|
exports.DisassociateRoutingProfileQueuesCommand = DisassociateRoutingProfileQueuesCommand;
|
|
6571
6612
|
exports.DisassociateSecurityKeyCommand = DisassociateSecurityKeyCommand;
|
|
@@ -6675,6 +6716,7 @@ exports.ListPhoneNumbersCommand = ListPhoneNumbersCommand;
|
|
|
6675
6716
|
exports.ListPhoneNumbersV2Command = ListPhoneNumbersV2Command;
|
|
6676
6717
|
exports.ListPredefinedAttributesCommand = ListPredefinedAttributesCommand;
|
|
6677
6718
|
exports.ListPromptsCommand = ListPromptsCommand;
|
|
6719
|
+
exports.ListQueueEmailAddressesCommand = ListQueueEmailAddressesCommand;
|
|
6678
6720
|
exports.ListQueueQuickConnectsCommand = ListQueueQuickConnectsCommand;
|
|
6679
6721
|
exports.ListQueuesCommand = ListQueuesCommand;
|
|
6680
6722
|
exports.ListQuickConnectsCommand = ListQuickConnectsCommand;
|