@aws-sdk/client-connect 3.325.0 → 3.327.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/dist-cjs/protocols/Aws_restJson1.js +0 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -3
- package/dist-types/commands/ActivateEvaluationFormCommand.d.ts +8 -0
- package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +4 -0
- package/dist-types/commands/AssociateBotCommand.d.ts +4 -0
- package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +4 -0
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +6 -0
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +4 -0
- package/dist-types/commands/AssociateLexBotCommand.d.ts +4 -0
- package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +4 -0
- package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +4 -0
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +4 -0
- package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +6 -0
- package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +7 -0
- package/dist-types/commands/CreateAgentStatusCommand.d.ts +7 -0
- package/dist-types/commands/CreateContactFlowCommand.d.ts +7 -0
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +7 -0
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +8 -2
- package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +7 -0
- package/dist-types/commands/CreateInstanceCommand.d.ts +7 -0
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +7 -0
- package/dist-types/commands/CreateParticipantCommand.d.ts +10 -3
- package/dist-types/commands/CreateQueueCommand.d.ts +7 -0
- package/dist-types/commands/CreateQuickConnectCommand.d.ts +7 -0
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +7 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +7 -0
- package/dist-types/commands/CreateSecurityProfileCommand.d.ts +7 -0
- package/dist-types/commands/CreateTaskTemplateCommand.d.ts +7 -0
- package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +7 -0
- package/dist-types/commands/CreateUseCaseCommand.d.ts +7 -0
- package/dist-types/commands/CreateUserCommand.d.ts +7 -0
- package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +7 -0
- package/dist-types/commands/CreateVocabularyCommand.d.ts +8 -0
- package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +8 -0
- package/dist-types/commands/DeleteContactEvaluationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContactFlowCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEvaluationFormCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteQuickConnectCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUseCaseCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +8 -0
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +17 -0
- package/dist-types/commands/DescribeContactCommand.d.ts +31 -0
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +183 -0
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +17 -0
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +146 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +28 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +9 -0
- package/dist-types/commands/DescribeInstanceCommand.d.ts +19 -0
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +31 -0
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +21 -0
- package/dist-types/commands/DescribeQueueCommand.d.ts +22 -0
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +28 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +27 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +56 -0
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +21 -0
- package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +32 -0
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +41 -0
- package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +32 -0
- package/dist-types/commands/DescribeVocabularyCommand.d.ts +18 -0
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateBotCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +4 -0
- package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +4 -0
- package/dist-types/commands/DismissUserContactCommand.d.ts +4 -0
- package/dist-types/commands/GetContactAttributesCommand.d.ts +8 -0
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +32 -0
- package/dist-types/commands/GetCurrentUserDataCommand.d.ts +70 -0
- package/dist-types/commands/GetFederationTokenCommand.d.ts +14 -0
- package/dist-types/commands/GetMetricDataCommand.d.ts +35 -0
- package/dist-types/commands/GetMetricDataV2Command.d.ts +35 -0
- package/dist-types/commands/GetTaskTemplateCommand.d.ts +62 -0
- package/dist-types/commands/GetTrafficDistributionCommand.d.ts +15 -0
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +14 -0
- package/dist-types/commands/ListApprovedOriginsCommand.d.ts +9 -0
- package/dist-types/commands/ListBotsCommand.d.ts +17 -0
- package/dist-types/commands/ListContactEvaluationsCommand.d.ts +23 -0
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +14 -0
- package/dist-types/commands/ListContactFlowsCommand.d.ts +15 -0
- package/dist-types/commands/ListContactReferencesCommand.d.ts +35 -0
- package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +14 -0
- package/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +19 -0
- package/dist-types/commands/ListEvaluationFormsCommand.d.ts +21 -0
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +13 -0
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +12 -0
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +34 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +19 -0
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +18 -0
- package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +9 -0
- package/dist-types/commands/ListLexBotsCommand.d.ts +12 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +15 -0
- package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +16 -0
- package/dist-types/commands/ListPromptsCommand.d.ts +13 -0
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +14 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +14 -0
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +14 -0
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +16 -0
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +13 -0
- package/dist-types/commands/ListRulesCommand.d.ts +22 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +13 -0
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +9 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/ListTaskTemplatesCommand.d.ts +17 -0
- package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +15 -0
- package/dist-types/commands/ListUseCasesCommand.d.ts +13 -0
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +13 -0
- package/dist-types/commands/ListUsersCommand.d.ts +13 -0
- package/dist-types/commands/MonitorContactCommand.d.ts +7 -0
- package/dist-types/commands/PutUserStatusCommand.d.ts +4 -0
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +4 -0
- package/dist-types/commands/ReplicateInstanceCommand.d.ts +7 -0
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +4 -0
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +13 -0
- package/dist-types/commands/SearchQueuesCommand.d.ts +26 -0
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +31 -0
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +19 -0
- package/dist-types/commands/SearchUsersCommand.d.ts +33 -0
- package/dist-types/commands/SearchVocabulariesCommand.d.ts +17 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +9 -0
- package/dist-types/commands/StartContactEvaluationCommand.d.ts +7 -0
- package/dist-types/commands/StartContactRecordingCommand.d.ts +4 -0
- package/dist-types/commands/StartContactStreamingCommand.d.ts +6 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +6 -0
- package/dist-types/commands/StartTaskContactCommand.d.ts +6 -0
- package/dist-types/commands/StopContactCommand.d.ts +4 -0
- package/dist-types/commands/StopContactRecordingCommand.d.ts +4 -0
- package/dist-types/commands/StopContactStreamingCommand.d.ts +4 -0
- package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +7 -0
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/TransferContactCommand.d.ts +7 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +7 -0
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +9 -1
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +7 -0
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +59 -0
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +3 -3
- package/dist-types/models/models_1.d.ts +6 -6
- package/package.json +7 -7
|
@@ -33,6 +33,8 @@ export interface UpdateUserRoutingProfileCommandOutput extends __MetadataBearer
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateUserRoutingProfileCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param UpdateUserRoutingProfileCommandInput - {@link UpdateUserRoutingProfileCommandInput}
|
|
@@ -56,6 +58,8 @@ export interface UpdateUserRoutingProfileCommandOutput extends __MetadataBearer
|
|
|
56
58
|
* @throws {@link ThrottlingException} (client fault)
|
|
57
59
|
* <p>The throttling limit has been exceeded.</p>
|
|
58
60
|
*
|
|
61
|
+
* @throws {@link ConnectServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
59
63
|
*
|
|
60
64
|
*/
|
|
61
65
|
export declare class UpdateUserRoutingProfileCommand extends $Command<UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface UpdateUserSecurityProfilesCommandOutput extends __MetadataBeare
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new UpdateUserSecurityProfilesCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param UpdateUserSecurityProfilesCommandInput - {@link UpdateUserSecurityProfilesCommandInput}
|
|
@@ -58,6 +60,8 @@ export interface UpdateUserSecurityProfilesCommandOutput extends __MetadataBeare
|
|
|
58
60
|
* @throws {@link ThrottlingException} (client fault)
|
|
59
61
|
* <p>The throttling limit has been exceeded.</p>
|
|
60
62
|
*
|
|
63
|
+
* @throws {@link ConnectServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
61
65
|
*
|
|
62
66
|
*/
|
|
63
67
|
export declare class UpdateUserSecurityProfilesCommand extends $Command<UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput, ConnectClientResolvedConfig> {
|
|
@@ -1151,12 +1151,12 @@ export type NumericQuestionPropertyAutomationLabel = (typeof NumericQuestionProp
|
|
|
1151
1151
|
* of 0 and maximum value of 28800.</p>
|
|
1152
1152
|
* </li>
|
|
1153
1153
|
* <li>
|
|
1154
|
-
* <p>
|
|
1154
|
+
* <p>Percentages have a minimum value of 0 and maximum value of 100. </p>
|
|
1155
1155
|
* </li>
|
|
1156
1156
|
* <li>
|
|
1157
1157
|
* <p>
|
|
1158
1158
|
* <code>NUMBER_OF_INTERRUPTIONS</code> has a minimum value of 0 and maximum value of
|
|
1159
|
-
*
|
|
1159
|
+
* 1000.</p>
|
|
1160
1160
|
* </li>
|
|
1161
1161
|
* </ul>
|
|
1162
1162
|
*/
|
|
@@ -1267,7 +1267,7 @@ export interface SingleSelectQuestionRuleCategoryAutomation {
|
|
|
1267
1267
|
*/
|
|
1268
1268
|
Condition: SingleSelectQuestionRuleCategoryAutomationCondition | string | undefined;
|
|
1269
1269
|
/**
|
|
1270
|
-
* <p>The identifier of the answer option
|
|
1270
|
+
* <p>The identifier of the answer option.</p>
|
|
1271
1271
|
*/
|
|
1272
1272
|
OptionRefId: string | undefined;
|
|
1273
1273
|
}
|
|
@@ -1260,7 +1260,7 @@ export interface EvaluationSummary {
|
|
|
1260
1260
|
*/
|
|
1261
1261
|
EvaluationArn: string | undefined;
|
|
1262
1262
|
/**
|
|
1263
|
-
* <p>A
|
|
1263
|
+
* <p>A title of the evaluation form.</p>
|
|
1264
1264
|
*/
|
|
1265
1265
|
EvaluationFormTitle: string | undefined;
|
|
1266
1266
|
/**
|
|
@@ -1772,7 +1772,7 @@ export interface EvaluationFormSummary {
|
|
|
1772
1772
|
*/
|
|
1773
1773
|
EvaluationFormArn: string | undefined;
|
|
1774
1774
|
/**
|
|
1775
|
-
* <p>A
|
|
1775
|
+
* <p>A title of the evaluation form.</p>
|
|
1776
1776
|
*/
|
|
1777
1777
|
Title: string | undefined;
|
|
1778
1778
|
/**
|
|
@@ -5790,7 +5790,7 @@ export interface CreateEvaluationFormRequest {
|
|
|
5790
5790
|
*/
|
|
5791
5791
|
InstanceId: string | undefined;
|
|
5792
5792
|
/**
|
|
5793
|
-
* <p>A
|
|
5793
|
+
* <p>A title of the evaluation form.</p>
|
|
5794
5794
|
*/
|
|
5795
5795
|
Title: string | undefined;
|
|
5796
5796
|
/**
|
|
@@ -5835,7 +5835,7 @@ export interface EvaluationForm {
|
|
|
5835
5835
|
*/
|
|
5836
5836
|
EvaluationFormArn: string | undefined;
|
|
5837
5837
|
/**
|
|
5838
|
-
* <p>A
|
|
5838
|
+
* <p>A title of the evaluation form.</p>
|
|
5839
5839
|
*/
|
|
5840
5840
|
Title: string | undefined;
|
|
5841
5841
|
/**
|
|
@@ -5893,7 +5893,7 @@ export interface EvaluationFormContent {
|
|
|
5893
5893
|
*/
|
|
5894
5894
|
EvaluationFormArn: string | undefined;
|
|
5895
5895
|
/**
|
|
5896
|
-
* <p>A
|
|
5896
|
+
* <p>A title of the evaluation form.</p>
|
|
5897
5897
|
*/
|
|
5898
5898
|
Title: string | undefined;
|
|
5899
5899
|
/**
|
|
@@ -6015,7 +6015,7 @@ export interface UpdateEvaluationFormRequest {
|
|
|
6015
6015
|
*/
|
|
6016
6016
|
CreateNewVersion?: boolean;
|
|
6017
6017
|
/**
|
|
6018
|
-
* <p>A
|
|
6018
|
+
* <p>A title of the evaluation form.</p>
|
|
6019
6019
|
*/
|
|
6020
6020
|
Title: string | undefined;
|
|
6021
6021
|
/**
|
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.
|
|
4
|
+
"version": "3.327.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.327.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.327.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.327.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.327.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.327.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.327.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|