@aws-sdk/client-managedblockchain 3.259.0 → 3.262.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.
|
@@ -2147,7 +2147,7 @@ const deserializeAws_restJson1Accessor = (output, context) => {
|
|
|
2147
2147
|
return {
|
|
2148
2148
|
Arn: (0, smithy_client_1.expectString)(output.Arn),
|
|
2149
2149
|
BillingToken: (0, smithy_client_1.expectString)(output.BillingToken),
|
|
2150
|
-
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2150
|
+
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreationDate)) : undefined,
|
|
2151
2151
|
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
2152
2152
|
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
2153
2153
|
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
@@ -2156,7 +2156,7 @@ const deserializeAws_restJson1Accessor = (output, context) => {
|
|
|
2156
2156
|
const deserializeAws_restJson1AccessorSummary = (output, context) => {
|
|
2157
2157
|
return {
|
|
2158
2158
|
Arn: (0, smithy_client_1.expectString)(output.Arn),
|
|
2159
|
-
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2159
|
+
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreationDate)) : undefined,
|
|
2160
2160
|
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
2161
2161
|
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
2162
2162
|
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
@@ -2183,8 +2183,10 @@ const deserializeAws_restJson1ApprovalThresholdPolicy = (output, context) => {
|
|
|
2183
2183
|
const deserializeAws_restJson1Invitation = (output, context) => {
|
|
2184
2184
|
return {
|
|
2185
2185
|
Arn: (0, smithy_client_1.expectString)(output.Arn),
|
|
2186
|
-
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2187
|
-
ExpirationDate: output.ExpirationDate != null
|
|
2186
|
+
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreationDate)) : undefined,
|
|
2187
|
+
ExpirationDate: output.ExpirationDate != null
|
|
2188
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.ExpirationDate))
|
|
2189
|
+
: undefined,
|
|
2188
2190
|
InvitationId: (0, smithy_client_1.expectString)(output.InvitationId),
|
|
2189
2191
|
NetworkSummary: output.NetworkSummary != null
|
|
2190
2192
|
? deserializeAws_restJson1NetworkSummary(output.NetworkSummary, context)
|
|
@@ -2232,7 +2234,7 @@ const deserializeAws_restJson1LogConfigurations = (output, context) => {
|
|
|
2232
2234
|
const deserializeAws_restJson1Member = (output, context) => {
|
|
2233
2235
|
return {
|
|
2234
2236
|
Arn: (0, smithy_client_1.expectString)(output.Arn),
|
|
2235
|
-
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2237
|
+
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreationDate)) : undefined,
|
|
2236
2238
|
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2237
2239
|
FrameworkAttributes: output.FrameworkAttributes != null
|
|
2238
2240
|
? deserializeAws_restJson1MemberFrameworkAttributes(output.FrameworkAttributes, context)
|
|
@@ -2274,7 +2276,7 @@ const deserializeAws_restJson1MemberLogPublishingConfiguration = (output, contex
|
|
|
2274
2276
|
const deserializeAws_restJson1MemberSummary = (output, context) => {
|
|
2275
2277
|
return {
|
|
2276
2278
|
Arn: (0, smithy_client_1.expectString)(output.Arn),
|
|
2277
|
-
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2279
|
+
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreationDate)) : undefined,
|
|
2278
2280
|
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2279
2281
|
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
2280
2282
|
IsOwned: (0, smithy_client_1.expectBoolean)(output.IsOwned),
|
|
@@ -2296,7 +2298,7 @@ const deserializeAws_restJson1MemberSummaryList = (output, context) => {
|
|
|
2296
2298
|
const deserializeAws_restJson1Network = (output, context) => {
|
|
2297
2299
|
return {
|
|
2298
2300
|
Arn: (0, smithy_client_1.expectString)(output.Arn),
|
|
2299
|
-
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2301
|
+
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreationDate)) : undefined,
|
|
2300
2302
|
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2301
2303
|
Framework: (0, smithy_client_1.expectString)(output.Framework),
|
|
2302
2304
|
FrameworkAttributes: output.FrameworkAttributes != null
|
|
@@ -2331,7 +2333,7 @@ const deserializeAws_restJson1NetworkFrameworkAttributes = (output, context) =>
|
|
|
2331
2333
|
const deserializeAws_restJson1NetworkSummary = (output, context) => {
|
|
2332
2334
|
return {
|
|
2333
2335
|
Arn: (0, smithy_client_1.expectString)(output.Arn),
|
|
2334
|
-
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2336
|
+
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreationDate)) : undefined,
|
|
2335
2337
|
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2336
2338
|
Framework: (0, smithy_client_1.expectString)(output.Framework),
|
|
2337
2339
|
FrameworkVersion: (0, smithy_client_1.expectString)(output.FrameworkVersion),
|
|
@@ -2355,7 +2357,7 @@ const deserializeAws_restJson1Node = (output, context) => {
|
|
|
2355
2357
|
return {
|
|
2356
2358
|
Arn: (0, smithy_client_1.expectString)(output.Arn),
|
|
2357
2359
|
AvailabilityZone: (0, smithy_client_1.expectString)(output.AvailabilityZone),
|
|
2358
|
-
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2360
|
+
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreationDate)) : undefined,
|
|
2359
2361
|
FrameworkAttributes: output.FrameworkAttributes != null
|
|
2360
2362
|
? deserializeAws_restJson1NodeFrameworkAttributes(output.FrameworkAttributes, context)
|
|
2361
2363
|
: undefined,
|
|
@@ -2409,7 +2411,7 @@ const deserializeAws_restJson1NodeSummary = (output, context) => {
|
|
|
2409
2411
|
return {
|
|
2410
2412
|
Arn: (0, smithy_client_1.expectString)(output.Arn),
|
|
2411
2413
|
AvailabilityZone: (0, smithy_client_1.expectString)(output.AvailabilityZone),
|
|
2412
|
-
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2414
|
+
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreationDate)) : undefined,
|
|
2413
2415
|
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
2414
2416
|
InstanceType: (0, smithy_client_1.expectString)(output.InstanceType),
|
|
2415
2417
|
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
@@ -2439,9 +2441,11 @@ const deserializeAws_restJson1Proposal = (output, context) => {
|
|
|
2439
2441
|
return {
|
|
2440
2442
|
Actions: output.Actions != null ? deserializeAws_restJson1ProposalActions(output.Actions, context) : undefined,
|
|
2441
2443
|
Arn: (0, smithy_client_1.expectString)(output.Arn),
|
|
2442
|
-
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2444
|
+
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreationDate)) : undefined,
|
|
2443
2445
|
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2444
|
-
ExpirationDate: output.ExpirationDate != null
|
|
2446
|
+
ExpirationDate: output.ExpirationDate != null
|
|
2447
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.ExpirationDate))
|
|
2448
|
+
: undefined,
|
|
2445
2449
|
NetworkId: (0, smithy_client_1.expectString)(output.NetworkId),
|
|
2446
2450
|
NoVoteCount: (0, smithy_client_1.expectInt32)(output.NoVoteCount),
|
|
2447
2451
|
OutstandingVoteCount: (0, smithy_client_1.expectInt32)(output.OutstandingVoteCount),
|
|
@@ -2462,9 +2466,11 @@ const deserializeAws_restJson1ProposalActions = (output, context) => {
|
|
|
2462
2466
|
const deserializeAws_restJson1ProposalSummary = (output, context) => {
|
|
2463
2467
|
return {
|
|
2464
2468
|
Arn: (0, smithy_client_1.expectString)(output.Arn),
|
|
2465
|
-
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
2469
|
+
CreationDate: output.CreationDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreationDate)) : undefined,
|
|
2466
2470
|
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2467
|
-
ExpirationDate: output.ExpirationDate != null
|
|
2471
|
+
ExpirationDate: output.ExpirationDate != null
|
|
2472
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.ExpirationDate))
|
|
2473
|
+
: undefined,
|
|
2468
2474
|
ProposalId: (0, smithy_client_1.expectString)(output.ProposalId),
|
|
2469
2475
|
ProposedByMemberId: (0, smithy_client_1.expectString)(output.ProposedByMemberId),
|
|
2470
2476
|
ProposedByMemberName: (0, smithy_client_1.expectString)(output.ProposedByMemberName),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map as __map,
|
|
2
|
+
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map as __map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
4
|
import { ManagedBlockchainServiceException as __BaseException } from "../models/ManagedBlockchainServiceException";
|
|
5
5
|
import { AccessDeniedException, IllegalActionException, InternalServiceErrorException, InvalidRequestException, ResourceAlreadyExistsException, ResourceLimitExceededException, ResourceNotFoundException, ResourceNotReadyException, ThrottlingException, TooManyTagsException, } from "../models/models_0";
|
|
@@ -2089,7 +2089,7 @@ const deserializeAws_restJson1Accessor = (output, context) => {
|
|
|
2089
2089
|
return {
|
|
2090
2090
|
Arn: __expectString(output.Arn),
|
|
2091
2091
|
BillingToken: __expectString(output.BillingToken),
|
|
2092
|
-
CreationDate: output.CreationDate != null ? __expectNonNull(
|
|
2092
|
+
CreationDate: output.CreationDate != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreationDate)) : undefined,
|
|
2093
2093
|
Id: __expectString(output.Id),
|
|
2094
2094
|
Status: __expectString(output.Status),
|
|
2095
2095
|
Type: __expectString(output.Type),
|
|
@@ -2098,7 +2098,7 @@ const deserializeAws_restJson1Accessor = (output, context) => {
|
|
|
2098
2098
|
const deserializeAws_restJson1AccessorSummary = (output, context) => {
|
|
2099
2099
|
return {
|
|
2100
2100
|
Arn: __expectString(output.Arn),
|
|
2101
|
-
CreationDate: output.CreationDate != null ? __expectNonNull(
|
|
2101
|
+
CreationDate: output.CreationDate != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreationDate)) : undefined,
|
|
2102
2102
|
Id: __expectString(output.Id),
|
|
2103
2103
|
Status: __expectString(output.Status),
|
|
2104
2104
|
Type: __expectString(output.Type),
|
|
@@ -2125,8 +2125,10 @@ const deserializeAws_restJson1ApprovalThresholdPolicy = (output, context) => {
|
|
|
2125
2125
|
const deserializeAws_restJson1Invitation = (output, context) => {
|
|
2126
2126
|
return {
|
|
2127
2127
|
Arn: __expectString(output.Arn),
|
|
2128
|
-
CreationDate: output.CreationDate != null ? __expectNonNull(
|
|
2129
|
-
ExpirationDate: output.ExpirationDate != null
|
|
2128
|
+
CreationDate: output.CreationDate != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreationDate)) : undefined,
|
|
2129
|
+
ExpirationDate: output.ExpirationDate != null
|
|
2130
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.ExpirationDate))
|
|
2131
|
+
: undefined,
|
|
2130
2132
|
InvitationId: __expectString(output.InvitationId),
|
|
2131
2133
|
NetworkSummary: output.NetworkSummary != null
|
|
2132
2134
|
? deserializeAws_restJson1NetworkSummary(output.NetworkSummary, context)
|
|
@@ -2174,7 +2176,7 @@ const deserializeAws_restJson1LogConfigurations = (output, context) => {
|
|
|
2174
2176
|
const deserializeAws_restJson1Member = (output, context) => {
|
|
2175
2177
|
return {
|
|
2176
2178
|
Arn: __expectString(output.Arn),
|
|
2177
|
-
CreationDate: output.CreationDate != null ? __expectNonNull(
|
|
2179
|
+
CreationDate: output.CreationDate != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreationDate)) : undefined,
|
|
2178
2180
|
Description: __expectString(output.Description),
|
|
2179
2181
|
FrameworkAttributes: output.FrameworkAttributes != null
|
|
2180
2182
|
? deserializeAws_restJson1MemberFrameworkAttributes(output.FrameworkAttributes, context)
|
|
@@ -2216,7 +2218,7 @@ const deserializeAws_restJson1MemberLogPublishingConfiguration = (output, contex
|
|
|
2216
2218
|
const deserializeAws_restJson1MemberSummary = (output, context) => {
|
|
2217
2219
|
return {
|
|
2218
2220
|
Arn: __expectString(output.Arn),
|
|
2219
|
-
CreationDate: output.CreationDate != null ? __expectNonNull(
|
|
2221
|
+
CreationDate: output.CreationDate != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreationDate)) : undefined,
|
|
2220
2222
|
Description: __expectString(output.Description),
|
|
2221
2223
|
Id: __expectString(output.Id),
|
|
2222
2224
|
IsOwned: __expectBoolean(output.IsOwned),
|
|
@@ -2238,7 +2240,7 @@ const deserializeAws_restJson1MemberSummaryList = (output, context) => {
|
|
|
2238
2240
|
const deserializeAws_restJson1Network = (output, context) => {
|
|
2239
2241
|
return {
|
|
2240
2242
|
Arn: __expectString(output.Arn),
|
|
2241
|
-
CreationDate: output.CreationDate != null ? __expectNonNull(
|
|
2243
|
+
CreationDate: output.CreationDate != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreationDate)) : undefined,
|
|
2242
2244
|
Description: __expectString(output.Description),
|
|
2243
2245
|
Framework: __expectString(output.Framework),
|
|
2244
2246
|
FrameworkAttributes: output.FrameworkAttributes != null
|
|
@@ -2273,7 +2275,7 @@ const deserializeAws_restJson1NetworkFrameworkAttributes = (output, context) =>
|
|
|
2273
2275
|
const deserializeAws_restJson1NetworkSummary = (output, context) => {
|
|
2274
2276
|
return {
|
|
2275
2277
|
Arn: __expectString(output.Arn),
|
|
2276
|
-
CreationDate: output.CreationDate != null ? __expectNonNull(
|
|
2278
|
+
CreationDate: output.CreationDate != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreationDate)) : undefined,
|
|
2277
2279
|
Description: __expectString(output.Description),
|
|
2278
2280
|
Framework: __expectString(output.Framework),
|
|
2279
2281
|
FrameworkVersion: __expectString(output.FrameworkVersion),
|
|
@@ -2297,7 +2299,7 @@ const deserializeAws_restJson1Node = (output, context) => {
|
|
|
2297
2299
|
return {
|
|
2298
2300
|
Arn: __expectString(output.Arn),
|
|
2299
2301
|
AvailabilityZone: __expectString(output.AvailabilityZone),
|
|
2300
|
-
CreationDate: output.CreationDate != null ? __expectNonNull(
|
|
2302
|
+
CreationDate: output.CreationDate != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreationDate)) : undefined,
|
|
2301
2303
|
FrameworkAttributes: output.FrameworkAttributes != null
|
|
2302
2304
|
? deserializeAws_restJson1NodeFrameworkAttributes(output.FrameworkAttributes, context)
|
|
2303
2305
|
: undefined,
|
|
@@ -2351,7 +2353,7 @@ const deserializeAws_restJson1NodeSummary = (output, context) => {
|
|
|
2351
2353
|
return {
|
|
2352
2354
|
Arn: __expectString(output.Arn),
|
|
2353
2355
|
AvailabilityZone: __expectString(output.AvailabilityZone),
|
|
2354
|
-
CreationDate: output.CreationDate != null ? __expectNonNull(
|
|
2356
|
+
CreationDate: output.CreationDate != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreationDate)) : undefined,
|
|
2355
2357
|
Id: __expectString(output.Id),
|
|
2356
2358
|
InstanceType: __expectString(output.InstanceType),
|
|
2357
2359
|
Status: __expectString(output.Status),
|
|
@@ -2381,9 +2383,11 @@ const deserializeAws_restJson1Proposal = (output, context) => {
|
|
|
2381
2383
|
return {
|
|
2382
2384
|
Actions: output.Actions != null ? deserializeAws_restJson1ProposalActions(output.Actions, context) : undefined,
|
|
2383
2385
|
Arn: __expectString(output.Arn),
|
|
2384
|
-
CreationDate: output.CreationDate != null ? __expectNonNull(
|
|
2386
|
+
CreationDate: output.CreationDate != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreationDate)) : undefined,
|
|
2385
2387
|
Description: __expectString(output.Description),
|
|
2386
|
-
ExpirationDate: output.ExpirationDate != null
|
|
2388
|
+
ExpirationDate: output.ExpirationDate != null
|
|
2389
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.ExpirationDate))
|
|
2390
|
+
: undefined,
|
|
2387
2391
|
NetworkId: __expectString(output.NetworkId),
|
|
2388
2392
|
NoVoteCount: __expectInt32(output.NoVoteCount),
|
|
2389
2393
|
OutstandingVoteCount: __expectInt32(output.OutstandingVoteCount),
|
|
@@ -2404,9 +2408,11 @@ const deserializeAws_restJson1ProposalActions = (output, context) => {
|
|
|
2404
2408
|
const deserializeAws_restJson1ProposalSummary = (output, context) => {
|
|
2405
2409
|
return {
|
|
2406
2410
|
Arn: __expectString(output.Arn),
|
|
2407
|
-
CreationDate: output.CreationDate != null ? __expectNonNull(
|
|
2411
|
+
CreationDate: output.CreationDate != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreationDate)) : undefined,
|
|
2408
2412
|
Description: __expectString(output.Description),
|
|
2409
|
-
ExpirationDate: output.ExpirationDate != null
|
|
2413
|
+
ExpirationDate: output.ExpirationDate != null
|
|
2414
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.ExpirationDate))
|
|
2415
|
+
: undefined,
|
|
2410
2416
|
ProposalId: __expectString(output.ProposalId),
|
|
2411
2417
|
ProposedByMemberId: __expectString(output.ProposedByMemberId),
|
|
2412
2418
|
ProposedByMemberName: __expectString(output.ProposedByMemberName),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-managedblockchain",
|
|
3
3
|
"description": "AWS SDK for JavaScript Managedblockchain Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.262.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",
|
|
@@ -20,9 +20,9 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.262.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.259.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.261.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.257.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.257.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.259.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.257.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.257.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.261.0",
|
|
43
43
|
"@aws-sdk/types": "3.257.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.257.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.261.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.261.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.257.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.257.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.257.0",
|