@aws-sdk/client-lambda 3.495.0 → 3.499.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/index.js +105 -102
- package/package.json +44 -44
package/dist-cjs/index.js
CHANGED
|
@@ -8051,20 +8051,19 @@ var waitUntilPublishedVersionActive = /* @__PURE__ */ __name(async (params, inpu
|
|
|
8051
8051
|
// src/index.ts
|
|
8052
8052
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
8053
8053
|
// Annotate the CommonJS export names for ESM import in node:
|
|
8054
|
+
|
|
8054
8055
|
0 && (module.exports = {
|
|
8056
|
+
LambdaServiceException,
|
|
8057
|
+
__Client,
|
|
8058
|
+
LambdaClient,
|
|
8059
|
+
Lambda,
|
|
8060
|
+
$Command,
|
|
8055
8061
|
AddLayerVersionPermissionCommand,
|
|
8056
8062
|
AddPermissionCommand,
|
|
8057
|
-
ApplicationLogLevel,
|
|
8058
|
-
Architecture,
|
|
8059
|
-
CodeSigningConfigNotFoundException,
|
|
8060
|
-
CodeSigningPolicy,
|
|
8061
|
-
CodeStorageExceededException,
|
|
8062
|
-
CodeVerificationFailedException,
|
|
8063
8063
|
CreateAliasCommand,
|
|
8064
8064
|
CreateCodeSigningConfigCommand,
|
|
8065
8065
|
CreateEventSourceMappingCommand,
|
|
8066
8066
|
CreateFunctionCommand,
|
|
8067
|
-
CreateFunctionRequestFilterSensitiveLog,
|
|
8068
8067
|
CreateFunctionUrlConfigCommand,
|
|
8069
8068
|
DeleteAliasCommand,
|
|
8070
8069
|
DeleteCodeSigningConfigCommand,
|
|
@@ -8076,25 +8075,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8076
8075
|
DeleteFunctionUrlConfigCommand,
|
|
8077
8076
|
DeleteLayerVersionCommand,
|
|
8078
8077
|
DeleteProvisionedConcurrencyConfigCommand,
|
|
8079
|
-
EC2AccessDeniedException,
|
|
8080
|
-
EC2ThrottledException,
|
|
8081
|
-
EC2UnexpectedException,
|
|
8082
|
-
EFSIOException,
|
|
8083
|
-
EFSMountConnectivityException,
|
|
8084
|
-
EFSMountFailureException,
|
|
8085
|
-
EFSMountTimeoutException,
|
|
8086
|
-
ENILimitReachedException,
|
|
8087
|
-
EndPointType,
|
|
8088
|
-
EnvironmentErrorFilterSensitiveLog,
|
|
8089
|
-
EnvironmentFilterSensitiveLog,
|
|
8090
|
-
EnvironmentResponseFilterSensitiveLog,
|
|
8091
|
-
EventSourcePosition,
|
|
8092
|
-
FullDocument,
|
|
8093
|
-
FunctionCodeFilterSensitiveLog,
|
|
8094
|
-
FunctionConfigurationFilterSensitiveLog,
|
|
8095
|
-
FunctionResponseType,
|
|
8096
|
-
FunctionUrlAuthType,
|
|
8097
|
-
FunctionVersion,
|
|
8098
8078
|
GetAccountSettingsCommand,
|
|
8099
8079
|
GetAliasCommand,
|
|
8100
8080
|
GetCodeSigningConfigCommand,
|
|
@@ -8104,7 +8084,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8104
8084
|
GetFunctionConcurrencyCommand,
|
|
8105
8085
|
GetFunctionConfigurationCommand,
|
|
8106
8086
|
GetFunctionEventInvokeConfigCommand,
|
|
8107
|
-
GetFunctionResponseFilterSensitiveLog,
|
|
8108
8087
|
GetFunctionUrlConfigCommand,
|
|
8109
8088
|
GetLayerVersionByArnCommand,
|
|
8110
8089
|
GetLayerVersionCommand,
|
|
@@ -8112,38 +8091,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8112
8091
|
GetPolicyCommand,
|
|
8113
8092
|
GetProvisionedConcurrencyConfigCommand,
|
|
8114
8093
|
GetRuntimeManagementConfigCommand,
|
|
8115
|
-
ImageConfigErrorFilterSensitiveLog,
|
|
8116
|
-
ImageConfigResponseFilterSensitiveLog,
|
|
8117
|
-
InvalidCodeSignatureException,
|
|
8118
|
-
InvalidParameterValueException,
|
|
8119
|
-
InvalidRequestContentException,
|
|
8120
|
-
InvalidRuntimeException,
|
|
8121
|
-
InvalidSecurityGroupIDException,
|
|
8122
|
-
InvalidSubnetIDException,
|
|
8123
|
-
InvalidZipFileException,
|
|
8124
|
-
InvocationRequestFilterSensitiveLog,
|
|
8125
|
-
InvocationResponseFilterSensitiveLog,
|
|
8126
|
-
InvocationType,
|
|
8127
8094
|
InvokeAsyncCommand,
|
|
8128
|
-
InvokeAsyncRequestFilterSensitiveLog,
|
|
8129
8095
|
InvokeCommand,
|
|
8130
|
-
InvokeMode,
|
|
8131
|
-
InvokeResponseStreamUpdateFilterSensitiveLog,
|
|
8132
8096
|
InvokeWithResponseStreamCommand,
|
|
8133
|
-
InvokeWithResponseStreamRequestFilterSensitiveLog,
|
|
8134
|
-
InvokeWithResponseStreamResponseEvent,
|
|
8135
|
-
InvokeWithResponseStreamResponseEventFilterSensitiveLog,
|
|
8136
|
-
InvokeWithResponseStreamResponseFilterSensitiveLog,
|
|
8137
|
-
KMSAccessDeniedException,
|
|
8138
|
-
KMSDisabledException,
|
|
8139
|
-
KMSInvalidStateException,
|
|
8140
|
-
KMSNotFoundException,
|
|
8141
|
-
Lambda,
|
|
8142
|
-
LambdaClient,
|
|
8143
|
-
LambdaServiceException,
|
|
8144
|
-
LastUpdateStatus,
|
|
8145
|
-
LastUpdateStatusReasonCode,
|
|
8146
|
-
LayerVersionContentInputFilterSensitiveLog,
|
|
8147
8097
|
ListAliasesCommand,
|
|
8148
8098
|
ListCodeSigningConfigsCommand,
|
|
8149
8099
|
ListEventSourceMappingsCommand,
|
|
@@ -8151,89 +8101,142 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8151
8101
|
ListFunctionUrlConfigsCommand,
|
|
8152
8102
|
ListFunctionsByCodeSigningConfigCommand,
|
|
8153
8103
|
ListFunctionsCommand,
|
|
8154
|
-
ListFunctionsResponseFilterSensitiveLog,
|
|
8155
8104
|
ListLayerVersionsCommand,
|
|
8156
8105
|
ListLayersCommand,
|
|
8157
8106
|
ListProvisionedConcurrencyConfigsCommand,
|
|
8158
8107
|
ListTagsCommand,
|
|
8159
8108
|
ListVersionsByFunctionCommand,
|
|
8160
|
-
ListVersionsByFunctionResponseFilterSensitiveLog,
|
|
8161
|
-
LogFormat,
|
|
8162
|
-
LogType,
|
|
8163
|
-
PackageType,
|
|
8164
|
-
PolicyLengthExceededException,
|
|
8165
|
-
PreconditionFailedException,
|
|
8166
|
-
ProvisionedConcurrencyConfigNotFoundException,
|
|
8167
|
-
ProvisionedConcurrencyStatusEnum,
|
|
8168
8109
|
PublishLayerVersionCommand,
|
|
8169
|
-
PublishLayerVersionRequestFilterSensitiveLog,
|
|
8170
8110
|
PublishVersionCommand,
|
|
8171
8111
|
PutFunctionCodeSigningConfigCommand,
|
|
8172
8112
|
PutFunctionConcurrencyCommand,
|
|
8173
8113
|
PutFunctionEventInvokeConfigCommand,
|
|
8174
8114
|
PutProvisionedConcurrencyConfigCommand,
|
|
8175
8115
|
PutRuntimeManagementConfigCommand,
|
|
8176
|
-
RecursiveInvocationException,
|
|
8177
8116
|
RemoveLayerVersionPermissionCommand,
|
|
8178
8117
|
RemovePermissionCommand,
|
|
8179
|
-
RequestTooLargeException,
|
|
8180
|
-
ResourceConflictException,
|
|
8181
|
-
ResourceInUseException,
|
|
8182
|
-
ResourceNotFoundException,
|
|
8183
|
-
ResourceNotReadyException,
|
|
8184
|
-
ResponseStreamingInvocationType,
|
|
8185
|
-
Runtime,
|
|
8186
|
-
RuntimeVersionConfigFilterSensitiveLog,
|
|
8187
|
-
RuntimeVersionErrorFilterSensitiveLog,
|
|
8188
|
-
ServiceException,
|
|
8189
|
-
SnapStartApplyOn,
|
|
8190
|
-
SnapStartException,
|
|
8191
|
-
SnapStartNotReadyException,
|
|
8192
|
-
SnapStartOptimizationStatus,
|
|
8193
|
-
SnapStartTimeoutException,
|
|
8194
|
-
SourceAccessType,
|
|
8195
|
-
State,
|
|
8196
|
-
StateReasonCode,
|
|
8197
|
-
SubnetIPAddressLimitReachedException,
|
|
8198
|
-
SystemLogLevel,
|
|
8199
8118
|
TagResourceCommand,
|
|
8200
|
-
ThrottleReason,
|
|
8201
|
-
TooManyRequestsException,
|
|
8202
|
-
TracingMode,
|
|
8203
|
-
UnsupportedMediaTypeException,
|
|
8204
8119
|
UntagResourceCommand,
|
|
8205
8120
|
UpdateAliasCommand,
|
|
8206
8121
|
UpdateCodeSigningConfigCommand,
|
|
8207
8122
|
UpdateEventSourceMappingCommand,
|
|
8208
8123
|
UpdateFunctionCodeCommand,
|
|
8209
|
-
UpdateFunctionCodeRequestFilterSensitiveLog,
|
|
8210
8124
|
UpdateFunctionConfigurationCommand,
|
|
8211
|
-
UpdateFunctionConfigurationRequestFilterSensitiveLog,
|
|
8212
8125
|
UpdateFunctionEventInvokeConfigCommand,
|
|
8213
8126
|
UpdateFunctionUrlConfigCommand,
|
|
8214
|
-
UpdateRuntimeOn,
|
|
8215
|
-
__Client,
|
|
8216
8127
|
paginateListAliases,
|
|
8217
8128
|
paginateListCodeSigningConfigs,
|
|
8218
8129
|
paginateListEventSourceMappings,
|
|
8219
8130
|
paginateListFunctionEventInvokeConfigs,
|
|
8220
8131
|
paginateListFunctionUrlConfigs,
|
|
8221
|
-
paginateListFunctions,
|
|
8222
8132
|
paginateListFunctionsByCodeSigningConfig,
|
|
8133
|
+
paginateListFunctions,
|
|
8223
8134
|
paginateListLayerVersions,
|
|
8224
8135
|
paginateListLayers,
|
|
8225
8136
|
paginateListProvisionedConcurrencyConfigs,
|
|
8226
8137
|
paginateListVersionsByFunction,
|
|
8227
8138
|
waitForFunctionActive,
|
|
8228
|
-
waitForFunctionActiveV2,
|
|
8229
|
-
waitForFunctionExists,
|
|
8230
|
-
waitForFunctionUpdated,
|
|
8231
|
-
waitForFunctionUpdatedV2,
|
|
8232
|
-
waitForPublishedVersionActive,
|
|
8233
8139
|
waitUntilFunctionActive,
|
|
8140
|
+
waitForFunctionActiveV2,
|
|
8234
8141
|
waitUntilFunctionActiveV2,
|
|
8142
|
+
waitForFunctionExists,
|
|
8235
8143
|
waitUntilFunctionExists,
|
|
8144
|
+
waitForFunctionUpdated,
|
|
8236
8145
|
waitUntilFunctionUpdated,
|
|
8146
|
+
waitForFunctionUpdatedV2,
|
|
8237
8147
|
waitUntilFunctionUpdatedV2,
|
|
8238
|
-
|
|
8148
|
+
waitForPublishedVersionActive,
|
|
8149
|
+
waitUntilPublishedVersionActive,
|
|
8150
|
+
InvalidParameterValueException,
|
|
8151
|
+
PolicyLengthExceededException,
|
|
8152
|
+
PreconditionFailedException,
|
|
8153
|
+
ResourceConflictException,
|
|
8154
|
+
ResourceNotFoundException,
|
|
8155
|
+
ServiceException,
|
|
8156
|
+
ThrottleReason,
|
|
8157
|
+
TooManyRequestsException,
|
|
8158
|
+
FunctionUrlAuthType,
|
|
8159
|
+
ApplicationLogLevel,
|
|
8160
|
+
Architecture,
|
|
8161
|
+
CodeSigningPolicy,
|
|
8162
|
+
FullDocument,
|
|
8163
|
+
FunctionResponseType,
|
|
8164
|
+
EndPointType,
|
|
8165
|
+
SourceAccessType,
|
|
8166
|
+
EventSourcePosition,
|
|
8167
|
+
CodeSigningConfigNotFoundException,
|
|
8168
|
+
CodeStorageExceededException,
|
|
8169
|
+
CodeVerificationFailedException,
|
|
8170
|
+
LogFormat,
|
|
8171
|
+
SystemLogLevel,
|
|
8172
|
+
PackageType,
|
|
8173
|
+
Runtime,
|
|
8174
|
+
SnapStartApplyOn,
|
|
8175
|
+
TracingMode,
|
|
8176
|
+
LastUpdateStatus,
|
|
8177
|
+
LastUpdateStatusReasonCode,
|
|
8178
|
+
SnapStartOptimizationStatus,
|
|
8179
|
+
State,
|
|
8180
|
+
StateReasonCode,
|
|
8181
|
+
InvalidCodeSignatureException,
|
|
8182
|
+
InvokeMode,
|
|
8183
|
+
ResourceInUseException,
|
|
8184
|
+
ProvisionedConcurrencyStatusEnum,
|
|
8185
|
+
ProvisionedConcurrencyConfigNotFoundException,
|
|
8186
|
+
UpdateRuntimeOn,
|
|
8187
|
+
EC2AccessDeniedException,
|
|
8188
|
+
EC2ThrottledException,
|
|
8189
|
+
EC2UnexpectedException,
|
|
8190
|
+
EFSIOException,
|
|
8191
|
+
EFSMountConnectivityException,
|
|
8192
|
+
EFSMountFailureException,
|
|
8193
|
+
EFSMountTimeoutException,
|
|
8194
|
+
ENILimitReachedException,
|
|
8195
|
+
InvalidRequestContentException,
|
|
8196
|
+
InvalidRuntimeException,
|
|
8197
|
+
InvalidSecurityGroupIDException,
|
|
8198
|
+
InvalidSubnetIDException,
|
|
8199
|
+
InvalidZipFileException,
|
|
8200
|
+
InvocationType,
|
|
8201
|
+
LogType,
|
|
8202
|
+
KMSAccessDeniedException,
|
|
8203
|
+
KMSDisabledException,
|
|
8204
|
+
KMSInvalidStateException,
|
|
8205
|
+
KMSNotFoundException,
|
|
8206
|
+
RecursiveInvocationException,
|
|
8207
|
+
RequestTooLargeException,
|
|
8208
|
+
ResourceNotReadyException,
|
|
8209
|
+
SnapStartException,
|
|
8210
|
+
SnapStartNotReadyException,
|
|
8211
|
+
SnapStartTimeoutException,
|
|
8212
|
+
SubnetIPAddressLimitReachedException,
|
|
8213
|
+
UnsupportedMediaTypeException,
|
|
8214
|
+
ResponseStreamingInvocationType,
|
|
8215
|
+
InvokeWithResponseStreamResponseEvent,
|
|
8216
|
+
FunctionVersion,
|
|
8217
|
+
FunctionCodeFilterSensitiveLog,
|
|
8218
|
+
EnvironmentFilterSensitiveLog,
|
|
8219
|
+
CreateFunctionRequestFilterSensitiveLog,
|
|
8220
|
+
EnvironmentErrorFilterSensitiveLog,
|
|
8221
|
+
EnvironmentResponseFilterSensitiveLog,
|
|
8222
|
+
ImageConfigErrorFilterSensitiveLog,
|
|
8223
|
+
ImageConfigResponseFilterSensitiveLog,
|
|
8224
|
+
RuntimeVersionErrorFilterSensitiveLog,
|
|
8225
|
+
RuntimeVersionConfigFilterSensitiveLog,
|
|
8226
|
+
FunctionConfigurationFilterSensitiveLog,
|
|
8227
|
+
GetFunctionResponseFilterSensitiveLog,
|
|
8228
|
+
InvocationRequestFilterSensitiveLog,
|
|
8229
|
+
InvocationResponseFilterSensitiveLog,
|
|
8230
|
+
InvokeAsyncRequestFilterSensitiveLog,
|
|
8231
|
+
InvokeWithResponseStreamRequestFilterSensitiveLog,
|
|
8232
|
+
InvokeResponseStreamUpdateFilterSensitiveLog,
|
|
8233
|
+
InvokeWithResponseStreamResponseEventFilterSensitiveLog,
|
|
8234
|
+
InvokeWithResponseStreamResponseFilterSensitiveLog,
|
|
8235
|
+
ListFunctionsResponseFilterSensitiveLog,
|
|
8236
|
+
ListVersionsByFunctionResponseFilterSensitiveLog,
|
|
8237
|
+
LayerVersionContentInputFilterSensitiveLog,
|
|
8238
|
+
PublishLayerVersionRequestFilterSensitiveLog,
|
|
8239
|
+
UpdateFunctionCodeRequestFilterSensitiveLog,
|
|
8240
|
+
UpdateFunctionConfigurationRequestFilterSensitiveLog
|
|
8239
8241
|
});
|
|
8242
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lambda",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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-lambda",
|
|
@@ -20,52 +20,52 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/eventstream-serde-browser": "^2.1.
|
|
39
|
-
"@smithy/eventstream-serde-config-resolver": "^2.1.
|
|
40
|
-
"@smithy/eventstream-serde-node": "^2.1.
|
|
41
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
42
|
-
"@smithy/hash-node": "^2.1.
|
|
43
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
44
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
45
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
46
|
-
"@smithy/middleware-retry": "^2.1.
|
|
47
|
-
"@smithy/middleware-serde": "^2.1.
|
|
48
|
-
"@smithy/middleware-stack": "^2.1.
|
|
49
|
-
"@smithy/node-config-provider": "^2.2.
|
|
50
|
-
"@smithy/node-http-handler": "^2.3.
|
|
51
|
-
"@smithy/protocol-http": "^3.1.
|
|
52
|
-
"@smithy/smithy-client": "^2.3.
|
|
53
|
-
"@smithy/types": "^2.9.
|
|
54
|
-
"@smithy/url-parser": "^2.1.
|
|
55
|
-
"@smithy/util-base64": "^2.1.
|
|
56
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
57
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
58
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
59
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
60
|
-
"@smithy/util-endpoints": "^1.1.
|
|
61
|
-
"@smithy/util-retry": "^2.1.
|
|
62
|
-
"@smithy/util-stream": "^2.1.
|
|
63
|
-
"@smithy/util-utf8": "^2.1.
|
|
64
|
-
"@smithy/util-waiter": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/eventstream-serde-browser": "^2.1.1",
|
|
39
|
+
"@smithy/eventstream-serde-config-resolver": "^2.1.1",
|
|
40
|
+
"@smithy/eventstream-serde-node": "^2.1.1",
|
|
41
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
42
|
+
"@smithy/hash-node": "^2.1.1",
|
|
43
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
46
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
47
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
48
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
49
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
50
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
51
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
52
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
53
|
+
"@smithy/types": "^2.9.1",
|
|
54
|
+
"@smithy/url-parser": "^2.1.1",
|
|
55
|
+
"@smithy/util-base64": "^2.1.1",
|
|
56
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
57
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
58
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
59
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
60
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
61
|
+
"@smithy/util-retry": "^2.1.1",
|
|
62
|
+
"@smithy/util-stream": "^2.1.1",
|
|
63
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
64
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
65
65
|
"tslib": "^2.5.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
68
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
69
69
|
"@tsconfig/node14": "1.0.3",
|
|
70
70
|
"@types/node": "^14.14.31",
|
|
71
71
|
"concurrently": "7.0.0",
|