@aws-sdk/client-lex-models-v2 3.1019.0 → 3.1020.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-es/LexModelsV2.js +9 -9
- package/dist-es/waiters/waitForBotAliasAvailable.js +1 -1
- package/dist-es/waiters/waitForBotAvailable.js +1 -1
- package/dist-es/waiters/waitForBotExportCompleted.js +1 -1
- package/dist-es/waiters/waitForBotImportCompleted.js +1 -1
- package/dist-es/waiters/waitForBotLocaleBuilt.js +1 -1
- package/dist-es/waiters/waitForBotLocaleCreated.js +1 -1
- package/dist-es/waiters/waitForBotLocaleExpressTestingAvailable.js +1 -1
- package/dist-es/waiters/waitForBotVersionAvailable.js +1 -1
- package/dist-types/LexModelsV2.d.ts +107 -107
- package/dist-types/LexModelsV2Client.d.ts +110 -110
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/pagination/DescribeBotAnalyzerRecommendationPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAggregatedUtterancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotAliasReplicasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotAnalyzerHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotLocalesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotResourceGenerationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotVersionReplicasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBotsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBuiltInIntentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBuiltInSlotTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomVocabularyItemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIntentMetricsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIntentStageMetricsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIntentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommendedIntentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSessionAnalyticsDataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSessionMetricsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSlotTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSlotsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTestExecutionResultItemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTestExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTestSetRecordsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTestSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUtteranceAnalyticsDataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUtteranceMetricsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +50 -50
- package/dist-types/waiters/waitForBotAliasAvailable.d.ts +3 -3
- package/dist-types/waiters/waitForBotAvailable.d.ts +3 -3
- package/dist-types/waiters/waitForBotExportCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForBotImportCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForBotLocaleBuilt.d.ts +3 -3
- package/dist-types/waiters/waitForBotLocaleCreated.d.ts +3 -3
- package/dist-types/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +3 -3
- package/dist-types/waiters/waitForBotVersionAvailable.d.ts +3 -3
- package/package.json +14 -14
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListUtteranceMetricsCommandInput, ListUtteranceMetricsCommandOutput } from "../commands/ListUtteranceMetricsCommand";
|
|
3
|
-
import { LexModelsV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { LexModelsV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -714,7 +713,7 @@ export interface ClientDefaults
|
|
|
714
713
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
715
714
|
region?: string | __Provider<string>;
|
|
716
715
|
profile?: string;
|
|
717
|
-
defaultUserAgentProvider?:
|
|
716
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
718
717
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
719
718
|
maxAttempts?: number | __Provider<number>;
|
|
720
719
|
retryMode?: string | __Provider<string>;
|
|
@@ -47,21 +47,62 @@ import {
|
|
|
47
47
|
UtteranceContentType,
|
|
48
48
|
} from "./enums";
|
|
49
49
|
import {
|
|
50
|
+
ActiveContext,
|
|
50
51
|
AgentTurnResult,
|
|
51
52
|
AgentTurnSpecification,
|
|
53
|
+
AggregatedUtterancesFilter,
|
|
52
54
|
AggregatedUtterancesSortBy,
|
|
55
|
+
AggregatedUtterancesSummary,
|
|
56
|
+
AnalyticsBinBySpecification,
|
|
57
|
+
AnalyticsIntentFilter,
|
|
58
|
+
AnalyticsIntentGroupBySpecification,
|
|
59
|
+
AnalyticsIntentMetric,
|
|
60
|
+
AnalyticsIntentNodeSummary,
|
|
61
|
+
AnalyticsIntentResult,
|
|
62
|
+
AnalyticsIntentStageFilter,
|
|
63
|
+
AnalyticsIntentStageGroupBySpecification,
|
|
64
|
+
AnalyticsIntentStageMetric,
|
|
65
|
+
AnalyticsIntentStageResult,
|
|
66
|
+
AnalyticsPathFilter,
|
|
67
|
+
AnalyticsSessionFilter,
|
|
68
|
+
AnalyticsSessionGroupBySpecification,
|
|
69
|
+
AnalyticsSessionMetric,
|
|
70
|
+
AnalyticsSessionResult,
|
|
71
|
+
AnalyticsUtteranceAttribute,
|
|
72
|
+
AnalyticsUtteranceFilter,
|
|
73
|
+
AnalyticsUtteranceGroupBySpecification,
|
|
74
|
+
AnalyticsUtteranceMetric,
|
|
75
|
+
AnalyticsUtteranceResult,
|
|
76
|
+
AssociatedTranscript,
|
|
77
|
+
AssociatedTranscriptFilter,
|
|
78
|
+
BotAliasLocaleSettings,
|
|
79
|
+
BotAliasReplicaSummary,
|
|
80
|
+
BotAliasSummary,
|
|
81
|
+
BotAnalyzerHistorySummary,
|
|
82
|
+
BotFilter,
|
|
83
|
+
BotLocaleFilter,
|
|
53
84
|
BotLocaleSortBy,
|
|
85
|
+
BotLocaleSummary,
|
|
86
|
+
BotMember,
|
|
87
|
+
BotRecommendationSummary,
|
|
88
|
+
BotReplicaSummary,
|
|
54
89
|
BotSortBy,
|
|
90
|
+
BotSummary,
|
|
55
91
|
BotVersionReplicaSortBy,
|
|
92
|
+
BotVersionReplicaSummary,
|
|
56
93
|
BotVersionSortBy,
|
|
94
|
+
BotVersionSummary,
|
|
57
95
|
BuiltInIntentSortBy,
|
|
96
|
+
BuiltInIntentSummary,
|
|
58
97
|
BuiltInSlotTypeSortBy,
|
|
98
|
+
BuiltInSlotTypeSummary,
|
|
59
99
|
CompositeSlotTypeSetting,
|
|
60
100
|
Condition,
|
|
61
101
|
ConversationLevelResultDetail,
|
|
62
102
|
ConversationLevelTestResults,
|
|
63
103
|
ConversationLevelTestResultsFilterBy,
|
|
64
104
|
ConversationLogSettings,
|
|
105
|
+
CustomVocabularyItem,
|
|
65
106
|
DataPrivacy,
|
|
66
107
|
DialogAction,
|
|
67
108
|
DialogCodeHookSettings,
|
|
@@ -69,25 +110,34 @@ import {
|
|
|
69
110
|
EncryptionSetting,
|
|
70
111
|
ErrorLogSettings,
|
|
71
112
|
ExecutionErrorDetails,
|
|
113
|
+
ExportFilter,
|
|
72
114
|
ExportResourceSpecification,
|
|
73
115
|
ExportSortBy,
|
|
116
|
+
ExportSummary,
|
|
74
117
|
ExternalSourceSetting,
|
|
75
118
|
FulfillmentUpdatesSpecification,
|
|
76
119
|
GenerationSortBy,
|
|
120
|
+
GenerationSummary,
|
|
77
121
|
GenerativeAISettings,
|
|
78
122
|
ImageResponseCard,
|
|
123
|
+
ImportFilter,
|
|
79
124
|
ImportResourceSpecification,
|
|
80
125
|
ImportSortBy,
|
|
126
|
+
InputContext,
|
|
81
127
|
KendraConfiguration,
|
|
82
128
|
MultipleValuesSetting,
|
|
83
129
|
ObfuscationSetting,
|
|
130
|
+
OutputContext,
|
|
84
131
|
PromptSpecification,
|
|
85
132
|
QInConnectIntentConfiguration,
|
|
86
133
|
QnAIntentConfiguration,
|
|
87
134
|
ResponseSpecification,
|
|
135
|
+
SampleUtterance,
|
|
88
136
|
SentimentAnalysisSettings,
|
|
89
137
|
SlotDefaultValueSpecification,
|
|
138
|
+
SlotPriority,
|
|
90
139
|
SlotResolutionSetting,
|
|
140
|
+
SlotTypeValue,
|
|
91
141
|
SlotValue,
|
|
92
142
|
SlotValueSelectionSetting,
|
|
93
143
|
SpeechRecognitionSettings,
|
|
@@ -99,56 +149,6 @@ import {
|
|
|
99
149
|
UnifiedSpeechSettings,
|
|
100
150
|
VoiceSettings,
|
|
101
151
|
WaitAndContinueSpecification,
|
|
102
|
-
ActiveContext,
|
|
103
|
-
AggregatedUtterancesFilter,
|
|
104
|
-
AggregatedUtterancesSummary,
|
|
105
|
-
AnalyticsBinBySpecification,
|
|
106
|
-
AnalyticsIntentFilter,
|
|
107
|
-
AnalyticsIntentGroupBySpecification,
|
|
108
|
-
AnalyticsIntentMetric,
|
|
109
|
-
AnalyticsIntentNodeSummary,
|
|
110
|
-
AnalyticsIntentResult,
|
|
111
|
-
AnalyticsIntentStageFilter,
|
|
112
|
-
AnalyticsIntentStageGroupBySpecification,
|
|
113
|
-
AnalyticsIntentStageMetric,
|
|
114
|
-
AnalyticsIntentStageResult,
|
|
115
|
-
AnalyticsPathFilter,
|
|
116
|
-
AnalyticsSessionFilter,
|
|
117
|
-
AnalyticsSessionGroupBySpecification,
|
|
118
|
-
AnalyticsSessionMetric,
|
|
119
|
-
AnalyticsSessionResult,
|
|
120
|
-
AnalyticsUtteranceAttribute,
|
|
121
|
-
AnalyticsUtteranceFilter,
|
|
122
|
-
AnalyticsUtteranceGroupBySpecification,
|
|
123
|
-
AnalyticsUtteranceMetric,
|
|
124
|
-
AnalyticsUtteranceResult,
|
|
125
|
-
AssociatedTranscript,
|
|
126
|
-
AssociatedTranscriptFilter,
|
|
127
|
-
BotAliasLocaleSettings,
|
|
128
|
-
BotAliasReplicaSummary,
|
|
129
|
-
BotAliasSummary,
|
|
130
|
-
BotAnalyzerHistorySummary,
|
|
131
|
-
BotFilter,
|
|
132
|
-
BotLocaleFilter,
|
|
133
|
-
BotLocaleSummary,
|
|
134
|
-
BotMember,
|
|
135
|
-
BotRecommendationSummary,
|
|
136
|
-
BotReplicaSummary,
|
|
137
|
-
BotSummary,
|
|
138
|
-
BotVersionReplicaSummary,
|
|
139
|
-
BotVersionSummary,
|
|
140
|
-
BuiltInIntentSummary,
|
|
141
|
-
BuiltInSlotTypeSummary,
|
|
142
|
-
CustomVocabularyItem,
|
|
143
|
-
ExportFilter,
|
|
144
|
-
ExportSummary,
|
|
145
|
-
GenerationSummary,
|
|
146
|
-
ImportFilter,
|
|
147
|
-
InputContext,
|
|
148
|
-
OutputContext,
|
|
149
|
-
SampleUtterance,
|
|
150
|
-
SlotPriority,
|
|
151
|
-
SlotTypeValue,
|
|
152
152
|
} from "./models_0";
|
|
153
153
|
export interface ImportSummary {
|
|
154
154
|
importId?: string | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeBotAliasCommandInput } from "../commands/DescribeBotAliasCommand";
|
|
3
|
-
import { LexModelsV2Client } from "../LexModelsV2Client";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeBotAliasCommandInput } from "../commands/DescribeBotAliasCommand";
|
|
3
|
+
import type { LexModelsV2Client } from "../LexModelsV2Client";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a bot alias is available
|
|
6
6
|
* @deprecated Use waitUntilBotAliasAvailable instead. waitForBotAliasAvailable does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeBotCommandInput } from "../commands/DescribeBotCommand";
|
|
3
|
-
import { LexModelsV2Client } from "../LexModelsV2Client";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeBotCommandInput } from "../commands/DescribeBotCommand";
|
|
3
|
+
import type { LexModelsV2Client } from "../LexModelsV2Client";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a bot is available
|
|
6
6
|
* @deprecated Use waitUntilBotAvailable instead. waitForBotAvailable does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeExportCommandInput } from "../commands/DescribeExportCommand";
|
|
3
|
-
import { LexModelsV2Client } from "../LexModelsV2Client";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeExportCommandInput } from "../commands/DescribeExportCommand";
|
|
3
|
+
import type { LexModelsV2Client } from "../LexModelsV2Client";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a bot has been exported
|
|
6
6
|
* @deprecated Use waitUntilBotExportCompleted instead. waitForBotExportCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeImportCommandInput } from "../commands/DescribeImportCommand";
|
|
3
|
-
import { LexModelsV2Client } from "../LexModelsV2Client";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeImportCommandInput } from "../commands/DescribeImportCommand";
|
|
3
|
+
import type { LexModelsV2Client } from "../LexModelsV2Client";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a bot has been imported
|
|
6
6
|
* @deprecated Use waitUntilBotImportCompleted instead. waitForBotImportCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand";
|
|
3
|
-
import { LexModelsV2Client } from "../LexModelsV2Client";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand";
|
|
3
|
+
import type { LexModelsV2Client } from "../LexModelsV2Client";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a bot locale is built
|
|
6
6
|
* @deprecated Use waitUntilBotLocaleBuilt instead. waitForBotLocaleBuilt does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand";
|
|
3
|
-
import { LexModelsV2Client } from "../LexModelsV2Client";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand";
|
|
3
|
+
import type { LexModelsV2Client } from "../LexModelsV2Client";
|
|
4
4
|
/**
|
|
5
5
|
* Wait unit a bot locale is created
|
|
6
6
|
* @deprecated Use waitUntilBotLocaleCreated instead. waitForBotLocaleCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand";
|
|
3
|
-
import { LexModelsV2Client } from "../LexModelsV2Client";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand";
|
|
3
|
+
import type { LexModelsV2Client } from "../LexModelsV2Client";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a bot locale build is ready for express testing
|
|
6
6
|
* @deprecated Use waitUntilBotLocaleExpressTestingAvailable instead. waitForBotLocaleExpressTestingAvailable does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeBotVersionCommandInput } from "../commands/DescribeBotVersionCommand";
|
|
3
|
-
import { LexModelsV2Client } from "../LexModelsV2Client";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeBotVersionCommandInput } from "../commands/DescribeBotVersionCommand";
|
|
3
|
+
import type { LexModelsV2Client } from "../LexModelsV2Client";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a bot version is available
|
|
6
6
|
* @deprecated Use waitUntilBotVersionAvailable instead. waitForBotVersionAvailable does not throw error in non-success cases.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-models-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Models V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lex-models-v2",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
58
|
"@smithy/util-retry": "^4.2.12",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
|
-
"@smithy/util-waiter": "^4.2.
|
|
60
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|