@aws-sdk/client-pinpoint 3.774.0 → 3.777.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/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/PinpointClient.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/CreateAppCommand.d.ts +1 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +1 -0
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateExportJobCommand.d.ts +1 -0
- package/dist-types/commands/CreateImportJobCommand.d.ts +1 -0
- package/dist-types/commands/CreateInAppTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateJourneyCommand.d.ts +1 -0
- package/dist-types/commands/CreatePushTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateRecommenderConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateSegmentCommand.d.ts +1 -0
- package/dist-types/commands/CreateSmsTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateVoiceTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAdmChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApnsChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApnsSandboxChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApnsVoipChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBaiduChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEmailChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEventStreamCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGcmChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteInAppTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteJourneyCommand.d.ts +1 -0
- package/dist-types/commands/DeletePushTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRecommenderConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSegmentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSmsChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSmsTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteUserEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVoiceChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVoiceTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetAdmChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetApnsChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetApnsSandboxChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetApnsVoipChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetApnsVoipSandboxChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetAppCommand.d.ts +1 -0
- package/dist-types/commands/GetApplicationDateRangeKpiCommand.d.ts +1 -0
- package/dist-types/commands/GetApplicationSettingsCommand.d.ts +1 -0
- package/dist-types/commands/GetAppsCommand.d.ts +1 -0
- package/dist-types/commands/GetBaiduChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignActivitiesCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignDateRangeKpiCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignVersionCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignVersionsCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignsCommand.d.ts +1 -0
- package/dist-types/commands/GetChannelsCommand.d.ts +1 -0
- package/dist-types/commands/GetEmailChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetEndpointCommand.d.ts +1 -0
- package/dist-types/commands/GetEventStreamCommand.d.ts +1 -0
- package/dist-types/commands/GetExportJobCommand.d.ts +1 -0
- package/dist-types/commands/GetExportJobsCommand.d.ts +1 -0
- package/dist-types/commands/GetGcmChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetImportJobCommand.d.ts +1 -0
- package/dist-types/commands/GetImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/GetInAppMessagesCommand.d.ts +1 -0
- package/dist-types/commands/GetInAppTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetJourneyCommand.d.ts +1 -0
- package/dist-types/commands/GetJourneyDateRangeKpiCommand.d.ts +1 -0
- package/dist-types/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +1 -0
- package/dist-types/commands/GetJourneyExecutionMetricsCommand.d.ts +1 -0
- package/dist-types/commands/GetJourneyRunExecutionActivityMetricsCommand.d.ts +17 -17
- package/dist-types/commands/GetJourneyRunExecutionMetricsCommand.d.ts +16 -16
- package/dist-types/commands/GetJourneyRunsCommand.d.ts +15 -15
- package/dist-types/commands/GetPushTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetRecommenderConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetRecommenderConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentExportJobsCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentVersionCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentVersionsCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentsCommand.d.ts +1 -0
- package/dist-types/commands/GetSmsChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetSmsTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetUserEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/GetVoiceChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetVoiceTemplateCommand.d.ts +1 -0
- package/dist-types/commands/ListJourneysCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/PhoneNumberValidateCommand.d.ts +1 -0
- package/dist-types/commands/PutEventStreamCommand.d.ts +1 -0
- package/dist-types/commands/PutEventsCommand.d.ts +1 -0
- package/dist-types/commands/RemoveAttributesCommand.d.ts +1 -0
- package/dist-types/commands/SendMessagesCommand.d.ts +1 -0
- package/dist-types/commands/SendOTPMessageCommand.d.ts +1 -0
- package/dist-types/commands/SendUsersMessagesCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAdmChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApnsChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApnsSandboxChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApnsVoipChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBaiduChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEmailChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEndpointsBatchCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGcmChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateInAppTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateJourneyCommand.d.ts +1 -0
- package/dist-types/commands/UpdateJourneyStateCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePushTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRecommenderConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSegmentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSmsChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSmsTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTemplateActiveVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVoiceChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVoiceTemplateCommand.d.ts +1 -0
- package/dist-types/commands/VerifyOTPMessageCommand.d.ts +1 -0
- package/package.json +33 -33
|
@@ -97,6 +97,7 @@ declare const UpdateEmailTemplateCommand_base: {
|
|
|
97
97
|
* @throws {@link PinpointServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class UpdateEmailTemplateCommand extends UpdateEmailTemplateCommand_base {
|
|
@@ -121,6 +121,7 @@ declare const UpdateEndpointCommand_base: {
|
|
|
121
121
|
* @throws {@link PinpointServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
123
123
|
*
|
|
124
|
+
*
|
|
124
125
|
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class UpdateEndpointCommand extends UpdateEndpointCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const UpdateEndpointsBatchCommand_base: {
|
|
|
125
125
|
* @throws {@link PinpointServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class UpdateEndpointsBatchCommand extends UpdateEndpointsBatchCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const UpdateGcmChannelCommand_base: {
|
|
|
95
95
|
* @throws {@link PinpointServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class UpdateGcmChannelCommand extends UpdateGcmChannelCommand_base {
|
|
@@ -147,6 +147,7 @@ declare const UpdateInAppTemplateCommand_base: {
|
|
|
147
147
|
* @throws {@link PinpointServiceException}
|
|
148
148
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
149
149
|
*
|
|
150
|
+
*
|
|
150
151
|
* @public
|
|
151
152
|
*/
|
|
152
153
|
export declare class UpdateInAppTemplateCommand extends UpdateInAppTemplateCommand_base {
|
|
@@ -845,6 +845,7 @@ declare const UpdateJourneyCommand_base: {
|
|
|
845
845
|
* @throws {@link PinpointServiceException}
|
|
846
846
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
847
847
|
*
|
|
848
|
+
*
|
|
848
849
|
* @public
|
|
849
850
|
*/
|
|
850
851
|
export declare class UpdateJourneyCommand extends UpdateJourneyCommand_base {
|
|
@@ -464,6 +464,7 @@ declare const UpdateJourneyStateCommand_base: {
|
|
|
464
464
|
* @throws {@link PinpointServiceException}
|
|
465
465
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
466
466
|
*
|
|
467
|
+
*
|
|
467
468
|
* @public
|
|
468
469
|
*/
|
|
469
470
|
export declare class UpdateJourneyStateCommand extends UpdateJourneyStateCommand_base {
|
|
@@ -137,6 +137,7 @@ declare const UpdatePushTemplateCommand_base: {
|
|
|
137
137
|
* @throws {@link PinpointServiceException}
|
|
138
138
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
139
139
|
*
|
|
140
|
+
*
|
|
140
141
|
* @public
|
|
141
142
|
*/
|
|
142
143
|
export declare class UpdatePushTemplateCommand extends UpdatePushTemplateCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const UpdateRecommenderConfigurationCommand_base: {
|
|
|
103
103
|
* @throws {@link PinpointServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class UpdateRecommenderConfigurationCommand extends UpdateRecommenderConfigurationCommand_base {
|
|
@@ -364,6 +364,7 @@ declare const UpdateSegmentCommand_base: {
|
|
|
364
364
|
* @throws {@link PinpointServiceException}
|
|
365
365
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
366
366
|
*
|
|
367
|
+
*
|
|
367
368
|
* @public
|
|
368
369
|
*/
|
|
369
370
|
export declare class UpdateSegmentCommand extends UpdateSegmentCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const UpdateSmsChannelCommand_base: {
|
|
|
95
95
|
* @throws {@link PinpointServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class UpdateSmsChannelCommand extends UpdateSmsChannelCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const UpdateSmsTemplateCommand_base: {
|
|
|
89
89
|
* @throws {@link PinpointServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdateSmsTemplateCommand extends UpdateSmsTemplateCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const UpdateTemplateActiveVersionCommand_base: {
|
|
|
82
82
|
* @throws {@link PinpointServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class UpdateTemplateActiveVersionCommand extends UpdateTemplateActiveVersionCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const UpdateVoiceChannelCommand_base: {
|
|
|
89
89
|
* @throws {@link PinpointServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdateVoiceChannelCommand extends UpdateVoiceChannelCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const UpdateVoiceTemplateCommand_base: {
|
|
|
90
90
|
* @throws {@link PinpointServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class UpdateVoiceTemplateCommand extends UpdateVoiceTemplateCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const VerifyOTPMessageCommand_base: {
|
|
|
82
82
|
* @throws {@link PinpointServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class VerifyOTPMessageCommand extends VerifyOTPMessageCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pinpoint",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pinpoint Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-pinpoint",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.0
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
37
|
-
"@smithy/hash-node": "^4.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0
|
|
41
|
-
"@smithy/middleware-retry": "^4.0
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
43
|
-
"@smithy/middleware-stack": "^4.0.
|
|
44
|
-
"@smithy/node-config-provider": "^4.0.
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
46
|
-
"@smithy/protocol-http": "^5.0
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.775.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
|
+
"@aws-sdk/types": "3.775.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.1.0",
|
|
35
|
+
"@smithy/core": "^3.2.0",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
|
37
|
+
"@smithy/hash-node": "^4.0.2",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.0",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.3",
|
|
43
|
+
"@smithy/middleware-stack": "^4.0.2",
|
|
44
|
+
"@smithy/node-config-provider": "^4.0.2",
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.4",
|
|
46
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
47
|
+
"@smithy/smithy-client": "^4.2.0",
|
|
48
|
+
"@smithy/types": "^4.2.0",
|
|
49
|
+
"@smithy/url-parser": "^4.0.2",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
-
"@smithy/util-endpoints": "^3.0.
|
|
56
|
-
"@smithy/util-middleware": "^4.0.
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
55
|
+
"@smithy/util-endpoints": "^3.0.2",
|
|
56
|
+
"@smithy/util-middleware": "^4.0.2",
|
|
57
|
+
"@smithy/util-retry": "^4.0.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|