@aws-sdk/client-connect 3.1035.0 → 3.1037.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 +53 -0
- package/dist-cjs/schemas/schemas_0.js +130 -45
- package/dist-es/Connect.js +8 -0
- package/dist-es/commands/DescribeAttachedFilesConfigurationCommand.js +16 -0
- package/dist-es/commands/ListAttachedFilesConfigurationsCommand.js +16 -0
- package/dist-es/commands/UpdateAttachedFilesConfigurationCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/enums.js +6 -0
- package/dist-es/pagination/ListAttachedFilesConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +99 -14
- package/dist-types/Connect.d.ts +28 -0
- package/dist-types/ConnectClient.d.ts +5 -2
- package/dist-types/commands/DescribeAttachedFilesConfigurationCommand.d.ts +103 -0
- package/dist-types/commands/GetPromptFileCommand.d.ts +1 -1
- package/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +1 -2
- package/dist-types/commands/ListAttachedFilesConfigurationsCommand.d.ts +106 -0
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +1 -2
- package/dist-types/commands/SearchResourceTagsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAttachedFilesConfigurationCommand.d.ts +109 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/enums.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +11 -11
- package/dist-types/models/models_1.d.ts +80 -155
- package/dist-types/models/models_2.d.ts +218 -199
- package/dist-types/models/models_3.d.ts +254 -3
- package/dist-types/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +13 -0
- package/dist-types/ts3.4/Connect.d.ts +64 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeAttachedFilesConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListAttachedFilesConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAttachedFilesConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/enums.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -3
- package/dist-types/ts3.4/models/models_1.d.ts +23 -40
- package/dist-types/ts3.4/models/models_2.d.ts +55 -37
- package/dist-types/ts3.4/models/models_3.d.ts +52 -2
- package/dist-types/ts3.4/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -950,6 +950,13 @@ DescribeAgentStatus
|
|
|
950
950
|
</details>
|
|
951
951
|
<details>
|
|
952
952
|
<summary>
|
|
953
|
+
DescribeAttachedFilesConfiguration
|
|
954
|
+
</summary>
|
|
955
|
+
|
|
956
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DescribeAttachedFilesConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeAttachedFilesConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeAttachedFilesConfigurationCommandOutput/)
|
|
957
|
+
</details>
|
|
958
|
+
<details>
|
|
959
|
+
<summary>
|
|
953
960
|
DescribeAuthenticationProfile
|
|
954
961
|
</summary>
|
|
955
962
|
|
|
@@ -1461,6 +1468,13 @@ ListAssociatedContacts
|
|
|
1461
1468
|
</details>
|
|
1462
1469
|
<details>
|
|
1463
1470
|
<summary>
|
|
1471
|
+
ListAttachedFilesConfigurations
|
|
1472
|
+
</summary>
|
|
1473
|
+
|
|
1474
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListAttachedFilesConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListAttachedFilesConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListAttachedFilesConfigurationsCommandOutput/)
|
|
1475
|
+
</details>
|
|
1476
|
+
<details>
|
|
1477
|
+
<summary>
|
|
1464
1478
|
ListAuthenticationProfiles
|
|
1465
1479
|
</summary>
|
|
1466
1480
|
|
|
@@ -2336,6 +2350,13 @@ UpdateAgentStatus
|
|
|
2336
2350
|
</details>
|
|
2337
2351
|
<details>
|
|
2338
2352
|
<summary>
|
|
2353
|
+
UpdateAttachedFilesConfiguration
|
|
2354
|
+
</summary>
|
|
2355
|
+
|
|
2356
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/UpdateAttachedFilesConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateAttachedFilesConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateAttachedFilesConfigurationCommandOutput/)
|
|
2357
|
+
</details>
|
|
2358
|
+
<details>
|
|
2359
|
+
<summary>
|
|
2339
2360
|
UpdateAuthenticationProfile
|
|
2340
2361
|
</summary>
|
|
2341
2362
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -1397,6 +1397,18 @@ class DescribeAgentStatusCommand extends smithyClient.Command
|
|
|
1397
1397
|
.build() {
|
|
1398
1398
|
}
|
|
1399
1399
|
|
|
1400
|
+
class DescribeAttachedFilesConfigurationCommand extends smithyClient.Command
|
|
1401
|
+
.classBuilder()
|
|
1402
|
+
.ep(commonParams)
|
|
1403
|
+
.m(function (Command, cs, config, o) {
|
|
1404
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1405
|
+
})
|
|
1406
|
+
.s("AmazonConnectService", "DescribeAttachedFilesConfiguration", {})
|
|
1407
|
+
.n("ConnectClient", "DescribeAttachedFilesConfigurationCommand")
|
|
1408
|
+
.sc(schemas_0.DescribeAttachedFilesConfiguration$)
|
|
1409
|
+
.build() {
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1400
1412
|
class DescribeAuthenticationProfileCommand extends smithyClient.Command
|
|
1401
1413
|
.classBuilder()
|
|
1402
1414
|
.ep(commonParams)
|
|
@@ -2273,6 +2285,18 @@ class ListAssociatedContactsCommand extends smithyClient.Command
|
|
|
2273
2285
|
.build() {
|
|
2274
2286
|
}
|
|
2275
2287
|
|
|
2288
|
+
class ListAttachedFilesConfigurationsCommand extends smithyClient.Command
|
|
2289
|
+
.classBuilder()
|
|
2290
|
+
.ep(commonParams)
|
|
2291
|
+
.m(function (Command, cs, config, o) {
|
|
2292
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2293
|
+
})
|
|
2294
|
+
.s("AmazonConnectService", "ListAttachedFilesConfigurations", {})
|
|
2295
|
+
.n("ConnectClient", "ListAttachedFilesConfigurationsCommand")
|
|
2296
|
+
.sc(schemas_0.ListAttachedFilesConfigurations$)
|
|
2297
|
+
.build() {
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2276
2300
|
class ListAuthenticationProfilesCommand extends smithyClient.Command
|
|
2277
2301
|
.classBuilder()
|
|
2278
2302
|
.ep(commonParams)
|
|
@@ -3773,6 +3797,18 @@ class UpdateAgentStatusCommand extends smithyClient.Command
|
|
|
3773
3797
|
.build() {
|
|
3774
3798
|
}
|
|
3775
3799
|
|
|
3800
|
+
class UpdateAttachedFilesConfigurationCommand extends smithyClient.Command
|
|
3801
|
+
.classBuilder()
|
|
3802
|
+
.ep(commonParams)
|
|
3803
|
+
.m(function (Command, cs, config, o) {
|
|
3804
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3805
|
+
})
|
|
3806
|
+
.s("AmazonConnectService", "UpdateAttachedFilesConfiguration", {})
|
|
3807
|
+
.n("ConnectClient", "UpdateAttachedFilesConfigurationCommand")
|
|
3808
|
+
.sc(schemas_0.UpdateAttachedFilesConfiguration$)
|
|
3809
|
+
.build() {
|
|
3810
|
+
}
|
|
3811
|
+
|
|
3776
3812
|
class UpdateAuthenticationProfileCommand extends smithyClient.Command
|
|
3777
3813
|
.classBuilder()
|
|
3778
3814
|
.ep(commonParams)
|
|
@@ -4531,6 +4567,8 @@ const paginateListAgentStatuses = core.createPaginator(ConnectClient, ListAgentS
|
|
|
4531
4567
|
|
|
4532
4568
|
const paginateListApprovedOrigins = core.createPaginator(ConnectClient, ListApprovedOriginsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4533
4569
|
|
|
4570
|
+
const paginateListAttachedFilesConfigurations = core.createPaginator(ConnectClient, ListAttachedFilesConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4571
|
+
|
|
4534
4572
|
const paginateListAuthenticationProfiles = core.createPaginator(ConnectClient, ListAuthenticationProfilesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4535
4573
|
|
|
4536
4574
|
const paginateListBots = core.createPaginator(ConnectClient, ListBotsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -4795,6 +4833,7 @@ const commands = {
|
|
|
4795
4833
|
DeleteWorkspaceMediaCommand,
|
|
4796
4834
|
DeleteWorkspacePageCommand,
|
|
4797
4835
|
DescribeAgentStatusCommand,
|
|
4836
|
+
DescribeAttachedFilesConfigurationCommand,
|
|
4798
4837
|
DescribeAuthenticationProfileCommand,
|
|
4799
4838
|
DescribeContactCommand,
|
|
4800
4839
|
DescribeContactEvaluationCommand,
|
|
@@ -4868,6 +4907,7 @@ const commands = {
|
|
|
4868
4907
|
ListAnalyticsDataLakeDataSetsCommand,
|
|
4869
4908
|
ListApprovedOriginsCommand,
|
|
4870
4909
|
ListAssociatedContactsCommand,
|
|
4910
|
+
ListAttachedFilesConfigurationsCommand,
|
|
4871
4911
|
ListAuthenticationProfilesCommand,
|
|
4872
4912
|
ListBotsCommand,
|
|
4873
4913
|
ListChildHoursOfOperationsCommand,
|
|
@@ -4993,6 +5033,7 @@ const commands = {
|
|
|
4993
5033
|
UntagContactCommand,
|
|
4994
5034
|
UntagResourceCommand,
|
|
4995
5035
|
UpdateAgentStatusCommand,
|
|
5036
|
+
UpdateAttachedFilesConfigurationCommand,
|
|
4996
5037
|
UpdateAuthenticationProfileCommand,
|
|
4997
5038
|
UpdateContactCommand,
|
|
4998
5039
|
UpdateContactAttributesCommand,
|
|
@@ -5064,6 +5105,7 @@ const paginators = {
|
|
|
5064
5105
|
paginateGetMetricDataV2,
|
|
5065
5106
|
paginateListAgentStatuses,
|
|
5066
5107
|
paginateListApprovedOrigins,
|
|
5108
|
+
paginateListAttachedFilesConfigurations,
|
|
5067
5109
|
paginateListAuthenticationProfiles,
|
|
5068
5110
|
paginateListBots,
|
|
5069
5111
|
paginateListChildHoursOfOperations,
|
|
@@ -5727,6 +5769,12 @@ const MediaType = {
|
|
|
5727
5769
|
IMAGE_LOGO_LIGHT_FAVICON: "IMAGE_LOGO_LIGHT_FAVICON",
|
|
5728
5770
|
IMAGE_LOGO_LIGHT_HORIZONTAL: "IMAGE_LOGO_LIGHT_HORIZONTAL",
|
|
5729
5771
|
};
|
|
5772
|
+
const AttachmentScope = {
|
|
5773
|
+
CASE: "CASE",
|
|
5774
|
+
CHAT: "CHAT",
|
|
5775
|
+
EMAIL: "EMAIL",
|
|
5776
|
+
TASK: "TASK",
|
|
5777
|
+
};
|
|
5730
5778
|
const AnsweringMachineDetectionStatus = {
|
|
5731
5779
|
AMD_ERROR: "AMD_ERROR",
|
|
5732
5780
|
AMD_NOT_APPLICABLE: "AMD_NOT_APPLICABLE",
|
|
@@ -6461,6 +6509,7 @@ exports.AssociateUserProficienciesCommand = AssociateUserProficienciesCommand;
|
|
|
6461
6509
|
exports.AssociateWorkspaceCommand = AssociateWorkspaceCommand;
|
|
6462
6510
|
exports.AttachedFileInvalidRequestExceptionReason = AttachedFileInvalidRequestExceptionReason;
|
|
6463
6511
|
exports.AttachedFileServiceQuotaExceededExceptionReason = AttachedFileServiceQuotaExceededExceptionReason;
|
|
6512
|
+
exports.AttachmentScope = AttachmentScope;
|
|
6464
6513
|
exports.AutoEvaluationStatus = AutoEvaluationStatus;
|
|
6465
6514
|
exports.BatchAssociateAnalyticsDataSetCommand = BatchAssociateAnalyticsDataSetCommand;
|
|
6466
6515
|
exports.BatchCreateDataTableValueCommand = BatchCreateDataTableValueCommand;
|
|
@@ -6575,6 +6624,7 @@ exports.DeleteWorkspaceCommand = DeleteWorkspaceCommand;
|
|
|
6575
6624
|
exports.DeleteWorkspaceMediaCommand = DeleteWorkspaceMediaCommand;
|
|
6576
6625
|
exports.DeleteWorkspacePageCommand = DeleteWorkspacePageCommand;
|
|
6577
6626
|
exports.DescribeAgentStatusCommand = DescribeAgentStatusCommand;
|
|
6627
|
+
exports.DescribeAttachedFilesConfigurationCommand = DescribeAttachedFilesConfigurationCommand;
|
|
6578
6628
|
exports.DescribeAuthenticationProfileCommand = DescribeAuthenticationProfileCommand;
|
|
6579
6629
|
exports.DescribeContactCommand = DescribeContactCommand;
|
|
6580
6630
|
exports.DescribeContactEvaluationCommand = DescribeContactEvaluationCommand;
|
|
@@ -6696,6 +6746,7 @@ exports.ListAnalyticsDataAssociationsCommand = ListAnalyticsDataAssociationsComm
|
|
|
6696
6746
|
exports.ListAnalyticsDataLakeDataSetsCommand = ListAnalyticsDataLakeDataSetsCommand;
|
|
6697
6747
|
exports.ListApprovedOriginsCommand = ListApprovedOriginsCommand;
|
|
6698
6748
|
exports.ListAssociatedContactsCommand = ListAssociatedContactsCommand;
|
|
6749
|
+
exports.ListAttachedFilesConfigurationsCommand = ListAttachedFilesConfigurationsCommand;
|
|
6699
6750
|
exports.ListAuthenticationProfilesCommand = ListAuthenticationProfilesCommand;
|
|
6700
6751
|
exports.ListBotsCommand = ListBotsCommand;
|
|
6701
6752
|
exports.ListChildHoursOfOperationsCommand = ListChildHoursOfOperationsCommand;
|
|
@@ -6896,6 +6947,7 @@ exports.Unit = Unit;
|
|
|
6896
6947
|
exports.UntagContactCommand = UntagContactCommand;
|
|
6897
6948
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
6898
6949
|
exports.UpdateAgentStatusCommand = UpdateAgentStatusCommand;
|
|
6950
|
+
exports.UpdateAttachedFilesConfigurationCommand = UpdateAttachedFilesConfigurationCommand;
|
|
6899
6951
|
exports.UpdateAuthenticationProfileCommand = UpdateAuthenticationProfileCommand;
|
|
6900
6952
|
exports.UpdateContactAttributesCommand = UpdateContactAttributesCommand;
|
|
6901
6953
|
exports.UpdateContactCommand = UpdateContactCommand;
|
|
@@ -6975,6 +7027,7 @@ exports.paginateGetMetricData = paginateGetMetricData;
|
|
|
6975
7027
|
exports.paginateGetMetricDataV2 = paginateGetMetricDataV2;
|
|
6976
7028
|
exports.paginateListAgentStatuses = paginateListAgentStatuses;
|
|
6977
7029
|
exports.paginateListApprovedOrigins = paginateListApprovedOrigins;
|
|
7030
|
+
exports.paginateListAttachedFilesConfigurations = paginateListAttachedFilesConfigurations;
|
|
6978
7031
|
exports.paginateListAuthenticationProfiles = paginateListAuthenticationProfiles;
|
|
6979
7032
|
exports.paginateListBots = paginateListBots;
|
|
6980
7033
|
exports.paginateListChildHoursOfOperations = paginateListChildHoursOfOperations;
|