@aws-sdk/client-ssm 3.252.0 → 3.256.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.
@@ -8459,7 +8459,7 @@ const serializeAws_json1_1AssociationIdList = (input, context) => {
8459
8459
  const serializeAws_json1_1AssociationStatus = (input, context) => {
8460
8460
  return {
8461
8461
  ...(input.AdditionalInfo != null && { AdditionalInfo: input.AdditionalInfo }),
8462
- ...(input.Date != null && { Date: Math.round(input.Date.getTime() / 1000).toString() }),
8462
+ ...(input.Date != null && { Date: Math.round(input.Date.getTime() / 1000) }),
8463
8463
  ...(input.Message != null && { Message: input.Message }),
8464
8464
  ...(input.Name != null && { Name: input.Name }),
8465
8465
  };
@@ -8588,7 +8588,7 @@ const serializeAws_json1_1CommandFilterList = (input, context) => {
8588
8588
  const serializeAws_json1_1ComplianceExecutionSummary = (input, context) => {
8589
8589
  return {
8590
8590
  ...(input.ExecutionId != null && { ExecutionId: input.ExecutionId }),
8591
- ...(input.ExecutionTime != null && { ExecutionTime: Math.round(input.ExecutionTime.getTime() / 1000).toString() }),
8591
+ ...(input.ExecutionTime != null && { ExecutionTime: Math.round(input.ExecutionTime.getTime() / 1000) }),
8592
8592
  ...(input.ExecutionType != null && { ExecutionType: input.ExecutionType }),
8593
8593
  };
8594
8594
  };
@@ -8656,9 +8656,7 @@ const serializeAws_json1_1CreateActivationRequest = (input, context) => {
8656
8656
  return {
8657
8657
  ...(input.DefaultInstanceName != null && { DefaultInstanceName: input.DefaultInstanceName }),
8658
8658
  ...(input.Description != null && { Description: input.Description }),
8659
- ...(input.ExpirationDate != null && {
8660
- ExpirationDate: Math.round(input.ExpirationDate.getTime() / 1000).toString(),
8661
- }),
8659
+ ...(input.ExpirationDate != null && { ExpirationDate: Math.round(input.ExpirationDate.getTime() / 1000) }),
8662
8660
  ...(input.IamRole != null && { IamRole: input.IamRole }),
8663
8661
  ...(input.RegistrationLimit != null && { RegistrationLimit: input.RegistrationLimit }),
8664
8662
  ...(input.RegistrationMetadata != null && {
@@ -8783,10 +8781,8 @@ const serializeAws_json1_1CreateMaintenanceWindowRequest = (input, context) => {
8783
8781
  const serializeAws_json1_1CreateOpsItemRequest = (input, context) => {
8784
8782
  return {
8785
8783
  ...(input.AccountId != null && { AccountId: input.AccountId }),
8786
- ...(input.ActualEndTime != null && { ActualEndTime: Math.round(input.ActualEndTime.getTime() / 1000).toString() }),
8787
- ...(input.ActualStartTime != null && {
8788
- ActualStartTime: Math.round(input.ActualStartTime.getTime() / 1000).toString(),
8789
- }),
8784
+ ...(input.ActualEndTime != null && { ActualEndTime: Math.round(input.ActualEndTime.getTime() / 1000) }),
8785
+ ...(input.ActualStartTime != null && { ActualStartTime: Math.round(input.ActualStartTime.getTime() / 1000) }),
8790
8786
  ...(input.Category != null && { Category: input.Category }),
8791
8787
  ...(input.Description != null && { Description: input.Description }),
8792
8788
  ...(input.Notifications != null && {
@@ -8796,12 +8792,8 @@ const serializeAws_json1_1CreateOpsItemRequest = (input, context) => {
8796
8792
  OperationalData: serializeAws_json1_1OpsItemOperationalData(input.OperationalData, context),
8797
8793
  }),
8798
8794
  ...(input.OpsItemType != null && { OpsItemType: input.OpsItemType }),
8799
- ...(input.PlannedEndTime != null && {
8800
- PlannedEndTime: Math.round(input.PlannedEndTime.getTime() / 1000).toString(),
8801
- }),
8802
- ...(input.PlannedStartTime != null && {
8803
- PlannedStartTime: Math.round(input.PlannedStartTime.getTime() / 1000).toString(),
8804
- }),
8795
+ ...(input.PlannedEndTime != null && { PlannedEndTime: Math.round(input.PlannedEndTime.getTime() / 1000) }),
8796
+ ...(input.PlannedStartTime != null && { PlannedStartTime: Math.round(input.PlannedStartTime.getTime() / 1000) }),
8805
8797
  ...(input.Priority != null && { Priority: input.Priority }),
8806
8798
  ...(input.RelatedOpsItems != null && {
8807
8799
  RelatedOpsItems: serializeAws_json1_1RelatedOpsItems(input.RelatedOpsItems, context),
@@ -10634,10 +10626,8 @@ const serializeAws_json1_1StartChangeRequestExecutionRequest = (input, context)
10634
10626
  Parameters: serializeAws_json1_1AutomationParameterMap(input.Parameters, context),
10635
10627
  }),
10636
10628
  ...(input.Runbooks != null && { Runbooks: serializeAws_json1_1Runbooks(input.Runbooks, context) }),
10637
- ...(input.ScheduledEndTime != null && {
10638
- ScheduledEndTime: Math.round(input.ScheduledEndTime.getTime() / 1000).toString(),
10639
- }),
10640
- ...(input.ScheduledTime != null && { ScheduledTime: Math.round(input.ScheduledTime.getTime() / 1000).toString() }),
10629
+ ...(input.ScheduledEndTime != null && { ScheduledEndTime: Math.round(input.ScheduledEndTime.getTime() / 1000) }),
10630
+ ...(input.ScheduledTime != null && { ScheduledTime: Math.round(input.ScheduledTime.getTime() / 1000) }),
10641
10631
  ...(input.Tags != null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }),
10642
10632
  };
10643
10633
  };
@@ -10907,10 +10897,8 @@ const serializeAws_json1_1UpdateManagedInstanceRoleRequest = (input, context) =>
10907
10897
  };
10908
10898
  const serializeAws_json1_1UpdateOpsItemRequest = (input, context) => {
10909
10899
  return {
10910
- ...(input.ActualEndTime != null && { ActualEndTime: Math.round(input.ActualEndTime.getTime() / 1000).toString() }),
10911
- ...(input.ActualStartTime != null && {
10912
- ActualStartTime: Math.round(input.ActualStartTime.getTime() / 1000).toString(),
10913
- }),
10900
+ ...(input.ActualEndTime != null && { ActualEndTime: Math.round(input.ActualEndTime.getTime() / 1000) }),
10901
+ ...(input.ActualStartTime != null && { ActualStartTime: Math.round(input.ActualStartTime.getTime() / 1000) }),
10914
10902
  ...(input.Category != null && { Category: input.Category }),
10915
10903
  ...(input.Description != null && { Description: input.Description }),
10916
10904
  ...(input.Notifications != null && {
@@ -10924,12 +10912,8 @@ const serializeAws_json1_1UpdateOpsItemRequest = (input, context) => {
10924
10912
  }),
10925
10913
  ...(input.OpsItemArn != null && { OpsItemArn: input.OpsItemArn }),
10926
10914
  ...(input.OpsItemId != null && { OpsItemId: input.OpsItemId }),
10927
- ...(input.PlannedEndTime != null && {
10928
- PlannedEndTime: Math.round(input.PlannedEndTime.getTime() / 1000).toString(),
10929
- }),
10930
- ...(input.PlannedStartTime != null && {
10931
- PlannedStartTime: Math.round(input.PlannedStartTime.getTime() / 1000).toString(),
10932
- }),
10915
+ ...(input.PlannedEndTime != null && { PlannedEndTime: Math.round(input.PlannedEndTime.getTime() / 1000) }),
10916
+ ...(input.PlannedStartTime != null && { PlannedStartTime: Math.round(input.PlannedStartTime.getTime() / 1000) }),
10933
10917
  ...(input.Priority != null && { Priority: input.Priority }),
10934
10918
  ...(input.RelatedOpsItems != null && {
10935
10919
  RelatedOpsItems: serializeAws_json1_1RelatedOpsItems(input.RelatedOpsItems, context),
@@ -8175,7 +8175,7 @@ const serializeAws_json1_1AssociationIdList = (input, context) => {
8175
8175
  const serializeAws_json1_1AssociationStatus = (input, context) => {
8176
8176
  return {
8177
8177
  ...(input.AdditionalInfo != null && { AdditionalInfo: input.AdditionalInfo }),
8178
- ...(input.Date != null && { Date: Math.round(input.Date.getTime() / 1000).toString() }),
8178
+ ...(input.Date != null && { Date: Math.round(input.Date.getTime() / 1000) }),
8179
8179
  ...(input.Message != null && { Message: input.Message }),
8180
8180
  ...(input.Name != null && { Name: input.Name }),
8181
8181
  };
@@ -8304,7 +8304,7 @@ const serializeAws_json1_1CommandFilterList = (input, context) => {
8304
8304
  const serializeAws_json1_1ComplianceExecutionSummary = (input, context) => {
8305
8305
  return {
8306
8306
  ...(input.ExecutionId != null && { ExecutionId: input.ExecutionId }),
8307
- ...(input.ExecutionTime != null && { ExecutionTime: Math.round(input.ExecutionTime.getTime() / 1000).toString() }),
8307
+ ...(input.ExecutionTime != null && { ExecutionTime: Math.round(input.ExecutionTime.getTime() / 1000) }),
8308
8308
  ...(input.ExecutionType != null && { ExecutionType: input.ExecutionType }),
8309
8309
  };
8310
8310
  };
@@ -8372,9 +8372,7 @@ const serializeAws_json1_1CreateActivationRequest = (input, context) => {
8372
8372
  return {
8373
8373
  ...(input.DefaultInstanceName != null && { DefaultInstanceName: input.DefaultInstanceName }),
8374
8374
  ...(input.Description != null && { Description: input.Description }),
8375
- ...(input.ExpirationDate != null && {
8376
- ExpirationDate: Math.round(input.ExpirationDate.getTime() / 1000).toString(),
8377
- }),
8375
+ ...(input.ExpirationDate != null && { ExpirationDate: Math.round(input.ExpirationDate.getTime() / 1000) }),
8378
8376
  ...(input.IamRole != null && { IamRole: input.IamRole }),
8379
8377
  ...(input.RegistrationLimit != null && { RegistrationLimit: input.RegistrationLimit }),
8380
8378
  ...(input.RegistrationMetadata != null && {
@@ -8499,10 +8497,8 @@ const serializeAws_json1_1CreateMaintenanceWindowRequest = (input, context) => {
8499
8497
  const serializeAws_json1_1CreateOpsItemRequest = (input, context) => {
8500
8498
  return {
8501
8499
  ...(input.AccountId != null && { AccountId: input.AccountId }),
8502
- ...(input.ActualEndTime != null && { ActualEndTime: Math.round(input.ActualEndTime.getTime() / 1000).toString() }),
8503
- ...(input.ActualStartTime != null && {
8504
- ActualStartTime: Math.round(input.ActualStartTime.getTime() / 1000).toString(),
8505
- }),
8500
+ ...(input.ActualEndTime != null && { ActualEndTime: Math.round(input.ActualEndTime.getTime() / 1000) }),
8501
+ ...(input.ActualStartTime != null && { ActualStartTime: Math.round(input.ActualStartTime.getTime() / 1000) }),
8506
8502
  ...(input.Category != null && { Category: input.Category }),
8507
8503
  ...(input.Description != null && { Description: input.Description }),
8508
8504
  ...(input.Notifications != null && {
@@ -8512,12 +8508,8 @@ const serializeAws_json1_1CreateOpsItemRequest = (input, context) => {
8512
8508
  OperationalData: serializeAws_json1_1OpsItemOperationalData(input.OperationalData, context),
8513
8509
  }),
8514
8510
  ...(input.OpsItemType != null && { OpsItemType: input.OpsItemType }),
8515
- ...(input.PlannedEndTime != null && {
8516
- PlannedEndTime: Math.round(input.PlannedEndTime.getTime() / 1000).toString(),
8517
- }),
8518
- ...(input.PlannedStartTime != null && {
8519
- PlannedStartTime: Math.round(input.PlannedStartTime.getTime() / 1000).toString(),
8520
- }),
8511
+ ...(input.PlannedEndTime != null && { PlannedEndTime: Math.round(input.PlannedEndTime.getTime() / 1000) }),
8512
+ ...(input.PlannedStartTime != null && { PlannedStartTime: Math.round(input.PlannedStartTime.getTime() / 1000) }),
8521
8513
  ...(input.Priority != null && { Priority: input.Priority }),
8522
8514
  ...(input.RelatedOpsItems != null && {
8523
8515
  RelatedOpsItems: serializeAws_json1_1RelatedOpsItems(input.RelatedOpsItems, context),
@@ -10350,10 +10342,8 @@ const serializeAws_json1_1StartChangeRequestExecutionRequest = (input, context)
10350
10342
  Parameters: serializeAws_json1_1AutomationParameterMap(input.Parameters, context),
10351
10343
  }),
10352
10344
  ...(input.Runbooks != null && { Runbooks: serializeAws_json1_1Runbooks(input.Runbooks, context) }),
10353
- ...(input.ScheduledEndTime != null && {
10354
- ScheduledEndTime: Math.round(input.ScheduledEndTime.getTime() / 1000).toString(),
10355
- }),
10356
- ...(input.ScheduledTime != null && { ScheduledTime: Math.round(input.ScheduledTime.getTime() / 1000).toString() }),
10345
+ ...(input.ScheduledEndTime != null && { ScheduledEndTime: Math.round(input.ScheduledEndTime.getTime() / 1000) }),
10346
+ ...(input.ScheduledTime != null && { ScheduledTime: Math.round(input.ScheduledTime.getTime() / 1000) }),
10357
10347
  ...(input.Tags != null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }),
10358
10348
  };
10359
10349
  };
@@ -10623,10 +10613,8 @@ const serializeAws_json1_1UpdateManagedInstanceRoleRequest = (input, context) =>
10623
10613
  };
10624
10614
  const serializeAws_json1_1UpdateOpsItemRequest = (input, context) => {
10625
10615
  return {
10626
- ...(input.ActualEndTime != null && { ActualEndTime: Math.round(input.ActualEndTime.getTime() / 1000).toString() }),
10627
- ...(input.ActualStartTime != null && {
10628
- ActualStartTime: Math.round(input.ActualStartTime.getTime() / 1000).toString(),
10629
- }),
10616
+ ...(input.ActualEndTime != null && { ActualEndTime: Math.round(input.ActualEndTime.getTime() / 1000) }),
10617
+ ...(input.ActualStartTime != null && { ActualStartTime: Math.round(input.ActualStartTime.getTime() / 1000) }),
10630
10618
  ...(input.Category != null && { Category: input.Category }),
10631
10619
  ...(input.Description != null && { Description: input.Description }),
10632
10620
  ...(input.Notifications != null && {
@@ -10640,12 +10628,8 @@ const serializeAws_json1_1UpdateOpsItemRequest = (input, context) => {
10640
10628
  }),
10641
10629
  ...(input.OpsItemArn != null && { OpsItemArn: input.OpsItemArn }),
10642
10630
  ...(input.OpsItemId != null && { OpsItemId: input.OpsItemId }),
10643
- ...(input.PlannedEndTime != null && {
10644
- PlannedEndTime: Math.round(input.PlannedEndTime.getTime() / 1000).toString(),
10645
- }),
10646
- ...(input.PlannedStartTime != null && {
10647
- PlannedStartTime: Math.round(input.PlannedStartTime.getTime() / 1000).toString(),
10648
- }),
10631
+ ...(input.PlannedEndTime != null && { PlannedEndTime: Math.round(input.PlannedEndTime.getTime() / 1000) }),
10632
+ ...(input.PlannedStartTime != null && { PlannedStartTime: Math.round(input.PlannedStartTime.getTime() / 1000) }),
10649
10633
  ...(input.Priority != null && { Priority: input.Priority }),
10650
10634
  ...(input.RelatedOpsItems != null && {
10651
10635
  RelatedOpsItems: serializeAws_json1_1RelatedOpsItems(input.RelatedOpsItems, context),
@@ -5,8 +5,8 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
5
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
6
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
7
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
8
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
9
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
9
+ import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
10
10
  import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
11
11
  import { AssociateOpsItemRelatedItemCommandInput, AssociateOpsItemRelatedItemCommandOutput } from "./commands/AssociateOpsItemRelatedItemCommand";
12
12
  import { CancelCommandCommandInput, CancelCommandCommandOutput } from "./commands/CancelCommandCommand";
@@ -154,11 +154,11 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
154
154
  */
155
155
  requestHandler?: __HttpHandler;
156
156
  /**
157
- * A constructor for a class implementing the {@link __Hash} interface
157
+ * A constructor for a class implementing the {@link __Checksum} interface
158
158
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
159
159
  * @internal
160
160
  */
161
- sha256?: __HashConstructor;
161
+ sha256?: __ChecksumConstructor | __HashConstructor;
162
162
  /**
163
163
  * The function that will be used to convert strings into HTTP endpoints.
164
164
  * @internal
@@ -244,9 +244,9 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
244
244
  */
245
245
  defaultUserAgentProvider?: Provider<__UserAgent>;
246
246
  /**
247
- * The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
247
+ * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
248
248
  */
249
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
249
+ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
250
250
  }
251
251
  declare type SSMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
252
252
  /**
@@ -25,12 +25,13 @@ import {
25
25
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
26
26
  import {
27
27
  Client as __Client,
28
- DefaultsMode,
28
+ DefaultsMode as __DefaultsMode,
29
29
  SmithyConfiguration as __SmithyConfiguration,
30
30
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
31
31
  } from "@aws-sdk/smithy-client";
32
32
  import {
33
33
  BodyLengthCalculator as __BodyLengthCalculator,
34
+ ChecksumConstructor as __ChecksumConstructor,
34
35
  Credentials as __Credentials,
35
36
  Decoder as __Decoder,
36
37
  Encoder as __Encoder,
@@ -881,7 +882,7 @@ export declare type ServiceOutputTypes =
881
882
  export interface ClientDefaults
882
883
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
883
884
  requestHandler?: __HttpHandler;
884
- sha256?: __HashConstructor;
885
+ sha256?: __ChecksumConstructor | __HashConstructor;
885
886
  urlParser?: __UrlParser;
886
887
  bodyLengthChecker?: __BodyLengthCalculator;
887
888
  streamCollector?: __StreamCollector;
@@ -900,7 +901,7 @@ export interface ClientDefaults
900
901
  region?: string | __Provider<string>;
901
902
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
902
903
  defaultUserAgentProvider?: Provider<__UserAgent>;
903
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
904
+ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
904
905
  }
905
906
  declare type SSMClientConfigType = Partial<
906
907
  __SmithyConfiguration<__HttpHandlerOptions>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.252.0",
4
+ "version": "3.256.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",
@@ -18,42 +18,42 @@
18
18
  "module": "./dist-es/index.js",
19
19
  "sideEffects": false,
20
20
  "dependencies": {
21
- "@aws-crypto/sha256-browser": "2.0.0",
22
- "@aws-crypto/sha256-js": "2.0.0",
23
- "@aws-sdk/client-sts": "3.252.0",
24
- "@aws-sdk/config-resolver": "3.234.0",
25
- "@aws-sdk/credential-provider-node": "3.252.0",
26
- "@aws-sdk/fetch-http-handler": "3.226.0",
27
- "@aws-sdk/hash-node": "3.226.0",
28
- "@aws-sdk/invalid-dependency": "3.226.0",
29
- "@aws-sdk/middleware-content-length": "3.226.0",
30
- "@aws-sdk/middleware-endpoint": "3.226.0",
31
- "@aws-sdk/middleware-host-header": "3.226.0",
32
- "@aws-sdk/middleware-logger": "3.226.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.226.0",
34
- "@aws-sdk/middleware-retry": "3.235.0",
35
- "@aws-sdk/middleware-serde": "3.226.0",
36
- "@aws-sdk/middleware-signing": "3.226.0",
37
- "@aws-sdk/middleware-stack": "3.226.0",
38
- "@aws-sdk/middleware-user-agent": "3.226.0",
39
- "@aws-sdk/node-config-provider": "3.226.0",
40
- "@aws-sdk/node-http-handler": "3.226.0",
41
- "@aws-sdk/protocol-http": "3.226.0",
42
- "@aws-sdk/smithy-client": "3.234.0",
43
- "@aws-sdk/types": "3.226.0",
44
- "@aws-sdk/url-parser": "3.226.0",
21
+ "@aws-crypto/sha256-browser": "3.0.0",
22
+ "@aws-crypto/sha256-js": "3.0.0",
23
+ "@aws-sdk/client-sts": "3.256.0",
24
+ "@aws-sdk/config-resolver": "3.254.0",
25
+ "@aws-sdk/credential-provider-node": "3.256.0",
26
+ "@aws-sdk/fetch-http-handler": "3.254.0",
27
+ "@aws-sdk/hash-node": "3.254.0",
28
+ "@aws-sdk/invalid-dependency": "3.254.0",
29
+ "@aws-sdk/middleware-content-length": "3.254.0",
30
+ "@aws-sdk/middleware-endpoint": "3.254.0",
31
+ "@aws-sdk/middleware-host-header": "3.254.0",
32
+ "@aws-sdk/middleware-logger": "3.254.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.254.0",
34
+ "@aws-sdk/middleware-retry": "3.254.0",
35
+ "@aws-sdk/middleware-serde": "3.254.0",
36
+ "@aws-sdk/middleware-signing": "3.254.0",
37
+ "@aws-sdk/middleware-stack": "3.254.0",
38
+ "@aws-sdk/middleware-user-agent": "3.254.0",
39
+ "@aws-sdk/node-config-provider": "3.254.0",
40
+ "@aws-sdk/node-http-handler": "3.254.0",
41
+ "@aws-sdk/protocol-http": "3.254.0",
42
+ "@aws-sdk/smithy-client": "3.254.0",
43
+ "@aws-sdk/types": "3.254.0",
44
+ "@aws-sdk/url-parser": "3.254.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.234.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.234.0",
50
- "@aws-sdk/util-endpoints": "3.245.0",
51
- "@aws-sdk/util-retry": "3.229.0",
52
- "@aws-sdk/util-user-agent-browser": "3.226.0",
53
- "@aws-sdk/util-user-agent-node": "3.226.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.254.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.254.0",
50
+ "@aws-sdk/util-endpoints": "3.254.0",
51
+ "@aws-sdk/util-retry": "3.254.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.254.0",
53
+ "@aws-sdk/util-user-agent-node": "3.254.0",
54
54
  "@aws-sdk/util-utf8-browser": "3.188.0",
55
55
  "@aws-sdk/util-utf8-node": "3.208.0",
56
- "@aws-sdk/util-waiter": "3.226.0",
56
+ "@aws-sdk/util-waiter": "3.254.0",
57
57
  "tslib": "^2.3.1",
58
58
  "uuid": "^8.3.2"
59
59
  },